/* Add here all your CSS customizations */

.panel-featured-water {
	border-color: #0088cc !important;
}
.panel-featured-water .panel-title {
	color: #0088cc !important;
}

.input-writing {
	font-family: "Shadows Into Light", cursive;
	font-size: 2em;
	background: transparent !important;
	border: 0px;
	border-bottom: 3px solid #81B441;
	padding: 15px;
	color: #03C !important;

}









.cursor-load {
	cursor: wait !important;
}

meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

#status_bar {
	background-color: #1D2127;
	border-top: 1px solid #81B441;
	position: fixed;
    z-index: 9990; 
    bottom: 0; 
    left: 0;
    width: 100%;
}

.switch.disabled {
    pointer-events: none;
    opacity: 0.3;
}
@media only screen and (max-width: 768px) {
	#status_bar {
		display: none;
	}
}
	@media only print {
/*		* {
			visibility: hidden;
			margin:0;
			padding:0;
		}
		#printableArea {
		   float: left;
		   position: absolute;
		   top: 0;
		   left: 0 !important;
		   margin: 0px;
		   padding: 0px;
		   z-index: 99999999;
		   width: 100%;
		}
		#printableArea * {
			visibility: visible;
		}
		*/
		
		
		/* Second Attempt */
		#sidebar-left {
			display: none;
		}
		.page-header {
			display: none; 
		}
		.header {
			display: none;
		}
		.loading-overlay {
			display: none;
		}
		#status_bar {
			display: none;
		}
	}
.green-glowing-border {
  border-color: rgba(116, 158, 43, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(116, 158, 43, 0.6) !important;
    outline: 0 none !important;
}
.red-glowing-border {
  border-color: rgba(200, 0, 0, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(200, 0, 0, 0.6) !important;
    outline: 0 none !important;
}
.ui-autocomplete { position: absolute; cursor: default; list-style:none; }	

/* workarounds */
* html .ui-autocomplete { width:1px; }

@media only screen and (max-width: 600px) {
  .help-me {
    display: block;
  }
}


/* Ticker Page */
#ticker-msg img {
	max-width: 100% !important;
}

   #news {
        width: 100% !important;
        margin: 0px !important;
        padding:0px !important;
        list-style:none !important;
        cursor: pointer !important;
        height: 425px;
        overflow: hidden !important;
    }
    #news .item {
        border-width: 1px !important;
        border-style: solid !important;
		margin: 1px;
    }
    #news .item h2 {
        color: white !important;
        font-size: 100% !important;
		height: 80px;
        white-space: nowrap !important;
        position: relative !important;
        border-color: inherit !important;
    }
    #news .item h2:after {
        content: '' !important;
        display: inline-block !important;
        border-style: solid !important;
        border-width: 10px 0 10px 10px !important;
        border-color: transparent !important;
        border-left-color: inherit !important;
        vertical-align: middle !important;
        position: absolute !important;
        left: 100% !important;
    }
    #news .item h2,
    #news .item div {
        display: table-cell !important;
        vertical-align: middle !important;
        padding: 0 1.5em !important;
		letter-spacing: normal;
    }
    .rec { border-color: #697791 !important}
    .rec h2 { background: #697791 !important }
    .community { border-color: #74936a !important }
    .community h2 { background: #74936a !important }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
		color: #f2f2f2 !important;
	}
.datepicker table tr td.new, .datepicker table tr td.new:hover {
		color: #f2f2f2 !important;
	}
.datepicker table tr td.old, .datepicker table tr td.old:hover {
		color: #f2f2f2 !important;
	}