/*
Concerto Platform - Online Adaptive Testing Platform
Copyright (C) 2011-2012, The Psychometrics Centre, Cambridge University

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2
of the License, and not any of the later versions.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

root { 
    display: block;
}

.QTItitle {

}

.QTIprompt {

}

.QTIdisplayTable {
    display: table;
}

.QTIhorizontalOrderedElement {
    float: left;
    margin:5px;
    padding:5px;
    cursor: move;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.QTIverticalOrderedElement {
    margin:5px;
    padding:5px;
    cursor: move;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.QTIitemBody {
    padding:5px;
    border:1px solid grey;
}

.QTIdraggableOptionsContainer {
    border:1px dotted grey;
}

.QTIassociateAction {
    min-width: 50px;
    padding:5px;
    border:1px dotted grey;
    margin:5px;
}

.QTIassociation {
    padding:5px;
    border:1px dotted grey;
    margin:5px;
}

.QTIgap {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}

.QTIsliderInteraction {
}

.QTItable {

}

.QTItableRowHeader {

}

.QTItableColumnHeader {

}

.QTItableCell {

}

.QTIorderContainer {

}

.QTIprintedVariable {

}

.QTIextendedTextInteraction {

}

.QTItextEntryInteraction {

}

.QTIinlineChoiceInteraction {

}

.QTIhottextLabel{

}
/*
.QTIfeedbackInline {
    font-weight: bold;
}

.QTIfeedbackBlock {
    font-weight: bold;
}
*/