/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "museo-sans", 'Helvetica Neue', Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3839b5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #26277b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #f2eee9;
}
.text-primary {
  color: #3839b5;
}
.text-primary:hover {
  color: #2c2d8e;
}
.text-warning {
  color: #fff;
}
.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #fff;
}
.text-danger:hover {
  color: #e6e6e6;
}
.text-success {
  color: #fff;
}
.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #306c8b;
}
.text-info:hover {
  color: #234f65;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "museo-sans", 'Helvetica Neue', Arial, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f2eee9;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1150px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f2eee9;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #f2eee9;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  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: 0%;
}
.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: 0%;
}
.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) {
  .container {
    width: 750px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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: 1150px) {
  .container {
    width: 970px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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: 1350px) {
  .container {
    width: 1170px;
  }
  .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 {
    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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-super-condensed > thead > tr > th,
.table-super-condensed > tbody > tr > th,
.table-super-condensed > tfoot > tr > th,
.table-super-condensed > thead > tr > td,
.table-super-condensed > tbody > tr > td,
.table-super-condensed > tfoot > tr > td {
  padding: 0;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #5cb85c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #4cae4c;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #d9534f;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #d43f3a;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #daad32;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #cda025;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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: 11px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select.chosen {
  padding: 0;
  background-color: #eee;
  color: #eee;
}
select.chosen option {
  color: #eee;
}
select[multiple]:not(.chosen),
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #3839b5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(56, 57, 181, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(56, 57, 181, 0.6);
}
.form-control:-moz-placeholder {
  color: #f2eee9;
}
.form-control::-moz-placeholder {
  color: #f2eee9;
}
.form-control:-ms-input-placeholder {
  color: #f2eee9;
}
.form-control::-webkit-input-placeholder {
  color: #f2eee9;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.control-label + div label {
  font-weight: normal;
}
.control-label + div label input {
  margin-right: 10px;
}
.radio-check-horizontal {
  text-align: center;
  padding-top: 4px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  line-height: 35px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #daad32;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #d9534f;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #5cb85c;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 10px !important;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.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: 15px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #3839b5;
  border-color: #3233a2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2e2f96;
  border-color: #242473;
}
.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: #3839b5;
  border-color: #3233a2;
}
.btn-warning {
  color: #fff;
  background-color: #daad32;
  border-color: #cda025;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c09623;
  border-color: #9a781c;
}
.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: #daad32;
  border-color: #cda025;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #d9edf7;
  border-color: #c4e3f3;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #b7ddf0;
  border-color: #91cbe8;
}
.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: #d9edf7;
  border-color: #c4e3f3;
}
.btn-link {
  color: #3839b5;
  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: #26277b;
  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: #f2eee9;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.lba-audio-player {
  min-height: 30px;
  height: 30px;
  vertical-align: middle;
  min-width: 50%;
  width: 1000px;
  max-width: 300px;
  margin-top: 10px;
}
@media screen and (max-width: 380px) {
  .lba-audio-player {
    width: 250px;
  }
}
@media screen and (max-width: 320px) {
  .lba-audio-player {
    width: 200px;
  }
}
.lba-circular-btn {
  height: 36px;
  width: 36px;
  padding-left: 8px !important;
  padding-top: 6px !important;
  border-radius: 100% !important;
  float: right;
  margin-top: 9px;
  margin-left: 8px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.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: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 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: #757575;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f2eee9;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1150px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  line-height: 47px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #f2eee9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f2eee9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3839b5;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #26277b;
  border-bottom-color: #26277b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3839b5;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #3839b5;
  border-bottom-color: #3839b5;
}
.nav a:hover .caret {
  border-top-color: #26277b;
  border-bottom-color: #26277b;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 48px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 1150px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1150px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
@media (min-width: 1150px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1150px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1150px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: sticky;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1150px) {
  .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: 13.5px 15px;
  font-size: 19px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1150px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 1150px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a,
.navbar-nav > li > button {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 1149px) {
  .navbar-nav {
    width: 100%;
  }
  .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 > li > button,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu > li > button {
    line-height: 21px;
    padding: 10px 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > button:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > button:focus {
    background-image: none;
  }
}
@media (min-width: 1150px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a,
  .navbar-nav > li > button {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
@media (min-width: 1150px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1150px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li.dropdown:hover {
  cursor: pointer;
}
.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-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-text {
  float: left;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 1150px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #757575;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5b5b5b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #757575;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #000;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #757575;
  border-bottom-color: #757575;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: #fff;
  }
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f2eee9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2eee9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2eee9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > li.dropdown:hover .caret,
.navbar-inverse .navbar-nav > li.open > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > li > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > li > .dropdown > a .caret {
  border-top-color: #f2eee9;
  border-bottom-color: #f2eee9;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
}
#navbar-main {
  margin-bottom: 0;
  border-bottom: 1px solid #a8a8a8;
  z-index: 1001;
  position: fixed;
  top: 0;
  width: 100%;
  border-top: none;
}
#navbar-main .nav li {
  font-size: 15px;
}
@media (max-width: 768px) {
  #navbar-main .navbar-header {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1150px) {
  #navbar-main .dropdown:hover .dropdown-menu {
    display: block;
    z-index: 1001;
  }
}
#navbar-main .nav .dropdown-menu li a {
  font-size: 15px;
}
#navbar-main .nav .dropdown-menu .dropdown-header {
  font-size: 15px;
  font-style: italic;
}
#navbar-main .nav .dropdown-menu .profile-link a {
  padding-left: 30px;
}
#navbar-main .nav .dropdown-menu .divider {
  margin: 5px 0;
}
#navbar-main #navbar-main-collapse .navbar-brand {
  padding: 0;
  margin-top: 0;
}
#navbar-main #navbar-main-collapse .navbar-nav {
  float: none;
  clear: both;
}
@media (min-width: 1150px) {
  #navbar-main #navbar-main-collapse .navbar-nav.navbar-nav-secondary {
    clear: initial;
    float: right;
  }
}
#navbar-main .enquiries-menu-item .badge {
  position: absolute;
  top: 9px;
  right: 9px;
}
@media (max-width: 1149px) {
  #navbar-main .enquiries-menu-item {
    position: absolute;
    top: 8px;
    right: 80px;
  }
}
@media (max-width: 1350px) {
  #navbar-main .container:not(.tw) {
    width: 100%;
  }
}
@media (max-width: 1349px) {
  #navbar-main .navbar-toggle {
    margin: 13.5px 15px;
  }
}
#navbar-main:hover {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .navbar-header {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1150px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    z-index: 1001;
  }
}
@media (max-width: 1350px) {
  #navbar-main .container:not(.tw) {
    width: 100%;
  }
}
#main .dropdown-menu li a {
  font-weight: normal;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #333333;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3839b5;
  border-color: #3839b5;
  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: #f2eee9;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #f2eee9;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #f2eee9;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dfd5c9;
}
.label-primary {
  background-color: #3839b5;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2c2d8e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #d9edf7;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #afd9ee;
}
.label-warning {
  background-color: #daad32;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b88f21;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f2eee9;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3839b5;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 21px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3839b5;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 12px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 32px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: #5cae4c;
  color: #fff;
}
.alert-success hr {
  border-top-color: #539d44;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #306c8b;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #234f65;
}
.alert-warning,
.system-error-alert-wrapper .system-error-alert {
  background-color: #daad32;
  border-color: #daad32;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #cda025;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #d9534f;
  border-color: #d43a4f;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #c92c41;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #3839b5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #d9edf7;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #daad32;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3839b5;
  border-color: #3839b5;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #cacbef;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3839b5;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3839b5;
  border-color: #3839b5;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3839b5;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3839b5;
}
.panel-success {
  border-color: #5cae4c;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cae4c;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5cae4c;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5cae4c;
}
.panel-warning {
  border-color: #daad32;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #daad32;
  border-color: #daad32;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #daad32;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #daad32;
}
.panel-danger {
  border-color: #d43a4f;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43a4f;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d43a4f;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #fff transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d43a4f;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #306c8b;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #306c8b transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close-left {
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close-left:hover,
.close-left:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close-left {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.code-block {
  display: block;
  width: 80%;
  max-width: 1280px;
  border: 1px solid #757575;
  white-space: pre-wrap;
  line-break: normal;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1350px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1350px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1350px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1350px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1150px) and (max-width: 1349px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tabs-cases-view .nav li {
    display: block;
    width: 100%;
  }
  .tabs-cases-view .nav li.active a {
    background: #eee;
    border: #fff;
  }
  hr.cases-view-rule {
    margin-bottom: 0px;
  }
}
.chosen-select {
  width: 100%;
}
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  display: inline-block;
  font-size: 15px;
  position: relative;
  vertical-align: middle;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #f2eee9;
  border-top-color: #ffffff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}
.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3839b5;
  color: white;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #f2eee9;
}
.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857143;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555555;
  display: block;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12.5px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}
.chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-single .chosen-default {
  color: #f2eee9;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search input {
  background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}
.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 33px;
  margin: 0;
  padding: 4px;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #eeeeee;
  border: 1px solid rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input {
  color: #111 !important;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input {
  background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}
