
body{
    background:#ffffff;
}


.dataTables_filter{
    font-size: .8em;
}

.dataTables_info{
    font-size: .75em;   
}
.studentlist, #incomplete-responses{
    font-size: .75em;   
}

.studentlist thead, .incomplete-responses thead{
    font-size: .9em;   
}

#incomplete-dialog{
    display:none;
}

#content{
    text-align:center;
    background: #fffff5;
}

#final-downloader{
    padding: 10px;
    margin:10px;
    background: #ffddaa;
    border: 1px solid #aaaaaa;
}

.main-row{
    min-width: 900px;
    width:80%;
    margin: 25px;
    padding: 25px;
}

.main-panel{
    vertical-align:top;
    border: 1px solid black;
    background: #f5f5f5;
    width:80%;
    min-width:900px;
    min-height:650px;
    margin: 25px;
    padding: 25px;
}

.cell{
    vertical-align:top;
    display:inline-block;
    border: 1px solid black;
    background: #f5f5f5;
    width:40%;
    min-height:250px;
    margin: 15px;
    padding: 25px;
}

.config-cell{
    vertical-align:top;
    display:inline-block;
    border: 1px solid black;
    background: #f5f5f5;
    width:40%;
    height:450px;
    margin: 15px;
    padding: 25px;
}

.plain-response{
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 25px;
}

.ui-progressbar-value{
    background-color: #5500ff;
}

/* Form Details */

.form-row{
    margin:10px;
}

.form-label{
    display:inline-block;
    width:125px;
}
.form-element{
    display:inline-block;
    width:200px;
}

.progress-bar{
    height: 28px;
    border-radius: 6px;
    background: #aa55ff;
}

#upload-progress-bar{
    background:#dddddd;
    width:100%;
}

.alert{
    color: #aaff00;
    font-weight:bold;
}

.error{
    font-size: 1.5em;
    color: #aa0000;
    font-weight: bold;
}

.error-message{
    color: #0000aa;
    font-style: italic;
    font-size: 1.2em;
}