@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300);
/* 0 1px 1px rgba(0,0,0,.05) */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: url(css/boxsizing.htc);
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  *behavior: url(css/boxsizing.htc);
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: url(css/boxsizing.htc);
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend,
.mock-legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .no-print,
  body > .navbar,
  body > .wrapper.footer,
  body > #frontEndTools {
    display: none !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(css/boxsizing.htc);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(css/boxsizing.htc);
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Tahoma Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3299bb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #22687f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b3b3b3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #b3b3b3;
}
.text-primary {
  color: #3299bb;
}
a.text-primary:hover {
  color: #277893;
}
.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: #3299bb;
}
a.bg-primary:hover {
  background-color: #277893;
}
.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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #b3b3b3;
}
.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: #b3b3b3;
}
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;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  background: #3299bb;
  color: white;
}
.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 th {
  background: #3299bb;
  color: white;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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-no-borders {
  width: 100%;
  margin-bottom: 20px;
}
.table-no-borders > thead > tr > th,
.table-no-borders > tbody > tr > th,
.table-no-borders > tfoot > tr > th,
.table-no-borders > thead > tr > td,
.table-no-borders > tbody > tr > td,
.table-no-borders > tfoot > tr > td {
  border-top: none;
}
.table-no-borders > thead > tr > th {
  border-bottom: none;
}
.table-no-borders > tbody + tbody {
  border-top: none;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ececec;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -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,
.mock-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;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(css/boxsizing.htc);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  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: #333333;
}
.form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  line-height: inherit;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #3299bb;
  border-color: #2d89a7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #297f9b;
  border-color: #206177;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3299bb;
  border-color: #2d89a7;
}
.btn-primary .badge {
  color: #3299bb;
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #f07f2d;
  border-color: #f2f2f2;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #e46910;
  border-color: #d4d4d4;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #f07f2d;
  border-color: #f2f2f2;
}
.btn-secondary .badge {
  color: #f07f2d;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  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: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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #3299bb;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #22687f;
  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: #b3b3b3;
  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: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.rightBuffer {
  margin-right: 1.5em;
}
.btn-iec {
  width: 200px;
}
.btn-orange {
  border-color: #f27f2e;
  color: #f27f2e;
  background: none;
}
.btn-orange:hover {
  background: #fff;
  color: #f27f2e;
}
.btn-orange:visited {
  color: #f27f2e;
}
.btn-blue {
  border-color: #3299BB;
  color: #3299BB;
  background: none;
}
.btn-blue:hover {
  background: #fff;
  color: #3299BB;
}
.btn-blue:visited {
  color: #3299BB;
}
.btn-gray {
  border-color: #7c7c7c;
  color: #7c7c7c;
  background: none;
}
.btn-gray:hover {
  background: #fff;
  color: #7c7c7c;
}
.btn-gray:visited {
  color: #7c7c7c;
}
.btn-red {
  border-color: #f00;
  color: #f00;
  background: none;
}
.btn-red:hover {
  background: #fff;
  color: #f00;
}
.btn-red:visited {
  color: #f00;
}
.btn-center {
  display: inline;
}
.orange {
  color: #f27f2e;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3299bb;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b3b3b3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #b3b3b3;
}
.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: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #b3b3b3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b3b3b3;
  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: #3299bb;
}
.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 @nav-tabs-border-color;*/
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  /*border: 1px solid transparent;*/
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  /*border: 1px solid @nav-tabs-active-link-hover-border-color;*/
  border: 1px solid #3299bb;
  border-bottom: none;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3299bb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.mailinglist_nav_expand ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mailinglist_nav_expand ul li {
  border-bottom: 1px solid #ccc;
}
.mailinglist_nav_expand ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.mailinglist_nav_expand ul li ul li {
  border-bottom: none;
}
.mailinglist_nav_expand ul li ul li a {
  color: #F07F2D;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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: 992px) {
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .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: 2;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .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: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 992px) {
  .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: 991px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #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: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #b3b3b3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b3b3b3;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b3b3b3;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b3b3b3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b3b3b3;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #b3b3b3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3299bb;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #22687f;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3299bb;
  border-color: #3299bb;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b3b3b3;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #b3b3b3;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #b3b3b3;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #999999;
}
.label-primary {
  background-color: #3299bb;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #277893;
}
.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: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #555555;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3299bb;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3299bb;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #3299bb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3299bb;
  border-color: #3299bb;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #c9e7f0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > 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,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.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 > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-secondary {
  padding: 0;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #3299bb;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3299bb;
  border-color: #3299bb;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3299bb;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3299bb;
}
.panel-secondary {
  border-color: #b3b3b3;
}
.panel-secondary > .panel-heading {
  color: #555555;
  background-color: #e5e5e5;
  border-color: #b3b3b3;
}
.panel-secondary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-secondary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-no-padding {
  padding: 0;
}
accordion .panel {
  padding: 0;
}
accordion .panel .panel,
accordion .panel .panel-heading {
  border: 0;
}
accordion .panel .panel-collapse > .panel-body {
  padding: 0;
}
accordion .panel accordion .panel-group {
  margin-bottom: 0;
  padding-left: 10px;
}
accordion .panel-body {
  border: 0;
}
accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
  border: 0;
}
accordion .panel-heading {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
accordion .panel-default > .panel-heading {
  background-color: white;
}
accordion .panel-heading > .toggle-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}
accordion .panel-heading legend {
  border: none;
  margin-bottom: 0;
}
accordion .panel-heading h5 {
  color: #3299bb;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 30px;
  position: relative;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
accordion .panel-heading h5:hover {
  text-decoration: none;
  background-color: #efefef;
}
accordion .panel-heading h5 .caret,
.panel-heading h5.sub .caret {
  position: absolute;
  top: 20px;
  left: 10px;
  border-top-color: #336699;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 200ms;
  transition: transform 200ms;
}
accordion .panel-heading h5.collapsed > .caret,
.panel-heading h5.collapsedSub .caret {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
accordion .panel-heading .toggle-target {
  padding: 0 15px 15px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* custom changes */
a:visited {
  color: #336699;
}
h2,
.panel-program h3 {
  border-bottom: 2px solid #f07f2d;
  padding-bottom: .3em;
  display: table;
  font-size: 24px;
}
h2.no-border {
  border: 0;
  display: block;
}
.panel-program-links h3 {
  font-size: 18px;
}
.m-hf {
  margin: .5em 0;
}
.m-1 {
  margin: 1em 0;
}
.m-2 {
  margin: 2em 0;
}
.m-3 {
  margin: 3em 0;
}
.m-4 {
  margin: 4em 0;
}
.m-0 {
  margin: 0;
}
.mb-1 {
  margin-bottom: 1em;
}
.p-0 {
  padding: 0;
}
.p-1f {
  padding: 1em;
}
.p-2f {
  padding: 2em;
}
.p-1b {
  padding-bottom: 1em;
}
.clear-both {
  clear: both;
}
.required,
.red {
  color: #FF3A00;
  font-weight: bold;
}
.border-bottom-grey-lt {
  border-bottom: 1px solid #eeeeee;
}
.border-right-grey-lt {
  border-right: 1px solid #eeeeee;
}
.border-bottom-grey {
  border-bottom: 1px solid #333333;
}
.border-bottom-orange {
  border-bottom: 1px solid #F8D1AD;
}
.absolute-right {
  position: absolute;
  right: 0;
}
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn {
  background-image: none;
}
a:visited.btn-primary {
  color: #fff;
}
.btn-primary {
  border-color: #3299bb;
}
.btn-primary-inverted,
.btn-primary-inverted:visited {
  border-color: #3299bb;
  color: #3299bb;
  background: #fff;
}
.btn-primary-inverted input,
.btn-primary-inverted:visited input {
  background: #fff;
}
.btn-primary-inverted:hover,
.btn-gray:hover,
.btn-iec:hover,
.btn-blue:hover,
.btn-orange:hover,
.btn-red:hover {
  background-color: #eee;
}
/* export buttons */
.export-inverted-default,
.export-default,
.print-inverted-default,
.print-default {
  height: 16px;
  text-indent: -9999px;
  top: 4px;
  width: 24px;
}
.btn-default .badge {
  background-color: #555555;
}
/* header section */
.navbar {
  margin-bottom: 0;
}
.navbar .col-sm-4 {
  padding-left: 0;
}
.navbar a:visited {
  color: #fff;
}
.navbar .navbar-toggle {
  top: 5px;
}
.navbar .dropdown-menu {
  color: #fff;
  background: #575757;
  top: 78%;
  border-radius: 2px;
}
.navbar .dropdown-menu li a {
  color: #fff;
  background-color: transparent;
}
.navbar .dropdown-menu li a:hover {
  background-color: #5E94C9;
}
.navbar-header {
  margin-top: 1.5em;
}
.navbar-header img {
  min-width: 150px;
}
.nav-mobile-option {
  margin-top: 30px;
}
.utility-nav {
  background-color: #2b85af;
  margin-bottom: .5em;
  padding: .5em;
  height: 40px;
}
.utility-nav a {
  color: #fff;
  padding-left: 1em;
  font-size: 12px;
}
.utility-nav a.controlAuthenticated:hover {
  text-decoration: none;
}
.utility-nav a.controlAuthenticated:hover .userNameAuthenticated {
  text-decoration: underline;
}
.utility-nav strong {
  background: #575757;
  padding: 4px;
  border-radius: 2px;
}
.utility-nav strong span.userAuthenticated {
  margin: 0 0 0 5px;
  top: 3px;
}
.utility-nav strong span.userUnauthenticated {
  margin: 0 5px 0 0;
  top: 2px;
}
.navbar-inverse {
  background-color: #3299bb;
  background-image: none;
  border-color: #3299bb;
  min-height: 148px;
  padding-top: 0;
  padding-bottom: .5em;
}
@media (max-width: 767px) {
  .navbar-inverse {
    min-height: 100px;
  }
  .navbar-inverse .nav-mobile-option {
    margin-top: 20px;
  }
}
.navbar-collapse {
  box-shadow: inset 0 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  filter: transparent;
  background-color: #3299bb;
  color: #fff;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
  border-bottom: 5px solid #3299BB;
}
.navbar-inverse .navbar-brand.oneCPD-link,
.navbar-inverse .navbar-nav > li > a.oneCPD-link {
  border-bottom: none;
  padding: 6px;
  background-color: #e5e5e5;
  color: #575757;
  border-radius: 3px;
}
.navbar-inverse .navbar-brand.oneCPD-link:hover,
.navbar-inverse .navbar-nav > li > a.oneCPD-link:hover {
  border-bottom: none;
  background-color: #fff;
  color: #000000;
}
.navbar-inverse .navbar-brand.oneCPD-link:active,
.navbar-inverse .navbar-nav > li > a.oneCPD-link:active,
.navbar-inverse .navbar-brand.oneCPD-link:focus,
.navbar-inverse .navbar-nav > li > a.oneCPD-link:focus {
  background-color: #e5e5e5;
}
.navbar-toggle {
  float: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-inverse .navbar-toggle {
  border: 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #51a8c5;
  border: 0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .form-control {
  border-bottom: 5px solid #51a8c5;
}
.navbar-inverse .navbar-form .form-control {
  border: 0;
  margin-left: 0;
  width: 300px;
}
.searchHeader {
  float: right;
  margin: 0 0 15px 0;
}
.searchHeader input {
  height: 30px;
  line-height: 30px;
  background: white;
}
.searchHeader a {
  color: #fff;
  font-size: 12px;
  margin-right: 5.5em;
}
.searchHeader p {
  text-align: right;
  margin-bottom: 0;
}
.searchHeader button {
  height: 30px;
  line-height: 18px;
  width: 60px;
  border: 1px solid white;
  color: white;
  background-color: #3299bb;
}
.searchIcon {
  color: #fff;
}
.nav > li:first-child {
  padding-left: 0;
}
.nav > li:last-child {
  border: none;
}
.nav > li {
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.nav > li > a {
  padding: 0 5px;
}
.nav > li.oneCPD-item {
  margin-top: -4px;
}
@media (max-width: 992px) {
  .nav > li.oneCPD-item {
    margin-top: inherit;
  }
  .navbar-collapse.in {
    margin-bottom: 2em;
    overflow-y: visible;
  }
  .navbar-nav > li > a {
    line-height: 15px;
  }
  .mobile > a {
    float: left;
  }
}
/* END header section */
.breadcrumb {
  padding: 0;
  margin: 10px 0;
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  display: table;
  border-radius: 0;
}
.breadcrumb li + li:before {
  content: "\003e";
}
.pageTitle {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* footer */
.footer {
  background: #eeeeee;
  border-bottom: 14px solid #f07f2d;
  font-size: 12px;
  margin-top: 6em;
  padding: 2em 0;
}
.footer .container:first-child {
  margin-bottom: 3em;
}
.footer a {
  color: #555555;
}
.footer .copyLine {
  line-height: 6em;
}
.footer .icons img {
  margin-right: .5em;
}
.footer li {
  margin-right: 1.5em;
  line-height: 2.5em;
}
.footer .footerLogos img {
  margin-left: .5em;
}
.footer li a {
  display: block;
}
@media (max-width: 992px) {
  .footer p,
  .footer ul,
  .footer h4,
  .footer .footerLogos,
  .footer .icons img {
    text-align: center;
    float: none;
  }
  .footer .icons {
    text-align: center;
  }
  .footer .copyLine {
    line-height: 1.5em;
  }
  .footer ul,
  .footer .footerLogos {
    padding-bottom: 2em;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 2em;
  }
}
/* END footer */
/* Home Page Changes */
.media-section {
  margin-bottom: 1em;
  position: relative;
}
.media-section img {
  width: 100%;
  border-bottom: 14px solid #f07f2d;
}
.media-section a:visited {
  color: #e6e6e6;
}
.media-section .call_out {
  opacity: 0.8;
  filter: alpha(opacity=80);
  height: 80%;
  position: absolute;
  background: #222222;
  width: 40%;
  top: 10%;
  left: 4%;
}
.media-section .container {
  position: absolute;
  top: 14%;
  left: 7%;
  width: 38%;
}
.media-section p {
  color: #fff;
  line-height: 2em;
  font-size: 18px;
}
.media-section .btn-secondary {
  background: transparent;
  border-radius: 3px;
}
@media (max-width: 1200px) {
  .media-section .call_out,
  .media-section .container {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .media-section .call_out,
  .media-section .container {
    height: inherit;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }
  .media-section .call_out {
    background: #fff;
  }
  .media-section p {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    border: 1px solid #eeeeee;
    padding: 1em;
  }
  .media-section .btn-secondary {
    background: #f07f2d;
  }
}
/* Home Highlight boxes */
.home_highlight_boxes.container {
  padding-left: 0;
}
.home_highlight_boxes {
  margin-bottom: 2em;
}
.home_highlight_boxes h3 {
  font-size: 36px;
  margin-top: 0;
}
.home_highlight_boxes p {
  font-size: 18px;
  line-height: 1.5em;
  clear: both;
}
.home_highlight_boxes .col-md-3 {
  margin-top: 2em;
  border-right: 1px solid #eeeeee;
  text-align: center;
}
.home_highlight_boxes .col-md-3 .col-md-12 {
  text-align: left;
}
.home_highlight_boxes .col-md-3:last-child {
  border: 0;
}
.home_highlight_boxes i {
  float: left;
  margin-right: 10px;
  height: 42px;
  width: 48px;
}
.home_highlight_boxes .home_folder {
  background: transparent url("../../images/v3/icon_home_folder.png") no-repeat 0 0;
}
.home_highlight_boxes .home_training {
  background: transparent url("../../images/v3/icon_home_training.png") no-repeat 0 0;
}
.home_highlight_boxes .home_organize {
  background: transparent url("../../images/v3/icon_home_organize.png") no-repeat 0 0;
}
.home_highlight_boxes .home_people {
  background: transparent url("../../images/v3/icon_home_people.png") no-repeat 0 0;
  width: 40px;
}
@media (max-width: 1200px) {
  .home_highlight_boxes {
    margin-bottom: 2em;
  }
  .home_highlight_boxes h3 {
    font-size: 24px;
  }
}
/* END Home Highlight boxes END */
/* Home Grantee Tools & Home Housing Assistance */
.home_grantee_tools h2,
.home_housing_assistance h2 {
  font-size: 21.42857143px;
  padding-bottom: .5em;
}
.home_grantee_tools p {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: .5em;
}
.home_grantee_tools i {
  height: 26px;
  width: 34px;
  float: left;
}
.home_grantee_tools p {
  clear: left;
}
.home_grantee_tools .home_tools_calculator {
  display: inline-table;
  background: transparent url("../../images/v3/icon_home_tools_calculator.png") no-repeat 0 0;
}
.home_grantee_tools .home_tools_chat {
  display: inline-table;
  background: transparent url("../../images/v3/icon_home_tools_chat.png") no-repeat 0 0;
}
.home_grantee_tools .home_tools_map {
  background: transparent url("../../images/v3/icon_home_tools_map.png") no-repeat 0 0;
}
.home_grantee_tools h3 {
  font-size: 18px;
  padding-top: 0;
}
@media (max-width: 1200px) {
  .home_grantee_tools {
    margin-bottom: 4em;
  }
}
.home_housing_assistance i {
  color: #f07f2d;
  padding-right: 10px;
}
.home_housing_assistance li {
  line-height: 2.2em;
}
/* END Home Grantee Tools & Home Housing Assistance END */
/* END Home Page Changes */
/* Sub Page Template */
.subpage-intro {
  background: #1686ab;
  color: #fff;
}
/* Manage a Program */
.gray-light {
  padding: 20px;
  border: 1px solid #c7c7c7;
  background: #eeeeee;
}
.gray-light .col-md-4 {
  text-align: center;
  padding: 0 2em;
}
.gray-light h3 {
  font-size: 20px;
}
.gray-light p {
  text-align: left;
}
.gray-light.mt4 {
  margin-top: 2em;
}
.get-assistance .white-pane:first-child {
  margin-right: 0;
}
.get-assistance .white-panel {
  margin: 2em 0;
}
.get-assistance h3 {
  color: #f07f2d;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
}
.get-assistance li {
  border-top: 1px solid #eeeeee;
  padding: 8px 0;
}
.get-assistance li i {
  color: #3299bb;
}
.get-assistance li a {
  padding: 0 0 0 10px;
}
.get-assistance li:first-child {
  border: 0;
  padding-top: 0;
}
.gray-fill {
  background: #eeeeee;
}
.white-panel {
  background: #fff;
  border: 1px solid #c7c7c7;
  min-height: 620px;
}
.white-panel .center-block {
  margin-top: 4em;
  text-align: center;
}
.white-panel .center-block .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .white-panel {
    min-height: inherit;
  }
}
.grey-border-box {
  padding: 1em;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.lt-border-box {
  padding: 1em;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.wrapper-carousel {
  margin: 1em auto;
  border: 1px solid #eeeeee;
  padding: 0 4em 1em 4em;
  overflow: hidden;
}
.wrapper-carousel h3 {
  border-bottom: 3px solid #f07f2d;
  padding-bottom: .5em;
  display: table;
}
#hud-carousel .owl-item {
  margin: 0 25px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #hud-carousel .owl-item {
    margin: 0 0 0 5px;
    padding: 40px 0 0 0;
  }
}
#hud-carousel .owl-buttons {
  background: $white;
}
#hud-carousel .owl-buttons .owl-prev,
#hud-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 30%;
  border: 1px solid #3299bb;
}
#hud-carousel .owl-buttons .owl-prev {
  left: -20px;
}
#hud-carousel .owl-buttons .owl-next {
  right: -40px;
}
#hud-carousel .owl-buttons .owl-next:after {
  content: '\003e';
}
#hud-carousel .owl-buttons .owl-prev:before {
  content: '\003c';
}
@media (max-width: 768px) {
  #hud-carousel .owl-buttons .owl-prev,
  #hud-carousel .owl-buttons .owl-next {
    position: absolute;
    top: 0;
  }
}
.login-section .list-unstyled li {
  width: 80%;
  padding-bottom: 1.5em;
}
.login-section .line-up {
  padding-left: 12px;
}
.right-border-grey {
  border-right: 1px solid #eeeeee;
}
@media (max-width: 992px) {
  .right-border-grey {
    border-right: 0;
  }
}
@media (max-width: 992px) {
  #searchText {
    margin: 0 0 15px 0;
  }
}
.searchbox_top {
  margin-bottom: .5em;
}
#find-assistance .btn,
#programsearch .btn,
#locationsearch .btn {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media (max-width: 992px) {
  #find-assistance,
  #programsearch,
  #locationsearch {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.b-l {
  border-left: 1px solid #555555;
}
#inviteRespondentsFrm td {
  padding: 5px;
}
@media (max-width: 992px) {
  .searchHeader {
    float: none;
    margin-top: 1em;
  }
  .searchHeader .form-group {
    float: left;
  }
  .searchHeader .form-control {
    width: 100%;
  }
  .nav > li {
    border: 0;
    margin: 0.8em 0 0;
  }
  .nav > li:first-child {
    padding-left: 10px;
  }
  .form-group {
    position: relative;
    left: 5%;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-collapse button {
    position: relative;
    left: 6%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .form-group {
    left: inherit;
  }
}
.general-interest {
  background: #fff;
  border: 1px solid #b3b3b3;
}
#buorg {
  z-index: 500000;
}
.glyphicon,
.glyphicon span {
  position: relative;
  display: inline-block;
}
.glyphicon-play,
.glyphicon-chevron-down span {
  background: transparent url('../../images/v3/glyphicons/white/glyphicons-white.png') no-repeat -121px -622px;
  width: 12px;
  height: 14px;
}
.glyphicon-chevron-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicon-chevron-down span {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  background: transparent url('../../images/v3/glyphicons/white/glyphicons-white.png') no-repeat -123px -803px;
}
.glyphicon-search {
  background: url('../../images/v3/glyphicons/white/glyphicons-white.png') no-repeat -260px -80px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.glyphicon-search-blue {
  background: url('../../images/v3/glyphicons/blue/glyphicons-blue.png') no-repeat -260px -80px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.glyphicon-ok-sign.orange.mini {
  background: url('../../images/v3/glyphicons/orange/glyphicons-orange-mini.png') no-repeat -87px -519px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  top: 8px;
}
.glyphicon-ok-sign.blue.mini {
  background: url('../../images/v3/glyphicons/blue/glyphicons-blue-mini.png') no-repeat -87px -519px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  top: 8px;
}
.glyphicon-email-blue {
  background: url('../../images/v3/glyphicons/blue/glyphicons-blue.png') no-repeat -8px -47px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  top: 8px;
}
/* IE7, and IE8 Specific */
.ie7 body {
  min-width: 970px;
}
.ie7 .container {
  width: 970px;
}
.ie7 .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
/* 508 compliance changes */
a:focus,
input:focus,
textarea:focus,
a.btn-link:focus,
.btn:focus,
.btn-default:focus,
.btn-primary:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.form-control:focus {
  outline: #000 solid medium;
}
/* bootstrap error code */
.-railo-dump .label {
  border-radius: 0;
  color: black;
  display: table-cell;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.portalGroup {
  overflow: hidden;
  border: 1px solid #b3b3b3;
  padding: 2em;
  margin-bottom: 2em;
}
.portalGroup h3 {
  margin: 0 0 1em 5%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #f07f2d;
  padding-bottom: 0.5em;
  display: table;
  font-size: 18px;
}
.portalGroup .btn {
  width: 40%;
  margin: 0 0 2% 5%;
  float: left;
  border: 1px solid #3299ba;
}
.panel-portal-accordion {
  padding: 0;
}
.panel-portal-accordion .toggle-wrapper {
  margin: 0;
  padding: 0;
  font-weight: bold;
  position: relative;
}
.panel-portal-accordion legend {
  font-size: 14px;
  border: none;
}
.panel-portal-accordion .toggle-trigger {
  display: block;
  padding: 15px 15px 15px 30px;
  position: relative;
}
.panel-portal-accordion .toggle-trigger:hover {
  text-decoration: none;
  background-color: #efefef;
}
.panel-portal-accordion .toggle-trigger .caret {
  position: absolute;
  top: 20px;
  left: 10px;
  border-top-color: #336699;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 200ms;
  transition: transform 200ms;
}
.panel-portal-accordion .toggle-trigger.collapsed .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.panel-portal-accordion .toggle-target {
  padding: 0 15px 15px;
}
.panel-portal-accordion .ui-icon {
  display: inline-block;
  position: absolute;
  left: -20px;
}
.list-selector .items-group-header {
  font-weight: bold;
  margin-top: 30px;
}
.list-selector .selected-item {
  margin: 5px 0 0;
  border-top: 1px solid #efefef;
  padding: 5px 20px 0 5px;
  position: relative;
  clear: both;
}
.list-selector .selected-item:first-child,
.list-selector .items-group-header + .selected-item {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.list-selector .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 12px;
  height: 12px;
}
.border-bottom-divide {
  border-bottom: 5px solid #fafafa;
}
.label-criteria {
  background-color: #fff;
  color: #555555;
  font-weight: normal;
  font-size: 14px;
  margin: 3px;
  display: inline-block;
  text-align: left;
  white-space: normal;
}
.table-resources-libarary .sm-col {
  width: 30px;
}
.table-resources-libarary .md-col {
  width: 70px;
}
.table-resources-libarary a {
  text-decoration: underline;
}
#show_links .resource-link:nth-child(even) {
  background-color: #fafafa;
}
#show_links .row {
  padding: 15px;
}
.toolkit-search-results .tab-content {
  padding: 15px 15px 0;
}
.toolkit-search-results .tab-content h3 {
  font-size: 14px;
  font-weight: bold;
}
.toolkit-search-results .tab-content .row:nth-child(even) {
  background-color: #fafafa;
}
.list-resource-details h5 {
  margin: 5px 0 0;
  padding-right: 0;
}
.list-resource-details .list-item {
  margin: 5px 0 0;
  border-top: 1px solid #efefef;
  padding: 5px 0 0;
  position: relative;
  clear: both;
}
.list-resource-details .list-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.list-resource-details .close {
  float: none;
}
.panel-add-resource-detail h5 {
  margin-top: 0;
}
.panel-add-resource-detail .form-group {
  margin-bottom: 0;
}
.striped-rows .row:nth-child(even) {
  background-color: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.form-control-inline {
  margin-left: 5px;
  display: inline-block;
  width: 65%;
}
.nimby .pageTitle,
.housingsearchtool .pageTitle {
  display: none;
}
.nimby .content-main,
.housingsearchtool .content-main {
  margin-top: 30px;
}
.resources-leftnav > li {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}
.resources-leftnav > li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.resources-leftnav li li {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.nimby-questionnaire label {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.2em;
}
.nimby-questionnaire legend {
  font-size: 14px;
  border: none;
  margin: 0;
  font-weight: bold;
  line-height: 1.2em;
}
.nimby-questionnaire .form-group {
  margin-bottom: 0;
}
.nimby-questionnaire > ol > li {
  margin-top: 30px;
}
.deadline {
  margin-bottom: 0;
}
.housingsearch-download {
  margin-top: -10px;
}
.mediaSection {
  margin-bottom: 2em;
}
.imageCaption {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-bottom: 3em;
  margin-top: 1em;
}
.panel-program #flickr_badge_uber_wrapper {
  width: 195px;
}
.panel-program #flickr_badge_wrapper:before,
.panel-program #flickr_badge_wrapper:after {
  content: " ";
  display: table;
}
.panel-program #flickr_badge_wrapper:after {
  clear: both;
}
.panel-program #flickr_badge_wrapper:before,
.panel-program #flickr_badge_wrapper:after {
  content: " ";
  display: table;
}
.panel-program #flickr_badge_wrapper:after {
  clear: both;
}
.panel-program .flickr_badge_image {
  margin: 0 5px 10px;
  float: left;
}
.panel-program .flickr_badge_image img {
  margin: 0;
  border: none !important;
  max-width: 55px;
  height: auto;
}
.panel-accordion {
  border: none;
  padding: 0;
}
.panel-accordion > h4 a {
  text-decoration: underline;
}
.panel-sidebar {
  padding: 0;
  border: 1px solid #b3b3b3;
}
.panel-sidebar .panel-heading {
  padding: 1em;
}
.panel-sidebar .panel-heading h2 {
  margin: 0;
  padding: 0;
}
.housingsearchtool img.pull-right {
  margin: 0 0 15px 15px;
}
p.error,
.questionnaire-error {
  border: 2px solid #fbc2c4;
  background-color: #fbe3e4;
  padding: 15px;
}
p.error,
.error label,
.error li,
.error span {
  color: #8a1f11;
  line-height: 1.2em;
}
.error input,
.error select {
  border: 2px solid #fbc2c4;
}
.list-validation {
  margin-top: 10px;
}
.list-validation li {
  margin: 0 0 5px 18px;
  position: relative;
}
.list-validation i {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -18px;
}
.no-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.abbreviate li {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}
.abbreviate li span {
  font-weight: bold;
  color: #F07F2D;
}
.greyArea {
  background: #ededed;
  margin: 0 0 2em 0;
  padding: 2em;
}
.greyArea ol {
  list-style: none;
}
.greyArea ol li {
  margin: 0 0 2em;
  padding: 0;
  position: relative;
}
.greyArea ol li span {
  background: none repeat scroll 0 0 #3299BA;
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 600;
  left: -50px;
  padding: 5px 12px;
  position: absolute;
  text-align: center;
  top: 0;
  line-height: 1.5;
}
/* page left nav - like on privacy policy */
.col-md-4 .navbar-contextual {
  max-width: 359.61px;
  top: 30px;
}
.col-md-4 .navbar-contextual.affix-bottom {
  max-width: 359.61px;
  position: absolute;
}
.navbar-contextual {
  margin-bottom: 30px;
}
.navbar-contextual li {
  padding: 0;
  line-height: 1.2em;
  border: none;
}
.navbar-contextual li:first-child {
  padding-left: 0;
}
.navbar-contextual li a {
  position: relative;
  background-color: #eaeaea;
  color: #575757;
  padding: 1em;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.navbar-contextual li a.has-icon-right {
  padding-right: 3em;
}
.navbar-contextual li a:hover {
  background-color: #f3f3f3;
}
.navbar-contextual li.active a {
  background-color: #fff;
}
.navbar-contextual a.has-icon-right .glyphicon {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
}
.navbar-contextual .glyphicon {
  color: #9cc7d5;
}
.list-ordered {
  list-style: none;
  padding: 0;
  position: relative;
}
.list-ordered > li {
  margin: 1em 0 1em 50px;
  padding: 0;
  min-height: 37px;
}
.list-ordered span {
  width: 37px;
  height: 37px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #3299bb;
  border-radius: 18.5px;
  position: absolute;
  left: 0;
  font-size: 24px;
}
.list-compressed li {
  line-height: 1.3em;
  margin-bottom: 1em;
}
.panel-emphasis {
  border-color: #cccccc;
  background: #e5e5e5;
}
.orangeArrows {
  margin: 0;
  padding: 0;
}
.orangeArrows li {
  background: url(/onecpd/includes/themes/onecpd/images/v2/arrow_orange.png) no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
  line-height: 1.6em;
  list-style-type: none;
  margin: 5px 0 15px;
  padding-left: 15px;
}
.orangeArrows li ul li {
  background: none repeat scroll 0 0 #FFFFFF;
  line-height: 1.6em;
  list-style-type: disc !important;
  margin: 5px 0;
  padding-left: 5px;
}
.panel .orangeArrows ul li {
  margin-left: 15px;
}
.smallBullet {
  font-size: 0.8em;
}
.offset-none {
  margin-bottom: 0;
}
.offset-top {
  margin-top: 30px;
}
.offset-bottom {
  margin-bottom: 30px;
}
.offset-top-md {
  margin-top: 19.98px;
}
.offset-bottom-md {
  margin-bottom: 19.98px;
}
.offset-top-sm {
  margin-top: 10px;
}
.offset-bottom-sm {
  margin-bottom: 10px;
}
.padding-none {
  padding: 0;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding-top-md {
  padding-top: 19.98px;
}
.padding-bottom-md {
  padding-bottom: 19.98px;
}
.padding-top-sm {
  padding-top: 10px;
}
.padding-bottom-sm {
  padding-bottom: 10px;
}
.sidebar-content {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #b3b3b3;
}
.glyphicon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@media (max-width: 1200px) {
  .col-md-4 .navbar-contextual,
  .col-md-4 .navbar-contextual.affix-bottom {
    max-width: 293.01px;
  }
}
@media (max-width: 992px) {
  .col-md-4 .navbar-contextual.affix-top,
  .col-md-4 .navbar-contextual.affix-bottom,
  .col-md-4 .navbar-contextual.affix {
    max-width: 100%;
    position: static;
  }
  .navbar-contextual li.active a {
    background-color: #eaeaea;
  }
}
.wordDoc,
.pptDoc,
.excelDoc {
  height: 15px;
  width: 15px;
  padding: 4px 0 4px 30px;
  background-repeat: no-repeat;
}
.wordDoc {
  background-image: url('/onecpd/includes/themes/onecpd/images/v2/ico_word.jpg');
}
.pptDoc {
  background-image: url('/onecpd/includes/themes/onecpd/images/v2/ico_ppt.png');
}
.excelDoc {
  background-image: url('/onecpd/includes/themes/onecpd/images/v2/ico_xcel.png');
}
.panel.mini-banner {
  background: transparent url('/onecpd/includes/themes/onecpd/images/v2/icon_mini-banner.gif') no-repeat 95% 0;
}
.panel.mini-banner h4:first-child {
  margin-right: 8%;
}
.panel-with-panel-header {
  padding: 0;
}
span.control-label {
  font-weight: bold;
}
.form-actions {
  margin: 5px 15px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
.form-actions .btn {
  margin: 0 10px 0 0;
}
.form-actions .btn .panel-header {
  padding: 0 15px;
}
.vcard {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding: 0 30px 0 0;
}
.grantee-org-data select {
  height: auto;
}
.grantee-intro {
  border-right: 1px solid #d2d2d2;
}
.grantee-intro.no-grantee-year {
  border-right: none;
}
@media (max-width: 992px) {
  .grantee-intro {
    border-right: none;
  }
}
#grantee-details h3,
.grantee-program h3 {
  border-bottom: 1px solid #eee;
}
#grantee-programs {
  margin-top: 30px;
}
.grantee-program {
  margin-bottom: 30px;
}
.grantee-program .panel-header {
  position: relative;
  padding: 15px 70px 15px 15px;
  cursor: pointer;
}
.grantee-program .panel-header h3 {
  margin-top: 0;
}
.grantee-program .expand-icon {
  display: none;
}
.grantee-program .collapse-icon {
  display: block;
}
.grantee-program.collapsed .expand-icon {
  display: block;
}
.grantee-program.collapsed .collapse-icon {
  display: none;
}
#grantee-details h3,
.program-detail h3 {
  border-bottom: 1px solid #d2d2d2;
}
.grantee-program-section h4 {
  font-weight: bold;
}
.grantee-program-awards {
  margin-bottom: 30px;
}
.grantee-program-awards .col {
  padding-left: 0;
  padding-right: 30px;
}
.accordian-status-icons {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
.accordian-status-icons .btn {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.program-loading {
  margin-left: 15px;
}
.program-detail .program-jurisdictions li {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.program-detail .program-jurisdictions h4 {
  font-weight: normal;
  border-bottom: 1px dashed #d2d2d2;
}
.news-list-header {
  margin-top: 15px;
  padding-bottom: 0;
}
.news-list {
  margin-top: 35px;
}
.news-list .news-entry {
  padding-top: 1.5em;
  margin-bottom: 1.5em;
}
.panel-filter .panel-heading {
  background: #e5e5e5;
}
.news-meta .breadcrumb {
  margin-left: -15px;
}
.news-meta .email-updates-wrapper {
  padding: 0;
}
@media (max-width: 750px) {
  .row-news {
    margin: 0;
  }
  .news-meta .breadcrumb {
    margin-left: 0;
  }
  .news-meta .email-updates-wrapper {
    padding: 15px;
  }
}
.news-entry {
  border-top: 1px solid #eee;
  padding-top: 1em;
}
.news-entry h3 {
  margin-top: 3px;
  font-size: 18px;
  font-weight: bold;
}
.news-entry:first-child {
  border-top: none;
  padding-top: 0;
}
.news-entry .date {
  padding-right: .5em;
}
.news-entry .date + div.summary:before {
  content: '-';
  float: left;
  padding-right: .5em;
}
.tags a {
  text-decoration: underline;
}
.panel-sidebar h3 {
  font-size: 14px;
  font-weight: bold;
}
.list-filters li {
  margin-bottom: 15px;
  font-weight: bold;
}
#OneCPDTabs {
  margin: 2em 0;
}
#OneCPDTabs .row {
  margin-top: 1em;
  margin-bottom: 1em;
}
.nav-tabs > li {
  margin: 0 1em 0 0;
  padding: 0;
}
.nav-tabs > li.active a {
  background: #3299bb;
  color: #fff;
}
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active {
  background: #3299bb;
  color: #fff;
}
.nav-tabs > li > a,
.nav-tabs > li > input {
  background: #f3f3f3;
  color: #404040;
  padding: 3px 15px;
  min-width: 100px;
  height: 40px;
  text-align: center;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > input:hover {
  background: #eee;
  border-color: #d2d2d2;
  border-bottom: none;
}
.nav-tabs > li > a.active,
.nav-tabs > li > input.active {
  background: #3299bb;
  color: #fff;
  border-color: none;
}
.nav-tabs > li > a.active:focus,
.nav-tabs > li > input.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > input.active:hover,
.nav-tabs > li > a.active:active,
.nav-tabs > li > input.active:active {
  background: #3299bb;
  color: #fff;
}
.nav-tabs > li > a {
  padding-top: 10px;
}
.nav-tabs > li > input {
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > input.active {
  border-color: #3299bb;
}
/* Income Calculator*/
#main_form.tab-content {
  margin-top: 1px;
}
.tab-content {
  padding: 1em;
  border: 1px solid #d2d2d2;
}
#tab-wrapper {
  position: relative;
}
#tab-wrapper a.browse {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/plugins/incomecalculator/assets/img/v3/sprite_tab-arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
#tab-wrapper a.browse.prev {
  left: 0;
  top: 10px;
  background-position: 0px -20px;
}
#tab-wrapper a.browse.prev.disabled {
  background-position: 0px 0px;
  cursor: default;
}
#tab-wrapper a.browse.next {
  right: 0;
  top: 10px;
  background-position: -20px -20px;
}
#tab-wrapper a.browse.next.disabled {
  background-position: -20px 0px;
  cursor: default;
}
#tab-wrapper .scrollable {
  height: 40px;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 0 0 5%;
}
#tab-wrapper div.listWrapper {
  position: absolute;
  width: 40000px;
  overflow: hidden;
}
#tab-wrapper div.listWrapper ul.nav.nav-tabs {
  float: left;
}
.ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs-nav li.ui-tabs-selected a:hover {
  background-color: #2B6E88;
  border-color: #22586C;
  border-style: none none solid;
  border-width: medium medium 3px;
  color: #FFFFFF;
}
.nav-tabs-hud {
  border-bottom: none;
}
.nav-tabs-hud li a {
  border-bottom: none;
  border-color: #d2d2d2;
}
.nav-tabs-hud li a:focus,
.nav-tabs-hud li a:hover,
.nav-tabs-hud li a:active {
  border-color: #d2d2d2;
  background-color: #eee;
}
.nav-tabs-hud > li.active a {
  border-bottom: none;
  border-color: #3299bb;
}
.nav-tabs-hud > li.active a:focus,
.nav-tabs-hud > li.active a:hover,
.nav-tabs-hud > li.active a:active {
  border-color: #3299bb;
  border-bottom: none;
}
.btn-page-action {
  margin: -50px 0 1em;
}
@media (max-width: 600px) {
  .btn-page-action {
    float: none;
    width: 100%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body .search-search-results {
  padding: 30px;
}
body .search-search-results h3 {
  margin: 10px 0 0 0;
}
/* .search-container label{float:none!important;} */
#advancedSearchForm .control-label,
#advancedSearchForm .control-legend {
  padding-top: 3px;
  font-size: 13px;
}
#advancedSearchForm .control-legend {
  text-align: right;
  border: none;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
#advancedSearchForm h5 {
  font-weight: bold;
}
@media (max-width: 992px) {
  .search-criteria.text-right,
  #advancedSearchForm .control-legend {
    text-align: left;
  }
}
.note {
  font-weight: normal;
  margin-left: 15px;
}
.advschFormContentWrapper .form-control {
  height: 33px;
  width: 100%;
}
.advschFormRow.advschHiddenRow {
  margin-bottom: 0;
}
.advschFormRow.advschHiddenRow .form-control {
  margin-bottom: 15px;
}
.advschFormContentWrapper input[type="text"].datepicker {
  padding: 4px;
  width: 155px;
}
@media (max-width: 1199px) {
  .advschFormContentWrapper input[type="text"].datepicker {
    width: 120px;
  }
}
/* search container */
.search-container h3 {
  margin-bottom: 20px;
}
.search-container .adv-search.checkbox input,
.search-container .adv-search.checkbox label {
  width: auto;
  float: left;
}
.search-container .adv-search.checkbox {
  width: 85%;
  clear: both;
  position: relative;
  left: 27%;
  margin: 20px 0;
}
.search-container img.ui-datepicker-trigger {
  position: relative;
  left: -20px;
}
.adv-search.checkbox > div {
  float: left;
}
.date-section {
  position: relative;
  left: 6%;
  width: 90%;
  clear: both;
}
/* end search container */
/*  Search Results */
.searchResult0,
.searchResult1 {
  background-color: #fff!important;
  border: 1px solid #DBDBD9;
  margin-top: 25px!important;
  overflow: hidden;
  padding: 20px!important;
  width: auto!important;
}
.date-published {
  background: none repeat scroll 0 0 #EEEEEE;
  float: right;
  font-style: italic;
  padding: 10px 20px;
  width: 145px;
  margin-left: 20px;
}
.adv-search-with-button > h3 {
  float: left;
  margin-right: 1%;
  margin-top: 2px;
  margin-top: 0.2rem;
}
.adv-search-with-button > input#keywords {
  margin-right: 15px;
  padding: 4px;
  width: 53%;
}
.yellow-border-box.margin-top-twenty > h3 {
  margin-top: 5px;
  overflow: hidden;
}
#searchFilter p.search-row {
  border-bottom: 1px solid #EDEDED;
  margin: 0;
  padding: 5px 0;
}
#searchPaginationBar {
  padding: 20px!important;
  padding: 2rem!important;
  position: relative;
  width: 970px;
}
#searchPaginationBar .results {
  width: 220px;
}
#searchPaginationBar .holder {
  position: absolute;
  right: -143px;
  top: 2px;
  width: 950px;
  margin: 8px 0;
}
.searchResult0 .searchTitle,
.searchResult1 .searchTitle {
  font-weight: bold;
}
/* end search Results */
/* PAGINATION */
.search-pagination {
  /* if no result - hide buttons */
  /* Blue Buttons */
}
.search-pagination#searchPaginationBar {
  margin: 15px 0;
}
.search-pagination .holder {
  position: relative;
  width: 100%!important;
  margin-top: 10px;
  margin: 15px 0;
  overflow: hidden;
  color: #8D8D8D;
}
.search-pagination .holder a {
  border-left: 1px solid #8D8D8D;
  float: left;
  margin-top: 10px;
  width: 6.1428% !important;
  text-align: center !important;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  text-decoration: none !important;
}
.search-pagination .holder a.jp-previous.hide,
.search-pagination .holder a.jp-next.hide {
  visibility: hidden!important;
}
.search-pagination .holder a.jp-next {
  margin-left: 2%;
  border: 0;
}
.search-pagination .holder a.jp-current,
.search-pagination a.jp-current:hover {
  color: #F35702 !important;
  font-weight: bold;
}
.search-pagination .holder a.jp-disabled,
.search-pagination a.jp-disabled:hover {
  color: #bbb;
}
.search-pagination .holder a.jp-current,
.search-pagination a.jp-current:hover,
.search-pagination .holder a.jp-disabled,
.search-pagination a.jp-disabled:hover {
  cursor: default;
  background: none;
}
.search-pagination .holder span {
  margin: 0 5px;
  border-left: 1px solid #8D8D8D;
  float: left;
  margin-top: 15px;
  width: 47px !important;
  text-align: center !important;
  font-weight: 600;
}
.search-pagination .jp-hidden {
  display: none;
}
.search-pagination .holder a,
.search-pagination .holder a:visited {
  color: #3299bb;
  text-decoration: none;
}
.search-pagination .holder a.jp-previous,
.search-pagination .holder a.jp-next {
  margin-top: 0;
  color: #fff!important;
  font-weight: 500;
  padding: 10px 20px;
  padding: 1rem 2rem;
  background: #67c5e4;
  /* Old browsers */
  text-decoration: none;
  display: inline-block;
  border: 0;
  min-width: 10%;
}
.search-pagination .holder a.jp-next {
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_right_white.png");
  background-repeat: no-repeat;
  background-position: 72% 53%;
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_right_white.png"), -moz-linear-gradient(top, #67c5e4 0%, #3399bb 100%);
  /* FF3.6+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_right_white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67c5e4), color-stop(100%, #3399bb));
  /* Chrome,Safari4+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_right_white.png"), -webkit-linear-gradient(top, #67c5e4 0%, #3399bb 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_right_white.png"), -ms-linear-gradient(top, #67c5e4 0%, #3399bb 100%);
  /* IE10+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_right_white.png"), linear-gradient(to bottom, #67c5e4 0%, #3399bb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c5e4', endColorstr='#3399bb', GradientType=0);
  /* IE6-9 */
}
.search-pagination .holder a.jp-previous {
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_left_white.png");
  background-repeat: no-repeat;
  background-position: 15% 55%;
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_left_white.png"), -moz-linear-gradient(top, #67c5e4 0%, #3399bb 100%);
  /* FF3.6+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_left_white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67c5e4), color-stop(100%, #3399bb));
  /* Chrome,Safari4+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_left_white.png"), -webkit-linear-gradient(top, #67c5e4 0%, #3399bb 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_left_white.png"), -ms-linear-gradient(top, #67c5e4 0%, #3399bb 100%);
  /* IE10+ */
  background-image: url("/onecpd/includes/themes/onecpd/images/v2/arrow_left_white.png"), linear-gradient(to bottom, #67c5e4 0%, #3399bb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c5e4', endColorstr='#3399bb', GradientType=0);
  /* IE6-9 */
}
.search-pagination .holder a:nth-child(2) {
  border-left: 0;
}
body.minisites h1.calculator-page-head,
body.environment-calculators h2.pageTitle {
  display: none;
}
.calculator-head {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #d7d7d7;
  background-color: #cbe0f2;
}
.calculator-head td,
.calculator-head th {
  padding: 5px;
  font-weight: bold;
}
.calculator-head input {
  box-shadow: none;
}
.calculator-data {
  margin-bottom: 30px;
  width: 100%;
}
.calculator-data.small-form {
  width: 80%;
}
.calculator-data tr {
  border-bottom: 1px solid #e5e5e5;
}
.calculator-data table tr,
.calculator-data .last-row {
  border-bottom: none;
}
.calculator-data tr > td,
.calculator-data tr > th {
  padding: 5px 3px;
}
.calculator-data input[type='checkbox'] {
  margin-left: 4px;
}
.calculator-data input[disabled],
.calculator-table input[disabled],
.calculator-data input[readonly],
.calculator-table input[readonly] {
  border: 1px solid #f6f6f6;
  background-color: #fff;
}
.calculator-head th,
.calculator-data th {
  font-weight: bold;
}
.calculator-table td,
.calculator-table th {
  text-align: left;
  padding: 5px 3px;
}
.calculator-table input[type='date'] {
  line-height: 1.2em;
}
.buttonHolder {
  margin-bottom: 20px;
}
body.minisites input.button-calculate {
  border: 0;
  color: #fff;
  font-weight: 600;
  background: #74a845;
  /* Old browsers */
  background: -moz-linear-gradient(top, #74a845 0%, #468900 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74a845), color-stop(100%, #468900));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #74a845 0%, #468900 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #74a845 0%, #468900 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #74a845 0%, #468900 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74a845', endColorstr='#468900', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
  display: inline-block;
}
input.button-calculate,
input.button-blue,
input.button-gray-gradient {
  padding: 3px 6px;
  margin-right: 2px;
}
#dhtmltooltip {
  position: absolute;
  width: 250px;
  border: 2px solid black;
  padding: 2px;
  background-color: grey;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}
@media (max-width: 992px) {
  .calculator-data.small-form {
    width: 100%;
  }
}
body {
  text-align: left;
}
/* IEC CSS */
/* site structure */
.structHeader {
  padding: 1em 0;
  background: #3299bb;
  overflow: hidden;
}
.structFooter {
  padding: 2em 0;
  background: #f07f2d;
  overflow: hidden;
}
/********** IEC Header **********/
.modIecHeader {
  padding: 2em 0;
  background: #f3f3f3;
}
.iecHeaderContent {
  padding: 1em;
  background: #fff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.iecHeaderLogo {
  margin: 0 1em 0 0;
  float: left;
}
.iecHeaderTitle {
  float: left;
}
.iecHeaderTitle h1 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1.6em;
  color: #f07f2d;
}
.iecHeaderTitle h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  color: #404040;
  border: none;
}
.iecHeaderMenu {
  height: 48px;
  margin: 5px 1em 0 2em;
  padding: 0 0 0 1em;
  float: right;
  border-left: 1px solid #dadada;
}
.iecHeaderMenu ul {
  list-style: none;
  margin: 14px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.iecHeaderMenu ul li {
  margin: 0 0 0 1em;
  float: left;
}
.iecHeaderMenu ul li a {
  color: #3299bb;
}
.iecHeaderWelcome {
  margin: 5px 0 0 0;
  height: 48px;
  float: right;
  border-left: 1px solid #dadada;
}
.iecHeaderWelcome h3 {
  margin: 8px 0 0 0;
  padding: 3px 0 4px 2.5em;
  font-size: 1.6em;
  color: #3299bb;
  background: url(/plugins/incomecalculator/assets/img/v3/iconPerson.png) 17px 4px no-repeat;
}
/********** ./IEC Header **********/
.modIecContent {
  margin: 2em 0;
}
/********** IEC Program Selection **********/
.iecProgramSelector {
  margin: 2em 0 0 0;
  overflow: hidden;
}
.iecProgramSelector p {
  padding: 0 1.5em 0 0;
}
.iecProgramSelector button {
  margin: 0 1.5em 0 0;
}
/********** ./IEC Program Selection **********/
/********** IEC Menu **********/
.iecMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
}
.iecMenu ul li {
  padding: 0;
  border-top: 1px solid #d2d2d2;
}
.iecMenu ul li.dashboard {
  font-size: 1.2em;
  border-top: none;
}
.iecMenu ul li.dashboard a {
  background: url(/plugins/incomecalculator/assets/img/v3/icon_compassDark.png) center left no-repeat;
}
.iecMenu ul li.dashboard.active a {
  background-image: url(/plugins/incomecalculator/assets/img/v3/icon_compassWhite.png);
}
.iecMenu ul li#annual-income-left-nav {
  font-size: 1.2em;
}
.iecMenu ul li#annual-income-left-nav a {
  background: url(/plugins/incomecalculator/assets/img/v3/icon_plus.png) center left no-repeat;
}
.iecMenu ul li#annual-income-left-nav.expanded a {
  background-image: url(/plugins/incomecalculator/assets/img/v3/icon_minus.png);
}
.iecMenu ul li#adjusted-income-left-nav {
  font-size: 1.2em;
  border-top: none;
}
.iecMenu ul li#adjusted-income-left-nav a {
  background: url(/plugins/incomecalculator/assets/img/v3/icon_plus.png) center left no-repeat;
}
.iecMenu ul li#adjusted-income-left-nav.expanded a {
  background-image: url(/plugins/incomecalculator/assets/img/v3/icon_minus.png);
}
.iecMenu ul li#rental-assistance-left-nav {
  font-size: 1.2em;
  border-top: none;
}
.iecMenu ul li#rental-assistance-left-nav a {
  background: url(/plugins/incomecalculator/assets/img/v3/icon_plus.png) center left no-repeat;
}
.iecMenu ul li#rental-assistance-left-nav.expanded a {
  background-image: url(/plugins/incomecalculator/assets/img/v3/icon_minus.png);
}
.iecMenu ul li a {
  display: block;
  padding: 1em 1em 1em 2em;
  margin: 0 0 0 0.5em;
  color: #333;
  line-height: 1;
  font-size: 0.8em;
}
.iecMenu ul li a:hover {
  text-decoration: none;
}
.iecMenu ul li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #d2d2d2;
  border-left: none;
}
.iecMenu ul li ul li {
  padding: 0 0 0 2em;
  border-top: none;
}
.iecMenu ul li ul li a {
  margin: 0;
  padding: 1em;
  line-height: 1;
  font-size: 0.8em;
  background: none !important;
  border-top: 1px solid #d2d2d2;
}
.iecMenu ul li ul li a:hover {
  text-decoration: none;
}
.iecMenu ul li ul li.active {
  background-color: #3299bb;
}
.iecMenu ul li ul li.active a {
  color: #fff;
}
.iecMenu ul li.expanded ul {
  display: block;
}
/********** ./IEC IEC Menu **********/
/********** IEC Banner **********/
.iecBanner {
  background: #31768f;
}
.iecBanner .container {
  height: 192px;
  background: url(/plugins/incomecalculator/assets/img/v3/calculator.png) right center no-repeat;
}
.bannerContent {
  display: table-cell;
  height: 192px;
  vertical-align: middle;
}
.bannerContent h1 {
  width: 90%;
  margin: 0;
  color: #fff;
}
/********** ./IEC Banner **********/
/********** IEC Eligibility **********/
.modFormRadioList div.radio {
  margin: 1em 0;
}
/********** ./IEC Eligibility **********/
/********** IEC Tabs **********/
.iecDataBlock {
  margin: 0 0 2em 0;
}
.iecDataBlock h4 {
  color: #f07f2d;
  border-bottom: 1px solid #d2d2d2;
}
.iecDataBlock .form-group {
  left: 0;
  padding: 0 30px 0 0;
}
.iecDataBlock .row {
  margin: 0;
}
.iecDataBlock .row.iecDataHeaders span {
  font-weight: bold;
}
.iecDataBlock label {
  display: block;
}
.iecDataBlock .inlineFormElement {
  display: inline;
  width: 90%;
  margin-left: 3%;
}
.force-height {
  min-height: 3em;
}
.row-iec {
  margin: 0;
}
/********** ./IEC Tabs **********/
/********** IEC Landing **********/
.modIecContent .col-md-8 ul {
  list-style-image: url(/plugins/incomecalculator/assets/img/v3/icon_circle.png);
}
.home_shaded_box {
  margin: 0 0 1em 0;
  padding: 2em;
  background: #eaeaea;
}
.home_shaded_box h4 {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  color: #f07f2d;
  border-bottom: 1px solid #d2d2d2;
}
.home_shaded_box p {
  margin: 1em 0;
}
/********** ./IEC Landing **********/
/********** IEC Summary **********/
.pdfLink {
  padding: 0 0 30px 0;
}
.summary-header-info {
  background: #f3f3f3 url(/plugins/incomecalculator/assets/img/v3/bg-summary-header-info.png) repeat-y center top;
  margin: 15px 0;
}
.summary-header-info ul {
  margin: 0;
  padding: 0 15px;
}
.summary-header-info li {
  border-top: 2px solid #d2d2d2;
  line-height: 1.5em;
  padding: 10px 0;
}
.summary-header-info li:first-child {
  border-top: none;
}
/********** /IEC Summary **********/
/********** IEC Data Tables **********/
.guided-other-income-types-table td,
.guided-other-income-types-table th {
  padding: 8px;
}
.guided-other-income-types-table tbody > tr {
  border-top: 1px solid #dddddd;
}
.guided-other-income-types-table tbody > tr:first-child {
  border-top: none;
}
.guided-other-income-types-table .edit-cell {
  white-space: nowrap;
}
.iec-income-summary {
  overflow: auto;
}
.iecDataTableBlock {
  margin: 1em 0 3em 0;
  padding: 0;
  border: 1px solid #d2d2d2;
}
.dataTableHeader {
  margin: 1em 1.5em;
  overflow: hidden;
}
.dataTableHeader h4 {
  color: #3299bb;
}
.dataTables_wrapper {
  overflow: hidden;
}
div.dataTables_length {
  margin: 0 0 1em 1.5em;
  padding: 0;
  float: left;
  overflow: hidden;
}
div.dataTables_filter {
  margin: 0 1.5em 1em 0;
  padding: 0;
  float: right;
  overflow: hidden;
}
div.dataTables_info {
  margin: 1em 0 1em 1.5em;
  padding: 0;
  float: left;
  overflow: hidden;
}
div.dataTables_paginate {
  margin: 1em 1.5em 1em 0;
  float: right !important;
  overflow: hidden;
}
div.dataTables_paginate > div {
  cursor: pointer;
}
div.dataTables_paginate > div.paginate_disabled_previous,
div.dataTables_paginate > div.paginate_disabled_next {
  cursor: default;
}
table.iecDataTable {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #d2d2d2;
  clear: both;
}
table.iecDataTable.part5-income-summary {
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
table.iecDataTable thead {
  background: #3299bb;
}
table.iecDataTable thead tr th {
  padding: 1em 1.5em 1em 0.5em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
}
table.iecDataTable thead tr th.iecDTcolID {
  width: 10%;
}
table.iecDataTable thead tr th.iecDTcolMembers {
  width: 10%;
}
table.iecDataTable thead tr th.iecDTcolLocation {
  width: 34%;
}
table.iecDataTable thead tr th.iecDTcolCalcType {
  width: 5%;
}
table.iecDataTable thead tr th.iecDTcolCalcDate {
  width: 10%;
}
table.iecDataTable thead tr th.iecDTcolPurge {
  width: 10%;
}
table.iecDataTable thead tr th.iecDTcolStatus {
  width: 11%;
}
table.iecDataTable thead tr th.iecDTcolEligibility {
  width: 5%;
}
table.iecDataTable thead tr th.iecDTcolDelete {
  width: 5%;
  text-align: center;
}
table.iecDataTable thead tr th.sorting {
  background: url(/plugins/incomecalculator/assets/img/v3/sort_both.png) center right no-repeat;
}
table.iecDataTable thead tr th.sorting_asc {
  background: #1f5f74 url(/plugins/incomecalculator/assets/img/v3/sort_asc.png) center right no-repeat;
}
table.iecDataTable thead tr th.sorting_desc {
  background: #1f5f74 url(/plugins/incomecalculator/assets/img/v3/sort_desc.png) center right no-repeat;
}
table.iecDataTable tbody tr.border-bottom {
  border-bottom: 1px solid #d2d2d2;
}
table.iecDataTable tbody tr.spacer-row {
  height: 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
table.iecDataTable tbody tr td {
  padding: 0.5em;
}
table.iecDataTable tbody tr td.iecDTcolDelete {
  text-align: center;
}
table.iecDataTable tbody tr td.border-right {
  border-right: 1px solid #d2d2d2;
}
table.iecDataTable tbody tr td.border-left-double {
  border-left: 2px solid #d2d2d2;
}
table.iecDataTable tfoot tr {
  border: 1px solid #d2d2d2;
  background: #e4f2f6 !important;
}
table.iecDataTable tfoot tr td,
table.iecDataTable tfoot tr th {
  padding: 0.5em;
}
table.iecDataTable tfoot tr .subtotal-cell {
  border: 2px solid #d2d2d2;
}
table.iecDataTable tbody tr.odd {
  background: #fff;
}
table.iecDataTable tbody tr.even {
  background: #e4f2f6 !important;
}
table.iecDataTable thead tr th.empty,
table.iecDataTable tbody tr td.empty {
  width: 1px;
  padding: 1em 0.5em;
}
table.iecDataTable .noSort {
  cursor: default;
}
table.iecDataTable th.border-right {
  border-right: 1px solid #d2d2d2;
}
table.iecDataTable tr.summary-subtotals {
  border: 2px solid #7f7f7f;
}
table.iecDataTable tr.summary-totals {
  border: 2px solid #7f7f7f;
  height: 50px;
  background: #f3f3f3;
}
table.iecDataTable td.line-item-subtotal {
  background-color: #e6f3fe;
}
.iecDataTableCalculated {
  background: #f3f3f3;
  border: 1px solid #d2d2d2;
}
.iecDataTableCalculated th {
  padding: 1em;
}
#homeCalculations_paginate a {
  margin: 0 0 0 1em;
  cursor: pointer;
}
#homeCalculations_paginate a.paginate_disabled_next,
#homeCalculations_paginate a.paginate_disabled_previous {
  color: #d2d2d2;
  cursor: default;
  text-decoration: none;
}
#homeCalculations_paginate a.paginate_disabled_next:hover,
#homeCalculations_paginate a.paginate_disabled_previous:hover {
  text-decoration: none;
}
.iecDataTableDeleteControls {
  padding: 0 1.5em 1.5em 0;
  overflow: hidden;
}
.iecDataTableDeleteControls button,
.iecDataTableDeleteControls a,
.iecDataTableDeleteControls input {
  float: right;
}
table.dataTable tr.odd td.sorting_1 {
  background: none !important;
}
table.dataTable tr.even td.sorting_1 {
  background: none !important;
}
.iec-submit-btns-wrapper {
  background: #f3f3f3;
  padding: 2em;
}
.iec-submit-btns-wrapper .btn {
  font-size: 12px;
}
.table-striped.iecDataTable {
  background: #fff;
}
.table-striped.iecDataTable tr {
  background: #fff;
}
.table-striped.iecDataTable tr.odd {
  background: #E4F2F6;
}
.table-striped.iecDataTable tr.odd td {
  background: #E4F2F6;
}
.table-striped.iecDataTable tr td {
  background: #fff;
}
.table-striped.iecDataTable > tbody > tr:nth-child(2n+1) > td {
  background: #fff;
}
.dataTable tr {
  background: none !important;
}
table.iecDataTable th.border-right {
  padding: 0.5em;
}
.spacer-table {
  margin: 1em 0;
}
.spacer-table tr th {
  padding: 0 0.5em 0.5em;
}
.spacer-table tr td {
  padding: 0 0.5em;
}
#adjusted-income-summary tr td,
.iec-summary-table tr td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
#adjusted-income-summary tr td.text-top,
.iec-summary-table tr td.text-top {
  vertical-align: bottom;
}
#adjusted-income-summary tr td.text-top .has_box,
.iec-summary-table tr td.text-top .has_box {
  width: 150px;
  padding: 0.5em;
  border: 1px solid #ccc;
  text-align: right;
}
#adjusted-income-summary tr td.text-top .has_box span.left,
.iec-summary-table tr td.text-top .has_box span.left {
  float: left;
}
/********** ./IEC Data Tables **********/
#member-ids table {
  width: 100%;
  border: 1px solid #ccc;
}
#member-ids table thead tr th {
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #3299BB;
}
#member-ids table tbody tr td {
  padding: 1em;
  text-align: center;
}
#member-ids table tbody tr td.iecLabel {
  font-weight: bold;
  text-align: left;
}
#member-ids table tbody tr td input[type="text"] {
  /*width: 10px;*/
}
#member-ids {
  overflow: auto;
}
#beneficiary-id-block {
  overflow: hidden;
  margin: 0 0 1em 0;
}
#beneficiary-id-block #header-subtext {
  float: right;
  padding: 1em;
  margin: 0 2em 0 0;
}
#beneficiary-id-block #header_bar_wrapper {
  float: right;
  padding: 1em;
  background-color: #f07f2d;
}
#beneficiary-id-block #header_bar_wrapper #beneficiary-id-label {
  color: #fff;
}
#beneficiary-id-block #header_bar_wrapper #beneficiary-id {
  color: #fff;
}
#beneficiary-id-block #header_print {
  margin: 1em 0 0 0;
  text-align: right;
}
.iecPDF {
  float: right;
  background: #72a84e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #72a84e 0%, #8db167 33%, #408906 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72a84e), color-stop(33%, #8db167), color-stop(100%, #408906));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #72a84e 0%, #8db167 33%, #408906 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #72a84e 0%, #8db167 33%, #408906 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #72a84e 0%, #8db167 33%, #408906 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #72a84e 0%, #8db167 33%, #408906 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a84e', endColorstr='#408906', GradientType=0);
  /* IE6-9 */
}
.btn-pdf {
  background-image: url(/plugins/incomecalculator/assets/img/pdf_icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 2em;
}
.btn-pdf:hover,
.btn-pdf:visited,
.btn-pdf:active,
.btn-pdf:focus {
  background-image: url(/plugins/incomecalculator/assets/img/pdf_icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
}
.iec-submit-btns-wrapper {
  overflow: hidden;
  text-align: center;
  margin: 1em 0;
}
.income-input-table {
  width: 100%;
}
.income-input-table tr {
  background: #f3f3f3;
}
.income-input-table tr td {
  padding: 1em;
  border-bottom: 10px solid #fff;
}
.income-input-table tr td.indent-1 {
  padding-left: 3em;
}
.income-input-table tr td.label-cell {
  width: 70%;
}
.income-input-table tr td.input-cell {
  width: 30%;
}
.income-input-table tr td label {
  font-weight: normal;
}
.income-input-table tr td span.symbol-dollar {
  display: inline;
}
.income-input-table tr td input.numeric {
  display: inline;
}
.fieldInfoRow {
  display: block;
  clear: both;
}
.smallest.fieldInfo {
  font-size: 0.8em;
}
.error-message {
  color: #f27f2e;
}
.required {
  color: #f27f2e;
}
#svEditProfile fieldset {
  margin: 0 0 2em 0;
}
@media (max-width: 970px) {
  .force-height {
    min-height: 0;
  }
  .summary-header-info {
    background-image: none;
  }
}
.trainingFilters {
  padding: 0;
  border: 1px solid #b3b3b3;
  background: #fff;
  margin: 0 0 1em;
}
.trainingFilters .trainingFiltersHeader {
  padding: 1em;
  background: #e5e5e5;
}
.trainingFilters .trainingFiltersHeader h2 {
  margin: 0;
  padding: 0;
}
.trainingFilters .trainingFiltersContent {
  padding: 1em;
}
.trainingFilters .form-group {
  left: 0;
}
.trainingFilters .col-date-picker {
  width: 47.5%;
  padding: 0;
  float: left;
}
.trainingFilters .col-date-picker input {
  width: 100%;
  font-size: 12px;
}
.trainingFilters .col-date-picker + .col-date-picker {
  margin-left: 5%;
}
.trainingContentWrapper .trainingContent {
  border: 1px solid #b3b3b3;
  padding: 1em;
}
.courseBox {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 1em 0;
}
.courseBox h3.courseName {
  margin: 0;
}
.courseBox ul.courseDetails {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  overflow: hidden;
}
.courseBox ul.courseDetails li {
  float: left;
  line-height: 1em;
  color: #404040;
  font-size: 0.8em;
  font-weight: bold;
}
.courseBox ul.courseDetails li.courseType {
  border-right: 1px solid #F07F2D;
  padding-right: 1em;
  margin-right: 1em;
}
.pagination {
  list-style: none;
  margin: 0 0 1em 0;
  text-align: center;
}
.trainingSidebarContent h2 {
  margin: 0 0 1em 0;
  padding: 0;
}
.trainingSidebarContent ul {
  padding: 0 0 0 1em;
}
.trainingSidebarContent ul.sidebarCalendarList {
  padding: 0;
}
.trainingSidebarContent a.btn {
  display: block;
  margin: 0 0 1em 0;
}
.sidebarCalendarList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarCalendarList li {
  display: block;
  margin: 0 0 2em 0;
}
.sidebarCalendarList li .dateTitle {
  margin: 0 0 1em 0;
  overflow: hidden;
}
.sidebarCalendarList li .dateTitle .dateBlock {
  float: left;
  width: 25%;
}
.sidebarCalendarList li .dateTitle h4,
.sidebarCalendarList li .dateTitle h5 {
  float: left;
  width: 70%;
  margin: 5px 0 0 5%;
  padding: 0;
}
.sidebarCalendarList li .dateTitle h4 a,
.sidebarCalendarList li .dateTitle h5 a {
  font-weight: bold;
}
.sidebarCalendarList li p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.dateBlock span {
  display: block;
  text-align: center;
}
.dateBlock span.month {
  background: #3299ba;
  color: #fff;
  line-height: 2;
}
.dateBlock span.day {
  background: #e5e5e5;
  color: #404040;
  font-size: 1.6em;
  line-height: 1.5;
}
.calendarEventEntry {
  margin: 0 0 2em 0;
}
.calendarEventEntry .courseDetails h3.courseName {
  margin: 0 0 0.5em 0;
}
.calendarEventEntry .courseDetails .courseInfo {
  margin: 0 0 0.5em 0;
}
.calendarEventEntry .courseDetails .courseInfo ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendarEventEntry .courseDetails .courseInfo ul li {
  float: left;
  padding: 0 10px;
  border-right: 2px solid #f27f2e;
  font-size: 0.8em;
  font-weight: bold;
}
.calendarEventEntry .courseDetails .courseInfo ul li.eventDate {
  padding-left: 0;
}
.calendarEventEntry .courseDetails .courseInfo ul li.eventType {
  padding-right: 0;
  border-right: none;
}
.calendarEventEntry .courseDetails .courseHost {
  margin: 0 0 0.5em 0;
  overflow: hidden;
}
.calendarEventEntry .courseDetails .courseHost p {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.calendarEventEntry .courseDetails .courseHost p.eventHud {
  background: url(/plugins/calendar/assets/images/icon-hud.png) right center no-repeat;
  padding-right: 34px;
}
.filterSearch {
  position: relative;
}
.filterSearch .glyphicon-search {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 1.5em;
}
.grey-border-box {
  background-color: #eeeeee;
  padding: 1em 2em;
  border: 1px solid #333333;
}
h4.border-bottom-orange {
  padding-bottom: 5px;
  margin: 15px 0;
  font-size: 20px;
}
.btn-bulk-action-apply {
  margin-left: 10px;
}
.table-training-event-add-edit .col-md {
  width: 135px;
}
.table-training-event-add-edit .col-date {
  width: 150px;
}
.table-training-event-add-edit .col-lg {
  width: 250px;
}
.table-training-event-add-edit .col-bulk-select {
  width: 30px;
  text-align: center;
}
.table-training-event-add-edit .col-action {
  width: 110px;
}
.table-training-event-add-edit .td-actions {
  text-align: center;
  vertical-align: middle;
}
.table-training-event-add-edit .td-actions img {
  margin: 0 2px;
}
.chosen-category {
  margin-top: 3px;
  border-top: 1px solid #efefef;
  padding: 3px 20px 0 3px;
  position: relative;
  font-size: 12px;
}
.chosen-category a {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 12px;
  height: 12px;
}
.chosen-category img {
  display: block;
}
h5 + .chosen-category {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#selectedCategoryList h5 {
  font-weight: bold;
  margin: 20px 0 5px;
}
.inline-form {
  margin-right: 4px;
}
.list-sort-list li {
  background: none;
  padding: 7px 5px 5px 25px;
  margin-bottom: 5px;
  min-height: 35px;
  border: 1px solid #efefef;
}
.list-sort-list .ui-sortable-helper {
  background-color: #efefef;
}
.list-sort-list .ui-icon {
  cursor: ns-resize;
}
.list-sort-list li span {
  position: absolute;
  margin-left: -1.3em;
}
.list-sort-list li a {
  color: #3299bb;
  text-decoration: underline;
  padding: 0 0 5px 8px;
}
.border-bottom-orange small {
  font-size: .6em;
  margin-top: .4em;
}
.list-bordered li {
  padding: 3px 5px 0;
  margin-top: 3px;
  border-top: 1px solid #efefef;
}
.list-bordered li:first-child {
  border-top: none;
  margin-top: 0;
}
.minisites ul.box-links {
  list-style-type: none;
  margin: 3px 0px 3px -4em;
}
.minisites .box-links li {
  background: #eee;
  margin: 3px 0px;
  clear: right;
  padding: 20px 40px;
  background-image: url('/onecpd/includes/themes/onecpd/images/v2/small_blue_right_arrow.png');
  background-repeat: no-repeat;
  background-position: 90% 2.2em;
  width: 100%;
  color: #369EC1;
  line-height: 1.9em;
  cursor: pointer;
}
.minisites #onethird-dates ul.current li {
  background: #40aed1;
  margin: 3px 0px;
  clear: right;
  background-image: url('/onecpd/includes/themes/onecpd/images/v2/small_white_right_arrow.png');
  background-repeat: no-repeat;
  background-position: 90% 2.2em;
  width: 100%;
  color: #fff;
}
.minisites p span.black {
  font-size: .85em;
}
.minisites .clearfix,
.minisites .container,
.minisites .container-fluid,
.minisites .row,
.minisites .form-horizontal .form-group,
.minisites .btn-toolbar,
.minisites .btn-group-vertical > .btn-group,
.minisites .nav,
.minisites .navbar,
.minisites .navbar-header,
.minisites .navbar-collapse,
.minisites .pager,
.minisites .panel-body,
.minisites .modal-footer {
  display: block;
}
.minisites .even {
  height: auto;
  padding: 15px 0;
  border-top: dashed 1px #666;
  border-bottom: dashed 1px #666;
}
.minisites .odd {
  padding: 15px 0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.minisites .threeStep > h3 {
  border-bottom: 1px solid #DDDDDD;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 0 0.5em !important;
}
.minisites .policyalertItem {
  border: 1px solid #D9D9D9;
  padding: 15px;
  margin-top: 25px;
}
.minisites .policyalertItem a.policyalerttitle {
  font-weight: bold;
}
.orangeArrows li,
.minisites .aboveTabs ul li {
  background: url("/onecpd/includes/themes/onecpd/images/v2/arrow_orange.png") no-repeat scroll 0 0.5em rgba(0, 0, 0, 0);
  line-height: 1.6em;
  list-style-type: none;
  margin: 5px 0 15px;
  padding-left: 15px;
}
.threeStep {
  border: 1px solid #D9D9D9;
  margin-left: 2%;
  margin-bottom: 2%;
  padding: 2%;
  min-height: 30em;
}
.threeStep h3 {
  height: 3em;
}
.threeStep h4 {
  color: #3299BB;
  font-size: 1.6em;
}
.threeStep ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.threeStep li,
.orange-arrow {
  background: transparent url("/onecpd/includes/themes/onecpd/images/v2/arrow_orange.gif") no-repeat center left;
  padding-left: 15px;
}
/* Training Materials */
.media-tools h3 {
  background: url("https://www.onecpd.info/onecpd/includes/themes/onecpd/images/v2/small_blue_right_arrow.png") no-repeat scroll 75% 2.2em #eeeeee;
  clear: right;
  color: #369EC1;
  font-size: 17px;
  margin: 5px 0;
  padding: 25px 10%;
}
.media-tools img {
  bottom: 0;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 21px;
}
/* TITLE V PAGE */
#title-v {
  margin-top: 20px;
}
#title-v .col-md-3 {
  padding: 15px 2%;
  border: solid 1px #ddd;
}
#title-v .col-md-3 p {
  line-height: 1.3em;
  color: #666;
  margin-top: 10px;
}
#title-v .col-md-3 .orange {
  color: #f15a22;
}
#title-v h4.month {
  font-size: .9em;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
  line-height: 35px;
  display: block;
  clear: both;
}
#title-v h4.month span {
  float: right;
  *float: left;
  width: 15px;
  color: #F15A22;
  cursor: pointer;
  font-size: .9em;
  display: block;
  *padding-left: 90%;
  *margin-top: -33px;
}
#title-v ul.orangeArrows li {
  background: none;
  margin-left: -15px;
}
#title-v .orangeArrows li a {
  background: transparent url('/onecpd/includes/themes/onecpd/images/v2/arrow_orange.png') no-repeat 0% 50% !important;
  padding-left: 15px;
}
.uniForm .label.label-group {
  width: auto;
  color: #555555;
  font-size: 100%;
  text-align: left;
  white-space: normal;
}
.uniForm label.auto-width,
.uniForm .inlineLabels label.auto-width {
  width: auto;
  margin-right: 1%;
}
.invisible-accessible {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.faqListItemBlock {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.faqListItemBlock h4 {
  margin-top: 0;
}
.faqListItemBlock p {
  word-wrap: break-word;
}
.faqListItemBlock .faqListPubDate {
  font-weight: 600;
  color: #555555;
}
#faqNodeTopics > li > ul {
  margin: 1em 0 1em 10px;
}
#faqNodeTopics > li > ul select {
  width: 200px;
}
#faqNodeTopics .faqCategoryHeader,
#faqNodeTopics .subCat span {
  margin-right: 5px;
}
#faqNodeTopics .subCat {
  margin: 1em 0;
  font-size: 12px;
}
#faqNodeTopics .more,
#faqNodeTopics .topic {
  cursor: pointer;
}
.clusterGrey1 {
  width: 955px;
  background-color: #eee;
  margin-bottom: 1em;
  padding: 5px 5px 5px 0;
}
.clusterGrey1 select {
  margin: 12px 0.5em 0.5em !important;
}
.clusterGrey2 {
  width: 667px;
  background-color: #ccc;
  border-bottom: 2px solid #eee;
  padding: 5px 5px 5px 0;
}
.clusterGrey3 {
  width: 331px;
  background-color: #999;
}
.culltag {
  color: red;
  cursor: pointer;
  font-weight: bold;
}
.col-group,
.col-action {
  width: 155px;
}
#questionid {
  width: 200px;
}
.dashboard-tab.firsttab {
  width: 18%;
}
.detailSection h5,
.detailSection p {
  word-wrap: break-word;
}
.requestorInfo .border-bottom-grey-lt {
  height: 35px;
  min-height: 35px;
}
.requestorInfo .col-md-5 {
  width: 175px;
}
.requestorInfo .col-md-5,
.even-height .col-md-7 {
  vertical-align: middle;
}
.questionWrapper {
  min-height: 800px;
}
.questionPanel.affix {
  top: 35px;
  width: 369px;
}
.questionPanel.affix-bottom {
  position: absolute;
  width: 369px;
}
#editRequestorBtn.btn-primary {
  color: white;
}
@media (max-width: 992px) {
  .questionPanel.affix {
    position: relative;
    top: inherit;
    width: inherit;
  }
  .questionPanel.affix-bottom {
    position: reative;
    width: inherit;
  }
}
/* Sprites for 508 compliant Blue  #3277BB  */
/* Sprites for Blue */
.export-inverted-default {
  background: url("../../images/v3/glyphicons/blue/primary_inverted_cloud_download_default.png") no-repeat scroll transparent;
}
.print-inverted-default {
  background: url("../../images/v3/glyphicons/blue/primary_inverted_print_default.png") no-repeat scroll transparent;
}
.circle-info-inverted-default {
  background: url("../../images/v3/glyphicons/blue/glyphicons_195_circle_info_default.png") no-repeat scroll transparent;
  height: 18px;
  width: 18px;
  top: 4px;
}
.glyphicon-ok-sign.blue.mini {
  background: url('../../images/v3/glyphicons/blue/glyphicons-blue-mini.png') no-repeat -87px -519px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  top: 8px;
}
.glyphicon-email-blue {
  background: url('../../images/v3/glyphicons/blue/glyphicons-blue.png') no-repeat -8px -47px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  top: 8px;
}
/* Sprites for Orange */
.glyphicon-ok-sign.orange.mini {
  background: url('../../images/v3/glyphicons/orange/glyphicons-orange-mini.png') no-repeat -87px -519px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  top: 8px;
}
/* Sprites for White */
.export-default {
  background: url("../../images/v3/glyphicons/white/primary_cloud_download_default.png") no-repeat scroll transparent;
}
.print-default {
  background: url("../../images/v3/glyphicons/white/primary_print_default.png") no-repeat scroll transparent;
}
.glyphicon,
.glyphicon span {
  position: relative;
  display: inline-block;
}
.glyphicon-play,
.glyphicon-chevron-down span {
  background: transparent url('../../images/v3/glyphicons/white/glyphicons-white.png') no-repeat -121px -622px;
  width: 12px;
  height: 14px;
}
.glyphicon-chevron-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicon-chevron-down span {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  background: transparent url('../../images/v3/glyphicons/white/glyphicons-white.png') no-repeat -123px -803px;
}
.glyphicon-search {
  background: url('../../images/v3/glyphicons/white/glyphicons-white.png') no-repeat -260px -80px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
