@media (min-width: 0px) {
	input[type=text], input[type=email], select {
        max-width: 225px;
	}
	
	input[type=text].phoneArea {
        max-width: 60px;
    }
    
    input[type=tel].phoneNum {
        max-width: 78px;
    }
    
    input[type=text].phoneExt {
        max-width: 78px;
    }
       
    #fwclogo {
       width: 72px;
       height: 80px;
    }
    
    #noaalogo {
       width: 80px;
       height: 80px;
    }
    
    .bodySpacer {
        height: 10px;
    }
    
    img.semiSquare {
        width: auto;
        height: 95px;
        border-radius: 3px;
    }
    
    #errorlist {
        margin-right: 12%;
    }
    
    .smallscreen {
        height: 13px;
        display: block;
    }
    
    
}

@media (min-width: 375px) {
	input[type=text], input[type=email], select {
        max-width: 275px;
    }
    
    img.semiSquare {
        width: auto;
        height: 135px;
        border-radius: 3px;
    }
    
    #errorlist {
        margin-right: 22%;
    }
}

@media (min-width: 425px) {
	input[type=text], input[type=email], select {
        max-width: 320px;
    }
    
    .phoneBreak {
        display: none;
    }
    
	#fwclogo {
       width: auto;
       height: 95px;
    }
    
    img.semiSquare {
        width: auto;
        height: 150px;
        border-radius: 3px;
    }
}

@media (max-width: 767px) {
	#eyebrow {
       display: none;
    }
    
    #headerFlex #appTitle {
        width: 100%;
    }
    
    div.titleSpacer {
       display: none;
    }
    
	#footer {
       display: none;
    }

    div.halfWidth, div.quarterWidth,  div.twoThirdsWidth, div.thirdWidth, div.threeQuartersWidth, div.fullWidth {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
	
	div.gridColumn {
	    margin-left: 0;
	    margin-right: 0;
	}
}

@media (min-width: 768px) {
    input[type=text], input[type=email], select {
        max-width: 420px;
    }
    
    #smallfooter {
       display: none;
    }
    
    #fwclogo {
       width: auto;
       height: 65px;
    }
    
    #noaalogo {
       width: auto;
       height: 65px;
    }
    
    #Title, #Subtitle {
        width: 40%;
    }
    
    .bodySpacer {
        height: 18px;
    }
    
    img.semiSquare {
        width: auto;
        height: 300px;
        border-radius: 3px;
    }
    
	#simpleFooter {
       display: none;
    }
    
    .smallscreen {
        display: none;
        margin-top: 6px;
    }
    
    .smallscreennotes {
        display: none;
    }
    
    div.containerHeader, div.verContainerHeader {
        font-size: 1.5em;
    }
    
    div.threeQuartersWidth {
        width: 74.5%;
        display: inline-block;
        vertical-align: top;
    }

    div.halfWidth {
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
    }
    
    div.quarterWidth {
        width: 24.5%;
        display: inline-block;
        vertical-align: top;
    }
    
    div.twoThirdsWidth {
        width: 66.1%;
        display: inline-block;
        vertical-align: top;
    }
    
    div.thirdWidth {
        width: 32.8%;
        display: inline-block;
        vertical-align: top;
    }
    
    div.fullWidth {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    
    div.gridColumn:first-child {
        margin-right: 2px;
    }
    
    div.gridColumn:not(:first-child):not(:last-child) {
        margin-left: 0;
        margin-right: 6px;
    }
    
    div.gridColumn:last-child {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
	body {
        overflow-x: hidden !important;
        width: 100%;
    }
    
    div.titleSpacer {
        margin-right: 200px;
    }
	
	#menu { 
	   display: none;
	}
	
	div.menuSpacer { 
       display: none;
    }
    
	#footer div.center {
       display: none!important;
    }
    
    #footer div.right {
       float: left!important;
    }
    
    #pageBody {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1024px) {
	#header {
       height: 100px;
    }
    
    #fwclogo {
       width: 72px;
       height: 80px;
    }
    
    #noaalogo {
       width: 80px;
       height: 80px;
    }
    
	#pageBody {
        margin-left: 12%;
        margin-right: 12%;
    }
    
    img.semiSquare {
        width: auto;
        height: 350px;
        border-radius: 3px;
    }
    
    #errorlist {
        margin-right: 30%;
    }
    
    .container {
        margin-top: 18px;
    }
    
    div.threeQuartersWidth {
	    width: 74.5%;
	    display: inline-block;
	    vertical-align: top;
	}

	div.halfWidth {
	    width: 49.5%;
	    display: inline-block;
	    vertical-align: top;
	}
	
	div.quarterWidth {
	    width: 24.5%;
	    display: inline-block;
	    vertical-align: top;
	}
	
	div.twoThirdsWidth {
	    width: 66.1%;
	    display: inline-block;
	    vertical-align: top;
	}
	
	div.thirdWidth {
	    width: 32.8%;
	    display: inline-block;
	    vertical-align: top;
	}
	
	div.fullWidth {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}
	
	div.gridColumn:first-child {
	    margin-right: 3px;
	}
	
	div.gridColumn:not(:first-child):not(:last-child) {
	    margin-left: 0;
	    margin-right: 6px;
	}
	
	div.gridColumn:last-child {
	    margin-left: 0;
	    margin-right: 0;
	}
}

