
/****** COLOR PALETTE ******
*
*  DARK BLUE	=> #003962
*  MED BLUE	=> #005194
*  GOLD		=> #e68e2a;
*  PALE BLUE	=> #eaf3fa;
*
****************************/


/*** =GENERAL STYLES/SETTINGS ***/

body {
	background: #f2f2f2 url(../img/admin/top-bg.png) repeat-x top center;
	margin: 0;

	font-size: 62.5%;
	color: #444;
	font-family: verdana, arial, sans-serif;
}

a img { border: 0; }

a:link ,
a:visited {
	color: #005194;
	text-decoration: none;
}

a:hover, a:active {
	color: #e68e2a;
	text-decoration: underline;
}

*:focus { outline: 0; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

.alignright {
	text-align: right;
}

/*** end =GENERAL STYLES/SETTINGS ***/



/*** =LAYOUT STYLES ***/

#container {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header {
	height: 142px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 10px;
		left: 0px;
	}

	/*** =NAVIGATION ***/
	#auxnav {
		height: 30px;
		line-height: 30px;
		text-align: right;
		color: white;
		font-size: 1.2em;
	}

	#auxnav a,
	#auxnav a:link,
	#auxnav a:visited {
		color: white;
		text-decoration: underline;
	}

	#auxnav a:hover {
		color: #e68e2a;
	}

	ul#navigate {
		list-style-type: none;
		padding: 0;
		margin: 78px 0 0 0;
	}

	ul#navigate li {
		float: left;
		margin-right: 4px;
		background-image: url(../img/admin/nav-bg.png);
		background-position: left 0px;
		position: relative;
	}

	ul#navigate li:hover,
	ul#navigate li.on {
		background-position: left 34px;
	}

	ul#navigate li a,
	ul#navigate li a:link,
	ul#navigate li a:visited {
		display: block;
		float: left;
		height: 34px;
		background-image: url(../img/admin/link-bg.png);
		background-repeat: no-repeat;
		background-position: right 0px;
		padding: 0 10px;

		line-height: 34px;
		text-align: center;
		color: #ffffff;
		font-size: 1.2em;
		text-decoration: none;

	}

	ul#navigate li a:hover,
	ul#navigate li.on a,
	ul#navigate li.on a:link,
	ul#navigate li.on a:visited {
		color: #003962;
		background-position: right -34px;
	}

	/*** end =NAVIGATION ***/

#main {
	background: white;
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 0 1px 2px 1px;
	padding: 14px;
}

/*** end =LAYOUT STYLES ***/



/*** =SUBNAV ***/

ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #005194;
	border: 1px solid #dbdbdb;
	border-top: 0;
}

ul.subnav li {
	font-size: 1.3em;
	padding: 6px 3px;
	border-top: 1px solid #dbdbdb;
}

ul.subnav li.on {
	list-style-type: square;
	list-style-position: inside;
}

ul.subnav li a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


ul.subnav li a:hover,
ul.subnav li.on a {
	color: #005194;
}

/*** end =SUBNAV ***/



/*** =TABLE/LIST STYLES ***/

#main h1 {
	height: 35px;
	line-height: 35px;
	font-size: 1.6em;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/admin/title-bg.png) repeat-x;
	border: 1px solid #e5e5e5;
	border-bottom-width: 0;
}