/*====================================
=            BREAK POINTS            =
====================================*/
.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: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 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: #757575;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu .active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
}
.enquiries-menu-item,
.navbar-nav > .enquiries-menu-item {
  position: relative;
}
.enquiries-menu-item > a,
.navbar-nav > .enquiries-menu-item > a {
  padding-top: 12px;
  padding-bottom: 6px;
}
.enquiries-menu-item .enquiries-icon,
.navbar-nav > .enquiries-menu-item .enquiries-icon {
  color: #c0c0c0;
  font-size: 24px;
}
.enquiries-menu-item .badge,
.navbar-nav > .enquiries-menu-item .badge {
  position: absolute;
  top: 7px;
  right: 0;
}
.enquiries-menu-item:hover .enquiries-icon,
.navbar-nav > .enquiries-menu-item:hover .enquiries-icon {
  color: #8d8d8d;
}
.sar #navbar-main {
  background-color: #00366e;
}
.sar #navbar-main ul > li > a,
.sar #navbar-main ul .dropdown-menu .post-link {
  color: #ffffff;
  background-color: #00366e;
}
.sar #navbar-main ul > li > a:hover,
.sar #navbar-main ul .dropdown-menu .post-link:hover,
.sar #navbar-main ul > li > a:active,
.sar #navbar-main ul .dropdown-menu .post-link:active {
  color: #d3d3d3;
  background-color: #00366e;
}
.sar #navbar-main ul > li > a .caret,
.sar #navbar-main ul .dropdown-menu .post-link .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.sar #navbar-main .dropdown-menu {
  background-color: #00366e;
}
.sar #navbar-main .dropdown-menu .dropdown-header {
  color: #d3d3d3;
}
.sar #navbar-main .dropdown-menu .divider {
  background-color: #111111;
}
.sar #navbar-main .navbar-brand {
  margin-right: 10px;
}
.sar .adopter-home-header .sar-home-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
}
.heading-style {
  font-weight: 100;
  margin: 21px 0 10px;
}
.heading-style.h1 {
  font-size: 39px;
}
.heading-style.h2 {
  font-size: 32px;
}
.heading-style.h3 {
  font-size: 26px;
}
.heading-style .h4 {
  font-size: 19px;
}
.overflow {
  overflow: hidden;
}
.overflow-margin-top {
  margin-top: 15px;
}
.o-visible {
  overflow: visible !important;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.text-left {
  text-align: left !important;
}
.text-bold {
  font-weight: bold;
}
.block {
  display: block;
}
.biggest-text {
  font-size: 17px;
}
.bigger-text {
  font-size: 16px;
}
.smaller-text {
  font-size: 13px;
}
.smallest-text {
  font-size: 12px;
}
.lighter {
  color: #757575;
}
.lightest {
  color: #c0c0c0;
}
.light-weight {
  font-weight: normal!important;
}
p.margin-top {
  margin-top: 10px;
}
p.no-margin {
  margin-bottom: 3px;
}
.vertical-align-false {
  vertical-align: top;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top--10 {
  margin-top: -10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.align-center {
  margin: 0 auto;
}
.padding-5 {
  padding: 5px;
}
.figure-default figcaption {
  background: #EFEFEF;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1150px) {
  .pull-right-md {
    float: right;
  }
}
@media screen and (min-width: 1350px) {
  .pull-right-lg {
    float: right;
  }
}
@media (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
}
#xhr-flash-msgs {
  position: relative;
  display: block;
  z-index: 1000;
}
.realign-right > .row {
  margin-right: 30px;
}
.panel-fake {
  font-size: 17px;
  padding: 10px 0 10px 31px;
  display: block;
}
.decimal-order ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.decimal-order li {
  margin-bottom: 0.5em;
}
.decimal-order ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.5em;
}
.decimal-order ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.decimal-order li ol > li {
  margin: 0 0 0.5em 0;
}
.decimal-order li ol > li:before {
  content: counters(item, ".") " ";
}
.alpha-order ul {
  list-style-type: lower-alpha;
}
textarea.disable-resize {
  resize: none;
}
#dump-modal .modal-dialog {
  width: 95%;
  margin-top: 15px;
}
.btn-slim .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.button-row > span {
  display: inline-block;
  margin-top: 5px;
}
.disable-hover {
  opacity: 0.6;
}
.disable-hover:hover {
  cursor: default !important;
  background-color: unset !important;
  color: unset !important;
}
.overlay {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  padding: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 999;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  position: fixed;
  font-size: 2em;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #3839b5;
  top: calc(50% - 40px);
  left: 40%;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
  border-top: 8px solid #3839b5;
  border-right: 6px solid transparent;
  animation: spinner 0.8s ease-in-out infinite;
}
.rocker-switch {
  background: #3839b5;
  height: 30px;
  border-radius: 30px;
  color: white;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
  min-width: 8em;
  width: 85%;
  margin-bottom: 5px;
}
.rocker-switch .rocker-ball {
  display: block;
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
}
.rocker-switch .rocker-ball-left {
  margin: 4px 0 4px 4px;
}
.rocker-switch .rocker-ball-right {
  margin: 4px 4px 4px 0;
}
.rocker-switch a {
  color: white;
  font-weight: normal !important;
}
.rocker-switch a:hover {
  color: white;
  text-decoration: none;
}
.rocker-switch a:active {
  color: white;
  text-decoration: none;
}
.rocker-switch a:visited {
  color: white;
}
.rocker-switch:hover {
  cursor: pointer;
  text-decoration: none;
}
.rocker-switch-enabled .rocker-ball {
  float: left;
}
.rocker-switch-enabled span {
  margin: 0 8px 0 4px;
}
.rocker-switch-disabled {
  opacity: 0.8;
}
.rocker-switch-disabled .rocker-ball {
  float: right;
}
.rocker-switch-disabled span {
  margin: 0 4px 0 8px;
}
section.debug-file-list {
  min-width: 100px;
  width: 80%;
  margin: 2em 0em;
}
section.debug-file-list div label {
  width: 100%;
  text-align: left;
}
.z-top {
  position: relative;
  z-index: 9999 !important;
}
.b-and-w {
  filter: grayscale(1);
}
@media screen and (min-width: 768px) {
  .invert-for-landing {
    filter: invert(1);
  }
}
@media screen and (min-width: 1150px) {
  .invert-for-landing {
    filter: invert(1);
  }
}
@media screen and (min-width: 1350px) {
  .invert-for-landing {
    filter: invert(1);
  }
}
.report-sub-section {
  page-break-inside: avoid;
}
.report-section {
  page-break-before: always;
}
html,
body {
  height: 100%;
}
.missing-section-translation {
  height: 25px;
  float: right;
}
.paginatorExtra {
  padding-top: 9px;
}
:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(36, 111, 161, 0.7);
  -moz-box-shadow: 0px 0px 0px 2px rgba(36, 111, 161, 0.7);
  box-shadow: 0px 0px 0px 2px rgba(36, 111, 161, 0.7);
}
body pre.dev-notice {
  margin-top: 40px;
}
.dev-btrace {
  height: 40px;
  max-width: 90%;
  left: 5%;
  overflow-x: scroll;
  white-space: nowrap;
  position: fixed;
  background-color: #EEE;
  top: 50px;
  z-index: 99999;
}
.dev-btrace-rel {
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0px;
  overflow-x: scroll;
  white-space: nowrap;
  background-color: inherit;
  border: none;
}
#main a {
  font-weight: bold;
}
#main .btn,
#main .chosen-container a {
  font-weight: normal;
}
.btn-primary,
.label-primary,
.alert-primary {
  background: #246FA1;
  color: #fff;
}
.btn-primary:hover,
.label-primary:hover,
.alert-primary:hover,
.btn-primary:active,
.label-primary:active,
.alert-primary:active,
.btn-primary:focus,
.label-primary:focus,
.alert-primary:focus {
  color: #fff;
}
.btn-success,
.label-success,
.alert-success {
  background: #398239;
  color: #fff;
}
.btn-success:hover,
.label-success:hover,
.alert-success:hover,
.btn-success:active,
.label-success:active,
.alert-success:active,
.btn-success:focus,
.label-success:focus,
.alert-success:focus {
  color: #fff;
}
.btn-warning,
.label-warning,
.alert-warning,
.system-error-alert-wrapper .system-error-alert {
  background: #DBAE33;
  color: #000;
}
.btn-warning:hover,
.label-warning:hover,
.alert-warning:hover,
.btn-warning:active,
.label-warning:active,
.alert-warning:active,
.btn-warning:focus,
.label-warning:focus,
.alert-warning:focus {
  color: #000;
}
.btn-danger,
.label-danger,
.alert-danger {
  background: #D53833;
  color: #FFF;
}
.btn-danger:hover,
.label-danger:hover,
.alert-danger:hover,
.btn-danger:active,
.label-danger:active,
.alert-danger:active,
.btn-danger:focus,
.label-danger:focus,
.alert-danger:focus {
  color: #FFF;
}
.alert-danger .btn,
.alert-warning .btn {
  width: 100%;
  margin: 8px 0 8px 0;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
.help-notice {
  color: #737373;
  margin-bottom: 25px;
  font-size: 0.8em;
  font-style: italic;
}
@keyframes highlight {
  0% {
    border-color: #eeee66;
    background-color: #ffffaa;
  }
  100% {
    border-color: #ccc;
    background-color: transparent;
  }
}
.highlight {
  animation: highlight 0.5s;
}
@keyframes highlight-success {
  0% {
    border-color: #398439;
    background-color: #47a447;
  }
  100% {
    border-color: #ccc;
    background-color: transparent;
  }
}
.highlight-success {
  animation: highlight-success 0.25s;
}
@keyframes highlight-error {
  0% {
    border-color: #ac2925;
    background-color: #d2322d;
  }
  100% {
    border-color: #ccc;
    background-color: transparent;
  }
}
.highlight-error {
  animation: highlight-error 0.5s;
}
table li form input,
.dropdown-menu .post-link {
  width: 100%;
  border: none;
  background: none;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #757575;
  white-space: nowrap;
  text-align: left;
}
table li form input:hover,
.dropdown-menu .post-link:hover {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}
button.glyphicon {
  border: medium none;
  background-color: transparent;
  font-size: 0.8em;
}
button.glyphicon:active {
  outline: none;
}
.form-control {
  background-color: #fff;
}
.household-members {
  margin-bottom: 15px;
}
.smaller-form-control {
  padding: 2px 7px;
  font-size: 14px;
  height: 28px;
}
#existing-child-details > div:first-child,
#existing-adult-details > div:first-child {
  padding-top: 0px;
}
#existing-child-details > div:first-child > div:first-child > .btn,
#existing-adult-details > div:first-child > div:first-child > .btn {
  margin-top: 15px;
}
@supports (-webkit-appearance:none) {
  .form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.form-control {
      background-image: url(/img/graphics/dropdown.png);
      background-repeat: no-repeat;
      background-position: right 10px center;
      padding-right: 20px;
    }
  }
}
.form-group .help-block {
  margin-bottom: 0;
}
.form-group .help-inline-block {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
}
.form-group label.checkbox-inline label {
  font-weight: normal;
}
#header {
  margin-top: 10px;
}
#top,
#main {
  background-color: #ffffff;
}
#footer {
  background-color: #efefef;
}
#beta {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
}
.nav-tabs li a {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .nav-tabs {
    border-top: 1px solid #ddd;
  }
  .nav-tabs li a {
    margin-right: 0;
  }
}
.affix-top {
  position: fixed !important;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1149px) {
  .navbar-brand {
    padding: 10px 15px;
  }
  .help-wrapper {
    padding: 0;
  }
  .navbar-nav > li > a,
  .navbar-nav > li > button {
    padding-left: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .tabs-smaller-on-mobile > li > a {
    font-size: 14px;
    padding: 6px 7px;
  }
}
.dropdown-menu li > a:hover,
.dropdown-menu li > input:hover {
  background: #F5F5F5;
}
#lm-footer-text {
  text-align: right;
  padding: 20px 0;
}
#footer p,
#footer a {
  margin-bottom: 0;
  font-size: 13px;
}
#footer ul {
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 12px;
  border: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer {
    background-color: #EFEFEF;
    border-top: none !important;
    font-size: smaller;
  }
  #footer .divider {
    display: none;
  }
  #footer ul {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  #footer li {
    display: inline;
  }
}
#footer #lm-footer-text {
  text-align: right;
  margin-right: 15px;
  padding-top: 20px;
}
#footer #lm-footer-text a {
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 978px) {
  .search-result .search-information p.hidden-xs {
    margin-bottom: 0;
  }
}
.agency-tel {
  position: absolute;
  top: 14px;
  right: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 100;
}
label.checkbox {
  font-weight: inherit;
  line-height: 35px;
}
.logged-in-username {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 500;
  color: #000;
}
.img-scale {
  max-width: 100%;
}
#footer {
  padding: 10px 0 20px 0;
}
#footer p {
  font-size: 13px;
}
.registration-progress {
  padding: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
}
.registration-progress li {
  padding: 4px 4px 9999px 4px;
  margin-bottom: -9999px;
  float: left;
  text-align: center;
}
.registration-progress .done,
.registration-progress .current {
  background-color: #a3a4e3;
}
.month-year select:first-child {
  display: none;
}
.month-year select:nth-child(2) {
  margin-left: 0;
}
.auto-width {
  width: auto;
}
@media (min-width: 360px) {
  .date select {
    width: auto;
    margin: 0 3px;
    display: inline-block;
  }
  .date select:first-child {
    margin-left: 0;
  }
  .date select:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 399px) {
  .date select {
    margin: 10px 0;
  }
}
@media (min-width: 400px) {
  .date select {
    margin: 0 10px;
  }
}
.h1-margin {
  margin-top: 21px;
}
p.response-rate {
  margin-top: 17px;
}
.low-response-rate {
  font-weight: 700;
  color: #d9534f;
}
.text-danger {
  color: #d9534f;
}
.required-star::after {
  content: " *";
  color: #d9534f;
}
a.text-danger:hover {
  color: #a02622;
}
@media (max-width: 991px) {
  .registration-progress li {
    display: none;
  }
  .registration-progress .current {
    display: block;
    width: 100% !important;
  }
  .profile-buttons,
  p.response-rate {
    text-align: left;
    margin-top: 5px;
  }
}
.meeting-needs-section .form-group .col-xs-9 .col-xs-3,
.meeting-needs-section .form-group .col-sm-9 .col-xs-3,
.meeting-needs-section .form-group .col-xs-9 .col-sm-3,
.meeting-needs-section .form-group .col-sm-9 .col-sm-3 {
  text-align: center;
}
.meeting-needs-section .form-group .col-xs-9 .col-xs-3 label,
.meeting-needs-section .form-group .col-sm-9 .col-xs-3 label,
.meeting-needs-section .form-group .col-xs-9 .col-sm-3 label,
.meeting-needs-section .form-group .col-sm-9 .col-sm-3 label {
  display: none;
}
.meeting-needs-section .meeting-needs-option {
  font-weight: bold;
  text-align: center;
}
.meeting-needs-section input {
  margin: 3px;
}
.meeting-needs-table th {
  text-align: right;
}
.meeting-needs-table td,
.meeting-needs-table thead th {
  text-align: center;
}
.meeting-needs-table .checkbox-inline {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  margin-left: 0;
}
@media (min-width: 768px) {
  .meeting-needs-table .checkbox-inline {
    float: left;
    width: 50%;
  }
}
.meeting-needs-table .checkbox-inline input {
  margin-left: 0;
}
form .error-message,
form .no-margin-error-message {
  color: #d9534f;
  padding-left: 15px;
}
@media (min-width: 768px) {
  form .no-margin-error-message {
    margin-left: 0%;
  }
}
form .error-message {
  display: block;
}
.required .control-label::after {
  content: " *";
  color: #d9534f;
}
.success {
  color: #5cb85c;
}
.warning {
  color: #daad32;
}
.profile-table {
  margin-bottom: 40px;
}
.profile-table tr.other-info th,
.profile-table tr.other-info td {
  border-top: none !important;
}
.profile-table th {
  width: 33%;
  padding-left: 0 !important;
}
.profile-table td {
  padding-left: 0 !important;
}
.profile-table.references {
  margin-top: 5px;
}
.profile-table.references th {
  text-align: right;
}
.profile-table.references th,
.profile-table.references td {
  width: 25%;
  color: #757575;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.profile-table.references th.text-muted,
.profile-table.references td.text-muted {
  color: #eeeeee;
}
.permissions-table tbody tr th {
  font-weight: normal;
}
.permissions-table tbody tr td {
  text-align: center;
}
.profile-images {
  position: relative;
  padding: 20px 0;
}
.profile-images .col-md-3,
.profile-images .col-sm-4 {
  padding: 2px;
}
.profile-images .col-sm-8 {
  padding: 0;
}
.profile-images.matching {
  border-top: 1px solid #ddd;
}
hr {
  border-top: 1px solid #ddd;
}
hr.no-margin {
  margin: 0;
}
.matching-profiles hr {
  width: 70%;
}
.matching-profiles hr:last-child {
  display: none;
}
.hr-small {
  margin: 10px 0;
}
h3.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 30px;
}
#gallery-modal .carousel-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  color: #eee;
  text-shadow: 0px 0px 3px #707070;
  opacity: 0.5;
}
#gallery-modal .carousel-arrow span {
  font-size: 40px;
}
#gallery-modal .carousel-arrow:hover {
  opacity: 1;
}
#gallery-modal .carousel-arrow-left {
  left: 10px;
}
#gallery-modal .carousel-arrow-right {
  right: 10px;
}
#gallery-modal .carousel-inner {
  min-height: 360px;
}
#gallery-modal .list-inline {
  text-align: center;
  margin-top: 5px;
}
#gallery-modal .list-inline li {
  padding: 0;
}
.modal-body > button,
.modal-content > button {
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 1001;
}
@media (max-width: 550px) {
  .hidden-tiny {
    display: none;
  }
}
@media (min-width: 769px) {
  .popover {
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
    color: #757575;
  }
  #help .popover {
    left: -15px !important;
    margin-left: 10px;
  }
}
#tools .popover {
  width: 120px;
  text-align: center;
}
.content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.popover.bottom,
.popover.boxed {
  border: 1px solid #dddddd;
}
.consortium-popover {
  width: auto !important;
  min-width: 220px;
  font-size: 13px;
}
.consortium-popover hr {
  border: none;
  height: 5px;
  margin: 0;
}
.error .form-control,
.form-error.form-control,
.error div.chosen-container a,
.error .chosen-container .chosen-choices {
  border: 1px solid #d9534f;
}
.meeting-needs-field .form-group .control-label.col-xs-3 {
  padding-left: 0px;
}
.meeting-needs-field .radio-check-hz input {
  left: unset;
}
@media (min-width: 600px) {
  .meeting-needs-field .needs-popover {
    padding: 10px 0 5px 0;
  }
  .meeting-needs-field .error-message {
    margin-left: 0;
  }
}
.please-explain .form-group:first-child {
  margin-bottom: 0;
}
.please-explain .form-group:last-child {
  margin-bottom: 30px;
}
.meeting-needs-option {
  margin-top: 15px;
  padding-bottom: 5px;
}
.meeting-needs-section {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.bottom-buttons {
  margin-top: 45px;
  margin-bottom: 15px;
}
.modal-body .bottom-buttons {
  margin: 0;
  padding: 5px 0 35px;
}
#success-image {
  margin-top: 20px;
}
#progress-video,
#progress-image {
  margin-top: 20px;
}
#progress-video .progress-bar,
#progress-image .progress-bar {
  background-color: #a3a4e3;
}
.profile-buttons {
  margin-bottom: 15px;
}
.video-thumbnail {
  display: inline-block;
}
.video-thumbnail-container {
  position: relative;
}
.video-thumbnail-container .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  opacity: 0.8;
}
.video-thumbnail-container:hover .glyphicon {
  opacity: 1;
}
.circle {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background-color: #757575;
  display: inline-block;
}
.blobs {
  padding-top: 7px;
}
.blobs .circle {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  border: 2px solid #ffffff;
  margin: 0;
  width: 17px;
  height: 17px;
}
.blobs .circle:hover {
  background-color: #3839b5;
}
.blobs .active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert {
  overflow: hidden;
}
.table .personality-row:first-child td,
.table .personality-row:first-child th {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.table .personality-row td,
.table .personality-row th {
  border-top: none;
  padding: 3px 8px;
}
td.no-border,
th.no-border {
  border-top: none !important;
}
.contact-details-table {
  border-top: 1px solid #ddd;
}
.contact-details-table tr td,
.contact-details-table tr th {
  border-top: none !important;
}
.contact-details-table tr:nth-child(odd) td,
.contact-details-table tr:nth-child(odd) th {
  padding-bottom: 0;
}
.contact-details-table tr:nth-child(even) td,
.contact-details-table tr:nth-child(even) th {
  padding-top: 0;
}
.profile-table td.spacer {
  padding: 10px;
  border-top: none;
}
.profile-table td.top-border {
  border-top: 1px solid #ddd;
}
#profile-about-adopters .profile-table {
  margin-bottom: 30px;
}
.section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}
.section h3:first-child {
  margin-top: 0;
}
.section.required-commissioning-documents .section {
  border-top: 0;
  padding-bottom: 0;
}
.section.required-commissioning-documents .section table {
  margin: 0;
}
.section.required-commissioning-documents .section table tr,
.section.required-commissioning-documents .section table th,
.section.required-commissioning-documents .section table td {
  border: 0;
}
.bottom-border {
  border-top: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.enquiries-section {
  padding: 20px 0;
}
/*
.on-hold-section {
  th, th.hidden-xs {
    display:none !important;
  }
  padding-top:0;
}*/
table th h3 {
  margin: 0;
}
.label-gray {
  background: #f2eee9;
  color: #333333;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 3px;
  display: inline-block;
}
a.no-decorate:hover,
a.no-decorate:active {
  text-decoration: none;
}
.we-like {
  margin-right: 15px;
}
.likes-dislikes-other .col-md-4 {
  margin-bottom: 5px;
}
.activity-data table.auto-table {
  width: auto;
}
.activity-data table.auto-table tr td,
.activity-data table.auto-table tr th {
  width: 250px;
}
.activity-data table.auto-table tr .id {
  width: 50px !important;
}
.notification-table tr td {
  vertical-align: middle !important;
}
@media (min-width: 700px) {
  .notification-table .title-column {
    width: 220px;
  }
}
@media (max-width: 450px) {
  .notification-table a {
    display: block;
  }
}
.notification-table .date-column {
  width: 160px;
}
.overdue-enquiry .overdue {
  background-color: #d9534f;
  text-align: center;
}
.notification-table .overdue {
  font-size: 13px;
  width: 115px;
}
.btn-feedback {
  background: #6c6c6c;
  color: #fff;
}
.btn-feedback:hover {
  background: #000;
  color: #fff;
}
.new-enquiries-table tr td {
  background-color: #fbefee;
}
.new-enquiries-table .on-hold-enquiry .overdue,
.table .on-hold-enquiry .overdue {
  font-weight: bold;
  color: #000;
}
.new-enquiries-table .on-hold-enquiry td,
.table .on-hold-enquiry td {
  background: #E5E5E5;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.new-enquiries-table .on-hold-enquiry:hover td,
.table .on-hold-enquiry:hover td {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-result {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.search-result:before,
.search-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-result:after {
  clear: both;
}
.search-result:before,
.search-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-result:after {
  clear: both;
}
.search-result:before,
.search-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-result:after {
  clear: both;
}
.search-result:before,
.search-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-result:after {
  clear: both;
}
.search-result:before,
.search-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-result:after {
  clear: both;
}
.search-result .search-result-thumbnail {
  max-width: 150px;
}
.search-result .search-information h3 {
  padding-right: 80px;
}
.search-result .search-information h3 .emergency-placement-icon {
  padding: 10px;
  color: #DBAE33;
  font-size: 16pt;
}
.search-result .buttons-row {
  margin-top: 20px;
}
.social-search-results .search-result .search-thumbnail {
  max-width: 120px;
}
.social-search-results .panel {
  margin-bottom: 10px;
}
/*
table tr th, table tr td, .section {
  border-color:#bebebe !important;
}*/
.small-search-input {
  width: 40px;
  display: inline-block;
  margin-right: 5px;
}
.filter-section {
  margin-bottom: 30px;
}
.filter-section label {
  font-weight: normal;
}
#help .dl-horizontal dt {
  font-weight: 100;
  text-align: left;
  width: 180px;
}
#help .dl-horizontal dd {
  margin-left: 190px;
}
#files-image,
#existing-video {
  padding: 0px;
  overflow: hidden;
}
#files-image .pull-left,
#existing-video .pull-left {
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 55px;
}
#files-image .pull-left:hover .delete-image,
#existing-video .pull-left:hover .delete-image {
  display: block;
}
#files-image .btn,
#existing-video .btn {
  position: absolute;
}
#files-image .edit-image,
#existing-video .edit-image {
  bottom: 28px;
  left: 0;
  right: 0;
  display: block;
}
#files-image .delete-image,
#existing-video .delete-image {
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px;
  line-height: 1.3;
}
#files-image .pic-is-profile,
#existing-video .pic-is-profile {
  top: 78px;
  left: 3px;
  position: absolute;
  display: none;
}
#files-image .make-profile,
#existing-video .make-profile {
  bottom: 0;
  right: 0;
  left: 0;
}
#files-image .profile .make-profile,
#existing-video .profile .make-profile {
  display: none;
}
#files-image .profile .pic-is-profile,
#existing-video .profile .pic-is-profile {
  display: inline-block;
}
#existing-video {
  position: relative;
}
#existing-video:hover .btn {
  display: block;
}
.no-top-border tr:first-child td,
.no-top-border tr:first-child th {
  border-top: none;
}
#existing-users-login {
  margin: 23px 20px 0 0;
}
.features-table {
  margin-bottom: 0px;
}
.features-table th {
  vertical-align: bottom !important;
}
.features-table td {
  position: relative;
  text-align: center;
}
.features-table .circle {
  margin-left: -6px;
  position: absolute;
  left: 50%;
}
#manage-photos-button {
  position: absolute;
  top: 27px;
  left: 7px;
  z-index: 10;
}
.search-result {
  position: relative;
}
.search-result h3 {
  margin-top: 0;
  margin-bottom: 7px;
}
.search-result a:hover {
  text-decoration: none;
}
.search-result .buttons {
  position: absolute;
  bottom: 0;
}
.search-result .search-information p {
  margin-bottom: 5px;
}
.search-result .search-information-additions {
  text-align: right;
}
@media (max-width: 768px) {
  .search-result .search-information-additions {
    text-align: left;
  }
}
.search-result .search-information-additions .label {
  white-space: normal;
}
.family-search-results .search-result h3 {
  margin-bottom: 0;
}
.search-labels {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: default;
}
.search-labels .label-gray {
  margin-bottom: 0;
}
.black,
.black a {
  color: #000000;
}
.price-column {
  width: 12%;
  min-width: 70px;
}
.search-label {
  background-color: #fcffdc;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.search-label-enquiry {
  background-color: #e6ffce;
}
.search-label-enquiry-reviewed {
  background-color: #EAF3F6;
}
.my-agency {
  position: absolute;
  top: 45px;
  right: 0;
}
.my-agency .label,
.my-agency img {
  display: block;
  float: left;
  margin-left: 10px;
}
@media (max-width: 769px) {
  #help .my-agency {
    display: none;
  }
}
.profile-images .col-sm-4 .placeholder-image,
.search-thumbnail .placeholder-image,
.search-result-thumbnail .placeholder-image {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  width: auto !important;
}
.social-search-results .profile-thumbnails {
  float: left;
}
.social-search-results .profile-thumbnails img {
  width: 40px !important;
  float: left;
}
.social-search-results .panel-title a {
  display: inline;
}
.social-search-results .panel-body {
  position: relative;
  cursor: pointer;
}
.social-search-results .panel-body .resume-chat {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.social-search-results .chat-message-username {
  margin-right: 20px;
}
.social-search-results .chat-message-username:last-child {
  margin-right: 0;
}
.set-location-area {
  margin: 30px 0;
}
.selected-address {
  padding-left: 20px;
  margin-bottom: 20px;
}
.placement-offered {
  border-left: 1px solid lightgrey;
}
.placement-offered h4 {
  margin-top: 0;
}
#debugModal {
  z-index: 9999;
}
#debugModal button,
#debugModal li.purple-debug-item {
  max-width: 60%;
}
#debugModal button .rocker-switch,
#debugModal li.purple-debug-item .rocker-switch {
  width: 18em;
}
#environment {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px;
  background: #b900ee;
  color: #fff;
  z-index: 10000;
}
#environment ul.dropdown-menu {
  padding: 0;
  margin: -2px 0 0 0;
}
#environment div.popover {
  top: 24px;
  left: 0px;
  display: block;
  position: fixed;
  text-align: center;
  color: #c100f0;
  background-color: #cccccc;
  max-width: 100%;
  width: 100% !important;
}
#environment a b,
#environment a a b:hover,
#environment a a b:active {
  color: #fff;
}
#environment span,
#environment a {
  overflow: hidden;
  height: 16px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
}
.nav-smaller li a {
  padding: 6px 8px;
}
#child-personality {
  font-size: 16px;
  margin: 20px 0;
}
.paging-top {
  margin-bottom: 20px;
}
.paging-top .pagination {
  margin: 0 10px 0 0;
  float: left;
}
@media screen and (max-width: 768px) {
  .paging-top .pagination {
    font-size: 0.7em;
  }
}
.paging-top .results-count {
  float: left;
  margin-top: 8px;
}
.paging-ellipsis {
  margin: 3px 10px 0 10px;
}
.flufflet {
  padding-right: 60px;
}
#help .my-agency {
  left: 0px;
  top: 38px;
}
.no-border {
  border: none !important;
}
#home-video-modal .modal-dialog {
  width: 913px;
}
#social-media-icons {
  margin-left: 20px;
  margin-top: 10px;
}
#adopter-register-approved .error-message {
  margin-left: 0;
}
#terms-modal .modal-dialog {
  width: 75%;
  max-width: 1000px;
}
.documents .btn {
  width: 180px;
}
@media (min-width: 480px) {
  .settings-row {
    margin: 20px 0;
  }
  .settings-row .settings-button {
    float: left;
    margin-right: 20px;
  }
  .settings-row .settings-button .btn {
    width: 200px;
  }
  .settings-row .settings-text {
    margin-top: 5px;
    padding-left: 220px;
  }
  .settings-row .settings-text .label-gray {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .settings-row .settings-button {
    margin: 5px;
  }
  .settings-row .settings-button .btn {
    width: 100%;
  }
  .settings-row .settings-text {
    margin: 5px 5px 10px 5px;
  }
}
#ie8-notice-video,
#ie8-notice-image {
  display: none;
}
.ie8 #ie8-notice-video,
.ie9 #ie8-notice-video,
.ie8 #ie8-notice-image,
.ie9 #ie8-notice-image {
  display: block;
  margin: 20px 0;
}
#cancel-video-upload {
  margin: 20px 0;
}
table.file-uploader {
  margin-bottom: 0px;
}
table.file-uploader tr.file-uploader td {
  border: 0px;
}
table.file-uploader tr.file-uploader td.file-selection-cell {
  width: 75%;
}
table.file-uploader tr.file-uploader td.upload-btn-cell {
  width: 25%;
}
table.file-uploader td .progress {
  margin: 0px;
}
table.file-uploader .progress .progress-bar:after {
  content: '';
  position: absolute;
  right: 0px;
  background-image: url(/img/loading-trans.gif);
  background-size: contain;
  height: 21px;
  width: 21px;
  display: block;
}
.pin-label {
  float: left;
  margin-right: 20px;
}
.pin-input {
  width: 40px;
  display: inline-block;
}
.advanced-filters-container {
  padding-bottom: 60px;
}
.advanced-filters-container .close {
  float: none;
  color: #d9534f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.advanced-filters-container .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-title a {
  display: block;
}
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus {
  text-decoration: none;
  color: #000000;
}
.panel-group .panel {
  overflow: visible;
}
.set-location-map {
  height: 300px;
  width: 100%;
}
.location-title {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 7px;
  font-weight: bold;
}
.admin #navbar-main {
  position: static;
}
.agencies-display {
  margin-top: 30px;
}
.agency-container {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
}
.agency-name {
  max-width: 250px;
  padding: 8px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 989px) {
  .agency-name {
    max-width: 200px;
  }
}
@media (max-width: 780px) {
  .agency-name {
    max-width: 1000px;
  }
}
@media (max-width: 500px) {
  .agency-name {
    max-width: 230px;
  }
}
.agencies-sidebar {
  overflow: visible;
}
.agencies-sidebar .col-xs-3,
.agencies-sidebar .col-xs-4 {
  padding-right: 0;
}
.agencies-sidebar .col-xs-8 {
  padding-left: 10px;
}
.help-inner h3:first-child {
  margin-top: 0;
}
.fake-input {
  padding-top: 7px;
}
.user-comments p {
  margin-bottom: 30px;
  font-style: italic;
}
.user-comments em {
  font-style: normal;
  margin-top: 10px;
  display: block;
}
input::-webkit-input-placeholder {
  color: #999999 !important;
}
input::-moz-placeholder {
  color: #999999 !important;
}
input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #999999 !important;
}
input:-ms-input-placeholder {
  color: #999999 !important;
}
.breadcrumb {
  padding: 0;
}
.question-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.highlighted {
  background-color: #f1e1b4;
}
.q-a-search .col-sm-4 {
  margin-top: 20px;
}
.q-a-search {
  border-top: 0;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .q-a-search input {
    margin-bottom: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 1199px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .small-no-help #help {
    display: none;
  }
  .small-no-help .content {
    width: 100%;
    clear: both;
  }
  #logged-in-details {
    float: none !important;
    margin: 20px 0 10px 0;
    position: static;
  }
  .logged-in-username {
    margin-left: 15px;
  }
}
body .need-upgrade {
  display: none;
}
.loaded .need-upgrade {
  display: inline-block;
}
body .navbar .need-upgrade {
  display: block;
}
.breadcrumb > li {
  display: inline;
}
@media (max-width: 700px) {
  .breadcrumb {
    display: none;
  }
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
#stats-table {
  /*
  .stats-table {
    margin-top:-25px;
  }*/
}
#stats-table .section {
  padding-bottom: 0;
}
#stats-table thead th {
  text-align: right;
}
#stats-table thead th form {
  margin-bottom: -3px;
}
#stats-table td {
  text-align: right;
  width: 60px;
}
#stats-table td:nth-child(2n) {
  width: 150px;
}
#stats-table .child-row,
#stats-table .child-row-2,
#stats-table .child-row-3 {
  display: none;
  font-size: 13px;
}
#stats-table .child-row td,
#stats-table .child-row-2 td,
#stats-table .child-row-3 td,
#stats-table .child-row th,
#stats-table .child-row-2 th,
#stats-table .child-row-3 th {
  padding: 6px 6px 6px 8px;
}
#stats-table .child-row th,
#stats-table .child-row-2 th,
#stats-table .child-row-3 th {
  padding-left: 20px;
}
#stats-table .child-row-2 th {
  padding-left: 30px;
}
#stats-table .child-row-3 th,
#stats-table .child-row-3 td {
  padding: 3px 3px 3px 8px;
  border: none;
}
#stats-table .child-row-3 th {
  padding-left: 40px;
}
#stats-table .child-row-2 th,
#stats-table .child-row-3 th {
  font-weight: normal;
}
#stats-table a {
  color: #333333;
}
#stats-table select {
  display: inline;
  width: auto;
}
@media (max-width: 1000px) {
  #stats-table td {
    text-align: right;
    width: 60px;
  }
  #stats-table td:nth-child(2n) {
    width: 100px;
  }
}
.table-equal-th th {
  width: 420px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .table-equal-th th {
    width: 50%;
  }
}
.table-equal-th td {
  width: auto;
}
/* Image editor */
#editor-container {
  position: relative;
}
canvas,
#editor-thumbnail {
  max-width: 100%;
}
#editor-thumbnail canvas {
  display: block;
}
#crop-area {
  display: none;
  position: absolute;
}
#editor-toolbar {
  margin-bottom: 20px;
}
.contrast-icon,
.brightness-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}
.contrast-icon {
  background-image: url(/img/icons/contrast.png);
}
.brightness-icon {
  background-image: url(/img/icons/sun.png);
}
.icon-button {
  height: 26px;
  padding: 5px;
}
.rotate-right-icon {
  background-image: url(/img/icons/rotate-right.png);
}
.rotate-left-icon {
  background-image: url(/img/icons/rotate-left.png);
}
.crop-icon {
  background-image: url(/img/icons/crop.png);
}
.thumb-icon {
  background-image: url(/img/icons/thumb.png);
}
.editor-icon {
  width: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 20px;
  display: block;
  line-height: 20px;
}
.brightness-control {
  float: left;
  margin-right: 10px;
  padding-top: 8px;
}
.brightness-control input {
  width: 80px;
}
#crop-actions {
  display: none;
  position: absolute;
  top: 3px;
  right: 18px;
  z-index: 1001;
}
#editor-wrapper {
  background-color: #2f2f2f;
  min-height: 400px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
