/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #424242;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #146985;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1e9dc8;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebebeb;
}
.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;
  display: block;
}
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: 28px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
}
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%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #1e9dc8;
}
a.text-primary:hover {
  color: #177a9c;
}
.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: #1e9dc8;
}
a.bg-primary:hover {
  background-color: #177a9c;
}
.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 #ebebeb;
}
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 ul,
.list-inline ol {
  padding-left: 20px;
}
.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 #ebebeb;
}
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 #ebebeb;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: #424242;
  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: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -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: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ebebeb;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
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;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.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 {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828282;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    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: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@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;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #1e9dc8;
  border-color: #1b8cb2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #177a9c;
  border-color: #13627d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1e9dc8;
  border-color: #1b8cb2;
}
.btn-primary .badge {
  color: #1e9dc8;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #cb7213;
  border-color: #b46511;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #9c580f;
  border-color: #7c450c;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #cb7213;
  border-color: #b46511;
}
.btn-info .badge {
  color: #cb7213;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #146985;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1e9dc8;
  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: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s 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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #424242;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #353535;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1e9dc8;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > 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: #ebebeb;
}
.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: #ebebeb;
  border-color: #146985;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ebebeb #ebebeb #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #1e9dc8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 38px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-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: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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: 9px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 38px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    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;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #424242;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f8f8f8;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #146985;
  background-color: #ffffff;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #1e9dc8;
  border-color: #177a9c;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #177a9c;
  border-color: #177a9c;
  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: #ffffff;
  border-color: #ebebeb;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert,
