﻿.newCP .formline {
	padding-top: 5px;
}

.moduleContentNew .header .intro
{
	padding: 0px 15px 0px 7px;
}

.moduleContentNew .header .text {
	overflow: hidden;
	margin-left: 10px;
}

.moduleContentNew .header a.availableLists
{
	position: absolute;
	right: 8px;
	top: 5px;
}

.moduleContentNew .header div.availableLists
{
	background: url(/Common/images/NotifyMe/AvailableListsDropdownbkg.png) no-repeat left bottom;
	left: auto;
	padding: 5px 6px 5px 14px;
	position: absolute;
	right: 8px;
	top: 26px;
	width: 113px;
}

.maxWidth350px .header a.availableLists
{
	display: inline-block;
	margin-bottom: 8px;
	position: static;
}

.maxWidth350px .header div.availableLists
{
	left: 79px;
	position: relative;
	right: auto;
	top: -14px;
}

.moduleContentNew .header div.availableLists h3
{
	font-size: 8pt;
	margin: 0px 0px 5px 0px;
}

.moduleContentNew .header div.availableLists ol
{
	font-size: 8pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.moduleContentNew .header div.availableLists li
{
	line-height: 1.5;
	margin-bottom: 5px;
}

.moduleContentNew .header div.availableLists li a
{
	display: block;
	padding-left: 22px;
	text-decoration: none;
}

.moduleContentNew .subscribeForm
{
	clear: left;
	margin: 0px 0px 15px 50px;
	position: relative;
	max-width: 450px;
	width: 100%;
}

.maxWidth550px .subscribeForm
{
	width: auto;
}

.maxWidth350px .subscribeForm
{
	margin-left: 25px;
}
.maxWidth350px .subscribeForm .contactInfo > h3
{
	overflow: hidden;
	position: relative;
	text-indent: -100%;
}
.maxWidth350px .subscribeForm .contactInfo > h3:after
{
	content: "Profile Info";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}

.moduleContentNew .contactInfo > h3,
.moduleContentNew .contactInfo > h2
{
	margin-top: 0px;
}

.moduleContentNew .contactInfo > h2
{
	padding-right: 71px;
}

.moduleContentNew .contactInfo .formline
{
	margin-left: -25px;
}

.moduleContentNew .contactInfo .formline > label
{
	float: left;
	margin-top: 4px;
	width: 20px;
}

.moduleContentNew .contactInfo .formline > div
{
	margin-left: 25px;
}

.moduleContentNew .contactInfo .formline.SMS
{
	left: auto;
}

.moduleContentNew .contactInfo .formline.SMS > div
{
	padding-right: 50px;
	position: relative;
}

.moduleContentNew .contactInfo .formline.SMS > div > a.button
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.moduleContentNew .contactInfo .nolabel div
{
	padding-left: 30px;
}

.moduleContentNew .listing
{
	clear: left;
	margin-top: 10px;
	position: relative;
}

.maxWidth350px .listingIcon
{
	background: none !important;
	padding-left: 0;
}
.moduleContentNew .listing .tooltip
{
	font-family: Arial, sans-serif;
	font-size: 7pt;
	left: -15px;
	position: absolute;
	text-align: right;
	top: 85px;
	width: 60px;
}

.maxWidth550px .listing .tooltip
{
	display: none;
}
.moduleContentNew .listing .tooltip span
{
	font-size: 3em;
	line-height: 1;
	position: relative;
	top: 5px;
}

.moduleContentNew .listing table
{
	margin-top: -12px;
	width: 100%;
}

.moduleContentNew .listing td,
.moduleContentNew .listing th
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 6px 15px 6px 0px;
	word-break:break-word;
	hyphens: auto;
}

.moduleContentNew .listing th
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: .75em;
	font-weight: bold;
	padding: 6px 0px;
	text-transform: uppercase;
}

.moduleContentNew .listing table .method
{
	padding-right: 10px;
	text-align: center;
	width: 8%;
}

.moduleContentNew .listing table .desc
{
	padding-right: 0px;
	width: 62%;
}

.moduleContentNew .listing td.method a
{
	display: inline-block;
	height: 16px;
	top: 3px;
	width: 16px;
}

.moduleContentNew .listing a.inactive
{
	cursor: default;
}

.moduleContentNew .listing td.method a img
{
	border: none;
}

.maxWidth550px.moduleContentNew .listing h2
{
    padding-left: 8px;
}

.maxWidth550px .listing tr
{
	display: block;
	padding-bottom: 40px;
	/* Height of row */
	position: relative;
}

.maxWidth550px .listing thead
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.maxWidth550px .listing tr:nth-child(even)
{
	background-color: rgba(0, 0, 0, 0.05);
}

