/*!
 * IRESS Bootstrap v3.2.0 - default brand
 *
 * Copyright (c)2014 IRESS UK Ltd.
 */
/*
@iress-sidebar-link-color: inherit;
@iress-sidebar-active-link-color: #f5f5f5;
@iress-sidebar-active-link-bg: #555;
*/
/*
  @iress-background-tint-colour: transparent;
//  @iress-background-repeat: no-repeat;
  @iress-background-position: center @iress-header-height;
//  @iress-background-attachment: fixed;
*/
/*
  @iress-footer-link: @navbar-inverse-color;
  @iress-footer-link-decoration: none;

  @iress-footer-link-hover: darken(@iress-footer-link, 20%);
  @iress-footer-link-hover-decoration: none;
*/
/*
  @iress-rightnav-bg: #f5f5f5;
  @iress-rightnav-bg-2: "";
  @iress-rightnav-bg-2-position: 50%;
  @iress-rightnav-bg-3: "";
  @iress-rightnav-bg-direction: "vertical";
  @iress-rightnav-border-width: 1px;
  @iress-rightnav-border-colour: #ccc;
  @iress-rightnav-top-border-width: 3px;
  @iress-rightnav-link-color: #fff;
*/
/*
 @iress-sidebar-bg: @iress-blue-01;
 @iress-sidebar-bg-2: @iress-blue-02;
 @iress-sidebar-bg-2-position: 50%;
 @iress-sidebar-bg-3: @iress-cyan-01;
 @iress-sidebar-border-colour: #004;
 @iress-sidebar-border-width: 1px;
 @iress-sidebar-border-colour: transparent;
 @iress-sidebar-top-border-width: 0;
 @iress-sidebar-nextsteps-color: #fff;
*/
/*
.navbar.iress-navbar div.container {
  margin-top: 0.5em;
}
*/
/*
 * shared IRESS Bootstrap theme styles
 * referenced by IRESS Bootstrap themes -
 * this allows themes to inherit overriding values set in the brand _variables.scss file
 */