a.ctrl,
a.ctrl:link,
a.ctrl:visited {
	float: right;
	height: 20px;
	line-height: 20px;
	background-color: #005194;
	border: 1px solid #003962;
	padding: 1px 12px;
	margin: 6px 5px 0 0;

	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.printbox,
a.printbox:link,
a.printbox:visited {
	margin: 7px 28px 0 0;
}

#main .list { width: 100%; margin: 0 0 10px 0; border: 1px solid #e5e5e5; border-top-width: 0; /* font-size: 1.2em; */ font-size: 11px; }
#main div.list { padding: 1.4em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
	#main .list ul { padding: 0; list-style: none; margin: 0; }
		#main .list li { margin: 1em 0; }
			#main .list li h2,
			#main .list li a { display: inline-block; vertical-align: middle; }
				#main .list li h2 { width: 80%; }
				#main .list li a { width: 19%; text-align: right; }

	#settingslist li { border-bottom: 1px solid #e5e5e5; }
		#settingslist li:first-child { border: none; }

	#reportslist {  }
		#reportslist h1 { margin-bottom: 26px; }
		#reportslist h2 { margin: 0 0 12px; }
		#reportslist hr { margin: 28px -14px 26px; border: none; border-bottom: 1px solid #e5e5e5; }

	.filters { margin-bottom: 16px; }
		.filters select,
		.filters label { margin-right: 20px; }

	h3.thead { margin: 0; padding: .75em; border-top: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; font-size: 1.2em; }

	#employee-info { padding: 30px 10px 0; }
		#employee-info div { margin: 12px 0; }

		#employee-info #employee-photo { display: inline-block; vertical-align: top; }
		#employee-info input[type="file"] { display: inline-block; vertical-align: top; margin: 25px 0 0 15px;  }

		#employee-info label { display: inline-block; width: 120px; }
		#employee-info input[type="text"] { display: inline-block; width: 260px; }
		#employee-info input[name="city"] { width: 120px; }
		#employee-info input[name="zip"],
		#employee-info input[name="uid"] { width: 70px; }
		#employee-info div em { display: inline-block; font-size: 9px; }

		#employee-info hr { margin: 14px 0; border: none; border-bottom: 1px solid #e5e5e5; }

table.list th {
	text-align: left;
	font-weight: bold;
	color: #444;
	background-color: #e8e8e8;
}

table.list th a.sortable,
table.list th a.sortable:link,
table.list th a.sortable:visited {
	display: block;
	float: left;
	color: #005194;
	text-decoration: none;
	padding: 0 16px 0 0;
}


table.list th a.sortable:hover {
	color: #e68e2a;
}

table.list th a.asc {
	background: url(../img/admin/arrow-ASC.png) no-repeat right center;
}
table.list th a.desc {
	background: url(../img/admin/arrow-DESC.png) no-repeat right center;
}

table.list th, table.list td {
	padding: 6px 10px;
	border-top: 1px solid #e5e5e5;
	font-weight: normal;
	line-height: 1.3em;
}

table.list td {
	background-color: #ffffff;
}

	table.list th table td, table.list td table td {
		border: none;
	}
	table.list th table.nopadd td, table.list td table.nopadd td {
		padding: 0 5px 0 0;
	}

table.list select {
	font-size: 11px;
}

table tr.odd td {
	background-color: #f9f9f9;
}

table tr.live td {
	font-weight: bold;
}

table td.chk {
	width: 20px;
}

#main table.totals { margin-bottom: 28px; }
	table.totals td { font-size: 1.2em; font-weight: bold; }
	td.right { text-align: right; }

/*** end =TABLE STYLES ***/



/*** =PAGINATION,=FILTERS,=BATCH,=SEARCH ***/

.tablenav,
#successmessage { clear: both; background: #eaf3fa; height: 2em; line-height: 2em; margin: 8px 0; padding: 7px 10px; vertical-align: text-top; }
	#successmessage { font-style: italic; }

.tablenav .tablenav-pages {
	float: right;
	font-size: 11px;
	height: 18px;
}

.tablenav .tablenav-pages a {
	color: #005194;
	text-decoration: none;
}

.tablenav .tablenav-pages a.next,
.tablenav .tablenav-pages a.prev {
	color: #003962;
	text-decoration: underline;
}

.tablenav .tablenav-pages a:hover {
	color: #e68e2a;
	text-decoration: none;
}

.tablenav .next, .tablenav .prev {
	border-style: none;
	border-style: hidden;
	background-color: transparent;
}

.page-numbers {
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
	margin-right: 3px;
	padding: 2px 4px;
}

.page-numbers.current {
	background-color: #005194;
	color: #FFFFFF;
	border: 1px solid #005194;
	font-weight: bold;
}

a.page-numbers:hover {
	border-color: #999999;
}


.tablenav .tablenav-search {
	float: right;
	font-size: 12px;
	height: 18px;
}

.tablenav .tablenav-filters {
	font-size: 12px;
	color: #005194;
}

.tablenav .tablenav-filters a,
.tablenav .tablenav-filters a:link,
.tablenav .tablenav-filters a:visited {
	font-size: 12px;
	color: #005194;
	text-decoration: underline;
}

.tablenav .tablenav-filters a:hover {
	color: #e68e2a;
}

.tablenav .tablenav-filters span {
	font-weight: bold;
}

/*** end =PAGINATION,=FILTERS,=BATCH,=SEARCH ***/



/*** =AJAX =ajaxdialog =ajax dialog =dialog = tabs ***/

.ajax {
	width: 545px;
}

.ajax-narrow {
	width: 400px;
}

.ajax-wide {
	width: 900px;
}

.ajax-title {
	width: 545px;
	height: 43px;
	background: url(../img/admin/ajax-top-normal.png) no-repeat;
}

.ajax-wide-title {
	width: 900px;
	height: 43px;
	background: url(../img/admin/ajax-wide-top.png) no-repeat;
}

.ajax-title h1, .ajax-wide-title h1 {
	line-height: 36px;
	margin: 0;
	padding: 2px 24px 5px 24px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.ajax-body {
	width: 545px;
	background: url(../img/admin/ajax-bg-normal.png) repeat-y;
}

.ajax-wide-body {
	width: 900px;
	background: url(../img/admin/ajax-wide-bg.png) repeat-y;
}

	.ajax-padd {
		padding: 21px 32px 14px 32px;
		font-size: 1.2em;
	}

.ajax-foot {
	width: 545px;
	height: 30px;
	background: url(../img/admin/ajax-bot-normal.png) no-repeat;
}
.ajax-wide-foot {
	width: 900px;
	height: 30px;
	background: url(../img/admin/ajax-wide-bot.png) no-repeat;
}


	ul.tabs {
		list-style-type: none;
		background: url(../img/admin/top-bg.png) repeat-x bottom center;
		padding: 10px 10px 0 10px;
		margin: 0 6px;
		height: 34px;
	}

	ul.tabs li {
		float: left;
		margin-right: 4px;
		background-image: url(../img/admin/nav-bg.png);
		background-position: left 0px;
	}

	ul.tabs li:hover,
	ul.tabs li.on {
		background-position: left 34px;
	}

	ul.tabs li a,
	ul.tabs li a:link,
	ul.tabs li a:visited {
		display: block;
		float: left;
		height: 34px;
		background-image: url(../img/admin/link-bg.png);
		background-repeat: no-repeat;
		background-position: right 0px;
		padding: 0 10px;

		line-height: 34px;
		text-align: center;
		color: #ffffff;
		font-size: 1.2em;
		text-decoration: none;

	}

	ul.tabs li a:hover,
	ul.tabs li.on a,
	ul.tabs li.on a:link,
	ul.tabs li.on a:visited {
		color: #003962;
		background-position: right -34px;
	}

	ul.tabs li a.twoline,
	ul.tabs li a.twoline:link,
	ul.tabs li a.twoline:visited {
		height: 30px;
		line-height: 14px;
		padding: 4px 10px 0;
		font-size: 1.1em;
	}


	ul.tabs-content {
		list-style-type: none;
		margin: 0;
		padding: 21px 32px 14px 32px;
		font-size: 1.2em;
	}

	ul.tabs-content li {
		display: none;
	}

	ul.tabs-content li.on, ul.tabs-content ul li {
		display: block;
	}

div.submit {
	text-align: right;
}

	div.submit input {
		width: auto;
	}

.ajax-scroll {
	height: 300px;
	overflow: auto;
}

/*** end =AJAX ***/



/*** =FORMS ***/
form { margin: 0; }

input[type="text"], input[type="password"], textarea, select, input.txt {
	border: 1px solid #dbdbdb;
	background: #ffffff url(../img/admin/input-bg.png) repeat-x top center;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #444;
}


/*** end =FORMS ***/



/*** =BUTTONS ***/

a.btn, a.btn:link, a.btn:visited {
	display: block;
	background: url(../img/admin/button.png) no-repeat;
	float: left;
	width: 95px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #003962;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	margin: 0 2px;
	padding: 0px !important;
}

/*** end =BUTTONS ***/




.warn,
.error,
#errormessage { color: #dd0000; font-weight: bold; font-size: 11px; }
	#errormessage { clear: both; background: #fdc7c7; height: 2em; line-height: 2em; margin: 8px 0; padding: 7px 10px; vertical-align: text-top; }


.clean {
	float: none;
	clear: both;
	height: 1px;
	font-size: 1px;
}


/*** =LOGIN ***/

#login {
	width: 300px;
	margin: 35px auto;
	padding: 20px;
	border: 24px solid #eaf3fa;
}

#login label {
	width: 130px;
	float: left;
	clear: left;
	font-size: 1.2em;
	display: block;
	margin: 0 0 6px auto;
}

