/* -- Base -- */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

@media all and (min-width: 56.25em) {
  body {
    background: #eee;
  }
}

@media print {
  body {
    background: #fff;
  }
}

.site {
  font-size: 1.6em;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width75 {
  width: 75%;
}
.width80 {
  width: 80%;
}
.width100 {
  width: 100%;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* -- Typography -- */

h1 {
  color: #0079d5;
  font-size: 1.375em;
  margin-top: 1.25em;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin-top: 1.875em;
}

a {
  color: #2f92dd;
}

.objectListItem {
  color: #2f42dd !important;
}


a:hover {
  color: #459de1;
}


dl {
  overflow: hidden;
}

dt {
  font-weight: bold;
}

@media all and (min-width: 45.75em) {
  dt {
    clear: both;
    float: left;
    margin-left: 6%;
    width: 40%;
  }
}

dd {
  margin: 0;
}

@media all and (min-width: 45.75em) {
  dd {
    clear: right;
    float: right;
    width: 54%;
  }

  dd + dt + dd {
    margin-top: 0.625em;
  }
}

dd + dt {
  margin-top: 0.625em;
}

ul {
  list-style: none;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 1.25em;
}

@media all and (min-width: 45.75em) {
  ul {
    padding-left: 2.5em;
  }
}

ul li:before {
  content: "- ";
  margin-left: -0.625em;
}

ol ol li {
  list-style: lower-alpha;
}

hr {
  border: 0.0625em solid #000000;
}

@media all and (min-width: 56.25em) {
  hr {
    border-width: 0.08333em;
  }
}

.important {
  color: #ff1313;
  font-weight: bold;
}

.example {
  padding: 0 1.25em;
}

.messages {
  padding: 0 1.25em;
  text-align: center;
}

@media all and (min-width: 45.75em) {
  .example,
  .messages {
    padding: 0 2.5em;
  }
}

form {
  margin: 1.875em 0;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3125em;
  margin-top: 0.625em;
}

input,
select,
textarea {
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 1px solid #959595;
  padding: 0.5em;
  width: 100%;
}

@media all and (min-width: 45.75em) {
  .form-group {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 0.33333em;
    margin-top: 0.33333em;
  }

  .form-group label {
    clear: left;
    float: left;
    margin-right: 1.66667em;
    text-align: right;
    width: 12.5em;
  }
}

.form-controls {
  padding-right: 2.5em;
}

@media all and (min-width: 45.75em) {
  .form-controls {
    float: left;
    width: 20.83333em;
  }
}

.required .form-controls {
  background: url('../images/icon/exclamation.png') no-repeat right center;
  background-size: 1.875em 1.875em;
}

.required-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.required-desc {
  color: #ff1313;
  font-weight: bold;
}

.required-desc:before {
  background: url('../images/icon/exclamation.png');
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.9375em;
  margin-right: 0.9375em;
  width: 2em;
  vertical-align: middle;
}

form .required-desc {
  margin: 0.9375em 0;
  text-align: center;
}

.messages-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.messages-error {
  color: #ff1313;
  font-weight: bold;
}

.messages-error:before {
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.9375em;
  margin-right: 0.9375em;
  width: 2em;
  vertical-align: middle;
}

form .messages-error {
  margin: 0.9375em 0;
  text-align: center;
}

.messages-success {
  color: #006b31;
  font-weight: bold;
}

.messages-success:before {
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.9375em;
  margin-right: 0.9375em;
  width: 2em;
  vertical-align: middle;
}


form .messages-success {
  margin: 0.9375em 0;
  text-align: center;
}



@media all and (min-width: 45.75em) {
  form .required-desc {
    padding-left: 14.16667em;
    text-align: left;
  }
}

.btn,
.q-calendar-switcher .prev-month,
.q-calendar-switcher .next-month {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(#ffffff, #e8e8e8);
  background: linear-gradient(#ffffff, #e8e8e8);
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: box-shadow, background-position, color;
  transition: box-shadow, background-position, color;
  -webkit-transition-duration: 100ms, 150ms;
  transition-duration: 100ms, 150ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #e8e8e8;
  background-repeat: no-repeat;
  border: 1px solid #959595;
  color: #2f92dd;
  display: block;
  padding: 0.4375em 0.875em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media all and (min-width: 45.75em) {
  .btn,
  .q-calendar-switcher .prev-month,
  .q-calendar-switcher .next-month {
    width: auto;
  }
}

.btn:after,
.q-calendar-switcher .prev-month:after,
.q-calendar-switcher .next-month:after {
  content: '\00BB';
  margin-left: 0.9375em;
}

.btn:hover,
.q-calendar-switcher .prev-month:hover,
.q-calendar-switcher .next-month:hover,
.btn:focus,
.q-calendar-switcher .prev-month:focus,
.q-calendar-switcher .next-month:focus,
.btn:active,
.btn:active-T,
.q-calendar-switcher .prev-month:active,
.q-calendar-switcher .next-month:active {
  background-position: 0 -1.25em;
}

.btn:active,
.btn:active-T,
.q-calendar-switcher .prev-month:active,
.q-calendar-switcher .next-month:active {
  box-shadow: inset 0 0 0.9375em rgba(0, 0, 0, 0.4);
}

.nav-tabs {
  padding: 0;
}

@media all and (min-width: 45.75em) {
  .nav-tabs {
    display: table;
    table-layout: fixed;
  }
}

.nav-tabs li {
  background: #d6d6d6;
  margin-bottom: 0.625em;
  text-align: center;
}

@media all and (min-width: 45.75em) {
  .nav-tabs li {
    display: table-cell;
    margin: 0;
    width: 1%;
  }
}

.nav-tabs li:before {
  display: none;
}

.nav-tabs li.active,
.nav-tabs li.active-T {
  background: #0079d5;
}

.nav-tabs li.active,
.nav-tabs li.active a,
.nav-tabs li.active button,
.nav-tabs li.active-T,
.nav-tabs li.active-T a,
.nav-tabs li.active-T button {
  color: #fff;
}

.nav-tabs a,
.nav-tabs button {
  background: transparent;
  border: none;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  outline: 0;
  padding: 0.625em 0.875em;
  vertical-align: middle;
  width: 100%;
}

.nav-tabs a:hover,
.nav-tabs a:focus,
.nav-tabs button:hover,
.nav-tabs button:focus {
  text-decoration: underline;
}

.tab-pane {
  display: none;
}

.tab-pane.active,
.tab-pane.active-T {
  display: block;
}

.site-header {
  background: #fff;
}

.site-header-inner {
  overflow: hidden;
  *zoom: 1;
  padding: 3.125%;
  padding-bottom: 0;
}

@media all and (min-width: 56.25em) {
  .site-header-inner {
    margin: 0 auto;
    max-width: 61.875em;
    padding: 0.9375em;
  }
}

.site-header-inner .home-link {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/site/header-logos.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: block;
  float: left;
  height: 3.75em;
  width: 12.05357em;
}

@media all and (min-width: 45.75em) {
  .site-header-inner .home-link {
    height: 4.375em;
    width: 14.0625em;
  }
}

@media all and (min-width: 41.25em) {
  .site-header-inner .home-link {
    margin-bottom: 3.125%;
  }
}

@media all and (min-width: 56.25em) {
  .site-header-inner .home-link {
    margin-bottom: 0;
  }
}

@media print {
  .site-header-inner .home-link {
    display: none;
  }
}

.site-header-inner h1 {
  clear: both;
  font-size: 1.15625em;
  margin: 0;
  padding: 0.64865em 0;
}

@media all and (min-width: 41.25em) {
  .site-header-inner h1 {
    clear: none;
    float: left;
    line-height: 2.16216em;
    margin-left: 1.35135em;
    padding: 0;
    width: 14.86486em;
  }
}

@media all and (min-width: 45.75em) {
  .site-header-inner h1 {
    line-height: 3.08108em;
  }
}

@media print {
  .site-header-inner h1 {
    margin: 0;
  }
}

.site-header-inner h1 a {
  color: #0079d5;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
}

.mobile-toggles {
  float: right;
  white-space: nowrap;
}

@media all and (min-width: 56.25em) {
  .mobile-toggles {
    display: none;
  }
}

@media print {
  .mobile-toggles {
    display: none;
  }
}

.mobile-toggles button {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-color: #0079d5;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  height: 2.5em;
  margin-left: 0.1875em;
  width: 2.8125em;
}

.mobile-toggles .btn-search {
  background-image: url('../images/icon/magnifier.png');
  background-size: 0.8125em 0.8125em;
}

@media all and (min-width: 45.75em) {
  .mobile-toggles .btn-search {
    background-size: 1.0625em 1.0625em;
    height: 3.5625em;
    width: 3.9375em;
  }
}

.mobile-toggles .btn-menu {
  background-image: url('../images/icon/menu.png');
  background-size: 1.57065em 1.0625em;
}

@media all and (min-width: 45.75em) {
  .mobile-toggles .btn-menu {
    background-size: 2.125em 1.4375em;
    height: 3.5625em;
    width: 3.9375em;
  }
}

.search-bar {
  display: none;
  margin-bottom: 0.9375em;
  position: relative;
  width: 100%;
}

@media all and (min-width: 56.25em) {
  .search-bar {
    display: block;
    float: right;
    margin: 1.25em 0 0;
    width: 15.625em;
  }
}

@media print {
  .search-bar {
    display: none !important;
  }
}

.search-bar input {
  -ms-border-radius: 1.16667em;
  -o-border-radius: 1.16667em;
  border-radius: 1.16667em;
  background: url('../images/icon/magnifier-dark.png') right center no-repeat;
  border: 0.08333em solid #000000;
  height: 2.25em;
  padding: 0 30px 0 1.25em;
  width: 100%;
}

@media all and (min-width: 56.25em) {
  .search-bar input {
    font-size: 0.75em;
  }
}

.search-bar input::-webkit-input-placeholder {
  color: #000000;
  font-style: italic;
}

.search-bar input:-moz-placeholder {
  color: #000000;
  font-style: italic;
}

.search-bar input::-moz-placeholder {
  color: #000000;
  font-style: italic;
}

.search-bar input:-ms-input-placeholder {
  color: #000000;
  font-style: italic;
}

.search-bar button {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.short-header-menu,
.short-footer-menu {
  font-size: 0.625em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.short-header-menu li,
.short-footer-menu li {
  border-left: 1px solid #000000;
  display: inline-block;
  height: 1em;
  line-height: 1;
  padding: 0 1em;
}

.short-header-menu li:before,
.short-footer-menu li:before {
  display: none;
}

.short-header-menu li:first-child,
.short-footer-menu li:first-child {
  border-left: none;
  padding-left: 0;
}

.short-header-menu li:last-child,
.short-footer-menu li:last-child {
  padding-right: 0;
}

.short-header-menu a,
.short-footer-menu a {
  color: #000000;
  text-decoration: none;
  vertical-align: top;
}

.short-header-menu a:hover,
.short-footer-menu a:hover {
  text-decoration: underline;
}

.short-header-menu {
  display: none;
}

@media all and (min-width: 56.25em) {
  .short-header-menu {
    display: block;
    float: right;
  }
}

.short-footer-menu {
  margin-bottom: 1.5em;
  text-align: center;
}

@media all and (min-width: 45.75em) {
  .short-footer-menu {
    float: left;
  }
}

@media print {
  .short-header-menu,
  .short-footer-menu {
    display: none;
  }
}

.toolbar {
  *zoom: 1;
  border: solid #959595;
  border-width: 1px 0 0;
  clear: both;
  display: none;
  height: 0;
}

.toolbar:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (min-width: 45.75em) {
  .toolbar {
    border-bottom-width: 1px;
    display: block;
    height: auto;
    padding: 0 3.125%;
  }
}

@media all and (min-width: 56.25em) {
  .toolbar {
    border: none;
    margin: 0 auto;
    max-width: 61.875em;
    padding: 0 0.9375em;
    position: relative;
    top: 2.625em;
  }
}

@media print {
  .toolbar {
    display: none;
  }
}

@media all and (min-width: 45.75em) {
  .toolbar-links,
  .toolbar-tools {
    line-height: 2.3125em;
  }

  .toolbar-links {
    float: left;
    margin: 0;
    padding: 0;
  }

  .toolbar-links li {
    display: inline-block;
    margin-right: 1.25em;
    vertical-align: middle;
  }

  .toolbar-links li:before {
    display: none;
  }

  .toolbar-links a {
    display: block;
    line-height: 0;
    padding: 0.3125em 0;
  }

  .toolbar-tools {
    float: right;
    margin: 0;
    padding: 0;
  }

  .toolbar-tools li {
    display: inline-block;
    vertical-align: middle;
  }

  .toolbar-tools li:before {
    display: none;
  }

  .toolbar-tools a,
  .toolbar-tools button {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
    display: block;
    outline: 0;
    padding: 0 0.25em;
  }

  .toolbar-tools a.disabled,
  .toolbar-tools button.disabled {
    opacity: 0.5;
  }

  .toolbar-tools a:focus,
  .toolbar-tools button:focus {
    background-color: #d6d6d6;
  }

  .toolbar-tools li:last-child a,
  .toolbar-tools li:last-child button {
    padding-right: 0;
  }

  .toolbar-tools button {
    border: 0;
  }

  .tool-deaf,
  .tool-contrast,
  .tool-font-smaller,
  .tool-font-bigger,
  .tool-print {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
  }

  .tool-sprite,
  .tool-contrast,
  .tool-deaf,
  .tool-font-bigger,
  .tool-font-smaller,
  .tool-print {
    background: url('../images/generated/sprite/tool-s12790aa069.png') no-repeat;
  }

  .tool-contrast {
    background-position: 0 -40px;
    height: 21px;
    width: 21px;
  }

  .tool-deaf {
    background-position: 0 -20px;
    height: 20px;
    width: 28px;
  }

  .tool-font-bigger {
    background-position: 0 -61px;
    height: 16px;
    width: 25px;
  }

  .tool-font-smaller {
    background-position: 0 -77px;
    height: 14px;
    width: 17px;
  }

  .tool-print {
    background-position: 0 0;
    height: 20px;
    width: 21px;
  }
}

.contrast-select {
  border: 0.0625em solid #000000;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}

.contrast-select li {
  display: block;
}

.contrast-select button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 0.75em;
  padding: 0.16667em 0.41667em;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.contrast-select button:hover {
  text-decoration: underline;
}

@media all and (min-width: 56.25em) {
  .toolbar-links,
  .toolbar-tools {
    line-height: 2.8125em;
  }
}

.main-menu,
.subpage-menu,
.object-list-menu {
  overflow: hidden;
  padding: 0 3.125%;
}

.main-menu ul,
.subpage-menu ul,
.object-list-menu ul {
  margin: 0.25em 0 0;
  padding: 0;
}

.main-menu li:before,
.subpage-menu li:before,
.object-list-menu li:before{
  display: none;
}

.main-menu a,
.subpage-menu a {
  border-bottom: 0.125em solid #000000;
  color: #000000;
  display: block;
  font-weight: bold;
  padding: 0.625em 0.5em;
  text-decoration: none;
}

.object-list-menu a {
  border-bottom: 0.125em solid #000000;
  color: #000000;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.625em 0.5em 0 0.5em;
  text-decoration: none;
}

.object-list-describe {
  color: #000000;
  display: block;
  font-weight: normal;
  font-size: 0.7em;
  padding: 0 0.5em 0.625em 0.725em;
  text-decoration: none;
}

/*
.object-list-menu ul a {
  color: #000000;
  display: block;
  font-weight: bold;
  padding: 0.625em 0.5em;
  text-decoration: none;
}
*/


.main-menu a.active,
.subpage-menu a.active,
.subpage-menu a.active-T,
.object-list-menu a.active,
.object-list-menu a.active-T {
  border-color: #0079d5;
  color: #0079d5;
  font-weight: bold;
}

.main-menu ul ul,
.subpage-menu ul ul,
.object-list-menu ul ul, {
  margin: 0;
}

.main-menu ul ul a,
.subpage-menu ul ul a {
  border-bottom-width: 0.08333em;
  font-weight: normal;
  font-size: 0.75em;
}

.main-menu ul ul a.has-active-T,
.subpage-menu ul ul a.has-active-T {
  border-bottom-width: 0.08333em;
  font-weight: bolder;
  font-size: 0.75em;
}


.object-list-menu ul ul a {
  border-bottom: none;
  font-weight: bold;
  font-size: 0.75em;
}

.main-menu ul ul ul,
.subpage-menu ul ul ul,
.object-list-menu ul ul ul {
  padding: 0.625em 0;
}

.main-menu ul ul ul a,
.subpage-menu ul ul ul a,
.object-list-menu ul ul ul a {
  border-bottom: none;
  padding: 0.33333em 0.66667em;
  padding-left: 2.16667em;
}

.main-menu ul ul ul a:before,
.subpage-menu ul ul ul a:before,
.object-list-menu ul ul ul a:before  {
  content: "\00BB";
  margin-right: 0.25em;
}

.main-menu {
  display: none;
}

@media all and (min-width: 56.25em) {
  .main-menu {
    background: #0079d5;
    display: block;
    padding: 0;
    position: relative;
    top: -2.8125em;
  }
}

@media print {
  .main-menu {
    display: none !important;
  }
}

@media all and (min-width: 56.25em) {
  .main-menu ul {
    height: 2.625em;
    margin: 0 auto;
    max-width: 61.875em;
    overflow: hidden;
    padding: 0 0.9375em;
    text-align: justify;
  }

  .main-menu ul:before {
    content: '';
    display: block;
    margin-bottom: -2.625em;
    width: 100%;
  }

  .main-menu ul:after {
    content: '';
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
}

@media all and (min-width: 56.25em) {
  .main-menu li {
    display: inline-block;
    line-height: 2.625em;
    position: relative;
    top: 2.625em;
    vertical-align: middle;
    margin-right:10px;
  }
}

@media all and (min-width: 56.25em) {
  .main-menu a {
    border: none;
    color: #fff;
    font-size: 0.8125em;
    padding: 0;
    position: relative;
  }

  .main-menu a:hover {
    text-decoration: underline;
  }

  .main-menu a.active-T:after,
  .main-menu a.has-active-T:after {
    border-bottom: 0.41667em solid rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media all and (min-width: 56.25em) {
  .main-menu ul ul {
    display: none;
  }
}

.page-body,
.subpage-body {
  padding: 0 3.125%;
}

@media all and (min-width: 56.25em) {
  .page-body,
  .subpage-body {
    margin: 0 auto;
    max-width: 61.75em;
    padding: 0 0.9375em;
  }
}

.page-body-inner {
  overflow: hidden;
}

@media all and (min-width: 56.25em) {
  .page-body-inner {
    background: #fff;
    border: 1px solid #959595;
    font-size: 0.75em;
    padding: 0 1.66667em;
  }

  .page-body-inner h1 {
    font-size: 1.83333em;
  }
}

@media print {
  .page-body-inner {
    border: 0;
    font-size: 0.75em;
    padding: 0;
  }
}

@media all and (min-width: 56.25em) {
  .primary-content {
    float: left;
    padding-right: 2em;
    width: 60%;
  }

  .secondary-content {
    float: right;
    width: 40%;
  }
}

.site-footer {
  border-top: 1px solid #959595;
  margin: 0.9375em auto;
  overflow: hidden;
  padding: 0 3.125%;
}

@media all and (min-width: 56.25em) {
  .site-footer {
    border: none;
    max-width: 61.875em;
    padding: 0 0.9375em;
  }
}

.visits-count {
  font-size: 0.625em;
  font-weight: bold;
  text-align: center;
}

@media all and (min-width: 45.75em) {
  .visits-count {
    float: right;
  }
}

@media print {
  .visits-count {
    display: none;
  }
}

.footer-menu {
  line-height: 1.8;
}

@media all and (min-width: 45.75em) {
  .footer-menu {
    font-size: 0.625em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}

@media print {
  .footer-menu {
    display: none;
  }
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

@media all and (min-width: 45.75em) {
  .footer-menu ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }

  .footer-menu ul ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
  }
}

@media all and (min-width: 56.25em) {
  .footer-menu ul {
    background: #fff;
    border: 1px solid #959595;
    padding: 0 2em;
  }

  .footer-menu ul ul {
    border: none;
    padding: 0;
  }
}

.footer-menu li {
  margin: 1.5625em 0;

}

@media all and (min-width: 45.75em) {
  .footer-menu li {
    display: inline-block;
    padding-right: 3em;
    width: 100%;
  }
}

.footer-menu li:before {
  display: none;
}

.footer-menu li li {
  margin: 0;
  border-bottom: 1px solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(205, 205, 205);
}

@media all and (min-width: 45.75em) {
  .footer-menu li li {
    display: block;
    padding-right: 0;
  }
}

.footer-menu a {
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: 0.3125em;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu li li a {
  color: #000000;
  font-size: 0.88889em;
  font-weight: normal;  
  margin: 0;
}

.footer-menu li li a:before {
  color: #000000;
  content: '\00BB';
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.14286em;
  //margin-left: -1.25em;
  width: 1.25em;
}

@media all and (min-width: 45.75em) {
  .footer-menu li li a {
    font-size: 1.2em;
  }
}

.footer-menu .external-links {
  margin-top: 1.875em;
}

@media all and (min-width: 45.75em) {
  .footer-menu .external-links {
    margin-top: 3em;
  }
}

.footer-menu .external-links a {
  display: block;
}

.footer-menu .external-links img {
  width: 8.75em;
}

@media all and (min-width: 45.75em) {
  .footer-menu .external-links img {
    width: 14em;
  }
}

.olsztyn-website-link {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.olsztyn-website-link img,
.olsztyn-website-link span {
  display: block;
  margin: 2.5em auto;
  width: 70%;
}

.links-list {
  padding-left: 1.25em;
}

.links-list li {
  margin: 0.9375em 0;
}

.links-list li:before {
  color: #2f92dd;
  content: '\00BB';
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.14286em;
  margin-left: -1.25em;
  width: 1.25em;
}

.links-list a {
  color: #000000;
  text-decoration: none;
}

.links-list a:hover {
  text-decoration: underline;
}

.change-log {
  clear: both;
  margin: 0 auto;
  padding: 2.5em 0;
}

@media all and (min-width: 56.25em) {
  .change-log {
    width: 43.83333em;
  }
}

@media print {
  .change-log {
    display: none;
  }
}

.change-log table {
  border-collapse: separate;
  border-spacing: 0 0.25em;
  margin: 0.83333em auto;
  width: 100%;
}

.change-log caption {
  background: #c4c4c4;
  font-weight: bold;
  padding: 0.33333em 1.25em;
  text-align: left;
}

.change-log caption.title {
  background: #0079d5;
  font-weight: bold;
  padding: 0.33333em 1.25em;
  text-align: left;
  font-size: 1.375em;
  color: #fff;
  line-height: 2.625em;
}


.change-log tr.header {
  background: #c4c4c4;
  font-weight: bold;
  padding: 0.33333em 1.25em;
  text-align: left;
}

.change-log tr {
  background: #ebebeb;
  font-size: 0.91667em;
}

.change-log th,
.change-log td {
  padding: 0.27273em 0.90909em;
}

.change-log th {
  padding-left: 1.36364em;
  text-align: left;
}

@media all and (min-width: 45.75em) {
  .change-log th {
    padding-left: 2.72727em;
  }
}

.change-log-toggle {
  width: 100%;
}

.change-log-toggle:after {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  display: inline-block;
}

.change-log-toggle.expanded:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media all and (min-width: 45.75em) {
  .change-log-container {
    margin: 0 auto;
    width: 33.33333em;
  }
}

.change-log-actions {
  overflow: hidden;
}

.change-log-actions a,
.change-log-actions button {
  margin: 0.3125em 0;
}

.change-log-actions .print-change-log {
  margin: 0;
}

@media all and (min-width: 45.75em) {
  .change-log-actions .btn,
  .change-log-actions .q-calendar-switcher .prev-month,
  .q-calendar-switcher .change-log-actions .prev-month,
  .change-log-actions .q-calendar-switcher .next-month,
  .q-calendar-switcher .change-log-actions .next-month {
    float: right;
    font-size: 0.83333em;
    margin: 0 0 0 0.7em;
    padding: 0.1em 1.5em;
    width: auto;
  }
}

.print-change-log {
  display: none;
}

@media all and (min-width: 45.75em) {
  .print-change-log {
    background: transparent;
    border: none;
    display: block;
    float: left;
    font-size: 0.91667em;
    padding: 0;
    text-decoration: none;
  }

  .print-change-log,
  .print-change-log:hover,
  .print-change-log:focus,
  .print-change-log:active,
  .print-change-log:active-T {
    color: #000000;
  }

  .print-change-log:before {
    background: url('../images/icon/printer.png');
    background-size: 100% 100%;
    content: '';
    display: inline-block;
    height: 1.45455em;
    margin-right: 0.45455em;
    width: 1.45455em;
    vertical-align: bottom;
  }
}

.subpage-body .page-body-inner {
  background: transparent;
  border: 0;
  padding: 0;
}

.subpage-body h1 {
  color: #000000;
}

@media all and (min-width: 56.25em) {
  .subpage-content {
    background: #fff;
    border: 0.08333em solid #959595;
    float: right;
    margin-left: 1%;
    min-height: 1px;
    padding: 0 1.66667em;
    width: 74%;
  }
}

@media print {
  .subpage-content {
    border: 0;
    padding: 0;
    width: 100%;
  }
}

.subpage-content-header {
  border-bottom: 0.16667em solid #000000;
  overflow: hidden;
}

@media print {
  .subpage-content-header {
    display: none;
  }
}

@media all and (min-width: 45.75em) {
  .subpage-content-header .breadcrumb {
    float: left;
  }
}

.subpage-content-header .back {
  color: #000000;
  display: inline-block;
  padding-bottom: 0.83333em;
  text-decoration: none;
}

@media all and (min-width: 45.75em) {
  .subpage-content-header .back {
    float: right;
    margin: 1.5em 0 0;
    padding: 0;
  }
}

.subpage-content-header .back:before {
  content: '\00AB';
  margin-right: 0.41667em;
}

.subpage-content-header .back:hover {
  text-decoration: underline;
}

@media all and (min-width: 56.25em) {
  .subpage-sidebar {
    background: #fff;
    border: 0.08333em solid #959595;
    float: right;
    width: 25%;
  }
}

@media print {
  .subpage-sidebar {
    display: none;
  }
}

.subpage-menu {
  display: none;
}

@media all and (min-width: 56.25em) {
  .subpage-menu,
  .object-list-menu {
    display: block;
    font-size: 1.33333em;
    margin-bottom: 1.875em;
  }
}

.breadcrumb {
  font-size: 0.83333em;
}

.breadcrumb ol {
  list-style: none;
  margin: 2em 0 1.2em;
  padding: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:after {
  content: '\00BB';
  margin: 0 1.2em 0 1.5em;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a {
  color: #010101;
  display: inline-block;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .home {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/icon/home.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 12px;
  height: 10px;
}

.person-profile {
  border-bottom: 0.16667em solid #000000;
  margin-top: 2.5em;
  overflow: hidden;
  padding-bottom: 2.5em;
}

@media all and (min-width: 45.75em) {
  .person-profile .profile-photo {
    float: left;
    max-width: 45%;
  }
}

@media all and (min-width: 45.75em) {
  .person-profile .profile-info {
    float: left;
    max-width: 55%;
    padding-left: 1.66667em;
  }
}

.person-profile h1 {
  font-size: 1.33333em;
  margin: 1.25em 0 0;
}

@media all and (min-width: 45.75em) {
  .person-profile h1 {
    margin-top: 0;
  }
}

.person-profile dt,
.person-profile dd {
  float: none;
  margin: 0;
  width: auto;
}

.person-profile dd + dt {
  margin-top: 0.83333em;
}

.q-calendar-switcher {
  overflow: hidden;
  *zoom: 1;
  line-height: 1.875em;
  text-align: center;
}

.q-calendar-switcher .current-month  {
  font-weight: bold;
}

.q-calendar-switcher .prev-month,
.q-calendar-switcher .next-month {
  overflow: hidden;
  padding: 0;
}

.q-calendar-switcher .prev-month,
.q-calendar-switcher .prev-month:before,
.q-calendar-switcher .next-month,
.q-calendar-switcher .next-month:before {
  height: 1.875em;
  width: 3.125em;
}

.q-calendar-switcher .prev-month:before,
.q-calendar-switcher .next-month:before {
  display: block;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
}

.q-calendar-switcher .prev-month:after,
.q-calendar-switcher .next-month:after {
  display: none;
}

.q-calendar-switcher .prev-month {
  float: left;
}

.q-calendar-switcher .prev-month:before {
  content: '\00AB';
}

.q-calendar-switcher .next-month {
  float: right;
}

.q-calendar-switcher .next-month:before {
  content: '\00BB';
}

.q-calendar-weekdays {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
}

.q-calendar-weekdays li {
  float: left;
  text-align: center;
}

.q-calendar-weekdays li,
.q-calendar-weekdays li:nth-child(1n) {
  margin-left: 0%;
  width: 14.28571%;
}

.q-calendar-weekdays li:nth-child(7n-6) {
  margin-left: 0;
}

.q-calendar-days {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  padding: 0;
}

.q-calendar-days li {
  float: left;
  text-align: center;
}

.q-calendar-days li,
.q-calendar-days li:nth-child(1n) {
  margin-left: 0.71942%;
  width: 13.66906%;
}

.q-calendar-days li:nth-child(7n-6) {
  margin-left: 0;
}

.q-calendar-days time,
.q-calendar-days a {
  color: #fff;
  display: block;
}

.q-calendar-days time:hover,
.q-calendar-days a:hover {
  color: #000;
}

.q-calendar-days time {
  background: #aeaeae;
  margin: 0.0625em 0;
  padding: 0.4375em 0;
}

.q-calendar-days time.available {
  background: #006b31;
}

.q-calendar-days time.selected {
  background: #95be22;
}

.q-calendar-days time.available:hover {
  background: #95be22;
}


.q-calendar-days time.unavailable {
  background: #e42a2a;
}

.q-calendar-days time.unavailable,
.q-calendar-days time.unavailable a,
.booking-hours button.unavailable
 {
  cursor: not-allowed;
  position: relative;
}

.q-calendar-days time.unavailable:before,
.q-calendar-days time.unavailable a:before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid ;
  border-color: black;

  -webkit-transform:rotate(-30deg);
  -moz-transform:rotate(-30deg);
  -ms-transform:rotate(-30deg);
  -o-transform:rotate(-30deg);
  transform:rotate(-30deg);
}

.booking-hours button.unavailable:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid ;
  border-color: black;

  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}
.q-calendar-days a {
  text-decoration: none;
}

.booking-sec {
  clear: both;
  margin: 0 auto;
  padding: 2.5em 0;
}

.booking-title {
  background: #0079d5;
  font-weight: bold;
  padding: 0.33333em 1.25em;
  text-align: center;
  font-size: 1.375em;
  color: #fff;
  line-height: 2.625em;
  width: 100%;
}

.booking-available-color {
  color: #185b1a;
  font-weight: bold;
}

.booking-taken-color {
  color: #ff1313;
  font-weight: bold;
}

.booking-label {
  font-weight: bold;
}

.booking-appointment {
  margin-bottom: 1.66667em;
  margin-top: 3.33333em;
  margin-left: 5.25em;
  margin-right: 5.25em;
}

.booking-appointment header {
  background: #0079d5;
  margin: 0.625em 0;
  padding: 1.25em 0;
}

@media all and (min-width: 45.75em) {
  .booking-appointment header {
    margin-bottom: 0;
  }
}

.booking-appointment h1 {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  text-align: center;
}

.booking-appointment form {
  margin: 0;
}

.booking-appointment .q-calendar {
  margin: 1.875em 0;
}

.booking-case-type,
.booking-case-time {
  margin: 0.9375em 0;
}

.booking-code {
  color: #006b31;
  font-weight: bold;
}

@media all and (min-width: 45.75em) {
  .booking-case,
  .booking-form,
  .q-calendar,
  .booking-hours,
  .booking-summary {
    border: solid #d6d6d6;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 0.83333em;
  }
  
   .booking-test {
    border-width: 0 0 0 0;
  }

  .booking-case-type {
    float: left;
  }

  .booking-case-time {
    float: right;
  }

  .booking-case-more {
    clear: both;
    margin: 0 auto;
    max-width: 70%;
  }

  .booking-form {
    width: 60%;
  }

  .booking-form label {
    margin-right: 5%;
    width: 25%;
  }

  .booking-form .form-controls {
    width: 70%;
  }

  .booking-form .required-desc {
    padding-left: 30%;
  }

  .booking-appointment .q-calendar {
    border-left-width: 0;
    margin: 0;
    width: 40%;
  }

  .booking-form-q-calendar-wrapper {
    height: 19.375em;
  }

  .booking-form,
  .booking-appointment .q-calendar {
    float: left;
    height: 100%;
  }
}

.booking-hours {
  clear: both;
}

.booking-hours ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
}

.booking-hours li {
  float: left;
  margin-bottom: 0.625em;
  margin-top: 0.625em;
}

.booking-hours li,
.booking-hours li:nth-child(1n) {
  margin-left: 7.14286%;
  width: 28.57143%;
}

.booking-hours li:nth-child(3n-2) {
  margin-left: 0;
}

@media all and (min-width: 45.75em) {
  .booking-hours li,
  .booking-hours li:nth-child(1n) {
    margin-left: 2.27273%;
    width: 9.09091%;
  }

  .booking-hours li:nth-child(9n-8) {
    margin-left: 0;
  }
}

.booking-hours li:before {
  display: none;
}

.booking-hours button {
  background: #aeaeae;
  border: none;
  color: #fff;
  padding: 0.625em 0;
  width: 100%;
}

.booking-hours button:hover {
  color: #000;
}

.booking-hours button.available {
  background: #006b31;
}

.booking-hours button.selected {
  background: #95be22;
}

.booking-hours button.available:hover {
  background: #95be22;
}

.booking-hours button.unavailable {
  background: #e42a2a;
  cursor: not-allowed;
}

.booking-summary {
  margin: 2.5em 0;
  text-align: center;
}

@media all and (min-width: 45.75em) {
  .booking-summary {
    margin: 0;
  }
}

.booking-summary input,
.booking-summary button {
  margin: 0.3125em 0;
}

.booking-summary input {
  float: left;
  text-align: center;
}

@media all and (min-width: 45.75em) {
  .booking-summary input {
    float: none;
    margin: 0 1.25em;
  }
}

.booking-summary button {
  display: inline-block;
}

@media all and (min-width: 45.75em) {
  .booking-summary button {
    margin: 0;
  }
}

.booking-summary .appointment-date {
  margin-right: 5%;
  width: 55%;
}

@media all and (min-width: 45.75em) {
  .booking-summary .appointment-date {
    margin-right: 0;
    width: 7.5em;
  }
}

.booking-summary .appointment-time  {
  width: 40%;
}

@media all and (min-width: 45.75em) {
  .booking-summary .appointment-time {
    width: 5em;
  }
}

.subscribe-region {
  padding: 1.2em 12em;
}

.subscribe-title {
  background: #0079d5;
  font-weight: bold;
  padding: 0.33333em 1.25em;
  text-align: center;
  font-size: 1.0em;
  color: #fff;
  line-height: 2.em;
  width: 100%;
}

body .contrast-btn-white-black {
  background: black;
  color: white;
}

body.contrast-white-black {
  background: black;
}

body.contrast-white-black h1 {
  color: white;
}

body.contrast-white-black a {
  color: white;
}

body.contrast-white-black .site-header {
  background: black;
}

body.contrast-white-black .site-header-inner h1 a {
  color: white;
}

body.contrast-white-black .short-header-menu li,
body.contrast-white-black .short-footer-menu li {
  border-color: white;
}

body.contrast-white-black .short-header-menu a,
body.contrast-white-black .short-footer-menu a {
  color: white;
}

body.contrast-white-black .search-bar input {
  border-color: white;
  color: white;
}

body.contrast-white-black .search-bar input::-webkit-input-placeholder {
  color: white;
}

body.contrast-white-black .search-bar input:-moz-placeholder {
  color: white;
}

body.contrast-white-black .search-bar input::-moz-placeholder {
  color: white;
}

body.contrast-white-black .search-bar input:-ms-input-placeholder {
  color: white;
}

body.contrast-white-black .toolbar {
  background: #fff;
}

body.contrast-white-black .main-menu {
  background: black;
}

body.contrast-white-black .main-menu a {
  border-color: white;
  color: white;
}

body.contrast-white-black .page-body-inner {
  background: black;
  border-color: white;
  color: white;
}

body.contrast-white-black .links-list li:before {
  color: white;
}

body.contrast-white-black .links-list a {
  color: white;
}

body.contrast-white-black .btn,
body.contrast-white-black .q-calendar-switcher .prev-month,
.q-calendar-switcher body.contrast-white-black .prev-month,
body.contrast-white-black .q-calendar-switcher .next-month,
.q-calendar-switcher body.contrast-white-black .next-month {
  background: black;
  border-color: white;
  color: white;
}

body.contrast-white-black .nav-tabs li {
  background: black;
}

body.contrast-white-black .nav-tabs li button {
  color: white;
}

body.contrast-white-black .nav-tabs li.active,
body.contrast-white-black .nav-tabs li.active-T {
  background: white;
}

body.contrast-white-black .nav-tabs li.active button,
body.contrast-white-black .nav-tabs li.active-T button {
  color: black;
}

body.contrast-white-black .subpage-content {
  background: black;
  border-color: white;
}

body.contrast-white-black .subpage-content-header .back {
  color: white;
}

body.contrast-white-black .subpage-sidebar {
  background: black;
  border-color: white;
}

body.contrast-white-black .change-log caption,
body.contrast-white-black .change-log tr {
  background: black;
  border: 0.08333em solid white;
  color: white;
}

body.contrast-white-black .change-log tr {
  border: none;
}

body.contrast-white-black .print-change-log {
  color: white;
}

body.contrast-white-black .footer-menu ul {
  background: black;
  border-color: white;
}

body.contrast-white-black .footer-menu ul a {
  color: white;
}

body.contrast-white-black .visits-count {
  color: white;
}

body .contrast-btn-green-black {
  background: black;
  color: lime;
}

body.contrast-green-black {
  background: black;
}

body.contrast-green-black h1 {
  color: lime;
}

body.contrast-green-black a {
  color: lime;
}

body.contrast-green-black .site-header {
  background: black;
}

body.contrast-green-black .site-header-inner h1 a {
  color: lime;
}

body.contrast-green-black .short-header-menu li,
body.contrast-green-black .short-footer-menu li {
  border-color: lime;
}

body.contrast-green-black .short-header-menu a,
body.contrast-green-black .short-footer-menu a {
  color: lime;
}

body.contrast-green-black .search-bar input {
  border-color: lime;
  color: lime;
}

body.contrast-green-black .search-bar input::-webkit-input-placeholder {
  color: lime;
}

body.contrast-green-black .search-bar input:-moz-placeholder {
  color: lime;
}

body.contrast-green-black .search-bar input::-moz-placeholder {
  color: lime;
}

body.contrast-green-black .search-bar input:-ms-input-placeholder {
  color: lime;
}

body.contrast-green-black .toolbar {
  background: #fff;
}

body.contrast-green-black .main-menu {
  background: black;
}

body.contrast-green-black .main-menu a {
  border-color: lime;
  color: lime;
}

body.contrast-green-black .page-body-inner {
  background: black;
  border-color: lime;
  color: lime;
}

body.contrast-green-black .links-list li:before {
  color: lime;
}

body.contrast-green-black .links-list a {
  color: lime;
}

body.contrast-green-black .btn,
body.contrast-green-black .q-calendar-switcher .prev-month,
.q-calendar-switcher body.contrast-green-black .prev-month,
body.contrast-green-black .q-calendar-switcher .next-month,
.q-calendar-switcher body.contrast-green-black .next-month {
  background: black;
  border-color: lime;
  color: lime;
}

body.contrast-green-black .nav-tabs li {
  background: black;
}

body.contrast-green-black .nav-tabs li button {
  color: lime;
}

body.contrast-green-black .nav-tabs li.active,
body.contrast-green-black .nav-tabs li.active-T {
  background: lime;
}

body.contrast-green-black .nav-tabs li.active button,
body.contrast-green-black .nav-tabs li.active-T button {
  color: black;
}

body.contrast-green-black .subpage-content {
  background: black;
  border-color: lime;
}

body.contrast-green-black .subpage-content-header .back {
  color: lime;
}

body.contrast-green-black .subpage-sidebar {
  background: black;
  border-color: lime;
}

body.contrast-green-black .change-log caption,
body.contrast-green-black .change-log tr {
  background: black;
  border: 0.08333em solid lime;
  color: lime;
}

body.contrast-green-black .change-log tr {
  border: none;
}

body.contrast-green-black .print-change-log {
  color: lime;
}

body.contrast-green-black .footer-menu ul {
  background: black;
  border-color: lime;
}

body.contrast-green-black .footer-menu ul a {
  color: lime;
}

body.contrast-green-black .visits-count {
  color: lime;
}

body .contrast-btn-black-green {
  background: lime;
  color: black;
}

body.contrast-black-green {
  background: lime;
}

body.contrast-black-green h1 {
  color: black;
}

body.contrast-black-green a {
  color: black;
}

body.contrast-black-green .site-header {
  background: lime;
}

body.contrast-black-green .site-header-inner h1 a {
  color: black;
}

body.contrast-black-green .short-header-menu li,
body.contrast-black-green .short-footer-menu li {
  border-color: black;
}

body.contrast-black-green .short-header-menu a,
body.contrast-black-green .short-footer-menu a {
  color: black;
}

body.contrast-black-green .search-bar input {
  border-color: black;
  color: black;
}

body.contrast-black-green .search-bar input::-webkit-input-placeholder {
  color: black;
}

body.contrast-black-green .search-bar input:-moz-placeholder {
  color: black;
}

body.contrast-black-green .search-bar input::-moz-placeholder {
  color: black;
}

body.contrast-black-green .search-bar input:-ms-input-placeholder {
  color: black;
}

body.contrast-black-green .toolbar {
  background: #fff;
}

body.contrast-black-green .main-menu {
  background: lime;
}

body.contrast-black-green .main-menu a {
  border-color: black;
  color: black;
}

body.contrast-black-green .page-body-inner {
  background: lime;
  border-color: black;
  color: black;
}

body.contrast-black-green .links-list li:before {
  color: black;
}

body.contrast-black-green .links-list a {
  color: black;
}

body.contrast-black-green .btn,
body.contrast-black-green .q-calendar-switcher .prev-month,
.q-calendar-switcher body.contrast-black-green .prev-month,
body.contrast-black-green .q-calendar-switcher .next-month,
.q-calendar-switcher body.contrast-black-green .next-month {
  background: lime;
  border-color: black;
  color: black;
}

body.contrast-black-green .nav-tabs li {
  background: lime;
}

body.contrast-black-green .nav-tabs li button {
  color: black;
}

body.contrast-black-green .nav-tabs li.active,
body.contrast-black-green .nav-tabs li.active-T {
  background: black;
}

body.contrast-black-green .nav-tabs li.active button,
body.contrast-black-green .nav-tabs li.active-T button {
  color: lime;
}

body.contrast-black-green .subpage-content {
  background: lime;
  border-color: black;
}

body.contrast-black-green .subpage-content-header .back {
  color: black;
}

body.contrast-black-green .subpage-sidebar {
  background: lime;
  border-color: black;
}

body.contrast-black-green .change-log caption,
body.contrast-black-green .change-log tr {
  background: lime;
  border: 0.08333em solid black;
  color: black;
}

body.contrast-black-green .change-log tr {
  border: none;
}

body.contrast-black-green .print-change-log {
  color: black;
}

body.contrast-black-green .footer-menu ul {
  background: lime;
  border-color: black;
}

body.contrast-black-green .footer-menu ul a {
  color: black;
}

body.contrast-black-green .visits-count {
  color: black;
}

body .contrast-btn-yellow-black {
  background: black;
  color: yellow;
}

body.contrast-yellow-black {
  background: black;
}

body.contrast-yellow-black h1 {
  color: yellow;
}

body.contrast-yellow-black a {
  color: yellow;
}

body.contrast-yellow-black .site-header {
  background: black;
}

body.contrast-yellow-black .site-header-inner h1 a {
  color: yellow;
}

body.contrast-yellow-black .short-header-menu li,
body.contrast-yellow-black .short-footer-menu li {
  border-color: yellow;
}

body.contrast-yellow-black .short-header-menu a,
body.contrast-yellow-black .short-footer-menu a {
  color: yellow;
}

body.contrast-yellow-black .search-bar input {
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-black .search-bar input::-webkit-input-placeholder {
  color: yellow;
}

body.contrast-yellow-black .search-bar input:-moz-placeholder {
  color: yellow;
}

body.contrast-yellow-black .search-bar input::-moz-placeholder {
  color: yellow;
}

body.contrast-yellow-black .search-bar input:-ms-input-placeholder {
  color: yellow;
}

body.contrast-yellow-black .toolbar {
  background: #fff;
}

body.contrast-yellow-black .main-menu {
  background: black;
}

body.contrast-yellow-black .main-menu a {
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-black .page-body-inner {
  background: black;
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-black .links-list li:before {
  color: yellow;
}

body.contrast-yellow-black .links-list a {
  color: yellow;
}

body.contrast-yellow-black .btn,
body.contrast-yellow-black .q-calendar-switcher .prev-month,
.q-calendar-switcher body.contrast-yellow-black .prev-month,
body.contrast-yellow-black .q-calendar-switcher .next-month,
.q-calendar-switcher body.contrast-yellow-black .next-month {
  background: black;
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-black .nav-tabs li {
  background: black;
}

body.contrast-yellow-black .nav-tabs li button {
  color: yellow;
}

body.contrast-yellow-black .nav-tabs li.active,
body.contrast-yellow-black .nav-tabs li.active-T {
  background: yellow;
}

body.contrast-yellow-black .nav-tabs li.active button,
body.contrast-yellow-black .nav-tabs li.active-T button  {
  color: black;
}

body.contrast-yellow-black .subpage-content {
  background: black;
  border-color: yellow;
}

body.contrast-yellow-black .subpage-content-header .back {
  color: yellow;
}

body.contrast-yellow-black .subpage-sidebar {
  background: black;
  border-color: yellow;
}

body.contrast-yellow-black .change-log caption,
body.contrast-yellow-black .change-log tr {
  background: black;
  border: 0.08333em solid yellow;
  color: yellow;
}

body.contrast-yellow-black .change-log tr {
  border: none;
}

body.contrast-yellow-black .print-change-log {
  color: yellow;
}

body.contrast-yellow-black .footer-menu ul {
  background: black;
  border-color: yellow;
}

body.contrast-yellow-black .footer-menu ul a {
  color: yellow;
}

body.contrast-yellow-black .visits-count {
  color: yellow;
}

body .contrast-btn-blue-yellow {
  background: yellow;
  color: blue;
}

body.contrast-blue-yellow {
  background: yellow;
}

body.contrast-blue-yellow h1 {
  color: blue;
}

body.contrast-blue-yellow a {
  color: blue;
}

body.contrast-blue-yellow .site-header {
  background: yellow;
}

body.contrast-blue-yellow .site-header-inner h1 a {
  color: blue;
}

body.contrast-blue-yellow .short-header-menu li,
body.contrast-blue-yellow .short-footer-menu li {
  border-color: blue;
}

body.contrast-blue-yellow .short-header-menu a,
body.contrast-blue-yellow .short-footer-menu a {
  color: blue;
}

body.contrast-blue-yellow .search-bar input {
  border-color: blue;
  color: blue;
}

body.contrast-blue-yellow .search-bar input::-webkit-input-placeholder {
  color: blue;
}

body.contrast-blue-yellow .search-bar input:-moz-placeholder {
  color: blue;
}

body.contrast-blue-yellow .search-bar input::-moz-placeholder {
  color: blue;
}

body.contrast-blue-yellow .search-bar input:-ms-input-placeholder {
  color: blue;
}

body.contrast-blue-yellow .toolbar {
  background: #fff;
}

body.contrast-blue-yellow .main-menu {
  background: yellow;
}

body.contrast-blue-yellow .main-menu a {
  border-color: blue;
  color: blue;
}

body.contrast-blue-yellow .page-body-inner {
  background: yellow;
  border-color: blue;
  color: blue;
}

body.contrast-blue-yellow .links-list li:before {
  color: blue;
}

body.contrast-blue-yellow .links-list a {
  color: blue;
}

body.contrast-blue-yellow .btn,
body.contrast-blue-yellow .q-calendar-switcher .prev-month,
.q-calendar-switcher body.contrast-blue-yellow .prev-month,
body.contrast-blue-yellow .q-calendar-switcher .next-month,
.q-calendar-switcher body.contrast-blue-yellow .next-month {
  background: yellow;
  border-color: blue;
  color: blue;
}

body.contrast-blue-yellow .nav-tabs li {
  background: yellow;
}

body.contrast-blue-yellow .nav-tabs li button {
  color: blue;
}

body.contrast-blue-yellow .nav-tabs li.active,
body.contrast-blue-yellow .nav-tabs li.active-T {
  background: blue;
}

body.contrast-blue-yellow .nav-tabs li.active button,
body.contrast-blue-yellow .nav-tabs li.active-T button  {
  color: yellow;
}

body.contrast-blue-yellow .subpage-content {
  background: yellow;
  border-color: blue;
}

body.contrast-blue-yellow .subpage-content-header .back {
  color: blue;
}

body.contrast-blue-yellow .subpage-sidebar {
  background: yellow;
  border-color: blue;
}

body.contrast-blue-yellow .change-log caption,
body.contrast-blue-yellow .change-log tr {
  background: yellow;
  border: 0.08333em solid blue;
  color: blue;
}

body.contrast-blue-yellow .change-log tr {
  border: none;
}

body.contrast-blue-yellow .print-change-log {
  color: blue;
}

body.contrast-blue-yellow .footer-menu ul {
  background: yellow;
  border-color: blue;
}

body.contrast-blue-yellow .footer-menu ul a {
  color: blue;
}

body.contrast-blue-yellow .visits-count {
  color: blue;
}

body .contrast-btn-yellow-blue {
  background: blue;
  color: yellow;
}

body.contrast-yellow-blue {
  background: blue;
}

body.contrast-yellow-blue h1 {
  color: yellow;
}

body.contrast-yellow-blue a {
  color: yellow;
}

body.contrast-yellow-blue .site-header {
  background: blue;
}

body.contrast-yellow-blue .site-header-inner h1 a {
  color: yellow;
}

body.contrast-yellow-blue .short-header-menu li,
body.contrast-yellow-blue .short-footer-menu li {
  border-color: yellow;
}

body.contrast-yellow-blue .short-header-menu a,
body.contrast-yellow-blue .short-footer-menu a {
  color: yellow;
}

body.contrast-yellow-blue .search-bar input {
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-blue .search-bar input::-webkit-input-placeholder {
  color: yellow;
}

body.contrast-yellow-blue .search-bar input:-moz-placeholder {
  color: yellow;
}

body.contrast-yellow-blue .search-bar input::-moz-placeholder {
  color: yellow;
}

body.contrast-yellow-blue .search-bar input:-ms-input-placeholder {
  color: yellow;
}

body.contrast-yellow-blue .toolbar {
  background: #fff;
}

body.contrast-yellow-blue .main-menu {
  background: blue;
}

body.contrast-yellow-blue .main-menu a {
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-blue .page-body-inner {
  background: blue;
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-blue .links-list li:before {
  color: yellow;
}

body.contrast-yellow-blue .links-list a {
  color: yellow;
}

body.contrast-yellow-blue .btn,
body.contrast-yellow-blue .q-calendar-switcher .prev-month,
.q-calendar-switcher body.contrast-yellow-blue .prev-month,
body.contrast-yellow-blue .q-calendar-switcher .next-month,
.q-calendar-switcher body.contrast-yellow-blue .next-month {
  background: blue;
  border-color: yellow;
  color: yellow;
}

body.contrast-yellow-blue .nav-tabs li {
  background: blue;
}

body.contrast-yellow-blue .nav-tabs li button {
  color: yellow;
}

body.contrast-yellow-blue .nav-tabs li.active,
body.contrast-yellow-blue .nav-tabs li.active-T  {
  background: yellow;
}

body.contrast-yellow-blue .nav-tabs li.active button,
body.contrast-yellow-blue .nav-tabs li.active-T button {
  color: blue;
}

body.contrast-yellow-blue .subpage-content {
  background: blue;
  border-color: yellow;
}

body.contrast-yellow-blue .subpage-content-header .back {
  color: yellow;
}

body.contrast-yellow-blue .subpage-sidebar {
  background: blue;
  border-color: yellow;
}

body.contrast-yellow-blue .change-log caption,
body.contrast-yellow-blue .change-log tr {
  background: blue;
  border: 0.08333em solid yellow;
  color: yellow;
}

body.contrast-yellow-blue .change-log tr {
  border: none;
}

body.contrast-yellow-blue .print-change-log {
  color: yellow;
}

body.contrast-yellow-blue .footer-menu ul {
  background: blue;
  border-color: yellow;
}

body.contrast-yellow-blue .footer-menu ul a {
  color: yellow;
}

body.contrast-yellow-blue .visits-count {
  color: yellow;
}


.WT_DocumentBody .WT_TR_T {
  display: none;
}

.WT_TR_T {
  display: none;
}


.WT_DocumentBody .WT_TR_N {
}

.displayIfT
{
  border:none;
}

.displayIf
{
  display:none;
  border:none;
}

.displayIfNotT
{
  display: none;
  border:none;
}

.displayIfNot
{
  border:none;
}

/**
  Style paginacji
**/

.stdPagination {
  display: inline;
  font-size: 11px;
  font-family: arial,tahoma;
  font-weight: none;
  }

.stdPagination A {
  display: inline;
  text-decoration:none;
  color:#0079d5;
  }

.stdPagination A:hover { color:blue; }

.stdPaginationPrev {
  display: inline;
  text-decoration:none;
  }

.stdPaginationCurr {
  display: inline;
  font-weight: bold;
  font-size: 13px;
  color: #2f92dd;
  padding-left: 5px;
  padding-right: 5px;
  }

.stdPaginationPage { display: inline; }

.stdPaginationNext { display: inline; }

/**
 * style mapy serwisu
 */
.mapaPoziom0
{
    font-size:18px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 20px;
    white-space: nowrap;
}
.mapaPoziom0 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom0 A:hover
{
    color: blue;
}
 
.mapaPoziom1
{
    font-size:16px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 40px;
    white-space: nowrap;
}
.mapaPoziom1 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom1 A:hover
{
    color: blue;
}

.mapaPoziom2
{
    font-size:14px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 60px;
    white-space: nowrap;
}
.mapaPoziom2 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom2 A:hover
{
    color: blue;
}

.mapaPoziom3
{
    font-size:12px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 80px;
    white-space: nowrap;
}
.mapaPoziom3 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom3 A:hover
{
    color: blue;
}

.mapaPoziom4
{
    font-size:10px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 100px;
    white-space: nowrap;
}
.mapaPoziom4 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom4 A:hover
{
    color: blue;
}

.mapaPoziom5
{
    font-size:10px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 120px;
    white-space: nowrap;
}
.mapaPoziom5 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom5 A:hover
{
    color: blue;
}

.mapaPoziom6
{
    font-size:10px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 140px;
    white-space: nowrap;
}
.mapaPoziom6 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom6 A:hover
{
    color: blue;
}

.mapaPoziom7
{
    font-size:10px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 160px;
    white-space: nowrap;
}
.mapaPoziom7 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom7 A:hover
{
    color: blue;
}

.mapaPoziom8
{
    font-size:10px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 180px;
    white-space: nowrap;
}
.mapaPoziom8 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom8 A:hover
{
    color: blue;
}

.mapaPoziom9
{
    font-size:10px;
    font-family: arial,tahoma;
    font-weight: none;
    margin-left: 200px;
    white-space: nowrap;
}
.mapaPoziom9 A
{
    text-decoration: none;
    color: black;
}
.mapaPoziom9 A:hover
{
    color: blue;
}

.uwagaArchiwalna {
    color: red;
    font-size: x-large;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
    }


#skipLinks {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    list-style: none;
}

#skipLinks a:hover, #skipLinks a:focus, #skipLinks a:active {
    background: #231f20;
    color: #fff;
    left: 0;
    top: 0;
    position: absolute;
}
#skipLinks a {
    display: inline;
    left: -9000em;
    padding: 7px 10px 7px 10px;
    position: absolute;
    text-decoration: none;
    z-index: 200;
    width: 150px;
    text-align: center;
}

.ChangesTd  {
  padding-left: 0.625em;
  padding-bottom: 0.625em;
  vertical-align: top;
}

.ChangesTd1  {
  vertical-align: top;
}

.ChangesTdNW  {
  padding-left: 0.625em;
  white-space: nowrap;
  vertical-align: top;
}

.ChangesA  {
    color: black;
    text-decoration: none;
}

.ChangesTd a:hover{
    color: black;
    text-decoration: underline;
}
