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

#column1, #column2, #column3, #column4, #column5  {
	float: left;
	position: static !important;
}

#cgportalfooter {
clear: both; /* DP: Needed for standard portal footer content not to unfloat */
}

/* Footer Terms and Privacy Policy */
.footer__terms {
  text-align: center;
}
.footer__terms .terms__link:not(:last-child):not(:only-child) {
  margin-right: 1rem;
}

/*All Apply Online Pages*/

.fieldDiv tr {
	vertical-align:top;
}
.fieldDiv td {
	padding:6px;
}
.fieldDiv td.col1 {
	width:33%;
	text-align:right;
}
#rosterTbl tr {
vertical-align: top;
}
#cgfirsttime {
	margin-bottom:15px;
}
#cgButtonFooter {
	/*for all major browsers */
	padding-top:0;
	padding-bottom:0;
	padding-left:34%;
	text-align:left;

	/* IF IE 6, use this styling
	padding-left:0;
	text-align:center;*/
}
#p-cgsupportlink {
	text-align:center;
	margin:20px auto;
	padding-top:10px; /* 9/22/14 - BP - added padding top */
	clear:both;
}

#appSummaryTable {
width: 100%; /* DP: For non portalized ao home, mirrors timelinetable size */
}
/* AO table modal */
#subGranteeSubmitTbl {min-height: 40px}
.subGranteeField {max-width:900px;}


/* NPO/AO Login Page SS25983 */
#cglogin div.text {
	text-align: center;
    display: block;
    margin-top: 20px;
}

