.course-category {
	padding: 10px;
    width: 300px;
}

.calendarOpen { 
	background-color: #ffd199;
}
.calendarPlanned { 
	background-color: #e1f78a;
}

.calendarCanceled {
    background-color:#db3b3b;
}
.calendarProductPlanned { 
	background-color: #db3b3b;
}
.calendarProductRequested { 
	background-color: #f4ee42;
}
.materialOnLocation {
  color:#fff;
  background-color:#3b8edb;
}
.materialNotOnLocation {
  color:#fff;
  background-color:#863bdb;
}
.onOwnLocation {background-color:#3bdb50 !important; }

.largeMaterial {
  min-height:25px;
  font-size:1.2em;
  text-align:center;
}
.largeMaterial .fc-content { margin-top:25px; margin-bottom:25px; }
.fc-event.calendarCanceled {
    text-decoration: line-through !important;
}

#workshopCalendar h2 { font-size:1.4em; padding-top:30px; padding-left:5%;}

.col-centered{
    float: none;
    margin: 0 auto;
}

.status-done { 
	color: #00bf0c;
}

.status-planned {
	color: #bf7200;
}

/* tooltipper container */
.tooltipper {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* tooltipper text */
.tooltipper .tooltippertext {
    visibility: hidden;
    max-width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;

    /* Position the tooltipper text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltipper */
    opacity: 0;
    transition: opacity 0.3s;
}

/* tooltipper arrow */
.tooltipper .tooltippertext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltipper text when you mouse over the tooltipper container */
.tooltipper:hover .tooltippertext {
    visibility: visible;
    opacity: 1;
}
.coursePdfBlock { border-top:1px solid #cccccc; margin-top: 10px; padding: 5px;}
.coursePdfBlock:hover { background-color: #cfcfcf; }

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.appVersionInfo { width:115px; margin:0 auto; padding-top:50px; color:#cccccc;}

.requestOverviewComments { margin-left: 10px;color: #c0c0c0; }
.deletedItem { background-color: #ff968f;}

.warningBanner { 
    background-color:#faf3c0; 
    padding: 15px;
    margin-top: -25px;
    margin-left: -25px;
}

/**** SPINNERS ****/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

  .supplierDeleted { text-decoration: line-through; }
  .userDeleted { text-decoration: line-through; }
  .canceledText { text-decoration: line-through; color:#525252;}

.calculatedRow { background-color:#c5c5c5; font-weight:bold; }
.cursor-pointer { cursor:pointer; }
.mini-icon { font-size: 0.8em !important; }
.paddedListItem { padding-bottom:5px;}
.green { color:green !important; border-color: green !important;}
.fullText {
  display: none;
}