@media (min-width: 1280px) {
    #eyebrow {
        margin-right: 60px;
    }
}

#footersimple {
	padding-left: 2%;
	padding-right: 2%;
    background-image: url(../images/footer.jpg);
    background-repeat: repeat-x;
    min-height: 30px;
    background-position: bottom left;
}


.speciestext {
	font-weight: bold;
	font-style: italic;
}

.italictext {
	font-style: italic;
}

#errorlist {
    border: 1px solid black;
    background-color: #fff3f2;
    margin-bottom: 12px;
}

#errorlistheader {
	padding-left:8px;
	font-size: 16px;
	font-weight: bold;
}

img.redballHeaderImage {
    padding-right: 8px;
    height: 18px;
    width: 18px;
    vertical-align: text-bottom;
}

span.errorlistheadertext {
	vertical-align: middle;
}

span.inputInstr {
	font-style: italic;
	font-weight: lighter;
    margin-left: 8px;
}

div.dynamicIndent {
	margin-left: 15px;
}

.dynamic-show {
	display: none;
	padding: 0px;
}

.dynamic-hide {
    padding: 0px;
}

.navControls {
	padding-top: 8px;
	border-top: 1px solid black;
    margin-top: 14px;
    text-align: right;
    height: 58px;
}

.navControls-left {
	padding-top: 8px;
	border-top: 1px solid black;
    margin-top: 14px;
    text-align: left;
    height: 58px;
    padding-left: 10px;
}

.subNavControls {
    padding-top: 8px;
    border-top: 1px solid black;
    margin-top: 14px;
    text-align: right;
    height: 58px;
    margin-left: 2%;
    margin-right: 2%;
}

label.fixedWidthLabel {
	width: 85px;
	display: inline-block;
	text-align: right;
}

.columnarCheckboxes {
	display: inline-block;
}

.columnarCheckboxes > label {
	min-width: 190px;
	display: inline-block;
}

label.topLabel {
	padding-bottom: 12px;	
}



/* Google Maps Location Selection Popup Utility Styles */
#mapLoading {
	font-style: italic;
	color: #d2d2d2;
	font-size: 10pt;
}

.googleMapDiv {
	border: 1px double #0e8541;
}

.googleMapControls {
    background-color: #fff;
    font-family: Roboto;
    font-size: 11px;
    color: #757575;
    margin-top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 29px;
    outline: none;
    padding-top: 7px;	
    border: 1px solid transparent;
    border-radius: 2px;    
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);    
}