/* ------- button styling --------- */
a.link-button {
	display: inline-block;
	margin:6px 20px 6px 0;
}
.formButton[disabled], .formButton[disabled]:hover {
    cursor: default !important;
}
.formbutton, .formButton, .formAction, #primaryAction, .link-button, .formButton[disabled]:hover {
	text-decoration: none;
	cursor: pointer;
	border:1px solid #b3b3b3;
	padding: 4px 8px;
	margin:6px 20px 6px 0;
	color:#000000;

	background-color:#DBDBDB;
	/*- 9/22/14 - BP - updated gradient fill css --
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#B7B7B7');
	background: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#B7B7B7));
	background: -moz-linear-gradient(top,  #DBDBDB,  #B7B7B7);*/

	/* Gradient background */
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dddddd'); /* for IE */
	  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd)); /* for webkit browsers */
	  background: -moz-linear-gradient(top, #efefef, #dddddd); /* FF3.6+ */
	  background: -webkit-linear-gradient(top, #efefef, #dddddd); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #efefef, #dddddd); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #efefef, #dddddd); /* IE10+ */
	  background: linear-gradient(top, #efefef, #dddddd); /* W3C */
	zoom:1;

	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.formbutton:hover,.formButton:hover, .formAction:hover, #primaryAction:hover, .link-button:hover {
	color:#000000;

	background-color:#ccc;
	/*- 9/22/14 - BP - updated gradient fill css --
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B7B7B7', endColorstr='#DBDBDB');
	background: -webkit-gradient(linear, left top, left bottom, from(#B7B7B7), to(#DBDBDB));
	background: -moz-linear-gradient(top,  #B7B7B7,  #DBDBDB);*/

	/* Gradient background */
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#efefef'); /* for IE */
	  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#efefef)); /* for webkit browsers */
	  background: -moz-linear-gradient(top, #dddddd, #efefef); /* FF3.6+ */
	  background: -webkit-linear-gradient(top, #dddddd, #efefef); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top, #dddddd, #efefef); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top, #dddddd, #efefef); /* IE10+ */
	  background: linear-gradient(top, #dddddd, #efefef); /* W3C */
}
/* 9/22/14 - BP - antiquated pseudoclasses --
a.link-button:link {color: #000000;}
a.link-button:visited {color: #000000;}
a.link-button:hover {color: #000000;}
a.link-button:active {color: #000000;}*/

/* -- ---------- End button styles ------ -- */



/* ------------Basic form & form content styling --------- */

.descriptionText {
	padding-bottom: 4px;
}
.summableTotal {

}

LABEL {

}

TEXTAREA, SELECT, .formInput, .formListNumber, .formListDate, .formPassword, .formPct, .formSelect, .formSelectMulti, .formTextarea, .formElement, .formUDL {
	border:1px solid #ccc;
	margin-bottom:2px;
	background-color: #FFF;
	/*background-image:url(/includes/images/field-bgrnd.png) repeat-x top; - 9/23/14 -- BP commented out -- */
	padding:4px;
	min-width:150px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* SS27970 */
textarea[class^="formTextarea max"]{
    min-width:350px !important;
}

.formPct {
	min-width: 50px;
}

.formSelect, .formSelectMulti {
	padding: .2em 0; /* left padding causes select boxes to squish */
	min-width: 5em; /* for select FF boxes? */
	max-width: 45em;
}
#x-action-select {
margin-bottom: 10px !important;
}
input#XCONTACTID {
	min-width: 0;
}

/* -- BP Added: attempting to include a selector that will target just radio buttons and check boxes to remove border, min-width styling --- */
input[type=radio], input[type=checkbox] {
	border:none;
	min-width:none;
}
/*Bri-Guy added: list of checkboxes markup could not be converted to an <ul>. Each box was put onto a new line throught the use of a <br>. Needed to removed <br> for E2. This style midigates the two issues:*/
span.inline-checkbox-list.clearfix:before,
span.inline-checkbox-list.clearfix:after  {
    content: " ";
/*  display: table;*/
    display: block;
}
span.inline-checkbox-list.clearfix:after  {
     clear:both;
}
div#cgcontent {
	margin-left: 2%;
	margin-right: 2%;
}
/* -- commented out BP, 12-12-2011 --
div#cgcontent h2,*/
div.cell, div.fieldDiv {
	/*width: 95%; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
}
div#cgcontent h2 {
	padding: 5px;
}
div#cgRequiredMsg {
	padding: 2px;
}

.headerCell {
margin:  0;
text-align: center;
}

div.errorText li, div.warningText li, div.successText li {
	list-style-position: inside;
}
.warningText , .successText {
  border: 1px solid #FDB933;
  border-left-width: 8px;
  padding: 28px 10px !important;
  font-size: 16px;
  color: #333;
  margin: 40px 0 30px;
  display: block;
  text-align: left;
}

.successText {
   border-color: #62BB46;
}

/* reset list alignment */
.warningText p + ul li,
.warningText ol li {
  text-align: left;
}
/* reset display for error text not within td but is a td*/
td.headerCell.warningText {
  display: table-cell;
}

div.cell {
	text-align:left;
}
div.fieldDiv table.cgTableHolder {
	border: 0;
	margin: 0;
	padding: 0px;
}
#cgRequiredMsg {
	text-align:right !important;
}
/* throw on the old school borders */
table.cgTableHolder, table.cgTableHolder th, table.cgTableHolder td {
	border-collapse:collapse;
	/*border-bottom: 1px solid #FFF;	 WL: figure out how to make this work with configurable border colors */
}
form {
	margin: 0;
	padding: 0;
}
/* End basic form structure */


#cgterms {
	text-align: left;
}
.cgportlet {
	margin: 5px;
}
ul#cgyear {
	display: inline;
	margin: 0;
	padding: 0px;
}
ul#cgyear li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}
div.cgImg {
	padding: 3px;
	width: 100px;
	float: left;
}

/* fixes the left spacing issue on the summable fields in IE ============= */
ul.flatTree, ul.rptFlatTree {
	margin-left:0;
	list-style-position:outside;
}
ul.tree li, ul.rptTree li, ul.flatTree li, ul.rptFlatTree li {
    margin-left:0;
	padding-left:0;
}

/* sort ascending/descending ======================== */
a.sortAsc, a.sortDesc {
	color: #FFF; /* !important; */
	display: block;
	font-size: .8em;
	text-decoration: none;
	text-align: center;
}
.tblHeader {
	font-size: 1em;
	display: inline;
	text-align: center;
}
.tdLeft .tblHeader {
	float: left;
}
.tdRight .tblHeader {
	float: right;
}
/* used for sortable tables */
th.sortCol span.upArrow, th.sortCol span.downArrow {
	display: none;
}
th.sortAsc span.upArrow {
	display: none !important;
}
th.sortAsc span.downArrow {
	display: inline !important;
}
th.sortDesc span.upArrow {
	display: inline !important;
}
th.sortDesc span.downArrow {
	display: none !important;
}
.formImgSortAsc, .formImgSortDesc {
	display: inline;
	vertical-align: middle;
}
.formImgSortAsc {
	float: left;
}
.formImgSortDesc {
	float: right;
}
div.next, div.prev, div.next a, div.prev a {
	display: inline;
}

/* -- DataTables style fixes -- */
.dataTables_scroll table.dataTable thead th,
table.DTFC_Cloned.dataTable thead th {
	padding: 1rem 1.5rem;
}
.dataTables_scroll table.dataTable tbody td,
table.DTFC_Cloned.dataTable thead td {
	padding: 0.5rem;
}
.DTFC_ScrollWrapper table.dataTable td {
	padding: 1rem 0.5rem !important;
}
.DTFC_LeftBodyLiner {
	overflow: hidden !important;
}
.DTFC_ScrollWrapper table.dataTable.no-footer {
	border-bottom: 0 !important;
}

/* -- auto complete styling -- */
div.autocomplete {
	position:absolute;
	width: 350px;
	background-color:white;
	border:1px solid #CCC;
	margin:-2px 0 0 0;
	padding:0;
	/* dropshadow */
	 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
			 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#x_keywd_choices ul {
	margin:0 !important;
	padding:0 !important;
}
div.autocomplete ul li.selected {
	background-color: #EFEFEF;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	/*border-bottom: 1px solid #999;*/
	padding: 2px 3px 4px !important;
	cursor:pointer;
}
div.autocomplete ul li span.informal {
	display:block;
}



/*Tooltip CSS*/

.asterisk {
	padding-right:4px;
}
.hintText {
	padding-left:4px;
}
.hintBracket {
	font-size:18px;
}
div.cg-tooltip-icon, div.cg-tooltip {
	display:inline;
}
/*end tool tip styling */

/* ========================================== */
/* =========    Checkout Process   ========== */
/* ========================================== */

/* Accepted Credit Cards JIRA: #CG-3766 - BP - 06/24/2014 */
.ccTypeList {
    margin: 0;
    padding: 0;
}
.ccTypeList li {
    list-style-type:none;
	background-image: url("/includes/images/sprite_credit_cards.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 23px;
    margin-right: 10px;
    text-indent: -999px;
    width: 37px;
}
.mastercard {
    background-position: 0 0;
}
.visa {
    background-position: -62px 0;
}
.americanexpress {
    background-position: -124px 0;
}
.discover {
    background-position: -187px 0;
}

/* ========================================== */
/* ============== EG LOGIN ================== */
/* ========================================== */

/* BP ADDED 9/22/14 */
#clientWrapper {
	position:relative;
}
#eg-login {
	max-width:720px;
	min-height: 240px; /* creates some vertical breathing room */
	margin:0 auto;
	clear:both;
}
.languageSelector {
  background: url(/includes/images/icon_global.png) no-repeat scroll 0 4px;
    /*float:right;
	margin: 10px 10px 0 0;*/
	position:absolute;
	top:20px;
	right:20px;
    padding-left: 44px;
}
/* LANGUAGE*/
/* E2: languageselector is in div.backdrop
   EG: is in .donorUi?
*/
#wrapper #languageselector {
  position: absolute;
  top: 26px;
  right: 25px;
}
#environmentBanner + #wrapper #languageselector,
#privacyBannerTxt + #wrapper #languageselector {
  position: absolute;
  top: 46px;
  right: 25px;
}
#privacyBannerTxt ~ #wrapper #languageselector {
  position: absolute;
  top: 56px;
  right: 25px;
}
#wrapper #languageselector .languageSelector,
#environmentBanner + #wrapper #languageselector .languageSelector,
#privacyBannerTxt + #wrapper #languageselector .languageSelector {
  position: relative;
  top: auto;
  right: auto;
}

