/* Minification failed. Returning unminified contents.
(1751,11): run-time error CSS1035: Expected colon, found '15px'
 */
/* 
    Adapted and simplified from BootStrap v3.0.
    Copyright 2019 Data Nirvana Limited
    Licensed under the Apache License v2.0
    http://www.apache.org/licenses/LICENSE-2.0
 
 */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/Styles/Fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/Styles/Fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Styles/Fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Styles/Fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/Styles/Fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/Styles/Fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


 
/* Creates tabular rows from divs */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

/* For the header */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}



/* Columns in the rows */
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}




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;
}



a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}



img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !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;
  }
  
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


/* Body and HTML overarching */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


html {
  height:100%; /* Important - to keep the footer at the bottom of the page */

  /*font-size: 62.5%;*/
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;

}

body {
    font-family: "Open Sans", Verdana, Roboto, Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;

    /* Important - to keep the footer at the bottom of the page */
    min-height:100%; 
    padding: 50px 0px 0px 0px; 
    margin:0; 
    position:relative;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #09AAA8;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0E918F;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f6f6f6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 990px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

.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 {
  color: #5e0047;
  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: #5e0047;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 990px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}



.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}






table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.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: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.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;
}




@media (max-width: 990px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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-family: inherit;
  font-size: inherit;
  font-style: 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-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  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;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}


.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 990px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 990px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 6px 6px 6px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #f6f1d4;
  border-color: #f6f1d4;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}



.btn-primary {
    color: #09AAA8;
    background-color: transparent;
    border-color: #09AAA8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active, 
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
  color: #067371;
  background-color: #ccecec;
  border-color: #067371;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}





.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;
}


.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}


.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}



@media (min-width: 990px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}




.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #ffffff;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f6f1d4;
  border-color: transparent;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #f6f1d4;
}

.nav > li > a > img {
  max-width: none;
}





.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 990px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 990px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 990px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 990px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}



.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 990px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
   
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 990px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  outline:none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 990px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 990px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 990px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}


.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}



.navbar-inverse { /*MOD*/
  background-color: #5e0047;
  border-color: #8f5881;
}

