


#external-events .fc-event {
    cursor: move;
    margin: 3px 0;
}



#calendar {

    height: calc(100vh - 170px);

}

.fc .fc-timegrid-slot {
height: 2.3rem;
}
.fc-event-main{
    padding: 10px;
}

.fc-button-group button{
    padding-top: 3px !important;
}

.fc-event{
    border:none !important;
    padding:5px
}
.fc-daygrid-event{
    white-space: wrap;
}

.label {
    display: inline-block;
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
    background-color: #273c75;
    border-radius: 5px;
    font-size: 13px;
}

.color-starten .label {
    background-color: green;

}

#external-events {
    height: calc(100vh - 266px);
    overflow-x: none;
    overflow-y: auto;
    width: 100%;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link{
    box-shadow:none  !important
}

.fc-timegrid-event-harness{
    margin: 2px;;
}

    .popup {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 30000;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .popup.active {
        display: flex;
    }

    .popup .inner {
        position: relative;
        padding: 30px;
        width: 100%;
        max-height: 80vh;
        max-width: 600px;
        background-color: #FFF;
    }

    .closeIcon {
        background-color: black;
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        right: -20px;
        top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #FFF;
        cursor: pointer;
    }


    @keyframes bang {
        from {
          transform: translate3d(0,0,0);
          opacity: 1;
        }
      }
      .confetti {
        width: 240px;
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
        position: relative;
        span {
          color: #333;
          font-size: .9em;
        }
        i {
          position: absolute;
          display: block;
          left: 50%;
          top: 0;
          width: 3px;
          height: 8px;
          background: red;
          opacity: 0;
        }
      
      }

      body
    { background-color: #EDEFF7 !important;}

    aside.left-panel{
        width: 200px !important;
    }
    .right-panel{
        margin-left: 210px !important;
    }


    .navbar .navbar-nav li > a .menu-icon{
        width: 28px !important;
    }
    

    .btn-light {
        color: #212529 !important;
        background-color: #e2e6ea !important;
        border-color: #dae0e5 !important;
    }

    .checkbutton {
        cursor: pointer;
        display: flex;
        border: 1px solid #cecece;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
    }

    .checkbutton span {
        display: none;
        ;
    }

    .checkbutton.done {
        background-color: green;

    }

    .checkbutton.done span {
        color: #FFF;
        display: block;
    }