#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.btn-info {
    color: #FFF;
    background-color: #daa520;
    border-color: #b78711;
}


.vue-dropzone>.dz-preview .dz-remove
{
    color: #f00 !important;
    margin-left: 15px !important;
    padding: 15px !important;
    background-color: rgba(255, 255, 255, 0.75);
    top: inherit !important;
    bottom: 70%!important;
    border: 2px #f00 solid !important;
}

.fc-title{
    color: white;
    display: block;
    font-weight: bold;
    font-size: 11px;
}

.fc-time{
    display: block;
    color: #ffbe00;
    text-align: left;
    font-size: 16px;
}

.fc-h-event {
    height: 41px;
}