/*
.top-bar{
    background: #66cc10;
}
.top-bar-section ul li > a {
    background: #66cc10;
}
.top-bar-section ul li.active > a {
    background: #66cc10;
}
*/

.row.extramargin {
    margin: 1px 0px;
}
.row.header {
    margin: 10px 0px 0px;
}
.featured {
    padding: 0.2em 0 0;
}
.itemLabel {
    padding: 2px;
    background: #F0F0F0;
}
.itemContent {
    padding: 2px;
}
.row.content {
    margin: 0px 0px 10px;
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
#tagcloud {
    color: #dda0dd;
    font-family: Arial, verdana, sans-serif;
    width: 200px;
    border: 1px solid black;
    text-align: center;
}
#tagcloud a {
    color: green;
    text-decoration: none;
    text-transform: capitalize;
}
.greenbg {
    background: #66cc10;
    color: #fff;
    padding: 10px;
}
.fill {
    width: 100%;
}
.inline-list2 {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
.inline-list2 > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;}
table {
    width: 100%;
}
table.spanned td {
    border: 1px solid gray;
}
.breadcrumbs {
    background-color: #66cc10;
    border-color: #4e9d0c;
    color: #ffffff;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
    color: #ffffff;
    text-transform: none;
}
ul {
    list-style-type: none;
}

th.p10 {
    width: 10%;
}
th.p35 {
    width: 35%;
}
h1.title {
    color: #ffffff;
    font-family: 'Comfortaa', cursive;
}
small.right {
    text-align: right;
}
th {
    text-align: left;
}
#orangeBox {
    background: red;
    padding: 3px;
    width: 56px;
    height: 56px;
    border-radius: 5px;
}
li.tab-title{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999; 
    line-height: 0.8;
}
:focus {outline:none;}
.top-bar {
    background: #2F5E07;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #115817;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #505050;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #224901;
}

.contain-to-grid {
    background: #336905;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #336905;
}
.tabs dd > a, .tabs .tab-title > a{
    padding: 1rem 0.5rem;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #224901;
}

p.noimage span {
    line-height: 190px;
    padding: 55px 10px; 
    color: white; 
    letter-spacing: -1px;  
}
p.noimage { 
    position: absolute; 
    top: 0; 
    left: 0; 
    padding: 20px; 
    height: 236px;
    width: 210px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.6);
}
div.noimage img{
    padding: 5px;     
}
div.noimage {
    position: relative; 
    width: 100%; 
}
section.content {
    min-height: 380px;
}

fieldset.important{
    border:2px solid red;
}

label.important {
    font-weight: bold;
}

div.error_text{
    color:red;
}
button.dropdown {
    width: 250px;
}
.reveal-modal {
    max-width: 32em;
}

.fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-left::before {
    content: "<";
}
.fa-chevron-right::before {
    content: ">";
}
label {
    margin-top: 0.6rem;
}

input[type="text"].invalidSel,
input[type="text"].invalidSel:focus {
    background-image: url("/img/exlamation.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fcf;
}
input[type="text"].selectionOk,
input[type="text"].selectionOk:focus {
    background-image: url("/img/pipe.png");
    background-position: right top;
    background-repeat: no-repeat;
}
input[type="text"].selectionNew,
input[type="text"].selectionNew:focus {
    background-image: url("/img/addSmall.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #ccf;
}

div#mapid{
    width: 803px;
    height: 355px;
}

tr.whitedog{
    outline: thin solid;
    background-color: cyan;
}

tr.bordertop{
    border-top: 1pt solid black;
}

tr.borderAll{
    border-top: 1pt solid black;
    border-bottom: 1pt solid black;
    border-right: 1pt solid black;
    border-left: 1pt solid black;
}

td.borderAll{
    border-top: 1pt solid black;
    border-bottom: 1pt solid black;
    border-right: 1pt solid black;
    border-left: 1pt solid black;
}

tr.whitedogprint{
    outline: thin solid;
}

b.red{
    color: red;
}

span.state1{
    background-color: red;
    color:white;
}
span.state2{
    background-color: orange;
    color: black;
}
span.state3{
	color:white;
    background-color: green;
}
span.state4{
	color:white;
    background-color: blue;
}
span.state5{
    background-color: yellow;
}

span.error_text{
    color: red;
}

.button-group input {
  display: none;
}

.button-group input:checked + label,
.button-group input:checked + label:active {
  background-color: blue;
}
ul.accordion {
	margin-left: 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin: 0;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
    display: none;
    padding: 0;
}

table.bordercollapse{
    border-collapse:collapse;
}

bgcoloring{
    background-color:lime;
}

.fault{
    display: none;
}

a.state1{
	color:white;
	background-color:red;
}
a.state2{
	color:white;background-color:orange;
}
a.state3{
	color:white; background-color:green;
}
a.state4{
	color:white;background-color:blue;
}
a.state5{
	color:black;background-color:yellow;
}

label.state1{
	color:black;
	background-color:red;
}
label.state2{
	color:white;background-color:orange;
}
label.state3{
	color:white; background-color:green;
}
label.state4{
	color:white;background-color:blue;
}
label.state5{
	color:black;background-color:yellow;
}

.itemsContainer {
    position:relative
}

//.itemsContainer:hover .play{display:block}
.showmore{
  position : absolute;
    //display:none;
    bottom:0%;
    right:0%;
    z-index:100;
	color:green;
	background-color: white;
	text-align:right;
}



@media print {
  .no-print {
    visibility: hidden;
  }
}


#pageCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 997;
	display: none;
}
#pageCoverContent {
	position: relative;
	top: 30%;
	left: 50%;
}
.panel-a {
    margin-bottom: 0.25rem;
 }
 
 #a-header a img {
    padding-left: 0.25rem;
}