/************************************************************************************************************************************************************************
***	ACS Style Fixes ********
************************************************************************************************************************************************************************/
/*Fix for absolutely positioned elements within the content to be relative to the content area*/
#content {
	position: relative;
}

/************************************************************************************************************************************************************************
***	ACS Styles ********
************************************************************************************************************************************************************************/

.acsPlain, a.acsPlain:hover, #nav_global .acsPlain, #nav_global a.acsPlain:hover {
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: left;
	width: auto;
	height: auto;
	color: black;
	zoom: normal;
}
a.acsPlain, #header #nav_global a.acsPlain, a.acsPlain:hover, #header #nav_global a.acsPlain:hover {
	display: inline;
	zoom: normal;
}

.error,
.form-item--error-message {
	color: #C33;
	font-weight: bold;
}
div.error,
#insideBodyWrapper div.form-item--error-message,
[aria-label = 'Error message'] {
	color: #C33 !important;
	padding: 10px;
	margin: 10px 5px 20px 5px;
	background: #FDD;
	border: 1px solid #AA0000;
	font-weight: bold;
}
div.error p,
div.error div,
div.error ul,
div.error ul li {
	color: #C33;
	background: #FDD;
	font-weight: bold;
}
p.error {
	margin-top: 10px;
}

.errorBg {background: #F66;}

.inlineSpace10 {
	margin-right: 10px;
}

#content .acsBorder, .acsBorder {
	border: 1px solid #000; 
	padding: 10px; 
	margin: 10px 5px;
}
.acsBorderLight {
	border: 1px solid #CCC; 
	padding: 10px; 
	margin: 10px 5px;
}
.acsBorderMedium {
	border: 1px solid #999; 
	padding: 10px; 
	margin: 10px 5px;
}
.acsHBorderLight {
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	margin: 10px 0px;
	padding: 10px 0px;
}

.acsNoBorder,
html body .acsNoBorder,
html body img.acsNoBorder,
html body main.internal img.acsNoBorder,
html body main.internal article img.acsNoBorder,
#wrapper #contentWrapper #content img.acsNoBorder,
#content img.acsNoBorder,
.acsNoBorder td {
	border: none;
	border-radius: 0;
}

.acsSmallBorder {
	border: 1px solid #000;
	padding: 0px 1px;
}
.acsForm {
	position: relative;
}
.acsFormInline {
	float: left;
	text-align: center;
	padding: 5px;
}

.acsFormTitle {
	width: 110px;
	float: left;
	padding-bottom: 5px;
}

.acsFormRequired {
	font-weight: bold;
}

.acsFormDescription {
	font-size: 10px;
	font-style: italic;
	line-height: 100%;
	clear: both;
}

.acsFormField {
	position: absolute;
	left: 115px;
}

.acs2Column {
	width: 730px;
	background: #FFF;
	position: relative;
	z-index: 2;
}

.acsLeft {
	float: left;
	margin-right: 20px;
}

.acsLeft2Column {
	float: left;
	margin-right: 40px;
	width: 45%;
}
.acsLeft2ColumnLast {
	float: left;
	width: 45%;
}

.acsLeft3Column {
	float: left;
	margin-right: 30px;
	width: 30%;
}
.acsLeft3ColumnLast {
	float: left;
	width: 30%;
}

.acsRight {
	float: right;
	margin-left: 20px;
}
.acsCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table {border-collapse: separate;}
tbody {border: none;}