.message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4,
.message h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.message .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul,
.message > p,
.message > ul {
  margin-bottom: 0;
}
.alert > p + p,
.message > 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,
.message {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr,
.message hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link,
.message .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;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: 5px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
}
.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: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #ebebeb;
}
.panel-default > .panel-heading {
  color: #424242;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebebeb;
}
.panel-default > .panel-heading .badge {
  color: #ebebeb;
  background-color: #424242;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebebeb;
}
.panel-primary {
  border-color: #1e9dc8;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1e9dc8;
  border-color: #1e9dc8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1e9dc8;
}
.panel-primary > .panel-heading .badge {
  color: #1e9dc8;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1e9dc8;
}
.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 {
  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%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.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-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: transparent;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f8f8f8;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: transparent;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f8f8f8;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: transparent;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f8f8f8;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: transparent;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f8f8f8;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.event-list:before,
.event-list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.event-list: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* * This code is for Internal Salesforce use only, and subject to change without notice.
* Customers shouldn't reference this file in any web pages. */
.zen ul,
.zen ol,
.zen li,
.zen h1,
.zen h2,
.zen h3,
.zen h4,
.zen h6,
.zen form,
.zen fieldset,
.zen legend,
.zen input,
.zen textarea,
.zen p,
.zen blockquote {
  margin: 0;
  padding: 0;
}
.zen h1,
.zen h2,
.zen h3,
.zen h4,
.zen h5,
.zen h6 {
  display: block;
}
.zen li {
  list-style: none;
}
.zen table {
  border-collapse: collapse;
  border-spacing: 0;
}
.zen th {
  text-align: inherit;
}
.zen fieldset,
.zen img {
  border: 0;
}
.zen input,
.zen textarea,
.zen select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.zen legend {
  color: #222222;
}
.zen a {
  color: #015ba7;
  text-decoration: none;
}
.zen-headerTop a {
  color: #015ba7;
  text-decoration: none;
}
.zen-headerTop a:hover,
.zen-headerTop a:focus {
  text-decoration: underline;
}
.zen .zen-line:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  content: ".";
}
.zen .zen-unit,
.zen .zen-start {
  float: left;
}
.zen .zen-unitExt,
.zen .zen-end {
  float: right;
}
.zen .zen-size1of1 {
  float: none;
}
.zen .zen-size1of2 {
  width: 50%;
}
.zen .zen-size1of3 {
  width: 33.33333%;
}
.zen .zen-size2of3 {
  width: 66.66666%;
}
.zen .zen-size1of4 {
  width: 25%;
}
.zen .zen-size3of4 {
  width: 75%;
}
.zen .zen-size1of5 {
  width: 20%;
}
.zen .zen-size2of5 {
  width: 40%;
}
.zen .zen-size3of5 {
  width: 60%;
}
.zen .zen-size4of5 {
  width: 80%;
}
.zen .zen-lastUnit {
  float: none;
  display: table-cell;
  width: 9999em;
}
.zen .zen-body {
  display: table;
  vertical-align: top;
}
.zen .zen-body,
.zen .zen-footer,
.zen .zen-header {
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zen .zen-body.zen-cropH,
.zen .zen-body.zen-cropMe,
.zen .zen-header.zen-cropH,
.zen .zen-header.zen-cropMe {
  display: block;
}
.zen .zen-footer {
  text-align: center;
}
.zen .zen-inner:after,
.zen .zen-header:after,
.zen .zen-body:after,
.zen .zen-footer:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  content: ".";
}
.zen .zen-inner {
  position: relative;
}
.zen .zen-arrow {
  display: block;
  background-repeat: no-repeat;
  font-size: .01em;
  position: relative;
  z-index: 10;
}
.zen .zen-basic {
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #ffffff;
}
.zen .zen-basic .zen-header {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.zen .zen-simple {
  border: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.zen .zen-faq .zen-topRight {
  background-image: url(/img/oocss/box_faq_folded_corner.png);
  background-color: #fff;
  width: 18px;
  height: 18px;
}
.zen .zen-themed {
  border: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-width: 3px;
}
.zen .zen-chart {
  border: 2px solid #dcdcdc;
  -moz-border-radius: 0;
  border-radius: 0;
}
.zen .zen-stats {
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}
.zen .zen-instructions {
  border: 1px solid #eaeaea;
  -moz-border-radius: 0;
  border-radius: 0;
}
.zen .zen-chattyBackground {
  background: #fff5db;
  background: -moz-linear-gradient(top, #fff5db 0, #ffe5a9 100%);
  background: -webkit-linear-gradient(top, #fff5db 0, #ffe5a9 100%);
  background: -ms-linear-gradient(top, #fff5db 0, #ffe5a9 100%);
}
.zen .zen-standardBackground {
  background-color: #f8f8f8;
}
.zen .zen-wizardBackground {
  color: #fff;
  background-color: #1797c0;
}
.zen .zen-instructionsBackground {
  background-color: #ffffcc;
}
.zen .zen-chartBackground {
  background-color: #dcdcdc;
}
.zen .zen-recycleBackground {
  background-color: #dcfbdc;
}
.zen .zen-alertBackground {
  background-color: #fdedea;
}
.zen .zen-warnBackground {
  background-color: #ffffdc;
}
.zen .zen-confirmBackground {
  background-color: #edfff1;
}
.zen .zen-infoBackground {
  background-color: #f5fcff;
}
.zen .zen-faqBackground {
  background: -moz-linear-gradient(top, #fff7c1, #ffffff 60px);
  background: -webkit-linear-gradient(top, #fff7c1, #ffffff 60px);
  background: -ms-linear-gradient(top, #fff7c1, #ffffff 60px);
}
.zen .zen-innerBackground {
  background-color: #ffffff;
}
.zen .zen-header .zen-boxHeading {
  font-size: 1.167em;
}
.zen .zen-pageBoxHeader {
  border-bottom: 1px solid #fff;
  -moz-box-shadow: inset 0 -1px 0 #dbdbdb;
  -webkit-box-shadow: inset 0 -1px 0 #dbdbdb;
  box-shadow: inset 0 -1px 0 #dbdbdb;
}
.zen .zen-stepsHeader {
  background-color: #fff9d6;
  border-bottom: 1px solid #dbdbdb;
}
.zen .zen-stepsHeader .zen-boxHeading {
  font-size: 1.083em;
}
.zen .zen-importHeader {
  background-color: #7b80b9;
  border-bottom: 1px solid #767cb6;
}
.zen .zen-importHeader .zen-boxHeading {
  color: #fff;
  font-size: 1.083em;
}
.zen .zen-chartHeader {
  background-color: #dcdcdc;
}
.zen .zen-chartHeader .zen-boxHeading {
  color: #30519d;
  font-size: 1.083em;
}
.zen .zen-popHeader {
  background-color: #ebeeef;
  background: -moz-linear-gradient(top, #fdfdfd 0, #ebeeef 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0, #ebeeef 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0, #ebeeef 100%);
}
.zen .simpleHeader {
  color: #000;
  font-weight: bold;
  font-size: 1em;
}
.zen .zen-simpleHeader .zen-boxHeading {
  font-size: 1em;
}
.zen .zen-themed .zen-boxHeading {
  font-size: 1.167em;
}
.zen .zen-emphasisHeader .zen-boxHeading {
  font-size: 1.3em;
  color: 000;
  font-weight: bold;
}
.zen .zen-pageBoxFooter {
  border-top: 1px solid #dbdbdb;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.zen .zen-quickHeader .zen-boxHeading {
  color: #fff;
  font-size: 1em;
}
.zen .zen-quick .zen-header,
.zen .zen-quick .zen-body {
  padding: 0 9px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #1797c0;
}
.zen .zen-quick .zen-body {
  background-color: #cfeef8;
  margin-top: 3px;
}
.overlayDialog .zen-boxHeading {
  margin: 0;
}
.zen .zen-message {
  border: 1px solid #000;
  background-color: #e2e2e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 3px 0 -2px #ffffff;
  -webkit-box-shadow: inset 0 3px 0 -2px #ffffff;
  box-shadow: inset 0 3px 0 -2px #ffffff;
}
.zen .zen-alert {
  border-color: #f2a199;
  background-color: #fdedea;
}
.zen .zen-warn {
  border-color: #f8e38e;
  background-color: #ffffdc;
}
.zen .zen-confirm {
  border-color: #9bebb3;
  background-color: #edfff1;
}
.zen .zen-info {
  border-color: #bee6ff;
  background-color: #f5fcff;
}
.zen .zen-toggle .zen-body {
  display: none;
}
.zen .zen-toggleOpen .zen-body {
  display: block;
}
.zen .zen-toggleArrow {
  float: left;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 10px;
  margin-top: 2px;
}
.zen .zen-toggleOpen .zen-toggleArrow {
  margin-top: 4px;
}
.zen .zen-toggleArrow {
  border-width: 5px;
  border-right-width: 0;
  border-color: transparent;
  border-left-color: #464646;
}
.zen .open .zen-toggleArrow {
  border-width: 5px 5px 0 5px;
  border-color: #464646 transparent transparent;
}
.zen .zen-toggle {
  border-top: 3px solid #1797c0;
}
.zen .zen-toggleShowAll {
  border-top: 0;
}
.zen .zen-toggleShowAll .zen-header {
  border-bottom: 1px solid #808080;
}
.zen .zen-tabs .zen-header {
  z-index: 5;
  padding: 0;
  position: relative;
  overflow: visible;
}
.zen .zen-tabs .zen-header:after {
  content: "";
}
.zen .zen-tabs .zen-header ul {
  padding: 0 5px;
  margin: 0;
}
.zen .zen-tabs .zen-header li {
  float: left;
}
.zen .zen-tabs .zen-body {
  position: relative;
  z-index: 4;
  display: block;
}
.zen .zen-tabControl a {
  display: inline-block;
  padding: 7px 10px 3px 10px;
}
.zen .zen-tabControl .zen-current {
  z-index: 1;
  position: relative;
  top: 4px;
}
.zen .zen-tabControl .zen-current a {
  cursor: default;
}
.zen .zen-tabs .zen-tabBody li {
  display: none;
}
.zen .zen-tabs .zen-tabBody li li {
  display: block;
}
.zen .zen-tabs .zen-tabBody .zen-current {
  display: block;
}
.zen .zen-simpleTabs .zen-tabControl .zen-current {
  top: 2px;
}
.zen .zen-tabs .zen-body {
  border: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-width: 3px;
  border-top-color: #1797c0;
  background-color: #f8f8f8;
}
.zen .zen-tabControl a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
.zen .zen-tabControl li {
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background-color: #efefef;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-box-shadow: inset 0 0 2px #f6f6f6;
  -webkit-box-shadow: inset 0 0 2px #f6f6f6;
  box-shadow: inset 0 0 2px #f6f6f6;
}
.zen .zen-tabControl .zen-current {
  background-color: #f7f7f7;
  -moz-box-shadow: 2px -2px 2px #c8c8c8, -2px -2px 2px #c8c8c8, inset 0 3px 5px #e0e0e0;
  -webkit-box-shadow: 2px -2px 2px #c8c8c8, -2px -2px 2px #c8c8c8, inset 0 3px 5px #e0e0e0;
  box-shadow: 2px -2px 2px #c8c8c8, -2px -2px 2px #c8c8c8, inset 0 3px 5px #e0e0e0;
  border-width: 0;
}
.zen .zen-tabs .zen-header li:hover {
  background-color: #ffffff;
}
.zen .zen-tabs .zen-header .zen-current:hover {
  background-color: #efefef;
}
.zen .zen-simpleTabs .zen-body {
  border-top: 1px solid #eaeaea;
}
.zen .zen-callout {
  margin: 5px;
  position: relative;
}
.zen .zen-callout .zen-arrow {
  position: absolute;
  background-repeat: no-repeat;
}
.zen .zen-callout .zen-inner {
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.zen .zen-sideNorth {
  margin-top: 20px;
}
.zen .zen-sideEast {
  margin-right: 16px;
}
.zen .zen-sideSouth {
  margin-bottom: 16px;
}
.zen .zen-sideWest {
  margin-left: 16px;
}
.zen .zen-sideNorth .zen-arrow,
.zen .zen-sideSouth .zen-arrow {
  width: 25px;
  height: 16px;
}
.zen .zen-sideEast .zen-arrow,
.zen .zen-sideWest .zen-arrow {
  width: 16px;
  height: 25px;
}
.zen .zen-sideNorth .zen-arrow {
  background-position: 1px -91px;
  top: -14px;
}
.zen .zen-sideEast .zen-arrow {
  background-position: 1px -28px;
  right: -13px;
}
.zen .zen-sideSouth .zen-arrow {
  background-position: 2px -60px;
  bottom: -14px;
}
.zen .zen-sideWest .zen-arrow {
  background-position: -2px 1px;
  left: -13px;
}
.zen .zen-arrowLeft .zen-arrow {
  left: 15px;
}
.zen .zen-arrowCenter .zen-arrow {
  left: 50%;
  margin-left: -13px;
}
.zen .zen-arrowRight .zen-arrow {
  right: 15px;
}
.zen .zen-arrowTop .zen-arrow {
  top: 15px;
}
.zen .zen-arrowMiddle .zen-arrow {
  top: 50%;
  margin-top: -13px;
}
.zen .zen-arrowBottom .zen-arrow {
  bottom: 15px;
}
.zen .zen-callout {
  border: 1px solid #c1c1c1;
  background-color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 5px #a0a6ab;
  -webkit-box-shadow: 0 2px 5px #a0a6ab;
  box-shadow: 0 2px 5px #a0a6ab;
}
.zen .zen-callout .zen-arrow {
  background-image: url(/img/sprites/callout_arrows.png);
}
.zen .zen-hasActionsInHead .zen-header,
.zen .zen-hasActionsInFoot .zen-footer {
  background-color: #e9eaea;
}
.zen .zen-hasActionsInHead .zen-arrow {
  background-position: 1px -119px;
}
.zen .zen-hasActionsInFoot .zen-arrow {
  background-position: 1px -148px;
}
.zen .zen-guidedTour .zen-arrow {
  background-image: url(/img/sprites/callout_arrows_guided_tours.png);
}
.zen .zen-guidedTour .zen-inner {
  border: 2px solid #fff;
  background-color: #fedf95;
}
.zen .zen-callout .chatterHover {
  min-width: 272px;
  padding: 10px;
}
.zen .zen-callout .chatterHover .zen-mediaBody {
  width: auto;
  max-width: 191px;
}
.zen .zen-callout .chatterHover .name {
  font-size: 1.2em;
  color: #015ba7;
}
.zen .zen-media:after,
.zen .zen-mediaBody:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  content: ".";
}
.zen .zen-mediaBody {
  display: table-cell;
  width: 1000em;
}
.zen .zen-img {
  float: left;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.zen .zen-img img {
  display: block;
}
.zen .zen-imgExt {
  float: right;
  margin-left: 10px;
}
.zen .zen-mediaExt {
  white-space: nowrap;
}
.zen .zen-mediaExt,
.zen .zen-mediaExt .zen-img,
.zen .zen-mediaExt img,
.zen .zen-mediaExt .zen-imgExt,
.zen .zen-mediaExt .zen-mediaBody {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.zen .zen-mediaExt:after,
.zen .zen-mediaExt .zen-mediaBody:after {
  content: "";
}
.zen .zen-mediaExt .zen-img {
  margin: 0;
  margin-right: 5px;
  float: none;
}
.zen .zen-mediaExt .zen-imgExt {
  margin: 0;
  margin-left: 5px;
  float: none;
}
.zen .zen-mediaExt a,
.zen .zen-mediaExt img {
  vertical-align: middle;
  display: inline;
}
.zen .zen-label,
.zen .zen-form label {
  color: #4a4a56;
  font-size: .917em;
  font-weight: bold;
}
.zen .zen-form label,
.zen .zen-form .zen-label {
  width: 200px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 20px;
  float: left;
  clear: left;
}
.zen .zen-form:before,
.zen .zen-form:after {
  content: "";
  display: table;
}
.zen .zen-form:after {
  clear: both;
}
.zen .zen-labelSmall label,
.zen .zen-labelSmall .zen-label {
  width: 65px;
}
.zen .zen-labelMedium label,
.zen .zen-labelMedium .zen-label {
  width: 120px;
}
.zen .zen-labelLarge label,
.zen .zen-labelLarge .zen-label {
  width: 280px;
}
.zen .zen-inlineForm .zen-label,
.zen .zen-inlineForm label {
  width: auto;
  margin-right: 5px;
}
.zen .zen-skinnyForm .zen-label,
.zen .zen-skinnyForm label {
  width: auto;
  display: block;
  text-align: left;
  float: none;
  margin-bottom: 2px;
}
.zen .zen-skinnyForm .zen-help {
  margin-left: 5px;
}
.zen .zen-formBody {
  display: inline-block;
}
.zen .zen-input {
  box-sizing: border-box;
  padding: 3px;
  margin: 1px 0;
}
.zen .zen-inputTiny {
  width: 30px;
}
.zen .zen-inputSmall {
  width: 150px;
}
.zen .zen-inputMedium {
  width: 250px;
}
.zen .zen-inputLarge {
  width: 350px;
}
.zen .zen-inputFull {
  width: 100%;
}
.zen .zen-form textarea {
  vertical-align: top;
  padding: 4px;
  box-sizing: border-box;
}
.zen .zen-form .zen-input,
.zen .zen-form textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 #c3c3c3;
  -webkit-box-shadow: inset 0 1px 0 #c3c3c3;
  box-shadow: inset 0 1px 0 #c3c3c3;
  border: 1px solid gray;
  border-color: #7c7c7c #c3c3c3 #dddddd;
}
.zen .zen-form .zen-requiredMark {
  color: #c00;
  padding-right: 1px;
}
.zen .zen-help {
  margin-top: 3px;
  clear: left;
  color: #767676;
}
.zen .zen-errorMessage {
  color: #d74c3b;
  margin-top: 3px;
}
.zen .zen-formFieldInfo {
  vertical-align: top;
  margin-top: 4px;
}
.zen .zen-formFieldAction {
  margin: 4px;
  position: relative;
}
.zen .zen-formFieldAction img {
  vertical-align: middle;
}
.zen .zen-formFieldAction:active {
  bottom: -1px;
}
.zen .zen-checkGroup label {
  float: none;
  width: auto;
  text-align: left;
  margin-top: 0;
  font-weight: normal;
}
.zen .zen-checkGroup > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.zen .zen-progress {
  display: inline-block;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #ccc;
  -moz-box-shadow: inset 1px 1px 3px #8d8d8d;
  -webkit-box-shadow: inset 1px 1px 3px #8d8d8d;
  box-shadow: inset 1px 1px 3px #8d8d8d;
  width: 50px;
}
.zen .zen-value {
  display: inline-block;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: inset 1px 1px 3px #8d8d8d;
  -webkit-box-shadow: inset 1px 1px 3px #8d8d8d;
  box-shadow: inset 1px 1px 3px #8d8d8d;
  visibility: hidden;
}
.zen .zen-valueNotOk {
  width: 25%;
  background-color: #c33929;
  visibility: visible;
}
.zen .zen-valueOk {
  width: 50%;
  background-color: #f8c933;
  visibility: visible;
}
.zen .zen-valueStrong {
  width: 100%;
  background-color: #74c205;
  visibility: visible;
}
.zen .zen-field {
  margin: 10px 0;
}
.zen .zen-fieldSmall {
  margin: 5px 0;
}
.zen .zen-fieldMedium {
  margin: 16px 0;
}
.zen .zen-fieldLarge {
  margin: 22px 0;
}
.zen .zen-select {
  position: relative;
  margin: 0 10px;
  z-index: 99;
}
.zen .zen-select .zen-trigger {
  text-align: left;
  display: block;
}
.zen .zen-select .zen-selectArrow {
  float: right;
  display: block;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-left: 10px;
}
.zen .zen-inlineSelect,
.zen .zen-inlineSelect .zen-trigger,
.zen .zen-inlineSelect .zen-selectArrow {
  display: inline-block;
}
.zen .zen-options {
  position: absolute;
  top: 100%;
  left: 3px;
  right: 3px;
  margin: 0;
  display: none;
  overflow: hidden;
}
.zen .zen-open .zen-options {
  display: block;
}
.zen .zen-options a {
  display: block;
  padding: 3px;
}
.zen .zen-select .zen-selectArrow {
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #000000 transparent transparent;
}
.zen .zen-options {
  border: 1px solid #4997bf;
  background-color: #fff;
  -moz-box-shadow: 0 0 4px #b1b2b4;
  -webkit-box-shadow: 0 0 4px #b1b2b4;
  box-shadow: 0 0 4px #b1b2b4;
}
.zen .zen-select.zen-open {
  z-index: 100;
}
.zen .zen-open .zen-options {
  display: block;
}
.zen .zen-options a {
  color: #000;
  text-decoration: none;
}
.zen .zen-options a:hover,
.zen .zen-options a:focus,
.zen .zen-options a:active {
  color: #015ba7;
  background-color: #e3f3ff;
  text-decoration: none;
  outline: none;
}
.zen .zen-options .zen-disabled {
  color: #c2c2c2;
}
.zen h1 strong,
.zen .h1 strong {
  display: block;
  padding-left: 1px;
}
.zen .zen-inlineHeading {
  margin: 0;
  display: inline-block;
}
.zen h1,
.zen h2,
.zen h3,
.zen h4,
.zen h5,
.zen h6,
.zen .zen-h1,
.zen .zen-h2,
.zen .zen-h3,
.zen .zen-h4,
.zen .zen-h5,
.zen .zen-h6 {
  font-weight: bold;
}
.zen h1,
.zen .zen-h1 {
  font-size: 1.833em;
  font-weight: normal;
}
.zen h1 strong,
.zen .zen-h1 strong {
  font-size: .5em;
  font-weight: bold;
  margin-bottom: -3px;
}
.zen h2,
.zen .zen-h2 {
  font-size: 1.667em;
}
.zen h3,
.zen .zen-h3 {
  font-size: 1.5em;
}
.zen h4,
.zen .zen-h4 {
  font-size: 1.333em;
}
.zen h5,
.zen .zen-h5 {
  font-size: 1.167em;
}
.zen h6,
.zen .zen-h6 {
  font-size: 1em;
}
.zen h1,
.zen h2,
.zen h3,
.zen h4,
.zen h5,
.zen h6,
.zen dl,
.zen p,
.zen blockquote,
.zen .zen-box,
.zen pre {
  margin: 10px 0;
}
.zen .zen-header h1,
.zen .zen-header h2,
.zen .zen-header h3,
.zen .zen-header h4,
.zen .zen-header h5,
.zen .zen-header h6 {
  margin: 5px 0;
}
.zen h1,
.zen h2,
.zen h3,
.zen h4,
.zen h5,
.zen h6,
.zen img {
  padding-bottom: 0;
}
.zen table h1,
.zen table h2,
.zen table h3,
.zen table h4,
.zen table h5,
.zen table h6,
.zen table p,
.zen table ul,
.zen table ol,
.zen table dl {
  padding: 0;
}
.zen .zen-header,
.zen .zen-body,
.zen .zen-footer,
.zen .zen-intro {
  padding: 0 7px;
}
.zen .zen-ptn,
.zen .zen-pvn,
.zen .zen-pan {
  padding-top: 0 !important;
}
.zen .zen-pts,
.zen .zen-pvs,
.zen .zen-pas {
  padding-top: 5px !important;
}
.zen .zen-ptm,
.zen .zen-pvm,
.zen .zen-pam {
  padding-top: 10px !important;
}
.zen .zen-ptl,
.zen .zen-pvl,
.zen .zen-pal {
  padding-top: 20px !important;
}
.zen .zen-prn,
.zen .zen-phn,
.zen .zen-pan {
  padding-right: 0 !important;
}
.zen .zen-prs,
.zen .zen-phs,
.zen .zen-pas {
  padding-right: 5px !important;
}
.zen .zen-prm,
.zen .zen-phm,
.zen .zen-pam {
  padding-right: 10px !important;
}
.zen .zen-prl,
.zen .zen-phl,
.zen .zen-pal {
  padding-right: 20px !important;
}
.zen .zen-pbn,
.zen .zen-pvn,
.zen .zen-pan {
  padding-bottom: 0 !important;
}
.zen .zen-pbs,
.zen .zen-pvs,
.zen .zen-pas {
  padding-bottom: 5px !important;
}
.zen .zen-pbm,
.zen .zen-pvm,
.zen .zen-pam {
  padding-bottom: 10px !important;
}
.zen .zen-pbl,
.zen .zen-pvl,
.zen .zen-pal {
  padding-bottom: 20px !important;
}
.zen .zen-pln,
.zen .zen-phn,
.zen .zen-pan {
  padding-left: 0 !important;
}
.zen .zen-pls,
.zen .zen-phs,
.zen .zen-pas {
  padding-left: 5px !important;
}
.zen .zen-plm,
.zen .zen-phm,
.zen .zen-pam {
  padding-left: 10px !important;
}
.zen .zen-pll,
.zen .zen-phl,
.zen .zen-pal {
  padding-left: 20px !important;
}
.zen .zen-mtn,
.zen .zen-mvn,
.zen .zen-man {
  margin-top: 0 !important;
}
.zen .zen-mts,
.zen .zen-mvs,
.zen .zen-mas {
  margin-top: 5px !important;
}
.zen .zen-mtm,
.zen .zen-mvm,
.zen .zen-mam {
  margin-top: 10px !important;
}
.zen .zen-mtl,
.zen .zen-mvl,
.zen .zen-mal {
  margin-top: 20px !important;
}
.zen .zen-mrn,
.zen .zen-mhn,
.zen .zen-man {
  margin-right: 0 !important;
}
.zen .zen-mrs,
.zen .zen-mhs,
.zen .zen-mas {
  margin-right: 5px !important;
}
.zen .zen-mrm,
.zen .zen-mhm,
.zen .zen-mam {
  margin-right: 10px !important;
}
.zen .zen-mrl,
.zen .zen-mhl,
.zen .zen-mal {
  margin-right: 20px !important;
}
.zen .zen-mbn,
.zen .zen-mvn,
.zen .zen-man {
  margin-bottom: 0 !important;
}
.zen .zen-mbs,
.zen .zen-mvs,
.zen .zen-mas {
  margin-bottom: 5px !important;
}
.zen .zen-mbm,
.zen .zen-mvm,
.zen .zen-mam {
  margin-bottom: 10px !important;
}
.zen .zen-mbl,
.zen .zen-mvl,
.zen .zen-mal {
  margin-bottom: 20px !important;
}
.zen .zen-mln,
.zen .zen-mhn,
.zen .zen-man {
  margin-left: 0 !important;
}
.zen .zen-mls,
.zen .zen-mhs,
.zen .zen-mas {
  margin-left: 5px !important;
}
.zen .zen-mlm,
.zen .zen-mhm,
.zen .zen-mam {
  margin-left: 10px !important;
}
.zen .zen-mll,
.zen .zen-mhl,
.zen .zen-mal {
  margin-left: 20px !important;
}
.zen .zen-midlight {
  font-weight: bold;
}
.zen .zen-healthyPlanet {
  color: #336600;
}
.zen .zen-goToRecord {
  color: #222;
  font-weight: normal;
  text-decoration: underline;
}
a.zen-goToRecord:hover {
  color: #2861a1;
}
.zen strong {
  font-weight: bold;
}
.zen em {
  font-style: italic;
}
.zen .zen-date {
  color: gray;
  font-size: 0.917em;
}
.zen .zen-note {
  color: gray;
  font-style: italic;
}
.zen .zen-legal {
  font-size: 0.917em;
}
.zen .zen-deemphasize {
  font-size: 0.917em;
}
.zen .zen-list {
  margin: 10px 0;
}
.zen .zen-list > li {
  padding: 0.2em 0;
}
.zen .zen-inlineList > li {
  display: inline-block;
  padding-right: .5em;
  vertical-align: top;
}
.zen .zen-inlineListExt > li {
  display: inline;
}
.zen .zen-inlineListExt > li:after {
  content: "\2022";
  padding: 0;
  padding-right: 4px;
  padding-left: 6px;
}
.zen .zen-inlineListExt > li:last-child:after {
  content: "";
}
.zen .zen-breadcrumbList {
  padding: 2px 0 0;
  font-size: .917em;
  display: inline-block;
}
.zen .zen-breadcrumbList > li {
  display: inline-block;
}
.zen .zen-breadcrumbList > li:before {
  content: "\003E";
  display: inline-block;
  padding: 0;
  padding-right: 7px;
  padding-left: 4px;
}
.zen .zen-breadcrumbList > li:first-child:before {
  content: "";
  padding: 0;
}
.zen .zen-breadcrumbList a {
  color: #797979;
}
.zen .zen-numberedList {
  padding-left: 20px;
}
.zen .zen-numberedList > li {
  list-style: decimal outside;
  margin: 3px 0;
}
.zen .zen-bulletedList {
  padding-left: 20px;
}
.zen .zen-bulletedList > li {
  list-style: disc outside;
  margin: 3px 0;
}
.zen .zen-pipedList > li {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px;
}
.zen .zen-pipedList:before,
.zen .zen-pipedList:after {
  content: "";
  display: table;
}
.zen .zen-pipedList:after {
  clear: both;
}
.zen .zen-pipedList > li {
  border-left: 1px solid #7d7d84;
}
.zen .zen-pipedList > li:first-child,
.zen .zen-pipedList > .zen-firstItem {
  border-left: 0;
}
.zen .zen-pipedList .zen-img,
.zen .zen-pipedList .zen-imgExt {
  float: none;
}
.zen .zen-pipedList > .zen-lastItem {
  position: relative;
  top: -1px;
}
.zen .zen-detailList {
  overflow: auto;
}
.zen .zen-detailList > dt {
  padding-top: .3em;
  color: #4a4a56;
  font-weight: bold;
  font-size: .917em;
  width: 200px;
  float: left;
  clear: left;
  padding-right: 20px;
  text-align: right;
}
.zen .zen-detailList > dd {
  padding-top: 0.3em;
}
.zen .zen-labelSmall > dt {
  width: 65px;
}
.zen .zen-labelMedium > dt {
  width: 120px;
}
.zen .zen-labelLarge > dt {
  width: 280px;
}
.zen .zen-detailListExt > dd {
  border-bottom: 1px solid #ececec;
}
.zen .zen-detailListExt > dd,
.zen .zen-detailListExt > dt {
  padding-top: 5px;
  padding-bottom: 5px;
}
.zen .zen-listSmall > li {
  margin: 5px 0;
}
.zen .zen-listSmall > dt,
.zen .zen-listSmall > dd {
  padding-top: 5px;
  padding-bottom: 5px;
}
.zen .zen-listMedium > li {
  margin: 10px 0;
}
.zen .zen-listMedium > dt,
.zen .zen-listMedium > dd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.zen .zen-listLarge > li {
  margin: 20px 0;
}
.zen .zen-listLarge > dt,
.zen .zen-listLarge > dd {
  padding-top: 20px;
  padding-bottom: 20px;
}
.zen-inlineList.zen-listLarge > li {
  padding-right: 20px;
  margin: 0;
}
.zen .zen-listView > .zen-content {
  position: relative;
  z-index: 1;
}
.zen .zen-listView .zen-footer,
.zen .zen-listView .zen-header {
  display: block;
  padding: 0;
}
.zen .zen-listView .zen-title:after,
.zen .zen-listView .zen-header:after,
.zen .zen-listView .zen-navigation:after .zen .zen-listView .zen-footer:after {
  content: "";
  clear: both;
  display: table;
}
.zen .zen-listView .zen-pager .zen-label {
  font-size: inherit;
  font-weight: inherit;
}
.zen .zen-listView.zen-listViewFixed .zen-data {
  table-layout: fixed;
}
.zen .zen-listView.zen-listViewFixed .zen-data th,
.zen .zen-listView.zen-listViewFixed .zen-data td,
.zen .zen-listView.zen-listViewFixed .zen-data td .zen-cellShim {
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zen .zen-listView.zen-listViewFixed .zen-data td.emptyText {
  overflow: inherit;
  white-space: normal;
}
.zen .zen-listView.zen-listViewHeaderless .zen-data thead {
  display: none;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-data {
  height: 100%;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-data tbody {
  height: auto;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-data thead tr {
  display: block;
  position: relative;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-data tbody {
  display: block;
  min-height: 150px;
  overflow: auto;
  width: 100%;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-data tbody td {
  border-right: 1px solid transparent;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-data tbody td:last-child {
  border-right-color: #ededed;
}
.zen .zen-listView.zen-listViewFixedHeader .zen-columnSort tr:last-child td {
  border-bottom: 1px solid #ededed;
}
.zen .zen-listView {
  background-color: #ffffff;
}
.zen .zen-listView.zen-listViewHeaderless .zen-data tbody {
  border-top: 1px solid #e0e3e5;
}
.zen .zen-listView .zen-data thead {
  background-color: #f2f3f3;
  border-bottom: 1px solid #e0e3e5;
  min-height: 1.8em;
}
.zen .zen-listView .zen-data tr.zen-selected {
  background-color: #b0e1fa;
}
.zen .zen-listView .zen-data tr.zen-hover {
  background-color: #e3f3ff;
}
.zen .zen-listView .zen-data th,
.zen .zen-listView .zen-data td {
  vertical-align: middle;
}
.zen .zen-listView .zen-footer {
  background: #f2f3f3;
  border: 1px solid #e0e3e5;
  border-top: 1px solid #fff;
  min-height: 1.8em;
}
.zen .zen-listView.zen-listViewSmall .zen-data th,
.zen .zen-listView.zen-listViewSmall .zen-data td {
  padding: 2px;
}
.zen .zen-listView.zen-listViewMedium .zen-data th,
.zen .zen-listView.zen-listViewMedium .zen-data td {
  padding: 7px;
}
.zen .zen-listView.zen-listViewLarge .zen-data th,
.zen .zen-listView.zen-listViewLarge .zen-data td {
  padding: 10px;
}
.zen .zen-listView .zen-selector {
  width: 10px;
}
.zen .zen-listView .zen-selectionInfo {
  float: left;
  font-size: 0.9em;
}
.zen .zen-listView .zen-selectionInfo .zen-trigger {
  line-height: 2em;
  margin: 0.5em;
}
.zen .zen-listView .zen-selectionInfo .zen-trigger .zen-facettrigger {
  display: inline-block;
}
.zen .zen-listView .zen-selectionInfo .zen-trigger .zen-visualization {
  background: url(/img/func_icons/util/selectArrow12.gif) no-repeat left 0;
  display: inline-block;
  height: 12px;
  margin: .2em 0 0 .7em;
  width: 14px;
}
.zen .zen-listView .zen-selectionInfo .zen-open .zen-trigger .zen-visualization {
  background-position: -15px 0;
}
.zen .zen-listView .zen-selectionInfo .zen-options {
  position: absolute;
  text-align: left;
  top: -62px;
  width: 165px;
}
.zen .zen-listView .zen-selectionInfo .zen-option {
  padding: 2px 5px;
}
.zen .zen-listView .zen-action {
  width: 84px;
}
.zen .zen-listView .zen-pager {
  float: left;
}
.zen .zen-listView .zen-pagerPageSize,
.zen .zen-listView .zen-pagerJumpToPage {
  float: right;
}
.zen .zen-pagerNextPrevious {
  line-height: 1.9em;
}
.zen .zen-pagerNextPrevious .zen-first .zen-label,
.zen .zen-pagerNextPrevious .zen-last .zen-label {
  color: transparent;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.zen .zen-listView .zen-searchBox {
  float: left;
}
.zen .zen-select .zen-trigger a:hover {
  text-align: left;
  display: block;
}
.zen .listViewportWrapper .listViewport .listBody {
  border: 0 none;
  height: auto;
}
.zen .listViewportWrapper .subNav .linkBar,
.zen .listViewportWrapper .bottomNav {
  display: none;
}
.zen .listViewportWrapper .zen-navigation {
  border-top: 3px solid #56458c;
  background-color: #f8f8f8;
  border-left: 1px solid #e0e3e5;
  border-right: 1px solid #e0e3e5;
  border-bottom: 0;
  padding: 2px 5px 10px;
  margin-top: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.zen .listViewportWrapper .zen-buttons {
  margin-top: 2px;
}
.zen .listViewportWrapper .zen-buttons .zen-refresh {
  background: url(/img/alohaSkin/sync.png) top left no-repeat;
  width: 24px;
  background-position: 3px 3px;
  vertical-align: middle;
}
.zen .listViewportWrapper .zen-buttons .zen-refreshNeeded {
  background-position: 3px -41px;
}
.zen .printerIcon,
.zen .zen-showFeed .feedContainer,
.zen .zen-showFeed .printerIconDisabled {
  display: inherit !important;
  visibility: inherit !important;
}
.zen .zen-showFeed .printerIcon,
.zen .zen-showFeed .zen-listView .zen-content,
.zen .zen-showFeed .zen-listView .zen-footer {
  display: none !important;
}
.zen .zen-loader {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 80;
}
.zen .zen-loading .zen-loader {
  display: block;
}
.zen .zen-loader .zen-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.zen .zen-loader .zen-content {
  display: inline-block;
  line-height: normal;
  padding-left: 25px;
  position: relative;
  top: 80px;
  vertical-align: middle;
  z-index: 1;
}
.zen .zen-loader .zen-background {
  background-color: #fff;
  opacity: 0.6;
}
.zen .zen-loader .zen-content {
  background-image: url('/img/loading.gif');
  background-position: left center;
  background-repeat: no-repeat;
  color: #666;
  font-weight: bold;
  height: 16px;
  text-shadow: 0.1em 0.1em 0.01em #ffffff, 0.1em -0.1em 0.01em #ffffff, -0.1em -0.1em 0.01em #ffffff, -0.1em 0.1em 0.01em #ffffff;
  vertical-align: middle;
}
.zen hr {
  height: 0;
  border: 0;
  margin: 5px 0;
}
.zen .zen-divider {
  border-top: 1px dotted #d9d9d9;
}
.zen .zen-dividerStrong {
  border-top: 2px solid #000000;
}
.zen .zen-searchBox input {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #777;
  margin: 0;
  outline: medium none;
  padding: 8px 35px 7px 25px;
  width: 190px;
}
.zen .zen-searchBox input[placeholder] {
  text-overflow: ellipsis;
}
::-moz-placeholder {
  text-overflow: ellipsis;
}
:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.zen .zen-searchBox input:-moz-placeholder {
  text-overflow: ellipsis;
}
.zen .zen-searchBox input:focus {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(226, 226, 226, 0.3);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.zen .zen-searchBox .zen-clearInput {
  cursor: pointer;
  display: inline-block;
  visibility: hidden;
}
.zen .zen-searchBox.zen-populated .zen-clearInput {
  visibility: inherit;
}
.zen .zen-searchBox input::-ms-clear {
  display: none;
}
.zen .zen-searchBox input {
  background: url("/img/func_icons/util/search16.png") no-repeat scroll 3px #ffffff;
  box-shadow: 0 1px 1px #e7e7e8 inset;
}
.zen .zen-searchBox.zen-active input,
.zen .zen-searchBox.zen-populated input {
  color: #222222;
}
.zen .zen-searchBox .zen-clearInput {
  background: #ffffff url('/img/alohaSkin/search_clear_sprite.png') no-repeat 0 0;
  height: 16px;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 9px;
  width: 16px;
}
.zen .zen-data {
  width: 100%;
  text-align: left;
}
.zen .zen-data tr {
  vertical-align: top;
}
.zen .zen-data th,
.zen .zen-data td {
  padding: 4px 2px 4px 5px;
}
.zen .zen-data th {
  font-weight: bold;
}
.zen .zen-data thead th,
.zen .zen-data thead td {
  white-space: nowrap;
}
.zen .zen-textCenter,
.zen table .zen-textCenter,
.zen table tr .zen-textCenter {
  text-align: center;
}
.zen .zen-textLeft,
.zen table .zen-textLeft,
.zen table tr .zen-textLeft {
  text-align: left;
}
.zen .zen-textRight,
.zen table .zen-textRight,
.zen table tr .zen-textRight {
  text-align: right;
}
.zen .zen-textTop,
.zen table .zen-textTop,
.zen table tr .zen-textTop {
  vertical-align: top;
}
.zen .zen-textBottom,
.zen table .zen-textBottom,
.zen table tr .zen-textBottom {
  vertical-align: bottom;
}
.zen .zen-textMiddle,
.zen table .zen-textMiddle,
.zen table tr .zen-textMiddle {
  vertical-align: middle;
}
.zen .zen-columnSort {
  border: 1px solid #e0e3e5;
}
.zen .zen-columnSort th {
  background: #f2f3f3;
  color: #000;
  font-size: .9em;
  border: 1px solid #e0e3e5;
  border-width: 0 0 1px 1px;
}
.zen .zen-columnSort th:first-child {
  border-left: 0;
}
.zen .zen-columnSort th.zen-sortable {
  cursor: pointer;
}
.zen .zen-columnSort th.zen-sortable:hover {
  background: #e6eaea;
  color: #015ba7;
}
.zen .zen-columnSort td {
  border-bottom: 1px solid #ededed;
}
.zen .zen-columnSort tr:last-child td {
  border-bottom: 0;
}
.zen .zen-columnSort .zen-sorted {
  background-color: #e0e3e6;
}
.zen .zen-columnSort .zen-sorted:after {
  padding: 0 4px;
  display: inline-block;
  position: relative;
  top: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}
.zen .zen-columnSort .zen-ascending:after {
  content: "\2191";
}
.zen .zen-columnSort .zen-descending:after {
  content: "\2193";
  color: #222222;
}
.zen .zen-columnSort tfoot {
  background: #f2f3f3;
}
.zen .zen-columnSort tfoot td,
.zen .zen-columnSort tfoot th {
  border-top: 1px solid #e0e3e5;
}
.zen .zen-detailTable th {
  text-align: right;
  font-weight: bold;
  width: 33%;
}
.zen .zen-detailTable td {
  padding: 5px 2px 5px 10px;
}
.zen .zen-detailTable tr {
  border-bottom: 1px solid #ececec;
}
.zen .zen-detailTable tr:last-child {
  border-bottom: 0;
}
.zen .zen-btn {
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 2px 3px;
  margin: 1px;
}
.zen .zen-btn:active {
  bottom: -1px;
}
.zen .zen-closeBtn {
  height: 16px;
  line-height: 16px;
  width: 16px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.zen .zen-btn.zen-disabledBtn,
.zen .zen-btn[disabled] {
  bottom: 0;
}
.zen .zen-btn {
  padding: 3px 6px;
}
.zen .zen-closeBtn {
  padding: 0;
  margin: 0;
}
.zen .zen-btn {
  color: #222;
  border: 1px solid #c3c3c3;
  border-color: #c3c3c3 #aaa #909090;
  font-size: .917em;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  background: -moz-linear-gradient(#ffffff, #f0f0f0);
  background: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: -ms-linear-gradient(#ffffff, #f0f0f0);
}
.zen .zen-btn:hover,
.zen .zen-btn:focus {
  background: #e4f5ff;
  background: -moz-linear-gradient(#ffffff, #e4f5ff 60%);
  background: -webkit-linear-gradient(#ffffff, #e4f5ff 60%);
  background: -ms-linear-gradient(#ffffff, #e4f5ff 60%);
}
.zen .zen-btn:active {
  border-color: #6a6a6a #888 #a5a5a5;
  background: #cbcbcb;
  background: -moz-linear-gradient(#cbcbcb, #e5e5e5 10%, #f8f8f8);
  background: -webkit-linear-gradient(#cbcbcb, #e5e5e5 10%, #f8f8f8);
  background: -ms-linear-gradient(#cbcbcb, #e5e5e5 10%, #f8f8f8);
}
.zen .zen-primaryBtn {
  background: #eaf9ff;
  background: -moz-linear-gradient(top, #eaf9ff 0, #ccedfb 68%, #bee9f8 100%);
  background: -webkit-linear-gradient(top, #eaf9ff 0, #ccedfb 68%, #bee9f8 100%);
  background: -ms-linear-gradient(top, #eaf9ff 0, #ccedfb 68%, #bee9f8 100%);
}
.zen .zen-primaryBtn:hover,
.zen .zen-primaryBtn:focus {
  background: #d3f2fd;
  background: -moz-linear-gradient(top, #f9fdff 0, #d3f2fd 100%);
  background: -webkit-linear-gradient(top, #f9fdff 0, #d3f2fd 100%);
  background: -ms-linear-gradient(top, #f9fdff 0, #d3f2fd 100%);
}
.zen .zen-primaryBtn:active {
  background: #bee7f6;
}
.zen .zen-promoBtn {
  color: #fff;
  padding: 5px 7px;
  font-size: 1em;
  border: 2px solid #fff;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: #6bc7e4;
  background: -moz-linear-gradient(#6bc7e4, #0599cc 65%);
  background: -webkit-linear-gradient(#6bc7e4, #0599cc 65%);
  background: -ms-linear-gradient(#6bc7e4, #0599cc 65%);
}
.zen .zen-promoBtn .zen-selectArrow {
  border-color: #ffffff transparent transparent;
}
.zen .zen-promoBtn:hover,
.zen .zen-promoBtn:focus,
.zen .zen-promoBtn:active {
  background: #1b99c3;
  border-color: #ffffff;
}
.zen .zen-closeBtn {
  color: #707474;
  border: 0;
  background: #f6f7f7;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 0 #e4e4e4;
  -webkit-box-shadow: inset 0 1px 0 0 #e4e4e4;
  box-shadow: inset 0 1px 0 0 #e4e4e4;
}
.zen .zen-highlightBtn {
  font-family: Arial;
  font-size: 1.08em;
  background-color: #8ab529;
  border: 1px solid #6c8049;
  background-image: -ms-linear-gradient(top, #8ab529 0, #87ac31 100%);
  background-image: -moz-linear-gradient(top, #8ab529 0, #87ac31 100%);
  background-image: -webkit-linear-gradient(top, #8ab529 0, #87ac31 100%);
  background-image: linear-gradient(top, #8ab529 0, #87ac31 100%);
  display: inline-block;
  padding-top: 0;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px 0 #adadad;
  -webkit-box-shadow: 0 1px 2px 0 #adadad;
  box-shadow: 0 1px 2px 0 #adadad;
  margin: 0;
}
.zen .zen-btn.zen-highlightBtn:hover,
.zen .zen-btn.zen-highlightBtn.onHover {
  background-color: #a0cb3d;
  background-image: -ms-linear-gradient(top, #a5cd48 0, #97bf3a 100%);
  background-image: -moz-linear-gradient(top, #a5cd48 0, #97bf3a 100%);
  background-image: -webkit-linear-gradient(top, #a5cd48 0, #97bf3a 100%);
  background-image: linear-gradient(top, #a5cd48 0, #97bf3a 100%);
}
.zen .zen-highlightBtn:active {
  background-color: #769b24;
  background-image: -ms-linear-gradient(top, #7ba229 0, #8ab237 100%);
  background-image: -moz-linear-gradient(top, #7ba229 0, #8ab237 100%);
  background-image: -webkit-linear-gradient(top, #7ba229 0, #8ab237 100%);
  background-image: linear-gradient(top, #7ba229 0, #8ab237 100%);
}
.zen .zen-highlightBtn:focus {
  background-color: #8ab529;
  background-image: -ms-linear-gradient(top, #8ab529 0, #87ac31 100%);
  background-image: -moz-linear-gradient(top, #8ab529 0, #87ac31 100%);
  background-image: -webkit-linear-gradient(top, #8ab529 0, #87ac31 100%);
  background-image: linear-gradient(top, #8ab529 0, #87ac31 100%);
}
.zen .zen-btn.zen-highlightBtn[disabled] {
  -webkit-appearance: none;
  background: #dcdfe0;
  color: #fff;
  border: 1px solid #c7ccce;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.zen .zen-closeBtn:hover,
.zen .zen-closeBtn:focus {
  color: #015ba7;
  background: #e3f3ff;
  -moz-box-shadow: inset 0 1px 0 0 #d2d2d2;
  -webkit-box-shadow: inset 0 1px 0 0 #d2d2d2;
  box-shadow: inset 0 1px 0 0 #d2d2d2;
}
.zen .zen-closeBtn:active {
  background: #dadfdf;
  -moz-box-shadow: inset 0 1px 0 0 #c7c7c7;
  -webkit-box-shadow: inset 0 1px 0 0 #c7c7c7;
  box-shadow: inset 0 1px 0 0 #c7c7c7;
}
.zen .zen-btn[disabled],
.zen .zen-btn.zen-disabledBtn {
  -webkit-appearance: none;
  cursor: default;
  color: #c2c2c2;
  border-color: #e2e2e2;
  background: #fafafa;
}
.zen .zen-promoBtn[disabled],
.zen .zen-promoBtn.zen-disabledBtn {
  color: #fff;
  border-color: #fff;
  background: #e9e8e8;
}
.zen .zen-closeBtn[disabled],
.zen .zen-closeBtn.zen-disabledBtn {
  color: #bcbcbc;
  background: #f0f1f1;
}
.zen .zen-promoBtn,
.zen .zen-promoBtn:hover,
.zen .zen-promoBtn:focus,
.zen .zen-promoBtn:active {
  padding: 5px 14px;
}
.zen .zen-tooltip {
  position: relative;
}
.zen .zen-tooltipBox {
  display: inline-block;
  position: relative;
}
.zen .zen-tooltip .zen-tooltipBox {
  display: none;
  position: absolute;
}
.zen .zen-tooltip:focus .zen-tooltipBox {
  display: inline-block;
  padding: 6px;
  width: 200px;
}
.zen .zen-tooltip:hover .zen-tooltipBox {
  display: inline-block;
  padding: 6px;
  width: 200px;
}
.zen .zen-tooltip .zen-tooltipBox.zen-tooltipTop {
  bottom: 1.4em;
  left: 0;
}
.zen .zen-tooltip .zen-tooltipBox.tooltipBottom {
  top: 1.4em;
  left: 0;
}
.zen .zen-pager {
  margin: 0.5em 1em;
}
.zen .zen-pagerNextPrevious .zen-pagerControl {
  margin: 0 .25em;
  text-decoration: none;
}
.zen .zen-pagerNextPrevious .zen-disabled {
  cursor: default;
}
.zen .zen-pagerNextPrevious {
  margin-left: 25%;
  white-space: nowrap;
}
.zen .zen-pagerNextPrevious .zen-pagerControl .zen-visualization {
  display: inline;
}
.zen .zen-pagerJumpToPage span.zen-pagerControl {
  margin-left: 0.5em;
}
.zen .zen-pager {
  font-size: 0.9em;
}
.zen .zen-pagerJumpToPage .zen-pagerControl {
  margin-left: .5em;
  margin-right: 0.5em;
}
.zen .zen-pagerNextPrevious .zen-pagerControl {
  color: #333;
  text-decoration: none;
}
.zen .zen-pagerNextPrevious .zen-disabled .zen-label {
  color: #777777;
}
.zen .zen-pagerNextPrevious .zen-pagerControl .zen-visualization {
  background-image: url('/img/paginationArrows.gif');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 .18em;
  width: 9px;
  height: 10px;
}
.zen .zen-pagerNextPrevious .zen-first .zen-visualization {
  background-position: left 1px;
}
.zen .zen-pagerNextPrevious .zen-first.zen-disabled .zen-visualization {
  background-position: left -10px;
}
.zen .zen-pagerNextPrevious .zen-previous .zen-visualization {
  background-position: -10px 1px;
}
.zen .zen-pagerNextPrevious .zen-previous.zen-disabled .zen-visualization {
  background-position: -10px -10px;
}
.zen .zen-pagerNextPrevious .zen-next .zen-visualization {
  background-position: -17px 1px;
}
.zen .zen-pagerNextPrevious .zen-next.zen-disabled .zen-visualization {
  background-position: -17px -10px;
}
.zen .zen-pagerNextPrevious .zen-last .zen-visualization {
  background-position: right 1px;
}
.zen .zen-pagerNextPrevious .zen-last.zen-disabled .zen-visualization {
  background-position: right -10px;
}
.zen .zen-pagerPageInfo {
  line-height: 2em;
}
.zen.zen-popup {
  background: 0;
}
.zen body.zen-popupBody {
  overflow: hidden;
}
.zen .zen-popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.zen .zen-centerPopup {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 400px;
}
.zen .zen-cropMe,
.zen .zen-cropH {
  overflow-x: hidden !important;
}
.zen .zen-cropMe,
.zen .zen-cropV {
  overflow-y: hidden !important;
}
.zen .zen-cropEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-binding: url(/sync/ellipsis.xml#ellipsis);
}
.zen .zen-assistiveText {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.zen .zen-assistiveLink {
  padding: 0 !important;
  margin: 0 !important;
  height: 1px !important;
  width: 1px !important;
  line-height: 0 !important;
  background-color: transparent !important;
  overflow: visible !important;
  text-decoration: none;
  color: #222222;
}
.helpIcon {
  background-image: url(/img/sprites/master.png);
  background-position: 0 -142px;
  width: 16px;
  height: 16px;
}
.recycleIcon {
  background-image: url(/img/func_icons/util/recycle.gif);
  background-position: 0 0;
  width: 19px;
  height: 19px;
}
.datePickerIcon {
  background-image: url(/img/func_icons/util/datePicker16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.escalatedLarge {
  background-image: url(/img/func_icons/util/escalation16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.printerIcon {
  background-image: url(/img/func_icons/util/print20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
}
.alertIcon {
  background-image: url(/img/func_icons/util/alert16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.checkmarkIcon {
  background-image: url(/img/func_icons/util/checkmark16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.groupEventIcon {
  background-image: url(/img/group_event.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.doubleArrowUp {
  background-image: url(/img/double_arrow_up.gif);
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.doubleArrowDwn {
  background-image: url(/img/double_arrow_dwn.gif);
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.colorPickerIcon {
  background-image: url(/img/func_icons/util/colorPicker16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.downArrowIcon {
  background-image: url(/img/arrow_dwn.gif);
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.leftArrowIcon {
  background-image: url(/img/arrow_lt.gif);
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.rightArrowIcon {
  background-image: url(/img/arrow_rt.gif);
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.upArrowIcon {
  background-image: url(/img/arrow_up.gif);
  background-position: 0 0;
  width: 24px;
  height: 20px;
}
.unresolvedIcon {
  background-image: url(/img/icon/unresolved16.png);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.escalatedLarge {
  background-image: url(/img/func_icons/util/escalation16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.escalatedSmall {
  background-image: url(/img/func_icons/util/escalation12.gif);
  background-position: 0 0;
  width: 12px;
  height: 12px;
}
.infoIcon {
  background-image: url(/img/sprites/master.png);
  background-position: 0 -162px;
  width: 16px;
  height: 16px;
}
.mailCloseIcon {
  background-image: url(/img/func_icons/util/mailCloseEnv16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.mailOpenIcon {
  background-image: url(/img/func_icons/util/mailOpenEnv16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.mailFrontIcon {
  background-image: url(/img/func_icons/util/mailFrontEnv16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.editLayoutIcon {
  background-image: url(/img/func_icons/util/editLayout20.png);
  background-position: 0 0;
  width: 20px;
  height: 20px;
}
.alertIcon {
  background-image: url(/img/func_icons/util/alert16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.checkmarkIcon {
  background-image: url(/img/func_icons/util/checkmark16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.printerIconOn {
  background-image: url(/img/func_icons/util/print20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: 0 -20px;
}
.printerIconDisabled {
  background-image: url(/img/func_icons/util/print20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: 0 -40px;
}
.removeIcon {
  background-image: url(/img/func_icons/remove12.gif);
  background-position: 0 0;
  width: 12px;
  height: 12px;
  background-position: top left;
}
.removeIconOn {
  background-image: url(/img/func_icons/remove12_on.gif);
  background-position: 0 0;
  width: 12px;
  height: 12px;
  background-position: top right;
}
.dialogCloseIcon {
  background-image: url(/img/func_icons/util/dialogClose16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
  background-position: top left;
}
.dialogCloseIconOn {
  background-position: top right;
}
.lookupIcon {
  background-image: url(/img/func_icons/util/lookup20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top left;
}
.lookupIconOn {
  background-image: url(/img/func_icons/util/lookup20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top right;
}
.closeIcon {
  background-image: url(/img/func_icons/closeSprite16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: top left;
}
.closeIconOn {
  background-image: url(/img/func_icons/closeSprite16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: 0 -16px;
}
.closeNone {
  display: none;
}
.searchIcon {
  background-image: url(/img/func_icons/util/search20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top left;
}
.searchIconOn {
  background-image: url(/img/func_icons/util/search20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top right;
}
.trashIcon {
  background-image: url(/img/func_icons/util/trash20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top left;
}
.trashIconOn {
  background-image: url(/img/func_icons/util/trash20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top right;
}
.comboboxIcon {
  background-image: url(/img/func_icons/util/combobox20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top left;
}
.comboboxIconOn {
  background-image: url(/img/func_icons/util/combobox20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top right;
}
.customizePageIcon {
  background-image: url(/img/func_icons/util/customize20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top left;
}
.customizePageIconOn {
  background-image: url(/img/func_icons/util/customize20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top right;
}
.editLayoutIcon {
  background-image: url(/img/func_icons/util/editLayout20.png);
  background-position: 0 0;
  width: 20px;
  height: 20px;
}
.linkIcon {
  background-image: url(/img/func_icons/util/link20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top left;
}
.linkIconOn {
  background-image: url(/img/func_icons/util/link20.gif);
  background-position: 0 0;
  width: 20px;
  height: 20px;
  background-position: top right;
}
.videoPlay {
  background-image: url(/img/func_icons/videoPlay.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
  background-position: top left;
}
.videoPlayOn {
  background-image: url(/img/func_icons/videoPlay.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
  background-position: top right;
}
.menuArrow {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  width: 16px;
  height: 20px;
  background-position: 0 0;
}
.menuArrowOn {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  background-position: 0 0;
  width: 16px;
  height: 20px;
  background-position: 0 -20px;
}
.expanded .menuArrow {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  background-position: 0 0;
  width: 16px;
  height: 20px;
  background-position: 0 -40px;
}
.expanded .menuArrowOn {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  background-position: 0 0;
  width: 16px;
  height: 20px;
  background-position: 0 -60px;
}
.rtl .menuArrow {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  background-position: 0 0;
  width: 16px;
  height: 20px;
  background-position: 0 -40px;
}
.rtl .menuArrowOn {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  background-position: 0 0;
  width: 16px;
  height: 20px;
  background-position: 0 -60px;
}
.expanded .rtl .menuArrow {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  width: 16px;
  height: 20px;
  background-position: 0 0;
}
.expanded .rtl .menuArrowOn {
  background-image: url(/img/dcm/menuArrow_sprite.gif);
  background-position: 0 0;
  width: 16px;
  height: 20px;
  background-position: 0 -20px;
}
.forceLogo {
  background-image: url(/img/forceMenuLogo.png);
  width: 91px;
  height: 31px;
  background-position: 0 0;
}
.forceLogoOn,
a#forceLogoLink:focus .forceLogo {
  background-image: url(/img/forceMenuLogo.png);
  background-position: 0 0;
  width: 91px;
  height: 31px;
  background-position: 0 -31px;
}
.helpIcon {
  background: transparent url(/img/alohaSkin/help_orange.png) no-repeat;
  vertical-align: bottom;
}
.infoIcon {
  background-image: url(/img/alohaSkin/info_sprite.png);
  background-position: left top;
  height: 15px;
}
/* * This code is for Internal Salesforce use only, and subject to change without notice.
* Customers shouldn't reference this file in any web pages. */
.userDefinedMRU img.userDefinedImage {
  background-image: none;
}
.userDefinedMotif img.userDefinedImage,
.userDefinedMotif img.relatedListIcon.userDefinedImage {
  background-image: none;
}
.userDefinedRL img.userDefinedImage {
  background-image: none;
}
.userDefinedRL .pbHeader .pbTitle h3 {
  margin-left: 4px;
}
.motifElement {
  border: 1px solid black;
  width: 150px;
  margin-right: .3em;
  padding: 0;
  overflow: hidden;
  height: 1.5em;
  display: block;
  text-decoration: none;
  cursor: default;
  background-color: #ffffff;
}
a.motifElement:hover {
  text-decoration: none;
}
.motifElement .iconChoice,
.motifElement .iconChoice img {
  width: 19px;
  height: 100%;
  background-color: #fff;
  float: left;
}
.motifElement .colorChoice {
  margin: 0;
  width: 128px;
  height: 100%;
  float: right;
  text-align: center;
  overflow: hidden;
}
.motifColorElement,
.motifColorElement .colorChoice {
  width: 48px;
}
.motifColorElement .iconChoice {
  display: none;
}
.customDefinedMotif .iconChoice img.mruIcon {
  background-image: none;
}
.motifElement .mruIcon {
  height: 16px;
  width: 16px;
}
.motifInputElement .motifElement,
.pickableMotifElement {
  cursor: pointer;
}
.motifInputElement {
  width: 170px;
  height: 20px;
  margin: 2px 10px 2px 0;
}
.motifInputElement .motifElement {
  position: absolute;
}
.motifInputElement .lookup {
  position: relative;
  left: 155px;
  top: 1px;
  padding: 0;
}
.motifColorInputElement {
  width: 70px;
  height: 20px;
  margin: 2px 10px 2px 0;
}
.motifColorInputElement .motifColorElement {
  position: absolute;
}
.motifColorInputElement .lookup {
  position: relative;
  top: 1px;
}
.bPageBlock .detailList .motifElement td {
  color: #ffffff;
}
.apexp .bPageBlock p {
  margin-bottom: 0;
}
.apexp .bPageBlock .detailList .list table td,
.apexp .bPageBlock .detailList .list table th {
  border-bottom: 1px solid #e3deb8;
}
.apexp .bPageBlock .detailList {
  width: 100%;
}
.apexp .bPageBlock .detailList .list {
  width: 100%;
}
.apexp .bPageBlock .error {
  border: 2px solid #cc0000;
}
.apexp .detailList .list td,
.apexp .detailList .list th,
.apexp .editPage .bPageBlock .detailList .list tr td,
.apexp .editPage .bPageBlock .detailList .list tr th {
  padding: 4px 2px 4px 5px;
  color: #333;
  border-bottom: 1px solid #e3deb8;
}
.apexp .bPageBlock .detailList .list .last td,
.apexp .bPageBlock .detailList .list .last th,
.apexp .detailList .list .totalRow td,
.apexp .detailList .list .totalRow th {
  border-bottom-width: 0;
}
.apexp .totalRow {
  font-weight: bold;
  background-color: #e3e3d7;
}
.apexp .detailList .list .headerRow th {
  border-bottom: 2px solid #ccc;
  white-space: nowrap;
}
.whatIsThisElement {
  margin-left: .5em;
  vertical-align: bottom;
}
.tipArea {
  padding-top: 5px;
  color: #999999;
}
.tagEditArea {
  margin: 0;
  background-color: #fff;
  padding: 5px;
  border: dotted 1px #cccccc;
}
.tagSelectionList A.tag_selector {
  padding: 0 2px;
  white-space: nowrap;
  color: #666;
  text-decoration: none;
}
.tagSelectionList A.tag_selector.selected {
  background-color: #fcc;
  color: #333;
  text-decoration: none;
}
.tagSelectionList A:hover.tag_selector {
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
.tagSelectionList A:hover.tag_selector.selected {
  background-color: #e88;
  color: #333;
  text-decoration: none;
}
.tagSelectionList {
  line-height: 1.5em;
  margin: 0 0.75em 0.75em;
}
.manageableInfo {
  background-color: #ffc;
  border: 1px solid #aa8;
  color: #000;
  margin: 4px 20px 16px;
  padding: 8px 8px 6px;
}
.manageableMoreInfo ul {
  list-style-type: disc;
}
.manageableInfo img {
  padding-right: 6px;
}
.manageableMoreInfo {
  background-color: #fff;
  border: 1px solid #dda;
  font-weight: normal;
  margin: 12px 0 2px;
  padding: 10px 8px 6px 18px;
  display: none;
}
.manageableMoreInfo th {
  font-weight: bold;
  vertical-align: top;
}
.verticalSelectElement .upDownButtons {
  vertical-align: middle;
}
.verticalSelectElement .upDownButtons img {
  display: block;
}
.verticalSelectElement label {
  display: block;
  text-align: center;
  font-weight: bold;
}
img.numberLabel {
  float: right;
}
.radioGroup {
  padding: 0;
  margin: 0;
}
.radioGroup li {
  padding-left: 2em;
  list-style-type: none;
  margin-left: 0;
  text-indent: -2em;
}
.timeInput {
  white-space: nowrap;
}
.hourPicker {
  height: 12.7em;
  width: 7.5em;
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: pre;
  border: 1px solid #b7c6b2;
  display: none;
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
  background: #ffffff;
}
.hourPicker .hour {
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 12px;
  background: url(/img/func_icons/arrowright10.gif) no-repeat right center;
  margin-right: 4px;
}
.hourPicker .simpleHour {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 12px;
  margin-right: 4px;
}
.hourPicker div.hover {
  background-color: #e0f0fb;
}
.hourPicker .arrow {
  background: url(/img/func_icons/arrowright10.gif);
  width: 10px;
  height: 10px;
}
.minutePicker {
  display: none;
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
  border: 1px solid #e0f0fb;
  background-color: #ffffff;
}
.minutePicker .minutes {
  width: 2em;
  font-weight: bold;
  padding: 1px 2px;
  border-left: 1px solid #e0f0fb;
  text-align: center;
  float: left;
}
.minutePicker div.hover {
  background-color: #e0f0fb;
  text-decoration: underline;
}
.detailHeaderHighlightMsg {
  background-color: #ffc;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.detailHeaderHighlightMsgName {
  font-weight: bold;
}
.mailmergeTemplateSelectElement .mmtse_title,
.mailmergeTemplateSelectElement .mmtse_description {
  font-weight: bold;
}
.mailmergeTemplateSelectElement .descriptionDiv {
  padding-top: 10px;
}
.mailmergeTemplateSelectElement .mmtse_preview {
  padding-top: 10px;
}
.mailmergeTemplateSelectElement .mmtse_selectEle {
  width: 300px;
}
.gmailLink {
  white-space: nowrap;
  display: inline;
}
.gmailIcon {
  background-image: url(/img/google/gmail_M_icon.gif);
  background-position: 0 0;
  width: 16px;
  height: 12px;
  vertical-align: middle;
  margin-right: 0.25em;
}
.htmlDetailElementTable {
  width: 100%;
}
.htmlDetailElementTable td {
  padding: 1px;
}
.htmlDetailElementDiv {
  display: none;
}
#recaptcha_image {
  margin-bottom: 6px;
}
#recaptcha_response_field {
  width: 250px;
  display: block;
}
.captchaContent tr td {
  padding: 4px;
  border: 1px solid #bfbfbf;
}
.spanIcon {
  background-image: url(/img/func_icons/ispan12.gif);
  background-position: 0 0;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.twistyHeader .twistyText {
  text-decoration: underline;
}
.scheduledIcon {
  background-image: url(/img/func_icons/schedReport34.gif);
  background-position: 0 0;
  width: 17px;
  height: 16px;
  vertical-align: middle;
  margin-right: .25em;
  background-position: left top;
}
a.scheduleLink:hover img {
  background-image: url(/img/func_icons/schedReport34.gif);
  background-position: 0 0;
  width: 17px;
  height: 16px;
  background-position: -17px top;
}
.importWizTable {
  width: 100%;
}
.importWizTable td.wizStepInfo {
  padding: 10px 15px;
}
.importWizTable td.stepNum,
.importWizTable td.stepDir {
  padding: 8px 5px;
  vertical-align: top;
}
.orgimport_format td.stepNum,
.orgimport_format td.stepDir {
  padding-top: 3px;
  padding-bottom: 3px;
}
.importWizTable td.matchOption {
  padding-top: 12px;
}
.stepNum {
  text-align: right;
  font-weight: bold;
}
.importWizTable .stepDir > label {
  font-size: 1em;
}
.importWizTable .stepDir > .mouseOverInfoOuter {
  bottom: -3px;
}
.stepBtns {
  text-align: right;
}
.importWizTable .importWizOptTable {
  margin-top: 5px;
}
.importWizTable .importWizOptTable td.radioOption {
  padding: 2px 0;
  vertical-align: middle;
}
.importWizTable .importWizOptTable td.radioOption input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
body.setupTab #stageForm > div.bWizardBlock.tertiaryPalette {
  background-color: transparent;
  border: 0 none;
  margin-right: 0;
}
body.setupTab div.bWizardBlock .pbWizardBody table.list div.mouseOverInfoOuter {
  display: inline-block;
  vertical-align: middle;
  left: 5px;
}
#divMatch,
#divStyle {
  margin-top: 10px;
}
tr.newWizRow td {
  padding-top: 10px;
}
hr.divider {
  height: 0;
  border: none;
  margin: 5px 0;
  border-top: 1px dotted #d9d9d9;
}
.dialogClose,
.dialogCloseOn {
  background-image: url(/img/func_icons/util/dialogClose16.gif);
  background-position: 0 0;
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  background-position: top left;
  text-indent: -999em;
  overflow: hidden;
}
.dialogCloseOn {
  background-position: top right;
}
.dialogCloseOn:focus {
  outline: 1px dotted #000000;
}
.dialogResize {
  background: transparent url(/img/func_icons/util/rescale11.gif) no-repeat bottom right;
  cursor: se-resize;
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 11px;
  width: 11px;
}
.overlayBackground {
  background-color: #fff;
  border: none;
  display: none;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50100;
}
.overlayDialog {
  position: fixed;
  display: none;
  visibility: hidden;
  z-index: 50101;
  top: 40px;
  left: 150px;
}
.absolutePositionedOverlayDialog {
  position: absolute;
}
.cssDialog {
  top: 25%;
  left: 50%;
}
.overlayDialog .topLeft,
.inlineOverlayDialog .topLeft {
  padding: 4px 2px 6px 12px;
  background: transparent url(/img/overlaytopleft.gif) no-repeat top left;
}
.overlayDialog .movable {
  cursor: move;
}
.overlayDialog .topLeft h2,
.inlineOverlayDialog .topLeft h2 {
  color: #fff;
  font-size: 1.1em;
}
.overlayDialog .topRight,
.inlineOverlayDialog .topRight {
  padding-right: 6px;
  background: transparent url(/img/overlaytopright.gif) no-repeat top right;
}
.overlayDialog .middle,
.inlineOverlayDialog .middle {
  background-color: #f5f5f5;
  border-left: 1px solid #393a3c;
  border-right: 1px solid #393a3c;
}
.overlayDialog .innerContent,
.inlineOverlayDialog .innerContent {
  padding: 12px 16px 8px 20px;
}
.overlayDialog .innerContent h2,
.inlineOverlayDialog .innerContent h2 {
  font-family: 'Arial';
  font-size: 1.4em;
}
.overlayDialog .innerContent p,
.inlineOverlayDialog .innerContent p {
  margin: 8px 0;
}
.overlayDialog .innerContent .split,
.inlineOverlayDialog .innerContent .split {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
  background: transparent url(/img/overlaysplit.gif) repeat-x top;
  height: 16px;
  padding-left: 20px;
}
.overlayDialog .innerContent .pointer,
.inlineOverlayDialog .innerContent .pointer {
  background: url(/img/overlaypointer.gif) no-repeat;
  width: 27px;
  height: 16px;
}
.overlayDialog .innerContent .infoImage,
.inlineOverlayDialog .innerContent .infoImage {
  float: left;
  height: 100%;
  width: 60px;
}
.overlayDialog .innerContent .buttons,
.inlineOverlayDialog .innerContent .buttons {
  text-align: center;
  padding-top: 12px;
}
.overlayDialog .innerContent .buttons .btn,
.overlayDialog .innerContent .buttons .btnDisabled,
.inlineOverlayDialog .innerContent .buttons .btn,
.overlayDialog .innerContent .buttons .btnDisabled {
  margin: 0 10px 0 0;
  min-width: 50px;
}
.overlayDialog .scrollableArea,
.overlayDialog .scrollableAreaBottomBorder,
.inlineOverlayDialog .scrollableArea,
.overlayDialog .scrollableAreaBottomBorder {
  border: 1px solid #919191;
  background-color: #fff;
  overflow-y: auto;
}
.overlayDialog .scrollableArea,
.inlineOverlayDialog .scrollableArea {
  border-bottom: none;
}
.overlayDialog .summaryArea,
.inlineOverlayDialog .summaryArea {
  margin-top: -13px;
  border: 1px solid #919191;
  border-top: none;
  padding: 12px 8px 4px 8px;
  background-color: #f3f3ec;
  height: 50px;
}
.overlayDialog .bottomLeft,
.inlineOverlayDialog .bottomLeft {
  height: 4px;
  background: transparent url(/img/overlaybottomleft.gif) no-repeat bottom left;
}
.overlayDialog .bottomRight,
.inlineOverlayDialog .bottomRight {
  height: 4px;
  padding-right: 4px;
  background: transparent url(/img/overlaybottomright.gif) no-repeat bottom right;
}
.accessibleDialogPopup {
  margin: 12px;
  padding: 12px;
}
.accessibleDialogPopup .buttons {
  text-align: center;
  padding-top: 12px;
}
.accessibleDialogPopup .buttons .btn,
.accessibleDialogPopup .buttons .btnDisabled {
  margin: 0 10px 0 0;
  min-width: 50px;
}
.backgroundConfirm {
  background-color: #e7f8e6;
}
.backgroundWarn {
  background-color: #f7f2d8;
}
.backgroundInfo {
  background-color: #dae5f2;
}
.backgroundError {
  background-color: #f1d7d7;
}
.contentConfirm {
  border: 1px solid #3ca500;
}
.contentWarn {
  border: 1px solid #ff9900;
}
.contentInfo {
  border: 1px solid #287fe1;
}
.contentError {
  border: 1px solid #cc0000;
}
.message {
  background-color: #ffc;
  border-style: solid;
  border-width: 1px;
  color: #000;
  padding: 6px 8px 6px 6px;
  margin: 4px 20px;
}
.confirmM5,
.warningM5,
.infoM5,
.errorM5 {
  border: none;
}
.confirmM6,
.confirmM4,
.confirmM3,
.confirmM2,
.confirmS1 {
  border-color: #339900;
}
.confirmM4 .msgIcon,
.confirmSmall {
  background-image: url(/img/msg_icons/confirm16.png);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.confirmM3 .msgIcon,
.confirmMedium {
  background-image: url(/img/msg_icons/confirm24.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.confirmM2 .msgIcon,
.confirmLarge {
  background-image: url(/img/msg_icons/confirm32.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.confirmS1 .msgIcon {
  background-image: url(/img/msg_icons/securityconfirm48.gif);
  background-position: 0 0;
  width: 48px;
  height: 48px;
}
.errorM6,
.errorM4,
.errorM3,
.errorM2,
.errorS1 {
  border-color: #cc0000;
}
.errorM4 .msgIcon,
.errorSmall {
  background-image: url(/img/msg_icons/error16.png);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.errorM3 .msgIcon,
.errorMedium {
  background-image: url(/img/msg_icons/error24.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.errorM2 .msgIcon,
.errorLarge {
  background-image: url(/img/msg_icons/error32.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.errorS1 .msgIcon {
  background-image: url(/img/msg_icons/securityerror48.gif);
  background-position: 0 0;
  width: 48px;
  height: 48px;
}
.infoM6,
.infoM4,
.infoM3,
.infoM2,
.infoS1 {
  border-color: #3399ff;
}
.infoM4 .msgIcon,
.infoSmall {
  background-image: url(/img/sprites/master.png);
  background-position: 0 -222px;
  width: 16px;
  height: 16px;
}
.infoM3 .msgIcon,
.infoMedium {
  background-image: url(/img/msg_icons/info24.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.infoM2 .msgIcon,
.infoLarge {
  background-image: url(/img/msg_icons/info32.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.infoS1 .msgIcon {
  background-image: url(/img/msg_icons/securityinfo48.gif);
  background-position: 0 0;
  width: 48px;
  height: 48px;
}
.warningM6,
.warningM4,
.warningM3,
.warningM2,
.warningS1 {
  border-color: #ff9900;
}
.warningM4 .msgIcon,
.warningSmall {
  background-image: url(/img/msg_icons/warning16.png);
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.warningM3 .msgIcon,
.warningMedium {
  background-image: url(/img/msg_icons/warning24.png);
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.warningM2 .msgIcon,
.warningLarge {
  background-image: url(/img/msg_icons/warning32.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.warningS1 .msgIcon {
  background-image: url(/img/msg_icons/securitywarning48.gif);
  background-position: 0 0;
  width: 48px;
  height: 48px;
}
.bPageBlock .message {
  margin: 0 0 4px 0;
}
body.lookupTab .bPageBlock .message {
  margin: 0;
}
.lookup .message {
  margin: 0 0 12px;
}
.message .messageTable .messageCell {
  vertical-align: middle;
}
.pbError .message {
  text-align: left;
  font-weight: normal;
}
.message .messageText {
  margin-left: 8px;
}
.message .messageText h4 {
  font-weight: bold;
  display: block;
}
.message .messageText a {
  margin: 0 8px;
  color: #333;
  font-size: 91%;
}
.message .messageTextAndLinks a {
  margin: 0 0;
  font-size: 100%;
}
.datePicker {
  z-index: 100;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 17em;
  background-color: #b7c6b2;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0;
  padding: 1px 1px 2px 2px;
}
.datePicker .dateBar {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 1px 2px;
}
.datePicker select {
  vertical-align: top;
}
.datePicker .calBody {
  border: 1px solid #7b829d;
  border-bottom: none;
}
.datePicker .calDays {
  font-family: 'Verdana', 'Geneva', sans-serif;
  font-size: .8em;
  font-weight: normal;
  color: #333;
  width: 100%;
}
.datePicker .calDays .prevMonth,
.datePicker .calDays .nextMonth {
  color: #999999;
}
.datePicker .calDays th,
.datePicker .calDays td {
  text-align: center;
  width: 14%;
}
.datePicker .calDays .dayOfWeek {
  background: #ececec url(/img/func_icons/cal/dp_daysbg.gif) repeat-x top;
  padding: 3px 0;
  border-bottom: 1px solid #e0dee0;
}
.datePicker .calDays .weekend,
.datePicker .calDays .weekday {
  border-right: 1px solid #e0f0fb;
  border-bottom: 1px solid #e0f0fb;
  padding: 5px 0;
  cursor: pointer;
}
.datePicker .calDays .weekend {
  background-color: #f2f3f7;
}
.datePicker .calDays .weekday {
  background-color: #ffffff;
}
.datePicker .calDays .dueDate {
  font-weight: bold;
  color: #000;
  background-color: #ff1100;
}
.datePicker .calDays .todayDate {
  border: 1px solid #000000;
}
.datePicker .calDays .startDate,
.datePicker .calDays .endDate {
  text-decoration: underline;
}
.datePicker .calDays .startDate,
.datePicker .calDays .endDate,
.datePicker .calDays .selectedDate {
  background-color: #fbfae3;
  color: #000;
  font-weight: bold;
}
.datePicker .calDays .highlight {
  background-color: #e0f0fd;
  color: #000000;
}
.datePicker .buttonBar {
  background-color: #ececec;
  border-top: 1px solid #e1e2e9;
  padding: 2px 0;
  text-align: center;
  clear: both;
}
.datePicker .buttonBar .calToday {
  font-weight: bold;
  text-decoration: underline;
  font-size: 91%;
}
.datePicker .dateBar .calLeft,
.datePicker .dateBar .calLeftOn,
.datePicker .dateBar .calRight,
.datePicker .dateBar .calRightOn {
  margin: 2px 2px 0 2px;
}
.datePicker .dateBar .calLeft {
  background-image: url(/img/func_icons/cal/dp_left.gif);
  background-position: 0 0;
  width: 13px;
  height: 21px;
  background-position: top left;
}
.datePicker .dateBar .calLeftOn {
  background-image: url(/img/func_icons/cal/dp_left.gif);
  background-position: 0 0;
  width: 13px;
  height: 21px;
  background-position: top right;
}
.datePicker .dateBar .calRight {
  background-image: url(/img/func_icons/cal/dp_right.gif);
  background-position: 0 0;
  width: 13px;
  height: 21px;
  background-position: top left;
}
.datePicker .dateBar .calRightOn {
  background-image: url(/img/func_icons/cal/dp_right.gif);
  background-position: 0 0;
  width: 13px;
  height: 21px;
  background-position: top right;
}
.colorPicker {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 200000;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  -moz-box-shadow: 0 2px 5px #a0a6ab;
  box-shadow: 0 2px 5px #a0a6ab;
  width: 234px;
}
.colorPickerHeader {
  text-align: center;
}
.colorPickerColorView,
.colorPickerHexView {
  cursor: default;
  margin: 4px 3px 2px;
}
.colorPickerColorView {
  border: 1px solid black;
  width: 3em;
}
.colorPickerHexView {
  border: none;
  background-color: #fff;
  color: #000;
  padding-left: 5px;
  width: 7em;
}
.colorPickerContent {
  background-color: #fff;
  margin: 4px;
}
.colorPickerPalette {
  border: 2px solid #fff;
  margin: 2px auto;
}
.colorPickerPalette td {
  cursor: pointer;
}
.colorPickerPaletteChoice {
  display: block;
  height: 7px;
  margin: 2px;
  width: 7px;
}
td.highlight .colorPickerPaletteChoice {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  margin: 1px;
}
.colorBox {
  border: 1px solid #000;
  cursor: pointer;
  float: left;
  height: 1em;
  margin: 4px;
  width: 1em;
}
.errorColorBox {
  background-image: url(/img/x.gif);
  background-position: center center;
  border-color: #ff0000;
}
.mouseOverInfoOuter {
  position: relative;
  display: inline;
  text-decoration: none;
}
a.mouseOverInfoOuter,
a.mouseOverInfoOuter:hover,
a.mouseOverInfoOuter:active,
a.mouseOverInfoOuter:focus {
  text-decoration: none;
}
.mouseOverInfo {
  position: absolute;
  display: none;
  left: 22px;
  bottom: 20px;
  width: 20em;
  background-color: #fefdb9;
  padding: 2px;
  border: 1px solid black;
  z-index: 11;
  opacity: 0;
  white-space: normal;
  font-weight: normal;
  color: #000000;
}
h2#docViewerOverlayTitle div {
  overflow: hidden;
  margin-right: 35px;
}
.overlayDialog.docViewerOverlay {
  position: fixed;
}
.docViewerOverlay .innerContent {
  padding: 4px 4px 0;
}
.docViewerContainerParent {
  height: 484px;
  margin-left: auto;
  margin-right: auto;
}
.docViewerContainer {
  width: 100%;
  height: 100%;
}
a .contentThumbnail {
  padding: 3px;
  border: 1px solid #d0d0d0;
}
a:hover .contentThumbnail {
  padding: 2px;
  border: 2px #1797c0 solid;
}
img.contentThumbnail {
  margin: 4px 3px 3px 0;
}
.contentActionIcon {
  width: 16px;
  padding-right: 2px;
  margin-left: -1px;
}
.contentActionElement {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
}
.contentActionLabel {
  white-space: nowrap;
  vertical-align: top;
  font-size: .9em;
  line-height: 18px;
}
.feeditem .contentActionLabel {
  line-height: 18px;
}
.contentPost {
  width: 100%;
}
.contentPost .rightSideCell {
  vertical-align: top;
  padding-left: 9px;
}
.contentPost td {
  padding: 1px;
}
.contentPost .thumbnailCell {
  vertical-align: top;
  width: 1px;
}
.contentPost .linkCell {
  padding-right: 4px;
  white-space: nowrap;
}
.contentTitle {
  font-weight: bold;
  color: #333435;
  font-size: 1em;
}
.contentTitleLink {
  font-weight: bold;
  font-size: 1em;
}
.contentDescription {
  vertical-align: top;
  color: #222;
  font-size: 1em;
}
#devSlide {
  position: fixed;
  width: 270px;
  top: 160px;
  right: -230px;
  z-index: 7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -transition: all 0.5s ease-out;
  display: none;
}
#devSlide .handle {
  position: absolute;
  width: 20px;
  top: 0;
  left: 20px;
  background-color: #226b86;
  border-width: 4px;
  border-style: solid;
  border-right-style: none;
  border-color: #fff;
  padding: 7px 0;
  padding-right: 2px;
  text-align: left;
  color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-box-shadow: -2px 0 2px #a0a6ab;
  box-shadow: -2px 0 2px #a0a6ab;
  z-index: 10;
}
#devSlide .header {
  padding-bottom: 2px;
}
#devSlide .slideContainer {
  position: absolute;
  right: -2px;
  top: 0;
  width: 210px;
  background-color: #226b86;
  border: 4px solid #fff;
  padding: 6px;
  padding-top: 3px;
  margin: 0;
  border-bottom-radius-left: 5px;
  -moz-box-shadow: 0 0 2px #a0a6ab;
  -webkit-box-shadow: 0 0 2px #a0a6ab;
  box-shadow: 0 0 2px #a0a6ab;
  z-index: 9;
}
#devSlide .slideBody {
  background-color: white;
  border-radius: 5px;
  border: 3px solid #ffffff;
}
#devSlide .slideList {
  background-color: white;
  margin: 0;
  padding: 0;
}
#devSlide hr {
  margin-left: 3px;
  margin-right: 3px;
  clear: both;
  color: #cccccc;
}
#devSlide .slideList li {
  list-style-type: none;
  margin: 1px;
  border-radius: 9px;
  clear: both;
}
#devSlide .slideList li a {
  line-height: 1.3em;
  padding: 5px;
}
#devSlide .helpIcon {
  background: transparent url(/img/alohaSkin/help_grey.png) no-repeat;
}
#devSlide .slideList li.hover {
  background-color: #cfeef8;
}
#devSlide .slideList li.hover .toolLink {
  text-decoration: underline;
}
#devSlide .slideList li.hover .toolNewLink {
  text-decoration: none;
}
#devSlide .toolLink {
  color: #096186;
  text-decoration: none;
  float: left;
}
#devSlide .toolNewLink {
  color: #096186;
  margin-left: 3px;
  padding-left: 2px;
  display: none;
  float: right;
}
#devSlide .toolNewLink img {
  margin-right: 2px;
  vertical-align: text-bottom;
}
#devSlide .hover .toolNewLink {
  display: block;
}
#devSlide .footer {
  text-align: right;
  padding: 3px 1px;
}
#devSlide .footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#devSlide .footer a:hover {
  text-decoration: underline;
}
#devSlide .helpLink {
  float: right;
  margin-top: 5px;
}
.bPageHeader .phHeader .previewIndicator {
  position: absolute;
  height: auto;
  right: 20px;
  top: 35px;
  color: #fff;
  padding: 0;
}
body.setupTab div.bWizardBlock .pbWizardBody table.list {
  border: 1px solid #e0e3e5;
  border-collapse: collapse;
}
.manageableInfo {
  margin-top: 10px;
  padding: 3px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.manageableInfo > label,
.manageableInfo > a {
  position: relative;
  top: -3px;
}
.overlayDialog .secondaryPalette.bPageBlock {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.overlayBackground {
  background-color: #000;
  border: none;
}
.ext-el-mask {
  background-color: #000;
  opacity: 0.6;
}
.overlayDialog .topRight,
.inlineOverlayDialog .topRight,
div.x-window div.x-window-tl {
  background: url('/img/alohaSkin/overlay_crns.png') right top no-repeat;
  padding-left: 0;
  padding-right: 6px;
}
.overlayDialog .topLeft,
.inlineOverlayDialog .topLeft,
div.x-window div.x-window-tr {
  padding: 8px 6px 8px 12px;
  background: url('/img/alohaSkin/overlayTopLft.png') left top no-repeat;
}
div.x-window div.x-window-tl div.x-window-header {
  font-family: inherit;
  padding: 0;
}
.dialogClose,
.dialogCloseOn,
div.x-window .x-tool-close,
div.x-window .x-tool-close-over {
  background: transparent url('/img/alohaSkin/closeX.png');
  width: 20px;
  height: 20px;
}
.dialogCloseOn,
div.x-window div.x-tool-close-over {
  background-position: left -20px;
}
.overlayDialog .topLeft h2,
.inlineOverlayDialog .topLeft h2,
div.x-window .x-window-header-text {
  color: #000;
  font-size: 1.25em;
}
.overlayDialog .middle h3 {
  color: #000;
  font-size: 1.125em;
}
.overlayDialog .middle,
.inlineOverlayDialog .middle,
div.x-window div.x-window-mr {
  background: #ffffff url('/img/alohaSkin/overlay_crns.png') left -240px repeat-x;
  border: none;
  padding: 0;
}
.overlayDialog .innerContent,
.inlineOverlayDialog .innerContent {
  padding: 12px 16px;
}
div.x-window div.x-window-mc {
  padding: 12px 16px 0;
  background-color: transparent;
  font-family: inherit;
  border: 0 none;
}
div.x-window div.x-panel-body {
  background-color: transparent;
}
div.x-window div.x-window-bwrap,
div.x-window div.x-window-tc,
div.x-window div.x-window-ml,
div.x-window div.x-window-bl,
div.x-window div.x-window-br,
div.x-window div.x-window-bc,
div.x-window-bc div.x-window-footer,
div.x-window div.x-panel-btns-ct {
  padding: 0;
  background: transparent none;
}
.overlayDialog .bottomRight,
.inlineOverlayDialog .bottomRight {
  background: url('/img/alohaSkin/overlay_crns.png') right -235px no-repeat;
  height: 5px;
  padding-left: 0;
  padding-right: 6px;
}
.overlayDialog .bottomLeft,
.inlineOverlayDialog .bottomLeft {
  background: url('/img/alohaSkin/overlayBtmLft.png') left bottom no-repeat;
  height: 5px;
}
.overlayDialog.loadingOverlay .topLeft {
  padding: 2px 6px 3px 12px;
}
.overlayDialog.loadingOverlay .middle {
  background-image: none;
  background-color: #ffffff;
}
.loadingOverlay .loadingContent {
  vertical-align: middle;
  padding: 10px;
}
.loadingOverlay .loadingContent .loadingIcon {
  background: url(/img/loading32.gif) no-repeat 0 0;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: -5px;
  margin-left: 10px;
}
.loadingOverlay .loadingContent .loadingText {
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.4em;
}
div.x-window div.x-window-footer {
  background: url('/img/alohaSkin/overlay_crns_ext.png') right bottom no-repeat;
  padding-right: 6px;
}
div.x-window div.x-panel-btns {
  background: url('/img/alohaSkin/overlayBtmLft.png') left bottom no-repeat;
  padding: 8px 0 12px 0;
}
div.x-window div.x-window-br {
  background: url('/img/alohaSkin/overlay_crns_ext.png') right bottom no-repeat;
}
.RPPDialog .innerContent .radioDiv {
  border: none;
}
.personalSetupOverlay .innerContent {
  padding: 0;
  overflow: hidden;
}
.datePicker {
  width: auto;
  border: 0;
  padding: 7px 5px 6px;
  -moz-box-shadow: 0 2px 6px #111;
  -webkit-box-shadow: 0 2px 6px #111;
  box-shadow: 0 2px 6px #111;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.datePicker {
  background-image: url('/img/alohaSkin/cal_sprite.png');
  background-position: left -109px;
  background-repeat: repeat-x;
  background-color: #ededed;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.datePicker .calBody {
  border: 0;
  padding: 0 10px;
}
.datePicker .dateBar .calLeft,
.datePicker .dateBar .calLeftOn {
  background-image: url('/img/alohaSkin/cal_sprite.png');
  background-position: 0 -61px;
  width: 18px;
  height: 16px;
}
.datePicker .dateBar .calLeftOn {
  background-position: -18px -61px;
}
.datePicker .dateBar .calRight,
.datePicker .dateBar .calRightOn {
  background-image: url('/img/alohaSkin/cal_sprite.png');
  background-position: 0 -84px;
  width: 18px;
  height: 16px;
}
.datePicker .dateBar .calRightOn {
  background-position: -18px -84px;
}
.datePicker .dateBar .calLeft,
.datePicker .dateBar .calLeftOn {
  margin: 2px 4px 0 0;
}
.datePicker .dateBar .calRight,
.datePicker .dateBar .calRightOn {
  margin: 2px 9px 0 4px;
}
.datePicker .calDays {
  font-family: Arial, Helvetica, sans-serif;
  color: #4a4a56;
  border: 0;
}
.datePicker .dateBar {
  padding: 0 0 4px;
}
.datePicker .calDays .dayOfWeek {
  color: #4a4a56;
  font-size: .9em;
  font-weight: normal;
  padding: 2px;
}
.datePicker .calDays .dayOfWeek,
.datePicker .calDays .weekday,
.datePicker .calDays .weekend {
  background: none;
  border: 0;
  padding: 2px 0;
}
.datePicker .calDays {
  font-size: 1em;
}
.datePicker .calRow {
  font-size: 0.81em;
}
.datePicker .calDays td {
  font-size: 1.15em;
}
.datePicker .calDays .todayDate {
  color: #fff;
  background-color: #1797c0;
  font-weight: bold;
}
.datePicker .calDays .highlight {
  background-color: #e3f3ff;
  color: #000;
  font-weight: bold;
}
.datePicker .calDays .selectedDate {
  background-color: #c6e1ff;
  border: 1px solid #9cf;
  color: #000000;
}
.datePicker .buttonBar {
  background: none;
  border: 0;
  padding: 2px 0 0;
}
.datePicker .buttonBar .calToday {
  font-weight: normal;
  color: #015ba7;
  text-decoration: none;
}
.datePicker .dateBar .calLeft,
.datePicker .dateBar .calLeftOn,
.datePicker .dateBar .calRight,
.datePicker .dateBar .calRightOn {
  margin-top: 4px;
}
body .infoIcon {
  background-image: url('/img/alohaSkin/info_sprite.png');
  background-position: left top;
  height: 15px;
}
.mouseOverInfo {
  background-color: #ffffd0;
  border-color: #333;
  padding: 8px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-wd7w3q');
  src: url('../fonts/icomoon.eot?#iefix-wd7w3q') format('embedded-opentype'), url('../fonts/icomoon.woff?-wd7w3q') format('woff'), url('../fonts/icomoon.ttf?-wd7w3q') format('truetype'), url('../fonts/icomoon.svg?-wd7w3q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-activity:before {
  content: "\e600";
}
.icon-arrow-back:before {
  content: "\e601";
}
.icon-arrow-dropdown:before {
  content: "\e602";
}
.icon-arrow-large:before {
  content: "\e603";
}
.icon-more:before,
.icon-arrow-next:before {
  content: "\e604";
}
.icon-collapse:before {
  content: "\e605";
}
.icon-edit-contact:before {
  content: "\e606";
}
.icon-expand:before {
  content: "\e607";
}
.icon-facebook:before {
  content: "\e608";
}
.icon-linkedin:before {
  content: "\e609";
}
.icon-mail:before {
  content: "\e60a";
}
.icon-menu:before {
  content: "\e60b";
}
.icon-phonebook:before {
  content: "\e60c";
}
.icon-play:before {
  content: "\e60d";
}
.icon-plus:before {
  content: "\e60e";
}
.icon-profile-large:before {
  content: "\e60f";
}
.icon-profile-sm:before,
.icon-profile-small:before {
  content: "\e610";
}
.icon-question:before {
  content: "\e611";
}
.icon-search:before {
  content: "\e612";
}
.icon-settings:before {
  content: "\e613";
}
.icon-tag:before {
  content: "\e614";
}
.icon-twitter:before {
  content: "\e615";
}
.icon-submit:before,
.icon-upload:before {
  content: "\e616";
}
.icon-youtube:before {
  content: "\e617";
}
.icon-a-z:before {
  content: "\e618";
}
.icon-news:before {
  content: "\e619";
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ffffff;
}
@media (min-width: 768px) {
  body {
    background: url(../images/diagonal-pattern.jpg);
  }
}
.wrapper {
  background-color: #ffffff;
  padding: 30px 0 20px;
}
.wrapper.pixel-pattern {
  background: url(../images/pixel-pattern.jpg);
}
@media (min-width: 992px) {
  .wrapper.pixel-pattern {
    padding-top: 100px;
    margin-top: -80px;
  }
}
.wrapper.blue-area {
  background-image: -webkit-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
  background-image: -o-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
  background-image: linear-gradient(to bottom, #1e9dc8 0%, #177a9c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e9dc8', endColorstr='#ff177a9c', GradientType=0);
}
/*
 |--------------------------------------------------------------------------
 | Override default margin left on LI
 |--------------------------------------------------------------------------
 */
ul li,
ol li {
  margin-left: 0;
}
@font-face {
  font-family: 'proximanova-light';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#proximanova-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proximanova-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-regular';
  src: url('../fonts/proximanova-regularitalic-webfont.eot');
  src: url('../fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regularitalic-webfont.woff') format('woff'), url('../fonts/proximanova-regularitalic-webfont.ttf') format('truetype'), url('../fonts/proximanova-regularitalic-webfont.svg#proximanova-regularitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'proximanova-semibold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proximanova-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  *zoom: 1;
  /** THEME
	===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}
.featured-news .bx-wrapper {
  margin: 0;
  max-width: 100% !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 26px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #777777;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border-radius: 4px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1e9dc8;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
@media (min-width: 992px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 34px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 11px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen-sprite.png') no-repeat 0px 7px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -15px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.header-wrap {
  padding-left: 0;
  padding-right: 0;
}
.utility-nav .nav {
  font-size: 12px;
}
.utility-nav .nav > li > a {
  padding: 5px 5px;
  color: #424242;
}
.utility-nav .nav > li > a:hover,
.utility-nav .nav > li > a:focus {
  background: transparent;
  color: #146985;
}
#header {
  background: #1e9dc8;
  text-align: center;
}
#header .container-fluid,
#header .navbar-brand,
#header .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#header .glyphicon {
  top: 3px;
}
#header .pull-right .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
#header .pull-right .dropdown .dropdown-menu > li {
  margin-left: 0;
}
#header .input-group .btn,
#header .input-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 4px 6px;
}
#header .input-group .form-control {
  height: 28px;
  font-style: italic;
  color: #777777;
}
#header .input-group .form-control:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: 28px;
  padding-left: 14px;
}
#header .input-group-btn:last-child > .btn {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding-right: 12px;
}
#header .icon-mail {
  font-size: 14px;
}
#header .nav > li {
  margin-left: 0;
}
#header .nav > li > a {
  color: #ffffff;
}
#header .nav > li > a:hover,
#header .nav > li > a:focus {
  background: #1d96bf;
  color: #ffffff;
}
#header .nav > li.active {
  background: #1e9dc8;
}
#header .nav-justified .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#header .nav-justified .dropdown-menu .divider {
  margin: 0;
}
#header .nav-justified .dropdown-menu > li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e6e6e6;
  margin-left: 0;
}
#header .nav-justified .dropdown-menu > li > a {
  padding: 10px 16px;
  line-height: 1.1;
}
#header .nav-justified .dropdown-menu > li > a:hover,
#header .nav-justified .dropdown-menu > li > a:focus {
  background-color: #ffffff;
}
#header .nav-justified .dropdown-menu > li > a.open {
  background-image: -webkit-linear-gradient(top, #146985 0%, #1b8cb2 100%);
  background-image: -o-linear-gradient(top, #146985 0%, #1b8cb2 100%);
  background-image: linear-gradient(to bottom, #146985 0%, #1b8cb2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff146985', endColorstr='#ff1b8cb2', GradientType=0);
  background: #177a9c;
}
#header .nav-justified .dropdown-menu > li > a.open > a {
  background: transparent;
}
#header #mainnav {
  text-transform: uppercase;
  font-size: 16px;
}
#header .navbar {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
#header .navbar-brand {
  float: none;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 52px;
}
#header .navbar-brand img {
  width: 52px;
  height: auto;
}
#header .navbar-collapse {
  border-top: none;
}
#header .navbar-collapse.in {
  overflow-y: visible;
}
#header .navbar-default {
  border-bottom: 1px solid #177a9c;
}
#header .navbar-form {
  border: none;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .navbar-toggle {
  border: none;
  color: #ffffff;
  margin: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
}
#header .navbar-toggle:hover,
#header .navbar-toggle:focus {
  background: #177a9c;
}
#header .user-info {
  position: relative;
  width: 35px;
  padding: 4.5px 0;
}
#header .user-info > a,
#header .user-info .avatar {
  display: inline-block;
}
#header .user-info .avatar {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
}
#header .user-info .avatar > img {
  border: 1px solid #ffffff;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #header .navbar {
    height: 44px;
  }
  #header .navbar-form {
    border-top: 1px solid #38b6e1;
    border-bottom: 1px solid #177a9c;
    margin: 0;
    padding: 10px 16px;
  }
  #header .nav-justified > li {
    float: left;
    width: 25%;
    margin-left: 0;
  }
  #header .nav-justified > li > a {
    margin-bottom: 0;
    border: 1px solid #38b6e1;
    border-left-color: #177a9c;
    border-bottom-color: #177a9c;
  }
  #header .nav-justified > li:nth-child(4n) {
    border-right: none;
  }
  #header .nav-justified > li:nth-child(4n+1) {
    border-left: none;
  }
  #header .nav-justified > li.active {
    background: #38b6e1;
    border-color: #64c7e8;
    border-left-color: #177a9c;
    border-bottom-color: #177a9c;
  }
  #header .nav-justified > li.active > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header .nav-pills.pull-right {
    margin-right: 5px;
  }
}
@media (max-width: 520px) {
  #header .nav-justified > li {
    width: 50%;
  }
  #header .nav-justified > li:nth-child(2n-1) {
    border-left: none;
  }
  #header .nav-justified > li:nth-child(2n) {
    border-right: none;
  }
  #header .nav-justified .dropdown-menu {
    margin: 0 0 0 -100%;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
  }
  #header .nav-justified .dropdown-menu > li > a {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  #header .input-group {
    width: 220px;
  }
  #header .input-group .btn,
  #header .input-group .form-control {
    padding: 4px 6px;
  }
  #header .input-group .form-control {
    height: 20px;
  }
  #header .navbar {
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
  }
  #header .navbar-brand {
    position: static;
    float: left;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  #header .navbar-brand,
  #header .navbar-brand img {
    height: auto;
    width: 87px;
  }
  #header .navbar-form {
    padding: 10px;
    margin: 0;
  }
  #header .navbar-form .input-group .input-group-btn {
    width: 1%;
  }
  #header .nav-pills > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  #header .nav-pills.navbar-left > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .nav-justified {
    background-image: -webkit-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
    background-image: -o-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
    background-image: linear-gradient(to bottom, #1e9dc8 0%, #177a9c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e9dc8', endColorstr='#ff177a9c', GradientType=0);
    border-top: 1px solid #38b6e1;
  }
  #header .nav-justified > li > a:hover,
  #header .nav-justified > li > a:focus {
    background-image: -webkit-linear-gradient(top, #1d96bf 0%, #167393 100%);
    background-image: -o-linear-gradient(top, #1d96bf 0%, #167393 100%);
    background-image: linear-gradient(to bottom, #1d96bf 0%, #167393 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d96bf', endColorstr='#ff167393', GradientType=0);
  }
  #header .user-info {
    position: relative;
    width: auto;
    padding: 0;
  }
  #header .user-info > a,
  #header .user-info .avatar {
    height: auto;
  }
  #header .user-info > a {
    padding-left: 50px;
  }
  #header .user-info .avatar {
    top: 50%;
    margin-top: -19.5px;
    z-index: 1;
    left: 10px;
  }
  #header .user-info .avatar > img {
    border: 2px solid #ffffff;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #header .input-group {
    width: 330px;
  }
}
@media (min-width: 992px) {
  #header #mainnav {
    font-size: 16px;
  }
}
#get-started {
  background: #3a3a3a;
  color: #ffffff;
  display: none;
}
#get-started > .container {
  padding: 30px 0;
}
#get-started h2,
#get-started .get-started-choices {
  text-align: center;
  margin: 0;
  padding: 0;
}
#get-started h2 {
  font-size: 28px;
  margin-bottom: 5px;
}
#get-started p {
  margin-bottom: 5px;
}
#get-started .get-started-choices {
  list-style: none;
}
#get-started .get-started-choices > li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}
#get-started .btn {
  background-image: -webkit-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
  background-image: -o-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
  background-image: linear-gradient(to bottom, #1e9dc8 0%, #177a9c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e9dc8', endColorstr='#ff177a9c', GradientType=0);
  color: #000;
  border-color: #1e9dc8;
}
#get-started .btn span {
  font-size: 16px;
}
#get-started .btn:hover,
#get-started .btn:focus {
  background-image: -webkit-linear-gradient(top, #1b8cb2 0%, #146985 100%);
  background-image: -o-linear-gradient(top, #1b8cb2 0%, #146985 100%);
  background-image: linear-gradient(to bottom, #1b8cb2 0%, #146985 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b8cb2', endColorstr='#ff146985', GradientType=0);
  border-color: #1b8cb2;
}
#get-started-link {
  position: relative;
}
#get-started-link:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #d7d8d9;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -6px;
}
@media (min-width: 992px) {
  #get-started h2,
  #get-started .get-started-choices {
    text-align: left;
    float: left;
  }
  #get-started h2 {
    padding-top: 18px;
  }
  #get-started .get-started-choices {
    float: right;
  }
}
/* ===========================================================
# bootstrap-tour - v0.9.3
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-background {
  position: absolute;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 1100;
  border-radius: 0;
}
.popover[class*="tour-"] .popover-title {
  padding-bottom: 0;
}
.popover[class*="tour-"] .popover-content {
  padding-bottom: 20px;
}
.popover[class*="tour-"] .btn-group {
  margin-top: 3px;
}
.popover[class*="tour-"] .stepnum {
  float: left;
}
.popover[class*="tour-"] .stepnum strong {
  background-image: -webkit-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
  background-image: -o-linear-gradient(top, #1e9dc8 0%, #177a9c 100%);
  background-image: linear-gradient(to bottom, #1e9dc8 0%, #177a9c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e9dc8', endColorstr='#ff177a9c', GradientType=0);
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
}
.popover[class*="tour-"] .btn-link {
  position: absolute;
  bottom: 18px;
  right: 20px;
  padding: 0;
}
.popover[class*="tour-"] .btn-link:hover,
.popover[class*="tour-"] .btn-link:focus,
.popover[class*="tour-"] .btn-link:active {
  outline: none;
  text-decoration: none;
}
.popover[class*="tour-"] .popover-navigation {
  background: #ebebeb;
  padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
.footer-wrap.container {
  color: #ffffff;
  padding: 20px;
}
.footer-wrap.container a {
  color: #ffffff;
}
.footer-wrap.container a:hover,
.footer-wrap.container a:focus {
  color: #e6e6e6;
}
#footer .copyright {
  display: block;
  font-size: 9px;
  clear: both;
  padding-top: 5px;
}
#footer .footer-brand {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 52px;
}
#footer .footer-brand img {
  width: 52px;
  height: auto;
}
#footer .list-inline {
  margin-bottom: 0;
  font-size: 16px;
}
#footer .links-primary .list-inline {
  text-transform: uppercase;
  font-size: 16px;
}
#footer .links-primary .list-inline li {
  display: block;
}
@media (min-width: 768px) {
  #footer .links-primary .list-inline li {
    display: inline-block;
  }
}
#footer .social ul > li {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#footer .social ul > li > a {
  width: 50px;
  height: 50px;
  background: #323232;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
#footer .social ul > li > a:hover,
#footer .social ul > li > a:focus {
  background: #1e9dc8;
  color: #ffffff;
  text-decoration: none;
}
.links-primary ul li a {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .links-primary ul li a {
    font-size: 20px;
  }
}
.links-secondary ul li a {
  font-size: 14px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-wrap {
    padding: 40px 20px;
  }
  #footer .footer-brand {
    position: static;
    float: left;
    padding: 0;
    margin-left: 20px;
    margin-right: 40px;
  }
  #footer .footer-brand,
  #footer .footer-brand img {
    height: auto;
    width: 87px;
  }
  #footer .copyright,
  #footer .feedback,
  #footer .social {
    clear: both;
    float: left;
    padding-top: 20px;
  }
  #footer .copyright {
    font-size: 12px;
  }
  #footer .list-inline > li {
    margin-left: 0;
  }
  #footer .social ul > li > a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media (min-width: 992px) {
  .footer-wrap {
    padding: 40px 40px 40px 20px;
  }
  #footer .copyright,
  #footer .feedback,
  #footer .social {
    clear: none;
  }
  #footer .copyright {
    clear: left;
  }
  #footer .feedback {
    float: right;
    text-align: right;
    padding-top: 0;
  }
  #footer .social {
    float: right;
    clear: both;
  }
}
.bodyDiv {
  box-shadow: none;
  border-radius: 0;
}
h1,
.h1 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 small,
.h3 small {
  font-size: 75%;
}
h4,
.h4 {
  color: #1e9dc8;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
article.container {
  padding: 20px;
}
article > .nav-tabs {
  margin: 0 -20px;
}
legend {
  font-size: 14px;
}
section header h2,
aside h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section {
  margin-top: 20px;
}
section:first-child {
  margin-top: 0;
}
section header {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.pixel-pattern section header {
  margin-bottom: 0px;
  border-bottom: none;
}
section header h2,
section header p,
section header > div {
  margin: 0;
  padding-right: 20px;
}
section header h2 {
  display: inline-block;
  padding-right: 5px;
}
section footer {
  text-align: right;
}
section footer a {
  color: #1e9dc8;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section footer a:hover,
section footer a:focus {
  color: #424242;
  text-decoration: none;
}
section footer .icon-more {
  color: #1e9dc8;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
section.tab-pane {
  margin-top: 10px;
}
strong {
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.az-listing .list-unstyled {
  margin-right: 30px;
}
.az-listing.open {
  display: block !important;
}
.container .alert,
.container .message {
  margin: 0 -10px;
}
.body {
  font-size: 16px;
}
.btn {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
  background: none;
}
.detail-header {
  margin-bottom: 20px;
  position: relative;
}
.detail-header .image img {
  width: 100%;
}
.detail-header .text {
  padding: 0;
}
.detail-header ul {
  margin: 0;
}
.detail-header ul > li {
  margin-left: 0;
}
.detail-header h1,
.detail-header .h1,
.detail-header h2,
.detail-header .h2 {
  margin-top: 0;
  margin-bottom: 6px;
}
.detail-header h1:last-child,
.detail-header .h1:last-child,
.detail-header h2:last-child,
.detail-header .h2:last-child {
  margin-bottom: 0;
}
.detail-header .date {
  font-size: 16px;
  text-transform: uppercase;
}
.detail-header.has-image .text {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group table label {
  display: inline;
}
.form-submit {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-submit .btn {
  margin-right: 5px;
}
form textarea.form-control {
  resize: vertical;
}
.list-unstyled ul,
.list-unstyled ol {
  padding-left: 20px;
}
.help-block {
  font-weight: bold;
}
.invisible {
  display: none;
}
.nav-tabs {
  padding: 0 20px;
}
.nav-tabs > li {
  margin-left: 0;
}
article .navbar-default {
  margin-top: 10px;
}
article .navbar-default .navbar-form {
  padding: 5px 3px;
}
article .navbar-default .navbar-form .form-group {
  min-width: 200px;
}
article .navbar-default .pagination-wrapper {
  margin-left: 0;
  border-top: none;
  padding: 9px 0;
}
article .navbar-default .navbar-collapse.in {
  overflow-y: visible;
}
.ec-groups-toolbar .navbar-collapse {
  padding-left: 0px;
}
.page-heading {
  padding: 20px;
}
.page-heading h1,
.page-heading .h1 {
  margin: 0;
}
.page-heading .btn-lg {
  margin-top: -6px;
  margin-bottom: -6px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.page-heading .btn-lg span {
  font-size: 14px;
  margin-right: 5px;
}
.page-heading .breadcrumb,
.page-heading .date {
  text-transform: uppercase;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading .inline {
  display: inline-block;
  padding-right: 20px;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .form-horizontal h4,
.panel .form-horizontal .h4 {
  margin-top: 6px;
}
.panel .pagination-wrapper {
  border-top: none;
  padding-top: 0;
  margin-left: 0;
}
.panel-heading .panel-title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 7px 0 6px;
}
.panel-heading .panel-title span {
  top: -1px;
  position: relative;
}
.panel-heading .panel-title a:hover,
.panel-heading .panel-title a:focus {
  text-decoration: none;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 1px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.pagination-wrapper {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.pagination-wrapper:before,
.pagination-wrapper:after {
  content: " ";
  display: table;
}
.pagination-wrapper:after {
  clear: both;
}
.pagination-wrapper:before,
.pagination-wrapper:after {
  content: " ";
  display: table;
}
.pagination-wrapper:after {
  clear: both;
}
.pagination-wrapper .form-control {
  width: 30px;
  text-align: center;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.pagination-wrapper .form-group {
  display: inline-block;
}
.pagination-wrapper .pagination {
  margin: 0 0 0 16px;
}
ul.pollchoices li input,
ul.pollchoices li label {
  margin-bottom: 0;
}
.required {
  color: #ea0027;
}
.resource-list {
  min-height: 400px;
}
.resource-list .input-group-addon {
  font-size: 24px;
  font-weight: bold;
  padding: 0 9px;
}
.resource-list .input-group-addon:hover,
.resource-list .input-group-addon:focus {
  text-decoration: none;
  background: #ebebeb;
}
.resource-list.filtered .tab-pane {
  border-top: 1px solid #dddddd;
}
.resource-list.filtered .tab-pane:first-child {
  border-top: none;
}
.resource-list.filtered .col-sm-6 {
  width: 100%;
}
.resource-list.filtered .active {
  display: none;
}
.resource-list.filtered .active.open,
.resource-list.filtered .open {
  display: block;
}
.resource-list .show ul > li {
  display: list-item !important;
}
.resource-tabs-header {
  border-bottom: 1px solid #dddddd;
}
.resource-tabs-header:before,
.resource-tabs-header:after {
  content: " ";
  display: table;
}
.resource-tabs-header:after {
  clear: both;
}
.resource-tabs-header:before,
.resource-tabs-header:after {
  content: " ";
  display: table;
}
.resource-tabs-header:after {
  clear: both;
}
.resource-tabs-header .nav-tabs {
  border-bottom: none;
}
.resource-tabs-header .resource-filter .input-group {
  margin-bottom: 6px;
}
.popover {
  border: none;
  min-width: 250px;
  padding: 0;
  font-size: 14px !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: none;
}
.popover-title {
  font-size: 22px;
  line-height: 22px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px;
}
.tip {
  color: #777777;
}
.tip:hover,
.tip:focus {
  color: #424242;
  text-decoration: none;
  outline: none;
}
header .tip.btn {
  background: transparent;
  padding: 0;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
  .event-header,
  .detail-header {
    border-top: 1px solid #ebebeb;
    margin-top: -20px;
    padding-top: 20px;
  }
  .event-details .event-date {
    margin-top: 20px;
  }
  .nav-tabs {
    padding: 0;
  }
  .nav-tabs > li {
    margin-left: 0;
  }
  .nav-tabs > li > a {
    padding: 5px;
  }
  .panel {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-heading .btn {
    margin-top: 10px;
  }
  .page-heading .btn span {
    font-size: 9px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-control {
    width: 100%;
  }
  article.box,
  section.box {
    background: #ffffff;
    position: relative;
  }
  #comments {
    border-left: 2px solid #1e9dc8;
    padding-left: 20px;
  }
  #comments > h2 {
    margin-top: 0;
  }
  article .navbar-default .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .page-heading {
    padding: 20px 0;
  }
  section header {
    padding: 20px 0;
  }
  section.container.box {
    padding: 10px 20px;
  }
  .panel:first-child {
    margin-top: 10px;
  }
  .sidebar {
    background: #f8f8f8;
    padding: 85px 40px;
    border-left: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .sidebar > :first-child {
    margin-top: 0;
  }
  .sidebar.first {
    border-right: 1px solid #ebebeb;
    border-left: none;
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .detail-header.has-image .text {
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .resource-tabs-header .resource-filter {
    float: right;
    width: 40%;
  }
}
.my-links-list {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}
.my-links-list > li {
  border-bottom: 1px solid #ffffff;
  padding: 0;
}
.my-links-list > li:first-child {
  border-top: 1px solid #ffffff;
}
.my-links-list a {
  color: #1e9dc8;
  padding: 10px 0;
  display: block;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.my-links-list a:hover,
.my-links-list a:focus {
  color: #424242;
  text-decoration: none;
}
.my-links-list .image,
.my-links-list .text {
  vertical-align: middle;
  display: inline-block;
}
.my-links-list .add-edit .image {
  padding-top: 6px;
}
.my-links-list .text {
  line-height: 32px;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my-links .bx-wrapper {
  margin-bottom: 40px;
}
.my-links .bx-wrapper .bx-viewport {
  background: transparent;
}
.favicon {
  width: 32px;
  height: 32px;
  background: #ebebeb;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.favicon img {
  display: inline-block;
  max-width: 32px;
  max-height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .my-links-list {
    margin: 0;
  }
  .my-links-list > li {
    border-bottom: none;
    border-right: 1px solid #ebebeb;
    background: #ffffff;
    text-align: center;
  }
  .my-links-list a {
    padding: 20px;
  }
  .no-touch .my-links-list a {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .my-links-list a:hover,
  .my-links-list a:focus {
    background: rgba(255, 255, 255, 0.5);
  }
  .my-links-list .image,
  .my-links-list .text {
    vertical-align: middle;
    display: block;
    margin: 0 auto;
  }
  .my-links-list .image {
    margin-bottom: 20px;
  }
  .my-links-list .text {
    line-height: 1.2;
    height: 14px;
  }
  .my-links-list .add-edit {
    background: transparent;
    border: 2px dashed #ffffff;
  }
  .my-links-list .add-edit a {
    position: relative;
  }
  .my-links-list .add-edit a:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 6px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
  }
  .my-links {
    margin-top: 0;
    background: transparent;
  }
  .my-links .bx-wrapper {
    margin-bottom: 20px;
  }
}
.edit-links-all {
  border-top: 1px solid #ebebeb;
}
.edit-links-all > li {
  border-bottom: 1px solid #ebebeb;
  padding: 6px 12px;
}
.edit-links-all > li:before,
.edit-links-all > li:after {
  content: " ";
  display: table;
}
.edit-links-all > li:after {
  clear: both;
}
.edit-links-all > li:before,
.edit-links-all > li:after {
  content: " ";
  display: table;
}
.edit-links-all > li:after {
  clear: both;
}
.edit-links-all > li .text {
  display: none;
}
.edit-links-all > li:hover {
  background: #f8f8f8;
}
.edit-links-all > li:hover .text {
  display: inline;
  color: #777777;
}
.edit-links-all > li .image {
  margin-right: 6px;
}
@media (min-width: 992px) {
  .my-links-list .add-edit a:after {
    left: 20px;
    right: 20px;
  }
}
.featured-members-list {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.featured-members-list > li {
  padding: 0;
}
.featured-members-list .bio {
  text-align: center;
  color: #424242;
  display: block;
}
.featured-members-list .bio h3,
.featured-members-list .bio .h3 {
  color: #1e9dc8;
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.featured-members-list .bio .label {
  text-transform: uppercase;
}
.featured-members-list .bio .avatar {
  margin: 0 auto 20px;
  width: 80px;
  padding: 0;
}
.featured-members-list .bio .image {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 80px;
  overflow: hidden;
}
.featured-members-list .bio .image,
.featured-members-list .bio .image .shadow {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.featured-members-list .bio .image img {
  display: block;
  height: 80px;
  width: auto;
  margin: 0 auto;
  min-width: 80px;
  max-width: 1000%;
}
.featured-members-list .bio .image .shadow {
  color: #ffffff;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 82px;
  height: 82px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.5);
}
.featured-members-list .bio:hover,
.featured-members-list .bio:focus {
  text-decoration: none;
}
.featured-members-list .bio:hover h3,
.featured-members-list .bio:focus h3,
.featured-members-list .bio:hover .h3,
.featured-members-list .bio:focus .h3 {
  color: #1e9dc8;
}
.featured-members-list .bio:hover .image .shadow,
.featured-members-list .bio:focus .image .shadow {
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.7);
}
.people-list {
  list-style-type: none;
  padding: 0;
}
.people-list > li {
  padding: 0;
  margin-bottom: 20px;
}
.people-list h3,
.people-list .h3,
.people-list p {
  margin: 0;
  line-height: 20px;
}
.people-list .image > a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.people-list .icon-mail {
  font-size: 11px;
}
.people-list .icon-mail:hover,
.people-list :hover .icon-mail {
  text-decoration: none;
}
.people-list .img-responsive {
  width: 100%;
  height: auto;
}
.people-list .email,
.people-list .btn-group {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .featured-members-list .bio {
    text-align: left;
  }
  .featured-members-list .bio h3,
  .featured-members-list .bio .h3 {
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .people-list h3,
  .people-list .h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
  }
  .featured-members-list .bio {
    margin-bottom: 20px;
  }
  .featured-members-list .bio .avatar {
    margin: 0 20px 0 10px;
    width: 142px;
    padding: 0;
  }
  .featured-members-list .bio .image {
    width: 142px;
  }
  .featured-members-list .bio .image img {
    min-width: 142px;
    height: 142px;
  }
  .featured-members-list .bio .image .shadow {
    width: 144px;
    height: 144px;
  }
}
.featured-groups-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-groups-list > li {
  margin: 0;
  padding: 0;
}
.featured-groups-list > li > div {
  border-top: 1px solid #ebebeb;
}
.featured-groups-list > li:first-child > div {
  border-top: none;
}
.featured-groups-list h3,
.featured-groups-list .h3,
.featured-groups-list p {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.featured-groups-list h3,
.featured-groups-list .h3 {
  height: 1.4em;
  text-transform: uppercase;
  color: #1e9dc8;
  overflow: hidden;
}
.featured-groups-list p {
  font-size: 14px;
  overflow: hidden;
}
.featured-groups-list a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  display: block;
  padding: 20px;
  color: #424242;
}
.no-touch .featured-groups-list a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.featured-groups-list a:hover,
.featured-groups-list a:focus {
  background-color: #ebebeb;
  text-decoration: none;
}
.form-group input[type="radio"] {
  margin-right: 10px;
}
.group {
  position: relative;
}
.group .text {
  position: static;
}
.group-detail .nav .open > a,
.group-detail .nav .open > a:hover,
.group-detail .nav .open > a:focus {
  border-color: transparent;
  background: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}
.group-detail .menuButton .menuButtonButton {
  background: #ffffff;
  color: #424242;
  white-space: normal;
  display: none;
}
.group-detail .menuButton .menuButtonMenu {
  display: block !important;
  position: static;
  left: auto;
  border-bottom: none;
  margin-top: 0;
}
.group-detail .menuButton .menuButtonMenu ul {
  margin: 0;
  padding: 0;
}
.group-detail .menuButton .menuButtonMenu ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.group-detail .menuButton .menuButtonMenu ul hr {
  margin: 0;
}
.group-detail .menuButton .menuButtonMenu a,
.group-detail .menuButton .menuButtonMenu input.theOption {
  white-space: normal;
  background: transparent;
  border: none;
  font-weight: normal;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6px 12px;
}
.group-detail .menuButton .menuButtonMenu a:hover,
.group-detail .menuButton .menuButtonMenu input.theOption:hover,
.group-detail .menuButton .menuButtonMenu a:focus,
.group-detail .menuButton .menuButtonMenu input.theOption:focus {
  color: #424242;
  background: #ebebeb;
}
.group-detail .menuButton .menuButtonMenu a.selected,
.group-detail .menuButton .menuButtonMenu input.theOption.selected {
  background: #fff7af;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.group-detail .x-panel-noborder .x-panel-body-noborder,
.group-detail .x-panel {
  width: auto !important;
  height: auto !important;
}
.group-header {
  background-image: url('../images/bg-group-default.png');
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.group-header .avatar {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100px;
  line-height: 100px;
  height: 100px;
  margin: 0 0 10px;
  text-align: center;
  overflow: hidden;
}
.group-header .avatar img {
  max-width: 100%;
  max-height: 100%;
}
.group-header .shading {
  background: url('../images/bg-group-header-fade.png') 0 100% repeat-x;
  padding: 20px 20px 0;
}
.group-header .nav-tabs {
  border-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  color: #ffffff;
}
.group-header .nav-tabs > li {
  font-size: 12px;
}
.group-header .nav-tabs > li a {
  border-radius: 0;
  color: #ffffff;
  display: block;
  line-height: 1.42857143;
  position: relative;
  border: 1px solid transparent;
  padding: 5px;
  margin: 0;
}
.group-header .nav-tabs > li a:hover,
.group-header .nav-tabs > li a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.group-header .nav-tabs > li.active a {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}
.group-header .nav-tabs > li.active a,
.group-header .nav-tabs > li.active a:hover,
.group-header .nav-tabs > li.active a:focus {
  background-color: transparent;
}
.group-header .nav-tabs > li.active a:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -6px;
}
.group-header .nav-tabs > li.manage-requests-link > a {
  background: rgba(255, 255, 255, 0.8);
  color: #d9534f;
  font-weight: bold;
}
.group-header .nav-tabs li {
  margin: 0;
}
.group-list-header {
  margin: 0 0 20px;
}
.group-list-header .nav > li > a {
  padding: 1px 10px;
}
.group-news-item a,
.group-sidebar-item a {
  color: #1e9dc8;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#919191, #919191);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.group-news-item a:hover,
.group-sidebar-item a:hover,
.group-news-item a:active,
.group-sidebar-item a:active,
.group-news-item a:focus,
.group-sidebar-item a:focus {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#777777, #777777);
  color: #292929;
  text-decoration: none;
}
.group-news-item span,
.group-sidebar-item span,
.group-news-item .sfdc_richtext,
.group-sidebar-item .sfdc_richtext {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.groups-list {
  list-style-type: none;
  padding: 0;
}
.groups-list > li {
  padding: 0;
  margin-bottom: 20px;
}
.groups-list h3,
.groups-list .h3,
.groups-list p {
  margin: 0;
  line-height: 20px;
}
.groups-list .img-responsive {
  width: 100%;
  height: auto;
}
.groups-list .email,
.groups-list .btn-group {
  margin-top: 5px;
}
.group-news-items > h2 {
  margin-left: 10px;
  margin-top: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
}
.group-sidebar-item ul.list-unstyled > li {
  margin-left: 0;
}
.has-edit {
  position: relative;
}
.has-edit .edit {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.has-edit .edit,
.has-edit .edit a,
.has-edit .edit button {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1e9dc8;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  padding: 3px 10px;
}
.touch .has-edit .edit {
  display: block;
}
.has-edit:hover .edit {
  display: block;
}
.group-news-item h3 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .featured-groups-list {
    margin: 0 -20px 10px;
  }
  .featured-groups-list > li {
    padding: 0 20px;
  }
  .featured-groups-list > li:nth-child(1) > div,
  .featured-groups-list > li:nth-child(2) > div {
    border-top: none;
  }
  .featured-groups-list > li:after {
    content: ' ';
    display: block;
    background-image: url('../images/icon-groups-blue.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 34px;
    top: 31px;
    width: 40px;
    height: 25px;
  }
  .featured-groups-list a {
    background-color: #ebebeb;
    border-bottom: 2px solid #ffffff;
    padding: 20px 20px 20px 70px;
  }
  .featured-groups-list a.all-groups {
    background-image: url("../images/icon-more.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
  }
  .featured-groups-list a.all-groups h3,
  .featured-groups-list a.all-groups .h3 {
    height: 4.2em;
    padding-top: 1.4em;
    font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }
  .featured-groups-list a.all-groups:hover,
  .featured-groups-list a.all-groups:focus {
    background-color: #dedede;
  }
  .featured-groups-list a:hover,
  .featured-groups-list a:focus {
    background-color: #dedede;
  }
  .group-chatter {
    padding-right: 20px;
  }
  .group-header .nav-tabs {
    margin-left: 0;
    margin-right: 0;
  }
  .group-header .nav-tabs > li {
    font-size: 14px;
  }
  .group-header .nav-tabs > li > a {
    padding: 5px 10px;
  }
  .group-list-header {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .featured-groups-list a.all-groups {
    background-image: url("../images/icon-more@2x.png");
    background-size: 70px 70px;
  }
}
@media (min-width: 992px) {
  .group-list-header .nav > li > a {
    padding: 6px 12px;
  }
  .group-header .avatar {
    width: 200px;
    line-height: 200px;
    height: 200px;
  }
  .group-header .nav-tabs > li {
    font-size: 18px;
  }
  .group-header .nav-tabs > li > a {
    padding: 10px 15px;
  }
  .group-header .nav-tabs > li.active > a:after {
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    margin-left: -10px;
  }
  .groups-list h3,
  .groups-list .h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
  }
  .featured-groups-list > li > div {
    border-top: 1px solid #ebebeb;
  }
}
.search-results .sidebar {
  padding-top: 20px;
}
.search-results-list {
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
}
.search-results-list > li {
  border-top: 1px solid #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.search-results-list > li:before,
.search-results-list > li:after {
  content: " ";
  display: table;
}
.search-results-list > li:after {
  clear: both;
}
.search-results-list > li:before,
.search-results-list > li:after {
  content: " ";
  display: table;
}
.search-results-list > li:after {
  clear: both;
}
.search-results-list > li p {
  margin: 0;
  padding: 0;
}
.search-results-list > li .pull-left {
  margin-right: 20px;
  width: 40px;
  position: absolute;
  left: 0;
}
.search-results-list > li .pull-left img {
  width: 100%;
  height: auto;
}
.search-results-list > li:first-child {
  border-top: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .search-results {
    min-height: 300px;
  }
  .search-results header h2 {
    margin-left: 20px;
  }
}
.news-wrap {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.news-body a {
  color: #1e9dc8;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#919191, #919191);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.news-body a:hover,
.news-body a:active,
.news-body a:focus {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#777777, #777777);
  color: #292929;
  text-decoration: none;
}
.news-body .intro {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.news-body .image {
  padding: 0;
  margin: 0 20px 20px;
}
.news-body .image.pull-right {
  margin-right: 0;
}
.news-body .image.pull-left {
  margin-left: 0;
}
#news-main {
  position: relative;
}
#news-main .row {
  margin-left: 0;
  margin-right: 0;
}
#news-main .row .col-md-4,
#news-main .row .col-md-8,
#news-main .row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#news-main .bx-wrapper {
  margin-bottom: 0;
}
#news-main .bx-wrapper .bx-pager {
  bottom: 10px;
  padding-top: 0;
  line-height: 8px;
}
.lt-ie9 #news-main .bx-wrapper .bx-viewport {
  height: 362px;
}
.lt-ie10 #news-main .bx-wrapper .bx-controls {
  position: relative;
  z-index: 1000;
}
#news-main .more-link a {
  background: #1e9dc8;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 50%;
  padding: 10px;
  right: 0;
  bottom: 0;
  height: 120px;
}
#news-main .more-link a:hover,
#news-main .more-link a:focus {
  background: #177a9c;
  text-decoration: none;
}
#news-main .more-link .arrow {
  width: 72px;
  height: 72px;
  background-image: url("../images/icon-more.png");
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #news-main .more-link .arrow {
    background-image: url("../images/icon-more@2x.png");
    background-size: 72px 72px;
  }
}
.lt-ie10 #news-main .more-link {
  position: relative;
  z-index: 1000;
}
.news-primary,
.news-secondary {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.news-primary > li > a,
.news-secondary > li > a {
  display: block;
  position: relative;
}
.news-primary a,
.news-secondary a {
  color: #424242;
}
.news-primary a:hover,
.news-secondary a:hover,
.news-primary a:focus,
.news-secondary a:focus {
  color: #146985;
  text-decoration: none;
}
.news-primary .text,
.news-secondary .text {
  margin: 0;
  padding: 20px 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-primary .image {
  margin-left: -50px;
  margin-right: -50px;
}
.news-primary .text {
  background: rgba(0, 0, 0, 0.6);
}
.news-primary .text:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border: 15px solid transparent;
  border-bottom-color: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -15px;
}
.news-primary .ellipsis {
  line-height: 1.1em;
  height: 2.2em;
  overflow: hidden;
}
.news-primary h2,
.news-primary .h2 {
  font-size: 18px;
  margin: 0;
}
.news-primary p {
  margin: 0;
}
.news-primary .label {
  text-transform: uppercase;
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-primary a {
  color: #ffffff;
}
.news-primary a:hover,
.news-primary a:focus {
  color: #ffffff;
}
.news-primary a:hover .text,
.news-primary a:focus .text {
  background: rgba(0, 0, 0, 0.75);
}
.news-primary a:hover .text:after,
.news-primary a:focus .text:after {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.news-primary a:hover h2,
.news-primary a:focus h2,
.news-primary a:hover .h2,
.news-primary a:focus .h2 {
  color: #1e9dc8;
}
.news-secondary > li {
  height: 120px;
}
.news-secondary .image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.news-secondary .image img {
  height: 120px;
  width: auto;
}
.news-secondary .text {
  background: #424242;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  top: 0;
  height: 120px;
  font-size: 15px;
  line-height: 1.1;
}
.news-secondary > li:nth-child(1) .text,
.news-secondary > li:nth-child(2) .text {
  border-top: 0;
}
.news-secondary > li:nth-child(2n-1) .text {
  border-left: 0;
}
.news-secondary a:hover .text,
.news-secondary a:focus .text {
  background: #555555;
}
.all-news h3 {
  width: 100%;
}
.all-news h3:before,
.all-news h3:after {
  content: " ";
  display: table;
}
.all-news h3:after {
  clear: both;
}
.all-news h3:before,
.all-news h3:after {
  content: " ";
  display: table;
}
.all-news h3:after {
  clear: both;
}
.all-news-list {
  list-style-type: none;
  padding: 0;
}
.all-news-list:before,
.all-news-list:after {
  content: " ";
  display: table;
}
.all-news-list:after {
  clear: both;
}
.all-news-list:before,
.all-news-list:after {
  content: " ";
  display: table;
}
.all-news-list:after {
  clear: both;
}
.all-news-list > li {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
.all-news-list > li:first-child {
  border-top: 1px solid #ebebeb;
}
.all-news-list > li span {
  display: block;
}
.all-news-list h3,
.all-news-list .h3 {
  margin: 0;
}
.all-news-list p,
.all-news-list .p,
.all-news-list .date,
.all-news-list .category {
  color: #777777;
  margin: 0;
}
.all-news-list p,
.all-news-list .p {
  margin-bottom: 10px;
}
.all-news-list a {
  color: #424242;
  display: block;
  padding: 20px 30px;
}
.all-news-list a:hover,
.all-news-list a:focus {
  background: #f8f8f8;
  text-decoration: none;
}
.featured-news-list > li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #news-main .more-link a {
    background: #f2f2f2;
    background: rgba(0, 0, 0, 0.5);
    border-left: none;
    border-top: none;
    text-align: center;
    left: 75%;
    right: 0;
    bottom: 120px;
    height: 180px;
    padding-top: 40px;
  }
  #news-main .more-link a:hover,
  #news-main .more-link a:focus {
    background: #ebebeb;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  #news-main .bx-wrapper .bx-pager {
    right: 25%;
    left: 0;
    width: auto;
  }
  .news-primary .text {
    right: 25%;
    height: 180px;
  }
  .news-primary .image {
    margin-left: 0;
    margin-right: 0;
  }
  .news-primary .image img {
    height: 362px;
    width: auto;
    max-width: none;
    margin-left: -18.5px;
  }
  .news-primary h2,
  .news-primary .h2 {
    font-size: 34px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    height: 2em;
    margin-bottom: 5px;
  }
  .news-secondary > li {
    border-left: 1px solid #ebebeb;
  }
  .news-secondary > li .text {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
    color: #424242;
    border-left: none;
    border-top: none;
    font-size: 16px;
    line-height: 1.42857143;
  }
  .news-secondary > li:first-child {
    border-top: none;
    border-left: none;
  }
  .news-secondary a:hover .text,
  .news-secondary a:focus .text {
    background: #f2f2f2;
  }
  .all-news-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .all-news-list > li {
    padding: 0 20px;
    margin-bottom: 40px;
    border-bottom: none;
  }
  .all-news-list > li:first-child {
    border-top: none;
  }
  .all-news-list .text {
    padding: 20px 20px;
  }
  .all-news-list .category {
    font-style: italic;
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
  .all-news-list .date {
    text-transform: uppercase;
  }
  .all-news-list .category,
  .all-news-list .date {
    font-size: 12px;
  }
  .all-news-list .category span,
  .all-news-list .date span {
    font-size: 9px;
    font-style: normal;
  }
  .all-news-list h3,
  .all-news-list .h3 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .all-news-list a {
    background: #f8f8f8;
    padding: 0;
    position: relative;
  }
  .all-news-list a:hover,
  .all-news-list a:focus {
    background: #ebebeb;
  }
  .all-news-list .has-image a {
    background: #ebebeb;
  }
  .all-news-list .has-image a:hover,
  .all-news-list .has-image a:focus {
    background: #dedede;
  }
  .all-news-list .has-image h3,
  .all-news-list .has-image .h3 {
    padding-top: 0;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .featured-news-list > li {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news-secondary > li:after {
    content: ' ';
    display: block;
    background-image: url('../images/icon-news-blue.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 46px;
    width: 33px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  #news-main .more-link a {
    left: 50%;
    right: 33.33333333%;
    bottom: 0;
  }
  .news-primary .image img {
    height: 362px;
    width: auto;
    max-width: none;
    margin-left: -67px;
  }
  .news-secondary > li {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
  .news-secondary > li:first-child {
    border-top: 0;
    border-left: 1px solid #ebebeb;
  }
  .news-secondary > li .text {
    font-size: 20px;
    line-height: 1.1;
    display: table-cell;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    vertical-align: middle;
    padding: 20px 80px 20px 70px;
    width: 320px;
  }
  .news-secondary > li .icon-more {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -0.5em;
  }
  .news-secondary .has-image .text {
    right: 120px;
  }
  .news-secondary .has-image .text:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border: 15px solid transparent;
    border-left-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
  }
  .news-secondary a:hover .text:after,
  .news-secondary a:focus .text:after {
    border-left-color: #f2f2f2;
  }
  .all-news-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .all-news-list > li {
    min-height: 80px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .all-news-list h3,
  .all-news-list .h3 {
    max-height: 4.75em;
    overflow: hidden;
  }
  .featured-news-list > li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .news-primary .image img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .news-secondary > li .text {
    width: 386px;
  }
}
.all-events h3 {
  margin-left: 20px;
  width: 100%;
}
.all-events h3:before,
.all-events h3:after {
  content: " ";
  display: table;
}
.all-events h3:after {
  clear: both;
}
.all-events h3:before,
.all-events h3:after {
  content: " ";
  display: table;
}
.all-events h3:after {
  clear: both;
}
.event {
  color: #424242;
  display: block;
  min-height: 80px;
  position: relative;
  margin: 0 0 1px;
  padding: 0;
}
.event span {
  display: block;
}
.event h3,
.event .h3,
.event p {
  margin: 0;
}
.event h3,
.event .h3 {
  margin-bottom: 5px;
}
.event .event-date {
  background: #1e9dc8;
  color: #ffffff;
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
}
.event .event-date span {
  display: block;
  line-height: 1;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.event .event-date .d {
  font-size: 42px;
}
.event .event-date .m {
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.event .event-date .dow {
  font-size: 14px;
}
.event .event-date:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border: 5px solid transparent;
  border-left-color: #1e9dc8;
  position: absolute;
  right: -10px;
  top: 24px;
}
.event .event-detail {
  padding: 20px 20px 70px 100px;
  min-height: 87px;
}
.no-touch .event,
.no-touch .event * {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.event:hover,
.event:focus {
  background: #ebebeb;
  text-decoration: none;
}
.event:hover h3,
.event:focus h3,
.event:hover .h3,
.event:focus .h3 {
  color: #1e9dc8;
}
.event:hover p,
.event:focus p {
  color: #424242;
}
.event:hover .event-date,
.event:focus .event-date {
  background: #177a9c;
  color: #ffffff;
}
.event:hover .event-date:after,
.event:focus .event-date:after {
  border-left-color: #177a9c;
}
.event:hover .event-date .m,
.event:focus .event-date .m,
.event:hover .event-date .dow,
.event:focus .event-date .dow {
  color: #ffffff;
}
.featured-events-list .event {
  background: #f8f8f8;
}
.featured-events-list .event:hover,
.featured-events-list .event:focus {
  background: #ebebeb;
}
.event-body .image {
  padding: 0;
  margin: 0 20px 20px;
}
.event-body .image.pull-right {
  margin-right: 0;
}
.event-body .image.pull-left {
  margin-left: 0;
}
.event-body-description a {
  color: #1e9dc8;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#919191, #919191);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.event-body-description a:hover,
.event-body-description a:active,
.event-body-description a:focus {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#777777, #777777);
  color: #292929;
  text-decoration: none;
}
.event-details .event-header {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  margin-bottom: 20px;
}
.event-details .event-header ul li {
  margin-left: 0;
}
.event-details .sidebar {
  padding-top: 20px;
}
.event-details .event-date {
  width: 80px;
  height: 80px;
  background: #1e9dc8;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 20px;
  text-align: center;
}
.event-details .event-date span {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.event-details .event-date .d {
  font-size: 42px;
}
.event-details .event-date .m,
.event-details .event-date .dow {
  color: #1e9dc8;
  font-weight: 300;
}
.event-details .event-date .m {
  font-family: "proximanova-semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.event-list {
  margin-left: -10px;
  margin-right: -10px;
  list-style-type: none;
  padding: 0;
}
.event-list > li {
  padding: 0;
  position: relative;
}
.event-list > li .btn-group {
  position: absolute;
  left: 90px;
  bottom: 20px;
}
.event-options {
  text-align: center;
}
@media (max-width: 767px) {
  .event-list > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .event-list > li:first-child {
    border-top: 1px solid #ebebeb;
  }
  .event-list.featured-events-list > li {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .event-details header h1,
  .event-details header .h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .event-details header .list-unstyled > li {
    display: inline-block;
    padding-right: 20px;
  }
  .event .event-date {
    padding: 10px 20px;
    width: 80px;
    text-align: center;
  }
  .event .event-date .d,
  .event .event-date .m,
  .event .event-date .dow {
    float: none;
    margin-top: 0;
  }
  .event .event-detail {
    padding-left: 100px;
    min-height: 87px;
  }
  .event-actions p {
    display: inline-block;
    margin-right: 5px;
  }
  .event-list {
    margin-left: 0;
    margin-right: 0;
  }
  .event-list.featured-events-list h3,
  .event-list.featured-events-list .h3 {
    font-size: 20px;
  }
  .event-list .btn-group {
    left: 100px;
  }
  .event:nth-child(2n-1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .event-details header h1,
  .event-details header .h1 {
    font-size: 34px;
  }
  .event:nth-child(2n-1) {
    clear: none;
  }
  .event-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .event-list > li {
    min-height: 80px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .event-list > li .btn-group {
    left: 100px;
  }
  .featured-events-list > li {
    margin-bottom: 0;
  }
  .featured-events-list .event .image {
    max-height: 104px;
    overflow: hidden;
    display: block;
  }
  .featured-events-list .event .image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 104px;
  }
  .featured-events-list .event .event-date {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: left;
  }
  .featured-events-list .event .event-date .d {
    float: right;
    margin-top: -38px;
  }
  .featured-events-list .event .event-date:after {
    border: 8px solid transparent;
    border-left-color: transparent;
    border-top-color: #1e9dc8;
    right: 50%;
    top: auto;
    bottom: -16px;
    margin-right: -8px;
  }
  .featured-events-list .event .event-detail {
    padding: 20px;
  }
  .featured-events-list .event:hover .event-date:after,
  .featured-events-list .event:focus .event-date:after {
    border-top-color: #177a9c;
  }
}
@media (min-width: 1200px) {
  .featured-events-list .event .image {
    max-height: 124px;
  }
  .featured-events-list .event .image img {
    min-height: 124px;
  }
}
.az-listing a {
  color: #1e9dc8;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#919191, #919191);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}
.az-listing a:hover,
.az-listing a:active,
.az-listing a:focus {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#777777, #777777);
  color: #292929;
  text-decoration: none;
}
.az-listing .list-unstyled li {
  margin-top: 6px;
}
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
 * @package bootstrap-fileinput
 * @version 2.0.0
 *
 * File input styling for Bootstrap 3.0
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2013
 * For more Yii related demos visit http://demos.krajee.com
 */
.file-input {
  overflow-x: auto;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url('../images/loading.gif') top left no-repeat;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption .glyphicon {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}
.file-caption-name {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}
.file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-input .btn[disabled],
.file-input .btn .disabled {
  cursor: not-allowed;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview .text-right {
  float: right;
}
.file-preview-frame {
  display: table;
  margin: 8px;
  height: 160px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0px #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.file-preview-frame:hover {
  background-color: #eee;
  box-shadow: 2px 2px 5px 0px #333;
}
.file-preview-image {
  height: 150px;
  vertical-align: text-center;
}
.file-preview-text {
  display: table-cell;
  width: 150px;
  height: 150px;
  color: #428bca;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-preview-other {
  display: table-cell;
  width: 150px;
  height: 150px;
  font-family: Monaco, Consolas, monospace;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none;
}
.loading {
  background: transparent url('../images/loading.gif') no-repeat scroll center center content-box !important;
}
.wrap-indicator {
  font-weight: bold;
  color: #245269;
  cursor: pointer;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #ebebeb;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #ebebeb;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f5c876;
  border-color: #eea216;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f2b546;
  border-color: #ba7d0e;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f5c876;
  border-color: #eea216;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f5c876;
  background-color: #000000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #1e9dc8;
  border-color: #1b8cb2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #177a9c;
  border-color: #13627d;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #1e9dc8;
  border-color: #1b8cb2;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #1e9dc8;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #ebebeb;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #1e9dc8;
  border-color: #1b8cb2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #177a9c;
  border-color: #13627d;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #1e9dc8;
  border-color: #1b8cb2;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #1e9dc8;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #ebebeb;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #ebebeb;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
html {
  -webkit-font-smoothing: antialiased;
}
body.plain {
  background: #ffffff;
}
article.box-centered {
  padding: 0;
}
article.box-centered > .row {
  margin: 0;
}
.intro-slider > li .slide {
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  body.plain {
    background: #1e9dc8 url(../images/bg-body-green.png) 50% 0 no-repeat;
  }
  article.box-centered {
    margin: 20px auto;
    height: 450px;
    max-width: 760px;
  }
}
@media (min-height: 500px) and (min-width: 768px) {
  article.box-centered {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.publishercontainer a.publisherattach,
.zen .publisherTypeOverflow .zen-trigger,
.feedcontainer .feeditemcommentplaceholder input {
  height: auto;
}
.chatterListOverlay table {
  width: 100%;
}
.chatterListOverlay .btn {
  padding: 0 3px;
  background: #ebebeb;
  color: #424242;
}
.zen .zen-page {
  padding: 0;
}
.recommend .recInfo {
  float: none;
}
.overlayDialog .topLeft h2,
.inlineOverlayDialog .topLeft h2 {
  margin: 0;
}
.publishercontainer {
  box-sizing: content-box !important;
  max-width: 100%;
}
.publishercontainer .bottomBar {
  height: 50px;
}
#knowledgeableAbout,
.headerRightContent .helpLinkElement {
  display: none;
}
.userProfilePage .headerContent a.zen-trigger {
  height: auto;
  padding: 0 10px;
}
.userProfilePage .headerContent a.zen-trigger .zen-selectArrow {
  display: inline-block;
  padding-top: 3px;
}
.userProfilePage .headerContent a.zen-trigger .test {
  display: inline;
}
.userProfilePage .headerContent a.zen-trigger .test:before {
  padding-left: 5px;
  content: "Options";
}
.ios #chatterUploadFileAction,
.blackberry #chatterUploadFileAction,
.android #chatterUploadFileAction {
  display: none;
}
.ios #hiddenFileBtn,
.blackberry #hiddenFileBtn,
.android #hiddenFileBtn {
  display: block !important;
  visibility: visible !important;
}
.publisherWrapper .panel {
  margin-bottom: 0px;
}
.chatterPage.topicPage .mainContent {
  margin-left: 0;
}
@media (min-width: 992px) {
  .chatterPage.topicPage .mainContent {
    margin-left: 212px;
  }
}
.topicPageContainer .topic-pageHeaderRight {
  float: left;
}
.topicPageContainer .topic-pageHeaderRight .zen-select {
  margin-left: 0px;
}
.topicPageContainer .topic-pageHeaderRight a.zen-trigger {
  padding: 5px;
}
.topicPageContainer .topic-pageHeaderRight a.zen-trigger .zen-selectArrow {
  padding-top: 0px;
}
.topicPage .profileTabSetContainer.topic-st-topic-feedTab {
  width: auto;
}
@media (min-width: 992px) {
  .profileTabSetContainer .profileTabSetHeader.zen-header {
    margin-top: 25px;
  }
}
.publishercontainer .publisherattach span.pArrow {
  bottom: -9px;
}
.chatterFileListBlock .controls .uploadFile {
  height: 58px;
}
.chatterFileListBlock .multiUploadControl .dragDropZoneDiv span {
  font-size: 10px;
}
@media (min-width: 768px) {
  .chatterFileListBlock .multiUploadControl .dragDropZoneDiv span {
    font-size: 14px;
  }
}
.zen .listViewportWrapper .zen-navigation {
  height: 45px;
  border-bottom: 1px solid #e0e3e5;
}
.zen .zen-searchBox,
.zen .comboMenu .smlineSep {
  margin-top: 7px;
}
.zen .zen-searchBox {
  margin-top: 6px;
}
.zen .zen-searchBox .zen-clearInput {
  top: 5px;
  margin-left: -21px;
}
.zen .zen-searchBox .zen-mls.zen-pas {
  padding: 1px 3px!important;
}
.chatterFileListBlock .contentActionLink .previewItemIcon {
  margin-bottom: 0px;
  height: 20px;
}
.UserFileListPage .chatterListViewContainer,
.GroupFileListPage .chatterListViewContainer {
  max-width: none;
}
.zen .chatterFileListBlock .controls #fileUploaderDiv {
  width: 100%;
}
.zen .chatterListViewContainer .zen-listView .zen-data thead th {
  font-size: 12px;
}
@media (max-width: 767px) {
  .contentPublisherSlideDown .chatterPublisherActionsContainer td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contentPublisherSlideDown .chatterPublisherActionsContainer td a {
    display: block;
    margin: 0 5px 5px;
  }
  .contentPublisherSlideDown .chatterPublisherActionsContainer #chatterUploadFileActionPanel {
    padding: 10px 0;
  }
  .overlayDialog {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .visibilityWidgetParent div.visibilityHelpContainer {
    right: -100px;
  }
  .zen .visibilityHelpContainer .vis-arrow.zen-arrow {
    left: 66%;
  }
  .cxallfeedactions .feeditemActionMenu .zen-options,
  .feedcommentactions .commentActionMenu .zen-options,
  .feedmainandrightbar .feedrightbar .zen-options {
    left: auto;
    right: -20px;
  }
  .feedcontainer .feeditem {
    margin-right: 0;
  }
  .chatter-avatarRegular,
  .chatter-avatarRegular .chatter-photo,
  .chatter-avatarRegular .chatter-avatarStyle {
    width: 30px;
    height: 30px;
  }
  .feedcontainer .feeditemcontent {
    margin-left: 35px;
    padding-right: 0;
  }
  .feedcontainer .feeditemcommentnew .newcommentbutton {
    margin-right: 0;
  }
  .feedcontainer .feeditemextras .feeditemcommentplaceholder,
  .feedcontainer .feeditemcommentnew,
  .feeditemextras {
    padding-right: 0;
  }
  .userProfilePage .chatterBreadcrumbs {
    width: 75%;
    white-space: normal;
    text-overflow: clip;
  }
}
.col-md-6 .contentPublisherSlideDown {
  overflow: hidden;
}
.col-md-6 .publishercontainer input[type="text"] {
  width: 180px;
}
@media (min-width: 768px) {
  .col-md-6 .publishercontainer input[type="text"] {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .col-md-6 .publishercontainer input[type="text"] {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .col-md-6 .publishercontainer input[type="text"] {
    width: 423px;
  }
}
.col-md-6 .publishercontainer input[type="text"].groupSelectionInput {
  width: 105px;
}
.col-md-6 .publishercontainer .groupSelection .input[type="text"].groupSelectionInput {
  width: 110px;
}
.col-md-6 .groupSelection .groupRecipient {
  height: 32px;
}
.col-md-6 .autoCompleteBoxScrolling {
  height: 43px!important;
}
.col-md-6 .autoCompleteBoxScrolling li div {
  height: 43px;
}
.col-md-6 .publisherVisibilityWidgetPlaceholder {
  display: none;
}
@media (min-width: 768px) {
  .col-md-6 .publisherVisibilityWidgetPlaceholder {
    display: inline-block;
  }
}
.col-md-6 .publishercontainer .contentPublisherSlideDown table.postInput {
  width: auto;
}
.col-md-6 .contentPublisherSlideDown table.postInput td,
.col-md-6 .contentPublisherSlideDown table.postInput th {
  padding: 0 5px;
}
.col-md-6 .contentPublisherSlideDown table.postInput td {
  text-align: left;
}
