/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.27272727;
  color: #333333;
  background-color: #666666;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005eaa;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00345e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #eceded;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 7px;
}
.lead {
  margin-bottom: 14px;
  font-size: 12.65px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #d1d2d3;
}
.text-primary {
  color: #005eaa;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #d1d2d3;
}
h1,
h2,
h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}
h4,
h5,
h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 11px;
}
h6,
.h6 {
  font-size: 10px;
}
h1 small,
.h1 small {
  font-size: 19px;
}
h2 small,
.h2 small {
  font-size: 14px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 11px;
}
.page-header {
  padding-bottom: 6px;
  margin: 28px 0 14px;
  border-bottom: 1px solid #eceded;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7px;
}
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;
}
dl {
  margin-bottom: 14px;
}
dt,
dd {
  line-height: 1.27272727;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d1d2d3;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 7px 14px;
  margin: 0 0 14px;
  border-left: 5px solid #eceded;
}
blockquote p {
  font-size: 13.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.27272727;
  color: #d1d2d3;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eceded;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 14px;
  font-style: normal;
  line-height: 1.27272727;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 6.5px;
  margin: 0 0 7px;
  font-size: 10px;
  line-height: 1.27272727;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 14px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row .row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 754px;
  }
  .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-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .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-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
  .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-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 14px;
}
.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.27272727;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #666666;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #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-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class^="col-"] {
  float: none;
  display: table-column;
}
table td[class^="col-"],
table th[class^="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.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;
  border-color: #eed3d7;
}
.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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 16.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #d1d2d3;
}
.form-control::-moz-placeholder {
  color: #d1d2d3;
}
.form-control:-ms-input-placeholder {
  color: #d1d2d3;
}
.form-control::-webkit-input-placeholder {
  color: #d1d2d3;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.27272727;
  color: #666666;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eceded;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.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-lg {
  height: 48px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
.input-sm {
  height: 25px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
select.input-sm {
  height: 25px;
  line-height: 25px;
}
textarea.input-lg,
textarea.input-sm {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 8px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 8px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .container .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.27272727;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  -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: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color: #333434;
  border-color: #292a2a;
}
.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: #474949;
  border-color: #474949;
}
.btn-primary {
  color: #ffffff;
  background-color: #005eaa;
  border-color: #005eaa;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #004781;
  border-color: #003c6d;
}
.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: #005eaa;
  border-color: #005eaa;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #eb9316;
}
.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: #f0ad4e;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #c12e2a;
}
.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: #d9534f;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #419641;
}
.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: #5cb85c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #2aabd2;
}
.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: #5bc0de;
}
.btn-link {
  color: #005eaa;
  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: #00345e;
  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: #d1d2d3;
  text-decoration: none;
}
.btn-lg {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 3px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-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: 8px 12px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eceded;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 14px;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown {
  position: relative;
}
.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;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.27272727;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#005eaa), to(#005091));
  background-image: -webkit-linear-gradient(top, #005eaa, 0%, #005091, 100%);
  background-image: -moz-linear-gradient(top, #005eaa 0%, #005091 100%);
  background-image: linear-gradient(to bottom, #005eaa 0%, #005091 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005eaa', endColorstr='#ff005091', GradientType=0);
  background-color: #005091;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#005eaa), to(#005091));
  background-image: -webkit-linear-gradient(top, #005eaa, 0%, #005091, 100%);
  background-image: -moz-linear-gradient(top, #005eaa 0%, #005091 100%);
  background-image: linear-gradient(to bottom, #005eaa 0%, #005091 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005eaa', endColorstr='#ff005091', GradientType=0);
  background-color: #005091;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d1d2d3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 1.27272727;
  color: #d1d2d3;
}
.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 #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #005eaa;
  border-color: #005eaa;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #77c2ff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel .list-group {
  margin: 15px -15px -15px;
}
.panel .list-group .list-group-item {
  border-width: 1px 0;
}
.panel .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group {
  margin-top: -15px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-heading {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13.75px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  margin: 15px -15px -15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-primary {
  border-color: #005eaa;
}
.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #005eaa;
  border-color: #005eaa;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 16.5px;
  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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > 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: #eceded;
}
.nav > li.disabled > a {
  color: #d1d2d3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d1d2d3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #005eaa;
  border-color: #005eaa;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav .nav-divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.27272727;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eceded;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #666666;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #666666;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #005eaa;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  text-align: center;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #666666;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #005eaa;
  border-bottom-color: #005eaa;
}
.nav a:hover .caret {
  border-top-color: #00345e;
  border-bottom-color: #00345e;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #005eaa;
  border-radius: 4px;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #dddddd;
  line-height: 14px;
  border-radius: 4px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #dddddd;
  background-color: #004277;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-nav.pull-right {
  width: 100%;
}
.navbar-static-top {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.nav-collapse {
  clear: both;
  padding-bottom: 13px;
}
.nav-collapse:before,
.nav-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-collapse:after {
  clear: both;
}
.nav-collapse:before,
.nav-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-collapse:after {
  clear: both;
}
.navbar-toggle + .nav-collapse {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .nav-collapse-scrollable {
    margin-bottom: 13px;
    max-height: 360px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.navbar-brand {
  float: left;
  margin-right: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 14px;
  color: #dddddd;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #c4c4c4;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: -10px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-form {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-form .form-control,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background-color: #004277;
  color: #dddddd;
}
.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}
.navbar-nav > .dropdown > a .caret {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #d1d2d3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d1d2d3;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d1d2d3;
}
.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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #d1d2d3;
  border-bottom-color: #d1d2d3;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav-collapse {
    clear: none;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-btn {
  margin-top: 4px;
}
.navbar-text {
  float: left;
  padding: 0 10px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-link {
  color: #dddddd;
}
.navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-link {
  color: #d1d2d3;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 14px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #d1d2d3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 14px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 8px 12px;
  line-height: 1.27272727;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #d1d2d3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d1d2d3;
  background-color: #ffffff;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 14px;
}
.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: 10px;
}
.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: 14px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager 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: #f5f5f5;
}
.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: #d1d2d3;
  background-color: #ffffff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 14px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert hr {
  border-top-color: #f8e5be;
}
.alert .alert-link {
  font-weight: bold;
  color: #a47e3c;
}
.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: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.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;
}
.accordion {
  margin-bottom: 14px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.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: inline-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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  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;
}
.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 .glyphicon,
  .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;
  }
}
.visible-xs-sm {
  display: block !important;
}
tr.visible-xs-sm {
  display: table-row !important;
}
th.visible-xs-sm,
td.visible-xs-sm {
  display: table-cell !important;
}
@media (min-width: 992px) {
  .visible-xs-sm {
    display: none !important;
  }
  tr.visible-xs-sm {
    display: none !important;
  }
  th.visible-xs-sm,
  td.visible-xs-sm {
    display: none !important;
  }
}
.visible-md-lg {
  display: none !important;
}
tr.visible-md-lg {
  display: none !important;
}
th.visible-md-lg,
td.visible-md-lg {
  display: none !important;
}
@media (min-width: 992px) {
  .visible-md-lg {
    display: block !important;
  }
  tr.visible-md-lg {
    display: table-row !important;
  }
  th.visible-md-lg,
  td.visible-md-lg {
    display: table-cell !important;
  }
}
.hidden-xs-sm {
  display: none !important;
}
tr.hidden-xs-sm {
  display: none !important;
}
th.hidden-xs-sm,
td.hidden-xs-sm {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-xs-sm {
    display: block !important;
  }
  tr.hidden-xs-sm {
    display: table-row !important;
  }
  th.hidden-xs-sm,
  td.hidden-xs-sm {
    display: table-cell !important;
  }
}
.hidden-md-lg {
  display: block !important;
}
tr.hidden-md-lg {
  display: table-row !important;
}
th.hidden-md-lg,
td.hidden-md-lg {
  display: table-cell !important;
}
@media (min-width: 992px) {
  .hidden-md-lg {
    display: none !important;
  }
  tr.hidden-md-lg {
    display: none !important;
  }
  th.hidden-md-lg,
  td.hidden-md-lg {
    display: none !important;
  }
}
blockquote p {
  font-size: 11px;
  line-height: 14px;
}
.indent {
  margin-left: 2em;
}
p .text-button a {
  color: #ffffff;
  background: #005eaa;
  padding: 5px 15px;
  font-size: 12px;
}
p .text-button a:hover {
  background: #00345e;
  text-decoration: none;
}
p.testimonial-18,
p.testimonial-16,
p.testimonial-14 {
  color: #7fb732;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  margin: 14px 0 7px;
}
p.testimonial-18 {
  font-size: 18px;
  line-height: 1.45;
}
p.testimonial-16 {
  font-size: 16px;
}
#main-content a {
  list-style-type: none;
  text-decoration: none;
}
#main-content a:hover {
  color: #25172B;
}
a.more,
a.external-link {
  padding-left: 5px;
  background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  text-decoration: none !important;
  line-height: 25px;
  font-weight: bold;
}
h1 {
  font-size: 26px;
  line-height: 28px;
  color: #222222;
  font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 17px;
}
h3 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 10px;
}
h1 small {
  font-size: 17px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 11px;
}
h4 small {
  font-size: 11px;
}
#wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#wrapper-inner {
  position: relative;
  width: 100%;
}
#nav-off-canvas {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 70%;
  background: #333333;
  left: 0;
  top: 0;
}
.js-ready #wrapper-inner {
  left: 0;
}
.js-ready #wrapper-inner .col-off-canvas {
  position: inherit;
}
.js-ready #nav-off-canvas {
  height: 100%;
  width: 80%;
  left: -80%;
  background: #333333;
}
.js-nav #wrapper-inner {
  left: 80%;
}
.csstransforms3d.csstransitions.js-ready #nav-off-canvas {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #wrapper-inner {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav #wrapper-inner {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
#navbar {
  margin-bottom: 0;
}
#navbar .nav-off-canvas-toggle {
  float: left;
  margin-right: 10px;
  border: 1px solid #ffffff;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #00345e;
}
#navbar .nav-off-canvas-toggle:hover,
#navbar .nav-off-canvas-toggle:focus {
  background-color: #00345e;
}
#navbar .nav-off-canvas-toggle span {
  background-color: #ffffff;
}
#navbar .navbar-brand {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 7px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
}
#navbar .navbar-brand span:after {
  content: " ";
}
#navbar .navbar-brand .img-brand {
  width: 60px;
  height: auto;
  padding-right: 10px;
  vertical-align: middle;
}
#header {
  overflow: hidden;
}
#header .site-logo {
  margin: 13px 0 0 0;
  padding: 8px 20px 15px 0px;
  display: block;
  border-right: 1px solid white;
  text-align: center;
}
#header .site-title {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 36px;
}
#header .site-title a {
  color: #ffffff;
}
#header .site-title a:hover {
  text-decoration: none;
}
#header .site-title a .department-title {
  display: block;
}
#header .site-title a .department-name {
  line-height: 36px;
  vertical-align: top;
}
#header .site-title a .department-number {
  font-size: 48px;
  line-height: 36px;
  padding-left: 10px;
}
#header .col-lg-3.col-off-canvas {
  position: initial;
}
#header #nav-off-canvas .nav-meta {
  list-style: none;
  background-color: #00345e;
  overflow: hidden;
  margin-bottom: 1px;
}
#header #nav-off-canvas .nav-meta .nav-lang {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
#header #nav-off-canvas .nav-meta .nav-lang li {
  float: left;
}
#header #nav-off-canvas .nav-meta .nav-lang li.current {
  display: none;
}
#header #nav-off-canvas .nav-meta .nav-lang li a {
  padding: 12px;
  display: inline-block;
}
#header #nav-off-canvas .nav-meta .nav-lang li a span {
  display: none;
}
#header #nav-off-canvas .nav-meta .meta-personsearch {
  display: none;
}
#header #nav-off-canvas .nav-meta .meta-print {
  float: left;
  padding: 12px 15px;
  margin: 0;
}
#header #nav-off-canvas .nav-meta .meta-rss {
  float: left;
  padding: 12px 15px;
}
#header #nav-off-canvas .nav-meta .meta-facebook {
  float: left;
  padding: 12px 15px;
}
#header #nav-off-canvas .nav-meta .close-btn {
  float: right;
  padding: 0 15px;
  color: #eceded;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
