.icon-sm {
    font-size: 15px !important;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
    padding-right: 0.5rem;
}

.toolbar {
    float: right;
}

.btn-fixed {
    width: 90px;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}

#calendar tr:nth-child(even) td {
    background-color: #ccc;
    opacity: 0.5;
}

.fc-event,
.contacted_column {
    cursor: pointer;
}
