/********* MyAccount.css file has all changes for the my account pages *********/
.inreach_account_registration_filter {
	box-shadow: none !important;
	border:none !important;
	border-radius: 0px !important;
}
/********** remove the shadow on the my account box *********/
.ui-widget {
	box-shadow: none;
}
/*.ui-widget-content {
	border:none;
}*/
/********* top menu *********/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: bold !important;
	font-style: italic !important;
}
/********* list items ********/
.inreach_account_registration_item {
	box-shadow: none;
}
/********* filters *********/
.inreach_account_registration_filter { background-color:#313036;}
#Inreach_account_daterange_filter_startdate, #Inreach_account_daterange_filter_enddate {
	padding:5px 0px 4px 122px !important;
}
.inreach_account_registration_filter .start_date_watermark {
	background-color:#cccccc;
	margin-left:20px !important;
}
.inreach_account_registration_filter .end_date_watermark {
	background-color:#cccccc;
	margin-left:20px !important;
}
.inreach_account_button_reset_filters {
	background: url('/content/images/icon_refresh.png') 3px 3px no-repeat #313036;
}
/********* ny transcript *********/
#StartDate, #EndDate {
	background-color:#cccccc !important;
}
button[id="btnAddCredit"] {
	background: #e23838;
	border: none;
	height: 23px;
	color:#fff;
	margin-right:6px;
}
button[id="btnAddCredit"]:hover {
	cursor: pointer;
}
input[id="btnApply"] {
	background: #e23838;
	border: none;
	height: 23px;
	color:#fff;

}
input[id="btnApply"]:hover {
	cursor: pointer;
}
input[id="btnUpdateProfile"] {
	background: #e23838;
	border: none;
	height: 60px;
	color:#fff !important;
	margin-top:15px;
}
input[id="btnUpdateProfile"]:hover {
	cursor: pointer;
}
input[id="SelectAll"] {
	background: #e23838;
	border: none;
	height: 23px;
	color:#fff;
	margin-top:15px;
}
input[id="SelectAll"]:hover {
	cursor: pointer;
}
input[id="UnselectAll"] {
	background: #e23838;
	border: none;
	height: 23px;
	color:#fff;
	margin-top:15px;
}
input[id="UnselectAll"]:hover {
	cursor: pointer;
}
input[id="btnUpdateCategories"] {
	background: #e23838;
	border: none;
	height: 30px;
	color:#fff;
	margin-top:15px;
}
input[id="btnUpdateCategories"]:hover {
	cursor: pointer;
}