.googleMapControlsDuoLeft {
    display: inline-block;
}

.googleMapControlsDuoLeftSpan {
    border-right: 1px solid #e6e3e3;
}

.googleMapControlsDuoRight {
    display: inline-block;
}

.googleMapControlsOn {
	color: black;
	font-weight: 500;
}

#googleMapSearchbox {
	background-color: #fff;
	font-family: Roboto;
    font-size: 15px;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#centerOnMarker {
    margin-left: 24px;
}

.mapButtonImage {
	padding: 4px 0 6px 9px;
}

.mapButtonText {
	padding: 7px 9px 8px 9px;
}

.mapButtonTextWithImage {
    padding: 7px 9px 8px 4px;
}

#centerOnMarker:hover {
	cursor: pointer;
	background-color: #e8e8e8;
	
}

#googleMapSearchbox:focus {
    border-color: #0e8541;
}

.googleMapButtons:hover {
	cursor: pointer;
    background-color: #e8e8e8;
    color: black;
}

div.coordSection {
	margin-top: 10px;
	padding-top: 5px;
    border-top: 1px solid black;
}

div.coordHeader {
	font-size: 18px;
	font-weight: bold;
}

span.coord {
	width: 175px;
	padding-left: 4px;
	display: inline-block;
}

.pac-container {
	z-index: 5000000;
}


/* Canvas Tag Styles */  
.canvas {
	border: 1px solid #0e8541;
	background-color: white;
}


/* range input classes - range style generator found at:
         http://danielstern.ca/range.css/?ref=css-tricks#/ */
input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  width: 102px;
  margin: 0;
  padding: 5px 2px 5px 4px;
  background: #eee9dd;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100px;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1.8px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
  background: #92c2a9;
  border-radius: 3px;
  border: 0px solid #010101;
}
	
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #6c6f6e, 0px 0px 1px #797c7b;
  border: 1px solid #0b8f27;
  height: 20px;
  width: 12px;
  border-radius: 6px;
  background: #14942d;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a2cbb6;
}

input[type=range]::-moz-range-track {
  width: 100px;
  height: 6px;
  cursor: pointer;
  box-shadow: 1px 1px 1.8px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(13, 13, 13, 0.5);
  background: #92c2a9;
  border-radius: 3px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #6c6f6e, 0px 0px 1px #797c7b;
  border: 1px solid #0b8f27;
  height: 20px;
  width: 12px;
  border-radius: 6px;
  background: #14942d;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100px;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0 9px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #82b99c;
  border: 0px solid #010101;
  border-radius: 6px;
  box-shadow: 1px 1px 1.8px 0 rgba(0, 0, 0, 0.5), 0px 0px 1px 0 rgba(13, 13, 13, 0.5);
}

input[type=range]::-ms-fill-upper {
  background: #92c2a9;
  border: 0px solid #010101;
  border-radius: 6px;
  box-shadow: 1px 1px 1.8px 0 rgba(0, 0, 0, 0.5), 0px 0px 1px 0 rgba(13, 13, 13, 0.5);
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #6c6f6e, 0px 0px 1px #797c7b;
  border: 1px solid #0b8f27;
  height: 20px;
  width: 10px;
  border-radius: 6px;
  background: #14942d;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #92c2a9;
}

input[type=range]:focus::-ms-fill-upper {
  background: #a2cbb6;
}

label.rangeLeft {
	width: 60px;
	display: inline-block;
}

span.rangeValue {
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
	color: #ababab;
}

.checkboxList {
	width: 20px;
}

.checkboxLabel {
	display: inline-block;
	width: 195px;
}

.checkboxElement {
	white-space: nowrap;
	display: inline-block;
}

.inputWrapper :not(:last-child).checkboxElement {
    padding-right: 8px;
}

p label.checkboxLabel:last-of-type {
	width: initial;
}

p { 
	padding-left: 0px;
}

div.containerRow > p {
	padding-left: 8px;
	padding-right: 8px;
}

