.leaflet-popup-content-wrapper p.quote {
	height: 120px;
	overflow: auto;
}

#mapcontrol {
	margin: 15px auto 0 auto;
	text-align: right;
	width: 100%;
}

#message { 
    width: 550px;
    text-align: left;
    font-style: italic;
    margin: 5px auto 15px auto;
    padding: 0 0 0 6px;
    border-left: 4px Solid darkgreen;
}

#popuptext p span.autoinfo {
    color: #555;
    font-weight:bolder;
}

#popuptext p.quote {
    padding: 5px 15px 0 15px;
    color: #555;
    font-style: italic;
}

#popuptext p {
    margin: 0 0 5px 0;
    padding:0;
}

#popuptext h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

#submit {
    display: block;
    margin: 0 auto 0 auto;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.floatleft {
    float: left;
}

#mapusrloccontainer {
    width: 410px;
    z-index: 1100;
    margin: 0 auto 0 auto;
}

#mapusrloccontainer p {
    font-size: 95%;
    margin: 15px 0 0 0;
    padding: 0;
}

#reportmap {
    height: 250px;
    width:  380px;
    margin: 0 auto 0 auto;
}

.warning {
    /*text-align: center;*/
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("../../../assets/warning.png");
    background-size: 10%;
    border: 1px solid;
    margin: 10px 10px;
    padding:10px 5px 10px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*animation: blinker 0.4s cubic-bezier(.5, 0, 1, 1) infinite alternate;*/
}

/*
@keyframes blinker {
  from { opacity: 1; }
  to { opacity: 0; }
}
*/

#mainmap {
    border: 1px solid #999999;
    width: 100%;
    height: 620px;
    margin: 0 0 15px 0;
    z-index: 0;
}

#report {
    display: none;
    position: absolute;
    background: rgba(0, 0 , 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#reportbg {
    position: fixed;
    
    left: calc(50% - 225px - 15px);
    top:  calc(5% - 15px);
    margin: 0 0 0 0;
    
    width: 450px;
    height: 90%;
    background: white;
    
    border: 0px Solid black;
    border-radius: 5px;
    
    z-index: 1002;
    padding: 15px 15px;
    
    overflow: auto;
}

#reportbg div table {
    line-height: 1em;
}

#reportbg input#close {
    float: right;
    width: 1.8em;
    height: 1.8em;
    padding: 0;
}

#reportbg input[type=button] {
    margin: 0 auto 0 5px;
}

#reportbg div select {
    width: 190px;
    padding: 5px;
}

#insertreport {
    text-align: center;
    margin-top: 15px;
    clear: both;
}

#insertreport input[type=button]:hover  {
    background-color: whitesmoke;
    color:black;
}

#disclaimer {
    padding: 15px;
    background-color: whitesmoke;
    font-size: 100%;
    margin: 0 auto;
}

#disclaimer p {
    margin: 0;
    padding: 0;
}

input#autoloc {
    margin: 2px;
    padding: 2px;
    border: 0;
    font-weight: bolder;
    font-style: italic;
}

span#lupesearch:hover {
    cursor: pointer;
}

#navigation {
    text-align: center;
    margin: 25px 0;
    clear: both;
}

#navigation input[type=button]:hover  {
    background-color: whitesmoke;
    color:black;
}

textarea {
    width: 90%;
    height: 80px;
    border: 3px solid #cccccc;
    font-family: Tahoma, sans-serif;
    display: block;
    margin-right: auto;
    margin-left: auto;

}

label.qa {
	vertical-align: middle;
	display: block;
	margin: 3px 0 7px 0;
	padding: 0 10px;
}

label.qa input[type=checkbox] {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

label.qa input[type=radio] {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	position: relative;
	top: 3px;
}

label.qa input[type=text] {
	width: 85%;
}

label.qa input[name=date] {
	width: 105px;
}

label.qa input[name=time] {
	width: 105px;
}

@media only screen and (max-device-width : 920px) {

	#reportbg {
		position: fixed;

		left: 10%;
		top: 10%;

		width: 80%;
		margin: 0 0 0 0;
		height: 80%;

		background: white;
		border: 1px Solid black;
		border-radius: 5px;
		z-index: 1002;
		padding: 25px;
		overflow: auto;
	}

	#mapusrloccontainer {
		width: 80%;
		z-index: 1100;
		margin: 0 auto 0 auto;
	}

	#reportmap {
		height: 350px;
		width:  100%;
		margin: 0 auto 0 auto;
	}

	label.qa input[name=date] {
		width: 205px;
	}

	label.qa input[name=time] {
		width: 205px;
	}

	label.qa {
		vertical-align: middle;
		display: block;
		margin: 5px 0 15px 0;
		font-size: 1.2em;
	}

}