#header #nav-off-canvas .nav-meta .close-btn:hover {
  text-decoration: none;
}
#header #nav-off-canvas .search-bar .search-bar-content {
  background: #eceded;
  padding: 7px 7px 6px;
}
#header #nav-off-canvas .search-bar .search-bar-content form {
  margin: 0;
}
#header #nav-off-canvas .search-bar .search-bar-content form.form-search .input-group .search-query {
  font-size: 14px;
  border: 1px solid #969696;
  height: 30px;
}
#header #nav-off-canvas .search-bar .search-bar-content form.form-search .input-group .btn-submit {
  background-color: #005eaa;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  border: 0;
}
#header #nav-off-canvas .nav-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #nav-off-canvas .nav-main ul.lvl-1 > li > a {
  background: #595959;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #494949;
  padding-left: 20px;
}
#header #nav-off-canvas .nav-main ul.lvl-2 > li > a {
  background: #808080;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #6f6f6f;
  padding-left: 30px;
}
#header #nav-off-canvas .nav-main ul.lvl-3 > li > a {
  background: #999999;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #888888;
  padding-left: 40px;
}
#header #nav-off-canvas .nav-main ul.lvl-4 > li > a {
  background: #b3b3b3;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #a2a2a2;
  padding-left: 50px;
}
#header #nav-off-canvas .nav-main ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #nav-off-canvas .nav-main ul li a {
  display: block;
  color: #eceded;
  line-height: 32px;
  padding: 0 10px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #222222;
}
#header #nav-off-canvas .nav-main ul li a:hover {
  text-decoration: none;
  background: #d1d2d3;
  color: #333333;
}
#header #nav-off-canvas .nav-main ul li a.current {
  background: #005eaa;
  font-weight: bold;
}
#header #nav-off-canvas .nav-top {
  margin-top: 15px;
}
#header #nav-off-canvas .nav-top .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #nav-off-canvas .nav-top .nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #nav-off-canvas .nav-top .nav li a {
  display: block;
  color: #222222;
  line-height: 32px;
  padding: 0 10px;
  background: #d1d2d3;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #666666;
}
#header #nav-off-canvas .nav-top .nav li a:hover {
  text-decoration: none;
  background: #666666;
  color: #333333;
}
#main-content {
  overflow: auto;
  padding: 0 0 20px;
  background: #d1d2d3;
}
#main-content .row-main {
  background: #eceded;
}
#main-content .row-main > section.contentcol {
  background: #d1d2d3;
  padding: 0;
}
#main-content .row-main > section.contentcol .contentcol-content {
  background: #ffffff;
  padding: 24px 20px;
}
.row-main > aside {
  background: #eceded;
  padding-right: 0;
  padding-left: 0;
}
.row-main > aside .side-col-title {
  min-height: 63px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eaeceb), to(#aeb3b9));
  background-image: -webkit-linear-gradient(top, #eaeceb, 0%, #aeb3b9, 100%);
  background-image: -moz-linear-gradient(top, #eaeceb 0%, #aeb3b9 100%);
  background-image: linear-gradient(to bottom, #eaeceb 0%, #aeb3b9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeceb', endColorstr='#ffaeb3b9', GradientType=0);
}
.row-main > aside .side-col-title span {
  display: block;
  padding: 25px 0 15px 15px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
#main-content > .row > aside {
  padding-top: 20px;
}
.main-nav .nav {
  margin-bottom: 3px;
}
.main-nav .nav-tabs > li > a,
.main-nav .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 3px;
  line-height: 14px;
}
.main-nav .nav-pills > li > a {
  padding-top: 41px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 1px;
  color: #25172C;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d1d2d3), to(#eceded));
  background-image: -webkit-linear-gradient(top, #d1d2d3, 0%, #eceded, 100%);
  background-image: -moz-linear-gradient(top, #d1d2d3 0%, #eceded 100%);
  background-image: linear-gradient(to bottom, #d1d2d3 0%, #eceded 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1d2d3', endColorstr='#ffeceded', GradientType=0);
}
.main-nav .nav-pills > li.first > a {
  border-bottom-left-radius: 5px;
}
.main-nav .nav-pills > li.last > a {
  border-bottom-right-radius: 5px;
}
.main-nav .nav-pills > li.active > a {
  color: #25172C;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eceded), to(#d1d2d3));
  background-image: -webkit-linear-gradient(top, #eceded, 0%, #d1d2d3, 100%);
  background-image: -moz-linear-gradient(top, #eceded 0%, #d1d2d3 100%);
  background-image: linear-gradient(to bottom, #eceded 0%, #d1d2d3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeceded', endColorstr='#ffd1d2d3', GradientType=0);
}
.main-nav .nav > li > a:hover,
.main-nav .nav-pills > li.active > a:hover {
  color: #005eaa;
}
.main-nav .nav-pills > li + li {
  margin-left: 0px;
}
.main-nav > ul.nav > li > ul.nav {
  display: none;
  position: absolute;
  background: #eceded;
  -webkit-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
  width: 180px;
  z-index: 1000;
}
.main-nav > ul.nav > li > ul.nav li {
  position: relative;
}
.main-nav > ul.nav > li > ul.nav li a {
  padding: 5px 10px;
  font-weight: bold;
  width: 160px;
}
.main-nav > ul.nav > li > ul.nav li a:hover {
  background-color: transparent;
}
.main-nav > ul.nav > li > ul.nav li:hover,
.main-nav > ul.nav > li > ul.nav li.active:hover,
.main-nav > ul.nav > li > ul.nav li.current:hover {
  background: #ffffff;
}
.main-nav > ul.nav > li > ul.nav li:hover a,
.main-nav > ul.nav > li > ul.nav li.active:hover a,
.main-nav > ul.nav > li > ul.nav li.current:hover a {
  color: #005eaa;
}
.main-nav > ul.nav > li > ul.nav li.active {
  background: #ccc;
}
.main-nav > ul.nav > li > ul.nav li.active a {
  color: #333333;
}
.main-nav > ul.nav > li > ul.nav li.current {
  background: #005eaa;
}
.main-nav > ul.nav > li > ul.nav li.current a {
  color: #ffffff;
}
.main-nav > ul.nav > li > ul.nav li.sub a {
  background: url("../img/arrow_mid_blue.gif") no-repeat right 10px transparent;
  width: 150px;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav {
  display: none;
  position: absolute;
  left: 180px;
  top: 0;
  background: #e4e6e6;
  -webkit-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li a {
  background-image: none;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li:hover,
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.active:hover,
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.current:hover {
  background: #ffffff;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li:hover a,
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.active:hover a,
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.current:hover a {
  color: #005eaa;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.active {
  background: #ccc;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.active a {
  color: #333333;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.current {
  background: #005eaa;
}
.main-nav > ul.nav > li > ul.nav > li > ul.nav li.current a {
  color: #ffffff;
}
.sidenavcol .nav-header {
  margin: 20px 5px 10px 15px;
  font-weight: bold;
  font-size: 12px;
}
.nav-side {
  margin-bottom: 15px;
}
.nav-side .nav-list li a {
  display: block;
  padding: 3px 5px 3px 15px;
  font-weight: bold;
}
.nav-side .nav-list li a.active {
  background: #ccc;
  color: #483b56;
}
.nav-side .nav-list li a:hover {
  color: #000000;
}
.nav-side .nav-list .lvl-1 > li > a {
  padding-left: 21px;
  background: #ffffff;
}
.nav-side .nav-list .lvl-1 > li > a.active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.nav-side .nav-list .lvl-2 > li > a {
  padding-left: 27px;
  background: #ffffff;
}
.nav-side .nav-list .lvl-2 > li > a.active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.nav-side .nav-list .lvl-3 > li > a {
  padding-left: 33px;
  background: #ffffff;
}
.nav-side .nav-list .lvl-3 > li > a.active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.nav-side .nav-list .lvl-4 > li > a {
  padding-left: 39px;
  background: #ffffff;
}
.nav-side .nav-list .lvl-4 > li > a.active {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 8px 10px;
}
.breadcrumb li a {
  padding: 5px 0;
  display: inline-block;
}
.breadcrumb li a.active {
  font-weight: bold;
}
.breadcrumb > li + li:before {
  background: url("../img/arrow_small_blue.gif") no-repeat center 6px transparent;
  content: " ";
  padding: 0 0 0 10px;
}
.footer .footer-menu {
  background: #483b56;
  margin: 0;
  color: #ffffff;
  overflow: hidden;
  line-height: 32px;
}
.footer .footer-menu ul {
  list-style: none;
  padding: 0;
}
.footer .footer-menu ul li a {
  display: block;
  background: url("../img/arrow_small_white.gif") no-repeat scroll 9px center transparent;
  color: #ffffff;
  padding: 0 15px;
  border-bottom: 1px solid #d1d2d3;
}
.footer .footer-menu .footer-copyright {
  color: #eceded;
  padding-left: 15px;
}
.widget-box {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.widget-box.no-border {
  border-bottom: 0;
}
.widget-box h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0 10px 13px;
  line-height: 16px;
}
.widget-box .widget-box-content {
  position: relative;
  padding: 10px 10px 8px 10px;
  background: #eceded;
  border-radius: 5px;
}
.widget-box .widget-box-content .arrow {
  position: absolute;
  top: -6px;
  left: 20px;
  margin-left: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #eceded;
}
.widget-box .widget-box-content .linkList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-box .widget-box-content .linkList li a {
  padding-left: 5px;
  background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  text-decoration: none !important;
  line-height: 20px;
  font-weight: bold;
  font-size: 10px;
}
.widget-box.widget-box-blue .widget-box-content {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#015faa), to(#2072b5));
  background-image: -webkit-linear-gradient(top, #015faa, 0%, #2072b5, 100%);
  background-image: -moz-linear-gradient(top, #015faa 0%, #2072b5 100%);
  background-image: linear-gradient(to bottom, #015faa 0%, #2072b5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff015faa', endColorstr='#ff2072b5', GradientType=0);
  color: #ffffff;
}
.widget-box.widget-box-blue .widget-box-content a:link,
.widget-box.widget-box-blue .widget-box-content a:visited,
.widget-box.widget-box-blue .widget-box-content a:active {
  color: #ffffff;
}
.widget-box.widget-box-blue .widget-box-content .arrow {
  border-bottom: 6px solid #015faa;
}
.widget-box.widget-box-blue .widget-box-content .linkList li a {
  background: url("../img/arrow_small_white.gif") no-repeat left 6px transparent;
}
.widget-box.widget-box-grey .widget-box-content {
  background: #eceded;
}
.widget-box.widget-box-grey .widget-box-content .arrow {
  border-bottom: 6px solid #eceded;
}
.widget-box .widget-box-link {
  text-align: right;
  height: 25px;
}
.widget-box .widget-box-link a {
  padding-left: 5px;
  background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  text-decoration: none !important;
  line-height: 25px;
  font-weight: bold;
}
.tabbable {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.tabbable .nav-tabs {
  margin-bottom: 0;
  border: 0;
}
.tabbable .nav-tabs > li {
  margin-bottom: 0;
}
.tabbable .nav-tabs > li > a {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 7px;
  line-height: 14px;
  border: 0;
  border-radius: 0;
  background: #005eaa;
  color: #ddd;
  text-transform: uppercase;
  margin: 3px 0px 0 0;
}
.tabbable .nav-tabs > .active > a,
.tabbable .nav-tabs > .active > a:hover,
.tabbable .nav-tabs > .active > a:focus,
.tabbable .nav-tabs > .active > a:active {
  color: #333333;
  background-color: #ffffff;
  border: 0;
  cursor: default;
}
.tabbable .tab-content {
  background: #ffffff;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabbable .tab-content .tab-pane {
  overflow: hidden;
}
.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}
.ad-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.carousel {
  margin-bottom: 0px;
}
.carousel .csc-textpic-gray-box {
  background: #eceded;
}
.carousel .csc-textpic-gray-box .csc-textpic .csc-textpic-imagewrap {
  margin-right: 0;
}
.carousel .csc-textpic-gray-box .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px;
}
.carousel .csc-textpic-gray-box .csc-textpic .csc-textpic-text {
  padding: 5px 70px 5px 20px;
}
.carousel .csc-textpic-gray-box .csc-textpic .csc-textpic-text h1 {
  color: #7fb732;
}
.carousel .carousel-control.right {
  background-image: url(../img/arrow_double_right.png);
  background-repeat: no-repeat;
  background-position: 65px 80px;
  opacity: 1;
}
.carousel .carousel-control.right:hover {
  opacity: 1;
  background-image: url(../img/arrow_double_right-green.png);
}
.carouseltabs .carousel {
  background: #eceded;
  padding-top: 23px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
}
.carouseltabs .tabbable {
  margin-top: 2px;
  margin-bottom: 0;
  border: 0;
}
.carouseltabs .tabbable .tab-pane {
  background: #eceded;
  padding: 10px;
  overflow: hidden;
}
.carouseltabs .tabbable .tab-pane h3 {
  margin-top: 5px;
}
.page-header {
  padding: 22px 10px 20px 10px;
  margin: 0;
  border: 0;
}
.page-header h1 {
  font-size: 20px;
}
p.align-left {
  text-align: left;
}
p.align-right {
  text-align: right;
}
p.align-center {
  text-align: center;
}
p.align-justify {
  text-align: justify;
}
.csc-frame-gray-box {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #eceded;
  border-radius: 5px;
}
.csc-textpic-gray-box .csc-textpic-text {
  padding: 25px 20px 20px;
  background: #eceded;
  min-height: 190px;
}
.csc-textpic-gray-box .csc-textpic-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.csc-textpic-gray-box .csc-textpic-text ul li {
  margin-bottom: 5px;
}
.csc-textpic-gray-box .csc-textpic-text ul li a {
  padding-left: 5px;
  background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  text-decoration: none !important;
  line-height: 15px;
  font-weight: bold;
}
.tx-indexedsearch-searchbox .submit {
  cursor: pointer;
  background-color: #1569AF;
  color: #FFF;
  width: 60px!important;
  border: 0;
  font-size: 14px;
  padding: 5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #333333;
}
table.contenttable,
table.tablestyle-default {
  width: 100%;
  float: none;
}
table.contenttable tr,
table.tablestyle-default tr {
  border-bottom: 1px solid #d1d2d3;
}
table.contenttable td,
table.tablestyle-default td {
  vertical-align: top;
  margin-bottom: 0;
  padding: 5px;
}
table.contenttable td a,
table.tablestyle-default td a {
  font-weight: bold;
}
.tx-cal-controller .vevent {
  overflow: hidden;
  padding: 10px 5px;
  font-weight: normal;
}
.tx-cal-controller .vevent.even {
  background: #eceded;
}
.tx-cal-controller .vevent .dtstart-container {
  float: left;
  padding-right: 10px;
  width: 75px;
}
.tx-cal-controller .vevent .dtstart-container span {
  color: #666666;
}
.tx-cal-controller .vevent .summary {
  float: left;
  padding-right: 10px;
  width: 270px;
}
.tx-cal-controller .vevent .category {
  float: right;
  width: 120px;
}
.tx-cal-controller .vevent.widget {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}
.tx-cal-controller .vevent.widget.even {
  background: transparent;
}
.tx-cal-controller .vevent.widget .dtstart-container {
  float: none;
  padding: 0;
  width: auto;
}
.tx-cal-controller .vevent.widget .summary {
  float: none;
  padding-right: 0px;
  width: auto;
  font-weight: bold;
}
.tx-cal-controller #calendar-event h2 {
  line-height: 22px;
}
.tx-cal-controller #calendar-event .startdate {
  float: left;
}
.tx-cal-controller #calendar-event .startdate span {
  width: 50px;
  display: inline-block;
}
.tx-cal-controller #calendar-event .enddate {
  float: left;
}
.tx-cal-controller #calendar-event .starttime {
  float: left;
}
.tx-cal-controller #calendar-event .endtime {
  float: left;
}
.tx-cal-controller #calendar-event .location,
.tx-cal-controller #calendar-event .organizer {
  clear: both;
}
.tx-cal-controller #calendar-event .location span,
.tx-cal-controller #calendar-event .organizer span {
  width: 50px;
  display: inline-block;
}
.tx-cal-controller #calendar-event .description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eceded;
}
.tx-cal-controller #calendar-event-backlink {
  border-top: 1px solid #eceded;
  padding: 10px 0;
  margin: 15px 0;
}
.tx-indexedsearch_result .result-header {
  margin-bottom: 5px;
  overflow: hidden;
}
.tx-indexedsearch_result .result-header .tx-indexedsearch-title {
  float: left;
}
.tx-indexedsearch_result .result-header .tx-indexedsearch-percent {
  float: right;
}
.news .news-list-view.list-news .article {
  padding: 10px 10px 8px 10px;
  background: #eceded;
  border-radius: 5px;
  margin-bottom: 1em;
}
.news .news-list-view.list-news .article h3 {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.news .news-list-view.list-news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #ffffff;
}
.news .news-list-view.list-news .article .news-img-wrap img {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #ffffff;
}
.news .news-list-view.list-news .article .teaser-text {
  margin: 0 0 10px 0;
}
.news .news-list-view.list-news-small .article {
  margin-bottom: 10px;
}
.news .news-list-view.list-news-small .article .news-list-date {
  display: block;
}
.news .news-list-view.list-news-small .article a {
  padding-left: 5px;
  background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  text-decoration: none !important;
  font-weight: bold;
}
.news.news-single .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news.news-single .article h3 {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.news.news-single .article .teaser-text {
  margin: 0 0 10px 0;
  color: #333333;
  line-height: 1.3em;
  font-size: 12px;
  font-weight: bold;
}
.news.news-single .article .news-img-wrap {
  float: right;
  width: 260px;
  margin: 0 0 0 25px;
}
.news.news-single .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  background: #ffffff;
}
.news.news-single .article .news-img-wrap a img {
  float: none;
  width: 100% !important;
}
.news.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}
.news .footer p {
  line-height: 1em;
}
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news .footer span:last-child {
  border-right: 0;
}
.news-img-caption {
  color: #888;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-related {
  width: auto;
  padding: 10px 10px 8px 10px;
  background: #eceded;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}
.news-related.news-related-files a {
  margin-right: 5px;
}
.news-backlink-wrap {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 5px;
  clear: both;
}
.news-backlink-wrap a {
  padding-left: 5px;
  background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  text-decoration: none !important;
  line-height: 25px;
  font-weight: bold;
}
ul.csc-uploads img {
  float: none;
  padding-right: 0;
  vertical-align: top;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .tabbable.tabs .tab-content .tab-pane {
    height: auto !important;
  }
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: none;
  }
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 0;
  }
  .csc-textpic-text {
    margin-left: 0 !important;
  }
  .csc-textpic-gray-box .csc-textpic-text-wrap {
    min-height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-off-canvas-toggle {
    display: block;
  }
  #main-content {
    padding: 0 30px 20px;
  }
  .page-header {
    padding: 22px 20px 20px 20px;
  }
  .page-header h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #header {
    height: 130px;
    padding: 0 20px;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#005eaa), to(#337ebb));
    background-image: -webkit-linear-gradient(top, #005eaa, 0%, #337ebb, 100%);
    background-image: -moz-linear-gradient(top, #005eaa 0%, #337ebb 100%);
    background-image: linear-gradient(to bottom, #005eaa 0%, #337ebb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005eaa', endColorstr='#ff337ebb', GradientType=0);
  }
  #header .col-lg-3.col-off-canvas {
    position: relative;
  }
  #header #nav-off-canvas {
    position: relative;
    height: 130px;
    width: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  #header #nav-off-canvas .nav-meta {
    height: 25px;
    list-style: none;
    position: absolute;
    right: 5px;
    top: 20px;
    background: transparent;
  }
  #header #nav-off-canvas .nav-meta .nav-lang {
    list-style: none;
    padding: 0 7px 0 0;
    margin: 0 7px 0 0;
    float: left;
    border-right: 1px solid #ffffff;
  }
  #header #nav-off-canvas .nav-meta .nav-lang li {
    float: left;
  }
  #header #nav-off-canvas .nav-meta .nav-lang li.current {
    display: none;
  }
  #header #nav-off-canvas .nav-meta .nav-lang li a {
    padding: 0;
  }
  #header #nav-off-canvas .nav-meta .nav-lang li a span {
    display: none;
  }
  #header #nav-off-canvas .nav-meta .meta-personsearch {
    display: inline;
    float: left;
    color: #ffffff;
    background: url("../img/arrow_small_white.gif") left 7px no-repeat;
    border-right: 1px solid #ffffff;
    line-height: 16px;
    padding: 0 7px 0 5px;
    margin-right: 7px;
    font-size: 10px;
    font-weight: bold;
  }
  #header #nav-off-canvas .nav-meta .meta-print {
    float: left;
    padding: 0 7px 0 0;
    margin: 0 7px 0 0;
    border-right: 1px solid #ffffff;
  }
  #header #nav-off-canvas .nav-meta .meta-rss {
    float: left;
    padding: 0 7px 0 0;
  }
  #header #nav-off-canvas .nav-meta .meta-facebook {
    float: left;
    padding: 0;
  }
  #header #nav-off-canvas .search-bar {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
  }
  #header #nav-off-canvas .search-bar .search-bar-content {
    padding: 10px 10px 8px 10px;
    border-radius: 5px;
  }
  #header #nav-off-canvas .search-bar .search-bar-content form {
    margin: 0;
  }
  #header #nav-off-canvas .search-bar .search-bar-content form.form-search .input-group .search-query {
    border-radius: 0;
    padding: 2px 2px 1px;
    font-size: 11px;
    border: 1px solid #969696;
    height: 19px;
  }
  #header #nav-off-canvas .search-bar .search-bar-content form.form-search .input-group .btn-submit {
    background: url("../img/head_barrier_btn_bg.gif") no-repeat left top;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    height: 19px;
    padding: 1px 10px 2px 21px;
    margin-left: 3px;
    color: white;
    cursor: pointer;
    border: 0;
    border-radius: 0;
  }
  #header #nav-off-canvas .nav-top {
    background: #D1D2D3;
    width: 100%;
    height: 25px;
    list-style: none;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    zoom: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #header #nav-off-canvas .nav-top .nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header #nav-off-canvas .nav-top .nav li {
    float: left;
    padding-top: 6px;
  }
  #header #nav-off-canvas .nav-top .nav li a {
    background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
    padding: 0 0 0 5px;
    margin-left: 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    border: 0;
    color: #005eaa;
  }
  #header #nav-off-canvas .nav-top .nav li a:hover {
    background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
    color: #00345e;
  }
  #main-content {
    padding: 0 20px 20px;
  }
  #main-content .row-main {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .row-main > aside .side-col-title {
    margin-left: 0px;
  }
  .row-main > section.contentcol {
    -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
  }
  .row-main > section.contentcol .contentcol-content {
    min-height: 400px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-header {
    padding: 22px 40px 20px 40px;
  }
  .page-header h1 {
    font-size: 26px;
  }
  .footer-wrap .container {
    background: #ffffff;
    padding: 0 20px;
  }
  .footer-wrap .container .footer {
    height: 200px;
    padding: 25px 0;
  }
  .footer .footer-menu {
    background: #483b56;
    margin: 0 -20px;
    color: #ffffff;
    overflow: hidden;
    font-size: 10px;
    padding: 3px 40px;
    line-height: 14px;
  }
  .footer .footer-menu ul {
    list-style: none;
    padding: 0;
  }
  .footer .footer-menu ul li {
    float: left;
  }
  .footer .footer-menu ul li a {
    background: url("../img/arrow_small_white.gif") no-repeat scroll 0 6px transparent;
    color: #ffffff;
    padding: 0 0 0 6px;
    margin-right: 30px;
    border: 0;
    font-weight: bold;
  }
  .footer .footer-menu .footer-copyright {
    text-align: right;
    color: #ffffff;
  }
  .footer .footer-content {
    margin-top: 20px;
  }
  .footer .footer-content h5 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-left: 5px;
    background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
  }
  .footer .footer-content .row {
    margin-left: 4.33333333%;
    margin-right: -12.33333333%;
  }
  .footer .footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer .footer-content ul li a {
    padding-left: 5px;
    background: url("../img/arrow_small_blue.gif") no-repeat left 6px transparent;
    line-height: 18px;
  }
  .nav-stacked > li {
    float: left;
  }
  .nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
  }
  .tabbable .nav-tabs > li > a {
    margin-right: 5px;
  }
  .tabbable .nav-tabs > .active > a,
  .tabbable .nav-tabs > .active > a:hover {
    margin-top: 0;
    padding-top: 6px;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 0 40px;
  }
  #header #nav-off-canvas .nav-meta .nav-lang {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  #header #nav-off-canvas .nav-meta .meta-personsearch {
    padding: 0 10px 0 5px;
    margin-right: 10px;
  }
  #header #nav-off-canvas .nav-meta .meta-print {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  #header #nav-off-canvas .nav-meta .meta-rss {
    padding: 0 10px 0 0;
  }
  #main-content {
    padding: 0 40px 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: block !important;
}
tr.visible-xs {
  display: table-row !important;
}
th.visible-xs,
td.visible-xs {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs {
    display: none !important;
  }
  tr.visible-xs {
    display: none !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: none !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: none !important;
}
tr.hidden-xs {
  display: none !important;
}
th.hidden-xs,
td.hidden-xs {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs {
    display: block !important;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
