

input[type="radio"] {
	-webkit-appearance: radio; 
	width: 20px; 
	height: 20px; 
	position: static; 
}

#notification_results {
	font-size: 16px;
}



.NotificationMargin
{
	padding-left:10px;
}

#table_NewNotificationPrefs tr.spacer
{
	line-height:15px;
}

#table_NewNotificationPrefs td
{
	padding-top: 6px;
}

.HeaderTypes{
	text-align: left;
	width: 45.5px;
	padding: 0;
	font-family: verdana;
	font-size: 12pt;
}
.RotateText{
transform: rotate(300deg);
text-align: left;
-o-transform: rotate(300deg);  /* Opera 10.5 */
-webkit-transform: rotate(300deg);
-moz-transform: rotate(300deg);
-ms-transform:rotate(300deg);
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
	width: 48px;
	padding: 0;
	font-family: verdana;
	font-size: 12pt;
}
.NotificationCategory
{
	background-color: #F1F1F1 !important;
	padding: 8px 0px 4px 1px;
}

.NotificationApp
{
	padding: 8px 0px 4px 10px;
	text-align:left;
}

span.NotificationSelect
{
	float:right;
	font-family: 'Courier New',Courier,monospace;
}

#div_NotificationSettings {
	max-width: 90%;
	font-size: 16px;
}

.InProcessing
{

}

#confirmation { display: none; }

.smallButton {
	height: 32px;
	padding-top: 4px;
}

.blueBox {
	border-radius: 6px;
    padding: 10px;
    background-color: #F1F1F1;
    width: 90%;
}

.dropShadow {
	/*border-radius:8px;*/
	/* -webkit-box-shadow: 2px 2px 4px 1px #444;
	box-shadow: 2px 2px 4px 1px #444; */
}

#table_NewNotificationPrefs
{
	width: 100%; 
	border:0;
	margin-bottom: 25px; 
}



.eventRowButton {
	/*float: right;

	/*border: 1px solid black;
	border-radius: 6px;
	background: #B5C6E8;*/

	/*padding: 2px;*/
	margin: -6px 0 0 0;
	width: 44px;
	text-decoration: none;
	font-size: 12px;
	border: none;
	display: inline;
}
.eventRowButton:hover {

}
.eventRowButton img {
	padding: 1px;
	width: 32px;
	height: 32px;
}

.notifyEditButtons {
	position: absolute;
	right: 10px;
	top: 10px;
}


div.notifyAddress {
	height: 65px;
    padding: 6px;
    position: relative;
    text-align: left;
    margin: 10px 0px 15px 0px;
}

span.notifyAddress {
	float: left;
	text-align: left;
}

.notifyAddrText {
	margin-left: 5px;
	/*color: #E2C800;
	font-size: 20px;
	text-shadow: #222 1px 1px;*/
}

.notifyDataLeftCol {
	width: 25%;
}
.notifyDataRightCol {
	width: 75%;
}


tr.notRow1, tr.notRow2 {
	background-color: #F1F1F1;
}
.notRow1 {
	/* border-bottom: 1px solid #000; */
}
tr.notRow1Selected {
	background-color: #D9E1F2;
}

tr.spacer td, tr.colHead td {
	border: 0px !important;
}

tr.oneRow td {
	padding: 2px 6px;
}

.oneRow {
	background-color: #F1F1F1 !important;

}


tr.roundHead td {
	/*background-color: #7291CF;*/
	font-weight: 900;
}

/*
tr.roundHead td:first-child {
	padding-left: 4px;
}

table.rounded, table.accordion {
	border-collapse: separate;
	border-spacing: 0;
}
.rounded td {
	border: 0px solid #7291CF;
}*/

/*.rounded tr.roundHead td {
	border-top-width: 1px;
}
.rounded tr:last-child > td {
	border-bottom-width: 1px;
}
.rounded td:first-child {
	border-left-width: 1px;
}
.rounded td:last-child {
	border-right-width: 1px;
}*/

