/*
CONTENT

Registration Form
Vaprosnik
Doklad
page Rezultati
Test Form
*/

/* --==  Registration Form  ===-- */
#simplr-form {width: 60%;}




/* --==  Vaprosnik  ===-- */
.invisible {
	display:none;
	position: relative;
}	

#vaprosnik_form {
	list-style:none;}	
	
#pointer_div {
	margin:auto;
}

.step-heading {
	height: 20px;
	border-bottom:  solid 1px #eee;
}

#pointer_div li {
	float:left;
	list-style:none;
	margin:0px 10px 0px 10px;
	color:#CCC;	
}	

#pointer_div .active {
	font-weight:bold;
	color:#666
}	

.title_q {
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}

.invisible .button { margin-top: 10px; margin-right: 10px; }
.invisible .button:last-child {  }

.graph-help {
	margin: 10px auto 0px auto;
	border-top:  solid 1px #eee;
}

.graph-help img {box-shadow: none;}

/* --==  DOKLAD  ===-- */

/* Intro part */
.intro {
	margin-bottom: 20px;
}

.intro h1, 
.user-data {text-align: center;}

.intro img {
	box-shadow: none;
	height: 60%;
	width: 60%;
	}

.user-data {
	font-weight: bold;
}



.poiasnitelni {  
	font-style:italic; 
	padding-left: 20px; 
}



.how-to-use p {
	margin-bottom: 10px;
	line-height: 18px;
}

/* TOOLS */

.toosls {
	position: relative;
}

.pdf-box,
.reset-box {
	width: 45%;
	display: inline-block;
	float: none;
	border: 1px solid silver;
	padding: 0px 10px 0px 20px;
	margin: 5px;
	vertical-align: top;
}

.pdf-box {background-color: #B8E68A; height: 151px;}
.reset-box {background-color: #FFFFDB;}

.pdf-box p,
.pdf-box h4,
.reset-box p,
.reset-box h4 { 
	margin-bottom: 5px;
	margin-top: 10px;
}

.pdf-box a,
.reset-box a { color: #CC3300;}

/* Doklad Table Rezultati */

.green,
.orange,
.red {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
}
	
/*.green {content: 'a'; background-color: green; color: #fff;}*/
.green {background-image: url(http://rtq.idfk.org/wp-content/plugins/vaprosnik/images/green.png);}
.orange {background-image: url(http://rtq.idfk.org/wp-content/plugins/vaprosnik/images/orange.png);}
.red {background-image: url(http://rtq.idfk.org/wp-content/plugins/vaprosnik/images/red.png);}

.table_din tr {height: 30px;}

.table_din td {
	border:1px solid #999;
	padding: 0px;
	vertical-align: bottom;
}

.table_din td:first-child {	/* select text td only */
	width: 83%;
}
		
.table_din p {
	padding-bottom:10px;
	padding-left: 10px;
	margin: 0px;
}	
			
.table_column_gr {
	width:30px;
}

.table_column_gr p {padding: 0px;}

/* --==  page Rezultati  ===-- */

.identifikator {
	background-color: #FFFFCC;
	padding: 5px;
	margin: 0 0 10px 0;
}

.identifikator ul {margin-bottom: 0px; position: relative;}

.identifikator li {
	width: 200px; 
	display: inline; 
	margin: 5px 5px 5px 5px;
}

.user_popup {
	position:absolute;
	background:#CCC;
	padding:5px;
	display:none;
}
		
.list_users_div ul {
	background:#eee;
	width:100%;
	clear:left;
	margin-bottom:2px;
	display:inline-block;
}			
		
.list_users_div li {
	float:left;
	margin:0px;
	list-style:none;
	width:23%;
	padding:2px;
}			


/* --==  Test Form  ===-- */
#vaprosnik_form select {
	width: 40px;
	padding: 0px;
}

#vaprosnik_form select:focus {
	border: solid 2px red;
}	