html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-left-right {
    padding-left: 0 !important;
    padding-right: 5px !important;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.training_non_available {
    background: #ffffff00 !important;
    border-top: 1px solid #ebeced;
}

.training_available {
    background: #ebeced !important;
    border-top: 1px solid #ebeced;
}

.training_canceled {
    background: #fa7777 !important;
    border-top: 1px solid #ebeced;
}

.training_replaced {
    background: #eba8ff !important;
    border-top: 1px solid #ebeced;
}

.training_conducted {
    background: #86fa77 !important;
    border-top: 1px solid #ebeced;
}

.training_scheduled {
    background: #faf877 !important;
    border-top: 1px solid #ebeced;
}