@charset "UTF-8";
/* CSS Document */

*{
	/* A universal page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:16px; /* font size*/
	color:#000; /* text color*/
	background-color:#fff; /* background color*/
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.25em
	
}

a:hover{/* Links */
	text-decoration:underline;
}

a, a:visited { /* Links */
	color:#252525;
	text-decoration:none;
	outline:none;
	outline-color:#ffff;
	font-family: Arial, Helvetica, sans-serif;	
}

.h2a{
	padding-bottom:.25em; 
}

h1,h2,h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.50em;
}

.capL{
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;
}

.Indent{
	padding-left:25px;	
}

.lists{
	padding-left:50px;
	line-height:1.25em;
}

.sideBar{
	background: rgb(211,173,92);
	background: -moz-linear-gradient(180deg, rgba(211,173,92,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(211,173,92,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(211,173,92,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3ad5c",endColorstr="#ffffff",GradientType=1);
}

.header{/* */
	
}

.footer{/* */
	text-align: center;
	margin-top: 1em;
	font-size: 12px;	
}

.table {/* */
	display: table;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

.row {/* */
	display: table-row;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

.cell {/* */
	display: table-cell;
	padding:.0125em;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.50em;
}

.cellLinks{/* */
	display: table-cell;
	width: 5%;	
	padding:1em;
	text-align:center;
	vertical-align: middle;
	
}

.cellLinks2{/* */
	display: table-cell;	
	padding:.5em;
	text-align:center;
	vertical-align: middle;
	
}

.cellLinks1{/* */
	display: table-cell;
	width: 5%;	
	font-size:18px;
	text-align:center;
	vertical-align: middle;
	padding-bottom:.5em;
}

.rounded-corners {/* */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
}

.roundedImages {/* */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	float:right; 
	margin-left: 10px;
}

.fieldset{/* */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.cell .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.cell .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #28a745;
    transition: width .6s ease;
	font-size: 16px;
}
