.low{ color:#b3b1b1 !important; }

div.pager-btn-container select{
	width: 60px;
}
a:link{
	text-decoration: none;
}

*{
	color: inherit;
}

.icon-edit{
	background: none !important;
}

div#tab-attributes .attribute label{
	width: 100%;
	text-align: left;
	clear: both;
}

div#tab-attributes div.btn-ctrls a{

}

div#tab-attributes .attribute{
	width: 100%;
}

select[size], select[multiple], select[size][multiple] {
	height: 80px;
}
.mc-hide{
	display: none;
}
.modal .modal-footer{
	height: 28px;
}

section.bar-section{
	width: 100%;
	min-width: 100%;
}

div.mc input.renewal,
div.mc select.renewal{
	width: 392px;
}

div#dropdown select.renewal{
	font-size: 13px;
	height: 30px;
	padding: 4px 5px 5px;
	position: relative;
	background: #fff;
	margin: 0 !important;
	-webkit-box-shadow:0 0 5px #f8f8f8 inset;
	-moz-box-shadow:0 0 5px #f8f8f8 inset;
	box-shadow:0 0 5px #f8f8f8 inset;
	outline: none;
	border: 1px solid #999;
	border-radius: 2px;
	width: 392px;
}

div.mc label{
	font-size: 13px;
}

div.row{
	margin: 10px 0;
	padding: 5px 5px 5px 0;
}

div.row.autoRenew{
	display: flex;
}

div#autoRenewOption input#autoRenew{
	margin-left: 50px;
}

div.btn-containers.renewal {
	padding: 35px 0;
	float: right;
}
.profile-avatar.org {
	text-align: center;
	float: none !important;
}

.profile-avatar.org img{
	border: none !important;
}

.renewal-section{
	font-size: 18px;
}

.org-renewal{
	padding: 5px 0;
}

.org-renewal.current{
	padding: 5px 0 25px;
}

.org-renewal.total{
	padding: 15px 0;
}

.mc-msg p{
	margin-left: 20px;
}

#contactprefs-toggles > div{
	margin: 0px;
}
#contactprefs-toggles > div div{
	clear: both;
}
#contactprefs-toggles > div span + label{
	font-weight: normal;
	line-height: 30px;
	margin-top: 0px;
}
div#customAttributes{
	min-height: 100px;
}
#preview-content{
	padding: 10px;
}

.profile-modal.modal ul.options-list li label{
	float: none !important;
	font-weight: normal;
}



/* global buttons */

.gen-button, .alt-button, .alt-button.blue, .alt-button.red, .alt-button.green {
	background: #f4f4f4;
  	border: 1px solid #bfbfbf;
	height: 26px;
	line-height: 26px;
	text-shadow: none;
	color: #4a4a4a !important;
	border-radius: 3px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
  	box-shadow: none;
}
.gen-button:hover,.alt-button.blue:hover,
.alt-button.red:hover, .alt-button.green:hover {
	text-decoration: none !important;
	background: #fff;
	color: #74B844 !important;
}

.gen-button:active, .gen-button.pressed, .gen-button.pressed:hover {
    box-shadow: none;
    text-shadow: none;
    text-decoration: none !important;
    background: #fff;
  	color: #74B844 !important;
}
.alt-button.green {
  background: #74b844;
  color: #fff !important;
  border-color: #74b844;
}
.alt-button.green:hover,
.alt-button.green:active {
  background: #69A73D !important;
  color: #fff !important;
  border-color: #69A73D;
  text-decoration: none !important;
}

.alt-button.red:hover,
.alt-button.red:active {
  border-color: #B84444;
  background: #B84444;
  color: #FFF !important;
  text-decoration: none !important;
}

.gen-button.disabled, .gen-button.disabled:hover,
.alt-button.disabled, .alt-button.disabled:hover,
.alt-button.red.disabled, .alt-button.red.disabled:hover {
	opacity: 0.3;
	background: none;
	color: #4a4a4a !important;
	border-color: #bfbfbf;
	box-shadow: none;
}

.alt-button.green.disabled, .alt-button.green.disabled:hover {
	opacity: 0.3;
	color: #fff !important;
	border-color: #74b844;
	box-shadow: none;
	background: #74b844 !important;
}

.button-group .gen-button.first {border-radius: 3px 0 0 3px;}
.button-group .gen-button.last {border-radius: 0 3px 3px 0;}

.recaptcha-container {
    height: 95px;
    margin-top: -10px;
}

span.span-error{
    color: #c00;
    font-size: 12px;
    font-style: italic;
}