#eg-login h2 {
    /*margin-left: 21%; QA1763 */
    padding: 5px;
}
/* 10/1/14 - BP 0 don't think we really need this anymore. People know that the red asterisk connotates 'required' */
#eg-login #cgRequiredMsg {
	display:none;
}
#egLoginForm {
	float:left;
	width:48%;
	/*margin-top:22px;*/
	padding-top:1%;
	padding-bottom:1%;
	border-right:1px solid #dfdfdf;
}
#egLoginForm h3 {
    float: left;
    margin: 0;
    padding: 3px 5px 0 0;
    width: 44%;
	text-align:right;
}
#egLoginForm .formReadOnly {
    /*float: left;
	width: 65%;*/
    text-align: left;
	margin-bottom:10px;
}

#cgforgotpassword {
    clear: left;
    float: left;
    margin-left: 22%;
    /*width: 30%;*/
}
#cgforgotpassword p {
	margin:10px 0;
}
#eg-login .descriptionText {
    /*border-left: 1px solid #DDDDDD;*/
    margin-left: 50%;
    /*margin-top: 34px;
	width: 43%;*/
    padding: 1% 2%; /* changed from 5px 0 5px 45px */

}
#eg-login #cgButtonFooter {
    padding-left: 45%;
}
#eg-login #primaryAction {
	width:160px;
}
p#cgfirsttime, .headerText {
	font-weight:bold;
}
#eg-login .hintText {
    padding-left: 14px;
}
.clear {
	clear:both;
}

