
.small-box .debug {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
    font-size: 120px;
    color: rgba(0,0,0,0.15);
}

/* modifications FULLCALENDAR */

 .fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 3px solid #3a87ad;
  border-width: 3px!important;
  background-color: #3a87ad;
  font-weight: 400;
}
.fc-time-grid-event .fc-time {
  font-size: 1.5em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-title {
  font-size: 1.25em;
  white-space: nowrap;
}

.fc-toolbar > div
{
    position: relative;
    bottom: 0;
    vertical-align: bottom;
}

.fc-toolbar
{
    margin-bottom: 0px;
}

.fc-center h2
{
    font-size: 1.8em;
}

.fc-license-message {
    display: none;
}

/* loading overlay */
#jan-loading {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
}
.jan-load {
  position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px; /* -1 * image width / 2 */
    margin-top: -24px;  /* -1 * image height / 2 */
    display: block;
}

#calendar .fc-day-top:hover {
    cursor: pointer;
}

@media print {
  div.instructor_selector  { display: none; }
  div.brevet_selection  { display: none; }
  div.debugInfo  { display: none; }

}

.panel-heading-item
{
    display: inline;
}

.panel-heading select
{
    width: 50%;
    left: 0;
    right: 0px;
}

.debugInfo .small-box
{
	overflow: hidden;
}
.mt-5
{
    margin-top: 5px;
}
.pt-5
{
    padding-top: 5px;
}
.t-3
{
    top: 3px;
}
.t-4
{
    top: 4px;
}
.t-5
{
    top: 5px;
}
.t-6
{
    top: 6px;
}
.t-7
{
    top: 7px;
}
.t-8
{
    top: 8px;
}
.ml-7
{
    margin-left: 7px!important;
}
.ml-5
{
    margin-left: 10px;
}
.mr-5
{
    margin-right: 10px;
}
.mb-10
{
    margin-bottom: 10px;
}
.ml-15
{
    margin-left: 15px!important;
}
/* The switch - the box around the slider */
label.switch[disabled], label.switch[disabled] + label
{
    opacity: .3;
}
label.switch
{
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 30px;
    height: 18px;
}
label.switch.no-display {
    display:none;
}
label.switch + label
{
    cursor: pointer;
    user-select: none;
    transform: translate( 3px, 3px );
}
label.switch + label.no-transform
{
    transform: unset;
}
/* Hide default HTML checkbox */
.switch input { opacity: 0; }
.switch .icon-off, .switch .icon-on
{
    display: none;
}
.switch .label-off, .switch .label-on
{
    display: none;
    position: absolute;
    min-width: 300px;
    margin-left: 25px;
    font-weight: normal;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked ~ .label-on,input:not(:checked) ~ .label-off,
input:checked ~ .icon-on,input:not(:checked) ~ .icon-off
{
    display: unset!important;
}
input:checked ~ .label-off,input:not(:checked) ~ .label-on,
input:checked ~ .icon-off,input:not(:checked) ~ .icon-on
{
    display: none!important;
}
input:checked + .slider {
    background-color: #00a65a;
}
input:focus + .slider {
    box-shadow: 0px 0px 3px #00f283, 0px 0px 0px 1px #00a65a inset;
}
input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}
.switch-danger input:checked + .slider
{
    background-color: #d9534f;
}
.switch-danger input:focus + .slider
{
    box-shadow: 0 0 1px #d9534f;
}
.switch-danger input:focus + .slider {
    box-shadow: 0px 0px 3px #ff817d, 0px 0px 0px 1px #d9534f inset;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.pt-10
{
    padding-top: 10px;
}
.red-pulse-background
{
    -webkit-animation: pulse-background 1s ease-out 1;
            animation: pulse-background 1s ease-out 1;
}

@-webkit-keyframes pulse-background {
    from {
        background-color: unset;
    }

    10% {
        background-color: #BE1D15;
    }

    to {
        background-color: unset;
    }
}

@keyframes pulse-background {
    from {
        background-color: unset;
    }

    10% {
        background-color: #BE1D15;
    }

    to {
        background-color: unset;
    }
}

/* END The switch - the box around the slider END */
