
textarea {
  width: 100%;
  height: 100px;
  padding: 5px 5px;
  box-sizing: border-box; 
  font-size: 16px;
  background-color: #dbedf3;
  /*
  resize: none;
  border: 2px solid #BF0A30;
  border-radius: 4px;
   */
}

.fldInput {
	background-color:#dbedf3;
	border:1px #000000 solid; 
}

.fldInputNb {
	background-color:#dbedf3; 
}

.fileUpload {
	background-color:#dbedf3;
	width: 50%;
}

.hidden {
	display: none;
}

.hideThis {
	display: none;
	background-color: #FFFFCC;
}

div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
}

div.center {
    margin: auto;
    width: 90%;
    padding: 5px;
}

#divEmergeny {
	width: 98%;
	padding: 0px 0 20px 0;
	text-align: center;
	color: #ae1f23;
	font-size: 17px;
	font-weight: bold;
}

#pvHeader {	
	padding:0px 0 0px 0;
	font-size: 16px;
	/*background-color: #052c57;*/
}

#oagBanner {
	/*font-family: Century Schoolbook;
	background-color: #052c57;*/
	color: #fff3d9;
	font-size: 22px;
	padding: 15px 2px 15px 2px;
}

#imgFileAComplaint {
	width: 50%;
	margin: 20px 0 10px 0;
	
}

#ContactInfo {
	font-weight: bold;	
}

#ThreatSummaryLabel {
	font-weight: bold;
}

#ThreatLinksLabel {
	font-weight: bold;
}

#divAgreed {
	width: 98%;
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 7px solid #052c57;	
	border-bottom: 7px solid #052c57;
	margin: 15px 0 15px 0;	
}

#Agreed {
	width:20px;
	height:20px;
	vertical-align: sub;
}

#FileUploadsLabel {
	font-weight: bold;
}

.requiredMsg {
	font-size: 14px;	
	color: #BF0A30;
	font-style: italic;
	font-weight: bold;
}

#CaptchaL {
	/* color:  #BF0A30; */
	font-weight: bold;
}

#btnSubmit {
	cursor: pointer;
	background-image: url(PV_Submit.png);
	background-size: 100%, 100%;
	background-repeat: no-repeat;
	width: 250px; 
	height: 50px;
	border: none;
}

.bottomHR {
	height:60px; 
	width:100%;
	background-color:#052c57;
	opacity:100%
}

tr {
	padding: 5px;	
}

td {
	font-size: 14px;	
	padding: 5px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.nb {
	border-bottom: none;
}

/* new sizing styles */
* {
    box-sizing: border-box;
}

img {
    /*width: 100%;
    max-width: 100%;*/
    height: auto;
}
.scale-down {
	object-fit: scale-down;
	max-width: 100%;
	min-width: 40%;
}

@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 800px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


/* For Error Fields Processing */
.hasError {
	color: red;
	font-weight: bold;
	background-color: yellow;
}