div.containerHeader > p {
	padding-left: 8px;
	padding-right: 8px;
}

div.containerRow > div {
    padding-left: 8px;
    padding-right: 8px;
}

input[type=text], input[type=number], input[type=tel], input[type=search], select {
	min-height: 16px;
}

/* Summary Page Styles */
.summarySectionHeader {
    font-weight: bold;
    font-size: 16px;	
}

/*
.summaryLabel {
	
}
*/

.summaryValue {
	font-weight: 600;
}

div.tablediv {
	padding-left: 5px;
	overflow-x: auto;
}

thead > tr {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid black;
	border-top: none;
	border-left: none;
	border-right: none;
}

th {
	border: none;
	text-align: left;
}

td {
	border: none;
}

tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}

tbody tr {
	border-bottom: 1px dashed gray;
}

tbody tr:last-child {
    border-bottom: none;
}

table {
	border-collapse: collapse;
	margin-left: 10px;
    width: 80%;
}

th.beachCol1 {
	width: 25%;
}

td.beachCol1 {
    width: 25%;
}

th.beachCol2 {
    width: 30%;
}

td.beachCol2 {
    width: 30%;
}

th.beachCol3 {
    width: 45%;
}

td.beachCol3 {
    width: 45%;
}

table.nestdatatable {
	width: 90%;
	padding-left: 10px;
	border-collapse: collapse;
	/*
	border: 2px solid black;
	border-radius: 12px;
    box-shadow: 6px 6px 6px -2px rgba(214,211,214,1);
    background-color: #f3efde; 
    */
}

table.nestdatatable tr {
	height: 40px;
}

table.nestdatatable th {
    text-align: center;
    /*
    background-color: #f2eedb;
    */
}

/*
table.nestdatatable thead:first-child {
    border-bottom-left-radius:    12px;
}

table.nestdatatable thead:last-child {
    border-bottom-left-radius:    12px;
}

table.nestdatatable tr:last-child td:last-child {
    border-bottom-right-radius:   12px;
}
*/

table.nestdatatable tr.divider {
    border-bottom: 4px double black;
}

table.nestdatatable tbody tr:hover {
	background-color: #92abd6;
}

table.nestdatatable td, table.nestdatatable th {
	/*
	border: 1px solid gray;
	*/
	padding: 4px;
}

table.nestdatatable td.totals {
    text-align: center;
    font-weight: bold;
}

table.nestdatatable input {
    width: 80px;
}

td.summaryCell {
	text-align: center;
}

span.tooltip {
    cursor: help;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url("../images/blueQuestion_14x14.png");
    background-position: 5px;
    background-repeat: no-repeat;
    display:inline-block;
    width: 14px;
    height: 14px;
}

span.tooltip > span {
    display: none;
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    text-decoration: none;
    border: 1px solid gray;
    min-width: 200px;
    min-height: 50px;
}

span.tooltip > span.largetip {
    min-width: 250px;
}

span.tooltip > span.hugetip {
    min-width: 350px;
}

