/* Add here all your CSS customizations */

.widget-profile-info .profile-info .profile-footer a {
    color: #777;
    opacity: 0.6;
}

.fc-event.status_5 {
    opacity: 0.5;
}

.fc-event.status_6 {
    opacity: 1;
}

.fc-event.status_1 {
    opacity: 0.8;
}

.fc-event.status_2 {
    opacity: 0.8;
}

.fc-event.status_3 {
    opacity: 0.8;
}

.fc-event.status_4 {
    opacity: 0.8;
}

.fc-event.status_0 {
    opacity: 1;
}

.fc-event.fc-event-dark.status_1 {
    opacity: 0.6 !important;
}

.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}

th {
    font-size: x-small;
}

.form-group {
    margin-bottom: 5px !important;
}
.form-control {
    height: 30px;
}

.mb-md {
    margin-bottom: 4px !important;
}

.form-horizontal .form-group {
     margin-right: -0px;
     margin-left: -0px;
}

.sidebar-widget.widget-friends ul li span.name {
    display: block;
    color: #FFF;
    font-weight: 600;
    vertical-align: top;
    line-height: 1.3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.2em;
    font-size: smaller;

}