@charset "UTF-8";
/* CSS Document */



@-webkit-keyframes datetime-blinker-spanx {
	0% { color: #589CD6; }
	50% { color:#222; } /*50% { color:#13bbf9; }*/
	100% { color: #589CD6; }
    
}
@-moz-keyframes datetime-blinker-spanx {
	0% { color: #589CD6; }
	50% { color:#222; }
	100% { color: #589CD6; }
    
}
@-o-keyframes datetime-blinker-spanx {
	0% { color: #589CD6; }
	50% { color:#222; }
	100% { color: #589CD6; }
   
}
@keyframes datetime-blinker-spanx {
	0% { color: #589CD6; }
	50% { color:#222; }
	100% { color: #589CD6; }
   
}



.blink_spanx {
	color: #13bbf9;
    -webkit-animation: datetime-blinker-spanx 3s  step-start infinite;/* Safari 4+ */
    -moz-animation:    datetime-blinker-spanx 3s  step-start infinite; /* Fx 5+ */
    -o-animation:      datetime-blinker-spanx 3s  step-start infinite; /* Opera 12+ */
    animation:         datetime-blinker-spanx 3s  step-start infinite; /* IE 10+ */
}

.busy * {
    cursor: wait !important;
} 

a.nav-link {
	/*font-size: 16px!important;*/
}

div.tab-content {
	/*padding: 10px!important;*/
	min-height: 400px;
}

span.legende:hover, .legende:hover {
	cursor : pointer!important;
	border-bottom : 1px dotted #888;
}

#legende {
	text-align: right;
	margin-top: 10px 0px 10px 0px; 
	font-size: 14px;
}

span.legende {
	padding-bottom : 3px;
}

span.legende:first-of-type {
	border-bottom: 1px dotted #888;
}


#Form_MemberProfileEditForm {
	margin: 0px 0px 0px 0px;
}

.btn.quantity, button .btn.quantity {
	/*background-color:#7F7F7F;*/
	height: 35px;
	width: 35px;
}

button:disabled,
button[disabled]{
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}

/*.btn.quantity:hover {
	background-color:#517AAB;
}*/

.money-field {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}


.event-detail-btn:hover {
	cursor: pointer;
}


.typography ul li {
	list-style-type:none!important;
}


/*
a, a.nav-link {
	text-decoration:none;
	color:#45839D;
}

.backlink {
	text-decoration:none;
	color: #222;
}

.backlink:hover, a.nav-link:hover, a:hover {
	color: #444;
	text-decoration:none;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
	text-decoration: none;
	color: #222;
	}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	text-decoration: none;
	color: #444;
	}

.money-field {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

a[href^="tel"] {
	color: inherit;
	color:#45839D;
	text-decoration: none;
	}
a[href^="tel"]:hover {
	color: #369;
	}
*/

.nice-date {
	/*background-color: #ffffff;*/
	color: #589CD6;
}


