/*
.rounded tbody.roundHead td:first-child {
	border-top-left-radius: 8px;
}
.rounded tbody.roundHead td:last-child {
	border-top-right-radius: 8px;
}
.rounded tbody:last-child td:first-child {
	border-bottom-left-radius: 8px;
}
.rounded tbody:last-child td:last-child {
	border-bottom-right-radius: 8px;
}*/

.accordion {
	display: none;
	width: 100%; 
	margin-bottom: 8px; 
}


.transaction-max-width {
	max-width: 107px;
}
/*
.accordion td {
	background-color: #D5E3FF;
}
.accordion td:first-child {
	padding-left: 4px;
}*/
.accordion tr:not(:last-child) td {
	/*vertical-align: middle; */
	height: 32px; 
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/*
.accordion tr:first-child td {
	border-top-width: 1px;
}
.accordion tr:first-child td:first-child {
	border-top-left-radius: 8px;
}
.accordion tr:first-child td:last-child {
	border-top-right-radius: 8px;
}*/

tr.wide td { padding-top: 5px; padding-bottom: 5px; }

.disclaimer {
	font-size: 12px;
}

tr.BorderError{border:2px solid red; }

.SaveError  { color: red; }
.SaveSuccess { color: green; }

#prefs_saved {
	background-color: white;
	position: absolute;
	z-index: 10;
	display: none;
	left: 50%;
	width: 200px;
	opacity: 0.7;
	font-weight: 900;
	text-align: center;
}
body.CsgWebMobile #prefs_saved {
	position: fixed;
	bottom: 0;
	margin-left: -110px;
}

.mobileCheck
{
	cursor: pointer;
	color: black;
	border-radius: 6px;
	border: 1px solid black;
	height: 24px;
	width: 24px; 
	font-size: 16px;
	
	/*text-shadow: #666 1px 1px;*/
	margin: 3px;
	padding: 5px;

	background: #f6f8f9; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#d7dee3',GradientType=0 ); /* IE6-9 */
}

.mobileCheck:checked
{
	color: white;
	background: #bfd255;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmZDI1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhlYjkyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzcyYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWNiMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d));
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#72aa00',GradientType=0 );
}

#table_NewNotificationPrefs .NotificationCategory img.mobileButton
{
	height: 26px; width: 26px;
	padding: 2px; margin: 0px;
}
#table_NewNotificationPrefs .NotificationCategory img.mobileButton[disabled]
{
	filter: grayscale(1) contrast(0.5) brightness(1.5);
	-webkit-filter: grayscale(1) contrast(0.5) brightness(1.5);
	opacity: 0.6;
}

body.CsgCardCenter input[type="text"],
body.CsgCardCenter select {
	font-size: 14px;
	padding: 5px;
}

body.CsgCardCenter select {
	border-radius: 2px;
}



#chkTermsAgreed {
	margin: 0;
}

#chkTermsAgreedSurround {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
	position: relative;
}

#chkTermsAgreedSurround:after {
	position: absolute;
	content: '';
	top: -12px;
	bottom: -12px;
	left: -12px;
	right: -12px;
	cursor: pointer;
}

.add-phone-number {
	margin-top: 15px;
    margin-right: 15px;
}

#table_NewNotificationPrefs > tbody:nth-child(2) {
	border-bottom: 1px solid #b3b2b24d;
}

a:active, a:hover {
	color: #007bffc7 !important;
}


.phone_svg {
	background-image: url(../svg/phone.svg);
	width: 20px;
	height: 20px;
}
.email_svg {
	background-image: url(../svg/email.svg);
	width: 20px;
	height: 20px;
}
.ban_svg {
	background-image: url(../svg/ban.svg);
	width: 20px;
	height: 20px;
}
.bell_svg {
	background-image: url(../svg/bell.svg);
	width: 18px;
	height: 20px;
}