span.tooltip:hover > span {
    display: block;
    position: absolute;

    background-color: white;
    left: 25px;
    top: -20px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

span.definition {
	color: #2c9bed;
    cursor: help;
    position: relative;
    text-decoration-line: underline;
    text-decoration-color: #2c9bed;
    text-decoration-style: dashed;
}

span.footnote {
    cursor: help;
    position: relative;
    font-size: .73em;
	vertical-align: super;
}

span.definition > span {
	color: black;
    display: none;
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    text-decoration: none;
    border: 1px solid gray;
    min-width: 200px;
    min-height: 50px;
}

span.footnote > span {
	color: black;
    display: none;
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    text-decoration: none;
    border: 1px solid gray;
    min-width: 400px;
    min-height: 50px;
    text-indent: -10px;
}

span.definition:hover > span {
    display: block;
    position: absolute;
    background-color: white;
    left: 25px;
    top: -20px;
    padding: 0 5px;
    margin-left: auto;
    margin-right: auto;
}

span.footnote:hover > span {
    display: block;
    position: absolute;
    background-color: white;
    left: 25px;
    top: -20px;
    padding:  0 5px 0 13px;
    margin-left: auto;
    margin-right: auto;
}

span.beachName {
	width: 400px;
	display: inline-block;
}

button.beachButton {
	height: 40px;
	width: 220px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #606060;
	box-shadow: 6px 6px 6px -2px rgba(214,211,214,1);
	transition-property: background;
    transition-duration: 0.5s;
}

button.beachButton:hover {
    background-color: #1ad063;
}

input[type=text], input[type=date], input[type=number], input[type=password], input[type=email], input[type=tel], input[type=search] {
	font-size: 16px;
}

input[type=radio] {
	height: 18px;
	width: 18px;
	vertical-align: text-bottom;
}

input[type=checkbox] {
    height: 18px;
    width: 18px;
    vertical-align: sub;
}

input[type=number].monthField, input[type=number].dayField {
	width: 45px;
} 

input[type=number].yearField {
	width: 65px;
}

.tagDateParts {
	white-space: nowrap;
}

span.subLabelField {
	display: inline-block;
}

textarea {
	font-size: 16px;
	max-width: 98%;
}

select {
	font-size: 16px;
	height: 27px;
}

select[size] {
	font-size: 16px;
	height: 120px;
	width: 90%;
}

div.multisel-dual {
	display: inline-block;
	max-width: 50%;
	min-width: 30%;
}

div.multisel-inputInstr {
	font-style: italic;
    font-weight: lighter;
	margin-left: 8px;
	margin-right: 50px;
	padding-top: 4px;
}

.radioLabel {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 3px;
}

.radioElement {
	white-space: nowrap;
    display: inline-block;
}

.checkLabel {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 3px;
}

br + textarea {
	margin-top: 6px;
}

div.grid {
	width: 100%;
}

div.gridColumn {
    height: 100%;
}

/* InfoPanel Styles */
img.infoBall {
	height: 18px;
	vertical-align: middle;
	transition-property: height;
    transition-duration: 0.3s;
}

img.infoBall:hover {
	height: 30px;
    cursor: help;
    transition-property: height;
    transition-duration: 0.3s;
}


div.panelContents {
	max-height: 77%;
}

.panelInit {
    display: none;
}

.panelContentsInit {
	display: none;
}

/*
div.panel {
	
}
*/

div.panelHide {
    display: none;
}

h1.subPanelHeader {
	text-align: center;
}

div.subPanelSelector {
	padding-bottom: 12px;
	text-align: center;
}

.subPanelLink {
	cursor: pointer;
	white-space: nowrap;
}

.subPanelLink:hover {
    text-decoration: underline;
}

.subPanelLinkActive {
    	text-decoration: underline;
    	color: red;
    	font-weight: bold;
}

/*
div.subPanel {
	
}
*/

div.subPanelHide {
	display: none;
}

#infoPanel {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #333;
    position: fixed;
    top: 5%;
    left: -95%;
    width: 95%;
    height: 90%;
    transition-duration: 0.4s;
    z-index: 101;
    overflow-y: auto;
}

#overlay, #overlay2 {
    background-color: rgba(0,0,0,0);
    position: fixed;
    z-index: 101;
    top: 0;
    width: 0;
    height: 100%;
}

#overlayMsgBox {
    background-color: white;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    width: 80%;
    height: 40%;
}

#closeOverlayBtn {
    margin: 0;
    position: absolute;
    height: 40px;
    width: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 150%);
    background: #1818e8;
    border: 1px solid black;
    font-size: 1.2em;
    color: white;
}

#overlayMsg {
    font-size: 1.4em;
    margin: 0;
    text-align: center;
    position: absolute;
    width: 80%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p.infoHeader {
	font: bold 16px Verdana;
	padding-top: 4px;
	padding-bottom: 4px;
}

