@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat.eot');
	src: url('../fonts/Montserrat.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat.woff2') format('woff2'),  url('../fonts/Montserrat.woff') format('woff'),  url('../fonts/Montserrat.ttf') format('truetype'),  url('../fonts/Montserrat.svgMontserrat') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato.eot');
	src: url('../fonts/Lato.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato.woff2') format('woff2'),  url('../fonts/Lato.woff') format('woff'),  url('../fonts/Lato.ttf') format('truetype'),  url('../fonts/Lato.svgLato') format('svg');
	font-weight: normal;
	font-style: normal;
}

.darkblueBG {
	BACKGROUND-COLOR: #496fc7
}
BODY {
	/*BACKGROUND-IMAGE: url(../../../Rewards/BGBG.gif); */
	MARGIN: 0px;
	font-family: 'Lato', sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	/*display: flex;*/

}
.blueBG {
	BACKGROUND-COLOR: #294485
}
.RoseBG {
	BACKGROUND-COLOR: #d63832
}
.goldBG {
	BACKGROUND-COLOR: #93b6ff
}
.redBG {
	BACKGROUND-COLOR: #a8110b
}
.greyBG {
	BACKGROUND-COLOR: #ffffff
}
TD {
	FONT-SIZE:10Pt; LINE-HEIGHT: 120%;  FONT-FAMILY: Lato;
}
.breadcrumbs {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-INDENT: 12px; BACKGROUND-COLOR: #294485
}

.whiteText {
	COLOR: #ffffff
}
A {
	COLOR: #d63832; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
STRONG {
	FONT-WEIGHT: bold; COLOR: #a8110b
}
.nav {
	FONT-WEIGHT: bold; COLOR: #000000
}
.w170 {
	BORDER-RIGHT: #294485 1px solid; BORDER-TOP: #294485 1px solid; FONT-SIZE: small; BORDER-LEFT: #294485 1px solid; WIDTH: 165px; BORDER-BOTTOM: #294485 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.GridHeader
{
	background-color: midnightblue;
	font-size:9pt;
	color:#FFFFFF;
	text-align:center;
	font-family:Montserrat,sans-serif;
/*	background-color: silver;
	color:#000000;*/
	font-weight: bold;	
}

.GridRow
{
	background-color: white;
	color:#000000;
/*	font-size:8pt;
	font-family:Arial,Verdana,Helvetica ;*/
}

.GridAltRow
{
/*	font-size: 8pt;
	font-family:Arial,Verdana,Helvetica;*/
	color: #000000;
	background-color: #D4D4D4;
}

/** Zipx*** */
.pageheader
{
	font-family: 'Montserrat',sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000099;
}

.content
{ font-family: 'Lato', sans-serif; font-size: 10pt; font-weight: bold; color: #000000;}

.contentsmall
{ font-family: 'Lato', sans-serif; font-size: 10pt; font-weight: normal; color: #000000;}

.contentheader
{ font-family: 'Lato', sans-serif; font-size: 10pt; font-weight: bold; color: #000000;}

.button
{
	FONT-WEIGHT: bold; 
	COLOR: white; 
	BACKGROUND-COLOR: #435d98;
	border-width:1px;
}

.Paginationbutton
{
	FONT-WEIGHT: bold; 
	COLOR: white; 
	BACKGROUND-COLOR: #435d98;
	border-width:1px;
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	width:150px;
	margin-right:10px;
	TEXT-DECORATION: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
 
 .Paginationbutton:hover {
    background-color: #191970; /* Green */
    color: white;
}


		
#welcome{
	float:right;
	font-size:14px; 
}
#lsuccess{
    font-size:20px !important;
  }

.space{
	margin-right:2px; 	
	margin-left:2px;

}
lable,input{
    font-size:15px !important;
    color:green;
  }  
#Photo
{
	font-size:13px !important;
}
#uploadphoto{
		width:90px;
}
#spanbr{
	display:none;
}

.clearbutton{
	width:25px;
	border:1px solid;
	padding:3px;
	float:right;
	margin: 1px;
	cursor:pointer;
}

.chksel
{
	width:25px !important;
	height:25px !important;
	vertical-align:middle;
}

.chkspan
{
	padding-left:10px;
}


.radio-toolbar label {
  display: inline-block;
  /*background-color: #ddd;*/
  padding: 5px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label {
  /*background-color: #bbb;*/
}

.hide{
	display:none;
}

.show{
	display:block;
}

@media only screen and (max-width: 600px) {

lable,input{
    font-size:16px;
    color:green;
  }

  p{
  	font-size:16px;
  }

   input, input:before, input:after {
      -webkit-user-select: initial;
      -khtml-user-select: initial;
      -moz-user-select: initial;
      -ms-user-select: initial;
      user-select: initial;
     } 
 #lsuccess{
    font-size:25px !important;
  } 
  #welcome{
	float:right;
	font-size:24px; 
}
#Photo
{
	font-size:14px !important;
}
#uploadphoto{
		width:90px;
}

#spanbr{
	display:block;
}

.chksel
{
	width:40px !important;
	height:40px !important;
	vertical-align:middle;
}

.chkspan
{
	padding-left:25px;
}

.h50
{
	height:50px;
}
}

	@media (max-width: 768px) {
			body{
				vertical-align:middle;
				font-size:18px;
				/*display: flex;*/
			}
		}
		
	
