.dropup .btn .caret {
    border-bottom-color: white;
    border-top-color: transparent;
    border-bottom: 4px solid white;
    border-top: none;
}


.width-auto {
    width:auto !important;
}

.fc-event-title {
    word-wrap: break-word;
      overflow-wrap: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}


@media (min-width: 768px) {
    .form-actions {
        position: fixed;
        bottom: 25px;
        z-index: 1000;
        border: 2px solid #e9e9e9;
        left: 255px;
        right: 15px;
        /*background: repeating-linear-gradient(
          45deg,
          #fff,
          #fff 10px,
          #efefef 10px,
          #efefef 20px
        );*/
        background:#efefef;
        padding: 20px 30px;
    }

    .main-content .container-fluid.padded {
         margin-bottom: 100px;
    }
    
    table td textarea {
        width: auto;
    }
}