span.underline {
	text-decoration: underline;
}

#overlay.opaque, #overlay2.opaque {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    transition-property: background-color;
    transition-duration: 2s;
}

#infoPanel.show {
	left: 0;
}

button.close-panel-btn {
	float: right;
    margin: 10px;
    width: 120px;
    height: 30px;
    background-color: #1818e8;
    border: 1px solid black;
    color: white;
    transition-property: background;
    transition-duration: 0.5s;
}

button.close-panel-btn:hover {
	background-color: #5353ff;
}

#panelContents {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
}

.lightbox {
	background-color: #eee9dd!important;
	/* border-radius: 12px; */
}

.lightboxNavControls {
    padding-top: 8px;
    border-top: 1px solid black;
    margin-top: 14px;
    text-align: right;
    height: 40px;
}

div.lightbox > button.mfp-close {
	background-color: #eee9dd!important;
	/* border-radius: 0 12px 0 0; */
}

/* Image Carousel Styles */
.carouselContainer {
	background-color: black;
	width: 300px;
	height: 200px;
}

.carouselLeftImage {
	width: 50px;
	position: relative;
	top: 75px;
	padding-left: 20px;
	z-index: 3;
}

.carouselCenterImage {
    width: 100px;
    position: relative;
    top: 50px;
    padding-left: 90px;
    z-index: 4;
}

/* Progress Bar Styles */
progress[value] {
  /* Reset the default appearance */
    -webkit-appearance: none;
    appearance: none;
   
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;

    width: 250px;
    height: 20px;
}

progress::-moz-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    
    /*
    background-image: linear-gradient(-45deg, #09c 33%, 
                               #f44 66%);
     */                         
    background-image:
       repeating-linear-gradient(-45deg, transparent,
                               transparent 15px, rgba(0, 0, 0, .1) 15px, rgba(0,0,0,.1) 30px),
       linear-gradient(to bottom, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)),
       linear-gradient(to left, #f44, #09c);
       
    animation: animate-stripes 5s linear infinite;
}

progress::-ms-fill {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    
    /*
    background-image: linear-gradient(-45deg, #09c 33%, 
                               #f44 66%);
     */                         
    background-image:
       repeating-linear-gradient(-45deg, transparent,
                               transparent 15px, rgba(0, 0, 0, .1) 15px, rgba(0,0,0,.1) 30px),
       linear-gradient(to bottom, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)),
       linear-gradient(to left, #f44, #09c);
       
    animation: animate-stripes 5s linear infinite;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
  background-image:
       repeating-linear-gradient(-45deg, transparent,
                               transparent 15px, rgba(0, 0, 0, .1) 15px, rgba(0,0,0,.1) 30px),
       linear-gradient(to bottom, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)),
       linear-gradient(to left, #f44, #09c);

    border-radius: 2px; 
    /*background-size: 35px 20px, 100% 100%, 100% 100%;*/
    
    -webkit-animation: animate-stripes 5s linear infinite;
        animation: animate-stripes 5s linear infinite;
}

@-webkit-keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}

@keyframes animate-stripes {
   100% { background-position: -100px 0px; }
}

progress::-webkit-progress-value::before {
  content: '80%';
  position: absolute;
  right: 0;
  top: -125%;
}

progress[value]::-webkit-progress-value::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 100%;
  right: 7px;
  top: 7px;
  background-color: white;
}

img.thumbImage {
	height: 50px;
	margin-right: 10px;
	border: 1px solid #0e8541;
    transition-duration: 1s;
}

img.thumbImage:hover {
    height: 150px;
    margin-right: 10px;
    transition-duration: 1s;
}

#drawLightbox {
	background-color: #eee9dd;
	border-radius: 12px;
}

input[type=submit].hiddenButton {
	position: absolute; 
	left: -100%;
}