table.tableBorder {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
table.tableBorder td {
	border: 1px solid #000;
	padding: 5px;
	margin: 0px;
}

.pad {
	margin: 5px;
}

p.acsAdvertisement {
	clear: both;
	margin: 10px;
}

img.center {
	display: block;
	margin: auto;
	padding: 5px;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

img.imageBorder {
	border: 1px solid #000;
}

.absLine {
	height: 25px;
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 12px;
}

.absLineWComment {
	height: 20px;
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 12px;
}

.absLineDouble {
	height: 50px;
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 12px;
}

.lineTitle {
	position: absolute;
	left: 0px;
	line-height: 2.0;
	margin: 0;
}

.line75 {
	position: absolute;
	left: 75px;
	margin: 0;
}


.line150 {
	position: absolute;
	left: 150px;
	margin: 0;
}

.line250 {
	position: absolute;
	left: 250px;
	margin: 0;
}

.line350 {
	position: absolute;
	left: 350px;
	margin: 0;
}

.profile {
	position: relative;
}

.note,
body .note,
body .required .note {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	white-space: normal;
	width: auto;
}

.indent10 {
	margin-left: 10px;
}
.indent30 {
	margin-left: 30px;
}
.pad5 {
	padding: 5px;
}

.required,
.required p {
	font-weight: bold;
}

.required input,
.required textarea,
.required select {
    background-color: #fffcc0;
	font-weight: normal;
}

.acsMinLine {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0%;
}

.acsTable {
	border: 1px solid #000;
	padding: 0px;
	margin: 10px 0px;
}
.acsTable:hover {
	z-index: 10; 
	position: relative;
}
.acsTable  tr.header, .acsTable th {
	white-space: nowrap;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
.acsTable  tr.header td, .acsTable th {
	border-bottom: 1px solid #000;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}
.acsTable tr:hover td{
	background: #CCC;
}
.acsTable tr.errorBg:hover td{
	background: #F33;
}
.acsTable tr:hover td .acsTable tr:hover td {
	background: #EEE;
}
.acsTable tr:hover td .acsTable tr.errorBg:hover td {
	background: #F33;
}
.acsTable td {
	padding: 5px;
	white-space: nowrap;
}
.acsTableWrap td,
.acsTableWrap th,
div.acsTableWrap table.acsTable td,
div.acsTableWrap table.acsTable th {
	padding: 5px;
	white-space: normal;
}
.acsTableCellBorder {
	border-collapse: collapse;
}
.acsTableCellBorder td {
	padding: 5px;
	border: 1px solid #555;
}
.acsTableCellBorderH {
	border-collapse: collapse;
}
.acsTableCellBorderH td {
	padding: 5px;
	border-top: 1px solid #555;
}
.acsTable tr.underlineWrap td {
	padding: 5px;
	white-space: normal;
	border-bottom: 1px solid #AAA;
}

.greenText {
	color: #0A0;
}

.redText {
	color: #D33;
}

.platinumText {
	color: #CAD3D0;
}
.goldText {
	color: #F0C816;
}
.silverText {
	color: #E6E8FA;/*Alt silver = E7E7E7*/
}
.bronzeText {
	color: #A67D3D;/*Alt bronze = 8C7853*/
}

.bgWood {
	background: #855E42;
	border: 4px outset #855E42;
	padding: 2px 5px;
}

td.highlightGreen {
	background: #9F9;
}
tr:hover td.highlightGreen {
	background: #0F0;
}

td.highlightRed {
	background: #F66;
}
tr:hover td.highlightRed {
	background: #F00;
}

.acsTop {
	 vertical-align:top;
}
.acsTop td{
	 vertical-align:top;
}

.acsSubmitLink,
input[type=submit].acsSubmitLink {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	color: #006699;
	padding-bottom: 1px;
	border-radius: 0px;
	box-shadow: none;
	text-transform: none;
}

.acsSubmitLink:hover {
	padding-bottom: 0px;
	border-bottom: 1px solid #006699;
}

.acsFormNone {
	display: none;
	font-weight: normal;
}
.acsFormRequired {
	display: block;
	font-weight: bold;
}
.acsFormNormal {
	display: block;
	font-weight: normal;
}

.acsLink {
	cursor: pointer;
}
.blueBg {
	background: #CCE0F9;
}
.bgGreenPale {
	background: #BBFFDD;
}
.bgGreenPale a {
	color: #0055DD;
}
.grayBgLight {
	background: #EEE;
}
.grayBgLight2 {
	background: #DDD;
}

.grayBgMedium {
	background: #BBB;
}

.grayBgDark {
	background: #777;
}

.bgBrown {
	background: #D5CC95;
}

.highlightResult {
	color: #C00;
}

.backgroundPink {
	background: #EAA;
}

.highlight:hover {
	background: #CCC;
}

.darkHighlight:hover {
	background: #777;
}

.noWrap {
	white-space: nowrap;
}
.readOnly {
	background: #EFEFEF;
	color: #555;
}

.inlineOption {
	background: #CCC;/*Alt BG Color: #FA5;*/
	margin-left: 10px;
	padding: 1px;
	color: #000;
}

.disabled {
	background: #EEE;
	color: #555;
}

.acsHidden {
	visibility: hidden !important;
	opacity: 0 !important;
	display: none !important;
}

.acsVisible {
	visibility: visible !important;
	opacity: 1 !important;
	display: unset !important;
}

.paginationLink {
	width: 8.5%;
	padding: 0px 2px;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

a.button {
	border: 2px outset #333;
	background: #CCC;
	padding: 3px 5px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
a.button:hover {
	border: 2px inset #CCC;
	background: #333;
	color: #FFF;
}

/************************************************************************************************************************************************************************

New CSS3 Shiny/Glossy Buttons

************************************************************************************************************************************************************************/


.acsButton2,
.acsButton2Hover,
.acsButton2NoHover {
	border: 2px outset #CCC;
	padding: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	/* fallback */
	background-color: #CCC;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#AAAAAA));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #AAAAAA, #F3F3F3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #AAAAAA, #F3F3F3);
	/* IE 10 */
	background: -ms-linear-gradient(top, #AAAAAA, #F3F3F3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #AAAAAA, #F3F3F3);
}
.acsButton2:hover,
.acsButton2Hover:hover {
	border: 2px inset #CCC;
	color: #FFF;
	
	/* fallback */
	background-color: #333;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#F3F3F3));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(bottom, #555555, #F3F3F3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(bottom, #555555, #F3F3F3);
	/* IE 10 */
	background: -ms-linear-gradient(bottom, #555555, #F3F3F3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(bottom, #555555, #F3F3F3);
}

.acsButtonBlue2,
.acsButtonBlue2NoHover {
	border: 2px outset #333;
	background: #77E0F9;
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	/* fallback */
	background-color: #CCC;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDFF), to(#2222FF));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2222FF, #DDDDFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2222FF, #DDDDFF);
	/* IE 10 */
	background: -ms-linear-gradient(top, #2222FF, #DDDDFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #2222FF, #DDDDFF);
}
.acsButtonBlue2:hover,
.acsButtonBlue2Hover:hover {
	border: 2px inset #777;
	background: #44F;
	color: #FFF;
	
	/* fallback */
	background-color: #333;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2222FF), to(#DDDDFF));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(bottom, #2222FF, #DDDDFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(bottom, #2222FF, #DDDDFF);
	/* IE 10 */
	background: -ms-linear-gradient(bottom, #2222FF, #DDDDFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(bottom, #2222FF, #DDDDFF);
}

	/************************************************************************************************************************************************************************
	
	Based on http://cssdeck.com/labs/glossy-buttons
	
	************************************************************************************************************************************************************************/
/* Base */
.acsButton {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	min-width: 96px;
	/*line-height: 46px;*/
	padding: 10px 24px;
	/*font-size: 14px;*/
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
/*	text-shadow: 0 1px #154c86;*/
/*	background-color: #247edd;*/
	background-clip: padding-box;
/*	border: 2px outset;*/
/*	border-color: #1c65b2 #18589c #18589c;*/
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	/*box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a.acsButton:link,
a.acsButton:visited {
	color: white;
}

.slideshow .caption .nav a.acsButton {
	color: white;
}

.acsButton:before {
	content: '';
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: -20%;
	right: -20%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
}

.acsButton:hover {
	color: #DDD;
/*	background-color: #1a74d3;
	border: 2px inset;
	border-color: #1c65b2 #18589c #18589c;
*/
}

.slideshow .caption .nav a.acsButton:hover {
	color: #DDD;
}

.acsButton:hover:before {
  -webkit-box-shadow:  0 0 38px rgba(255, 255, 255, 0.75);
  box-shadow:  0 0 38px rgba(255, 255, 255, 0.75);
}

.acsButton:active {
	color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
/*	
	text-shadow: 0 -1px #154c86;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
*/
}

.acsButton:active:before {
	top: -50%;
	bottom: -125%;
	left: -15%;
	right: -15%;
	-webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}


/* Grey */
.acsButton {
	text-shadow: 0 1px #000000;
	background-color: #888888;
	border: 2px outset;
	border-color: #222222 #333333 #333333;
}

.acsButton:hover {
	background-color: #888888;
	border: 2px inset;
	border-color: #222222 #333333 #333333;	
}

.acsButton:active {
	text-shadow: 0 -1px #000000;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

/* Silver (with black text)*/
.acsButtonSilver {
	color: #000000;
	text-shadow: 0 1px #FFFFFF;
	background-color: #CCCCCC;
	border: 2px outset;
	border-color: #222222 #333333 #333333;
}

.acsButtonSilver:hover {
	color: #333333;
	text-shadow: 0 -1px #FFFFFF;
	background-color: #CCCCCC;
	border: 2px inset;
	border-color: #222222 #333333 #333333;	
}

.acsButtonSilver:active {
	color: #000000;
	text-shadow: 0 -1px #FFFFFF;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}
.acsButtonSilver:before {
	-webkit-box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.5);
}

/* Blue */
.acsButtonBlue {
	text-shadow: 0 1px #154c86;
	background-color: #1a74d3;
	border: 2px outset;
	border-color: #1c65b2 #18589c #18589c;
}

.acsButtonBlue:hover {
	background-color: #1a74d3;
	border: 2px inset;
	border-color: #1c65b2 #18589c #18589c;	
}

.acsButtonBlue:active {
	text-shadow: 0 -1px #154c86;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

/* Green */
.acsButtonGreen {
	text-shadow: 0 1px #0d4d09;
	background-color: #1ca913;
	border: 2px outset;
	border-color: #147b0e #11640b #11640b;
}

.acsButtonGreen:hover {
	background-color: #159b0d;
	border: 2px inset;
	border-color: #147b0e #11640b #11640b;
}

.acsButtonGreen:active {
	text-shadow: 0 -1px #0d4d09;
	background: #189210;
	border-color: #093606 #0d4d09 #147b0e;
	background-image: -webkit-linear-gradient(top, #126d0c, #20c016);
	background-image: -moz-linear-gradient(top, #126d0c, #20c016);
	background-image: -o-linear-gradient(top, #126d0c, #20c016);
	background-image: linear-gradient(to bottom, #126d0c, #20c016);
}

/* Red */
.acsButtonRed {
	text-shadow: 0 1px #72100d;
	background-color: #cd1d18;
	border: 2px outset;
	border-color: #9f1713 #891310 #891310;
}

.acsButtonRed:hover {
	background-color: #c01511;
	border: 2px inset;
	border-color: #9f1713 #891310 #891310;	
}

.acsButtonRed:active {
	text-shadow: 0 -1px #72100d;
	background: #b61a15;
	border-color: #5b0d0b #72100d #9f1713;
	background-image: -webkit-linear-gradient(top, #921511, #e4201b);
	background-image: -moz-linear-gradient(top, #921511, #e4201b);
	background-image: -o-linear-gradient(top, #921511, #e4201b);
	background-image: linear-gradient(to bottom, #921511, #e4201b);
}

/* Reduced padding for 'buttons' within a 'note'. */
.note .acsButton,
.note.acsButton {
    padding: 3px 8px;
	line-height: normal;
	min-width: 10px;
	font-family: Arial, Helvetica, san-serif;
}

/************************************************************************************************************************************************************************

End new buttons

************************************************************************************************************************************************************************/



.acsClearLeft {
	clear: left;
}

.acsClearBoth {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
/************************************************************************************************************************************************************************
***	ACS	Shiny Buttons ********
************************************************************************************************************************************************************************/
/*<div class="shiny_button_left"><div class="shiny_button">CONTENT class="shiny_button_link"</div><div class="shiny_button_right"></div></div>*/
.shiny_button_left {
	margin: 10px;
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-left.gif") no-repeat;
	height: 56px;
	width: auto;
	white-space: nowrap;
}
.shiny_button_right{
	/*background:url("/sites/all/themes/asa/g/buttons/shiny-button-right.png") no-repeat;
	float: left; 
	height: 56px;
	width: 42px;
	margin: 0px;
	*/
}
.shiny_button {
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-right-long.gif") no-repeat top right;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 38px;
	float: left; 
	margin: 0px 0px 0px 6px;
	padding: 18px 0px 0px 0px;
	border: none;
	width: auto;
	white-space: nowrap;
}

.shiny_button_2_line {
	height: 49px;
	padding-top: 7px;
}
.shiny_button_left > .shiny_button {
	margin: 0px 0px 0px 12px;
	padding: 18px 10px 2px 0px;
}

.shiny_button_left > .shiny_button_2_line {
	height: 49px;
	padding-top: 7px;
}

a.shiny_button_link, .shiny_button_link, input.shiny_button_link {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0px 0px 0px 5px;
	margin: -3px 5px 0px -5px;
	color: #000000;
}

/* Use: <div class="small_shiny_button_left"><div class="small_shiny_button_right"><div class="small_shiny_button">Content with class="small_shiny_button_link</div></div></div> */
.small_shiny_button_left { background:url("/sites/all/themes/asa/g/buttons/small-shiny-button-left.gif") no-repeat 0% 0%; margin: 10px; padding: 0px; height: 28px; }
.small_shiny_button_right{ background:url("/sites/all/themes/asa/g/buttons/small-shiny-button-right.gif") no-repeat 100% 0%; height: 28px; margin: 0px 0px 0px 13px; padding: 0px;}
.small_shiny_button { background:url("/sites/all/themes/asa/g/buttons/small-shiny-button-bg.gif") repeat-x; height: 28px; margin: 0px 13px 0px 0px; padding: 5px 0px 0px 0px; border: none; text-align: center;}
a.small_shiny_button_link, .small_shiny_button_link { font-size: 15px; font-weight: bolder; cursor: pointer; text-decoration: none; border: none; background: none; padding: 0px; margin: 0px; width: auto; color: #000000; }


/************************************************************************************************************************************************************************

New Shiny Buttons (camelNaming, uses fewer div tags & down to 2 images)

************************************************************************************************************************************************************************/

.shinyButtonLeft {
	margin: 10px;
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-left.gif") no-repeat;
	height: 56px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
}


a.shinyButton, .shinyButton, input.shinyButton {
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-right-long.gif") no-repeat top right;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	height: 56px;
	cursor: pointer;
	margin: 0px 0px 0px 12px;
	padding: 20px 12px 0px 0px;
	overflow: visible;/*IE fix*/
	display: inline-block;/*IE fix*/
}

input.shinyButton {
	padding-top: 0px;
}

/*new small*/
.smallShinyButtonLeft {
	margin: 10px;
	background:url("/sites/all/themes/asa/g/buttons/small-silver-shiny-button-left.gif") no-repeat top left;
	height: 28px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}


a.smallShinyButton, .smallShinyButton, input.smallShinyButton {
	background:url("/sites/all/themes/asa/g/buttons/small-silver-shiny-button-right.gif") no-repeat top right;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	height: 22px;
	cursor: pointer;
	margin: 0px 0px 0px 12px;
	padding: 6px 15px 0px 0px;
	overflow: visible;/*IE fix*/
	display: inline-block;/*IE fix*/
}

input.smallShinyButton {
	padding-top: 0px;
	height: 28px;
	#margin-left: 5px;
}
/*new tiny*/
.tinyShinyButtonLeft {
	margin: 0px 10px;
	background:url("/sites/all/themes/asa/g/buttons/tiny-shiny-button-left.gif") no-repeat top left;
	height: 18px;
	width: auto;
	white-space: nowrap;
	overflow: visible;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}


a.tinyShinyButton, .tinyShinyButton, input.tinyShinyButton {
	background:url("/sites/all/themes/asa/g/buttons/tiny-shiny-button-right.gif") no-repeat top right;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	height: 12px;
	cursor: pointer;
	margin: 0px 0px 0px 6px;
	padding: 1px 6px 6px 0px;
	overflow: visible;/*IE fix*/
	display: inline-block;/*IE fix*/
}

input.tinyShinyButton {
	padding-top: 0px;
	height: 18px;
	#margin-left: -4px;
}

div.buttonWrapper {
	display: inline;
	position: relative;
	top: 2px;
	zoom: 1;
}

div.buttonWrapper div.tinyShinyButtonLeft {float: left;}/*IE6*/
div.buttonWrapper > div.tinyShinyButtonLeft {float: none;}/*no IE6 fix on rest*/

/* ACS Shiny Tabs */


.acsTabs {
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #AAA;
	position: relative;
}

.acsTabs ul {
    white-space: nowrap;
    width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.acsTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.acsTabLeft {
	margin: 0px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
}

.acsTabLeft40Gray {background:url("/themes/shared/images/tabs/tab-40-gray-left.png") no-repeat top left;}
.acsTabLeft40Blue {background:url("/themes/shared/images/tabs/tab-40-blue-left.png") no-repeat top left;}

.acsTabLeft20Blue {background:url("/themes/shared/images/tabs/tab-20-blue-left.png") no-repeat top left;}
.acsTabLeft20Gray {background:url("/themes/shared/images/tabs/tab-20-gray-left.png") no-repeat top left;}

.acsTab40,
.acsTab20 {
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	overflow: visible;/*IE fix*/
	float: left;
}

.acsTabLeft .acsTab40 a,
.acsTabLeft .acsTab20 a {
	padding: 3px 5px 1px 5px;
	color: #000000;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px 1px 5px;
    text-decoration: none;
}

.acsTabLeft .acsTab40 a {
    padding: 5px 7px;
}

.acsTabLeft .acsTab40 a:hover,
.acsTabLeft .acsTab20 a:hover {
	color: #22F;
}

.acsTab40 {
	margin: 0px 0px 0px 20px;
	padding: 10px 20px 0px 0px;
}

.acsTab20 {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

a.acsTab40Gray, .acsTab40Gray, input.acsTab40Gray {background:url("/themes/shared/images/tabs/tab-40-gray-right.png") no-repeat top right;}
a.acsTab40Blue, .acsTab40Blue, input.acsTab40Blue {background:url("/themes/shared/images/tabs/tab-40-blue-right.png") no-repeat top right;}

a.acsTab20Blue, .acsTab20Blue, input.acsTab20Blue {background:url("/themes/shared/images/tabs/tab-20-blue-right.png") no-repeat top right;}
a.acsTab20Gray, .acsTab20Gray, input.acsTab20Gray {background:url("/themes/shared/images/tabs/tab-20-gray-right.png") no-repeat top right;}

/* End ACS Shiny Tabs */


/*
	Based on https://css-tricks.com/better-tabs-with-round-out-borders/
	Edited by DB
*/
#contentWrapper ul.tabrow,
ul.tabrow {
	text-align: center;
	list-style: none;
	margin: 20px 0 20px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}
#contentWrapper ul.tabrow li,
ul.tabrow li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
}
#contentWrapper ul.tabrow li a,
ul.tabrow li a {
	padding: 5px 20px;
}
#contentWrapper ul.tabrow a,
ul.tabrow a {
	  color: #555;
	  text-decoration: none;
}
#contentWrapper ul.tabrow li.selected,
ul.tabrow li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
#contentWrapper ul.tabrow li:hover,
ul.tabrow li:hover {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
#contentWrapper ul.tabrow:before,
ul.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
#contentWrapper ul.tabrow li:before,
ul.tabrow li:before,
#contentWrapper ul.tabrow li:after,
ul.tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
#contentWrapper ul.tabrow li:before,
ul.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
#contentWrapper ul.tabrow li:after,
ul.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
#contentWrapper ul.tabrow li.selected:before,
ul.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
#contentWrapper ul.tabrow li.selected:after,
ul.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}
#contentWrapper ul.tabrow li:hover:before,
ul.tabrow li:hover:before {
	box-shadow: 2px 2px 0 #FFF;
}
#contentWrapper ul.tabrow li:hover:after,
ul.tabrow li:hover:after {
	box-shadow: -2px 2px 0 #FFF;
}
/* End Tab Row*/

.acsBookPage {
	border: 1px solid #000;
	width: 950px;
	height: 750px;
	position: relative;
	background: #FFF;
	margin: auto;
}

.acsEncrypted {
	width: 550px;
	height: 250px;
	border: none;
	margin: 10px;
}

/************************************************************************************************************************************************************************

Overlay for adding fixed items above content. inteded for admin tools

************************************************************************************************************************************************************************/

.acsOverlayWrapper {
	position: fixed;
	top: 30px;
	left: 50px;
	z-index: 1000;
	background: #FFF;
	border: 1px solid #000;
}
.acsOverlayDragBar {
	padding-top: 15px;
	background: #00A url("/sites/all/themes/asa/g/buttons/small-shiny-button-bg.gif") repeat-x;
/*	position: relative;
	z-index: 1002;*/
}

.acsOverlayClose {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1003;
	background: #DDF url('/files/images/webscripts/close.gif') top right no-repeat;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.acsOverlay {
	background: #EEE;
	padding: 20px;
	overflow: auto;
	max-height: 500px;
}

/************************************************************************************************************************************************************************

Slideshow

************************************************************************************************************************************************************************/
#wrapper #contentWrapper #content .acsSlideShow img, /*Added for SSSA*/
.acsSlideShow img {
	display: block;
	margin: 5px auto 10px auto;
}

/************************************************************************************************************************************************************************

Embedded Video Sizing
	Auto sizing styles based on position set in Theme styles
	

************************************************************************************************************************************************************************/
/*From http://webdesignerwall.com/tutorials/css-elastic-videos
 *Not working correctly saved for later testing

.acsVideoWrapper {
	max-width: 100%;
}

body.no-sidebars div.inside_one .acsVideoWrapper {
	width: 980px;
}
body.one-sidebar div.inside_one .acsVideoWrapper {
	width: 750px;
}
body.two-sidebars div.inside_one .acsVideoWrapper {
	width: 440px;
}
div.inside_two .acsVideoWrapper {
	width: 290px;
}
div.inside_three .acsVideoWrapper {
	width: 230px;
}

.acsVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

acsVideoContainer iframe,  
acsVideoContainer object,  
acsVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

*/

div.acsVideoEmbed {
	position:relative;
/*	z-index: -1;*/
	margin: 10px;
}

div.acsSize4-640,
iframe.acsSize4-640 {
	width: 640px;
	height: 480px;
}
div.acsSize4-480,
iframe.acsSize4-480 {
	width: 480px;
	height: 360px;
}
div.acsSize4-380,
iframe.acsSize4-380 {
	width: 380px;
	height: 285px;
}
div.acsSize4-320,
iframe.acsSize4-320 {
	width: 320px;
	height: 240px;
}
div.acsSize4-290,
iframe.acsSize4-290 {
	width: 290px;
	height: 243px;
}
div.acsSize4-230,
iframe.acsSize4-230 {
	width: 230px;
	height: 198px;
}

div.acsSize16-720,
iframe.acsSize16-720 {
	width: 720px;
	height: 480px;
}
div.acsSize16-480,
iframe.acsSize16-480 {
	width: 480px;
	height: 320px;
}
div.acsSize16-360,
iframe.acsSize16-360 {
	width: 360px;
	height: 240px;
}
div.acsSize16-290,
iframe.acsSize16-290 {
	width: 290px;
	height: 189px;
}
div.acsSize16-230,
iframe.acsSize16-230 {
	width: 230px;
	height: 155px;
}

/************************************************************************************************************************************************************************

CK Editor

************************************************************************************************************************************************************************/


.cke_skin_office2003 select {
	border: 1px gray solid;
	background: #DDD;
	padding: 1px;
	margin: 1px;
}

/* Fix for newer versions of Firefox not wrapping source view */
textarea.cke_source {
    white-space: pre-wrap;
}

/************************************************************************************************************************************************************************

Admin Menu

************************************************************************************************************************************************************************/

#admin-menu,
#toolbar-administration,
#toolbar-item-administration-tray,
#toolbar-administration #toolbar-bar {
	z-index: 10001;/*9999;*/
}
#toolbar-item-administration-tray ul,
#toolbar-item-administration-tray li {
	z-index: 9999;
}

@media screen and (max-width: 640px) {
	#admin-menu,
	#toolbar-item-administration-tray,
	#toolbar-administration #toolbar-bar {
		z-index: 1;
	}
	#toolbar-administration #toolbar-bar a#toolbar-item-user {
		font-size: 0px;
		padding: 20px 0px;
		width: 20px;
	}
}

/************************************************************************************************************************************************************************

Messages

************************************************************************************************************************************************************************/

body main .internal article div.messages.status,
body main article  div.messages.status,
body div.messages.status,
[aria-label = 'Status message'] {
	color: #000;
	background: #AAF;
	border: 1px solid #000000;
	padding: 15px;
	font-size: 1.2em;
	margin: 30px 0px;
}

.acsMessage {
	color: #000;
	background: #BBFFDD;
	border: 1px solid #000000;
	padding: 20px 10px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

/************************************************************************************************************************************************************************

Select

************************************************************************************************************************************************************************/

select option.optgroup:disabled {
	font-weight: bold;
	color: #555;
}

/************************************************************************************************************************************************************************

Admin - Zen Classic Theme

************************************************************************************************************************************************************************/
body.section-acsadmin div#page div#container {
    max-width: 100%;
}

/************************************************************************************************************************************************************************

Node Edit Form

************************************************************************************************************************************************************************/
form.node-form fieldset {
    margin-top: 20px;
}
form.node-form fieldset legend {
    font-weight: bold;
}

/************************************************************************************************************************************************************************

Google Custom Search

************************************************************************************************************************************************************************/
#acsGoogleCustomSearchWrapper,
.acsGoogleCustomSearchWrapper {
	display: inline-block;
}

#acsGoogleCustomSearchWrapper .cse .gsc-control-cse,
#acsGoogleCustomSearchWrapper .gsc-control-cse,
.acsGoogleCustomSearchWrapper .cse .gsc-control-cse,
.acsGoogleCustomSearchWrapper .gsc-control-cse {
	background: none;
	border: none;
	padding: 0;
}

#acsGoogleCustomSearchWrapper.cse .gsc-search-button input.gsc-search-button-v2,
#acsGoogleCustomSearchWrapper input.gsc-search-button-v2,
.acsGoogleCustomSearchWrapper.cse .gsc-search-button input.gsc-search-button-v2,
.acsGoogleCustomSearchWrapper input.gsc-search-button-v2 {
	height: 15px;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 13px;
    padding: 10px;
    width: 15px;
	border: 1px solid #AAAAAA;
}

#acsGoogleCustomSearchWrapper table.gsc-search-box,
.acsGoogleCustomSearchWrapper table.gsc-search-box {
	min-width: 230px;
	width: 230px;
}

#acsGoogleCustomSearchWrapper table.gsc-search-box td,
.acsGoogleCustomSearchWrapper table.gsc-search-box td {
	padding-right: 0;
	vertical-align: top;
}

#acsGoogleCustomSearchWrapper #gsc-iw-id1,
.acsGoogleCustomSearchWrapper #gsc-iw-id1 {
    padding: 5px 0;
}

#acsGoogleCustomSearchWrapper.cse .gsc-search-button-v2,
#acsGoogleCustomSearchWrapper .gsc-search-button-v2,
.acsGoogleCustomSearchWrapper.cse .gsc-search-button-v2,
.acsGoogleCustomSearchWrapper .gsc-search-button-v2 {
	padding: 11px;
}



/************************************************************************************************************************************************************************

Drupal Nav Menus

************************************************************************************************************************************************************************/
/*
	Add arrows for menu entries that have children and can expand to show them.
	Intended for hover expansion as click to expand will need interactive arrows.
	acsNav_expandVOnce is for menus that have the top level drop down, and sub-nav slide out.
*/
.acsNav_expandH ul li.menu-item.menu-item--expanded > a {
	padding-right: 10px;
    margin-left: 3px;
}
.acsNav_expandH ul li.menu-item.menu-item--expanded > a:before {
	content: ' ▶';
	float: right;
	font-size: 14px;
}
.acsNav_expandH ul li.menu-item.menu-item--expanded > a:hover:before,
.acsNav_expandH ul li.menu-item.menu-item--expanded:hover > a:before {
	content: ' ◀';
	float: right;
}

.acsNav_expandV ul li.menu-item.menu-item--expanded > a,
.acsNav_expandVOnce > ul li.menu-item.menu-item--expanded > a {
	padding-right: 10px;
    margin-left: 3px;
}
.acsNav_expandV ul li.menu-item.menu-item--expanded > a:before,
.acsNav_expandVOnce > ul li.menu-item.menu-item--expanded > a:before {
	content: ' ▼';
	float: right;
	font-size: 14px;
}
.acsNav_expandV ul li.menu-item.menu-item--expanded > a:hover:before,
.acsNav_expandV ul li.menu-item.menu-item--expanded:hover > a:before,
.acsNav_expandVOnce > ul li.menu-item.menu-item--expanded > a:hover:before,
.acsNav_expandVOnce > ul li.menu-item.menu-item--expanded:hover > a:before {
	content: ' ▲';
	float: right;
}

.acs_blockIds_plugin_id-acs_nav_menus\.block_in_this_section ul.menu {
  margin-left: 10px;
}

/************************************************************************************************************************************************************************

ACS Admin Menu

************************************************************************************************************************************************************************/
#toolbar-item-acs-admin-tray div.toolbar-menu-administration ul.toolbar-menu li.menu-item .toolbar-icon:before {
    display: none;
}
#toolbar-item-acs-admin-tray div.toolbar-menu-administration ul.toolbar-menu li.menu-item .toolbar-icon {
    padding-left: 1em;
}

/************************************************************************************************************************************************************************

Drupal Admin Pages

************************************************************************************************************************************************************************/
#menu-edit-form > table#menu-overview > tbody > tr.menu-enabled > td > a:first-child > div {
	border-left: 15px solid red;
}




/************************************************************************************************************************************************************************

CKEditor Styles that were included in D6 on all pages

************************************************************************************************************************************************************************/
/* Indent & Justify classes */

.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}

/* CKEditor padding in IE */
table.cke_editor fieldset {
  padding:0 !important;
}
/* hack with ie and garland editing area size fix - [#733512] */
.cke_editor{
  display: table !important;
}
.cke_editor,#ie#bug {
  display: inline-table !important;
}

.cke_panel_listItem {
    background-image: none;
    padding-left: 0;
}
/* remove top border from tbody - overwrite system.css - [#751672] */
tbody {
    border: 0;
}

/*toolbar wizzard*/
form#ckeditor-admin-profile-form textarea#edit-toolbar, form#ckeditor-admin-global-profile-form textarea#edit-toolbar {
    display: none;
}
form#ckeditor-admin-profile-form #edit-toolbar + .grippie, form#ckeditor-admin-global-profile-form #edit-toolbar + .grippie {
    display: none;
}
div.sortableList {
    cursor: n-resize;
}
div.widthMarker {
    height: 20px;
    border-top: 1px dashed #CCC;
    margin: 10px 0px 0px 1px;
    padding-left: 1px;
    text-align: center;
}
div.sortableList.group {
    margin: 20px 0px 0px 0px;
}
div.sortableList div.sortableListDiv {
    height: 30px;
    margin-bottom: 3px;
    width: 900px;
}
div.sortableList div.sortableListDiv span.sortableListSpan {
    background-color: #F0F0EE;
    height: 30px;
    border-right: 1px dashed #CCC;
    display: block;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul {
    background: none;
    width: 900px;
    white-space: nowrap;
    border: 1px solid #CCC;
    list-style: none;
    margin:0px;
    padding: 0px 0px 0px 1px;
    height: 30px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li {
    background: none;
    list-style: none;
    cursor: move;
    height: 18px;
    min-width: 18px;
    padding: 2px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li.group {
    min-width: 5px;
    padding-left: 2px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li img {
    border: 0;
    padding: 0;
    margin: 0
}
li.sortableItem {
    position: relative;
    float: left;
    margin: 3px 1px 1px 0px;
    border: 1px solid #CCC;
    background-color: #F0F0EE;
    z-index: 99;
}

/* Fix for fieldset for-edit-apperance in Firefox*/
fieldset#edit-appearance div#groupLayout, div#allButtons  {
  border: 0;
  padding: 0 0 0 0;
  margin: 1em 0;
  overflow: auto;
}

/**
 * Fix for double scrollbar on ckeditor menu dropdowns in IE - [#1361894]
 */
.cke_browser_ie .cke_panel_block {
    overflow: hidden !important;
}

/*ACS*/
body div.acsVideoEmbed {
	border: 1px #CCC solid;
/*	z-index: 1;*/
}

/************************************************************************************************************************************************************************

Override D8

************************************************************************************************************************************************************************/
form.node-form .vertical-tabs {
	margin: 0px;
}
#insideBodyWrapper form.node-form div.vertical-tabs ul {
	margin-left: 0px;
}
form.node-form .details-wrapper {
	padding: 10px;
}

/************************************************************************************************************************************************************************

D8

************************************************************************************************************************************************************************/
/* Replicate clearfix for all main body content Blocks. */
.acs_blockIds_bid-mainpagecontent {
	content: "";
	display: table;
	clear: both;
}
/* Use all available width. */
.acs_blockIds_bid-mainpagecontent {
	width: 100%;
}


/************************************************************************************************************************************************************************
Admin show all options instead of dropdown JS
************************************************************************************************************************************************************************/
.dropbutton-multiple .dropbutton .secondary-action {
	display: block;
}

.js td .dropbutton-widget {
	position: inherit;
}

/************************************************************************************************************************************************************************
Field Items (such as Taxonomy)
************************************************************************************************************************************************************************/
div.node__content div.field__items div.field__item {
	display: inline-block;
	padding: 0 0.5em;
}

div.node__content div.field {
	padding: 5px;
}

/************************************************************************************************************************************************************************

ACS Nav Menus
//Ensure label and checkbox do not show

************************************************************************************************************************************************************************/

label.acsNavMenuToggle {
	display:none;
}

div.sidebar ul.menu.nav li label.acsNavMenuToggle.acsVisible {
	display: inline-block;
	font-size: 0px;
}

input[type=checkbox].acsNavMenuToggle {
	visibility: hidden;
	opacity: 0;
	height: 1px;
	display: block;
}

/************************************************************************************************************************************************************************

IMCE D8

************************************************************************************************************************************************************************/
#imce-body {
	overflow: unset;
	height: auto;
	margin-bottom: 100px;
}

#acs-imce-instructions {
    min-height: 100px;
    position: relative;
    clear: both;
    display: block;
    background: white;
}

#imce-message-popup {
	display: block !important;
	height: 100px;
  overflow-y: scroll;
}

#imce-message-popup div.error,
#imce-message-popup div.error div,
#imce-message-popup div.message,
#imce-message-popup div.message div {
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
}

#imce-message-popup .imce-message-content,
#imce-message-popup div.error div.imce-message-content,
#imce-message-popup div.message div.imce-message-content {
	padding-left: 20px;
}

.imce-ficon:before,
#imce-message-popup .imce-message .imce-ficon:before {
	font-size: 10px;
}