#editor-container,
#editor-thumbnail {
  text-align: center;
}
#source-image,
#editor-thumbnail canvas,
#editor-thumbnail img {
  margin: 0 auto;
}
#editor-thumbnail img {
  max-width: 150px;
}
#editor-top form,
#editor-top #reset {
  float: left;
  margin-right: 10px;
}
#editor-top .col-md-3 {
  overflow: hidden;
}
#editor-toolbar {
  clear: both;
  margin-top: 20px;
}
@media (min-width: 700px) {
  #editor-toolbar {
    padding-right: 0;
    clear: none;
    margin-top: 0;
  }
  #editor-top .col-md-3,
  #editor-top .col-md-9 {
    float: right;
  }
  #editor-top .col-md-3 form,
  #editor-top .col-md-9 form,
  #editor-top .col-md-3 #reset,
  #editor-top .col-md-9 #reset {
    float: right;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .brightness-control input {
    width: 100px;
  }
}
#editor-preview h4 {
  color: #fff;
  font-weight: bold;
}
#tools .btn-group .btn {
  margin: 0;
}
#tools .btn-group .btn:first-child {
  border-right: none;
}
.icon-video {
  width: 24px;
  height: 24px;
  background: url(/img/video.png) no-repeat top left;
  display: inline-block;
  opacity: 0.7;
}
.enquiry-action-date {
  font-size: 13px;
  margin-right: 15px;
  width: 180px;
  display: inline-block;
}
.enquiry-action-type {
  height: 1em;
}
.enquiry-action-type > div {
  padding-left: 5px;
}
#enquiry-messages .panel-heading .enquiry-action-type-activity .action-icon {
  position: relative;
}
.enquiry-action-type-activity {
  height: auto;
}
.enquiry-action-type-activity .enquiry-action-type-activity__subheader {
  font-size: 13px;
  color: #5e5e5e;
  font-weight: 100;
  margin: 5px 0 0;
}
.enquiry-action-to {
  margin-bottom: 15px;
}
.enquiry-action-to div {
  word-wrap: normal;
}
.enquiry-action-to .label-gray {
  margin-right: 5px;
}
.enquiry-action-to table tr td:first-child {
  width: 32px;
}
.feed-panels .enquiry-action-to table tr td:first-child {
  width: auto;
}
#enquiry-messages {
  /*
  .enquiry-action-status-2 {
    .panel-heading {
      strong {
        color:@red;
      }
    }
  }
  .enquiry-action-status-1 {
    .panel-heading {
      strong {
        color:@brand-success;
      }
    }
  }
  .enquiry-action-status-3 {
    .panel-heading {
      strong {
        color:@brand-gray;
      }
    }
  }*/
}
#enquiry-messages .unread .panel-heading {
  background-color: #fbefee;
}
#enquiry-messages .panel {
  margin-bottom: 10px;
}
#enquiry-messages .panel-heading {
  position: relative;
  overflow: hidden;
}
#enquiry-messages .panel-heading .glyphicon {
  font-size: 15px;
  margin-right: 5px;
}
#enquiry-messages .panel-heading .action-icon {
  top: 50%;
  position: absolute;
  margin-top: -7px;
}
#enquiry-messages .panel-heading .caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}
#enquiry-messages .panel-heading .enquiry-action-date {
  margin-top: 2px;
}
.btn-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
#enquiries-profile-pics {
  margin-left: 10px;
}
#enquiries-profile-pics img {
  margin-left: 10px;
}
.recipients {
  margin-bottom: 10px;
  padding-left: 10px;
}
@media (max-width: 700px) {
  .panel-body .reply {
    margin-top: 10px;
  }
  #enquiries-profile-pics {
    float: none !important;
    margin-top: 10px;
  }
  #enquiries-profile-pics img {
    margin-left: 0;
    margin-right: 10px;
  }
  .enquiry-summary-buttons .btn {
    margin-bottom: 10px;
  }
}
.buttons-might-wrap .btn,
.enquiry-summary-buttons .btn {
  margin-bottom: 10px;
}
.big-red-warning {
  color: #d9534f;
  font-size: 20px;
  margin-right: 20px;
}
#document-reading-pane {
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(112, 112, 112, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(112, 112, 112, 0.75);
  box-shadow: 0px 0px 10px 3px rgba(112, 112, 112, 0.75);
  min-height: 600px;
}
#document-reading-pane img {
  max-width: 100%;
}
#document-reading-pane .document-image-loading {
  opacity: 0.1;
  cursor: wait;
}
.document-reading #main {
  width: 100%;
  text-align: center;
}
.document-reading-controls {
  margin-bottom: 20px;
  margin-top: 20px;
}
#document-share-modal .form-control[disabled],
#document-share-modal .form-control[readonly] {
  cursor: default;
}
.disabled {
  cursor: default;
}
#document-info {
  clear: both;
}
.asterisk-drops .control-label {
  padding-right: 5px;
}
#lm-logo {
  margin-right: 20px;
}
.form-group .col-sm-9 .error-message {
  margin-left: 0;
  padding-left: 0;
}
.about-team-member {
  margin-bottom: 20px;
  max-width: 100%;
}
.about-team-member .description h4 {
  margin-top: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
#SiblingGroupOtherChildrenAgeGap {
  max-width: 180px;
}
.existing-child-gender {
  max-width: 150px;
}
#all-pages {
  display: none;
}
.document-reading-controls {
  position: relative;
}
.document-print-button {
  position: absolute;
  right: 0;
}
#chat-windows {
  position: fixed;
  bottom: 0;
  right: 20px;
  height: 40px;
  z-index: 0;
}
#chat-windows #chat-windows-windows {
  float: right;
}
#chat-windows #chat-windows-menu .btn {
  height: 30px;
  width: 40px;
  text-align: center;
  margin-bottom: -1px;
}
#chat-windows #chat-windows-menu .btn .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
  margin: 0 auto 2px auto;
}
#chat-windows .chat-window {
  float: right;
  width: 330px;
  height: 400px;
  position: relative;
  margin-right: 10px;
  z-index: 100000;
}
#chat-windows .chat-window .chat-names-container {
  width: 220px;
}
#chat-windows .chat-window .chat-actions {
  position: absolute;
  top: 10px;
  right: 6px;
}
#chat-windows .chat-window .chat-window-minimize {
  display: none;
}
#chat-windows .chat-window .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#chat-windows .chat-window .chat-window-message-container {
  height: 300px;
  overflow-y: auto;
  overflow-x: visible;
  padding-bottom: 0;
  padding-top: 3px;
}
#chat-windows .chat-window .chat-window-messages {
  overflow: visible;
  padding-bottom: 10px;
}
#chat-windows .chat-window .chat-window-messages:before,
#chat-windows .chat-window .chat-window-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#chat-windows .chat-window .chat-window-messages:after {
  clear: both;
}
#chat-windows .chat-window .chat-window-messages:before,
#chat-windows .chat-window .chat-window-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#chat-windows .chat-window .chat-window-messages:after {
  clear: both;
}
#chat-windows .chat-window .chat-window-messages:before,
#chat-windows .chat-window .chat-window-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#chat-windows .chat-window .chat-window-messages:after {
  clear: both;
}
#chat-windows .chat-window .chat-window-messages:before,
#chat-windows .chat-window .chat-window-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#chat-windows .chat-window .chat-window-messages:after {
  clear: both;
}
#chat-windows .chat-window .chat-window-messages:before,
#chat-windows .chat-window .chat-window-messages:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#chat-windows .chat-window .chat-window-messages:after {
  clear: both;
}
#chat-windows .chat-window .chat-window-expand {
  cursor: pointer;
}
#chat-windows .chat-window .chat-message {
  font-size: 14px;
  margin: 7px 20px 0 0;
  padding: 7px 15px;
  background-color: #fffac2;
  clear: both;
  float: left;
  position: relative;
}
#chat-windows .chat-window .chat-message .chat-message-name {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
#chat-windows .chat-window .chat-message:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14px 0 0;
  border-color: transparent #fffac2 transparent transparent;
  right: 100%;
  top: 100%;
  content: " ";
  position: absolute;
  pointer-events: none;
  margin-top: -15px;
  margin-left: 10px;
}
#chat-windows .chat-window .chat-message-mine {
  margin-left: 20px;
  margin-right: 10px;
  float: right;
  background-color: #efefef;
}
#chat-windows .chat-window .chat-message-mine .chat-message-name {
  text-align: right;
}
#chat-windows .chat-window .chat-message-mine:after {
  border-width: 9px 0 0 14px;
  margin-left: 0;
  border-color: transparent transparent transparent #efefef;
  left: 100%;
}
#chat-windows .chat-window .chat-system-message {
  margin-left: 0;
  margin-right: 0;
  background-color: #efefef;
}
#chat-windows .chat-window .chat-system-message:after {
  display: none;
}
#chat-windows .active-chat-window {
  top: -360px;
}
#chat-windows .active-chat-window .chat-window-minimize {
  display: inline;
}
#chat-windows .active-chat-window .chat-window-maximize {
  display: none;
}
#chat-windows .chat-window-control {
  color: #666666;
}
#chat-windows .chat-window-control:hover {
  color: #333333;
}
@media screen and (max-width: 767px) {
  #chat-windows {
    right: 0;
  }
  #chat-windows .chat-window {
    margin-right: 0;
    max-width: 100%;
    clear: both;
    float: none;
  }
}
.ie8 .ie8-hide {
  display: none;
}
.response-times .progress {
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
}
.response-times .progress .progress-bar {
  line-height: 28px;
  font-weight: bold;
  text-align: left;
}
.response-times .progress .progress-bar span {
  margin-left: 10px;
}
.response-times .col-sm-6 {
  line-height: 28px;
}
.response-time-good {
  background-color: #5cb85c;
}
.response-time-bad {
  background-color: #daad32;
}
.child-details {
  position: relative;
}
.child-details .progress-bar {
  line-height: 28px;
  font-weight: bold;
  text-align: left;
}
.child-details .progress-bar span {
  margin-left: 10px;
}
.child-details .col-sm-6 {
  line-height: 28px;
}
.col-offset-padding {
  padding-left: 10px;
}
.small-input {
  width: 150px;
}
ul.pagination > li.active > span {
  font-weight: bold;
  background: #246FA1;
  color: #fff;
}
ul.pagination > li.active > span:hover {
  background: #246FA1;
  color: #fff;
}
.enquiries-badge,
.pending-access-requests {
  background-color: #D53833;
  color: #FFF;
  height: fit-content;
  width: fit-content;
  min-width: 16px;
  min-height: 16px;
  font-size: 12px;
  padding: 3px;
}
.pending-access-requests-grantable {
  background-color: green;
}
#search-results .unread-message .panel-heading {
  background-color: #fffac2;
}
.chat-user-added {
  font-style: italic;
}
.note-editable {
  min-height: 180px;
}
.note-editable .panel-group {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-horizontal p {
  padding-top: 7px;
}
.panel-group.page-panel-group {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  padding: 0;
  margin: 30px 0;
}
.panel-group.page-panel-group .page-panel {
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #ddd;
  margin: 0px;
  box-shadow: none;
}
.panel-group.page-panel-group .page-panel .panel-heading {
  padding: 0px;
  position: relative;
}
.panel-group.page-panel-group .page-panel .panel-heading:hover {
  background-color: #f5f5f5;
}
.panel-group.page-panel-group .page-panel .panel-heading h2,
.panel-group.page-panel-group .page-panel .panel-heading h3 {
  margin: 0px;
  font-weight: 700;
}
.panel-group.page-panel-group .page-panel .panel-heading h2 a,
.panel-group.page-panel-group .page-panel .panel-heading h3 a,
.panel-group.page-panel-group .page-panel .panel-heading h2 a:hover,
.panel-group.page-panel-group .page-panel .panel-heading h3 a:hover,
.panel-group.page-panel-group .page-panel .panel-heading h2 a:active,
.panel-group.page-panel-group .page-panel .panel-heading h3 a:active {
  padding: 10px 0px;
  color: #333333;
}
.panel-group.page-panel-group .page-panel .panel-heading h2 .caret,
.panel-group.page-panel-group .page-panel .panel-heading h3 .caret {
  display: none;
}
.panel-group.page-panel-group .page-panel .panel-heading h2 a::before,
.panel-group.page-panel-group .page-panel .panel-heading h3 a::before {
  margin-left: 10px;
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  margin-right: 10px;
}
.panel-group.page-panel-group .page-panel .panel-collapse {
  border-width: 0px;
}
.panel-group.page-panel-group .page-panel .panel-collapse .panel-body {
  border-width: 0px;
  padding: 0px 20px;
}
.panel-group.page-panel-group .page-panel .panel-collapse .in {
  padding: 0px 20px;
}
#event-map {
  min-height: 300px;
}
#big-events-map {
  min-height: 600px;
}
.map-info-window {
  max-width: 600px;
  width: auto;
}
.map-info-window .row {
  margin: 0;
}
.map-info-window h3 {
  margin-top: 10px;
}
.map-info-window .search-result {
  border-bottom: none;
}
.map-info-window .event-top-right {
  bottom: 20px;
  top: auto;
}
#EventAttendanceAttendForm input.form-control {
  max-width: 120px;
}
#PostViewForm .error-message {
  margin-left: 0;
  padding-left: 0;
}
.post-profile {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.post-content {
  margin-left: 85px;
}
.post-content .post-content-content {
  min-height: 50px;
}
.post-content .report-post {
  display: none;
  font-weight: normal !important;
}
.post-content-consortium-forum {
  margin-left: 0;
}
.forum-post:hover .post-content .report-post {
  display: block;
}
@media (max-width: 767px) {
  .post-content {
    margin-left: 0;
  }
  .post-content .post-content-content {
    min-height: 0;
  }
}
.forum-post .panel-body {
  padding-bottom: 5px;
}
.forum-post.highlight {
  border: 1px solid #d9534f;
  background-color: #fdf7f7;
}
.sticky td {
  background-color: #fbefee;
}
.reaction-btn.show-reactions + .reaction-box {
  display: block;
}
.reaction-box {
  display: none;
  position: absolute;
  padding: 5px;
  background: white;
  border: 1px solid #bfc0bf;
  border-radius: 5px;
  transform: translateY(25px);
  z-index: 10;
}
.reaction-box button {
  background: transparent;
  border: 0px;
  display: inline-block;
  margin: 0px;
  padding: 2px;
}
.reaction-box button .grey.hide {
  display: none;
}
.reaction-box button .active {
  display: none;
}
.reaction-box button .active.show {
  display: inline-block !important;
}
@media screen and (min-width: 720px) {
  .reaction-box button:hover {
    position: relative;
  }
  .reaction-box button:hover[data-tooltip-size="sm"]::after {
    width: 50px;
  }
  .reaction-box button:hover[data-tooltip-size="md"]::after {
    width: 70px;
  }
  .reaction-box button:hover[data-tooltip-size="lg"]::after {
    width: 110px;
  }
  .reaction-box button:hover::after {
    display: block;
    position: absolute;
    text-transform: capitalize;
    padding: 3px;
    background: white;
    border: 1px solid #bfc0bf;
    border-radius: 5px;
    right: -100px;
    margin: auto;
    left: -100px;
    content: attr(data-tooltip);
    text-align: center;
    transform: translateY(10px);
    font-size: 10pt;
  }
  .reaction-box button:hover .grey {
    display: none;
  }
  .reaction-box button:hover .active {
    display: inline-block;
  }
}
.reaction-counters {
  display: inline-block;
}
.reaction-counter {
  border-radius: 5px;
  height: 25px;
  padding-left: 2px;
}
.reaction-counter img {
  margin-right: 3px;
}
.reaction-counter-container {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.reaction-counter:hover + .reaction-counter-box,
.reaction-counter-box-:hover {
  display: block;
}
.reaction-counter-box {
  display: none;
  z-index: 10;
  position: absolute;
  padding: 3px;
  background: white;
  border: 1px solid #bfc0bf;
  border-radius: 5px;
  right: -100px;
  margin: auto;
  left: -100px;
  width: 140px;
  text-transform: capitalize;
  text-align: center;
  transform: translateY(10px);
  font-size: 10pt;
}
.group-cover-image {
  position: absolute;
  overflow: hidden;
  height: 230px;
  top: 0;
  right: 0;
  left: 0;
}
.group-cover-image .group-logo {
  margin-right: 20px;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 20px;
  min-height: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.nav-pills > li.active a,
.nav-pills > li.active a:hover {
  background-color: #eee;
  color: #333333;
}
.group-search-results .search-information {
  padding-bottom: 0;
}
.fake-btn {
  font-weight: bold;
}
.right-filters .form-group .control-label,
.right-filters .form-group .col-sm-9 {
  width: 100%;
}
.right-filters .form-group .control-label {
  text-align: left;
}
.right-filters .date .form-control {
  width: auto;
}
.right-filters {
  padding-bottom: 100px;
}
.table .search-post-row td,
.table .search-post-row th {
  border-top: none;
}
.search-term-highlight {
  color: #d9534f;
  font-weight: bold;
}
.blocked-label {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d9534f;
}
.event-top-right {
  position: absolute;
  top: 20px;
  right: 0;
}
.post-bottom {
  padding-bottom: 15px;
  bottom: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.forum-latest-topics {
  margin: 10px 0 0 10px;
}
.forum-latest-topics li {
  margin-bottom: 5px;
  overflow: hidden;
}
.forum-latest-topics li .latest-topic-profile-pic {
  margin-right: 10px;
}
div.note-editor {
  overflow: visible;
}
.note-editor .note-dropzone {
  opacity: 0 !important;
}
.community-dropdown .dropdown-menu .group-item a {
  padding-right: 40px;
}
.topic-profile-thumbnail img {
  margin-right: 3px;
}
h1 a:hover {
  text-decoration: none;
}
.title-input {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100% !important;
}
.para {
  margin: 0 0 10.5px;
}
.feed-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  word-wrap: break-word;
}
.feed-item:last-child {
  border-bottom: none;
}
.document-icon {
  width: 30px;
  float: left;
}
.feed-item-text {
  margin-left: 40px;
}
.pages .help-wrapper {
  padding: 35px 0;
}
#banner {
  margin-top: -20px;
  position: relative;
}
#banner .banner-img {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #banner .banner-desktop {
    display: none;
  }
}
#banner .banner-mobile {
  display: none;
}
@media (max-width: 767px) {
  #banner .banner-mobile {
    display: block;
  }
}
#banner .page-banner-container-inner {
  height: 550px;
  position: relative;
}
#banner .page-banner-inset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
  opacity: 0.9;
  font-size: 19px;
}
#banner .page-banner-inset h1 {
  margin-top: 0;
  font-size: 39px;
}
.page-banner-image {
  width: 100%;
  max-height: 550px;
}
#child-visibility-settings .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
#child-visibility-settings .col-sm-3 {
  padding-top: 0;
}
#child-visibility-settings .col-sm-3 .radio {
  padding-top: 0;
}
#child-visibility-settings .col-sm-3 .radio label {
  font-weight: bold;
}
#child-visibility-settings .col-sm-3 .need-upgrade {
  opacity: 0.7;
}
.delete-row .settings-button {
  padding-top: 5px;
}
.delete-row .settings-text {
  margin-top: 0;
}
.feedback-radios label {
  margin: 0 15px 0 5px;
  font-weight: normal;
}
.home .help-wrapper {
  padding-bottom: 0;
  padding-top: 30px;
}
#approval-modal .control-label {
  padding-right: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