div.titleSpacer {
	height: 40px;
  	width: 565px;
  	float: right;
}

p.copyright {
	font-size: 14px;
    margin-left: 3%;
}

div.sideTabPhotos {
	border: 1px solid #b1e49b;
	background-color: #b1e49b;
}

div.sideTabPhotos:hover {
	border: 1px solid #8ed870;
	background-color: #8ed870;
}

div.sideTabTop {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	font-size: 18px;
	position: fixed;
	height: 35px;
	padding-top: 5px;
	left: -35px;
	top: 250px;
	width: 100px;	
	cursor: pointer;
	border-radius: 5px;
}

div.sideTabTop:hover {
	cursor: pointer;
}

div.sideTabNotes {
	border: 1px solid #97a1d4;
	background-color: #97a1d4;
}

div.sideTabNotes:hover {
	border: 1px solid #7987c8;
	background-color: #7987c8;
}

div.sideTabTopMiddle {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	font-size: 18px;
	position: fixed;
	height: 35px;
	padding-top: 5px;
	left: -35px;
	top: 360px;
	width: 100px;
	cursor: pointer;
	border-radius: 5px;
}

div.sideTabTopMiddle:hover {
	cursor: pointer;
}

div.sideTabFlags {
	border: 1px solid #df886e;
	background-color: #df886e;
}

div.sideTabFlags:hover {
	border: 1px solid #e97754;
	background-color: #e97754;
}

div.sideTabTopBottom {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	font-size: 18px;
	position: fixed;
	height: 35px;
	padding-top: 5px;
	left: -35px;
	top: 470px;
	width: 100px;
	border-radius: 5px;
	
	cursor: pointer;
}

div.sideTabTopBottom:hover {	
	cursor: pointer;
}

div.sideTabStrand {
	border: 1px solid #cf92e3;
	background-color: #cf92e3;
}

div.sideTabStrand:hover {
	border: 1px solid #a541cf;
	background-color: #a541cf;
}

div.sideTabBottom {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	font-size: 18px;
	position: fixed;
	height: 35px;
	padding-top: 5px;
	left: -35px;
	top: 580px;
	width: 100px;
	cursor: pointer;
	border-radius: 5px;
}

div.sideTabBottom:hover {
	cursor: pointer;
}

p.alertMessage {
	padding-left: 0;
}

p.alertMessage:before {
	background: url("../images/alertBall.svg") no-repeat;
	background-size: 34px 34px;
    background-position: top;
    height: 34px;
    width: 34px;
    content: "";
    float: left;
    display: block;
    margin: 0 1px 0 0;
}

div.backToTop {
	margin-top: 6px;
	float: right;
}

div.dataTables_wrapper {
	padding-right: 10px;
}

.dataTables_length {
	float: right!important;
}

.dataTables_filter {
	float: left!important;
}

table.dataTable {
		border-collapse: collapse!important;
}

table.dataTable tbody tr {
	background-color: inherit!important;
}

div.noAccountDiv {
	text-align: left;
}

#panelClose {
    position: sticky;
    top: 0px;
    right: 0px;
}

button.chart-dl-btn {
    height: 24px;
    width: 55px;
    margin-left: 3px;
    border-radius: 12px;
    border: 1px solid blue;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #d9dced;
    cursor: pointer;
}

button.chart-dl-btn:hover {
    color: white;
    font-weight: 800;
    padding-top: 0;
    background-color: #384dc7;
}

button.files-dl-btn {
    height: 30px;
    width: 90px;
    margin-left: 3px;
    border-radius: 15px;
    border: 1px solid blue;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #d9dced;
    font-size: 15px;
    cursor: pointer;
}

button.files-dl-btn:hover {
    color: white;
    font-weight: 800;
    padding-top: 0;
    background-color: #384dc7;
}

#panelClose { 
    position: sticky; 
    right: 0px; 
    top: 0px; 
}

span.chart-dl-label {
    font-weight: 100;
    font-size: 14px;
}