/* CSS Document */

.glass{
	/* background styles */
	position: relative;
	display: inline-block;
	/*padding: 15px 25px;*/
	background-color: gray; /*for compatibility with older browsers*/
	background-image: linear-gradient(#F3F3F3,#E8E8E8);
	border:#C1C1C1
	/* text styles */
	text-decoration: none;
	color: black;
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: 100;
}

.contactUsRow  {
	bgcolor: #C0EBFB;	
}

.StateOfNewJersey  {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20pt;
	color: #003366;
}

.docBannerTitle  {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 28pt;
	color: #003366;
	font-weight: bold;
	/*margin-left: 80px;*/
	
}

.protectingLives {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12pt;
	color: #003366;
	font-style: italic;
	margin-left: 120px;
}

.standard_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
}

.standard_fontLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000EE;
}

.standard_font_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;	
	color: #003366;
}

.standard_font_bold_homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;	
	color: #003366;
}

.standard_font_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: red;
}

.standard_font_red_bold_homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	color:red;
}

.card_font_doc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #003366;
}

.card_font_doc_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.card_title_DOC_Warning {
	margin-bottom: 0.75rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 12pt;
}

.card_title_DOC {
	margin-bottom: 0.75rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	text-align: center;
	font-size: 12pt;
	
}

.card_title_DOC_Alert {
	margin-bottom: 0.75rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:white;
	text-align: center;
	font-size: 12pt;
	background: #C52023;
	
}

.card_title_DOC2 {
	margin-bottom: 0.75rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 12pt;
	background-color: #003366;
	
}

.card_body_doc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem;
}

.CommissionerBanner  {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20pt;
	color: #003366;
	vertical-align:bottom;
	margin-left: 40px;
}

.card_body_doc_alt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background-color:#E7E7E7;
}

.btn-outline-success_doc {
  /*color: #28a745;*/
  /*color: #FFA12B;*/
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  /*border-color: #28a745;*/
  border-color: #FFFFFF;
}

.btn-outline-success_doc:hover {
  color: #fff;
  /*background-color: #28a745;
  border-color: #28a745;*/
  background-color: #FFA12B;
  border-color: #FFA12B;
}

.standard_font_12PT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
}

.footer  {
	background-color: #C4C4C4;
	font-family: Arial;
	color: white;
	font-size: 10pt;
}

.featured  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	
}

.footer_bottom_center_icons  {
	align: center;
}

.header.sonj {
	background-color: #363636;
	color: #fff;
	padding: 4px 0;
	z-index: 1;
	margin-bottom: 0px;
}

.header.sonj .statewide .drop {
	position: absolute;
	right: 0px;
	background: #363636;
	width: 500px;
	display: none;
	z-index: 10;
}

.docLinkWhiteFont  {
	color: white;
}

.docLinkDarkBlueFont  {
	color: #003366;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.docPageTitles  {
	font-size: 16pt;
	color : #003366;
}

.nj10a_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

/*.carousel-caption h1, .btn-more{  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;

}*/