body {
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fcfcfc;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #b40027;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.28571429em;
}
h2,
.h2 {
  font-size: 2.14285714em;
}
h3,
.h3 {
  font-size: 1.71428571em;
}
h4,
.h4 {
  font-size: 1.28571429em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 0.85714286em;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 6%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #3A1C46;
}
a.text-primary:hover {
  color: #1c0d22;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3A1C46;
}
a.bg-primary:hover {
  background-color: #1c0d22;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fcfcfc;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 13em;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 13em;
  height: 13em;
  line-height: 13em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #3A1C46;
  border-color: #2b1534;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c0d22;
  border-color: #070308;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3A1C46;
  border-color: #2b1534;
}
.btn-primary .badge {
  color: #3A1C46;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #b9332f;
  border-color: #a52d2a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #902825;
  border-color: #74201d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #b9332f;
  border-color: #a52d2a;
}
.btn-danger .badge {
  color: #b9332f;
  background-color: #fff;
}
.btn-link {
  color: #317ab9;
  font-weight: normal;
  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: #21527d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a > small {
  font-size: 75%;
  color: #707070;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3A1C46;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85714286em;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
body[data-brand="afh"] .dropdown-menu > .active > a,
body[data-brand="afh"] .dropdown-menu > .active > a:hover,
body[data-brand="afh"] .dropdown-menu > .active > a:focus {
  background-color: #6A1D5D;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 13em;
  line-height: 13em;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.85714286em;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #317ab9;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 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: #fcfcfc;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #3A1C46;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #0a5a9f;
  border-color: #073f6f;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.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: #073f6f;
}
.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: #08477d;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #073f6f;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #073f6f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #073f6f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #073f6f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3A1C46;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1c0d22;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #b9332f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #902825;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3A1C46;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3A1C46;
  border-color: #3A1C46;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3A1C46;
}
.panel-primary > .panel-heading .badge {
  color: #3A1C46;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3A1C46;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 0.85714286em;
  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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  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: 1060;
  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: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'open_sanslight';
  src: url('fonts/OpenSans-Light-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('fonts/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/* add custom z-index values here
 * NB: these should work in conjunction with the following defaults:
 * @zindex-navbar:            1000;
 * @zindex-dropdown:          1000;
 * @zindex-navbar-fixed:      1030;
 * @zindex-modal-background:  1040;
 * @zindex-modal:             1050;
 * @zindex-popover:           1060;
 * @zindex-tooltip:           1070;
 */
html {
  height: 100%;
}
body {
  height: 100%;
  min-width: 615px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(135deg, #fcfcfc, #fff);
  background-image: -o-linear-gradient(135deg, #fcfcfc, #fff);
  background-image: linear-gradient(135deg, #fcfcfc, #fff);
}
/*!
 * FullCalendar v3.2.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 5px 10px;
  font-size: 0.85714286em;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #f5f5f5;
  /*
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	*/
}
.fc-state-default:focus,
.fc-state-default:active:focus,
.fc-state-default.active:focus,
.fc-state-default.focus,
.fc-state-default:active.focus,
.fc-state-default.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fc-state-default:hover,
.fc-state-default:focus,
.fc-state-default.focus {
  color: #333;
  text-decoration: none;
}
.fc-state-default:active,
.fc-state-default.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);
}
.fc-state-default.disabled,
.fc-state-default[disabled],
fieldset[disabled] .fc-state-default {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc-state-default:hover,
.fc-state-default:focus,
.fc-state-default.focus,
.fc-state-default:active,
.fc-state-default.active,
.open > .dropdown-toggle.fc-state-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fc-state-default:active,
.fc-state-default.active,
.open > .dropdown-toggle.fc-state-default {
  background-image: none;
}
.fc-state-default.disabled,
.fc-state-default[disabled],
fieldset[disabled] .fc-state-default,
.fc-state-default.disabled:hover,
.fc-state-default[disabled]:hover,
fieldset[disabled] .fc-state-default:hover,
.fc-state-default.disabled:focus,
.fc-state-default[disabled]:focus,
fieldset[disabled] .fc-state-default:focus,
.fc-state-default.disabled.focus,
.fc-state-default[disabled].focus,
fieldset[disabled] .fc-state-default.focus,
.fc-state-default.disabled:active,
.fc-state-default[disabled]:active,
fieldset[disabled] .fc-state-default:active,
.fc-state-default.disabled.active,
.fc-state-default[disabled].active,
fieldset[disabled] .fc-state-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.fc-state-default .badge {
  color: #fff;
  background-color: #333;
}
/*
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}
*/
.fc-state-down,
.fc-state-active {
  /*
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	*/
  background-color: #eee;
  color: #545454;
  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);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}
.fc-list-item:hover td {
  background-color: #f5f5f5;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
/** additional IRESS-specific HACKs **/
.fc td.i-fc-weekend {
  background-color: #f8f8f8;
}
.i-fc-event.fc-list-item {
  /*

    .fc-list-item-title > a {
      color: @event-foreground !important;
    }

    &:hover > td {
      background-color: darken(@event-background, 5%);
      color: @event-foreground;
    }
    */
}
.i-fc-event.fc-list-item .fc-event-dot {
  background-color: #317ea4;
}
.i-fc-event:not(.fc-list-item) {
  background-color: #317ea4;
  border-color: #317ea4;
  color: #fff;
}
.i-fc-event-allday.fc-list-item {
  /*

    .fc-list-item-title > a {
      color: @allday-foreground !important;
    }

    &:hover > td {
      background-color: darken(@allday-background, 5%);
      color: @allday-foreground;
    }
    */
}
.i-fc-event-allday.fc-list-item .fc-event-dot {
  background-color: #008000;
}
.i-fc-event-allday:not(.fc-list-item) {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}
/*!
 * Durandal 2.0.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */
/* no support for Durandal modals - use Bootstrap modal instead
.modalBlockout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    
    pointer-events: auto;
    
    -webkit-backface-visibility: hidden;
    
    -webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear; 
}

.modalHost {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 0;
    
    -webkit-backface-visibility: hidden;

    -webkit-transition: opacity 0.1s linear; 
	-moz-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
*/
.messageBox {
  min-width: 300px;
}
.durandal-view-404 {
  color: red;
  margin: 8px 0;
  padding: 8px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.entrance-out {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -ms-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.entrance-in {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entrance-in-fade {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.messageBox {
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.durandal-view-404 {
  color: #f00;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#content .iress-page-heading .durandal-wrapper.entrance-in-fade {
  margin-top: 51px;
  padding-top: 1.1em;
}
/* IRESS Bootstrap v3.20
 * form styling
 */
.required-marker:after {
  content: "*";
  color: #bd362f;
  font-size: 2em;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 .2em;
  padding: 0;
  line-height: 0;
  top: 0.15em;
}
.gt-ie9 .required-marker:after {
  font-size: 28px;
}
.form-label {
  font-size: 1em !important;
  font-weight: bold;
}
.small-label {
  font-size: 85% !important;
}
.form-group label {
  display: block;
}
.form-group label.radio-inline,
.form-group label.checkbox-inline {
  display: inline-block;
}
.form-group .field-info-spacing.input-currency-width {
  display: inline-block;
  width: 11.57142857em;
}
.form-group .field-info-spacing input,
.form-group .field-info-spacing select {
  display: inline-block;
  width: -webkit-calc(100% - 2.125em);
  width: calc(100% - 2.125em);
}
.form-group .field-info-spacing .field-info-wrapper {
  display: inline-block;
  width: -webkit-calc(100% - 2.125em);
  width: calc(100% - 2.125em);
}
.form-group .field-info-spacing .input-group input,
.form-group .field-info-spacing .input-group select {
  width: 100%;
}
.form-group .input-percentage-wrapper {
  position: relative;
}
.form-group .input-percentage-wrapper .field-info {
  position: absolute;
  top: 0;
  left: 13.57142857em;
}
.form-group .form-group {
  padding-left: 0;
  padding-right: 0;
}
.safari .form-group .field-info-spacing input,
.lt-ie9 .form-group .field-info-spacing input,
.safari .form-group .field-info-spacing select,
.lt-ie9 .form-group .field-info-spacing select {
  width: 90%;
}
.safari .form-group .field-info-spacing .field-info-wrapper,
.lt-ie9 .form-group .field-info-spacing .field-info-wrapper {
  width: 90%;
}
.safari select {
  text-indent: 6px;
  line-height: 28px;
}
.form-inline .form-group {
  padding-right: 0;
}
@media (max-width: 768px) {
  .iress-form-group .input-group {
    min-width: 300px;
  }
}
.data-row {
  margin-top: 3px;
  margin-bottom: 3px;
}
.data-row .form-control {
  padding: 3px 12px;
  height: 28px;
}
.data-row div[class^="col-"] {
  line-height: 2em;
  vertical-align: middle;
}
.data-row div[class^="col-"].view-controls,
.data-row div[class^="col-"].edit-controls {
  line-height: 1em;
}
textarea {
  max-width: 100%;
  min-height: 9em;
  resize: none;
}
textarea.large {
  min-height: 17.85714286em;
}
textarea.small {
  min-height: 4.5em;
}
textarea.no-resize {
  resize: none;
}
.ie textarea {
  overflow: auto;
}
:-moz-placeholder {
  color: #aaa !important;
  font-style: italic;
  opacity: 1;
}
::-moz-placeholder {
  color: #aaa !important;
  font-style: italic;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa !important;
  font-style: italic;
}
::-webkit-input-placeholder {
  color: #aaa !important;
  font-style: italic;
}
li.dropdown a.dropdown-toggle b.caret {
  margin-top: -2px;
}
li.dropdown a.dropdown-toggle span.glyphicon {
  font-size: 120%;
}
.dropdown-menu > li > div {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-menu > li > div:not(.in-menu) {
  padding: 3px 20px;
}
.dropdown-menu > li > div.in-menu a {
  padding: 3px 20px;
  display: block;
}
.navbar-fixed-bottom {
  z-index: 11;
}
.typeahead.dropdown-menu {
  z-index: 12;
}
.input-currency-width {
  width: 13.57142857em;
}
.input-currency-width-short {
  width: 10em;
}
.input-percentage-width {
  width: 13.57142857em;
}
.input-percentage-width.i-input-small {
  width: 9.28571429em;
}
.input-date-width {
  width: 13.57142857em;
}
.input-time-width {
  width: 6.42857143em;
}
.input-postcode-width {
  width: 10em;
}
.input-postcode-width-with-lookup {
  width: 19em;
}
.input-postcode-width-with-lookup .dropdown-menu {
  min-width: 19em;
  max-width: 30em;
}
.input-postcode-width-with-lookup .dropdown-menu ul > li > a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.input-postcode-width-with-lookup .input-group.open > .form-control {
  border-right-width: 0;
}
.input-postcode-width-with-lookup .input-group-btn > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-term-width,
.input-2d-width {
  width: 3.25em;
}
.input-term-width.spinner,
.input-2d-width.spinner {
  width: 5.25em;
}
.input-range-width,
.input-3d-width {
  width: 4.25em;
}
.input-range-width.spinner,
.input-3d-width.spinner {
  width: 6.25em;
}
.input-term-months-width,
.input-4d-width {
  width: 5.25em;
}
.input-term-months-width.spinner,
.input-4d-width.spinner {
  width: 7.25em;
}
.input-sidebar-term-width {
  width: 5.5em !important;
}
.input-sidebar-percentage-width {
  width: 10em !important;
}
.input-term-years-label {
  padding: 0 0.25em;
}
.input-twin-primary-label {
  padding: 0 0.5em 0 0.25em;
}
.input-range-label {
  padding: 0 0.25em;
  font-weight: normal;
  display: inline-block !important;
}
.input-term-months-label,
.input-twin-secondary-label,
.input-suffix-label {
  padding: 0 0 0 0.25em;
}
.input-term-years-label,
.input-term-months-label,
.input-suffix-label,
.input-twin-primary-label,
.input-twin-secondary-label {
  vertical-align: top;
  height: 34px;
  line-height: 34px;
}
.form-control-static {
  font-size: 1.2em;
  display: block;
  padding: 6px 12px;
}
legend.h2 {
  margin: 0;
}
h4.subText {
  margin-bottom: 0;
}
/*
.input-group-btn {

  .btn[disabled] {
    opacity: 1;
    //noinspection all
    filter: alpha(opacity=100);

    .glyphicon {
      color: #808080;
    }

  }

}
*/
p.goal-text {
  font-size: 1.2em;
  font-weight: 200;
}
div.data-summary .row div,
div.data-summary .row span {
  font-size: 10pt;
}
div.data-row div {
  padding-right: 0;
  margin-bottom: 2px;
}
div.data-row div input.form-control,
div.data-row div .form-control-static {
  padding: 6px 3px;
  height: 27px;
  font-size: 9pt;
}
div.data-row div label {
  font-size: 12px;
  margin-bottom: 1px;
  font-weight: normal;
}
div.data-row div select {
  padding: 6px 3px;
  height: 27px;
  font-size: 9pt;
}
div.data-row div.edit-controls {
  margin-top: 8px;
}
div.data-row div.edit-controls,
div.data-row div.view-controls {
  font-size: 16px;
}
div.data-row div.edit-controls .glyphicon,
div.data-row div.view-controls .glyphicon {
  margin-right: 7px;
}
div.data-row div.edit-controls a:hover,
div.data-row div.view-controls a:hover {
  text-decoration: none;
}
div.data-row ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.data-row [class^="col"] [class^="col"]:first-child {
  padding-left: 0;
}
.btn .glyphicon {
  display: inline;
}
.image-radio-container {
  margin-bottom: 10px;
}
.image-radio {
  display: inline-block;
  opacity: 0.5;
  padding: 10px;
  margin-bottom: 3px;
}
.image-radio.active {
  opacity: 1;
}
.image-radio.active .caption {
  font-weight: bold;
}
.image-radio:hover {
  cursor: pointer;
  text-decoration: none;
}
.image-radio .glyphicon {
  font-size: 1.5em;
}
.image-radio .caption {
  display: inline-block;
  line-height: 2em;
  vertical-align: bottom;
}
.image-radio-separator {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  opacity: 0.75;
  font-size: 20px;
  padding: 10px;
}
.navbar-form.iress-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.failed.touched .help-block,
.failed.touched .control-label,
.failed.touched .radio,
.failed.touched .checkbox,
.failed.touched .radio-inline,
.failed.touched .checkbox-inline,
.failed.touched.radio label,
.failed.touched.checkbox label,
.failed.touched.radio-inline label,
.failed.touched.checkbox-inline label {
  color: #bd362f;
}
.failed.touched .form-control {
  border-color: #bd362f;
  -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);
}
.failed.touched .form-control:focus {
  border-color: #942a25;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd7a75;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd7a75;
}
.failed.touched .input-group-addon {
  color: #bd362f;
  border-color: #bd362f;
  background-color: #fbf0f0;
}
.failed.touched .form-control-feedback {
  color: #bd362f;
}
.failed.touched .btn-default {
  border-color: #bd362f !important;
  background-color: #fbf0f0 !important;
  color: #bd362f !important;
}
.failed.touched .i-btn-group-radio .fa.fa-times,
.failed.touched .i-btn-group-radio .fa.fa-times-circle {
  color: #bd362f;
}
.failed .popover.bottom {
  background-color: #fff;
  color: #bd362f;
  border: #bd362f solid 3px;
  border-radius: 6px;
}
.failed .popover.bottom .arrow {
  border-bottom-color: #bd362f;
}
.failed .popover.bottom .arrow:after {
  top: 4px;
  margin-left: -10px;
  border-bottom-color: #fff;
}
.failed .popover.top {
  background-color: #fff;
  color: #bd362f;
  border: #bd362f solid 3px;
  border-radius: 6px;
}
.failed .popover.top .arrow {
  border-top-color: #bd362f;
}
.failed .popover.top .arrow:after {
  bottom: 4px;
  margin-left: -10px;
  border-top-color: #fff;
}
.h1[class*="prime-icon-"],
.h2[class*="prime-icon-"],
.h3[class*="prime-icon-"],
.h4[class*="prime-icon-"],
.h5[class*="prime-icon-"],
.h6[class*="prime-icon-"],
.h1[class*="icon-prime-"],
.h2[class*="icon-prime-"],
.h3[class*="icon-prime-"],
.h4[class*="icon-prime-"],
.h5[class*="icon-prime-"],
.h6[class*="icon-prime-"],
.h1[class*="iress-glyphicon-"],
.h2[class*="iress-glyphicon-"],
.h3[class*="iress-glyphicon-"],
.h4[class*="iress-glyphicon-"],
.h5[class*="iress-glyphicon-"],
.h6[class*="iress-glyphicon-"],
.h1[class*="fa-"],
.h2[class*="fa-"],
.h3[class*="fa-"],
.h4[class*="fa-"],
.h5[class*="fa-"],
.h6[class*="fa-"] {
  font-family: "FontAwesome" !important;
}
.tooltip .tooltip-inner {
  padding: 0.5em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header-search-form {
  margin-top: 8px;
}
.note-body {
  overflow: auto;
  min-height: 20em;
}
button[disabled],
button.disabled,
a[disabled],
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
table .aligned-checkbox button[disabled],
table .aligned-checkbox button.disabled,
table .aligned-checkbox a.btn[disabled],
table .aligned-checkbox a.btn.disabled {
  border: 0;
  background-color: transparent;
}
table thead tr.no-border > th:not([rowspan]) {
  border-bottom: 0 !important;
}
table thead tr.no-border + tr > th {
  border-top: 0 !important;
}
dl dt small,
dl dd small {
  font-size: 85%;
}
fieldset.radio-group legend {
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset.radio-group label.radio-inline {
  height: 34px;
  line-height: 34px;
}
fieldset.radio-group label.radio-inline input[type=radio] {
  height: 34px;
  margin-top: 0;
}
.safari fieldset.radio-group label.radio-inline input[type=radio] {
  height: auto;
  margin-top: 0.78571429em;
}
fieldset.no-legend legend {
  padding: 0;
  min-height: 0;
}
.calculator-options .select-wrapper {
  margin-left: 0 !important;
  width: 13.57142857em !important;
}
.calculator-options .select-wrapper > div {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.calculator-summary .alert {
  margin-bottom: 0;
}
.calculator-summary p.saving {
  margin: 0;
  font-weight: bold;
  font-size: 1.25em !important;
}
.calculator-summary dl {
  font-size: 0.95em;
}
.calculator-summary .note {
  font-size: 0.9em;
  padding: 0 .75em;
  opacity: .75;
  text-align: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .calculator-summary p {
    font-size: 1.15em !important;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .calculator-summary.alert {
    margin-top: 1em;
  }
}
.i-dev .bullet-list .label {
  font-size: inherit;
}
.i-dev .i-config-browser .panel-body {
  width: 100%;
  height: 20em;
  resize: vertical;
  overflow-x: hidden;
  overflow-y: auto;
}
.i-dev .i-config-browser .panel-body h3 {
  white-space: normal;
}
.i-dev .json-string {
  color: green;
}
.i-dev .json-number {
  color: darkorange;
}
.i-dev .json-boolean {
  color: blue;
}
.i-dev .json-null {
  color: magenta;
}
.i-dev .json-key {
  color: red;
}
/* IRESS Bootstrap v3.20
 * panel styling
 */
.iress-page-heading {
  margin-top: 5px;
}
/* TODO: check if necessary
.panel-heading,
.panel-footer,
.modal-header,
.modal-footer {
  a:hover {
    text-decoration: none;
  }
}
*/
.panel:not(.i-panel) .panel-heading,
.modal-header {
  min-height: 50px;
}
.panel:not(.i-panel) .panel-body h1,
.modal-body h1,
.panel:not(.i-panel) .panel-body h2,
.modal-body h2,
.panel:not(.i-panel) .panel-body h3,
.modal-body h3,
.panel:not(.i-panel) .panel-body h4,
.modal-body h4,
.panel:not(.i-panel) .panel-body h5,
.modal-body h5,
.panel:not(.i-panel) .panel-body h6,
.modal-body h6,
.panel:not(.i-panel) .panel-body .h1,
.modal-body .h1,
.panel:not(.i-panel) .panel-body .h2,
.modal-body .h2,
.panel:not(.i-panel) .panel-body .h3,
.modal-body .h3,
.panel:not(.i-panel) .panel-body .h4,
.modal-body .h4,
.panel:not(.i-panel) .panel-body .h5,
.modal-body .h5,
.panel:not(.i-panel) .panel-body .h6,
.modal-body .h6 {
  margin: 0;
  line-height: 1.4;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.panel:not(.i-panel) .panel-body .row h1,
.modal-body .row h1,
.panel:not(.i-panel) .panel-body .row h2,
.modal-body .row h2,
.panel:not(.i-panel) .panel-body .row h3,
.modal-body .row h3,
.panel:not(.i-panel) .panel-body .row h4,
.modal-body .row h4,
.panel:not(.i-panel) .panel-body .row h5,
.modal-body .row h5,
.panel:not(.i-panel) .panel-body .row h6,
.modal-body .row h6,
.panel:not(.i-panel) .panel-body .row .h1,
.modal-body .row .h1,
.panel:not(.i-panel) .panel-body .row .h2,
.modal-body .row .h2,
.panel:not(.i-panel) .panel-body .row .h3,
.modal-body .row .h3,
.panel:not(.i-panel) .panel-body .row .h4,
.modal-body .row .h4,
.panel:not(.i-panel) .panel-body .row .h5,
.modal-body .row .h5,
.panel:not(.i-panel) .panel-body .row .h6,
.modal-body .row .h6 {
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
  line-height: inherit;
}
.panel:not(.i-panel) .panel-body hr,
.modal-body hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.panel:not(.i-panel) .panel-body h5,
.modal-body h5 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.panel:not(.i-panel) .panel-body.min375,
.modal-body.min375 {
  min-height: 26.78571429em;
}
.panel:not(.i-panel) .panel-body.min475,
.modal-body.min475 {
  min-height: 33.92857143em;
}
/*
 * Generate .indicator-[n] classes
 * --------------------------------------------------
 */
/*
 * Start of panel colour mixin
 * --------------------------------------------------
 */
/*
 * define panel palette options
 */
[class*=' iress-panel-color-'] {
  border: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
[class*=' iress-panel-color-'] .panel-body {
  padding-top: 0;
}
[class*=' iress-panel-color-'].panel > legend.panel-heading {
  color: #949494;
}
[class*=' iress-panel-color-'].panel > .panel-heading,
[class*=' iress-panel-color-'] > .modal-header {
  background: #fff;
  color: #949494;
}
[class*=' iress-panel-color-'].panel > .panel-heading h1,
[class*=' iress-panel-color-'] > .modal-header h1,
[class*=' iress-panel-color-'].panel > .panel-heading h2,
[class*=' iress-panel-color-'] > .modal-header h2,
[class*=' iress-panel-color-'].panel > .panel-heading h3,
[class*=' iress-panel-color-'] > .modal-header h3,
[class*=' iress-panel-color-'].panel > .panel-heading .h1,
[class*=' iress-panel-color-'] > .modal-header .h1,
[class*=' iress-panel-color-'].panel > .panel-heading .h2,
[class*=' iress-panel-color-'] > .modal-header .h2,
[class*=' iress-panel-color-'].panel > .panel-heading .h3,
[class*=' iress-panel-color-'] > .modal-header .h3 {
  color: #949494;
  font-weight: bold;
}
[class*=' iress-panel-color-'].panel > .panel-heading h1 a,
[class*=' iress-panel-color-'] > .modal-header h1 a,
[class*=' iress-panel-color-'].panel > .panel-heading h2 a,
[class*=' iress-panel-color-'] > .modal-header h2 a,
[class*=' iress-panel-color-'].panel > .panel-heading h3 a,
[class*=' iress-panel-color-'] > .modal-header h3 a,
[class*=' iress-panel-color-'].panel > .panel-heading .h1 a,
[class*=' iress-panel-color-'] > .modal-header .h1 a,
[class*=' iress-panel-color-'].panel > .panel-heading .h2 a,
[class*=' iress-panel-color-'] > .modal-header .h2 a,
[class*=' iress-panel-color-'].panel > .panel-heading .h3 a,
[class*=' iress-panel-color-'] > .modal-header .h3 a,
[class*=' iress-panel-color-'].panel > .panel-heading h1 > small,
[class*=' iress-panel-color-'] > .modal-header h1 > small,
[class*=' iress-panel-color-'].panel > .panel-heading h2 > small,
[class*=' iress-panel-color-'] > .modal-header h2 > small,
[class*=' iress-panel-color-'].panel > .panel-heading h3 > small,
[class*=' iress-panel-color-'] > .modal-header h3 > small,
[class*=' iress-panel-color-'].panel > .panel-heading .h1 > small,
[class*=' iress-panel-color-'] > .modal-header .h1 > small,
[class*=' iress-panel-color-'].panel > .panel-heading .h2 > small,
[class*=' iress-panel-color-'] > .modal-header .h2 > small,
[class*=' iress-panel-color-'].panel > .panel-heading .h3 > small,
[class*=' iress-panel-color-'] > .modal-header .h3 > small {
  color: #6e6e6e;
}
[class*=' iress-panel-color-'].panel > .panel-heading h4,
[class*=' iress-panel-color-'] > .modal-header h4,
[class*=' iress-panel-color-'].panel > .panel-heading h5,
[class*=' iress-panel-color-'] > .modal-header h5,
[class*=' iress-panel-color-'].panel > .panel-heading h6,
[class*=' iress-panel-color-'] > .modal-header h6,
[class*=' iress-panel-color-'].panel > .panel-heading .h4,
[class*=' iress-panel-color-'] > .modal-header .h4,
[class*=' iress-panel-color-'].panel > .panel-heading .h5,
[class*=' iress-panel-color-'] > .modal-header .h5,
[class*=' iress-panel-color-'].panel > .panel-heading .h6,
[class*=' iress-panel-color-'] > .modal-header .h6 {
  color: #6e6e6e;
  font-weight: bold;
}
[class*=' iress-panel-color-'].panel > .panel-heading h4 a,
[class*=' iress-panel-color-'] > .modal-header h4 a,
[class*=' iress-panel-color-'].panel > .panel-heading h5 a,
[class*=' iress-panel-color-'] > .modal-header h5 a,
[class*=' iress-panel-color-'].panel > .panel-heading h6 a,
[class*=' iress-panel-color-'] > .modal-header h6 a,
[class*=' iress-panel-color-'].panel > .panel-heading .h4 a,
[class*=' iress-panel-color-'] > .modal-header .h4 a,
[class*=' iress-panel-color-'].panel > .panel-heading .h5 a,
[class*=' iress-panel-color-'] > .modal-header .h5 a,
[class*=' iress-panel-color-'].panel > .panel-heading .h6 a,
[class*=' iress-panel-color-'] > .modal-header .h6 a,
[class*=' iress-panel-color-'].panel > .panel-heading h4 > small,
[class*=' iress-panel-color-'] > .modal-header h4 > small,
[class*=' iress-panel-color-'].panel > .panel-heading h5 > small,
[class*=' iress-panel-color-'] > .modal-header h5 > small,
[class*=' iress-panel-color-'].panel > .panel-heading h6 > small,
[class*=' iress-panel-color-'] > .modal-header h6 > small,
[class*=' iress-panel-color-'].panel > .panel-heading .h4 > small,
[class*=' iress-panel-color-'] > .modal-header .h4 > small,
[class*=' iress-panel-color-'].panel > .panel-heading .h5 > small,
[class*=' iress-panel-color-'] > .modal-header .h5 > small,
[class*=' iress-panel-color-'].panel > .panel-heading .h6 > small,
[class*=' iress-panel-color-'] > .modal-header .h6 > small {
  color: #6e6e6e;
}
[class*=' iress-panel-color-'].panel > .panel-heading .glyphicon,
[class*=' iress-panel-color-'] > .modal-header .glyphicon,
[class*=' iress-panel-color-'].panel > .panel-heading .fa,
[class*=' iress-panel-color-'] > .modal-header .fa,
[class*=' iress-panel-color-'].panel > .panel-heading [class*="prime-icon-"],
[class*=' iress-panel-color-'] > .modal-header [class*="prime-icon-"],
[class*=' iress-panel-color-'].panel > .panel-heading [class*="icon-prime-"],
[class*=' iress-panel-color-'] > .modal-header [class*="icon-prime-"],
[class*=' iress-panel-color-'].panel > .panel-heading [class*="iress-glyphicon-"],
[class*=' iress-panel-color-'] > .modal-header [class*="iress-glyphicon-"] {
  color: #21F5A8;
}
[class*=' iress-panel-color-'].panel > .panel-heading .iress-expand-collapse .glyphicon,
[class*=' iress-panel-color-'] > .modal-header .iress-expand-collapse .glyphicon,
[class*=' iress-panel-color-'].panel > .panel-heading .iress-expand-collapse .fa,
[class*=' iress-panel-color-'] > .modal-header .iress-expand-collapse .fa,
[class*=' iress-panel-color-'].panel > .panel-heading .iress-expand-collapse [class*="prime-icon-"],
[class*=' iress-panel-color-'] > .modal-header .iress-expand-collapse [class*="prime-icon-"],
[class*=' iress-panel-color-'].panel > .panel-heading .iress-expand-collapse [class*="icon-prime-"],
[class*=' iress-panel-color-'] > .modal-header .iress-expand-collapse [class*="icon-prime-"],
[class*=' iress-panel-color-'].panel > .panel-heading .iress-expand-collapse [class*="iress-glyphicon-"],
[class*=' iress-panel-color-'] > .modal-header .iress-expand-collapse [class*="iress-glyphicon-"] {
  color: #949494;
}
[class*=' iress-panel-color-'].panel > .panel-heading .btn-group > .btn:active,
[class*=' iress-panel-color-'] > .modal-header .btn-group > .btn:active,
[class*=' iress-panel-color-'].panel > .panel-heading .btn-group > .btn.active,
[class*=' iress-panel-color-'] > .modal-header .btn-group > .btn.active {
  background-color: #eee;
  color: #545454;
}
[class*=' iress-panel-color-'].panel > .panel-heading .btn-group > .btn:hover,
[class*=' iress-panel-color-'] > .modal-header .btn-group > .btn:hover,
[class*=' iress-panel-color-'].panel > .panel-heading .btn-group > .btn:focus,
[class*=' iress-panel-color-'] > .modal-header .btn-group > .btn:focus {
  background-color: #3A1C46;
  color: #fff;
}
[class*=' iress-panel-color-'] .well {
  color: #17244c;
}
[class*=' iress-panel-color-'] .fc-toolbar h2 {
  color: #949494 !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
[class*=' iress-panel-color-'] .panel-body,
[class*=' iress-panel-color-'] .modal-body {
  background: #fff;
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body fieldset.radio-group legend,
[class*=' iress-panel-color-'] .modal-body fieldset.radio-group legend {
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body .btn .fa,
[class*=' iress-panel-color-'] .modal-body .btn .fa {
  color: #21F5A8;
}
[class*=' iress-panel-color-'] .panel-body .btn[disabled] .fa,
[class*=' iress-panel-color-'] .modal-body .btn[disabled] .fa {
  color: currentColor;
}
[class*=' iress-panel-color-'] .panel-body p,
[class*=' iress-panel-color-'] .modal-body p {
  font-size: 0.92857143em;
}
[class*=' iress-panel-color-'] .panel-body h3,
[class*=' iress-panel-color-'] .modal-body h3 {
  font-size: 1.57142857em;
}
[class*=' iress-panel-color-'] .panel-body .caret,
[class*=' iress-panel-color-'] .modal-body .caret {
  border-top-color: #17244c;
  border-bottom-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn:active,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn:active,
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn.active,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn.active {
  background-color: #eee;
  color: #545454;
}
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn:hover,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn:hover,
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn:focus,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn:focus {
  background-color: #3A1C46;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn:hover .caret,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn:hover .caret,
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn:focus .caret,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn + .dropdown-toggle.btn-default,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn + .dropdown-toggle.btn-default {
  background-color: #f7f7f9;
}
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn + .dropdown-toggle.btn-default:hover,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn + .dropdown-toggle.btn-default:hover,
[class*=' iress-panel-color-'] .panel-body .btn-group > .btn + .dropdown-toggle.btn-default:focus,
[class*=' iress-panel-color-'] .modal-body .btn-group > .btn + .dropdown-toggle.btn-default:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs {
  margin-bottom: 1em;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn {
  text-align: left;
  margin-left: 1em;
  width: -webkit-calc(33% - 0.5em);
  width: calc(33% - 0.5em);
  border-left-width: 4px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn .background-icon,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn .background-icon {
  position: absolute;
  top: 0.25em;
  right: .25em;
  font-size: 3em;
  color: #21F5A8;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:first-child,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:first-child {
  margin-left: 0;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:hover,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:hover,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:focus,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:focus {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:hover h4,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:hover h4,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:focus h4,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:focus h4,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:hover span,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:hover span,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn:focus span,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn:focus span {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active {
  background-color: #eee;
  color: #545454;
  border-left-color: #d5d5d5;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-color: transparent;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active h4,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active h4 {
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active:hover,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active:hover,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active:focus,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active:focus {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active:hover h4,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active:hover h4,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active:focus h4,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active:focus h4,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active:hover span,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active:hover span,
[class*=' iress-panel-color-'] .panel-body .btn-group-tabs > label.btn.active:focus span,
[class*=' iress-panel-color-'] .modal-body .btn-group-tabs > label.btn.active:focus span {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body h1,
[class*=' iress-panel-color-'] .modal-body h1,
[class*=' iress-panel-color-'] .panel-body h2,
[class*=' iress-panel-color-'] .modal-body h2,
[class*=' iress-panel-color-'] .panel-body h3,
[class*=' iress-panel-color-'] .modal-body h3,
[class*=' iress-panel-color-'] .panel-body h4,
[class*=' iress-panel-color-'] .modal-body h4,
[class*=' iress-panel-color-'] .panel-body h5,
[class*=' iress-panel-color-'] .modal-body h5,
[class*=' iress-panel-color-'] .panel-body h6,
[class*=' iress-panel-color-'] .modal-body h6,
[class*=' iress-panel-color-'] .panel-body .h1,
[class*=' iress-panel-color-'] .modal-body .h1,
[class*=' iress-panel-color-'] .panel-body .h2,
[class*=' iress-panel-color-'] .modal-body .h2,
[class*=' iress-panel-color-'] .panel-body .h3,
[class*=' iress-panel-color-'] .modal-body .h3,
[class*=' iress-panel-color-'] .panel-body .h4,
[class*=' iress-panel-color-'] .modal-body .h4,
[class*=' iress-panel-color-'] .panel-body .h5,
[class*=' iress-panel-color-'] .modal-body .h5,
[class*=' iress-panel-color-'] .panel-body .h6,
[class*=' iress-panel-color-'] .modal-body .h6 {
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body > ul:not(.dropdown-menu):not(.nav-tabs),
[class*=' iress-panel-color-'] .modal-body > ul:not(.dropdown-menu):not(.nav-tabs),
[class*=' iress-panel-color-'] .panel-body .row div[class^='col-xs-'] > ul:not(.dropdown-menu),
[class*=' iress-panel-color-'] .modal-body .row div[class^='col-xs-'] > ul:not(.dropdown-menu) {
  padding-left: 1em;
  font-size: 0.85em;
}
[class*=' iress-panel-color-'] .panel-body > ul:not(.dropdown-menu):not(.nav-tabs) > li,
[class*=' iress-panel-color-'] .modal-body > ul:not(.dropdown-menu):not(.nav-tabs) > li,
[class*=' iress-panel-color-'] .panel-body .row div[class^='col-xs-'] > ul:not(.dropdown-menu) > li,
[class*=' iress-panel-color-'] .modal-body .row div[class^='col-xs-'] > ul:not(.dropdown-menu) > li {
  padding-bottom: 0.75em;
}
[class*=' iress-panel-color-'] .panel-body > ul.list-group,
[class*=' iress-panel-color-'] .modal-body > ul.list-group {
  font-size: 1em;
}
[class*=' iress-panel-color-'] .panel-body .row .lender-name,
[class*=' iress-panel-color-'] .modal-body .row .lender-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.75em;
  display: block;
  white-space: normal !important;
}
[class*=' iress-panel-color-'] .panel-body table tbody.striped tr:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body table tbody.striped tr:nth-child(odd),
[class*=' iress-panel-color-'] .panel-body table tbody.striped-odd tr:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body table tbody.striped-odd tr:nth-child(odd) {
  background-color: #eee;
}
[class*=' iress-panel-color-'] .panel-body table tbody.striped tr:hover:not(.expander),
[class*=' iress-panel-color-'] .modal-body table tbody.striped tr:hover:not(.expander),
[class*=' iress-panel-color-'] .panel-body table tbody.striped-odd tr:hover:not(.expander),
[class*=' iress-panel-color-'] .modal-body table tbody.striped-odd tr:hover:not(.expander),
[class*=' iress-panel-color-'] .panel-body table tbody.striped tr:focus:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] .modal-body table tbody.striped tr:focus:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] .panel-body table tbody.striped-odd tr:focus:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] .modal-body table tbody.striped-odd tr:focus:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body table tbody.striped-even tr:nth-child(even),
[class*=' iress-panel-color-'] .modal-body table tbody.striped-even tr:nth-child(even) {
  background-color: #eee;
}
[class*=' iress-panel-color-'] .panel-body table tbody.striped-even tr:hover:not(.expander),
[class*=' iress-panel-color-'] .modal-body table tbody.striped-even tr:hover:not(.expander),
[class*=' iress-panel-color-'] .panel-body table tbody.striped-even tr:focus:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] .modal-body table tbody.striped-even tr:focus:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body table tbody tr.expander td,
[class*=' iress-panel-color-'] .modal-body table tbody tr.expander td {
  padding: 0;
}
[class*=' iress-panel-color-'] .panel-body table tbody tr.expander td a,
[class*=' iress-panel-color-'] .modal-body table tbody tr.expander td a {
  padding: 8px;
  color: #17244c;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
}
[class*=' iress-panel-color-'] .panel-body.table,
[class*=' iress-panel-color-'] .modal-body.table {
  padding-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body.table .dropdown-spacing,
[class*=' iress-panel-color-'] .modal-body.table .dropdown-spacing {
  padding-right: 2.5em !important;
}
[class*=' iress-panel-color-'] .panel-body.table .row h4,
[class*=' iress-panel-color-'] .modal-body.table .row h4 {
  font-size: 1.14285714em;
}
[class*=' iress-panel-color-'] .panel-body.table > header,
[class*=' iress-panel-color-'] .modal-body.table > header {
  padding-top: 0;
}
[class*=' iress-panel-color-'] .panel-body.table > header > div,
[class*=' iress-panel-color-'] .modal-body.table > header > div {
  height: 3.125em;
}
[class*=' iress-panel-color-'] .panel-body.table > header > div .dropdown-spacing,
[class*=' iress-panel-color-'] .modal-body.table > header > div .dropdown-spacing {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
[class*=' iress-panel-color-'] .panel-body.table > header > div div,
[class*=' iress-panel-color-'] .modal-body.table > header > div div {
  height: inherit;
}
[class*=' iress-panel-color-'] .panel-body.table > header > div div > span,
[class*=' iress-panel-color-'] .modal-body.table > header > div div > span {
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  height: inherit;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li.highlight > .row,
[class*=' iress-panel-color-'] .modal-body.table > ul > li.highlight > .row {
  background-color: #eee;
  color: #545454;
  border-top: 2px solid #17244c;
  border-bottom: 2px solid #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li.highlight > .row .btn-group > a,
[class*=' iress-panel-color-'] .modal-body.table > ul > li.highlight > .row .btn-group > a {
  background-color: transparent;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li.highlight > .row .btn-group > a:hover,
[class*=' iress-panel-color-'] .modal-body.table > ul > li.highlight > .row .btn-group > a:hover,
[class*=' iress-panel-color-'] .panel-body.table > ul > li.highlight > .row .btn-group > a:focus,
[class*=' iress-panel-color-'] .modal-body.table > ul > li.highlight > .row .btn-group > a:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li.highlight .btn-group > a > .row > div h4,
[class*=' iress-panel-color-'] .modal-body.table > ul > li.highlight .btn-group > a > .row > div h4,
[class*=' iress-panel-color-'] .panel-body.table > ul > li.highlight .btn-group > a > .row > div span,
[class*=' iress-panel-color-'] .modal-body.table > ul > li.highlight .btn-group > a > .row > div span {
  font-weight: bold;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .btn-group > a,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .btn-group > a {
  padding-left: 0;
  padding-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .btn-group > a > div.row,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .btn-group > a > div.row {
  margin-left: 0;
  margin-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .btn-group > a:hover h4,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .btn-group > a:hover h4,
[class*=' iress-panel-color-'] .panel-body.table > ul > li .btn-group > a:active h4,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .btn-group > a:active h4,
[class*=' iress-panel-color-'] .panel-body.table > ul > li .btn-group > a:focus h4,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .btn-group > a:focus h4 {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd) .btn-group > a,
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) .btn-group > a,
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd) .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) .btn-group > button {
  background-color: #eee;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd) .btn-group > a:hover,
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) .btn-group > a:hover,
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd) .btn-group > button:hover,
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) .btn-group > button:hover,
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd) .btn-group > a:focus,
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) .btn-group > a:focus,
[class*=' iress-panel-color-'] .panel-body.table > ul > li:nth-child(odd) .btn-group > button:focus,
[class*=' iress-panel-color-'] .modal-body.table > ul > li:nth-child(odd) .btn-group > button:focus {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li > .row,
[class*=' iress-panel-color-'] .modal-body.table > ul > li > .row {
  margin-left: 0;
  margin-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li > .row .btn-group.open > a,
[class*=' iress-panel-color-'] .modal-body.table > ul > li > .row .btn-group.open > a {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li > .row .btn-group.open > a h4,
[class*=' iress-panel-color-'] .modal-body.table > ul > li > .row .btn-group.open > a h4,
[class*=' iress-panel-color-'] .panel-body.table > ul > li > .row .btn-group.open > a span,
[class*=' iress-panel-color-'] .modal-body.table > ul > li > .row .btn-group.open > a span {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li > .row .btn-group.open > button,
[class*=' iress-panel-color-'] .modal-body.table > ul > li > .row .btn-group.open > button {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox {
  padding-left: 0;
  padding-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button {
  height: 4em;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button:focus,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button.active,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button.active {
  color: inherit;
}
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button.active:hover,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button.active:hover,
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button.active:active,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button.active:active,
[class*=' iress-panel-color-'] .panel-body.table > ul > li .aligned-checkbox button.active:focus,
[class*=' iress-panel-color-'] .modal-body.table > ul > li .aligned-checkbox button.active:focus {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped,
[class*=' iress-panel-color-'] .modal-body.table-striped {
  padding-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.no-border > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped.no-border > .row,
[class*=' iress-panel-color-'] .panel-body.table-striped.no-border > div[data-bind^='template'] > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped.no-border > div[data-bind^='template'] > .row {
  border: 0 !important;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > header,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > header {
  padding-top: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > header > div,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > header > div {
  height: 3.125em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > header > div div,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > header > div div {
  height: inherit;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > header > div div > span,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > header > div div > span {
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  height: inherit;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li:nth-child(even),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li:nth-child(even) {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li > .row {
  margin-left: 0;
  margin-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .aligned-checkbox,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .aligned-checkbox {
  padding-left: 0;
  padding-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .aligned-checkbox button {
  height: 4em;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .aligned-checkbox button:active {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .aligned-checkbox + div[class^='col-xs-'],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .aligned-checkbox + div[class^='col-xs-'] {
  padding-left: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .aligned-checkbox + div[class^='col-xs-'] > a > div.row,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .aligned-checkbox + div[class^='col-xs-'] > a > div.row {
  margin-left: 0;
  margin-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .btn-group.open > a,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .btn-group.open > a {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .btn-group.open > a h4,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .btn-group.open > a h4,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > ul > li .btn-group.open > a span,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > ul > li .btn-group.open > a span {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row {
  min-height: 3.75em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row.linked > div[class^='col-xs-'],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row.linked > div[class^='col-xs-'],
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row.linked > div[class^='col-xs-'],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row.linked > div[class^='col-xs-'] {
  min-height: 3.75em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row.linked > div[class^='col-xs-']:nth-child(2),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row.linked > div[class^='col-xs-']:nth-child(2),
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row.linked > div[class^='col-xs-']:nth-child(2),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row.linked > div[class^='col-xs-']:nth-child(2) {
  padding-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row.linked > div[class^='col-xs-']:nth-child(2) > a,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row.linked > div[class^='col-xs-']:nth-child(2) > a,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row.linked > div[class^='col-xs-']:nth-child(2) > a,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row.linked > div[class^='col-xs-']:nth-child(2) > a {
  min-height: 3.75em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row:nth-child(odd),
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(odd),
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row.odd,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row.odd,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row.odd,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row.odd {
  background-color: inherit;
  border-top: 0;
  border-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row:nth-child(odd) .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row:nth-child(odd) .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(odd) .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(odd) .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row.odd .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row.odd .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row.odd .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row.odd .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row:nth-child(odd) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row:nth-child(odd) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(odd) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(odd) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row.odd .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row.odd .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row.odd .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row.odd .aligned-dropdown .btn-group > button {
  height: 3.75em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row:nth-child(even),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row:nth-child(even),
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(even),
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(even) {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row:nth-child(even) .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row:nth-child(even) .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(even) .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(even) .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row:nth-child(even) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row:nth-child(even) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(even) .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row:nth-child(even) .aligned-dropdown .btn-group > button {
  height: 3.75em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row input[type=checkbox],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row input[type=checkbox],
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row input[type=checkbox],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row input[type=checkbox] {
  margin-top: 2px;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-checkbox,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-checkbox,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox {
  position: relative;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox button {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  max-width: 3.75em;
  height: 4em;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox button:active {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-checkbox + div[class^='col-xs-'],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-checkbox + div[class^='col-xs-'],
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox + div[class^='col-xs-'],
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox + div[class^='col-xs-'] {
  padding-left: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-checkbox + div[class^='col-xs-'] > a > div.row,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-checkbox + div[class^='col-xs-'] > a > div.row,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox + div[class^='col-xs-'] > a > div.row,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-checkbox + div[class^='col-xs-'] > a > div.row {
  margin-left: 0;
  margin-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-dropdown,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-dropdown,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-dropdown,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-dropdown {
  text-align: right;
  position: relative;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-dropdown .btn-group,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-dropdown .btn-group,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-dropdown .btn-group,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-dropdown .btn-group {
  position: absolute;
  margin-right: 0;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 3.75em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > .row .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > .row .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .panel-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-dropdown .btn-group > button,
[class*=' iress-panel-color-'] .modal-body.table-striped.skip-header > div[data-bind^='template'] > .row .aligned-dropdown .btn-group > button {
  font-size: 1em !important;
  border: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row {
  padding-top: 8px;
  padding-bottom: 8px;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row.linked,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row.linked,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row.linked,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row.linked {
  padding-top: 0;
  padding-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row.linked input[type=checkbox],
[class*=' iress-panel-color-'] .modal-body.table-striped > .row.linked input[type=checkbox],
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row.linked input[type=checkbox],
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row.linked input[type=checkbox] {
  margin-top: 10px;
  margin-bottom: 8px;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row div[class^="col-xs-"] > a,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row div[class^="col-xs-"] > a,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row div[class^="col-xs-"] > a,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row div[class^="col-xs-"] > a,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row > a,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row > a,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row > a,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row > a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  overflow: hidden;
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row div[class^="col-xs-"] > a:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row div[class^="col-xs-"] > a:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row div[class^="col-xs-"] > a:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row div[class^="col-xs-"] > a:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row > a:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row > a:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row > a:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row > a:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row div[class^="col-xs-"] > a:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row div[class^="col-xs-"] > a:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row div[class^="col-xs-"] > a:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row div[class^="col-xs-"] > a:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row > a:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row > a:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row > a:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row > a:active {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body.table-striped > .row:nth-child(odd),
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row:nth-child(odd),
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row:nth-child(odd),
[class*=' iress-panel-color-'] .panel-body.table-striped > .row.odd,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row.odd,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row.odd,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row.odd {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row:nth-child(odd) dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row:nth-child(odd) dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row:nth-child(odd) dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row:nth-child(odd) dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row.odd dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row.odd dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row.odd dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row.odd dt {
  color: #575757;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row address,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row address,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row address,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row address {
  font-size: 1.14285714em;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl {
  margin-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl dt {
  font-weight: bold;
  color: #707070;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl dd,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl dd,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl dd,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl dd {
  overflow-x: hidden;
  text-overflow: ellipsis;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl.justified,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl.justified,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl.justified,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl.justified {
  overflow: auto;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl.justified dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl.justified dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl.justified dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl.justified dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl.justified dd,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl.justified dd,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl.justified dd,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl.justified dd {
  display: inline-block;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl.justified dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl.justified dt,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl.justified dt,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl.justified dt {
  float: left;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row dl.justified dd,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row dl.justified dd,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row dl.justified dd,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row dl.justified dd {
  float: right;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .btn-group button:hover .caret,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .btn-group button:hover .caret,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .btn-group button:hover .caret,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .btn-group button:hover .caret,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .btn-group button:focus .caret,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .btn-group button:focus .caret,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .btn-group button:focus .caret,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .btn-group button:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox {
  padding-left: 0;
  padding-right: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button:focus,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button:focus,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button:focus,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button.active,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button.active,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active {
  color: inherit;
}
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button.active:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button.active:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active:hover,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active:hover,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button.active:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button.active:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active:active,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active:active,
[class*=' iress-panel-color-'] .panel-body.table-striped > .row .aligned-checkbox button.active:focus,
[class*=' iress-panel-color-'] .modal-body.table-striped > .row .aligned-checkbox button.active:focus,
[class*=' iress-panel-color-'] .panel-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active:focus,
[class*=' iress-panel-color-'] .modal-body.table-striped > div[data-bind^='template'] > .row .aligned-checkbox button.active:focus {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body.table .row dd a:not(.btn),
[class*=' iress-panel-color-'] .modal-body.table .row dd a:not(.btn),
[class*=' iress-panel-color-'] .panel-body.table-striped .row dd a:not(.btn),
[class*=' iress-panel-color-'] .modal-body.table-striped .row dd a:not(.btn) {
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body.table .row dd a:not(.btn):hover,
[class*=' iress-panel-color-'] .modal-body.table .row dd a:not(.btn):hover,
[class*=' iress-panel-color-'] .panel-body.table-striped .row dd a:not(.btn):hover,
[class*=' iress-panel-color-'] .modal-body.table-striped .row dd a:not(.btn):hover,
[class*=' iress-panel-color-'] .panel-body.table .row dd a:not(.btn):focus,
[class*=' iress-panel-color-'] .modal-body.table .row dd a:not(.btn):focus,
[class*=' iress-panel-color-'] .panel-body.table-striped .row dd a:not(.btn):focus,
[class*=' iress-panel-color-'] .modal-body.table-striped .row dd a:not(.btn):focus,
[class*=' iress-panel-color-'] .panel-body.table .row dd a:not(.btn):visited,
[class*=' iress-panel-color-'] .modal-body.table .row dd a:not(.btn):visited,
[class*=' iress-panel-color-'] .panel-body.table-striped .row dd a:not(.btn):visited,
[class*=' iress-panel-color-'] .modal-body.table-striped .row dd a:not(.btn):visited {
  color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group,
[class*=' iress-panel-color-'] .modal-body ul.list-group {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group.iress-panel-inner,
[class*=' iress-panel-color-'] .modal-body ul.list-group.iress-panel-inner {
  margin-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li {
  padding-bottom: 0;
  margin-bottom: 0.35714286em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item {
  display: block;
  text-decoration: none;
  position: relative;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-cross,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-cross,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-cross,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-cross,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-cross,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-cross {
  border-left: 4px solid #bc2346;
  margin-left: 10px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-cross > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-cross > span.background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-cross > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-cross > span.background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-cross > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-cross > span.background {
  line-height: 1em;
  top: 0.125em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-tick,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-tick,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-tick,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-tick,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-tick,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-tick {
  border-left: 4px solid #309b77;
  margin-left: 10px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-tick > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-tick > span.background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-tick > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-tick > span.background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-tick > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-tick > span.background {
  line-height: 1em;
  top: 0.125em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-grey,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-grey,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-grey,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-grey,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-grey,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-grey {
  border-left: 4px solid #b3b3b3;
  margin-left: 10px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-grey > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-grey > span.background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-grey > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-grey > span.background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-grey > span.background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-grey > span.background {
  line-height: 1em;
  top: 0.125em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-invisible,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-invisible,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-invisible,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-invisible,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-invisible,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-invisible {
  border: 0;
  margin-left: 10px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-0,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-0,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-0,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-0,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-0,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-0 {
  border-left: 15px solid #309b77;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-1,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-1,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-1,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-1,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-1,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-1 {
  border-left: 15px solid #e880b8;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-2,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-2,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-2,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-2,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-2,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-2 {
  border-left: 15px solid #9868cb;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-3,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-3,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-3,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-3,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-3,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-3 {
  border-left: 15px solid #bc2346;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-4 {
  border-left: 15px solid #FFF;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-5,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-5,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-5,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-5,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-5,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-5 {
  border-left: 15px solid #4c8ac7;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-6,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-6,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-6,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-6,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-6,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-6 {
  border-left: 15px solid #9EFAE6;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-7,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-7,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-7,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-7,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-7,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-7 {
  border-left: 15px solid #c2ff81;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a.indicator-8,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a.indicator-8,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a.indicator-8,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a.indicator-8,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item.indicator-8,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item.indicator-8 {
  border-left: 15px solid #266087;
  border-bottom: 15px solid transparent;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a .background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a .background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a .background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a .background,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item .background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item .background {
  position: absolute;
  right: 0.25em;
  font-size: 3em;
  width: auto;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a .background.indicator-cross-color,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a .background.indicator-cross-color,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a .background.indicator-cross-color,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a .background.indicator-cross-color,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item .background.indicator-cross-color,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item .background.indicator-cross-color {
  color: #bc2346;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li a .background.indicator-tick-color,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li a .background.indicator-tick-color,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a .background.indicator-tick-color,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a .background.indicator-tick-color,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item .background.indicator-tick-color,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item .background.indicator-tick-color {
  color: #309b77;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li .btn-group > a .background,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li .btn-group > a .background {
  right: 0.75em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a {
  padding: 0.5em 15px;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a > h4 {
  font-size: 1.14285714em;
  font-weight: bold;
  color: #707070;
  width: -webkit-calc(100% - 1em);
  width: calc(100% - 1em);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a.active > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a.active > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a.active > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a.active > h4 {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a > span {
  font-size: 0.92857143em;
  margin: 0 0 0.25em 0;
  width: -webkit-calc(100% - 1em);
  width: calc(100% - 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a > span.small,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a > span.small,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a > span.small,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a > span.small {
  font-size: 0.78571429em;
  margin-bottom: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:hover > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:hover > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:hover > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:hover > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:focus > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:focus > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:focus > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:focus > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:active > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:active > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:active > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:active > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:hover > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:hover > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:hover > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:hover > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:focus > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:focus > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:focus > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:focus > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:active > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:active > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:active > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:active > span {
  color: #fff !important;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item {
  padding: 0.5em 15px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item > h4 {
  font-size: 1.14285714em;
  font-weight: bold;
  color: #707070;
  width: -webkit-calc(100% - 1em);
  width: calc(100% - 1em);
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item > span {
  font-size: 0.92857143em;
  margin: 0 0 0.25em 0;
  width: -webkit-calc(100% - 1em);
  width: calc(100% - 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group {
  position: relative;
  display: block;
  height: 4em;
  margin-right: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group.open > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group.open > a {
  background-color: #17244c;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group.open > a > h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group.open > a > h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group.open > a > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group.open > a > span {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a {
  height: 4em;
  width: 100%;
  display: block;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > button,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 4em;
  z-index: 10;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > button,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group span {
  text-align: left;
  display: block;
  margin: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group h4 > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group h4 > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group span > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group span > span {
  display: inline;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a {
  height: 4em;
  width: 100%;
  display: block;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a span {
  text-align: left;
  display: block;
  margin: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a h4 > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a h4 > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a h4 > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a h4 > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a span > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a span > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a span > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a span > span {
  display: inline;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a h4 {
  color: #707070;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:hover > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:hover > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:hover > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:hover > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > a:active > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > a:active > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group .btn-group > a:active > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group .btn-group > a:active > span {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item {
  height: 4em;
  width: 100%;
  display: block;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  /*
        span {
          color: contrast(@bodyBackground, #777, #ddd);
        }
        */
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item h4,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item span {
  text-align: left;
  display: block;
  margin: 0;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item h4 > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item h4 > span,
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item span > span,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item span > span {
  display: inline;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group > li > .disabled-list-item h4,
[class*=' iress-panel-color-'] .modal-body ul.list-group > li > .disabled-list-item h4 {
  color: #707070;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group.large .btn-group,
[class*=' iress-panel-color-'] .modal-body ul.list-group.large .btn-group {
  height: 5em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group.large .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group.large .btn-group > a {
  height: 5em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group.large .btn-group > button,
[class*=' iress-panel-color-'] .modal-body ul.list-group.large .btn-group > button {
  height: 5em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group.large > li > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group.large > li > a,
[class*=' iress-panel-color-'] .panel-body ul.list-group.large .btn-group > a,
[class*=' iress-panel-color-'] .modal-body ul.list-group.large .btn-group > a {
  height: 5em;
}
[class*=' iress-panel-color-'] .panel-body ul.list-group.large > li > .disabled-list-item,
[class*=' iress-panel-color-'] .modal-body ul.list-group.large > li > .disabled-list-item {
  height: 5em;
}
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group .multiselect.dropdown-toggle:hover .caret,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group .multiselect.dropdown-toggle:hover .caret,
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group .multiselect.dropdown-toggle:active .caret,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group .multiselect.dropdown-toggle:active .caret,
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group .multiselect.dropdown-toggle:focus .caret,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group .multiselect.dropdown-toggle:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > li > a:hover label.checkbox,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > li > a:hover label.checkbox,
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > li > a:active label.checkbox,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > li > a:active label.checkbox,
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > li > a:focus label.checkbox,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > li > a:focus label.checkbox {
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > .active > a,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > .active > a {
  background-color: #317ab9;
}
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > .active > a:hover,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > .active > a:hover,
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > .active > a:active,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > .active > a:active,
[class*=' iress-panel-color-'] .panel-body .multiselect.btn-group ul.multiselect-container > .active > a:focus,
[class*=' iress-panel-color-'] .modal-body .multiselect.btn-group ul.multiselect-container > .active > a:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] .panel-body .not-registered-panel-content,
[class*=' iress-panel-color-'] .modal-body .not-registered-panel-content {
  margin: 5em 2em 4em 2em;
}
[class*=' iress-panel-color-'].panel > .panel-footer {
  background: #fff;
}
[class*=' iress-panel-color-'].panel > .panel-footer.total {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
[class*=' iress-panel-color-'].panel > .panel-footer.total h1,
[class*=' iress-panel-color-'].panel > .panel-footer.total h2,
[class*=' iress-panel-color-'].panel > .panel-footer.total h3,
[class*=' iress-panel-color-'].panel > .panel-footer.total h4,
[class*=' iress-panel-color-'].panel > .panel-footer.total h5,
[class*=' iress-panel-color-'].panel > .panel-footer.total .h1,
[class*=' iress-panel-color-'].panel > .panel-footer.total .h2,
[class*=' iress-panel-color-'].panel > .panel-footer.total .h3,
[class*=' iress-panel-color-'].panel > .panel-footer.total .h4,
[class*=' iress-panel-color-'].panel > .panel-footer.total .h5 {
  color: #17244c;
}
[class*=' iress-panel-color-'].panel > .panel-footer .btn.btn-block {
  margin-bottom: 1em;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav.navbar-right {
  margin-right: -15px !important;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav.navbar-right li.total {
  margin-right: 15px;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group {
  margin-right: 0;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group > a {
  padding: 10px 15px;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group > a:hover span.caret,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group > a:focus span.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group > a,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > a,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > button {
  color: #17244c;
  background: transparent;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group > a:hover,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > a:hover,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > button:hover,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > div.btn-group > a:focus,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > a:focus,
[class*=' iress-panel-color-'].panel > .panel-footer .nav > li > button:focus {
  color: #fff;
  background: #3A1C46 !important;
}
[class*=' iress-panel-color-'].docked-footer {
  position: relative;
}
[class*=' iress-panel-color-'].docked-footer .panel-body {
  padding-bottom: 60px;
}
[class*=' iress-panel-color-'].docked-footer .panel-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
[class*=' iress-panel-color-'] .list-group > li > div > a,
[class*=' iress-panel-color-'] .list-group > li > a {
  color: #17244c;
  background: #f7f7f9;
}
[class*=' iress-panel-color-'] .list-group > li > div > a:hover,
[class*=' iress-panel-color-'] .list-group > li > a:hover,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus,
[class*=' iress-panel-color-'] .list-group > li > a:focus {
  background: #17244c;
  color: #fff;
  cursor: pointer;
}
[class*=' iress-panel-color-'] .list-group > li > div > a:hover h1,
[class*=' iress-panel-color-'] .list-group > li > a:hover h1,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus h1,
[class*=' iress-panel-color-'] .list-group > li > a:focus h1,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover h2,
[class*=' iress-panel-color-'] .list-group > li > a:hover h2,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus h2,
[class*=' iress-panel-color-'] .list-group > li > a:focus h2,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover h3,
[class*=' iress-panel-color-'] .list-group > li > a:hover h3,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus h3,
[class*=' iress-panel-color-'] .list-group > li > a:focus h3,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover h4,
[class*=' iress-panel-color-'] .list-group > li > a:hover h4,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus h4,
[class*=' iress-panel-color-'] .list-group > li > a:focus h4,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover h5,
[class*=' iress-panel-color-'] .list-group > li > a:hover h5,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus h5,
[class*=' iress-panel-color-'] .list-group > li > a:focus h5,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover h6,
[class*=' iress-panel-color-'] .list-group > li > a:hover h6,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus h6,
[class*=' iress-panel-color-'] .list-group > li > a:focus h6,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover .h1,
[class*=' iress-panel-color-'] .list-group > li > a:hover .h1,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus .h1,
[class*=' iress-panel-color-'] .list-group > li > a:focus .h1,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover .h2,
[class*=' iress-panel-color-'] .list-group > li > a:hover .h2,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus .h2,
[class*=' iress-panel-color-'] .list-group > li > a:focus .h2,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover .h3,
[class*=' iress-panel-color-'] .list-group > li > a:hover .h3,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus .h3,
[class*=' iress-panel-color-'] .list-group > li > a:focus .h3,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover .h4,
[class*=' iress-panel-color-'] .list-group > li > a:hover .h4,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus .h4,
[class*=' iress-panel-color-'] .list-group > li > a:focus .h4,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover .h5,
[class*=' iress-panel-color-'] .list-group > li > a:hover .h5,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus .h5,
[class*=' iress-panel-color-'] .list-group > li > a:focus .h5,
[class*=' iress-panel-color-'] .list-group > li > div > a:hover .h6,
[class*=' iress-panel-color-'] .list-group > li > a:hover .h6,
[class*=' iress-panel-color-'] .list-group > li > div > a:focus .h6,
[class*=' iress-panel-color-'] .list-group > li > a:focus .h6 {
  color: #fff;
}
[class*=' iress-panel-color-'] .list-group .disabled-list-item {
  background: #f7f7f9;
}
[class*=' iress-panel-color-'] .list-group button:hover .caret,
[class*=' iress-panel-color-'] .list-group button:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
[class*=' iress-panel-color-'] .nav > li.open a {
  background: transparent;
  color: #17244c;
  /*needs defaulted to action/bodyfont colour*/
}
[class*=' iress-panel-color-'] .nav > li.open a .caret {
  border-top-color: #17244c;
  border-bottom-color: #17244c;
}
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li a:hover,
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li a:focus {
  background: transparent;
  color: #17244c;
}
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li a:hover *,
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li a:focus * {
  border-top-color: #17244c;
  border-bottom-color: #17244c;
}
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li .dropdown-menu a:hover,
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li .dropdown-menu a:focus {
  background: #3A1C46;
  color: #fff;
}
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li .dropdown-menu a:hover *,
[class*=' iress-panel-color-'] .nav:not(.nav-tabs) > li .dropdown-menu a:focus * {
  border-top-color: #fff;
  border-bottom-color: #fff;
  color: #fff;
}
[class*=' iress-panel-color-'] .btn-group {
  margin-top: 0;
  margin-bottom: 0;
}
[class*=' iress-panel-color-'] .btn:active,
[class*=' iress-panel-color-'] .btn:hover,
[class*=' iress-panel-color-'] .btn:focus,
[class*=' iress-panel-color-'] .btn.active {
  background-color: #3A1C46;
  color: #fff;
}
[class*=' iress-panel-color-'] .dropdown-menu > li > a:hover,
[class*=' iress-panel-color-'] .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3A1C46;
}
[class*=' iress-panel-color-'] .dropdown-menu > li > div {
  color: #6e6e6e;
}
[class*=' iress-panel-color-'] table {
  table-layout: fixed;
}
[class*=' iress-panel-color-'] table.table-condensed {
  font-size: 0.85714286em;
}
[class*=' iress-panel-color-'] table.table-condensed thead > tr > th:first-child,
[class*=' iress-panel-color-'] table.table-condensed tbody > tr > td:first-child,
[class*=' iress-panel-color-'] table.table-condensed tbody > tr > td.policy-type-cell {
  padding-left: 1em;
}
[class*=' iress-panel-color-'] table.table-condensed tbody > tr.policy-type-row > td {
  padding-bottom: 15px !important;
}
[class*=' iress-panel-color-'] table.table-condensed.extra-small {
  font-size: 0.78571429em;
}
[class*=' iress-panel-color-'] table.table-condensed.extra-small th.percentage-column,
[class*=' iress-panel-color-'] table.table-condensed.extra-small td.percentage-column {
  width: 5em !important;
}
[class*=' iress-panel-color-'] table tbody > tr > td .btn-group a.btn,
[class*=' iress-panel-color-'] table tbody > tr > td .btn-group button.btn,
[class*=' iress-panel-color-'] table tbody > tr > td .btn-group .dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 4px;
}
[class*=' iress-panel-color-'] table tbody > tr > td:not(.action-column):not(.i-progress-action-column):not(.select-column):not(.policy-action-column):not(.i-download) a:not(.fc-event) {
  color: #2c6da5;
}
[class*=' iress-panel-color-'] table th {
  word-wrap: break-word;
}
[class*=' iress-panel-color-'] table th.search-main,
[class*=' iress-panel-color-'] table td.search-main,
[class*=' iress-panel-color-'] table th[data-bind],
[class*=' iress-panel-color-'] table td[data-bind]:not(.i-progress-action-column) {
  overflow-x: hidden;
}
[class*=' iress-panel-color-'] table tr.linked {
  cursor: pointer;
}
[class*=' iress-panel-color-'] table tr.linked:hover,
[class*=' iress-panel-color-'] table tr.linked:focus {
  background-color: #17244c !important;
  color: #fff;
}
[class*=' iress-panel-color-'] table tr.linked:hover td.aligned-checkbox > button.btn,
[class*=' iress-panel-color-'] table tr.linked:focus td.aligned-checkbox > button.btn {
  background-color: transparent;
}
[class*=' iress-panel-color-'] table tr.highlight td.linked > a {
  color: #545454;
}
[class*=' iress-panel-color-'] table tr.highlight td.linked > a:hover,
[class*=' iress-panel-color-'] table tr.highlight td.linked > a:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table tr.highlight .highlight-indicator {
  position: absolute;
  right: 0.5em;
  font-size: 2em;
  margin-top: -0.25em;
}
[class*=' iress-panel-color-'] table tr.highlight.au .action-column .highlight-indicator {
  margin-top: 0.25em;
}
[class*=' iress-panel-color-'] table tr.au .action-column {
  padding-right: 2em;
}
[class*=' iress-panel-color-'] table td.linked > a {
  color: #17244c;
}
[class*=' iress-panel-color-'] table td.linked > a:hover,
[class*=' iress-panel-color-'] table td.linked > a:focus {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table tbody.striped tr:nth-child(odd),
[class*=' iress-panel-color-'] table tbody.striped-odd tr:nth-child(odd) {
  background-color: #eee;
}
[class*=' iress-panel-color-'] table tbody.striped tr:focus:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] table tbody.striped-odd tr:focus:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table tbody.striped-even tr:nth-child(even) {
  background-color: #eee;
}
[class*=' iress-panel-color-'] table tbody.striped-even tr:focus:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table tbody.striped-2 tr:nth-child(4n-1),
[class*=' iress-panel-color-'] table tbody.striped-2 tr:nth-child(4n) {
  background-color: #eee;
}
[class*=' iress-panel-color-'] table:not(.no-hover) tbody.striped tr:hover:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] table:not(.no-hover) tbody.striped-odd tr:hover:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table:not(.no-hover) tbody.striped-even tr:hover:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table:not(.no-hover) tbody.striped-2 tr:nth-child(4n-1):hover:not(.expander, .nested-table-wrapper),
[class*=' iress-panel-color-'] table:not(.no-hover) tbody.striped-2 tr:nth-child(4n):hover:not(.expander, .nested-table-wrapper) {
  background-color: #17244c;
  color: #fff;
}
[class*=' iress-panel-color-'] table:not(.no-hover) tbody tr:hover:not(.expander, .nested-table-wrapper) .aligned-checkbox button[disabled],
[class*=' iress-panel-color-'] table:not(.no-hover) tbody tr:hover:not(.expander, .nested-table-wrapper) .aligned-checkbox button.disabled {
  color: #fff;
}
[class*=' iress-panel-color-'] table tbody.expander tr::not(.expander, .nested-table-wrapper) td:first-child {
  padding-left: -webkit-calc(1.375em + 8px);
  padding-left: calc(1.375em + 8px);
}
[class*=' iress-panel-color-'] table tbody tr.expander.au td:not(.expander-column) {
  padding: 8px;
}
[class*=' iress-panel-color-'] table tbody tr.expander td {
  padding: 0;
}
[class*=' iress-panel-color-'] table tbody tr.expander td a {
  padding: 8px;
  color: #17244c;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
}
[class*=' iress-panel-color-'] table tbody tr.expander td.total {
  padding: 8px;
  font-size: 1.25em;
  font-weight: bold;
}
[class*=' iress-panel-color-'] table tr.fee-expander:not(.i-keep-font-size) {
  font-size: 1.25em;
}
[class*=' iress-panel-color-'] table tr.fee-expander th a {
  color: #17244c;
}
[class*=' iress-panel-color-'] table .border-col {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  background-color: #f7f7f9;
  color: #17244c;
}
[class*=' iress-panel-color-'] table .highlight-cell {
  background-color: #3A1C46;
  color: #fff;
}
[class*=' iress-panel-color-'] table .current-payment {
  font-weight: bold !important;
  border: 2px solid #ddd;
}
[class*=' iress-panel-color-'] table tr.border-row {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #f7f7f9;
  color: #17244c;
}
[class*=' iress-panel-color-'] .table-striped > tbody > tr:nth-child(odd) > td,
[class*=' iress-panel-color-'] .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(255, 255, 255, 0.2);
}
[class*=' iress-panel-color-'] .image-radio {
  border-left: 10px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
[class*=' iress-panel-color-'] .image-radio * {
  color: #000000;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .summary-item {
  background-color: #fff;
  border-left: 10px solid #e6e6e6;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .summary-item .summary-item-icon {
  color: #ffffff;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .summary-item .details {
  color: #333;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .summary-item .details * {
  color: #333;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover .summary-item,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus .summary-item,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered .summary-item {
  background-color: #e6e6e6;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover .summary-item *,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus .summary-item *,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered .summary-item * {
  color: #333;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover .summary-item .summary-item-icon,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus .summary-item .summary-item-icon,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered .summary-item .summary-item-icon {
  color: #ffffff;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover.no-hover,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus.no-hover,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered.no-hover {
  cursor: default;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover.no-hover .summary-item,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus.no-hover .summary-item,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered.no-hover .summary-item {
  background-color: #fff;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover.no-hover .summary-item *,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus.no-hover .summary-item *,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered.no-hover .summary-item * {
  color: #333;
}
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:hover.no-hover .summary-item .summary-item-icon,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled a[href]:focus.no-hover .summary-item .summary-item-icon,
[class*=' iress-panel-color-'] .summary-item-container.panel-styled .hovered.no-hover .summary-item .summary-item-icon {
  color: #ffffff;
}
[class*=' iress-panel-color-'] .dontwantcover:hover {
  background-color: #fff;
  color: #333;
}
[class*=' iress-panel-color-'] .dontwantcover:hover * {
  color: #333;
}
[class*=' iress-panel-color-'] a small.date {
  font-size: 75%;
  color: #707070;
}
[class*=' iress-panel-color-'] a:hover small.date,
[class*=' iress-panel-color-'] a:focus small.date {
  color: #fff !important;
}
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a:hover,
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a:focus {
  background-color: rgba(58, 28, 70, 0.1);
}
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a:hover > span,
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a:focus > span {
  color: #17244c !important;
}
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a.active {
  background-color: #3A1C46;
}
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:first-of-type > ul:not(.dropdown-menu) > li > a.active > span {
  color: #fff !important;
}
[class*=' iress-panel-color-'] .modal-body.modal-sidebar > .row > div[class^='col-']:last-of-type {
  background-color: #fff;
  padding-bottom: 15px;
}
[class*=' iress-panel-color-'].no-border {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*

.iress-panel-color-1 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel01-tile-border-colour,
    @iress-panel01-tile-border-width,
    @iress-panel01-header-background,
    @iress-panel01-body-background,
    @iress-panel01-footer-background,
    @iress-panel01-header-colour,
    @iress-panel01-header-icon-colour,
    @iress-panel01-subheader-colour,
    @iress-panel01-body-colour,
    @iress-panel01-action-background,
    @iress-panel01-action-colour,
    @iress-panel01-action-hover-background,
    @iress-panel01-action-hover-colour,
    @iress-panel01-listitem-background,
    @iress-panel01-listitem-colour,
    @iress-panel01-listitem-hover-background,
    @iress-panel01-listitem-hover-colour,
    @iress-panel01-alternate-row-background
  );

}

.iress-panel-color-2 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel02-tile-border-colour,
    @iress-panel02-tile-border-width,
    @iress-panel02-header-background,
    @iress-panel02-body-background,
    @iress-panel02-footer-background,
    @iress-panel02-header-colour,
    @iress-panel02-header-icon-colour,
    @iress-panel02-subheader-colour,
    @iress-panel02-body-colour,
    @iress-panel02-action-background,
    @iress-panel02-action-colour,
    @iress-panel02-action-hover-background,
    @iress-panel02-action-hover-colour,
    @iress-panel02-listitem-background,
    @iress-panel02-listitem-colour,
    @iress-panel02-listitem-hover-background,
    @iress-panel02-listitem-hover-colour,
    @iress-panel02-alternate-row-background
  );

}

.iress-panel-color-3 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel03-tile-border-colour,
    @iress-panel03-tile-border-width,
    @iress-panel03-header-background,
    @iress-panel03-body-background,
    @iress-panel03-footer-background,
    @iress-panel03-header-colour,
    @iress-panel03-header-icon-colour,
    @iress-panel03-subheader-colour,
    @iress-panel03-body-colour,
    @iress-panel03-action-background,
    @iress-panel03-action-colour,
    @iress-panel03-action-hover-background,
    @iress-panel03-action-hover-colour,
    @iress-panel03-listitem-background,
    @iress-panel03-listitem-colour,
    @iress-panel03-listitem-hover-background,
    @iress-panel03-listitem-hover-colour,
    @iress-panel03-alternate-row-background
  );

}

.iress-panel-color-4 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel04-tile-border-colour,
    @iress-panel04-tile-border-width,
    @iress-panel04-header-background,
    @iress-panel04-body-background,
    @iress-panel04-footer-background,
    @iress-panel04-header-colour,
    @iress-panel04-header-icon-colour,
    @iress-panel04-subheader-colour,
    @iress-panel04-body-colour,
    @iress-panel04-action-background,
    @iress-panel04-action-colour,
    @iress-panel04-action-hover-background,
    @iress-panel04-action-hover-colour,
    @iress-panel04-listitem-background,
    @iress-panel04-listitem-colour,
    @iress-panel04-listitem-hover-background,
    @iress-panel04-listitem-hover-colour,
    @iress-panel04-alternate-row-background
  );

}

.iress-panel-color-5 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel05-tile-border-colour,
    @iress-panel05-tile-border-width,
    @iress-panel05-header-background,
    @iress-panel05-body-background,
    @iress-panel05-footer-background,
    @iress-panel05-header-colour,
    @iress-panel05-header-icon-colour,
    @iress-panel05-subheader-colour,
    @iress-panel05-body-colour,
    @iress-panel05-action-background,
    @iress-panel05-action-colour,
    @iress-panel05-action-hover-background,
    @iress-panel05-action-hover-colour,
    @iress-panel05-listitem-background,
    @iress-panel05-listitem-colour,
    @iress-panel05-listitem-hover-background,
    @iress-panel05-listitem-hover-colour,
    @iress-panel05-alternate-row-background
  );

}

.iress-panel-color-6 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel06-tile-border-colour,
    @iress-panel06-tile-border-width,
    @iress-panel06-header-background,
    @iress-panel06-body-background,
    @iress-panel06-footer-background,
    @iress-panel06-header-colour,
    @iress-panel06-header-icon-colour,
    @iress-panel06-subheader-colour,
    @iress-panel06-body-colour,
    @iress-panel06-action-background,
    @iress-panel06-action-colour,
    @iress-panel06-action-hover-background,
    @iress-panel06-action-hover-colour,
    @iress-panel06-listitem-background,
    @iress-panel06-listitem-colour,
    @iress-panel06-listitem-hover-background,
    @iress-panel06-listitem-hover-colour,
    @iress-panel06-alternate-row-background
  );

}

.iress-panel-color-7 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel07-tile-border-colour,
    @iress-panel07-tile-border-width,
    @iress-panel07-header-background,
    @iress-panel07-body-background,
    @iress-panel07-footer-background,
    @iress-panel07-header-colour,
    @iress-panel07-header-icon-colour,
    @iress-panel07-subheader-colour,
    @iress-panel07-body-colour,
    @iress-panel07-action-background,
    @iress-panel07-action-colour,
    @iress-panel07-action-hover-background,
    @iress-panel07-action-hover-colour,
    @iress-panel07-listitem-background,
    @iress-panel07-listitem-colour,
    @iress-panel07-listitem-hover-background,
    @iress-panel07-listitem-hover-colour,
    @iress-panel07-alternate-row-background
  );

}

.iress-panel-color-8 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel08-tile-border-colour,
    @iress-panel08-tile-border-width,
    @iress-panel08-header-background,
    @iress-panel08-body-background,
    @iress-panel08-footer-background,
    @iress-panel08-header-colour,
    @iress-panel08-header-icon-colour,
    @iress-panel08-subheader-colour,
    @iress-panel08-body-colour,
    @iress-panel08-action-background,
    @iress-panel08-action-colour,
    @iress-panel08-action-hover-background,
    @iress-panel08-action-hover-colour,
    @iress-panel08-listitem-background,
    @iress-panel08-listitem-colour,
    @iress-panel08-listitem-hover-background,
    @iress-panel08-listitem-hover-colour,
    @iress-panel08-alternate-row-background
  );

}

.iress-panel-color-9 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel09-tile-border-colour,
    @iress-panel09-tile-border-width,
    @iress-panel09-header-background,
    @iress-panel09-body-background,
    @iress-panel09-footer-background,
    @iress-panel09-header-colour,
    @iress-panel09-header-icon-colour,
    @iress-panel09-subheader-colour,
    @iress-panel09-body-colour,
    @iress-panel09-action-background,
    @iress-panel09-action-colour,
    @iress-panel09-action-hover-background,
    @iress-panel09-action-hover-colour,
    @iress-panel09-listitem-background,
    @iress-panel09-listitem-colour,
    @iress-panel09-listitem-hover-background,
    @iress-panel09-listitem-hover-colour,
    @iress-panel09-alternate-row-background
  );

}

.iress-panel-color-10 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel10-tile-border-colour,
    @iress-panel10-tile-border-width,
    @iress-panel10-header-background,
    @iress-panel10-body-background,
    @iress-panel10-footer-background,
    @iress-panel10-header-colour,
    @iress-panel10-header-icon-colour,
    @iress-panel10-subheader-colour,
    @iress-panel10-body-colour,
    @iress-panel10-action-background,
    @iress-panel10-action-colour,
    @iress-panel10-action-hover-background,
    @iress-panel10-action-hover-colour,
    @iress-panel10-listitem-background,
    @iress-panel10-listitem-colour,
    @iress-panel10-listitem-hover-background,
    @iress-panel10-listitem-hover-colour,
    @iress-panel10-alternate-row-background
  );

}

.iress-panel-color-11 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel11-tile-border-colour,
    @iress-panel11-tile-border-width,
    @iress-panel11-header-background,
    @iress-panel11-body-background,
    @iress-panel11-footer-background,
    @iress-panel11-header-colour,
    @iress-panel11-header-icon-colour,
    @iress-panel11-subheader-colour,
    @iress-panel11-body-colour,
    @iress-panel11-action-background,
    @iress-panel11-action-colour,
    @iress-panel11-action-hover-background,
    @iress-panel11-action-hover-colour,
    @iress-panel11-listitem-background,
    @iress-panel11-listitem-colour,
    @iress-panel11-listitem-hover-background,
    @iress-panel11-listitem-hover-colour,
    @iress-panel11-alternate-row-background
  );

}

.iress-panel-color-12 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel12-tile-border-colour,
    @iress-panel12-tile-border-width,
    @iress-panel12-header-background,
    @iress-panel12-body-background,
    @iress-panel12-footer-background,
    @iress-panel12-header-colour,
    @iress-panel12-header-icon-colour,
    @iress-panel12-subheader-colour,
    @iress-panel12-body-colour,
    @iress-panel12-action-background,
    @iress-panel12-action-colour,
    @iress-panel12-action-hover-background,
    @iress-panel12-action-hover-colour,
    @iress-panel12-listitem-background,
    @iress-panel12-listitem-colour,
    @iress-panel12-listitem-hover-background,
    @iress-panel12-listitem-hover-colour,
    @iress-panel12-alternate-row-background
  );

}

.iress-panel-color-13 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel13-tile-border-colour,
    @iress-panel13-tile-border-width,
    @iress-panel13-header-background,
    @iress-panel13-body-background,
    @iress-panel13-footer-background,
    @iress-panel13-header-colour,
    @iress-panel13-header-icon-colour,
    @iress-panel13-subheader-colour,
    @iress-panel13-body-colour,
    @iress-panel13-action-background,
    @iress-panel13-action-colour,
    @iress-panel13-action-hover-background,
    @iress-panel13-action-hover-colour,
    @iress-panel13-listitem-background,
    @iress-panel13-listitem-colour,
    @iress-panel13-listitem-hover-background,
    @iress-panel13-listitem-hover-colour,
    @iress-panel13-alternate-row-background
  );

}

.iress-panel-color-14 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel14-tile-border-colour,
    @iress-panel14-tile-border-width,
    @iress-panel14-header-background,
    @iress-panel14-body-background,
    @iress-panel14-footer-background,
    @iress-panel14-header-colour,
    @iress-panel14-header-icon-colour,
    @iress-panel14-subheader-colour,
    @iress-panel14-body-colour,
    @iress-panel14-action-background,
    @iress-panel14-action-colour,
    @iress-panel14-action-hover-background,
    @iress-panel14-action-hover-colour,
    @iress-panel14-listitem-background,
    @iress-panel14-listitem-colour,
    @iress-panel14-listitem-hover-background,
    @iress-panel14-listitem-hover-colour,
    @iress-panel14-alternate-row-background
  );

}

.iress-panel-color-15 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel15-tile-border-colour,
    @iress-panel15-tile-border-width,
    @iress-panel15-header-background,
    @iress-panel15-body-background,
    @iress-panel15-footer-background,
    @iress-panel15-header-colour,
    @iress-panel15-header-icon-colour,
    @iress-panel15-subheader-colour,
    @iress-panel15-body-colour,
    @iress-panel15-action-background,
    @iress-panel15-action-colour,
    @iress-panel15-action-hover-background,
    @iress-panel15-action-hover-colour,
    @iress-panel15-listitem-background,
    @iress-panel15-listitem-colour,
    @iress-panel15-listitem-hover-background,
    @iress-panel15-listitem-hover-colour,
    @iress-panel15-alternate-row-background
  );

}

.iress-panel-color-16 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel16-tile-border-colour,
    @iress-panel16-tile-border-width,
    @iress-panel16-header-background,
    @iress-panel16-body-background,
    @iress-panel16-footer-background,
    @iress-panel16-header-colour,
    @iress-panel16-header-icon-colour,
    @iress-panel16-subheader-colour,
    @iress-panel16-body-colour,
    @iress-panel16-action-background,
    @iress-panel16-action-colour,
    @iress-panel16-action-hover-background,
    @iress-panel16-action-hover-colour,
    @iress-panel16-listitem-background,
    @iress-panel16-listitem-colour,
    @iress-panel16-listitem-hover-background,
    @iress-panel16-listitem-hover-colour,
    @iress-panel16-alternate-row-background
  );

}

.iress-panel-color-17 {
  //noinspection LessResolvedByNameOnly
  .iress-panel(
    @iress-panel17-tile-border-colour,
    @iress-panel17-tile-border-width,
    @iress-panel17-header-background,
    @iress-panel17-body-background,
    @iress-panel17-footer-background,
    @iress-panel17-header-colour,
    @iress-panel17-header-icon-colour,
    @iress-panel17-subheader-colour,
    @iress-panel17-body-colour,
    @iress-panel17-action-background,
    @iress-panel17-action-colour,
    @iress-panel17-action-hover-background,
    @iress-panel17-action-hover-colour,
    @iress-panel17-listitem-background,
    @iress-panel17-listitem-colour,
    @iress-panel17-listitem-hover-background,
    @iress-panel17-listitem-hover-colour,
    @iress-panel17-alternate-row-background
  );

}

*/
.alert.alert-danger * {
  color: #b9332f;
}
/* IRESS Bootstrap v3.20
 * library styles
 */
/* NOT IN USE
// Highcharts
ul.legend {
    position: absolute;
    border: 2px solid #909090;
    border-radius: 5px;
    max-width: 50%;
    width: 50%;
    padding: 0;
	
	li {
		list-style: none;
		padding: 4px 5px;
		font-size: 0.9em;
	}

	span.legend-icon {
		height: 12px;
		width: 16px;
		border-radius: 3px;
		display: inline-block;
		margin-right: 5px;
	}
	
}
*/
.donut-percentage-chart {
  position: relative;
}
.donut-percentage-chart .percentage {
  position: absolute;
  font-size: 2.5em;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
  width: 100%;
}
.donut-percentage-chart .percentage.small {
  font-size: 1.75em !important;
  font-weight: bold;
}
.donut-percentage-chart .amount {
  position: absolute;
  font-size: 2.5em;
  text-align: center;
  left: 0;
  top: 40%;
  margin-top: -0.75em;
  width: 100%;
}
.donut-percentage-chart .amount.small {
  font-size: 1.75em !important;
  font-weight: bold;
}
#stress_test_key {
  height: 120px;
}
.multiselect.btn-group {
  display: table;
  width: 100%;
}
.multiselect-container.dropdown-menu {
  width: 100%;
}
#toast-container {
  margin-top: 51px;
}
#ui-datepicker-div {
  z-index: 1051 !important;
}
a {
  color: #317ab9;
}
a:hover,
a:focus {
  color: #21527d;
}
h1,
.h1 {
  color: #17244c;
}
.btn-primary {
  background-color: #317ab9;
}
body {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#fadeOut {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.side-label-top-padding-offset {
  padding-top: 8px;
  margin-left: 10px;
}
.side-div-margin {
  margin-bottom: 10px;
}
.sourcing-result-tab-font-size {
  font-size: 11px;
}
#div-rate-preference > div > button,
#div-rate-preference > div > ul {
  font-size: 11px !important;
}
#source-product-feature-item {
  padding-left: 25px;
  margin-bottom: 0px;
}
.vertical-margin-zero {
  margin-top: 0px !important;
  margin-bottom: 0px;
}
#div_include,
#div_company_details,
#div_captial_rest_period,
#div_applicant,
#div_documentation,
#div_rate,
#div_property,
#div_property_1 {
  padding-left: 10px;
}
.disablefooter {
  pointer-events: none;
  opacity: 0.4;
}
#dq_preference_ttp {
  color: #21F5A8 !important;
}
#dq_lenderConnect {
  color: #080 !important;
  margin-top: -12px;
}
.selected-criteria {
  padding-left: 15px;
  padding-right: 15px;
}
.criteria-item {
  min-height: 210px;
  padding: 12px;
  /*margin:10px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
    */
}
.criteria-item:hover {
  box-shadow: 0px 0px 25px 0px #265ba9 !important;
  -webkit-box-shadow: 0px 0px 25px 0px #265ba9 !important;
}
.criteria-remove {
  text-align: right;
  margin-top: 0px;
}
.btn--primary-1,
.btn--primary-1:visited {
  background: #265ba9;
  border-color: #265ba9;
}
.searchboxshadow {
  box-shadow: 0px 0px 25px 0px #265ba9 !important;
  -webkit-box-shadow: 0px 0px 25px 0px #265ba9 !important;
}
.search_box_container_expand {
  height: 367px;
}
element.style {
  cursor: pointer;
  width: 0px;
}
.tags {
  float: left;
  margin-right: 5px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #255ba9;
  width: 202px;
  line-height: 24px;
  padding: 0px 0px 0px 8px;
  min-height: 18px;
  height: 25px;
  background-color: #f3f6fa;
  border-radius: 1px;
}
.tags:hover {
  background-color: #2d6bc5;
  padding-left: 8px;
  color: white;
}
.tags-selected {
  border-left: 2px solid #2865b2;
  font-weight: 700;
  background-color: #255ba9;
  color: white;
}
#criteria-found {
  overflow-y: scroll;
  max-height: 293px;
  overflow-x: hidden;
}
.criteria-found-status {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 13px;
  background: #f4f7fa;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-top: 1px;
}
.nopaddingLR {
  padding-left: 0px;
  padding-right: 0px;
}
.nopaddingLR {
  padding-left: 0px;
}
.criteria_items {
  padding-right: 7px;
  font-weight: 700;
}
.criteria_items_add {
  text-align: right;
  background-color: #8d8e8f;
  padding-left: 7px;
  padding-right: 7px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 11px;
  padding-bottom: 1px;
  cursor: pointer;
}
.criteria_items_add:hover {
  background-color: #255ba9;
  color: white;
}
tr:hover {
  background-color: #f8fafc;
}
.CriteriaInGroup {
  overflow: auto;
  max-height: 290px;
}
.criteria_group_item:hover {
  background: #f8fafc;
}
.browse_btn {
  cursor: pointer;
  background: #686868;
  border-radius: 5px;
  color: white;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 1px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.tab {
  float: left;
  /*border-bottom: 4px solid #2865b2;*/
  padding: 6px 26px 6px 6px;
  border-left: 1px solid #eee;
  padding-left: 14px;
  background-color: #efefef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 2px;
  height: 38px;
}
.tab_browse {
  border-bottom: none;
  border-left: 1px solid #f3f3f3;
  padding-left: 15px;
}
.tab_selected {
  float: left;
  background-color: #255ba9!important;
  color: white;
  padding-left: 18px;
}
.Criteria_selector {
  min-height: 367px;
  max-height: 500px;
  overflow: hidden;
  -webkit-box-shadow: 4px 6px 23px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 6px 23px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 6px 23px -9px rgba(0, 0, 0, 0.75);
  border: 3px solid #255ba9;
  border-radius: 9px;
}
.searchlist {
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 20px;
}
#searchinput:active,
#searchinput:hover,
#searchinput:focus {
  outline: none;
}
#searchinput {
  margin-top: 15px;
  font-weight: 700;
  color: #255ba9;
  border: none;
  outline: none;
  background: #e4eaf3;
  display: block;
  overflow: auto;
  border-radius: 7px;
  margin-bottom: 0px;
  height: 40px;
  text-Transform: capitalize;
}
.searchlist:hover {
  background-color: #e2ebf6;
  padding-left: 15px;
  cursor: pointer;
}
#casecount {
  border-radius: 50%;
  padding: 0px 9px 0px 9px;
  color: white;
  font-weight: 700;
  text-align: center;
  margin-left: 13px;
  border: 1px solid white;
}
.casecount_green {
  background-color: #40a427;
}
.casecount_red {
  background: #cc3b3b;
}
.casecount {
  background-color: #3c90c1;
}
.remove-btn {
  padding: 5px;
  background: #d8e6f94d;
  border: 1px solid #255ba94d;
  border-radius: 6px;
  width: 107px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.searchbtn:hover {
  background: white;
}
.matrix-results-table {
  background-color: white;
  /* width: 100%; */
  -webkit-box-shadow: 3px 11px 36px 0px rgba(207, 207, 207, 0.61);
  -moz-box-shadow: 3px 11px 36px 0px rgba(207, 207, 207, 0.61);
  box-shadow: 3px 11px 36px 0px rgba(207, 207, 207, 0.61);
  width: 100%!important;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
.CriteriaSearchResults {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 290px;
}
#criteria_search_category_btn {
  width: 10px;
  text-align: right;
  position: absolute;
}
@media (min-width: 1450px) {
  .nopaddingLR {
    width: 500px;
    padding-top: 8px;
  }
  #searchinput {
    width: 1100px;
  }
  #searchbtn {
    margin-left: 1110px;
  }
}
@media (max-width: 1450px) {
  .nopaddingLR {
    width: 250px;
    padding-top: 8px;
  }
  #searchinput {
    width: 600px;
  }
  #searchbtn {
    margin-left: 610px;
  }
}
.type--bold {
  font-weight: bold;
}
.color--primary {
  color: #4a90e2 !important;
}
#lenderTable .fa-square {
  color: #fff;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  width: 0.85em;
  height: 0.85em;
}
.kb_button {
  background-color: #255ba9 !important;
  color: #ffffff !important;
}
#kb_icon {
  background-color: #f3f6fded !important;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  margin-right: 5px;
}
#kb_no_auth_messgage {
  background-color: rgba(185, 51, 47, 0.75);
  color: #eee;
  margin-bottom: 10px;
  padding-top: 10px;
}
.kb_no_auth_bg {
  pointer-events: none;
  opacity: 0.5;
}
#source-btn-disabled {
  background-color: #128e66;
  color: #fff;
  pointer-events: none;
  opacity: 0.5;
}
#source-btn-disabled:hover {
  background-color: #0f7756;
  color: #fff;
  pointer-events: none;
  opacity: 0.5;
}
#dismiss_fees_dialog_cancel_kb:focus,
#dismiss_fees_dialog_cancel_kb:hover,
#dismiss_fees_dialog_cancel_kb:active {
  background-color: #255ba9 !important;
}
#searchinput:focus,
#btn_kb_unselect_all:focus {
  outline: none;
}
#btn_kb_unselect_all {
  background-color: #f3f6fded;
  vertical-align: text-bottom;
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  height: 27px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #criteria_search {
    width: 200px;
  }
}
.changeColour > div:nth-child(1n+0) > button.btn,
.changeColour > div:nth-child(1n+0) > button.btn:active,
.changeColour > div:nth-child(1n+0) > button.btn:focus,
.changeColour > div:nth-child(1n+0) > button.btn:hover {
  background-color: white !important;
  outline: none;
}
.changeColour > div:nth-child(1n+0) > button > span.fa.fa-square {
  color: #fff !important;
  outline: 1px solid rgba(0, 0, 0, 0.5) !important;
  width: 0.85em !important;
  height: 0.85em !important;
  font-size: 1em;
}
.changeColour > div:nth-child(1n+0) > button > span.fa.fa-check-square {
  background-color: #17244c;
  color: #FFF;
  font-size: 1em;
  outline: 1px solid rgba(0, 0, 0, 0.5) !important;
  width: 0.85em !important;
  height: 0.85em !important;
}
#system-outages-button {
  color: #eee;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'open_sansregular', "Helvetica Neue", "Roboto", sans-serif;
}
input,
button,
select,
textarea {
  font-family: 'open_sansregular', "Helvetica Neue", "Roboto", sans-serif;
}
