/* Calendar */
#calendar {
  padding: 30px; }
  #calendar .fc-toolbar {
    padding: 10px;
    background-color: #00affc;
    border: 0;
    margin-bottom: 0; }
    #calendar .fc-toolbar .fc-button {
      margin-bottom: 0; }
    #calendar .fc-toolbar .fc-left {
      position: absolute; }
    #calendar .fc-toolbar > * > * {
      float: none;
      display: inline-block; }
  #calendar .fc-toolbar .fc-center {
    font-weight: bold;
    color: white; }
    #calendar .fc-toolbar .fc-center h2 {
      font-size: 20px;
      line-height: 1.5; }
  #calendar .fc-button {
    background: transparent;
    border: 0;
    box-shadow: none; }
    #calendar .fc-button.fc-state-hover {
      background: rgba(0, 0, 0, 0.5);
      color: white; }
  #calendar .fc-border-separate {
    border: none;
    margin-bottom: 0; }
  #calendar .fc-day-header {
    background: #f1f1f1;
    color: #848484;
    text-transform: uppercase;
    padding: 5px; }
  #calendar .fc-day {
    background: white; }
  #calendar .fc-grid th, #calendar .fc-day-number {
    font-size: 14px; }
  #calendar .fc-button-content {
    font-size: 11px; }
  #calendar .fc-event-container {
    z-index: 3 !important; }
    #calendar .fc-event-container .fc-content {
      margin: 5px; }
    #calendar .fc-event-container:not([colspan]) a.fc-event {
      border: none; }
  #calendar .fc-event {
    cursor: pointer; }

.fc-view-container table {
  margin: 0; }

#event-tooltip {
  position: absolute;
  z-index: 60;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  background: white;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  width: 300px; }
  #event-tooltip h2.full-events {
    font-size: 16px;
    font-weight: 500;
    margin: 0; }
  #event-tooltip .time, #event-tooltip .location, #event-tooltip .speakers {
    font-size: 12px;
    font-style: italic; }
  #event-tooltip .event-icon {
    display: none; }
  #event-tooltip .eventtext {
    font-size: 12px;
    font-size: 0.75rem; }
  #event-tooltip:after, #event-tooltip:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #event-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  #event-tooltip:before {
    border-color: transparent;
    border-bottom-color: #EBEBEB;
    border-width: 11px;
    margin-left: -11px; }

@media screen and (max-width: 672px) {
  #calendar .fc-header .fc-header-title h2, #calendar .fc-header .fc-header-left {
    font-size: 12px; }
  #calendar .fc-header .fc-header-title, #calendar .fc-header td {
    vertical-align: middle; }
  #calendar .fc-header td {
    padding: 5px; }
  #calendar .fc-header .fc-button {
    padding: 0; }
  #calendar .fc-header .fc-header-right {
    padding: 0; } }
#loading {
  background: rgba(150, 150, 150, 0.3);
  position: relative;
  bottom: 50px;
  bottom: 3.125rem;
  height: 50px;
  height: 3.125em;
  margin-bottom: -50px;
  margin-bottom: -3.125em;
  z-index: 100;
  width: 100%; }
  #loading p {
    margin: 0;
    padding: 10px;
    padding: 0.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: bold; }

.event-icon {
  background: black;
  padding: 3px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  /*general E
	concert M
	discussie D
		debat D
	diss E
	excursie E
	lezing SG
		lunchlezing SG
			broodje-filosofie BF
	tedx
		tedxdelftcinema TED
		tedxdelftsalon TED
	van-leeuwenhoeklezing vLL
	sg-kafee SGK
	students-4-sustainability S4S
	studievereniging SV
		virgiel E
	symposium E
	vox-delft VOX
	women-at-the-top E
	workshop*/ }
  .event-icon.event-icon-generic, .event-icon.event-icon-general {
    background: black; }
  .event-icon.event-icon-discussie, .event-icon.event-icon-debat, .event-icon.event-icon-delftdebatteert {
    background: #00557B; }
  .event-icon.event-icon-sg, .event-icon.event-icon-lezing, .event-icon.event-icon-lunchlezing, .event-icon.event-icon-sg-kafee, .event-icon.event-icon-sg-kaffee, .event-icon.event-icon-van-leeuwenhoeklezing, .event-icon.event-icon-broodje-filosofie {
    background: #00affc; }
  .event-icon.event-icon-tedx, .event-icon.event-icon-tedxdelftsalon, .event-icon.event-icon-tedxdelftcinema {
    background: #ff2b06; }
  .event-icon.event-icon-students-4-sustainability {
    background: #7AB000; }
  .event-icon.event-icon-vereniging, .event-icon.event-icon-studievereniging {
    background: #3c004b; }
  .event-icon.event-icon-virgiel {
    background: #B0007A; }
  .event-icon.event-icon-vox-delft, .event-icon.event-icon-vox {
    background: #c9a200; }
  .event-icon.event-icon-woman-at-the-top {
    background: #242424; }

/*# sourceMappingURL=sg-event.css.map */
