.clrblack{
	color:#000 !important;
}
.clrorange{
	color:#E36C0A;	
}
.clrNblue{
	color:#2f5579;
}
.clrwhite{
	color:#fff !important;
}
.clroffwhite{
	color:#c5b4ac;
}
.clrwhite-shadow{
	color:#c5b4ac;
	text-shadow: 2px 2px #000;
}
.clrred{
	color:#bf1e2e;
}
.clrgreen{
	color:#05c27d;
}
.clryellow{
	color:#ffc600;
}
.clrgray{
	color:#8b8a88;
}
.clrbrown{
	color:#cba450;
}
.clrblue{
	/*color:#01008A;*/
	color:#134f8b !important;
}
.clrHeaderblue{
	color:#10129B;
}
.clrLblue{
	color:#6980c3;
}
.clrpurple{
	color:#90F;
}
.clrmaroon{
	color:#c00000;
}
.clrmagenta{
	color:#bb084b;
}
/*Background colors*/
.bckclryellow{
	background:#ffc600;
}
.bckclrblack{
	background-color:#000;
}
.bckclrwhite{
	background-color:#fff !important;
}
.bcklroffwhite{
	background:#c5b4ac;
}
.bckclrgray{
	background:#8b8a88;
}
.bckclrlightgrey{
	background:#3e3f51;
}
.bckclrdarkgray{
	background-color:#8b8a88;
}
.bckclrbrown{
	/*background:#cba450;*/
	background:#864214;
}
.bckclrlightbrown{
	background:#e4d8bf;

}
.bckclrpurple{
	background:#90F;
}
.bckclr_darkred{
	background:#A21611;
}
.bckclrblue{
	/*background:#01008A;*/
	background:#134f8b;
}
.bckclrorange{
	background:#E36C0A;
}
.bckclr_orange{
	background:#ea7410;
}
.bckclrred{
	background:#bf1e2e;
}
.bckclrgreen{
	background-color:#05c27d;
}
.bckclrgreen2{
	background-color:#00923f;
}
.bckclrvoilet{
	background:#b44cea;
}
.bckclrlightviolet{
	background:#cea1e6;
}
.bckclrNblue{
	background-color:#2f5579;
}
.bckclrlightblue{
	/*background-color:#00aeef;*/
	background-color:#6980c3;
}
.bckclrdarkblue{
	background-color:#0061a0;
}
.bckclrgray{
	background-color:#dededc;
}
.bckclrlightblack{
	background-color:#1f1a17;
}
.bckclrmagenta{
	background-color:#bb084b;
}
/*Border Colors*/
.borderorange2px{
	border: 2px solid #e0781f;
}
.border-bottom3{
	border-bottom:3px solid #00923f;
}
/*Alignment*/
.valignbtm{
	vertical-align:bottom;
}
.textcenter{
	text-align:center !important;
}
.valignmiddle{
	vertical-align:middle;
}
/*Reset Margins*/
.reset-margin{
	margin-top:0px !important;
	margin-bottom:0px;
}
.reset-topmargin{
	margin-top:0px !important;
}
.reset-bottommargin{
	margin-bottom:0px;
}
.topmargin30{
	margin-top:30px;
}
.topmargin15{
	margin-top:15px !important;
}
.bottompmargin30{
	margin-bottom:30px;
}
.bottommargin3{
	margin-bottom:3px !important;
}
.bottommargin5{
	margin-bottom:5px !important;
}
.bottom-margin20{
	margin-bottom:20px;
}
.leftmargin15{
	margin-left:15px;
}
.margin-center{
	margin:0 auto;
}
/*Padding*/
.pad15{
	padding:15px !important;
}
.pad30{
	padding:30px !important;
}
.padleft0{
	padding-left:0px !important;
}
.pad10{
	padding:10px;
}
.pad0{
	padding:0 !important;
}
.padleft5{
	padding-left:5px;
}
.padright5{
	padding-right:5px;
}
.toppad0{
	padding-top:0px !important;
}
.bottompad0 {
	padding-bottom: 0;
}
/* FONT */
.font27{
	font-size:27px !important;
}
.font25 {
	font-size: 25px !important;
}
.font16{
	font-size:16px !important;
}
.heading{
	font-size:16px !important;
	font-weight:bolder !important;
}
.font30{
	font-size:30px !important;
	line-height:30px !important;
}
.font12{
	font-size:12px !important;
}
/*display */
.display-inlinetable{
	display:inline-table;
}
.floatright{
	float:right !important;
}

.nolistimage li{
	list-style-image:unset;
}
.panel-title a{
	font-size:12px !important;
}
.roundbutton {
	padding: 7px 20px;
	border-radius: 24px;
	background-color: #248b01;
	color: #fff;
	font-family: 'OpenSans';
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0px 4px 0px 1px #1c6c01;
	transition: all 0.2s ease;
}
.tabstyle{
	
}
.tabstyle > li > a {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	padding: 0 21px;
	/* background: url(../image/bg_tab.png) repeat-x; */
}
.activeaccord {
	color: #fff !important;
	/* text-transform: uppercase; */
	font-size: 14px;
	line-height: 40px;
	padding: 0 21px;
	background: url(../image/bg_tab.png) repeat-x !important;
}
.inactiveaccord{
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.block {
	width: 285px;
	height: auto;
	display: block;
	/* padding: 15px; */
	padding-left: 25px;
	padding-right: 25px;
	/* border-right: 15px solid white; */
	border-radius: 30px;
	/* float: left; */
	color: White;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	margin-bottom: 10px;
	cursor:pointer;
}
.block-shadow{
	width: 285px;
	height: auto;
	display: block;
	/* padding: 15px; */
	padding-left: 20px;
	padding-right: 20px;
	/* border-right: 15px solid white; */
	border-radius: 30px;
	/* float: left; */
	color: #1f378c;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	margin-bottom: 10px;
	cursor:pointer;
	box-shadow: 5px 5px 5px #888888;
	border-style: solid
}
/* form width &height */
.form_top_width {
    width: 250px;
	padding-top:30px;
}