#home-agency-logos a {
  margin-right: 35px;
  width: 75px;
}
#home-agency-logos a:last-child {
  margin-right: 0;
}
#home-agency-logos .home-bottom-agency-9 {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #home-agency-logos a {
    float: left;
    width: 33%;
    margin-right: 0;
  }
  .home-bottom-agency-9 {
    display: none;
  }
  .home-buttons .col-sm-7 {
    margin-top: 10px;
  }
}
.content-bottom {
  padding-bottom: 20px;
}
.ccs-logo {
  margin-left: 20px;
  display: inline-block;
}
.feed-item a {
  margin-left: 5px;
}
.feed-item:first-child {
  padding-top: 0;
}
.moderator {
  color: #5cb85c;
}
#my-groups .pull-left {
  text-align: center;
  width: 100px;
  margin-right: 20px;
}
.chat-window-block:hover,
.chat-window-favourite:hover {
  color: #333333;
}
.chat-window-block,
.search-information .chat-window-block {
  color: #d9534f !important;
  margin-left: 5px;
  font-size: 14px !important;
}
.chat-window-favourite,
.search-information .chat-window-favourite {
  color: #daad32 !important;
  font-size: 14px !important;
}
.emoticons-list {
  padding: 0 0 0 2px;
  width: 150px;
}
.emoticons-list a {
  text-align: center;
  margin: 3px;
  display: block;
  float: left;
}
.emoticons-list img {
  width: 18px;
}
.emoticons-list a:hover img {
  opacity: 0.7;
}
.note-editable img,
.forum-post .post-content img,
.latest-topics-table .latest-post-content img {
  max-width: 600px;
}
.latest-topics-table .latest-thumbnail,
.latest-events-table .latest-thumbnail {
  margin-right: 5px;
}
.latest-topics-table .latest-thumbnail img,
.latest-events-table .latest-thumbnail img {
  width: 20px;
}
.note-css-admin-only {
  display: none;
}
.help-wrapper {
  padding-top: 100px;
}
.help-wrapper.help-wrapper-inset {
  padding: 0;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .help-wrapper.help-wrapper-inset {
    margin-top: 20px;
  }
}
body.group #social-media-icons {
  display: none;
}
body.group .table tr:first-child th,
body.group .table tr:first-child td {
  border-top: none;
}
body.group .help-wrapper {
  padding-top: 40px;
}
body.group .profile-search-filters {
  padding-top: 130px;
}
body.group .profile-search-filters #siblinggroupcommissioningprofilesearchform-search-emergencyplacement1,
body.group .profile-search-filters #label_siblinggroupcommissioningprofilesearchform-search-emergencyplacement {
  float: left;
}
#right-sidebar .profile-search-filters {
  padding-top: 60px;
}
.top-profile-row h3 {
  margin-top: 0;
  padding-right: 20px;
}
.top-profile-row h1 .emergency-placement-icon {
  color: #DBAE33;
  font-size: 18pt;
}
.help-inner h3.stats-sidebar-title {
  font-size: 22px;
}
.nav-tabs-smaller > li > a {
  font-size: 15px;
  padding: 7px 10px;
}
.nav-tabs-smaller.nav-smaller > li > a {
  font-size: 14px;
}
#availability-modal .form-group .col-sm-3 {
  width: 35%;
}
#availability-modal .form-group .col-sm-9 {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  #footer-logos,
  .iso-27001 {
    display: none;
  }
}
#footer-logos {
  margin-top: 10px;
}
#footer-logos a:hover {
  text-decoration: none;
}
.create-social-profile-photo .btn {
  display: none !important;
}
.profile-action-buttons .chat-window-block,
.profile-action-buttons .chat-window-favourite {
  display: inline-block;
  position: relative;
  bottom: 3px;
  font-size: 18px;
}
.crb {
  font-weight: normal;
}
.child-delete-modal-form .col-sm-3 {
  width: 30%;
  padding-top: 0;
}
.child-delete-modal-form .col-sm-9 {
  width: 70%;
}
.location-thumbnail {
  float: left;
  width: 150px;
  height: 150px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.location-thumbnail .delete-location-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px;
  line-height: 1.3;
}
.postcode-thumbnails {
  list-style-type: none;
  padding-left: 0;
}
.postcode-thumbnails button {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  background: #efefef;
  cursor: pointer;
}
.postcode-thumbnails button a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0 5px;
  line-height: 1.3;
  cursor: pointer;
}
.postcode-thumbnails button a:hover {
  text-decoration: none;
}
.postcode-lookup .chosen-search input {
  text-transform: uppercase;
}
.social-worker-list .text-danger {
  display: none;
  font-size: 14px;
}
.social-worker-list li:hover .text-danger {
  display: inline;
}
.social-worker-list .btn {
  margin-bottom: 2px;
}
.delete-location-thumbnail {
  z-index: 100000;
  font-size: 10px;
  font-weight: bold;
}
#my-account-dropdown .dropdown-menu {
  z-index: 100000;
}
@media (max-width: 1150px) {
  #my-account-dropdown {
    float: none !important;
  }
}
@media (max-width: 768px) {
  #my-account-dropdown li form {
    margin-left: 15px;
  }
}
.group #main {
  background-color: #fff;
}
.feed-page #main {
  background-color: #f5f5f5;
}
.feed-page .help-wrapper {
  padding-top: 40px;
}
.feed-page .nav-tabs > li.active > a {
  background-color: #f5f5f5;
}
.post-content-content {
  word-wrap: break-word;
}
.post-content-content img {
  max-width: 100%;
}
.all-actions-control .glyphicon {
  color: #3839b5;
  margin-right: 5px;
}
.all-actions-control:hover {
  cursor: pointer;
}
.enquiry-action-type-activity > div {
  padding-left: 0;
}
.panel-group .feed-panel {
  box-shadow: none;
  margin-bottom: 10px;
}
.panel-group .feed-panel .panel-heading,
.panel-group .feed-panel .panel-body {
  word-wrap: break-word;
}
.panel-group .feed-panel .panel-heading {
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.panel-group .feed-panel .panel-heading h4 {
  margin: 0 0 2px 0;
  font-weight: bold;
}
.panel-group .feed-panel .panel-heading .feed-thumbnails {
  margin-right: 10px;
}
.panel-group .feed-panel .panel-heading .btn-default {
  position: relative;
  top: 10px;
  left: 15px;
}
.panel-group .feed-panel .panel-heading .caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000000;
  border-bottom: 8px solid transparent;
  position: relative;
  top: 21px;
  left: 15px;
}
.panel-group .feed-panel .panel-heading .caret.flip {
  border-top-width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #000000;
  top: 13px;
}
.panel-group .feed-panel .panel-heading .caret:hover {
  cursor: pointer;
}
.panel-group .feed-panel .post-profile {
  margin-bottom: 0;
}
.panel-group .feed-panel .post-content {
  margin-left: 0;
}
.panel-group .feed-panel .post-content .post-content-content {
  min-height: 0;
}
.panel-group .feed-panel .post-content .post-content-content p:last-child {
  margin-bottom: 0;
}
.panel-group .feed-panel .post-content-announcement {
  margin-bottom: 20px;
  margin-left: 50px;
}
.panel-group .feed-panel .feed-buttons {
  margin-top: 5px;
}
.panel-group .feed-panel .glyphicon-remove {
  font-size: 10px;
  color: grey;
}
.panel-group .feed-panel .feed-item-latest-posts .post-content {
  margin-bottom: 10px;
}
.panel-group .feed-panel .feed-item-latest-posts .post-content:last-child {
  margin-bottom: 0;
}
.panel-group .panel-footer {
  word-wrap: break-word;
  background-color: #f9f9fa;
  border-top: 1px solid #ddd;
  color: #000;
}
.likes-comments-border {
  margin: 10px 0;
}
#loading-container {
  text-align: center;
}
.panel-body {
  word-wrap: break-word;
}
.adopter-home-intro {
  margin-bottom: 20px;
  position: relative;
}
.adopter-home-intro:before,
.adopter-home-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.adopter-home-intro:after {
  clear: both;
}
.adopter-home-intro:before,
.adopter-home-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.adopter-home-intro:after {
  clear: both;
}
.adopter-home-intro:before,
.adopter-home-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.adopter-home-intro:after {
  clear: both;
}
.adopter-home-intro:before,
.adopter-home-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.adopter-home-intro:after {
  clear: both;
}
.adopter-home-intro:before,
.adopter-home-intro:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.adopter-home-intro:after {
  clear: both;
}
.adopter-home-intro .adopter-home-intro-thumb {
  margin-right: 10px;
  float: left;
  margin-top: -20px;
}
.adopter-home-intro .adopter-home-header {
  margin: 72px 0 0 190px;
}
.adopter-home-intro .adopter-home-header a {
  font-weight: normal !important;
}
.adopter-home-intro .adopter-home-header .adopter-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.event-likes {
  background-color: #f5f5f5;
  padding: 10px;
}
.event-likes:before,
.event-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-likes:after {
  clear: both;
}
.event-likes:before,
.event-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-likes:after {
  clear: both;
}
.event-likes:before,
.event-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-likes:after {
  clear: both;
}
.event-likes:before,
.event-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-likes:after {
  clear: both;
}
.event-likes:before,
.event-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-likes:after {
  clear: both;
}
.first-post .feed-item-likes:before,
.first-post .feed-item-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.first-post .feed-item-likes:after {
  clear: both;
}
.first-post .feed-item-likes:before,
.first-post .feed-item-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.first-post .feed-item-likes:after {
  clear: both;
}
.first-post .feed-item-likes:before,
.first-post .feed-item-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.first-post .feed-item-likes:after {
  clear: both;
}
.first-post .feed-item-likes:before,
.first-post .feed-item-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.first-post .feed-item-likes:after {
  clear: both;
}
.first-post .feed-item-likes:before,
.first-post .feed-item-likes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.first-post .feed-item-likes:after {
  clear: both;
}
.post-show-more {
  font-size: 22px;
  line-height: 13px;
}
.post-show-more:hover {
  color: #000;
  text-decoration: none;
}
.like-button .glyphicon {
  color: #999;
  font-size: 16px;
}
.like-button .glyphicon-star {
  color: #daad32;
}
.like-button .loading {
  margin-left: 5px;
  margin-top: -3px;
}
.like-button button {
  background: none !important;
  color: #3839b5;
  font-weight: bold;
  border: none;
  padding: 0 !important;
  cursor: pointer;
}
.like-button:hover button {
  text-decoration: underline;
}
.like-button:hover .glyphicon {
  text-decoration: none;
}
.like-button:hover {
  text-decoration: none;
}
.like-button:hover span {
  text-decoration: underline;
}
input[type='file'] {
  font-size: 0.8em;
}
div > .delete-x,
li > .delete-x {
  display: none;
}
div:hover > .delete-x,
li:hover .delete-x {
  display: inline-block;
  font-size: 8px;
  font-weight: bold;
  margin: 0 0 0 5px;
  border-radius: 2px;
  line-height: 10px;
  padding: 2px;
}
div:hover > .delete-x > form > input[type="submit"],
li:hover .delete-x > form > input[type="submit"] {
  font-size: 10px;
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0;
  vertical-align: text-bottom;
}
.event-description .note-picture {
  display: none;
}
.strapline {
  font-size: 25px;
  margin: 20px 0 0 10px;
  float: left;
  color: #bababa;
}
.first-home-row {
  margin-top: 12px;
}
.home-row {
  padding: 0 15px;
}
.home-row .col-xs-12 {
  padding: 10px 0;
  overflow: hidden;
}
.home-row .col-xs-12 .col-sm-12 {
  padding: 0;
}
.last-home-row .col-xs-12 {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .home-row .col-md-4 {
    width: 28%;
  }
  .home-row .col-md-8 {
    width: 72%;
  }
}
#top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000000;
  width: 100px;
  height: 25px;
}
#top-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000000;
}
.answer-thumbnail img,
.question-thumbnail img {
  margin-top: 10px;
}
.filters .section {
  overflow: visible;
}
.reporting {
  width: 550pt;
}
.reporting h2 {
  font-size: 32px;
  margin-top: 25px;
}
.reporting h3 {
  margin-top: 30px;
  font-size: 26px;
}
.reporting h4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.reporting h4.chart-title {
  text-align: center;
  margin: 0;
}
.reporting table.report-text {
  margin-bottom: 20px;
}
.reporting table.report-text tr td {
  padding: 3px;
}
.reporting table.report-text tr td:first-child {
  padding-left: 0;
}
.profile-table .outcome-requirement td,
.profile-table .outcome-requirement th {
  border-top: none;
}
.report-title h1,
.report-title p {
  color: #256F9E;
}
.google-visualization-table {
  margin-top: 20px;
}
.google-visualization-table-table {
  font-size: 14px;
}
.google-visualization-table-table th,
.google-visualization-table-table td {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 120%;
}
.google-visualization-table-table .google-visualization-table-tr-head th {
  font-size: 16px;
  padding-top: 25px;
  font-weight: bold;
}
.google-visualization-table-table .google-visualization-table-tr-head td {
  padding-top: 28px;
}
.google-visualization-table-table .google-visualization-table-tr-head th,
.google-visualization-table-table .google-visualization-table-tr-head td {
  border-top: none;
  padding-top: 0;
  padding-bottom: 3px;
}
.report-stat-box {
  font-size: 20px;
  color: #256F9E;
  border-width: 2px;
  border-style: solid;
  margin: auto;
}
.report-stat-box .big-stat {
  font-size: 60px;
  line-height: 100%;
}
.report-stat-box p {
  font-size: 16px;
  padding: 10px;
}
.report-stat-box.report-stat-box-4 {
  width: 150px;
  height: 150px;
  font-size: 18px;
}
.report-stat-box.report-stat-box-4 .big-stat {
  font-size: 40px;
}
.report-stat-box.report-stat-box-4 div {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
.report-stat-box.report-stat-box-float {
  margin: 0 15px 0 0;
  float: left;
}
.report-stat-box.report-stat-box-float.last {
  margin-right: 0px;
}
.report-stat-box-2 {
  width: 230px;
  height: 230px;
}
.report-stat-box-2 div {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
.report-stat-box-2 .extra-margin {
  padding-top: 0px;
}
.report-stat-box-2 .info-text {
  font-size: 16px;
}
.filters .control-label:after {
  display: none;
}
.has-error .help-block,
.has-error .control-label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #ddd;
}
.form-horizontal .col-sm-9 .col-md-4 {
  margin-bottom: 7px;
}
.schedule .popover hr {
  margin: 4px !important;
  border-color: whitesmoke !important;
}
.schedule .active {
  font-weight: bold;
}
.schedule .bar-label {
  font-size: 0.8em;
  float: left;
  margin-left: 5px;
}
.schedule .progress-label {
  float: left;
  margin-right: 2em;
  min-width: 150px;
  max-width: 150px;
  padding-right: 0;
}
.schedule .progress-label .delete a,
.schedule .progress-label .edit a {
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
}
.schedule .progress-label .delete .glyphicon.grey,
.schedule .progress-label .edit .glyphicon.grey {
  font-size: 0.8em;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.schedule .progress-label form .glyphicon {
  padding: 0;
  margin: 0;
}
.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.date-filter {
  display: flex;
}
.cases-table .label-gray {
  margin-bottom: 0;
}
.cases-table .enquiries-menu-item {
  display: inline-block;
}
.cases-table .enquiries-menu-item .enquiries-badge {
  height: fit-content;
  width: fit-content;
  min-width: 14px;
  min-height: 14px;
  font-size: 12px;
  padding: 3px;
}
.cases-table tr.inner-profile-row td {
  border-top-color: #eee;
}
.cases-table td > a.label.label-primary {
  white-space: normal;
  display: inline-block;
  width: auto;
  padding-top: 4px;
  max-width: 175px;
}
.cases-table td > a.label.label-success {
  white-space: normal;
  display: inline-block;
  width: auto;
  padding-top: 4px;
  max-width: 175px;
}
.cases-table th.table-profile_name {
  min-width: 15%;
}
.cases-table th.column-last_activity {
  min-width: 110px;
}
.cases-table td > small {
  line-height: 1.1em;
  display: block;
}
.cases-table td.smaller-text {
  line-height: 110%;
}
.cases-table td.column-last_activity i {
  color: #666666;
  margin-top: 3px;
  display: block;
}
.cases-table .hidden_reason i {
  color: #666666;
}
.cases-table .popover {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .cases-table .label {
    margin-top: 5px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
button[name="profile_type"] {
  width: 100%;
}
#location-modal {
  z-index: 100000001;
}
.license-row {
  display: flex;
  align-items: center;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}
.contact-page {
  margin-top: 21px;
}
.no_wrap {
  white-space: nowrap;
}
.interest-status .chosen-single {
  margin-bottom: 10px;
}
#availability-settings-groups .form-group {
  margin-top: 20px;
}
input[type=time] {
  width: 20%;
  min-width: 105px;
}
input[type=time] .work-schedule {
  display: inline;
}
input[type=time] .day-label {
  padding-left: 20px;
}
.chosen-results .disabled-result {
  font-weight: bold;
  color: #000 !important;
  background-color: #F5F5F5;
}
@media screen and (max-width: 978px) {
  img.hidden-image {
    display: none;
  }
}
.area-panel {
  padding-top: 4px;
}
.area-panel .row,
.area-panel .form-group {
  margin: 0;
}
.area-panel #location-map {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .fivecolumns .box {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .fourcolumns .box {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .box {
    display: table-cell;
    border-right: 15px solid #fff;
  }
  .box-row {
    display: table;
  }
  .enquiry-action-date {
    text-align: right;
  }
}
.inline-help {
  padding-top: 6px;
}
.inline-help p {
  display: inline;
}
#personal-data-table th {
  background-color: #EFEFEF;
}
#personal-data-table td {
  padding: 6px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .box {
    margin-top: 15px;
  }
}
.box {
  padding: 15px;
}
.grey-box {
  background-color: #EFEFEF;
}
.blue-box {
  background-color: #246FA1;
}
.blue-box a {
  color: #fff;
  font-weight: normal !important;
}
.features-page-content h2 {
  margin-top: 0;
}
.features-page-content .panel-group {
  border: none;
}
.features-page-content .panel-group .page-panel {
  border: none;
}
#footer-logos img {
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 978px) {
  #childFamiliesStatisticsChart {
    margin-top: 50px;
  }
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.page-content {
  margin-top: 20px;
}
.pointer-events-all {
  pointer-events: all !important;
}
.featured-profiles-text {
  line-height: 1em;
  height: 3em;
  overflow: hidden;
}
.featured-profiles-container {
  margin-bottom: 10px;
}
.featured-profiles-container img {
  width: 128px !important;
  min-width: 128px !important;
  height: 128px !important;
  min-height: 128px !important;
}
.alert-polite {
  background: #FFE8E5;
  border: #E17D7B 1px solid;
}
.alert-polite__hide {
  display: none;
}
.span-remove__btn {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  position: absolute;
  right: 78px;
  top: 10px;
  margin: 0;
  width: 11px;
  border: 0;
  color: #ccc;
  padding: 0;
}
.span-remove__btn:empty {
  width: 1em;
}
.span-remove__btn:before {
  content: "\e014";
}
@media screen and (max-width: 767px) {
  .section-padding-rm {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.padding-left-15 {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .label {
    display: inline-block;
  }
}
#specific_case_filter_chosen,
#specific_practitioner_filter_chosen {
  min-width: 150px;
  max-width: 250px;
}
#specific_case_filter_chosen li,
#specific_practitioner_filter_chosen li {
  min-width: 150px;
}
#specific_case_filter_chosen a,
#specific_practitioner_filter_chosen a {
  color: #333;
  box-shadow: none;
}
#specific_case_filter_chosen:hover,
#specific_practitioner_filter_chosen:hover {
  cursor: pointer;
}
#specific_case_filter_chosen:hover a,
#specific_practitioner_filter_chosen:hover a {
  background-color: #ebebeb;
  border-color: #adadad;
}
.Enquiries-filter {
  float: right;
}
@media screen and (max-width: 991px) {
  .Enquiries-filter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .Enquiries-filter .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.Enquiries-filter .row {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .Enquiries-filter .row {
    margin-bottom: 15px;
  }
}
.Enquiries-filter #agency-cases-dropdown {
  max-width: 250px;
}
.Cases-filter {
  float: right;
}
@media screen and (min-width: 991px) {
  .Cases-filter {
    position: relative;
    left: -25px;
  }
}
@media screen and (max-width: 991px) {
  .Cases-filter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .Cases-filter .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.Cases-filter .row {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .Cases-filter .row {
    margin-bottom: 15px;
  }
}
.Cases-filter #agency-cases-dropdown {
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .Cases-filter .hide-sm {
    display: none;
  }
}
.cases-sidebar .case-index-item {
  margin: 0px;
  padding: 8px 8px 8px 15px;
  display: block;
}
.cases-sidebar .case-index-item.active {
  padding-left: 11px;
  border-left: 4px solid #246FA1;
  background: #f2eee9;
}
.cases-sidebar .case-index-item.active a {
  color: #999;
}
.cases-sidebar .case-index-item.active a:hover {
  text-decoration: none;
}
.cases-sidebar .case-index-item.active a:active {
  color: #999;
}
.cases-sidebar .case-index-item.active a:visited {
  color: #999;
}
.cases-sidebar .case-index-item.active span {
  font-weight: bold;
  font-size: 15px;
  color: black;
}
.cases-sidebar .case-index-item.active span a {
  font-size: 15px;
  font-weight: bold !important;
  color: black;
  cursor: default;
}
.cases-sidebar .case-index-item.active span a:hover {
  text-decoration: none;
}
.cases-sidebar .case-index-item.active span a:active {
  color: black;
}
.cases-sidebar .case-index-item.active span a:visited {
  color: black;
}
.cases-sidebar .case-index-item.case-item-head a {
  line-height: 25px;
  font-size: 15px;
  margin-top: 20px;
}
.cases-sidebar .case-index-item.case-item-head.active a {
  color: black;
}
.cases-sidebar .case-index-item.case-item-head.active a:active {
  color: black;
}
.cases-sidebar .case-index-item.case-item-head.active a:visited {
  color: black;
}
.cases-sidebar .case-index-item .upper {
  width: 100%;
  height: auto;
  min-height: 20px;
}
.cases-sidebar .case-index-item .upper h2 {
  float: left;
  margin: 0;
  padding: 0;
  max-width: 90%;
}
.cases-sidebar .case-index-item .upper h2 a {
  font-size: 15px;
}
.cases-sidebar .case-index-item .upper a {
  font-weight: bold !important;
  vertical-align: middle;
  line-height: 16px;
  padding: 0;
  margin: 0;
  float: right;
}
.cases-sidebar .case-index-item .upper .anchor-icon {
  color: #999;
}
.cases-sidebar .case-index-item .upper .anchor-icon:hover {
  text-decoration: none;
}
.cases-sidebar .case-index-item .upper .anchor-icon:active {
  color: #999;
}
.cases-sidebar .case-index-item .upper .anchor-icon:visited {
  color: #999;
}
.cases-sidebar .case-index-item .upper span {
  float: left;
  margin: 0;
  padding: 0;
  max-width: 90%;
}
.cases-sidebar .case-index-item .lower {
  min-height: 20px;
  width: 100%;
}
.cases-sidebar .case-index-item .lower small {
  color: #999;
}
.case-mobile-menu-header {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  margin-bottom: 7px;
  height: 46px;
}
.case-mobile-menu-header h2 {
  font-size: 18px;
  margin: 14px 0px 10px 0px;
  font-weight: bold;
}
.case-mobile-menu-header a {
  color: grey !important;
}
.case-mobile-menu-header a:hover {
  text-decoration: none;
  color: grey;
}
.case-mobile-menu-header a:active {
  color: grey;
}
.case-mobile-menu-header a:visited {
  color: grey;
}
.case-mobile-menu-header span {
  font-size: 18pt;
  text-align: center;
  padding: 10px;
}
#cases-mobile-nav .nav {
  border-bottom: 1px solid #ddd;
}
#cases-mobile-buttons {
  font-size: 15px !important;
}
#cases-mobile-buttons .nav-pill-btn-outer {
  padding: 0;
}
#cases-mobile-buttons .nav-pill-btn-inner {
  width: 100%;
  height: 100%;
}
#cases-mobile-buttons li {
  padding: 5px 10px 5px 10px;
}
#cases-mobile-buttons a {
  padding: 8px 15px;
  font-size: 15px !important;
  display: block;
}
@media (max-width: 767px) {
  #cases-mobile-buttons .toggle-active .nav-pill-btn-inner {
    padding-top: 9px;
  }
}
.settings-link-container {
  padding-bottom: 0px !important;
}
form[name=GeographicalExclusionsForm] .popover,
form[name=AvailabilityForm] .popover {
  max-width: 330px;
  background: #fff url(/img/loading.gif) 50% 45% no-repeat;
}
form[name=GeographicalExclusionsForm] #add-area,
form[name=AvailabilityForm] #add-area {
  transition: padding-right 0.3s ease-in;
}
form[name=GeographicalExclusionsForm] #add-area.active,
form[name=AvailabilityForm] #add-area.active {
  padding-right: 30px;
  background-image: url(/img/loading-button.gif);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.loading-link {
  padding-right: 20px;
  background: #fff url(/img/please_wait_en.svg) right 50% no-repeat;
  background-size: 14px 14px;
}
.language-switcher {
  position: absolute;
  right: 15px;
  top: 100%;
}
@media screen and (max-width: 1149px) {
  .language-switcher {
    display: none;
  }
}
.language-switcher-mobile {
  margin-left: 20px;
  margin-top: 8px;
  border: 0;
  background: none;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .language-switcher-mobile {
    display: none;
  }
}
.site-switcher {
  position: absolute;
  left: 30px;
  top: 48px;
}
@media screen and (max-width: 768px) {
  .site-switcher {
    display: none;
  }
}
.chosen-container-multi .chosen-choices .search-field input:focus,
.chosen-container-multi .chosen-choices .search-field input:active {
  border: 1px solid #fff !important;
}
.chosen-container-single .chosen-single {
  padding-left: 12px;
}
.chosen-container-multi .chosen-choices {
  padding-left: 5px;
}
.chosen-container-single .chosen-default {
  color: black;
}
.form-group .chosen-container .chosen-results li:hover,
.form-group .chosen-container .chosen-results li.highlighted {
  background-color: #246FA1;
}
.form-inline.date select:first-of-type {
  margin-left: 0;
}
.form-inline.date select:last-of-type {
  margin-left: 0;
}
label#label_availabilityform-availability-agency {
  font-weight: bold;
}
.branding-banner {
  background-position: top right;
  background-size: cover;
  height: 140px;
  background-color: #fff;
}
.branding-banner .branding-banner__flex {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  height: 140px;
  padding: 10px 0 10px 0;
}
.branding-banner .branding-banner__flex .branding-banner__flex__column {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  padding-left: 25px;
}
.branding-banner .branding-banner__flex .branding-banner__flex__column .branding-banner__logo-1 {
  margin: 0 20px 0 0;
  width: auto;
}
.branding-banner .branding-banner__flex .branding-banner__flex__column .branding-banner__button {
  opacity: 0.8;
  margin-top: 10px;
}
.branding-banner .branding-banner__logo-2 {
  width: 130px;
  float: right;
  padding-right: 15px;
}
.branding-banner .branding-banner__logo-3 {
  padding-right: 15px;
  width: 200px;
  float: right;
}
.branding-banner .branding-banner__button {
  margin-top: 54px;
}
.inline-labels label.label-is-described-by {
  display: inline-flex;
}
.nav-tabs-small {
  z-index: 10;
  position: relative;
}
.nav-tabs-small ul.nav-tabs li span {
  color: #d9534f;
}
.nav-tabs-small ul.nav-tabs li a {
  font-weight: normal !important;
  padding: 5px 10px;
  font-size: 14px;
  border: 0;
  border: 1px solid #ccc;
  margin-right: 0;
  background: #F5F4F5;
}
.nav-tabs-small ul.nav-tabs li.error a {
  border: 1px solid #d9534f;
}
.nav-tabs-small ul.nav-tabs li.active {
  color: #000;
}
.nav-tabs-small ul.nav-tabs li.active a {
  background: #fff;
  -webkit-box-shadow: 1px 4px 0px 0px #ffffff;
  -moz-box-shadow: 1px 4px 0px 0px #ffffff;
  box-shadow: 1px 4px 0px 0px #ffffff;
  border-bottom: 1px solid #fff;
}
.nav-tabs-small ul.nav-tabs li.active.error a {
  border: 1px solid #d9534f;
  border-bottom: 1px solid #fff;
}
.nav-tabs-small ul.nav-tabs li.active.error a span {
  color: #d9534f;
}
.nav-tabs-small ul.nav-tabs li:last-child a {
  border-left: 0;
}
#location-thumbnails {
  overflow: auto;
}
.pin-label .error-message {
  display: none;
}
table.file-uploader > tbody > tr > td {
  border-top: none;
}
#skip-to-content-btn {
  position: absolute;
  top: -36px;
  opacity: 0;
}
#skip-to-content-btn:focus {
  top: 0px;
  opacity: 1;
}
.chat-message-input.form-control {
  overflow-y: hidden;
  resize: none;
  height: 35px;
}
.fileinput-button[disabled] {
  pointer-events: auto;
}
.fileinput-button[disabled] input {
  height: 0px;
  width: 0px;
}
.question-answer-comment-buttons .bottom-buttons {
  margin: 0;
}
.popover-full-width {
  font-size: 14px;
  line-height: 1.2;
  width: 400px;
}
@media (max-width: 767px) {
  .forum-index-buttons {
    padding-top: 20px;
    overflow: hidden;
  }
}
.post-content img {
  max-width: 100%;
}
.text--pin-community-only {
  padding: 10px 15px 20px;
}
.help-text {
  display: block;
}
#ReleaseNotesSearchForm .input-group-btn {
  position: relative;
  top: -1px;
  vertical-align: baseline;
}
table.table-license tr td {
  vertical-align: middle;
}
table.table-license tr p {
  margin-bottom: 0;
}
table.table-license .glyphicon {
  color: #00aa00;
}
.emergency-placement-search-checkbox .form-group .n {
  float: left !important;
}
#describe_familydetailsform-profile-minagechildrensought {
  display: none;
}
#report-div h1,
#report-div h2,
#report-div h3,
#report-div h4,
#report-div h5 {
  font-weight: 500;
}
#report-div hr {
  margin-bottom: 0px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.table-centre {
  vertical-align: middle !important;
}
.table-row-extra-contacts {
  height: 52px;
  min-height: 52px;
}
#browser-not-supported {
  margin: 50px 0px;
}
#browser-not-supported .supported-browsers {
  margin-top: 10px;
  margin-bottom: 10px;
}
#browser-not-supported .supported-browsers img {
  margin: 10px;
}
.system-error-alert-wrapper {
  position: fixed;
  z-index: 9500;
  height: 24px;
  background-color: #c09853;
  left: 0;
  width: 25px;
  align-content: center;
  text-align: center;
  font-weight: bolder;
}
.system-error-alert-wrapper:before {
  content: "!!";
}
.system-error-alert-wrapper .system-error-alert {
  display: none;
  overflow: hidden;
}
.system-error-alert-wrapper:hover,
.system-error-alert-wrapper:active,
.system-error-alert-wrapper:focus {
  width: 100%;
  height: auto;
}
.system-error-alert-wrapper:hover:before,
.system-error-alert-wrapper:active:before,
.system-error-alert-wrapper:focus:before {
  content: "";
}
.system-error-alert-wrapper:hover .system-error-alert,
.system-error-alert-wrapper:active .system-error-alert,
.system-error-alert-wrapper:focus .system-error-alert {
  top: 0;
  left: 0;
  text-align: left;
  display: block;
  height: auto;
  width: 100%;
  z-index: 9999;
}
.feed-panel-changes-mob {
  padding: 70px 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: scroll;
}
.flex-table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.flex-table-row:first-of-type .flex-row {
  display: table-cell;
  padding: 8px;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
}
.flex-table-row .flex-row {
  display: table-cell;
  padding: 8px;
}
.geo-placeholder-inputs .help-block {
  display: none;
}
#main-content {
  flex-grow: 1;
  padding: 0 20px;
}
#root {
  display: flex;
  flex-direction: column;
  padding-top: 67px;
}
.radio-check-hz input.inline-labelled-input {
  position: initial;
  padding-right: 5px;
}
select[readonly] option,
select[readonly] optgroup {
  display: none;
}
.remove-child-col .col-sm-9 {
  padding: 0;
  margin: 0;
}
.help-block:empty,
.help-inline-block:empty {
  display: none;
}
.emoji-picker {
  padding-bottom: 4px;
}
.border-radius-base {
  border-radius: 5px;
}
.search-filter-container {
  margin-top: 100px;
}
.performance-measures-table {
  margin-top: 20px;
}
.performance-measures-table .performance-measures-row {
  border-bottom: 1px solid grey;
}
.performance-measures-table .performance-measures-head h5 {
  font-weight: bold;
}
.performance-measures-table .performance-measures-info h4 {
  margin-top: 18px;
  font-size: 1.4rem;
}
.performance-measures-table .performance-measures-value {
  line-height: 90px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
  font-size: 1.4rem;
}
.performance-measures-table .performance-measures-value span {
  font-size: 1.4rem;
}
.performance-measures-table .performance-measures-graph {
  margin-top: 3px;
  padding: 0 !important;
}
.performance-measures-table .performance-measures-graph h5 {
  margin-top: 10px;
  font-weight: bold;
}
.performance-measures-table .performance-measures-value-title {
  margin-top: 10px;
  font-weight: bold;
}
.right-sidebar-inner {
  margin-top: 28px;
}
.right-sidebar-inner .announcement-content {
  margin-top: 36px;
  padding-left: 0;
}
.right-sidebar-inner .dismiss-post-link {
  width: 100%;
}
.performance-measures-graph h4 {
  margin-top: 32px;
  font-size: 1.8rem;
  text-align: center;
}
.performance-measures-stats-header {
  color: #D53833;
}
.no-wrap {
  white-space: nowrap;
}
.display-flex {
  display: flex;
}
.file-progress-container {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.file-progress-container .file-progress-name {
  height: 50px;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 12px;
}
.file-progress-container .progress-bar {
  height: 10px;
  display: none;
}
.file-progress-container .delete-button,
.file-progress-container .delete-button-no-file {
  width: 80px;
}
.file-progress-container.error .file-progress-name,
.file-progress-container.error .progress-bar,
.file-progress-container.error .delete-button {
  display: none;
}
.file-progress-container.upload-success {
  height: 35px;
}
.file-progress-container.upload-success .file-progress-name {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.file-progress-container.uploading .file-progress-name {
  width: 110px;
}
.file-progress-container.uploading .progress-bar {
  display: block;
}
.file-progress-container.uploading .delete-button {
  display: none;
}
.autoflow {
  overflow: auto;
}
#debug-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
#debug-modal .debug-modal-content {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  max-height: 920px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#debug-modal .debug-modal-content button {
  width: 50px;
  height: 50px;
  background-color: white;
  border: 0;
}
#debug-modal .debug-modal-content iframe {
  width: 100%;
  height: calc(100% - 50px);
  border: 1px solid black;
}
pre.debugQueryPre {
  overflow-x: scroll;
  white-space: pre;
  word-wrap: normal;
}
#debug-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
#debug-modal .debug-modal-content {
  width: 100%;
  height: 100%;
  max-width: 1080px;
  max-height: 920px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#debug-modal .debug-modal-content button {
  width: 50px;
  height: 50px;
  background-color: white;
  border: 0;
}
#debug-modal .debug-modal-content iframe {
  width: 100%;
  height: calc(100% - 50px);
  border: 1px solid black;
}
pre.debugQueryPre {
  overflow-x: scroll;
  white-space: pre;
  word-wrap: normal;
}
a:focus {
  box-shadow: none;
}
.flex-center {
  display: flex;
  justify-content: center;
}
a:focus {
  box-shadow: none;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
  }
}
.form-inspector-gadget {
  max-height: 90%;
  overflow: scroll;
}
.missing-trans-tag {
  color: rgba(202, 0, 255, 0.25);
}
.radio-check-v {
  width: 100%;
}
.radio-check-hz input {
  position: relative;
  padding: 0;
  left: 50%;
}
.labelled-opts {
  padding-top: 7px;
}
.labelled-opts .radio-check-hz input,
.labelled-opts .radio-check-hz label {
  left: auto;
  width: auto;
}
.option-col-heading {
  font-weight: bold;
  text-align: center;
}
.form-control.half-width {
  width: 50%;
  min-width: 470px;
}
.form-group.vertical label input {
  margin-right: 8px;
}
div.control-label {
  font-weight: 700;
}
label input[type=checkbox],
label input[type=radio] {
  margin-right: 8px;
}
label.label-is-describes {
  font-weight: normal;
  padding-top: 7px;
  padding-left: 0;
}
.form-group div.date select:first-child,
.form-group div.date label:first-child + select {
  margin-left: 0;
}
input[type=time] {
  width: 20%;
  min-width: 105px;
}
input[type=time] .work-schedule {
  display: inline;
}
input[type=time] .day-label {
  padding-left: 20px;
}
.search-box,
.close-icon,
.search-wrapper {
  position: relative;
  z-index: 1;
}
.close-btn,
.close-btn button {
  padding: 0;
}
.close-icon {
  border: 0 solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.close-icon:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #999;
  z-index: 1;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
}
.search-box {
  padding-right: 22px;
}
.search-box:placeholder-shown ~ .search-clear .close-icon {
  display: none;
}
.search-box ~ .search-clear .search-btn {
  margin-left: -5px;
  border-left: 0 solid transparent;
}
.search-box:placeholder-shown ~ .search-clear .search-btn {
  margin-left: -1px;
}
.nav-tabs-row {
  padding-left: 25px;
  padding-right: 15px;
}
form div.nav-tabs-row ul.nav-tabs {
  border-bottom: 0;
}
.form-group .chosen-container li,
.form-group .chosen-container a {
  color: #555555;
}
.chosen-drop-text:focus {
  border: 1px solid black !important;
}
.search-field-text:focus {
  border: 1px solid black !important;
}
#viewer {
  width: 95%;
  height: 85vh;
  margin: 0 auto;
}
.material-icons {
  position: relative;
  top: 4px;
  left: 3px;
  font-family: 'Material Icons';
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.bold {
  font-weight: bold;
}
/* Rules for sizing the icon. */
.material-icons.md-12 {
  font-size: 12px;
}
.material-icons.md-13 {
  font-size: 13px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/* Rules for annoying icon/font aligning */
.material-icons.md-align-middle-2 {
  vertical-align: -2px;
}
:root {
  --input-font-size-mobile: 15pt;
}
html,
body {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  html .container,
  body .container {
    width: 85%;
  }
}
html #main-content.landing-page,
body #main-content.landing-page {
  padding: 0;
  height: 100%;
}
html #letterswap-landing,
body #letterswap-landing {
  background-color: #3839b5;
  display: flex;
  height: 100%;
  overflow: hidden;
  min-height: 700px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  html #letterswap-landing,
  body #letterswap-landing {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
html #letterswap-landing .content,
body #letterswap-landing .content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin-left: 8.5%;
}
@media screen and (max-width: 1350px) {
  html #letterswap-landing .content,
  body #letterswap-landing .content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  html #letterswap-landing .content,
  body #letterswap-landing .content {
    width: 100%;
    height: auto;
  }
}
html #letterswap-landing .content .body,
body #letterswap-landing .content .body {
  width: 800px;
  max-width: 100%;
  padding-right: 50px;
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
}
html #letterswap-landing .content .body a,
body #letterswap-landing .content .body a {
  color: white;
  text-decoration: underline;
}
html #letterswap-landing .content .body a:hover,
body #letterswap-landing .content .body a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  html #letterswap-landing .content .body,
  body #letterswap-landing .content .body {
    margin: 0;
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  html #letterswap-landing .content .body,
  body #letterswap-landing .content .body {
    padding: 0;
  }
}
html #letterswap-landing .content .body > img,
body #letterswap-landing .content .body > img {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  html #letterswap-landing .content .body > img,
  body #letterswap-landing .content .body > img {
    display: none;
  }
}
html #letterswap-landing .content .body > h1,
body #letterswap-landing .content .body > h1 {
  font-weight: 500;
  font-size: 40pt;
  padding: 20px 0;
  margin-left: -5px;
}
html #letterswap-landing .content .body > p,
body #letterswap-landing .content .body > p {
  font-weight: lighter;
  font-size: 16pt;
}
html #letterswap-landing .content .body .auth-buttons .btn:first-child,
body #letterswap-landing .content .body .auth-buttons .btn:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  html #letterswap-landing .content .body .auth-buttons,
  body #letterswap-landing .content .body .auth-buttons {
    margin-bottom: 20px;
  }
}
html #letterswap-landing .content .footer,
body #letterswap-landing .content .footer {
  width: 83vw;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
