/**
 * Public specific CSS
 * obundo-hummel-individual-public
 */
 
 /* =============================================================================
 * styles
 * ========================================================================== */
 
/* =============================================================================
 * ob-tooltip
 * ========================================================================== */
 
 a.ob-tooltip {
  position: relative;
  text-decoration: none;
}

a.ob-tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 20%;
  background: #c51318;
  padding: 5px 15px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius : 5px;
  border-radius : 5px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
  transition : all 0.4s ease;
}

a.ob-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #c51318;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
  transition : all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 90%;
}

a.ob-tooltip:hover:after {
  bottom: 100%;
}

a.ob-tooltip:hover:before {
  bottom: 70%;
}

a.ob-tooltip:hover:after, 
a.ob-tooltip:hover:before {
  opacity: 1;
}

/* =============================================================================
 * event listing/calendar
 * ========================================================================== */

#ob_obe_d_container table,
#ob_obe_d_container th,
#ob_obe_d_container td {
	border: none;
}

#ob_obe_d_container tbody tr:not(:first-child) td {
    border-top: 8px solid #fff;
}

#ob_obe_container .ob_row:not(:last-child) .obe_col3 {
    margin-bottom: 0;
}

#ob_obe_container .ob_row:not(:last-child) .obe_col4 {
    margin-bottom: 8px;
}

#ob_obe_d_container th {
	cursor: pointer;
}

#ob_obe_d_container th:hover,
#ob_obe_d_container th:active,
#ob_obe_d_container th:focus,
#ob_obe_d_container th:visited {
	outline: none;
}

.obe_hcol {
	padding: 15px 20px !important;
	color: #333333;
	font-weight: 500;
    font-size: 13px;
	line-height: 19px;
}

.obe_hcol:nth-child(2) {
	padding: 15px 30px !important;
}

.obe_col1 {
	padding: 12px 20px !important;
	background-color: #00964B;
	color: #fff;
	font-weight: 500;
}

.obe_col2 {
	padding: 12px 30px !important;
	background-color: #E6E6E6;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
}

.mobile-event-data .obe_col2 {
    padding: 12px 20px !important;
}

.obe_col2 a,
.obe_col2 a:active,
.obe_col2 a:focus,
.obe_col2 a:visited {
    color: inherit !important;
	text-decoration: none !important;
}

.obe_col2 a:hover {
    color: inherit !important;
	text-decoration: underline !important;
}

.obe_col3 {
	padding: 12px 20px !important;
	background-color: #F2F2F2;
	color: #333333;
	font-weight: normal;
}

.obe_col4 {
	padding: 12px 20px !important;
	background-color: #E6E6E6;
	color: #333333;
	font-weight: normal;
}

.obe_col4 a,
.obe_col4 a:active,
.obe_col4 a:focus,
.obe_col4 a:visited {
    color: inherit !important;
	text-decoration: none !important;
}

.obe_link {
	float: right;
}

.obe_cfull {
	height: 8px;
	max-height: 8px;
	color: #fff;
	margin: 0;
	padding: 0 !important;
}

.ob_tfc_hint_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ob_tfc_hint_box_inner {
    display: inline-block;	
}

.ob_tfc_icon {
    display: table-cell;
    vertical-align: top;	
}

.ob_tfc_icon_inner {
	margin-top: 2px;
    margin-right: 8px !important;
    color: #e73339;
    font-size: 16px;
    display: inline-block;	
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.ob_tfc_content {
    display: table-cell;
    vertical-align: middle;
}

.ob_tfc_choosen_event,
.ob_tfc_hint {
    font-size: 13px;
    line-height: 19px;
    color: #333;
}

.ob_tfc_hint i {

}

/* =============================================================================
 * responsive
 * ========================================================================== */