#login div {
	margin: 0 0 10px 0;
}

#login input.txt {
	width: 162px;
}

#login-warn {
	color: #cc0000;
	font-weight: bold;
}

/*** end =LOGIN ***/



/*** =SETTINGS ***
.settings-subnav {
	float: right;
	width: 200px;
	padding-top: 12px;
}

.settings {
	padding: 12px;
	margin: 0 200px 0 0;
	font-size: 1.2em;
}

.settings fieldset>label {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 8px 0;
}

.settings fieldset {
	border: 0;
	border-top: 2px solid #005194;
	padding: 20px;
	margin-right: 10px;
}


.settings fieldset>legend {
	padding: 0 10px;
	margin-left: -20px;
	font-size: 15px;
	font-weight: bold;

}

.settings fieldset>div {
	margin: 0 0 10px 160px;
}

.settings input[type="text"], .settings textarea {
	width: 300px;
}

.settings input.shorter {
	width: 146px;
}


*** end =SETTINGS ***/



.c { text-align:center; }
.l { text-align:left; }
.r { text-align:right; }



/*** =PROPERTIES =FORMS ***/

.hide,
.own-lease { display: none; }

input#select-all-users,
input.check-user {
	margin: 0;
}

.edit_details {
	font-size: 11px;
}

.edit_details label {
	width: 100px;
	float: left;
	clear: left;
	font-size: 11px;
}

	.edit_details label.sm, label.sm {
		width: 60px;
	}

	.edit_details label.lg, label.lg {
		width: 140px;
	}

	.edit_details label.label-shrink {
		line-height: 16px;
	}

	.edit_details label.nofloat, label.nofloat {
		float: none;
	}

	.edit_details label.noclear, label.noclear {
		clear: none;
	}

	.edit_details label.stack, label.stack {
		float: none;
		display: block;
		padding-bottom: 8px;
	}

