@charset "utf-8";

body
{
	background-image:url(training.jpg);
	margin:0px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
}
.head
{
	font-family:"Trebuchet MS";
	font-size:40px;
	color:#000;
	margin-left:50px;

}

.hr
{
	width:80%;
	height:5px;
	border-radius:100px;
	background-color:orange;
}

.subhead
{
	font-family:"Segoe UI";
	color:RED;
	font-size:24px;
	text-decoration:underline;
}
.gdalternate
{
	font:normal 12px arial;
	background-color : #E6F0F0;
	color :#000000;
	line-height: 25px; 
	overflow: hidden;
}
.gdalternate1
{
	background-color:#c9d7e2;
	font:normal 12px arial;
	color: #000000;
	line-height: 25px; 
	overflow: hidden;
}
.gdconfirm
{
	background-color:#bbeccd;
	font:normal 12px arial;
	color: #000000;
	line-height: 25px; 
	overflow: hidden;
}
.labels
{
	font-family:"Segoe UI";
	color:#000;
	font-size:16px;
	width: 50%;
	padding-left: 5px;
}
.labels1
{
	font-family:"Segoe UI";
	color:#000;
	font-size:16px;
	width: 25%;
	padding-left: 5px;
}
.hdr
{
  	font-family:"Trebuchet MS";
	font-size:35px;
	color:#000;
	margin: 20px;
  	padding-bottom: 10px;
}
.ghead
{
	font:bold 14px arial;
	background-color :  #31597C;
	color :#ffffff;
	line-height: 30px; 
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 10px;

}
.gheadd
{
	padding-left: 5px;
}
.fields
{
	cursor: pointer;
	font-family:"Segoe UI";
	padding:3px 6px;
	color:#000;
	border:1px solid #126062;
  	width: 95%;
	position: relative;
	background:#f5f6f7;
	margin: 5px;
}
.design
{
	background-color: #fff;
	border:1px solid #126062;
	padding:10px;
	transition: 0.5s ease-out;
	width: 80%;
	align-items: center;
}
a.link:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
}
a.link:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0effff;
}
a.link:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
  	background: #rgba(0,0,0,0.7);
	color:#6200ff;
}
a.link:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:rgb(255, 160, 160);
}

.msg
{
	font-family:"Segoe UI";
	font-size:14px;
	color:rgb(255, 0, 0);
}

a.cmd:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;

	border:1px solid #066;
}
a.cmd:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#2600ff;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid rgb(0, 0, 0);
}
.btn
{
	margin-top: 5px;
	padding: 5px 10px;
	background: rgb(205, 235, 156);
	color: #000;
	border: 1px solid red;
	border-radius: 5px;
	cursor: pointer;
	width: 75px;
	font-weight: 500;
	transition: 0.1s ease-in-out;

}
.btn:hover
{
	background: yellowgreen;
	color: #fff;
}
a.link2
{
  text-decoration: none;
  font-size: 15px;
  font-family: sans-serif;
}
a.link2:hover
{
  text-decoration: none;
  font-size: 16px;
  font-family: sans-serif;
  color: red;
}
.imgarea
{
  width: 100%;
  padding: 15px;
}

.print-btn
{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #fff;
    background: #4726ff;
	padding: 4px 10px;
	font-size: 15px;
	margin-right: 5px;
}
.print-btn:hover
{
	background: #176fe4;
	border: none;
  	font-weight: 600;
}