.maxWidth550px .listing td
{
	display: block;
	padding-right: 8px !important;
	padding-left: 8em !important;
	position: relative;
	text-align: left !important;
	white-space: normal !important;
	width: auto !important;
}
.maxWidth550px .listing td.method
{
	bottom: 0;
	left: 0;
	padding-right: 55px; /* The BP is 40px off, so I'm forcing it with padding here. */
    position: absolute;
	right: 0;
}
.maxWidth550px .listing td.method > a
{
	width: auto !important;
}
.maxWidth550px .listing td.method > a.email
{
	margin-right: 20px;
}
.maxWidth550px .listing td.method > a:after
{
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}
.maxWidth550px .listing td.method > a.email:after
{
	content: "Email";
}
.maxWidth550px .listing td.method > a.sms:after
{
	content: "Text Message";
}
.maxWidth550px .listing tr:not(:first-child) + tr .name
{
	border-top-style: solid;
	border-top-width: 2px;
}
.maxWidth550px .listing td.desc
{
    min-height: 1.5em;
}
.maxWidth550px .listing td:before
{
	content: "";
	display: block;
	font-size: .75em;
	font-weight: bold;
	left: 8px;
	position: absolute;
	text-transform: uppercase;
	top: 9px;
	width: 9.5em;
}
.maxWidth550px .listing td.method:before
{
	content: "Subscribe to";
}
.maxWidth550px .listing td.name:before
{
	content: "List Name";
}
.maxWidth550px .listing td.desc:before
{
	content: "Description";
}

.maxWidth550px .listing tr:first-child + tr .name
{
	border-top: 0;
}

.maxWidth400px .listing tr
{
	padding-bottom: 86px;
}

.maxWidth400px .listing .method > a
{
	margin-bottom: 10px;
}

.subHelp {
   width: 440px;
   left: 50% !important;
   margin-left: -220px !important;
}

@media screen and (max-width: 500px)
{
	.subHelp
	{
		left: 50% !important;
		margin-left: -45% !important;
		width: 90% !important;
	}
}


	.subHelp .modalContentLeft,
	.subHelp .modalContentRight,
	.subHelp .modalContent,
	.subHelp .modalBottom,
	.subHelp .modalTabs
	{
		background-color: #fefcfd;
	}

/*  MESSAGE VIEW  */

.moduleContentNew .message
{
	/*overflow: hidden;*/
	width: 100%;
}

.moduleContentNew .messageTimeNav
{
	float: left;
	padding-left: 5px;
}

.moduleContentNew .messageNav
{
	float: right;
	padding-right: 5px;
}

.moduleContentNew .message dl.details
{
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	height: 100%;
	margin: 30px 0px 5px 0px;
	overflow: hidden;
	padding: 15px 0px 0px 27px;
}

.moduleContentNew .message dl.details dt
{
	clear: left;
	float: left;
	margin-bottom: 6px;
	width: 20%;
}

.moduleContentNew .message dl.details dd
{
	float: left;
	margin-bottom: 6px;
	width: 80%;
}

.maxWidth550px .message dl.details
{
	padding-left: 0;
}

.maxWidth550px .messageTimeNav,
.maxWidth550px .messageNav
{
	float: none;
	text-align: center;
}

.maxWidth550px .messageTimeNav
{
	margin-bottom: 20px;
}

.maxWidth550px .message dl.details dt
{
	width: 35%;
}

.maxWidth550px .message dl.details dd
{
	width: 65%;
}

.maxWidth350px .message dl.details dt,
.maxWidth350px .message dl.details dd
{
	float: none;
	width: auto;
}

/*  END MESSAGE VIEW  */


/*  Modal  */

.newCP.modal
{
	font-family: Arial,sans-serif;
	font-size: 9pt;
}

.newCP.modal .success,
.newCP.modal .number
{
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 65px;
}

.newCP.modal .modalTabs .number h1
{
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	padding: 0px;
}

.newCP.modal .modalTabs .number a span
{
	height: 20px;
}

.newCP.modal .success
{
	background: url(/App_Themes/CP/images/IconBigPublish.png) no-repeat 4px -2px;
}

.newCP.modal .number
{
	background: url(/Common/Images/NotifyMe/IconPhone.png) no-repeat 4px -2px;
}

.newCP.modal h1
{
	font-size: 2em;
}

.newCP.modal .number input[type="text"]
{
	width: 90%;
}

.newCP.modal .number .tip
{
	color: #999;
	display: block;
	margin-bottom: 15px;
}

.newCP.modal .number .cancel
{
	color: #c33;
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 500px) and (min-width:400px)
{
	iframe#liveEditDialog {
		height: 235px !important;
	}
}

@media screen and (max-width: 400px) and (min-width:345px)
{
	iframe#liveEditDialog {
		height: 275px !important;
	}
}

@media screen and (max-width: 345px)
{
	iframe#liveEditDialog {
		height: 340px !important;
	}
}

.notifymeAccordion {
	cursor: pointer;
	display: block;
	line-height: 32px;
}

.notifymeAccordion span::before {
	content: '';
	border-left: 10px solid #244860;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: none;
	display: inline-block;
	margin-right: 5px;
}

.notifymeAccordion.active span::before {
	border-top: 10px solid #244860;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: none;
}

.notifymeAccordion + div[class$="Panel"] > table {
	margin-top: 12px;
}