.fieldsbox .fields-lg {
	margin: 0 0 16px 80px;
	line-height: 20px;
	font-size: 11px;
}

.edit_details .fields, .fieldsbox .fields {
	margin: 0 0 8px 100px;
	line-height: 20px;
	font-size: 11px;
}

	.edit_details .normal {
	     margin: 0;
	     padding-top: 1px;
	}

	.edit_details .field-bump, .edit_details .fieldsbox .field-bump {
		margin-top: 14px;
	}

#photo-browse {
	margin: 25px 0 0 15px;
}

	.edit_details #photo-browse input {
		width: auto;
	}
/*
.edit_details input,*/ .edit_details select#user-race  {
	width: 250px;
}


	input.big, select.big {	width: 200px;	}
	input.lg, , select.lg { 	width: 140px;	}
	input.med, select.med {	width: 100px;	}
	input.sm, select.sm {	width: 50px;	}
	input.min, select.min {	width: 25px;	}

	.edit_details input.searchbutton {
		width: 70px;
	}

	.edit_details input#user-middle-initial {
		width: 25px;
	}

.edit_details textarea {
	width: 300px;
	height: 80px;
	font-size: 12px;
}

	.edit_details textarea.ta-sm {
		width: 200px;
	}

	.edit_details textarea.ta-lg {
		width: 400px;
	}

.edit_details hr {
	margin: 18px 0;
	border: none;
	border-bottom: 1px solid #9f9f9f;
}

.edit_details .fieldsbox {
	margin: 10px 0 0 0;
	overflow: auto;
	max-height: 360px;
}
#trainingCardBox.fieldsbox {
	max-height: 110px;
	border-top: 1px solid #9f9f9f;
}

	.fieldsbox strong.label {
		display: block;
		width: 140px;
		float: left;
		clear: left;
		font-size: 11px;
	}

	.fieldsbox strong.label-lg {
		display: block;
		width: 402px;
		float: left;
		clear: left;
		font-size: 11px;
	}

     .fieldsbox h3 {
     	font-size: 12px;
	}

.gap {
	height: 20px;
}

.edit_details #penalty-table th {
	text-align: left;
}

.edit_details .drop {
	margin-bottom: 12px;
}

.alltime {
	display:none;
}

textarea#weekly-eval-comments {
	width: 800px;
}

#check-reg-left-col {
	width: 300px;
}

#check-reg-right-col {
	width: 420px;
}

.frame-table {
	width: 100%;
	font-size: 11px;
}
	.frame-table td {
		width: 33%;
		padding: 16px 4px 12px 18px;
		border-top: 1px solid #9f9f9f;
		border-bottom: 1px solid #9f9f9f;
		vertical-align: top;
	}

	     .frame-table td.ftl {
	          border-right: 1px solid #9f9f9f;
	     }
	     .frame-table td.ftr {
	          border-left: 1px solid #9f9f9f;
	     }

#we-week {
	width: 220px;
	padding-left: 10px;
}

.scores-box {
	font-weight: bold;
}

.rbuffer {
	padding-left: 16px;
}

.edit_details .allcal {
	margin: 6px 8px;
}
	.edit_details .allcal label {
		text-align: center;
		width: 25px;
	}

.edit_details #ojt-equip-time-box {
	height: 80px;
	width: 580px;
	overflow: auto;
	border: 1px solid #9f9f9f;
	padding: 4px;
	margin-top: 6px;
}
	.edit_details #ojt-equip-time-box table td {
		padding: 4px 6px;
	}

