@charset "UTF-8";

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align: center;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#pagewrap {
	width: 100%;
	margin: 0 auto;
	}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	background: #fff;
	font: .81em/150% Verdana,Geneva,sans-serif;
	color: #000;
}

a {
	color: #336699;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 18pt;
}
h3 {
    font-weight: normal;
    font-size: 14pt;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
	text-align: left;
}


/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}


/************************************************************************************
HEADER AND TOP NAVIGATION
*************************************************************************************/
	.jn_logo { display:none;}

#header {
	
	height: 123px;
	text-align: center;
    

}

#content {
	width: 768px;
	margin-left:auto;
  	margin-right:auto;
	margin-top: 2px;
	float: inherit;
	font-family: Verdana,Geneva,sans-serif;
}

#content_queryresult {
	width: 768px;
	margin-left:auto;
  	margin-right:auto;
	margin-top: 2px;
	float: inherit;
	font-family: Lucinda Sans;
}

#footer {
	clear: both;
	text-align: left;
	}
	
 #footer p {
	font-size: 6pt;
 	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
 }
/************************************************************************************
Disable Mobile CSS
*************************************************************************************/
  @media only screen and (min-width: 479px) {
  
   #footer2 {display:none;}
   #pagewrapmobi { display:none;}
   
   .jn_nav3 { display:none;}
   .jn_nav3_container { display:none;}
   .jn_toggleMenu {display:none;}
   .title {display:none;}
   .transparentbox { display:none;}
   .jnFTR {display:none;}
   .formbox { display:none;}
   .graybox { display:none;}
   .regline { display:none;}
   .smallgraybox { display:none;}
 
 
}
/************************************************************************************
DIV ID/CLASS IN INDEX.HTML
*************************************************************************************/
	
	#new {
		float:left;
		width:300px;
		t-family: Helvetica, Arial, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align: left;
		}
		
	  #need {
	  float:left;
	  width:300px;
	  t-family: Helvetica, Arial, sans-serif;
	  font-size:12px;
	  font-weight: normal;
	  text-align: left;
	  }

table {
	margin: auto;
	font: 13px Helvetica, Arial, sans-serif;
	text-align: center;
}

table.querylist {
	text-align: left;
	font: 14px Verdana,Geneva,sans-serif;
    border-collapse: collapse;
	border: 2px solid #cccccc;
}

th.querylist, td.querylist {
	border: 2px solid #cccccc;
	padding: 12px 0px 10px 5px;
}

td.querylistimage {
	border: 2px solid #cccccc;
	text-align: center;
}

/* From tablesorter jquery */

table.querylist thead tr .header {
	background-image: url(/includes/javascript/tablesorter/themes/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.querylist thead tr .headerSortUp { 
    background-image: url(/includes/javascript/tablesorter/themes/blue/asc.gif); 
} 

table.querylist thead tr .headerSortDown { 
    background-image: url(/includes/javascript/tablesorter/themes/blue/desc.gif); 
}

.select_species {
   -webkit-appearance: menulist-button;
   height: 30px;
   width: 300px;
}


/************************************************************************************
ROUNDED INPUT FIELD CLASS
*************************************************************************************/

input.square {
    border: 1px solid #ccc;
	font-size: 16px;
    padding: 4px 5px;
    outline: 0;
    -webkit-appearance: none;
    /*background-color: #eeeeee;*/
}

select {
	/*background-color: #eeeeee;*/
}

textarea.square {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-appearance: none;
    /*background-color: #eeeeee;*/
}

input[type=submit].square,
a.button, a.button:visited {
	background: #99bfde;
    border-radius: 8px;
    border: none;
    color: white;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    text-decoration: none;
    width: 80%;
}
a.button {
    height: 50px;
    line-height: 50px;
    padding-top: 0; padding-bottom: 0;
}

input.rounded:focus {
    border-color: #666;
}


/************************************************************************************
DIV ID/CLASS IN JN_REGISTER.HTML
*************************************************************************************/
#reportform {
	margin-left:auto;
  	margin-right:auto;
	width: 768px;
	padding: 0;
	text-align: center;
	position:relative;
}
	
.formleft{
	float: left;
	width: 200px;
	margin-left:10px;
	padding: 10px;
	font-size: 14px;
	text-align: left;
}

.formlefthalf{
	width: 300px;
}

.formright {
	float: right;
	width: 450px;
	margin-right: 45px;
	padding: 10px;
	font-size: 9pt;
	text-align: left;
}


.formrighthalf{
	width: 300px;
}

a:visited {
	color: purple;
}

/* Header for queries */

#sightingqueryheader a {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	background-position: 20px 5px;
	height: 60px;
	width: 740px;
	padding: 20px 0px 10px 0px;
	text-align: center;
	font: 25px Optima bold;
	background-image: url(https://s3.us-east-2.amazonaws.com/journeynorth.org/images/imageshtml/home1_160.gif);
	display: block;
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;
}

#sightingfooter {
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	background-image: url(https://s3.us-east-2.amazonaws.com/journeynorth.org/images/imageshtml/home_Tr.gif);
	background-size: 70px 35px;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	height: 20px;
	width: 740px;
	padding: 15px 0px 10px 0px;
	text-align: center;
	font: 15px Optima bold;
}


.croppa-container {
	border: 1px solid black !important;
}

.vue-button{
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
}

.vue-button:hover:not(.vue-button-active) {
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.vue-button:hover:not(.vue-button-active) {
	transform: translateY(-1px);
}

.vue-button:active,
.vue-button-active {
	background-color: #466072;
	border-color: rgba(0, 0, 0, 0.15);
	box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
	color: white;
	transform: translateY(0);
}

.vue-label {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: -10px;
	display:block;
}

.vue-button-large-font {
	font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