/* ========================================== */
/* ============== EG Portals ================ */
/* ========================================== */

/* EG Horizontal Search ======================== */
.quick_search_horizontal {
    padding: 5px 5px 0px;
}
.quick_search_horizontal .content {
    display: inline-block;
}
.quick_search_horizontal .formRow,
.quick_search_horizontal .js-form-row{
    float: left;
    height: 3.5em;
    width: 200px;
    margin: 8px 0;
}
.quick_search_horizontal label {
	display: block;
	height: 1.2em;
}
.quick_search_horizontal #cgButtonFooter {
    clear: both;
    float: left;
    padding: 0;
    background-color: transparent !important;
    text-align: right;
}
.quick_search_horizontal [id^=formRowx_state_id] label,
.quick_search_horizontal [id^=formRowx_country_id] label,
.quick_search_horizontal [id^=formRowx_pt_id] label{
	visibility: hidden;
}
/* EG Vertical Search ======================== */
.quick_search_vertical form {
  margin: 0 auto;
  width: 200px;
}
.quick_search_vertical .formSelect {
	max-width: 16em;
	min-width: 3em;
}
.quick_search_vertical .formRow,
.quick_search_vertical .js-form-row {
	margin: 8px 5px;
	width: 200px;
}
.quick_search_vertical #cgButtonFooter {
	/*padding-left: 15%;*/
	padding: 0;
	margin: 0 5px;
	float: left;
}
.quick_search_vertical label {
	padding: 0 0 2px 0;
	display: block;
}
.quick_search_vertical [id^=formRowx_state_id] label,
.quick_search_vertical [id^=formRowx_country_id] label,
.quick_search_vertical [id^=formRowx_pt_id] label {
	display:none;
}
/* EG Vert & Horiz Search ======================== */
.quick_search_vertical select,
.quick_search_horizontal select {
    width: 85% !important;
}
/*CLEAR FIX*/
.quick_search_vertical:before,
.quick_search_vertical:after,
.quick_search_horizontal:before,
.quick_search_horizontal:after {
    content: "";
    display: table;
}
.quick_search_vertical:after,
.quick_search_horizontal:after {
    clear: both;
}
.quick_search_vertical,
.quick_search_horizontal {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*SS55509*/
.donorUi .mobile-table-heading {
    display: none;
}


/* ============================================ */
/* ============== EG CLASSES ================== */
/* ============================================ */
em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: bold;
	line-height: inherit;
}
.normal{
	font-weight:normal !important;
	font-style:normal !important;
}
.strong{font-weight: bold !important;}
.underline {
	text-decoration: underline;
	font-style: normal;
	line-height: inherit;
}
.underline.italics {
	text-decoration: underline;
	font-style: italic;
	line-height: inherit;
}
.red{color:#CC0000;}
.cg-text-center{text-align: center !important;}
.cg-text-left{text-align: left !important;}
.cg-text-right{text-align: right !important;}
.cg-text-justify{text-align: justify !important;}

/*------------------------------------*\
   Add Cal ICS
\*------------------------------------*/
.buttons-box {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #c7c7c7;
  display: inline-block;
  float: left;
  height: 65px;
  margin-right: 20px;
  max-width: 110px;
  min-width: 110px;
  width: 14%;
}
.buttons-box > a {
  display: block;
  text-align: center;
  font-size: 12px;
}
.add-to-cal-button {
  background-repeat: no-repeat;
  border-radius: 5px;
  margin: 5px auto 0;
  width: 44px;
}
.add-to-cal-button svg {
  background: #999 none repeat scroll 0 0;
  border-radius: 5px;
  position: relative;
  fill: #fff;
}
a:hover .add-to-cal-button svg {
  background: #afafaf none repeat scroll 0 0;
}

/*Styles for IE 7 and 8*/
.add-to-calendar > a {
  background/*\**/: transparent url("/includes/images/IE-white-add-to-cal.png") no-repeat scroll 50% 0\9;
  display/*\**/: inline-block\9;
  padding-top/*\**/: 24px\9;
}
.add-to-calendar > a:hover {
  background/*\**/: transparent url("/includes/images/IE-white-add-to-cal-hover.png") no-repeat scroll 50% 0\9;
}

/*------------------------------------*\
   Social Button Classes
\*------------------------------------*/
.cg-action-menu {
  margin-bottom: 1em; }
  .cg-action-menu .cg-social-buttons {
    display: inline-block; }

.cg-social-button {
  display: inline-block; }

.cg-social-button svg {
  fill: #fff;
  vertical-align: top; }

.cg-social-button.cg-facebook-button span {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  vertical-align: top; }

.cg-social-button.cg-facebook-button span {
  margin-left: 3px; }

.cg-social-button button,
.cg-social-button .button {
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 11px/18px 'Helvetica Neue', Arial, sans-serif;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  margin-right: 0.5em;
  padding: 0 6px 0 4px; }

/* facebook button */
.cg-social-button.cg-facebook-button button {
  background: transparent; }

.cg-social-button.cg-facebook-button button:hover {
  background: transparent; }

.cg-social-button.cg-facebook-button svg {
  margin-top: 3px; }

/* twitter button */
.cg-social-button.cg-twitter-button button {
  background: transparent; }

.cg-social-button.cg-twitter-button button:hover {
  background: transparent; }

.cg-social-button.cg-twitter-button svg {
  margin-top: 2px; }

/* add to calendar button */
.cg-social-button.cg-add-to-calendar-button .button {
  display: inline-block;
  background: transparent;
  text-decoration: none; }

.cg-social-button.cg-add-to-calendar-button .button:hover {
  background: transparent; }

.cg-social-button.cg-add-to-calendar-button svg {
  margin-right: 4px;
  height: 20px; }

/*New social sharing button */
.cg-social-buttons {
  max-width: 155px;
}
.cg-social-buttons .social {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 150px;
  height: 36px;
  box-shadow: inset 0 0 0 2px #dbe3ea;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  margin: auto;
  text-align: center;
}
.cg-social-buttons .social span {
  position: relative;
  top: 10px;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.cg-social-buttons .social:hover span {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.cg-social-buttons .social span, .social div {
  margin: auto;
  padding: 0 10px;
}
.cg-social-buttons .social .social-links {
  display: inline-block;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 8px 5px;
}
.cg-social-buttons .social .social-links a {
  margin: auto;
  background: #fff;
  display: inline-block;
  height: 20px;
  width: 20px;
  opacity: 0;
}
.cg-social-buttons .social .social-links a:first-child {
  float: left;
  margin-left: 5px;
}
.cg-social-buttons .social .social-links a:last-child {
  float: right;
  margin-right: 15px;
}
.cg-social-buttons .social .social-links a:not(:first-child):not(:last-child) {
  margin-right: 5%;
  margin-left: 5%;
}
.cg-social-buttons .social:hover .social-links a {
  opacity: 1;
}
.cg-social-buttons .social:hover .social-links a:hover {
  opacity: 0.7;
}
.cg-social-buttons .social .social-links a svg {
  height: 20px;
  width: 20px;
}
.cg-social-buttons .social:hover .social-links {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

/*------------------------------------*\
   Recurring Payroll
\*------------------------------------*/
#cgdetailtbl .smallRequiredQuestion, #cgdetailtbl .smallOptionalQuestion {
    display: none;
}
#cgdetailtbl, .giving_history table, .current_contribution table, .pac_balance table {
    width: 100%;
    margin: 0 auto;
}




/*SS46725*/
#formRowxdonorcoderow label, #formRowxdonorcoderow p,
#formRowxpassword label, #formRowxpassword p {
    display: inline-block;
}
#formRowxdonorcoderow label,
#formRowxpassword label {
	margin-right:12px;
	font-size:inherit;
}
#formRowxdonorcoderow,
#formRowxpassword {
    float: right;
    clear: both;
    margin-right: 10px;
}