html #letterswap-landing .content .footer .powered-by-linkmaker,
body #letterswap-landing .content .footer .powered-by-linkmaker {
  display: block;
}
@media screen and (max-width: 768px) {
  html #letterswap-landing .content .footer,
  body #letterswap-landing .content .footer {
    margin: 0;
    width: 100%;
    padding: 0 50px;
  }
  html #letterswap-landing .content .footer .ccs-logo,
  body #letterswap-landing .content .footer .ccs-logo {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  html #letterswap-landing .content .footer,
  body #letterswap-landing .content .footer {
    padding: 0;
  }
}
html #letterswap-landing .landing-image-container,
body #letterswap-landing .landing-image-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  html #letterswap-landing .landing-image-container,
  body #letterswap-landing .landing-image-container {
    height: 450px;
  }
}
html #letterswap-landing .landing-image,
body #letterswap-landing .landing-image {
  height: 115%;
  margin-top: -3.75%;
  width: 100%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  background-size: cover;
  background-position: 10% center;
}
html #letterswap-landing .landing-image img,
body #letterswap-landing .landing-image img {
  display: none;
}
@media screen and (max-width: 768px) {
  html #letterswap-landing .landing-image,
  body #letterswap-landing .landing-image {
    width: 107.5%;
    height: 450px;
    margin: 0 -3.75%;
    border-radius: 0 0 50% 50%;
  }
  html #letterswap-landing .landing-image img,
  body #letterswap-landing .landing-image img {
    margin-left: 50px;
    margin-top: 50px;
    display: inline-block;
  }
}
html #letterswap-landing .landing-image-image,
body #letterswap-landing .landing-image-image {
  background-image: url('/img/banners/letterswap/letterswap-main.jpeg');
}
html #letterswap-landing .landing-image-white,
body #letterswap-landing .landing-image-white {
  background: white;
  mask-image: linear-gradient(to top, #ffffff, rgba(0, 0, 0, 0));
}
html #samc-letterswap-landing,
body #samc-letterswap-landing {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  overflow: hidden;
  min-height: 700px;
  color: #3839b5;
}
@media screen and (max-width: 768px) {
  html #samc-letterswap-landing,
  body #samc-letterswap-landing {
    height: auto;
    flex-direction: column-reverse;
  }
}
html #samc-letterswap-landing .content,
body #samc-letterswap-landing .content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin-left: 8.5%;
}
@media screen and (max-width: 1350px) {
  html #samc-letterswap-landing .content,
  body #samc-letterswap-landing .content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  html #samc-letterswap-landing .content,
  body #samc-letterswap-landing .content {
    width: 100%;
    height: auto;
  }
}
html #samc-letterswap-landing .content .body,
body #samc-letterswap-landing .content .body {
  width: 800px;
  max-width: 100%;
  padding-right: 50px;
  margin-right: 0;
  margin-left: auto;
}
html #samc-letterswap-landing .content .body a,
body #samc-letterswap-landing .content .body a {
  color: #3839b5;
  font-weight: 500;
  text-decoration: underline;
}
html #samc-letterswap-landing .content .body a:hover,
body #samc-letterswap-landing .content .body a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  html #samc-letterswap-landing .content .body,
  body #samc-letterswap-landing .content .body {
    margin: 0;
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  html #samc-letterswap-landing .content .body,
  body #samc-letterswap-landing .content .body {
    padding: 0;
  }
}
html #samc-letterswap-landing .content .body > img,
body #samc-letterswap-landing .content .body > img {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  html #samc-letterswap-landing .content .body > img,
  body #samc-letterswap-landing .content .body > img {
    height: 70px !important;
  }
}
@media screen and (max-width: 480px) {
  html #samc-letterswap-landing .content .body > img,
  body #samc-letterswap-landing .content .body > img {
    height: 65px !important;
  }
}
html #samc-letterswap-landing .content .body > h1,
body #samc-letterswap-landing .content .body > h1 {
  font-weight: 500;
  font-size: 25pt;
  padding: 20px 0;
  margin-left: -5px;
}
html #samc-letterswap-landing .content .body > p,
body #samc-letterswap-landing .content .body > p {
  font-weight: lighter;
  font-size: 16pt;
}
html #samc-letterswap-landing .content .body .auth-buttons .btn:first-child,
body #samc-letterswap-landing .content .body .auth-buttons .btn:first-child {
  margin-right: 10px;
}
html #samc-letterswap-landing .content .footer,
body #samc-letterswap-landing .content .footer {
  width: 800px;
  max-width: 100%;
  padding-right: 50px;
  margin-right: 0;
  margin-left: auto;
}
html #samc-letterswap-landing .content .footer .powered-by-linkmaker,
body #samc-letterswap-landing .content .footer .powered-by-linkmaker {
  display: block;
}
@media screen and (max-width: 768px) {
  html #samc-letterswap-landing .content .footer,
  body #samc-letterswap-landing .content .footer {
    margin: 0;
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  html #samc-letterswap-landing .content .footer,
  body #samc-letterswap-landing .content .footer {
    padding: 0px;
  }
}
html #samc-letterswap-landing .landing-image,
body #samc-letterswap-landing .landing-image {
  height: 115%;
  margin-top: -3.75%;
  width: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: url('/img/banners/letterswap/letterswap-main.jpeg');
  background-size: cover;
  background-position: 10% center;
}
html #samc-letterswap-landing .landing-image img,
body #samc-letterswap-landing .landing-image img {
  display: none;
}
@media screen and (max-width: 768px) {
  html #samc-letterswap-landing .landing-image,
  body #samc-letterswap-landing .landing-image {
    width: 107.5%;
    height: 450px;
    margin: 0 -3.75%;
    border-radius: 0 0 50% 50%;
  }
  html #samc-letterswap-landing .landing-image img,
  body #samc-letterswap-landing .landing-image img {
    margin-left: 50px;
    margin-top: 50px;
    display: inline-block;
  }
}
html #contact-us .container,
body #contact-us .container {
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  html #contact-us .container,
  body #contact-us .container {
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
html #contact-us .container > div,
body #contact-us .container > div {
  width: 60%;
}
html #contact-us .container > div:first-child,
body #contact-us .container > div:first-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  html #contact-us .container > div,
  body #contact-us .container > div {
    width: 100%;
  }
}
html .btn,
body .btn {
  border: 0;
  border-radius: 5px;
  padding: 6px 10px;
}
html .btn.btn-xs,
body .btn.btn-xs {
  padding: 1px 5px;
}
html .btn.btn-primary,
body .btn.btn-primary {
  background-color: #3839b5;
  color: #ffffff;
}
html .btn.btn-default,
body .btn.btn-default,
html .btn.btn-default.dropdown-toggle,
body .btn.btn-default.dropdown-toggle {
  background-color: #ffffff;
  color: #3839b5;
  border: 1px solid #3839b5;
}
html .language-switcher,
body .language-switcher {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  html .ls-full-width-sm,
  body .ls-full-width-sm {
    width: 100%;
  }
}
html #main,
body #main {
  flex-grow: 1;
  padding-bottom: 30px;
}
html #footer-bar,
body #footer-bar {
  align-items: center;
  width: 100%;
  background-color: #3839b5;
  position: relative;
}
html #footer-bar .footer,
body #footer-bar .footer {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html #footer-bar .footer,
  body #footer-bar .footer {
    display: flex;
    flex-direction: column;
  }
  html #footer-bar .footer .footer-content,
  body #footer-bar .footer .footer-content {
    display: flex;
    flex-direction: column;
  }
}
html #footer-bar .footer .copyright,
body #footer-bar .footer .copyright {
  margin-bottom: 15px;
}
html #footer-bar .footer .copyright span,
body #footer-bar .footer .copyright span {
  display: block;
}
html #samc-footer-bar,
body #samc-footer-bar {
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}
html #samc-footer-bar .footer,
body #samc-footer-bar .footer {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}
html #samc-footer-bar .footer .copyright,
body #samc-footer-bar .footer .copyright {
  margin-bottom: 15px;
}
html #samc-footer-bar .footer .copyright span,
body #samc-footer-bar .footer .copyright span {
  display: block;
}
html .footer,
body .footer {
  color: #ffffff;
}
html .footer .powered-by-linkmaker,
body .footer .powered-by-linkmaker {
  display: none;
  font-weight: lighter;
  font-size: 14pt;
}
html .footer .powered-by-linkmaker > span,
body .footer .powered-by-linkmaker > span {
  display: block;
}
html .footer .copyright,
body .footer .copyright {
  font-weight: lighter;
  font-size: 9pt;
  width: 100%;
}
html .footer ul.links,
body .footer ul.links {
  list-style-type: none;
  padding: 0;
}
html .footer ul.links li,
body .footer ul.links li {
  display: inline-block;
  font-size: 9pt;
}
html .footer ul.links li a,
body .footer ul.links li a {
  text-decoration: none;
  color: white;
}
html .footer ul.links li a:hover,
body .footer ul.links li a:hover {
  text-decoration: underline;
}
html .samc-footer,
body .samc-footer {
  color: #3839b5 !important;
}
html .samc-footer ul.links li a,
body .samc-footer ul.links li a {
  text-decoration: none;
  color: #3839b5;
}
html .samc-footer ul.links li a:hover,
body .samc-footer ul.links li a:hover {
  text-decoration: underline;
}
html .action-bar--home,
body .action-bar--home {
  display: flex;
  justify-content: end;
  margin: 5px;
}
@media screen and (min-width: 1150px) {
  html .action-bar--home > .btn,
  body .action-bar--home > .btn {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1150px) {
  html .action-bar--home,
  body .action-bar--home {
    flex-direction: column-reverse;
    text-align: left;
  }
  html .action-bar--home > *,
  body .action-bar--home > * {
    margin-bottom: 10px;
  }
  html .action-bar--home .search-group > input,
  body .action-bar--home .search-group > input {
    width: calc(100% - 45px);
  }
  html .action-bar--home .dropdown-toggle,
  body .action-bar--home .dropdown-toggle {
    width: 100%;
  }
}
html .action-bar--home .dropdown-toggle,
body .action-bar--home .dropdown-toggle {
  border: 1px solid #cccccc;
  border-radius: 5px;
  min-width: 110px;
}
html .action-bar--home .dropdown-menu,
body .action-bar--home .dropdown-menu {
  margin-top: 0;
  border-radius: 5px;
}
html .action-bar--home .dropdown-menu li:not(:first-child):not(:last-child),
body .action-bar--home .dropdown-menu li:not(:first-child):not(:last-child) {
  border-radius: 5px;
}
html .action-bar--home .dropdown-menu li a,
body .action-bar--home .dropdown-menu li a {
  padding: 3px 20px;
  text-align: left;
}
html .action-bar--home .btn-group,
body .action-bar--home .btn-group {
  padding-right: 10px;
}
html .search-group,
body .search-group {
  display: inline-flex;
}
html .search-group > input,
body .search-group > input {
  display: inline-block;
  width: 300px;
  border-radius: 5px 0 0 5px;
  border-color: #3839b5;
  border-right: 0;
}
html .search-group > button,
body .search-group > button {
  border-top-left-radius: 0;
  height: 35px;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 768px) {
  html .search-group > button,
  body .search-group > button {
    height: 45px;
  }
}
html .top-bar-with-actions,
body .top-bar-with-actions {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1150px) {
  html .top-bar-with-actions,
  body .top-bar-with-actions {
    display: block;
  }
}
html hr.narrow-margin,
body hr.narrow-margin {
  margin: 1em 0 1em 0;
}
.radio-check-hz input.inline-labelled-input {
  position: initial;
  padding-right: 5px;
}
select[readonly] option,
select[readonly] optgroup {
  display: none;
}
.btn-primary-icon {
  color: white !important;
  margin-right: 5px;
}
.letterswap-letterboxes-alias-column {
  min-width: 120px;
}
.letterswap-letterboxes-list--mobile {
  padding: 16px 16px 0 16px;
}
.letterswap-letterboxes-list--mobile .letterswap-letterboxes-container-mobile {
  padding: 16px 0 0 0;
  margin: 8px 0 0 0;
  background-color: #F2EEE9;
}
.letterswap-letterboxes-list--mobile .row {
  margin: 6px 0 6px 0;
}
.letterswap-letterboxes-list--mobile .view-btn-container {
  margin: 8px 0 16px 0;
}
.bottom-sidebar-container {
  margin: 0 20px 0 20px;
  width: calc(100vw - 40px);
}
.bottom-sidebar-container li {
  text-decoration: none;
}
.children-edit-dob div {
  display: flex;
}
.children-edit-button .bottom-buttons {
  margin-top: 0;
}
/* Utility classes */
.no-wrap {
  white-space: nowrap;
}
.display-flex {
  display: flex;
}
.letterswap-family-link {
  padding-left: 8px;
}
.thumbnail-inline {
  position: relative;
}
.thumbnail-inline:before {
  content: attr(data-progress);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  justify-content: center;
  font-size: 10pt;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.letterbox-confirmation-content h3 {
  font-size: 15px;
  margin: 0 0 6px 0;
}
.letterbox-confirmation-content p {
  margin: 0 0 2px 0;
}
.letterbox-confirmation-content hr {
  margin-bottom: 0;
}
.letterbox-confirmation-content #letterbox-header-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.letterbox-confirmation-content #letterbox-header-info #letterbox-header-info-right {
  padding-left: 20px;
}
.letterbox-confirmation-content .adoptive-family-confirmation-info {
  border-left: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .letterbox-confirmation-content .adoptive-family-confirmation-info {
    border-left: 0 solid white;
    padding-left: 0;
  }
}
.letterbox-confirmation-content .birth-family-confirmation-info {
  padding-left: 0;
}
.letterbox-confirmation-content .family-info-section {
  padding: 0;
}
.letterbox-confirmation-content .family-info-section .family-info-sub-section {
  margin-bottom: 20px;
}
.letterbox-confirmation-content .confirmation-buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.vertical-middle {
  vertical-align: middle;
}
input[name="AddCaseNoteForm[LetterswapCaseActionEncryptionView][pinned]"] {
  margin-top: 10px;
}
input[name="EditCaseNoteForm[LetterswapCaseActionEncryptionView][pinned]"] {
  margin-top: 10px;
}
.default-icon-font-size {
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  .my-account-sms-alert-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .my-account-sms-alert-desktop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .my-account-sms-alert-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .my-account-sms-alert-mobile {
    display: none;
  }
}
.note-emoticons .note-btn {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.upload-block:has(.upload-content>*):not(:first-child),
.upload-block:has(.upload-content>*) + .upload-block {
  padding-top: 10px;
  border-top: 1px solid #cecece;
}
.divider {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  *,
  .navbar-nav li > a,
  .navbar-nav li > button {
    font-size: 13pt;
  }
  .label {
    font-size: 12pt;
  }
  .btn,
  .form-control {
    font-size: var(--input-font-size-mobile);
  }
  .form-control {
    height: 45px;
  }
  .feed-tabs > li > a {
    font-size: var(--input-font-size-mobile);
  }
  .dropdown-menu {
    padding: 0px;
    font-size: 14pt;
    margin: 0px;
  }
  .dropdown-menu li {
    border-bottom: 1px solid #d4d4d4;
  }
  .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .dropdown-menu li a {
    margin: 2px 0px;
    padding: 7px 20px;
  }
}
.letterswap-cases-list--mobile .view-case-button {
  margin-top: 10px;
}
#root {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
#root {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
.text-sm {
  font-size: 16px !important;
}
.text-md {
  font-size: 22px !important;
  font-weight: normal !important;
}
.text-lg {
  font-size: 24px !important;
  font-weight: normal !important;
}
.samc-small-logo {
  height: 50px;
  margin-top: 80px;
  background-position: right;
  background-size: cover;
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.samc-big-logo {
  height: 70px;
  margin-top: 80px;
  background-position: right;
  background-size: cover;
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.h-100-pc {
  height: 100% !important;
}
#LetterboxCombinedCommsForm,
.lb-warning-banner,
.lb-header {
  max-width: calc(100vw - 30px);
}
#hide-letterbox-details {
  display: none;
}
@media screen and (min-width: 768px) {
  #details-btns {
    display: none;
  }
  #right-sidebar {
    margin-top: 15px;
  }
  #right-sidebar ul {
    padding-left: 0;
    list-style: none;
  }
  #right-sidebar ul li span {
    margin-right: 5px;
  }
  #right-sidebar ul.contact-schedule {
    padding-left: 15px;
    list-style: disc;
  }
}
@media screen and (max-width: 768px) {
  #details-btns {
    display: block;
  }
  #right-sidebar {
    display: none;
  }
  #main.show-lb-details #letterbox-send-buttons {
    display: none;
  }
  #main.show-lb-details .letterbox-data {
    display: none;
  }
  #main.show-lb-details #right-sidebar {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
