.ReactModal__Content {
  transition: height 1s;
}

.p8-modal * {
  box-sizing: border-box;
}

.p8-modal .popover-group {
  border-top: 1px solid #d9d9d9;
  padding: 26px 0;
  margin: 0 30px;
}

.p8-modal .popover-group.header + .popover-group {
  padding: 26px  30px;
  margin: 0;
}

.p8-modal .popover-group.header {
  padding: 15px 30px;
	margin: 0;
  position: relative;
}

.p8-modal .popover-group:after {
  content: "";
  display: table;
  clear: both;
}

.p8-modal h2 {
  color: #333333;
	font-size: 26px;
	height: auto;
	line-height: 26px;
}

.p8-modal h2 span {
  font-size: inherit;
}

.p8-modal h3 {
  color: #333333;
  font-size: 18px;
  font-family: LeituraNews, leitura_news_2;
  text-transform: none;
  letter-spacing: 0;
  line-height: 24px;
	margin: 0;
}

.p8-modal h3 span {
	font-size: inherit;
}

.p8-modal h4 {
	color: #333333;
	font: 12px/18px SweetSans, sweet_sansmedium;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.p8-modal a {
	text-decoration: none;
}

.p8-modal p {
  color: #333333;
	font-size: 13px;
	line-height: 20px;
	margin-top: 6px;
}

.p8-modal p:first-child {
  margin-top: 0;
}

.p8-modal p.large {
  font-size: 18px;
  line-height: 1.5;
}

.p8-modal a.exit {
	background: url('../../images/dialog_exit.png') 0 0 no-repeat;
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -999em;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	float: none;
}

.p8-modal .skip-prompt {
  color: #999;
  font: 12px/18px SweetSans, sweet_sansmedium;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  line-height: 40px;
  margin-top: 6px;
  margin-left: 10px;
}

.p8-modal .button-highlight {
	color: white;
	cursor: pointer;
	background-color: #333;
	border: none;
	font-size: 13px;
  float: none;
	line-height: normal;
	transition: background-color .2s;
}

.p8-modal .button-highlight:last-child {
  margin-bottom: 0;
}

.p8-modal .button-highlight:hover {
	background-color: #0837EF;
  color: #FFF;
}

.p8-modal .button-highlight.loading {
	text-indent: -99999px;
	overflow: hidden;
	background-image: url('../../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.p8-modal .submit-form,
.p8-modal .complete-prompt {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 50%;
}

.p8-modal .submit-form {
	float: right;
}

.p8-modal .artist-follow-list {
	margin-top: 11px;
}

.p8-modal .artist-follow-list:after {
  content: '';
  display: table;
  clear: both;
}

.p8-modal .artist-follow-list .loading {
  background-image: url('../../images/loading-octagon.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

.p8-modal .artist-follow-item {
  color: #333333;
	font: 12px/18px SweetSans, sweet_sansmedium;
	letter-spacing: 0.1em;
	margin-bottom: 2px;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	float: left;
	padding-right: 10px;
  transition: color .2s;
	vertical-align: top;
	width: 33.3333%;
}

.p8-modal .artist-follow-item.active {
  background-color: inherit;
	color: #0838EF;
}

.p8-modal .artist-follow-item a {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p8-modal .artist-follow-item .artist-name {
  white-space: nowrap;
}

.p8-modal .artist-follow-item .icon {
	color: inherit;
	font-family: LeituraNews, leitura_news_2;
	font-size: 14px;
  letter-spacing: normal;
	line-height: 20px;
  text-transform: none;
}

.p8-modal .artist-follow-item .icon:before {
  margin-left: 0;
}

.p8-modal .artist-follow-item .icon:after {
  content: 'Follow';
  display: inline;
}

.p8-modal .artist-follow-item.active .icon:after {
  content: 'Following';
}

.p8-modal .support-email {
  color: inherit;
}

.p8-modal ul.error_messages
{
	display: none;
	color: #c00;
	float: left;
	padding-top: 30px;
	max-width: 420px;
}

.p8-modal form {
	margin-top: 18px;
}

.p8-modal fieldset {
	float: none;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 15px;
	width: auto;
}

.p8-modal fieldset:last-child {
  margin-bottom: 0;
}

.p8-modal [class$="column"] {
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	min-height: 1px;
}

.p8-modal .six-column {
	width: 50%;
}

.p8-modal .four-column {
	width: 33.333333333%;
}

.p8-modal .three-column {
	width: 25%;
}

.p8-modal .two-column {
	width: 16.666666667%;
}

.p8-modal form label
{
	font-size: 14px;
	display: block;
  line-height: 20px;
	margin: 0 0 10px 0;
	transition: color .2s;
  white-space: nowrap;
}

.p8-modal form label span {
  vertical-align: middle;
}

.p8-modal form [type="text"]
{
	border: 1px solid #dadada;
	padding: 2px 5px;
	line-height: 34px;
	height: auto;
	margin: 0;
	font-size: 16px;
	color: #333;
	font-family: helvetica neue, arial, sans-serif;
	width: 100%;
	transition: border-color .2s;
}

.p8-modal form [type="radio"] {
  margin-right: 7px;
  vertical-align: middle;
}

.p8-modal form div.select-container
{
	border: 1px solid #dadada;
	width: 100%;
	height: 40px;
	background: url('../../images/icon_menu.gif') no-repeat right 5px center;
	transition: border-color .2s;
}

.p8-modal form select
{
	background: transparent;
	width: 100%;
	padding: 2px 20px 1px 10px;
	font-size: 13px;
	line-height: 14px;
	border: 0;
	border-radius: 0;
	height: 38px;
	-webkit-appearance: none;
	-moz-appearance: window;
	color: #999;
	font-family: LeituraNews, leitura_news_2;
	font-weight: normal;
	text-overflow: ellipsis;
}

.p8-modal form .disabled {
  opacity: .5;
}

.p8-modal form .error [type="text"],
.p8-modal form .error div.select-container
{
	border-color: #c00;
}

.p8-modal form .error label {
	color: #c00;
}

.p8-modal .error-messages {
	color: #c00;
	font-size: 15px;
	line-height: 1.5;
}

.p8-modal .card-title {
	position: relative;
}

.p8-modal .card-approved {
	background: url('../../images/user/approved-check.jpg') no-repeat right center;
	color: #39b44a;
	font-size: 15px;
	height: 26px;
	line-height: 26px;
	padding-right: 38px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 675px) {
  .p8-modal .popover-group.header {
		margin: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.p8-modal h2 {
		font-size: 26px !important;
		line-height: 26px;
	}

	.p8-modal h3 {
		font-size: 18px !important;
		display: block;
	}

	.p8-modal h4 {
		font-size: 12px;
		line-height: 18px;
	}

	.p8-modal a.exit {
		background-size: auto;
		height: 26px;
		position: absolute;
		right: 20px;
		top: 0;
		width: 26px;
	}

	.p8-modal .artist-follow-item{
		margin-bottom: 10px;
		width: 100%;
	}

	.p8-modal .exit-popover.skip {
		float: left;
	}
}

@media only screen and (max-width: 600px) {

  .p8-modal .popover-group,
  .p8-modal .popover-group.header {
		margin-left: 10px;
		margin-right: 10px;
	}

  .p8-modal .popover-group.header + .popover-group {
    padding-left: 10px;
		padding-right: 10px;
  }

  .p8-modal .popover-group.header {
    padding-left: 0;
    padding-right: 0;
  }

	.p8-modal .six-column {
		width: 100%;
	}
	.p8-modal .three-column {
		width: 50%;
	}
	.p8-modal .two-column {
		width: 33.3333333%;
	}

	.p8-modal fieldset {
		margin-bottom: 0;
	}

	.p8-modal .input {
		margin-top: 10px;
	}

	.p8-modal .complete-prompt {
		width: 100%;
	}

	.p8-modal .error-messages {
		margin-top: 10px;
	}

	.p8-modal .card-approved {
		font-size: 12px;
		padding-right: 30px;
	}
}