/*SS-50786*/
.js-export-to-excel {
	display: inline-block;
	margin-left: auto;
	vertical-align: middle;
}

.js-export-to-excel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.js-export-to-excel a .svg-e2--export-excel {
	height: 21px;
	pointer-events: none;
	width: 21px;
}
.volunteer-roster__controls > *:not(:last-child) {
  margin-right: 0.5rem;
}

.volunteer-roster__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*CG8079*/
.gsUi .validation-wrapper .input-error {
  left: 15% !important;
}
.donorUi .validation-wrapper .input-error {
  display: none;
}
/* CG8791
.donorUi .validation-wrapper input[style] {
    border-color: inherit !important;
} */

.donorUi .validation-wrapper {
  width: 100%;
}

@media (max-width: 350px) {
  .donorUi .validation-wrapper .input-error-pointer {
    bottom: -25% !important;
  }
}
@media (min-width: 480px) {
  .donorUi .validation-wrapper .input-error-pointer {
    left: 0 !important;
  }
}

@media (max-width: 480px) {
  #privacyBannerTxt ~ #wrapper #languageselector {
    top: 160px;
  }
}

/*CG11617*/
.formElement.currency-code-display {
    background-color: #F5F5F5;
    border-radius: 3.5px;
    color: #6B727E;
    margin-left: 5px;
    font-size: 80%;
    padding: 1px 4px;
}
td[data-column-name="requested_cash_fxa"] + td .formElement.input-text {
    width: 150px;
}

/* review page 🤞 */
.cgTableHolder p.p--background-styled + p.answer-readonly.currency-code-display {
    background-color: #F5F5F5;
    border: 1px solid #e2e2e2;
    border-radius: 3.5px;
    color: #6B727E;
    display: inline-block;
    font-size: 80%;
    margin: 0 0 0 5px;
    min-width: 40px;
    padding: 0 0 0 4px;
    text-align: center;
    vertical-align: baseline;
}

.cgTableHolder p.p--background-styled {
	display: inline-block;
	margin: 0;
}

.cgTableHolder p.p--background-styled + p.answer-readonly.currency-code-display + label.optionalQuestion {
    display: block;
}

.screenreader-only {
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  display: inline-block !important;
  overflow: hidden !important;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px,1px,1px,1px) !important;
}