.edit_details .maxit, .maxit {
	width: 100%;
}

.edit_details #to {
	width: 50px;
	padding-top: 25px;
}

#overflow-box {
	width: 800px;
	height: 150px;
	border: 1px solid #9f9f9f;
	overflow: auto;
}

#equip-table {
	width: 100%;
}
	#equip-table td {
		width: 50%;
		vertical-align: top;
	}

/*** end =PROPERTIES ***/



/*** =MESSAGES ***/
#message, #feedmessage, .message {
	display: none;
	position: fixed;
	top: 0px;
	width: 886px;
	left: 30px;

	padding: 6px;
	border: 1px solid #dd0000;
	background: #fdc7c7;

	color: #dd0000;
	font-weight: bold;
	font-size: 11px;
}


#inlinemessage {
	padding: 6px;
	margin: 1em 0;
	border: 1px solid #dd0000;
	background: #fdc7c7;

	color: #dd0000;
	font-weight: bold;
	font-size: 11px;
}

#fourohfour {
	width: 900px;
	margin: 20px auto;
	padding: 30px;
	font-size: 1.6em;
	border: 1px solid #145B96;
}

.soft {
	padding: 6px;
	margin: 1em 0;
	border: 1px solid #E9962C;
	background: #FFEACF;

	color: #E9962C !important;
	font-weight: bold !important;
	font-size: 11px;
}

.inote {
	position: absolute;
	top: -8px;
	right: -4px;
	background-color: #dd0000;
	height: 20px;
	width: 20px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

/*** end =MESSAGES ***/



/*** =SUBTAB ***/

ul.subtab {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	height: 22px;
	border-bottom: 1px solid #005194;
}

ul.subtab li {
	float: left;
	border: 1px outset #005194;
	padding: 4px 10px;
	background-color: #005194;
	position: relative;
	top: 1px;
}

ul.subtab li.on {
	border: 1px inset #ffffff;
	background-color: #ffffff;
}

ul.subtab li.last {
	border: 0;
	border-left: 1px solid #8d8d8d;
	background-color: white;
}

ul.subtab li a, ul.subtab li a:link, ul.subtab li a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

ul.subtab li.on a, ul.subtab li.on a:link, ul.subtab li.on a:visited {
	color: #005194;
	text-decoration: none;
	font-weight: bold;
}

.findDialog {
	color:#ffffff;
	position:absolute;
	top:10px;
	right:40px;
}
	.findDialog input[type="button"] { margin-right: 22px; }
	.findDialog a.print,
	.findDialog a.print:link,
	.findDialog a.print:visited,
	.findDialog a.print:hover,
	.findDialog a.print:active { float: none; display: inline-block; vertical-align: top; margin: 0 6px 0 0; }

/*** end =SUBTAB ***/


/* autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 1000005;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.extra1 span {
	display: none;
}

.datepick {
	width:75px !important;
}


/* VOUCHERS */

.invoice-notes {
	width:550px;
}

#voucher-vendor-name {
	font-size:20px;
}

.vouchName {
	width:230px;
}

.voucher-invoice-amount {
	width:50px;
}

.vouch-bigger, .vouch-bigger input {
	font-size:16px;
}

.highlight {
	color: red;
}

#card-bulk-actions { border-top: 1px solid lightgray; padding: 10px; }
	#card-bulk-actions .datepick,
	#card-bulk-actions .datepicker_trigger,
	#card-bulk-actions input[type=button] { display: none; }
        
.tabs_inner {
    overflow: hidden;
    width: 103%;
    margin: 0 0 0 -3%;
    padding: 40px 0;
    min-height: 200px;
}
a.single_tab {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #003A65;
    color: #fff;
    margin: 0 0 2.8% 2.8%;
    padding: 20px 0;
    text-decoration: none;
    border: 1px solid #003A65;
}
a.single_tab:hover{
    background: #fff;
    color: #003A65;
    border: 1px solid #003A65;
}
.custom_lists{
    text-transform: capitalize;
}
#admin_select{
    display: none;
}
a.delete_btn{
    background: #dd0000;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
}
.custom_btn{
    background: #005194;
    border: 1px solid #003962;
    padding: 5px 12px;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
}
.custom_btn:hover, a.delete_btn:hover{
    opacity: 0.7;
    text-decoration: none;
}
.align_btn{
    width: 100px;
    text-align: center;
    display: block;
    margin: 0 0 5px 0;
    padding: 5px 0 !important;
}
.header_letterhead img {
    width: 100%;
    display: block;
    height: auto;
}
/*.header_letterhead{
    margin-bottom: 300px;
}*/
