/* huge button */
#the-event-detail .is-huge-button
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 6px;
	position: relative;
	border: solid 1px silver;
	background: white;
}

#the-event-detail .is-huge-button:before
{
	width: 50px;
	height: 50px;
	background-image: url('./image/newevent-grid.png');
	background-repeat: no-repeat;
	display: block;
	margin: 30px 49px;
	content: '';
	background-position: 50px 50px;
}

.is-branded-as-gtue #the-event-detail .is-huge-button:before
{
	background-image: url('./branding/gtue/newevent-grid.png');
}

#the-event-detail .is-huge-button p
{
	font-size: 14px;
	line-height: 1.2em;
	width: 148px;
	max-height: 48px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 2px 9px 0 9px;
	margin-bottom: 9px;

	overflow: hidden;
	text-overflow: ellipsis;

	color: silver;
}

#the-event-detail .is-huge-button.is-lightblue,
#the-event-detail .is-huge-button.is-lightblue.is-selected,
#the-event-detail .is-huge-button.is-green.is-selected
{
	border: solid 1px #005681;
}

.is-branded-as-gtue #the-event-detail .is-huge-button.is-lightblue
{
	border: solid 1px #323234;
}

.is-branded-as-gtue #the-event-detail .is-edit-mode .is-huge-button.is-lightblue:hover,
.is-branded-as-gtue #the-event-detail .is-huge-button.is-lightblue.is-selected,
.is-branded-as-gtue #the-event-detail .is-huge-button.is-green.is-selected
{
	border: solid 1px #323234;
}

#the-event-detail .is-huge-button.is-lightblue p,
#the-event-detail .is-huge-button.is-green.is-selected p
{
	color: #005681;
}

.is-branded-as-gtue #the-event-detail .is-huge-button.is-lightblue p
{
	color: #323234;
}

.is-branded-as-gtue #the-event-detail .is-edit-mode .is-huge-button.is-lightblue:hover p,
.is-branded-as-gtue #the-event-detail .is-huge-button.is-lightblue.is-selected p,
.is-branded-as-gtue #the-event-detail .is-huge-button.is-green.is-selected p
{
	color: #323234;
}

#the-event-detail .is-huge-button.is-lightblue:hover,
#the-event-detail .is-huge-button.is-lightblue.is-selected
{
	background-color: #005681;
}

#the-event-detail .is-huge-button.is-lightblue:hover p,
#the-event-detail .is-huge-button.is-lightblue.is-selected p
{
	color: white;
}

#the-event-detail .is-huge-button.is-lawyer.is-lightblue:hover:before,
#the-event-detail .is-huge-button.is-lawyer.is-lightblue.is-selected:before
{
	background-position: -350px -350px;
}

#the-event-detail .is-huge-button.is-blue
{
	border: solid 1px #005681;
	background: #005681;
}

#the-event-detail .is-huge-button.is-blue p
{
	color: white;
}

#the-event-detail .is-huge-button.is-green
{
	border: solid 1px #18a15f;
}

.is-branded-as-gtue #the-event-detail .is-huge-button.is-green
{
	border: solid 1px #323234;
}

#the-event-detail .is-huge-button.is-green p
{
	color: #18a15f;
	font-family: my-new-regular-italic-font, sans-serif;
}

.is-branded-as-gtue #the-event-detail .is-huge-button.is-green p
{
	color: #323234;
	font-family: my-new-regular-italic-font, sans-serif;
}

#the-event-detail .is-huge-button.is-grey
{
	border: solid 1px silver;
}

#the-event-detail .is-huge-button.is-grey p
{
	color: silver;
}

/* recovery */
#the-event-detail .is-huge-button.is-recovery.is-lightblue:before
{
	background-position: -250px 0px;
}

#the-event-detail .is-huge-button.is-recovery.is-lightblue:hover:before
{
	background-position: -250px -50px;
}