.navbar-inverse .navbar-brand {/*MOD*/
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {/*MOD*/
  color: #ffffff;
  background-color: transparent;
}


.navbar-inverse .navbar-nav > li > a {/*MOD*/
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { /*MOD*/
  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 {/*MOD*/
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {/*MOD*/
  color: #ffffff;
  background-color: #080808;
}


@media (max-width: 990px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {/*MOD*/
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {/*MOD*/
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {/*MOD*/
  color: #ffffff;
}


@media (min-width: 990px) {
    .navbar-right {
    right: 0;
    left: auto;
    float: right !important;
  }
}



/* JumboTron */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #5e0047;
}

.jumbotron h1 {
  line-height: 1;
  color: #f6f1d4;
}

.jumbotron p {
  line-height: 1.4;
  color: #f6f1d4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 990px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}





.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}





/* Keeps the footer at the bottom https://stackoverflow.com/questions/643879/css-to-make-html-page-footer-stay-at-bottom-of-the-page-with-a-minimum-height-b#689290 */
body::after {
  content: '';
  display: block;
  height: 70px; /* Set same as footer's height */
}

.body-content {
/*    padding-left: 15px;
    padding-right: 15px;*/
}


.BodyInfoWrapper
{
    /* These will be overwritten by the BodyInfoWrapperClean on the default page */
    margin-left:0px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#ffffff;
    border-radius:0px 0px 0px 0px;
    /*box-shadow:4px 4px 3px #cccccc;
    border:solid 1px #ad84a4;*/
    /*border-left:1px solid #d3e1f4;*/
    position:relative;
    overflow:hidden;
    background-color:#ffffff; /* f6f1d4; */
}
.SessionWarningWrapper {
    box-shadow:4px 4px 3px #cccccc;
    border:solid 1px #ad84a4;
    border-radius:5px 5px 5px 5px;
}

.DividerLine {
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.BodyInfoHeader
{
    /*background-color: #ad84a4; f2ecc3;*/
    border-radius:0px 0px 0px 0px;
    border-bottom:solid 1px #ad84a4;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:1.5em;
    font-weight:600;
    color:#5e0047; /* fff; f6f1d4; */
    background-color:#f6f1d4; /* ; */
    vertical-align: middle;
}
.BodyInfoTextHeader
{
    /*color:#ffffff;*/
    font-size:1.2em;
    font-weight:bold;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    /*box-shadow:5px 5px 3px #cccccc;*/
}
.BodyInfoContent
{
    position:relative;
    margin-left:20px;
    margin-right:20px;
}
.BodyInfoContent2
{
    border-radius:20px 20px 20px 20px;
    background-color:#ffffff;
    width:98%;
}

/* Document List Stuff */
.DocListWrapper
{
    padding: 3px 3px 9px 6px;
    cursor:pointer;
    clear:both; 
}
.DocListTableWrapper
{
    width:100%;
    min-width:100%;
    max-width:100%;
}
.DocListRow
{
	padding: 6px 0px 0px 0px;
    text-align:left;    
}
html[dir="rtl"] .DocListRow {
    text-align:right;    
}
.DocListTitleImage {
    float: left;
    margin: 3px 10px 3px 0px;
    border-radius: 3px 3px 3px 3px;
    max-width:25px;
}
html[dir="rtl"] .DocListTitleImage {
    float: right;
    margin: 3px 0px 3px 10px;
}
.DocListTitle
{
    float: left;
    padding: 0px 0px 5px 0px;
    font-size:1.5em;
    font-weight:500;
    color:#5e0047; 
    vertical-align: middle;
    overflow: hidden;
}
html[dir="rtl"] .DocListTitle {
    float: right;
}
.DocListTitleSquished {
    width:95%;
    max-width:95%;
}
.DocListImage
{
    border-radius: 5px 5px 5px 5px;
    margin-left:0px;
    margin-right:10px;
    padding: 0px;
    border:0px;
    width:70px;
}
html[dir="rtl"] .DocListImage {
    margin-left:10px;
    margin-right:0px;
}
DocListDesc
{
    padding: 0px 0px 5px 0px;
    float:left;    
    text-align:left;    
    vertical-align: top;
    font-size: 1.0em;
    overflow: hidden;
}
html[dir="rtl"] .DocListDesc {
    float:right;    
    text-align:right;    
}
.DocListHighlight
{
	background-color:#f2fafa; /* f5edf2 eee5eb e4f7f7  e1fdfd; 10%: e5f6f5 and 20%: ccecec*/
    vertical-align:middle;
}


.DocListCell1 {
    width:70px;
}
.DocListCell2 {
}
.DocListCell3
{
    width:110px;
    text-align:right;
}
html[dir="rtl"] .DocListCell3 {
    text-align:left;
}

@media only screen and (max-width : 990px) {    
    .DocListTitle {
        font-size: 1.3em;
    }
    .DocListCell3 {
        width: 0px;
    }
    .DocListTitleSquished {
        width:90%;
        max-width:90%;
    }
}
@media only screen and (max-width : 610px) {
    .DocListTitle {
        font-size: 1.2em;
    }
    .DocListImage {
        width: 50px;
    }
    .DocListCell1 {
        width:50px;
    }
    .DocListTitleSquished {
        width:85%;
        max-width:85%;
    }
}

.HeaderBtnWrapper {
    text-align: center;
    margin-right: 10px;
}
.HeaderBtn {
    min-width:110px;width:110px;max-width:110px;
    margin-left:2px;
    margin:5px;
    text-align:center;
}
.HeaderBtnSearch {
    min-width:80px;width:95px;max-width:95px;
    margin: 5px 0px 5px 0px;
    text-align:center;
    background-color: transparent; /* #faf8e9;*/
    border-color: #8f5881; /*f6f1d4;*/
    color: #5e0047;
    border-radius:7px;
    font-size:smaller;
}
.HeaderBtnSearch:hover,.HeaderBtnSearch:focus, .HeaderBtnSearchSelected, .HeaderBtnSearchSelected:active, .HeaderBtnSearchSelected:active:focus {
    color: #067371;
    border-color: #09AAA8; /*f6f1d4;*/
    background-color: #ccecec;
}


/* need to have an on focus and a selected option too ..*/
.HeaderBtnWide {
    min-width:200px;width:200px;max-width:200px;
}
.HeaderBtnNarrow {
    min-width:50px;width:50px;max-width:50px;
    margin-left:2px;
    margin:5px;
    text-align:center;
}

.ReviewBtn, .ReviewBtn:visited, .ReviewBtn:focus {
    background-color: transparent;
    border-color: #dddddd;
    color: #505050;
    margin-top:7px;
    border-radius:7px;
/*    font-size:smaller;*/
}
.ReviewBtn:hover, .ReviewBtn:active, .ReviewBtn:active:focus  {
    background-color: #eeeeee;
    border-color: #cccccc;
    box-shadow: none;
    color: #505050;
    margin-top:7px;
}
.ReviewBtnDisabled,  .ReviewBtnDisabled:visited, .ReviewBtnDisabled:focus {
    background-color: transparent;
    border-color: #eeeeee;
    color: #dddddd;
    margin-top:7px;
    border-radius:7px;
}
.ReviewBtnDisabled:hover, .ReviewBtnDisabled:active, .ReviewBtnDisabled:active:focus   {
    background-color: transparent;
    border-color: #eeeeee;
    color: #dddddd;
}
.ReviewBtnNormal {
    background-color: transparent;
    min-width:151px;width:151px;max-width:151px;
}
.ReviewBtnNarrow {
    background-color: transparent;
    min-width:50px;width:50px;max-width:50px;
}
.SmallerButton {
    font-size: smaller;
}

.SearchRow {
    text-align:inherit;
}
.SearchBox {
    float: left;
	 min-width:515px; width:515px; max-width:515px; 
     height:35px;
     text-align:left;
     margin-top:6px;
     margin-bottom:0px;
     padding: 5px 10px 5px 10px;
     border: solid 1px #5e0047;
     border-radius:7px;
}
html[dir="rtl"] .SearchBox {
    float: right;
    text-align:right;
}
.SearchFilterTable {
    margin-top:0px;
    min-width:515px; width:515px; max-width:515px; 
}
.SearchFilterOrgList {
    margin-top: 4px;
}

.SearchBox:focus{
  outline: none;     /* oranges! yey */
  border: solid 1px #09AAA8;
}
.SearchBoxWrapper {
}
.SearchButton {
    stroke:#5e0047;
    float: left;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    max-width: 47px;
    max-height: 47px;

/*    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' preserveAspectRatio='xMidYMid meet' viewBox='0 0 105 105'><g id='IconGroup' transform='translate(40,18)' style='stroke-width:3.2;fill:none;' stroke='#5e0047'><ellipse cx='2.4' cy='27.8' rx='25' ry='25'/><path d='m 22.4363,42.779 18.4053,18.3741 c 1.5792,1.5791 1.5792,4.0768 0,5.6559 -1.579,1.5791 -4.0769,1.5791 -5.656,0 l -18.4053,-18.374 c 2.142,-1.6052 4.0508,-3.5141 5.656,-5.656 z'/></g></svg>");
    background-repeat:no-repeat;*/
    margin: 0px 10px 0px 10px;
}

.SearchButton:hover, .SearchButton:focus  {
    stroke: #09AAA8;
    /*background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' preserveAspectRatio='xMidYMid meet' viewBox='0 0 105 105'><g id='IconGroup' transform='translate(40,18)' style='stroke-width:3.2;fill:none;' stroke='#09AAA8'><ellipse cx='2.4' cy='27.8' rx='25' ry='25'/><path d='m 22.4363,42.779 18.4053,18.3741 c 1.5792,1.5791 1.5792,4.0768 0,5.6559 -1.579,1.5791 -4.0769,1.5791 -5.656,0 l -18.4053,-18.374 c 2.142,-1.6052 4.0508,-3.5141 5.656,-5.656 z'/></g></svg>");*/
}
html[dir="rtl"] .SearchButton {
    float: right;
}



.HeaderSearchButton {
    stroke:#ffffff;
    margin: -3px 10px 0px 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}
.HeaderSearchButton:hover, .HeaderSearchButton:focus  {
    stroke: #ccecec;
}
.SearchFilterImage{
    vertical-align:middle;
    margin: 1px 1px 1px 0px;
    border-radius: 5px 5px 5px 5px;
}

.TBRowPadding {
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
}
.TBRowPadding2 {
    padding-top:5px;
    padding-bottom:5px;
}
.TBRowPadding3 {
    padding-top:10px;
    padding-bottom:10px;
}

.SearchBlockFiller {
    height:10px;
}

.SearchSubTitle {
    clear: both;
    padding: 0px 0px 5px 0px;
    font-size:1.7em;
    font-weight:400;
    color:#8f5881;
    vertical-align: middle;
    overflow: hidden;
}

.SearchAutocompleteWrapper {
    background-color: #faf8e9; 
    margin: 0px 10px 10px 10px;
    padding: 0px 5px 0px 5px;
    width:495px;
    text-align:left;
}
.SearchAutocomplete {
    text-align:left;
    padding:5px;
    line-height: normal;
}

.SearchAutocomplete a {
    font-weight: bold;
}

.SearchAutocompleteHighlight {
    background-color: #0E918F; 
    color: #ffffff; 
    font-style: italic;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}
.SearchAutocompleteHighlight a, .SearchAutocompleteHighlight a:focus, .SearchAutocompleteHighlight a:hover, .SearchAutocompleteHighlight a:visited {
    font-weight: bold;
    color: inherit;
}
.SearchResultsLeader {
    text-align:left;
    padding-top:7px;
}
.SearchResults {
    text-align:left;
}
.SearchResultsLeader a, .SearchResults a {
    font-weight: bold;
}



.Main {

}

.FooterWrapper
{
    position: absolute;
    height: 70px;
    right: 0;
    left: 0;
    bottom:0; 
    background-color: #5e0047;
}
.Footer
{
    position:relative;
    height:70px;
    width:100%;
    padding: 10px;
    text-align:center;
    line-height:normal;
}
.FooterL {
    float: left;
    padding-top:10px;
}
.FooterR {
    float: right;
    padding-top:10px;
}
.FooterL, .FooterR, .FooterL a, .FooterR a {
    color: #ffffff; 
}


::-ms-input-placeholder {
    color: #dedede;
}
::-webkit-input-placeholder {
    color: #dedede;
}
::-moz-placeholder {
    color: #dedede;
}

/* For the Image Scroller */
.NewsWindowWrapper
{
    margin-bottom:0px;
}
.NewsWindowInternalWrapper
{
    display:block;
}
#NewsWindow
{
    display:block;
    width:100%;
    height:247px;
    overflow:hidden;
    position:relative;
}
#NewsWindow img
{
    position:absolute;
    width:100%;
    max-width:965px;
    height:100%;
}
/*#NewsWindow .imgsmall
{
    filter:alpha(opacity=40);
    opacity:.4;
    background-color:#505050;
    cursor:pointer;
    width:150px;
    height:93px;
}
#NewsWindow .imgsmall_active
{
    filter:alpha(opacity=100);
    opacity:1;
}
*/
#NewsWindow .SlideDiv
{
    width:965px;
    height:247px;
    cursor:pointer;
}
#NewsWindow .NWTH1
{
    filter:alpha(opacity=10);
    opacity:.10;
    background-color:#300024;
    position:absolute;
    height:38px;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    color:#ffffff;
    z-index:1004;
}
#NewsWindow .NWTH2
{
    filter:alpha(opacity=100);
    opacity:1;
    position:absolute;
    line-height:1.8em;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    color:#ffffff;
    z-index:1005;
}
#NewsWindow h1
{
    font-size:21px;
    margin-top:5px;
    margin-bottom:0px;
    color:#5e0047;
    z-index:1006;
    width:100%;
}
/*.NewsWindowThumbnails
{
    position:absolute;
    left:850px;
    top:80px;
    width:150px;
    height:463px;
    background-color:#ffffff;
    z-index:1001;
}*/
/*#IMScrollerIcon
{
  position:absolute;
  right:0px;
  top:0px;
  z-index:1002;
}
*/

/* Document review and contents page */
.WDChapter {
    font-size: larger;
    padding-top:15px;
    padding-top:5px;
    padding-left:1em;
    font-weight:600;
}
.WDContentSection {
    font-weight:300;
    padding: 0 0 0 3.0em;
    margin: 0;
    text-indent: -0.8em;
}
.WDContentSection::before {
    content: '- ';
    color: #cccccc;
}
.WDNavBar {
    font-size: smaller;
    color: #aaaaaa;
}
.WDContentSectionSelected {
    padding: 0 0 0 3.0em;
    margin: 0;
    text-indent: -1.2em;
}
.WDContentSectionSelected::before {
    content: "»  ";
    color: #000000;
    font-size:larger;
}
.WDContentSectionSelected::after {
    content: "  «";
    color: #000000;
    font-size:larger;
}


/* Bootstrap hack for the menu button */
.navbar-header .navbar-toggle, 
.navbar-header .navbar-toggle:focus {
  border-color: transparent;
  background-color: transparent;
}

.navbar-header .navbar-toggle:hover, 
.navbar-header .navbar-toggle:active,
.navbar-header .navbar-toggle:active:focus {
  background-color: #450034;
}

.NavBarIcon {
    float:left;
    width:50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}


@media only screen and (max-width : 610px) {
    .SearchBox {
        min-width: 260px; width: 260px; max-width: 260px;
    }
    .SearchAutocompleteWrapper {
        min-width: 247px; width: 247px; max-width: 247px;
        margin: 0px 6px 10px 6px;
    }
    .SearchAutocomplete {
        padding: 1px;
    }
    .SearchAutocomplete a {
        font-size: xx-small;
    }
    .SearchFilterTable {
        min-width:320px; width:320px; max-width:320px; 
    }
    .SearchSubTitle {
        font-size:medium;
    }
    .SearchResultsLeader {
        font-size:smaller;
    }
    .SearchResults {
        font-size: smaller;
    }
    .HeaderBtnSearch {
        min-width:60px;width:60px;max-width:60px;
        margin: 0px 0px 3px 0px;
        padding: 5px 2px 5px 2px;
        font-size:x-small;
    }
    .HeaderBtnWrapper {
        text-align: center;
        margin: 1px 1px 1px 1px;
    }
}


.LoadingWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width:200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

.InfoSplashWrapper {
    width: 100%;
    text-align: center;
    margin: 14px 0px 14px 0px;
}
.InfoClassSuccess
{
    display: inline-block;
    color:#ffffff;
    padding: 10px 15px 10px 15px;
    font-weight:400;
    font-size:large;
    background-color:#8f5881; 
}

/* Image summary on default page */
.LogoImage {
  margin: 0;
  border-radius: 5px 5px 5px 5px;
  width:152px;
  
}


