﻿﻿.form-group {
    margin-bottom: 10px;
}

#progress-bar-container {
    width: 60%;
    background-color: grey;
}

#progress-bar {
    width: 1%;
    height: 5px;
    background-color: #00cc00;
}

.loading {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .loading:after {
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        -webkit-animation: ellipsis steps(4, end) 1900ms infinite;
        animation: ellipsis steps(4, end) 1900ms infinite;
        content: "\2026";
        /* ascii code for the ellipsis character */
        width: 0px;
    }

/*table.dataTable thead th, table.dataTable thead td {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    white-space: nowrap;
    background-color: #c6c4c4;
}*/

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}