#the-event-detail .is-huge-button.is-recovery.is-lightblue.is-selected:before,
#the-event-detail .is-newevent-form.is-edit-mode .is-huge-button.is-recovery.is-lightblue.is-select:hover:before
{
	background-position: -250px -50px;
}

#the-event-detail .is-huge-button.is-recovery.is-blue:before
{
	background-position: -250px -50px;
}

#the-event-detail .is-huge-button.is-recovery.is-grey:before
{
	background-position: -250px -150px;
}

/* dealer */
#the-event-detail .is-huge-button.is-dealer.is-lightblue:before
{
	background-position: -250px -250px;
}

#the-event-detail .is-huge-button.is-dealer.is-lightblue:hover:before
{
	background-position: -250px -350px;
}

#the-event-detail .is-huge-button.is-dealer.is-lightblue.is-selected:before,
#the-event-detail .is-newevent-form.is-edit-mode .is-huge-button.is-dealer.is-lightblue.is-select:hover:before
{
	background-position: -250px -350px;
}

#the-event-detail .is-huge-button.is-dealer.is-blue:before
{
	background-position: -250px -350px;
}

#the-event-detail .is-huge-button.is-dealer.is-grey:before
{
	background-position: -250px -400px;
}

/* expert */
#the-event-detail .is-huge-button.is-expert.is-lightblue:before
{
	background-position: -300px -250px;
}

#the-event-detail .is-huge-button.is-expert.is-lightblue.is-selected:before,
#the-event-detail .is-huge-button.is-expert.is-lightblue:hover:before,
#the-event-detail .is-newevent-form.is-edit-mode .is-huge-button.is-expert.is-lightblue.is-select:hover:before
{
	background-position: -300px -350px;
}

#the-event-detail .is-huge-button.is-expert.is-blue:before
{
	background-position: -300px -350px;
}

#the-event-detail .is-huge-button.is-expert.is-grey:before
{
	background-position: -300px -400px;
}

/* lawyer */
#the-event-detail .is-huge-button.is-lawyer.is-lightblue:before
{
	background-position: -350px -250px;
}

#the-event-detail .is-newevent-form.is-edit-mode .is-huge-button.is-lawyer.is-lightblue.is-select:hover:before
{
	background-position: -350px -350px;
}

#the-event-detail .is-huge-button.is-lawyer.is-blue:before
{
	background-position: -350px -350px;
}

#the-event-detail .is-huge-button.is-lawyer.is-grey:before
{
	background-position: -350px -400px;
}

#the-event-detail .is-huge-button.is-clientevent.is-inactive:hover,
#the-event-detail .is-huge-button.is-clientevent.is-selected.is-inactive
{
	background-color: silver;
}

#the-event-detail .is-huge-button.is-clientevent:hover,
#the-event-detail .is-huge-button.is-clientevent.is-selected
{
	background-color: #005681;
}

#the-event-detail .is-huge-button.is-clientevent:hover p,
#the-event-detail .is-huge-button.is-clientevent.is-selected p
{
	color: white;
}

#the-event-detail .is-huge-button:before
{
	/*margin: 0px 49px 38px 49px;*/
	/*margin: 0px 49px 0px 49px;*/
}

/*is-mail*/
#the-event-detail .is-huge-button.is-clientevent.is-mail:before
{
	background-position: -450px -0px;
}

#the-event-detail .is-huge-button.is-clientevent.is-mail:hover:before,
#the-event-detail .is-huge-button.is-clientevent.is-mail.is-selected:before
{
	background-position: -450px -50px;
}

/*is-sms*/
#the-event-detail .is-huge-button.is-clientevent.is-sms:before
{
	/*margin:30px 49px;*/
	background-position: -400px -0px;
}

#the-event-detail .is-huge-button.is-clientevent.is-sms:hover:before,
#the-event-detail .is-huge-button.is-clientevent.is-sms.is-selected:before
{
	background-position: -400px -50px;
}
