@charset "utf-8";
/* CSS Document */

.osfInterviewCurrentStatus {
    color: red;
    font-weight:bold;
}


.osfAnonymousInterviewAlert {
	color: red;
	font-weight:bold; 
	margin-top: 5px;
}

.osfInterviewSimulationAlert {
    background-color: yellow;
    border: 1px solid red;
	color: black;
	font-weight:bold; 
	margin-bottom: 6px;
	padding:6px;
	width:auto;
}


.osfSection {
	margin-bottom: 20px;
	font-weight:bold; 
}

.osfSectionTitle {  
	font-weight:bold; 
	text-transform: uppercase;
	border-bottom: 2px solid #70b0a0;
	color: black;
	margin-bottom: 6px;
}
.osfSectionDescription {font-weight:normal;	font-style:italic; margin-top:2px;}

.osfQuestion {border: 1px solid #28523c; padding: 4px; margin-top:10px; margin-bottom:8px;}
.osfQuestionText {font-weight: bold;}
.osfQuestionHints {font-weight:normal;font-style:italic; margin-top:2px;}
.osfQuestionReply {font-weight:normal;}

.osfQuestionReply ul {
    /* position: relative; */
    list-style: none;
    width: 100%;
    padding: 0;
}

.osfQuestionReply ul li {
	line-height: 0.6em;
    margin: 0;
    padding: 0px 0px 6px 4px;    
}

.osfQuestionReply ul.repliesSummary {
	list-style-type: square;
    width: 100%;
    padding-left: 20px;
}

.osfQuestionReply ul.repliesSummary li {
	line-height: 1em;
    margin: 0;
    padding: 0px 0px 8px 0px;    
}

ul.osfDomainElementsList {
	list-style-type: square;
    width: 100%;
    padding-left: 20px;
	margin-top: 5px;    
	margin-bottom: 8px;    
}

ul.osfDomainElementsList li {
	line-height: 1.2em;
    margin: 0;
    padding: 0px 0px 8px 0px;    
}

table.osfDomainElement {
	margin: 0;
}


td.osfDomainElementRadioButton {
	vertical-align: middle;
}

td.osfDomainElementRadioButton input {
	margin-top: 0px;
}

td.osfDomainElementCheckbox {
	vertical-align: middle;
}

td.osfDomainElementCheckbox input {
	margin-top: 2px;
}

td.osfDomainElementLabel {
	vertical-align: middle;
}

td.osfDomainElementDescription {
	vertical-align: middle;
}


.osfVeryImportantMessage {
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}


.dijitTreeContainer {
	margin-bottom:5px;
}

.claro .dijitTreeRowSelected {
	background-color: transparent;
	background-image:none;	
	border-width:0px;
	font-weight: bold;
    color: #000000;
    padding: 3px 0 1px;
}

/*.osfDijitTreeQuestionnaireSectionIcon, .osfDijitTreeSezioneDomandaFormatoriIcon {
}*/

.osfDijitTreeQuestionnaireRootIcon {
  background-image: url("../images/osf_questionnaire_root_icon.png");
  height: 16px;
  width: 16px;
}

.osfDijitTreeQuestionIcon, .osfDijitTreeModelloDomandaFormatoreIcon {
  background-image: url("../images/osf_question_node_icon.png");
  height: 16px;
  width: 16px;
}

.osfDijitTreeExpandAllIcon {
  background-image: url("../images/expand_all_icon.png");
  height: 16px;
  width: 16px;
}

.osfDijitTreeCollapseAllIcon {
  background-image: url("../images/collapse_all_icon.png");
  height: 16px;
  width: 16px;
}
