
/* These are used to widen/style the enhanced tooltips in Upcoming/Recent (My) Events */


table._events_table tr td div.tooltip-inner {
    max-width: 600px;
    color: black;
    background-color: white;
    border: 1px solid grey;
}

table._events_table tr td div.tooltip-inner h4 {
    color: white;
    margin-bottom: 0;
    padding-bottom: 0
}

/* i *think* these are just used on 'Suggested' events? :-/ */

.pagination {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: right;
}

td.etitle a {
    color: #616161;
}
td.etitle .tooltip h4 a {
    color: #006699 !important; /* SCSS!! $ieee_primary_blue
}

/* Styles similar to these (for enhanced event view tooltip) are included in main/_home_recent, and could be merged with these somewhere
   to define 'enhanced_event_view' styles! :={ */
/* If we want to truncate the title to a specific width, then we have to apply a wrapping div with a width and these:
td.etitle div.event_title {
	margin-top: 5px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
} */

td.etitle div.tooltip-inner {
    max-width: 350px !important;
    color: black;
    background-color:white;
    border: 1px solid grey;
}
td.etitle div.tooltip-inner h4 {
    color: white;
    margin-bottom:0;
    padding-bottom:0
}

/* Styles for EventController
 *

 */


table._admin_events {
    margin: 0;
    border-collapse: collapse
}

table._admin_events tr td div.tooltip {
    /*width:500px;*/
}

table._admin_events tr td {
    border-left: 0;
    border-left-width: 0;
    border-left-style: none;
    border-left-color: #fff;
    border-right: 0;
    border-right-width: 0;
    border-right-style: none;
    border-right-color: #fff;
}

table._admin_events tr td div.event_title {
    margin-top: 5px;
    /*width: 350px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table._admin_events tr td div.tooltip-inner {
    max-width: 500px;
    color: black;
    background-color: white;
    border: 1px solid grey;
}

table._admin_events tr td div.tooltip-inner h4 {
    color: white;
    margin-bottom: 0;
    padding-bottom: 0
}
