body, p, div, span, h2, label, button, a {
	font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 16px;
}

a {
	text-decoration: none;
}

.materialStyle, .cSelect {
	margin-bottom: 3px!important;
}

.gift {
	alert(1)
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

.gift:hover {
	color: #000;
}

.registryClick, .noAssociate {
	alert(2)
	font-size: 11px;
	margin: 0 0 0 10px;
}
.noAssociate {
	display: block;
	padding: 10px 0 0 30px;
	text-decoration: none;
}

.col-md-12 {
	padding: 10px;
	width: 100%;
}

.col-md-6 {
	padding: 10px;
	width: 50%;
	float: left;
}

.col-md-4 {
	padding: 10px;
	float: left;
	width: 33.3333%;
}

.col-md-8 {
	padding: 10px;
	float: left;
	width: 63.3333%;
}

.row {
	overflow: hidden;
	display: block;
	width: 100%;
}

.restrictedCharacter {
	padding: 0!important
}

.restrictedCharacter > span {
	padding: 0 10px 0 0;
}
/*
.row {
	overflow: hidden;
	display: block;
	width: 100%;
}
*/

.aligmentLeft {
	text-align: left;
}

.aligmentRight {
	text-align: right;
}


/*
.col-l-4 {
	padding: 10px;
	float: left;
	width: 33.3333%;
}

.col-l-6 {
	padding: 10px;
	float: left;
	width: 47.2%;
}

.col-l-8 {
	padding: 10px;
	float: left;
	width: 63.3333%;
}

.col-l-12 {
	padding: 0 10px 0 10px;
}
*/

.inputMaterial {
	height: 40px;
}

.titleModule {
	font-size: 15px!important;
	font-weight: bold;
}

.searchContainer {
	background: #f3f3f3;
	padding: 10px 20px 20px 20px;
	margin: 10px;
}

.eventList {
	background: #fff;
	padding: 10px;
	min-height: 250px;
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid #d8d8d8;
}

.radio {
	margin: 0!important;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d8d8d8;
}

.detailsGift {
	display: none;
	background: #f3f3f3;
	padding: 15px;
	overflow: hidden;
}

.detailsGift>h2 {
	font-size: 14px;
}

.detailsGift>p {
	font-size: 13px;
}

.darkColorLink {
	display: inline!important;
}

.areaGift {
	width: 100%;
	max-width: 750px;
	min-height: 80px;
}
