
body {
	background:white;
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
}



p.close {
	line-height:1.2em;
	margin-bottom:5px;
}



div.header {
	padding: 1em 0.5em 0 0.5em;
	border-bottom:1px solid red;
}

img.header {
	max-height: 5em;
}


.header {
	font-family: 'transportheavy', 'Open Sans', sans-serif;
}

.caption {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.handy {
	font-family: 'Shadows Into Light', cursive;
}

.plike {
	font-size: 0.9em;
	color: black;
}

.spaced {
	margin-bottom:20px;
	margin-top:20px;
}

.liner {
	border-top: 1px solid black;
}

p.close {
	font-size: inherit;
	line-height: 1.2em;
	margin-bottom:5px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

ul.close {
	font-size: inherit;
	font-family: 'Arial', 'Helvetica', sans-serif;
}
li.close {
	font-size: inherit;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

td.ncell {
	text-align: right;
}

th.ncell {
	text-align: right;
}

.scrollouter {
    position:relative;
    overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollouter:after {
    position:absolute;
    top:0;
    left:100%;
    width:50px;
    height:100%;
    border-radius:10px 0 0 10px / 50% 0 0 50%;
    box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
    content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable {
    overflow-x:auto;
}


span.td {
	color: #00aa00;
	background: #eeffee;
	padding:3px;
	border:1px solid #aaddaa;
}

h6 { color:black; }

.sub-nav {
	background-color: #f2f2f2;
}

#map img
{
    max-width : none;
}

.advert {
	margin: 10px 0 10px 0;
}

.border {
	border-top: 1px solid silver;
	
}

.borderb {
	border-bottom: 1px solid silver;
	
}

.nopad {
	padding-bottom:0;
}

.tbox {
	margin-top:20px;
	padding-bottom:0;
}

.infotitle {
	color: #72aa00;
	font-weight: bold;
	margin-bottom:0;
}

.flat {
	margin-bottom:0;
}

.table-responsive {
  &::-webkit-scrollbar {
	  width: 1.5rem;

          height: 1.5rem;
  };
  &::-webkit-scrollbar-track {
	  background-color: silver;
  };
  &::-webkit-scrollbar-thumb {
	  background-color: #007bff;
	  border-radius: 5px;
  };
}

.table .sticky-column {
  position: sticky;
  left: 0;
  background-color: white;
}

.infoid {
	color: #72aa00;
}

.slist {
	margin-left: 4rem;
}

.accitable {
	font-size: 13px;
}

.plist {
	border-bottom:1px solid silver;
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAa0lEQVQYV2NkIBIwoqnzAfI3I4n5AtlbQHxkhWBF0hoP4Oqe3lAAscGKYQrhip4+lYIrlJZ+xgBTDFP4H2QSsiKYaphiuEIG3l+4vfWZDe7G/8QqhPgWm6lA00AewvA1imKoImRfw9yHMxwBbzokoP2PR2cAAAAASUVORK5CYII=");
}

.twocol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	column-width:400px;
}

.threecol {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	column-width:300px;
}

.subfooter {
	text-align:center;
	width: 100%;
	margin-top:10px;
}





#footer-top-block {
	background-color: #333333;
	padding: 10px 0 10px 0;
	text-align:center;	
}

#footer-block p {
	color:#eeeeee;
}

#footer-block {
	background-color: #333333;
	color:#ffffff;
	padding: 20px;
	margin:0 ;
}

#footer-block a {
	color:#ffffff;
	text-decoration:none;	
}
#footer-block a:hover {
	text-decoration:underline;	
}

.small {
	font-size: 0.8em;
}

.debug {
	font-family: monospace;
	font-size: 0.9em;
	color: #666;
}

.tsmall {
	font-size: 0.8em;
	padding: 6px;
}

.listicon {
	float:left;
	margin: 0 5px 5px 0;
}

.listli {
	clear: left;
}


.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.quote {
	padding: 0 1em 0 0;
	font-style: italic;
}

.dropper {
	position:relative;
	width:100%;
	border: 3px dashed silver;
	padding-top:2em;
}

.hidden {
	visibility: none;
	display: none;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}


.panel.splash {
    border-style: solid;
    border-width: 2px;
    border-color: orange;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #FFCC99; 
    border-radius: 10px;
}
.panel.splash > :first-child {
      margin-top: 0; 
}
.panel.splash > :last-child {
      margin-bottom: 0; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6, .panel.splash p {
      color: #333333; 
}
.panel.splash h1, .panel.splash h2, .panel.splash h3, .panel.splash h4, .panel.splash h5, .panel.splash h6 {
      line-height: 1;
      margin-bottom: 0.625rem; 
}
.panel.splash h1.subheader, .panel.splash h2.subheader, .panel.splash h3.subheader, .panel.splash h4.subheader, .panel.splash h5.subheader, .panel.splash h6.subheader {
        line-height: 1.4; 
}
.panel.splash a:not(.button) {
      color: #008cba; 
}
.panel.wideradius {
    border-radius: 10px; }

.caption {
	font-weight:strong;
}
    
    
input[data-toggle] {
  display: none; }

input[data-toggle]:checked + label,
input[data-toggle]:checked + label:active {
  background-color: salmon;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }

.button-group.toggle li:not(first-child) {
  margin: 0 -0.9rem; }
    
.leftdiv, .centerdiv, .rightdiv
{
   text-align: center;
}
@media only screen and (min-width: 641px)
{
   .leftdiv
   {
      text-align: left;
   }
   .rightdiv
   {
      text-align: right;
   }
}

#map {
	height:500px;
	width:100%;
	border:1px solid black;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

fieldset.good label.ui-checkboxradio-checked {
	border: 1px solid #003000 !important;
	background: #008000 !important;
	color:white;
}
fieldset.bad label.ui-checkboxradio-checked {
	border: 1px solid #8B0000 !important;
	background: #9C0000 !important;
	color:white;
}

.right {
	border: 1px solid #003000 !important;
	background: #008000 !important;
	color:white;
}

.wrong {
	border: 1px solid #003000 !important;
	background: #008000 !important;
	color:white;
}

.answerlist {
	margin:5px !important;
}

.verticaltext {
     position: relative;
     padding-left: 50px;
     margin: 1em 0;
     min-height: 120px;
 }

 .verticaltext_content {
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     left: -40px;
     top: 35px;
     position: absolute;
     color: #FFF;
     text-transform: uppercase;
     font-size: 26px;
     font-weight: bold;
 }