#main.hide-send-buttons div#letterboxStackTabsContainer,
#main.hide-send-buttons #letterbox-send-buttons,
#main.hide-send-buttons .lsa-stack-item {
  display: none;
}
#main.hide-send-buttons div#letterboxStackTabsContainer.focus-item,
#main.hide-send-buttons #letterbox-send-buttons.focus-item,
#main.hide-send-buttons .lsa-stack-item.focus-item {
  display: initial;
}
.receipt-tick {
  color: #3839b5;
  font-weight: bold;
}
.mob-focus-visible {
  display: none;
}
.mob-focus-hidden {
  display: block;
}
.ls-home-pre-records {
  padding-top: 20px;
}
.no-empty-pad:empty {
  padding: 0;
}
#main #letterbox-send-buttons .dropdown-menu {
  margin-top: 0;
  border-color: #3839b5;
  border-radius: 5px;
}
#main #letterbox-send-buttons .btn,
#main #letterbox-send-buttons button,
#main #letterbox-send-buttons .dropdown-menu {
  border-radius: 5px;
  color: #ffffff;
  background-color: #3839b5;
}
#main #letterbox-send-buttons a,
#main #letterbox-send-buttons .dropdown-menu a,
#main #letterbox-send-buttons button {
  font-weight: lighter;
  color: #ffffff;
}
#main #letterbox-send-buttons a:focus,
#main #letterbox-send-buttons .dropdown-menu a:focus,
#main #letterbox-send-buttons button:focus,
#main #letterbox-send-buttons a:hover,
#main #letterbox-send-buttons .dropdown-menu a:hover,
#main #letterbox-send-buttons button:hover,
#main #letterbox-send-buttons a:active,
#main #letterbox-send-buttons .dropdown-menu a:active,
#main #letterbox-send-buttons button:active {
  color: #ffffff;
  background-color: #4243c5;
}
#main .lsa-no-more-credits-banner {
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.mobile-send-item-expand:hover,
.mobile-send-item-expand:focus,
.mobile-send-item-expand:active,
.open .dropdown-toggle.btn-primary {
  box-shadow: none;
  background-color: #3c3dc1;
  border-color: #3c3dc1;
  border-style: none;
  outline: 0 none;
}
div > ul.feed-tabs.nav li a::after {
  opacity: 0;
  content: '\a0\21BB';
}
div > ul.feed-tabs.nav li.tab-loading a::after {
  opacity: 100;
  color: #666;
  content: '\a0\21BB';
}
div > ul.feed-tabs.nav li.tab-loaded a::after {
  opacity: 100;
  color: #307015;
  content: '\a0\2713';
}
div.lsa-stack-item,
div.lsc-stack-item {
  border: 1px solid #95989a;
  margin-bottom: 20px;
}
div.lsa-stack-item .lsa-stack-item-head,
div.lsc-stack-item .lsa-stack-item-head,
div.lsa-stack-item .lsa-stack-item-content,
div.lsc-stack-item .lsa-stack-item-content {
  padding: 20px 15px;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-timestamp,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-timestamp,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-timestamp,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-timestamp {
  color: #c1c1c1;
  font-size: 10pt;
  margin-top: -10px;
}
div.lsa-stack-item .lsa-stack-item-head:before,
div.lsc-stack-item .lsa-stack-item-head:before,
div.lsa-stack-item .lsa-stack-item-content:before,
div.lsc-stack-item .lsa-stack-item-content:before,
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-head:before,
div.lsc-stack-item .lsa-stack-item-head:before,
div.lsa-stack-item .lsa-stack-item-content:before,
div.lsc-stack-item .lsa-stack-item-content:before,
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-head:before,
div.lsc-stack-item .lsa-stack-item-head:before,
div.lsa-stack-item .lsa-stack-item-content:before,
div.lsc-stack-item .lsa-stack-item-content:before,
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-head:before,
div.lsc-stack-item .lsa-stack-item-head:before,
div.lsa-stack-item .lsa-stack-item-content:before,
div.lsc-stack-item .lsa-stack-item-content:before,
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-head:before,
div.lsc-stack-item .lsa-stack-item-head:before,
div.lsa-stack-item .lsa-stack-item-content:before,
div.lsc-stack-item .lsa-stack-item-content:before,
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-head:after,
div.lsc-stack-item .lsa-stack-item-head:after,
div.lsa-stack-item .lsa-stack-item-content:after,
div.lsc-stack-item .lsa-stack-item-content:after {
  clear: both;
}
div.lsa-stack-item .unread,
div.lsc-stack-item .unread {
  background-color: #fbefee;
}
div.lsa-stack-item .read,
div.lsc-stack-item .read {
  background-color: #e2e2e2;
}
div.lsa-stack-item .note,
div.lsc-stack-item .note {
  background-color: #E9EFFB;
}
div.lsa-stack-item .lsa-stack-item-head,
div.lsc-stack-item .lsa-stack-item-head {
  font-size: 1.1em;
  border-width: 0 0 1px 0;
  border-style: solid;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-head-extras,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-head-extras {
  margin: 0 0 0 15px;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-head-content h1,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-head-content h1 {
  margin: 0 15px 0 0;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-head-content span,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-head-content span {
  margin: 0 0 0 0;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-title,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-title {
  font-weight: bold;
  margin-left: 5px !important;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-date,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-date {
  margin-left: 5px !important;
  font-weight: lighter;
}
div.lsa-stack-item .lsa-stack-item-head .lsa-stack-item-head-extras,
div.lsc-stack-item .lsa-stack-item-head .lsa-stack-item-head-extras {
  float: right;
}
div.lsa-stack-item .lsa-stack-item-content > div,
div.lsc-stack-item .lsa-stack-item-content > div {
  margin-bottom: 10px;
}
div.lsa-stack-item .lsa-stack-item-content > div:last-child,
div.lsc-stack-item .lsa-stack-item-content > div:last-child {
  margin-bottom: 0;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header {
  border-bottom: 1px solid #95989a;
  padding-bottom: 10px;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients {
  float: left;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:before,
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients:after {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients div.lsa-stack-item-recipient,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients div.lsa-stack-item-recipient {
  clear: left;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients div.lsa-stack-item-recipient > div,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients div.lsa-stack-item-recipient > div {
  float: left;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients div.lsa-stack-item-recipient > div.lsa-stack-item-recipient-title,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header .lsa-stack-item-recipients div.lsa-stack-item-recipient > div.lsa-stack-item-recipient-title {
  font-weight: bold;
  min-width: 50px;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-header div.lsa-stack-item-buttons,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-header div.lsa-stack-item-buttons {
  float: right;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-receipts,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-receipts {
  clear: both;
  font-style: italic;
  font-size: 0.8em;
  font-weight: lighter;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-body,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-body {
  clear: both;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-foot > div,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-foot > div {
  margin-bottom: 10px;
}
div.lsa-stack-item .lsa-stack-item-content .lsa-stack-item-content-foot > div:last-child,
div.lsc-stack-item .lsa-stack-item-content .lsa-stack-item-content-foot > div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lsa-stack-item.focus-item .lsa-stack-item-content.lsa-stack-item-preview {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid grey;
  }
}
@media screen and (max-width: 767px) {
  .lsa-stack-item.focus-item .mob-back.lsa-stack-item-preview {
    display: none !important;
  }
}
#letter-swap-content.has-tabs > div {
  display: none;
}
#letter-swap-content.has-tabs[data-showing="loading"] #letterbox-data-container-loading {
  display: block;
}
#letter-swap-content.has-tabs[data-showing="tabs"] #letterbox-data-container,
#letter-swap-content.has-tabs[data-showing="tabs"] #letterbox-send-buttons {
  display: block;
}
#letter-swap-content.has-tabs[data-showing="tabs"] #letterbox-data-container a[role="button"][disabled],
#letter-swap-content.has-tabs[data-showing="tabs"] #letterbox-send-buttons a[role="button"][disabled] {
  background-color: #7e7ed1;
}
#letter-swap-content.has-tabs[data-showing="sending"] #send-thing-container {
  display: block;
}
#letter-swap-content.has-tabs[data-showing="sending"] #letterbox-data-container a[role="button"][disabled],
#letter-swap-content.has-tabs[data-showing="sending"] #letterbox-send-buttons a[role="button"][disabled] {
  background-color: #7e7ed1;
}
@media screen and (min-width: 768px) {
  ul.feed-tabs {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
  }
  ul.feed-tabs:before,
  ul.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  ul.feed-tabs:after {
    clear: both;
  }
  ul.feed-tabs:before,
  ul.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  ul.feed-tabs:after {
    clear: both;
  }
  ul.feed-tabs:before,
  ul.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  ul.feed-tabs:after {
    clear: both;
  }
  ul.feed-tabs:before,
  ul.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  ul.feed-tabs:after {
    clear: both;
  }
  ul.feed-tabs:before,
  ul.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  ul.feed-tabs:after {
    clear: both;
  }
  ul.feed-tabs > li {
    position: relative;
    display: block;
  }
  ul.feed-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  ul.feed-tabs > li > a:hover,
  ul.feed-tabs > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  ul.feed-tabs > li.disabled > a {
    color: #f2eee9;
  }
  ul.feed-tabs > li.disabled > a:hover,
  ul.feed-tabs > li.disabled > a:focus {
    color: #f2eee9;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  ul.feed-tabs .open > a,
  ul.feed-tabs .open > a:hover,
  ul.feed-tabs .open > a:focus {
    background-color: #eeeeee;
    border-color: #3839b5;
  }
  ul.feed-tabs .open > a .caret,
  ul.feed-tabs .open > a:hover .caret,
  ul.feed-tabs .open > a:focus .caret {
    border-top-color: #26277b;
    border-bottom-color: #26277b;
  }
  ul.feed-tabs .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  ul.feed-tabs > li > a > img {
    max-width: none;
  }
  ul.feed-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  ul.feed-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
  }
  ul.feed-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
  }
  ul.feed-tabs > li.active > a,
  ul.feed-tabs > li.active > a:hover,
  ul.feed-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    cursor: default;
  }
  ul.feed-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  ul.feed-tabs.nav-justified > li {
    float: none;
  }
  ul.feed-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  ul.feed-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  ul.feed-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
  }
  ul.feed-tabs.nav-justified > .active > a,
  ul.feed-tabs.nav-justified > .active > a:hover,
  ul.feed-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  .mobile-send-item-expand {
    display: none;
  }
  div#letterbox-send-buttons {
    z-index: 999;
    padding: 5px;
  }
  div#letterbox-send-buttons > * {
    margin-right: 5px;
    float: left;
  }
  div#letterbox-send-buttons > ul {
    list-style: none;
    padding: 0;
    float: left;
  }
  div#letterbox-send-buttons > ul li {
    float: left;
  }
  div#letterbox-send-buttons a.btn {
    display: inline-block;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  ul.feed-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  ul.feed-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  ul.feed-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  ul.feed-tabs.nav-justified > .active > a,
  ul.feed-tabs.nav-justified > .active > a:hover,
  ul.feed-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  ul.feed-tabs {
    border-top: 1px solid #ddd;
  }
  ul.feed-tabs li a {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
  .lsa-stack-item-date-mobile {
    margin-left: 40px !important;
    font-size: small;
  }
  .no-padding-mobile {
    padding: 0;
  }
  div.feed-tabs {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  div.feed-tabs:before,
  div.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  div.feed-tabs:after {
    clear: both;
  }
  div.feed-tabs:before,
  div.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  div.feed-tabs:after {
    clear: both;
  }
  div.feed-tabs:before,
  div.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  div.feed-tabs:after {
    clear: both;
  }
  div.feed-tabs:before,
  div.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  div.feed-tabs:after {
    clear: both;
  }
  div.feed-tabs:before,
  div.feed-tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  div.feed-tabs:after {
    clear: both;
  }
  div.feed-tabs > li {
    position: relative;
    display: block;
  }
  div.feed-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  div.feed-tabs > li > a:hover,
  div.feed-tabs > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  div.feed-tabs > li.disabled > a {
    color: #f2eee9;
  }
  div.feed-tabs > li.disabled > a:hover,
  div.feed-tabs > li.disabled > a:focus {
    color: #f2eee9;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  div.feed-tabs .open > a,
  div.feed-tabs .open > a:hover,
  div.feed-tabs .open > a:focus {
    background-color: #eeeeee;
    border-color: #3839b5;
  }
  div.feed-tabs .open > a .caret,
  div.feed-tabs .open > a:hover .caret,
  div.feed-tabs .open > a:focus .caret {
    border-top-color: #26277b;
    border-bottom-color: #26277b;
  }
  div.feed-tabs .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  div.feed-tabs > li > a > img {
    max-width: none;
  }
  div.feed-tabs > li {
    float: left;
  }
  div.feed-tabs > li > a {
    border-radius: 0px;
  }
  div.feed-tabs > li + li {
    margin-left: 2px;
  }
  div.feed-tabs > li.active > a,
  div.feed-tabs > li.active > a:hover,
  div.feed-tabs > li.active > a:focus {
    color: #fff;
    background-color: #3839b5;
  }
  div.feed-tabs > li.active > a .caret,
  div.feed-tabs > li.active > a:hover .caret,
  div.feed-tabs > li.active > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  div.feed-tabs > li {
    float: none;
  }
  div.feed-tabs > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  div.lsa-stack-item {
    margin: 0 0 15px 0;
    padding: 0;
  }
  div.lsa-stack-item:first-child {
    margin-top: 15px;
  }
  div.lsa-stack-item.focus-item {
    outline: none;
    box-shadow: none;
    border: 0;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-head,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read {
    border: 0;
    padding: 0;
    background-color: #fff;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-extras > span.caret,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-extras > span.caret,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-content > .lsa-stack-item-icon,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-content > .lsa-stack-item-icon {
    display: none;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-content > .lsa-stack-item-title,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-content > .lsa-stack-item-title {
    display: block;
    font-family: "museo-sans", 'Helvetica Neue', Arial, Verdana, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 32px;
    font-weight: 100;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-content > .lsa-stack-item-title small,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-content > .lsa-stack-item-title small,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-content > .lsa-stack-item-title .small,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-content > .lsa-stack-item-title .small {
    font-weight: normal;
    line-height: 1;
    color: #f2eee9;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-content > .lsa-stack-item-date.mob-focus-visible,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-content > .lsa-stack-item-date.mob-focus-visible {
    display: block;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-head .lsa-stack-item-head-content > .lsa-stack-item-date.mob-focus-hidden,
  div.lsa-stack-item.focus-item > .lsa-stack-item-head.read .lsa-stack-item-head-content > .lsa-stack-item-date.mob-focus-hidden {
    display: none;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-content {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-content .lsa-stack-item-content-header > div {
    clear: both;
    float: none;
  }
  div.lsa-stack-item.focus-item > .lsa-stack-item-content .lsa-stack-item-content-foot .lsa-stack-item-buttons .btn {
    clear: left;
    float: left;
    margin-bottom: 15px;
  }
  div.lsa-stack-item .lsa-stack-item-head {
    border: 0;
  }
  div.lsa-stack-item .lsa-stack-item-content {
    display: none;
  }
  div.lsa-stack-item .lsa-stack-item-preview {
    display: block !important;
  }
  div.lsa-stack-item .lsa-stack-item-preview .lsa-stack-item-content-foot .lsa-stack-item-buttons {
    display: none;
  }
  #main.show-mobile-send #letterbox-send-buttons {
    padding-top: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  #main.show-mobile-send #letterbox-send-buttons ul {
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    list-style: none;
    text-align: center;
  }
  #main.show-mobile-send #letterbox-send-buttons ul a {
    justify-self: flex-start;
    font-size: 2em;
    color: #ffffff;
    padding: 5px;
  }
  #main.show-mobile-send #letterbox-send-buttons .btn-group {
    width: 100%;
  }
  #main.show-mobile-send #letterbox-send-buttons .btn-group button {
    display: none;
  }
  #main.show-mobile-send #letterbox-send-buttons .btn-group ul {
    display: block;
    position: relative;
    width: 100%;
  }
  #main.show-mobile-send #letterbox-send-buttons .mobile-send-item-expand {
    bottom: 0;
    height: 40px;
    position: fixed;
  }
  #main.show-mobile-send #letterbox-send-buttons > button,
  #main.show-mobile-send #letterbox-send-buttons > div,
  #main.show-mobile-send #letterbox-send-buttons > ul {
    background-color: #3839b5;
    display: inline-block;
  }
  #main.show-mobile-send .letterbox-data {
    display: none;
  }
  #letterbox-send-buttons {
    z-index: 999;
    height: 40px;
    width: 100%;
  }
  #letterbox-send-buttons > button,
  #letterbox-send-buttons > div,
  #letterbox-send-buttons > ul {
    background-color: #3839b5;
    display: none;
  }
  #letterbox-send-buttons .mobile-send-item-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3839b5;
    border-color: #3839b5;
    width: 100%;
    height: 100%;
    border-radius: 0;
    text-decoration: none;
  }
  #letterbox-send-buttons .mobile-send-item-expand span {
    display: inline;
    color: #ffffff;
    font-size: 1.8em;
  }
  #letterbox-send-buttons .mobile-send-item-expand:active,
  #letterbox-send-buttons .mobile-send-item-expand:hover,
  #letterbox-send-buttons .mobile-send-item-expand:focus {
    box-shadow: none;
    border-color: #3839b5;
    background-color: #3c3dc1;
    outline: 0 none;
  }
}
.thumbnail-inline {
  width: 100px;
  height: 100px;
  margin: 10px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-image: url('/img/please_wait_en.svg');
  background-repeat: no-repeat;
  border: 1px grey;
  overflow: hidden;
}
.thumbnail-inline.img-loaded {
  background-image: none !important;
}
.thumbnail-inline:first-child {
  margin-left: 0;
}
.thumbnail-inline:last-child {
  margin-right: 0;
}
.thumbnail-inline button.delete-image {
  background: transparent;
  border: 0;
  color: red;
  position: absolute;
}
.thumbnail-inline-wide {
  width: 150px !important;
}
.carousel-image {
  background-position: top left;
  background-image: url('/img/please_wait_en.svg');
  background-repeat: no-repeat;
}
.carousel-image.img-loaded {
  background-image: none;
}
.autoflow {
  overflow: auto;
}
.label-purple {
  background-color: #f2eee9;
  background-color: #3839b5;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #dfd5c9;
}
.lsa-stack-item-content-attachment {
  width: 100%;
}
.lba-comment-preview {
  padding: 12px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
  overflow: hidden;
  background-color: #f0ebe6;
  font-style: italic;
}
.lba-comment-preview h4 {
  margin-top: 0;
  color: inherit;
}
.lba-comment-preview .alert-link {
  font-weight: bold;
}
.lba-comment-preview > p,
.lba-comment-preview > ul {
  margin-bottom: 0;
}
.lba-comment-preview > p + p {
  margin-top: 5px;
}
#lba-volume-container {
  height: 10px;
  background-color: #ffffff;
  margin-top: 4px;
}
#lba-volume-level {
  height: 100%;
  background-color: green;
  width: 0;
}
.lba-audio-thumbnail {
  align-items: center;
  display: flex;
}
.delete-audio,
.delete-document,
.delete-video {
  display: inline;
  float: right;
  margin-top: 8px;
}
.lba-video-container,
.lba-audio-container {
  margin-bottom: 10px;
}
.lba-video-player {
  max-width: 600px;
  max-height: 600px;
}
.lba-video-inline-progress {
  height: 5px;
  margin-top: 2px;
}
.lba-video-inline-progress-level {
  height: 100%;
  background-color: #2a7eb6;
  width: 0;
}
.lba-video-icon-container {
  position: relative;
  display: inline-block;
}
.lba-video-icon {
  position: absolute;
  height: 100px;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  opacity: 0.5;
}
.lba-video-download-icon {
  background: transparent;
  border: 0;
  color: blue;
  position: absolute;
  margin-left: 58px !important;
}
.lba-video-delete-icon {
  background: transparent;
  border: 0;
  color: red;
  position: absolute;
  margin-left: 5px !important;
}
.max-width {
  width: 100%;
}
.max-width {
  width: 100%;
}
