body {
	font:16px/22px Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0;
	padding: 0;
	color: #000;
	/*zoom:1.2;*/
}
.mceContentBody {
	font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	/*padding: 0;
	margin: 0;*/
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right: 15px;
	padding-left: 15px; *//* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 900px;
	/*background: #FFF;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding:0 30px 0 30px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	/*margin-right: 8px;*/
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.group {
	margin:5px 0;
	display:block;
	float:left;
	/*padding:5px 0 5px 5px;
	width:1295px;*/
	width:900px;
}
.group {
	/*border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;*/
	background:#fff;
	-webkit-box-shadow:  1px 1px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 1px 4px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.option, .option > *{
	float:left;
	display:block;
	width:211px;
	margin:0;
	padding:2px;
}
.option > *{
	padding:0px;
}
.option select{
	height:20px;
}
.option input{
	width:207px;
	height:16px;
	padding:1px;
}
.option input, .option select, .option textarea {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
.option.html,
.option.text,
.option.span-3{
	width:641px;
}
.option.html > *,
.option.text > *,
.option.span-3 > * {
	width:641px;
}
.option.span-3 > input {
	width:636px;
}
.option.span-2, .option.span-2 > *{
	width:426px;
}
.option.span-2 input{
	width:424px;
}


.option{
	/*margin:0px 3px 6px 0;*/
}
.option label {
	
	font-weight:bold;
	font-size:11px;
}
.option label span.system{
	color: #999;
}

/*.group .header{
	float:left;
	width:1290px;
	display:block;
}*/

.header {
	width:100%;
	float:left;
	display:block;
	margin:0 0 3px;
	border-bottom: 2px solid #eee;
	
	font-weight:bold;
	font-size:13px;
	line-height:22px;
	
	background: #f8f8f8;
	/*background: #EFF9FF;*/
	/*-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.5);*/
	-webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;

}
.group h3, .subgroup h3{
	float:left;
	/*width:1290px;*/

	display:block;
	font-weight:bold;
	font-size:13px;
	line-height:22px;
	color:#0066AA;

}
/*.group > .header > h3{
	font-size:16px;
	line-height:28px;
}*/
.group input.save{
	float:right;
	width:auto;
	display:block;
}
.option input.checkbox{

}
li.disabled{
	color: #aaa;
}
li.disabled a:link, li.disabled a:visited {
	color: #aaa;
}
.option .filename{

	/*background: #eee;*/
	padding:3px;
	font-size: 0.8em;
	float:left;
	
}
.option .file{
	
	/*float:right;
	width:auto;*/
}
.option-group{
	width:878px;
	/*border: 1px solid #999;*/
	float:left;
	display:block;
}
.login{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	width:550px;
	height:195px;
	margin:0px 175px;
	padding:355px 0px 0px 0px;
	background:url(../images/tool-denbosch.png) no-repeat 0 0;
}
.login .fields{
	padding:10px;
	height:32px;
	width:530px;
	background:#f47920;
	-webkit-box-shadow:2px 2px 6px 2px rgba(0, 0, 0, 0.5);
    box-shadow:2px 2px 6px 2px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 16px;
    border-radius: 16px;
}
.login h3{
	display:none;
	/*color:#000;
	width:500px;
	background: #fff url(../images/login.png) no-repeat 0 0;*/
}
.login h3 > span{
	
}
.login form{
	/*margin-top:5px;
	float:left;*/
}

.delete-image{
	float:right;
}
.new-image{
	float:right;
}
/*.image{
	float:left;
	width:40px;
	height:40px;
}*/
.mceLayout{
	float:left;
}

.info{
	font-size: 13px;
	line-height: 16px;
	padding: 2px;
	width:896px;
}
.info > * {
	float:left;
	display:block;
}
.info > span{
	padding: 4px;
}
.info a{
	text-decoration: none;
}
.create-new{
	float:right;
	display:block;
}

#pass,#user{
	width:120px;
}
.info.error, .invalid{
	background:#fcc;
}
.login .info{
	width:546px;
	color:#000;
}
.info.success{
	background:#cff;
}
span.not-applied{
	background:#fcc;
}
span.applied{
	background:#cff;
}
span.reserved{

}

thead, .sum{
	/*background:#666;font-weight:bold;*/
	background:#777;font-weight:bold;
}
thead a:link,thead a:visited,thead a:hover,thead a:active,thead a:focus , .sum{
	color:#fff;font-weight:bold;
}
.group.table th{
	text-align:left;
}
.group.table tr{
	text-align:left;
}
.group.table tr.clickable{cursor: pointer;}

.group.table table{
	font-size:10px;
	float:left;
	border:none;
	width:890px;
	padding:0;
	margin:0;
	border-spacing: 1px;
}
table td, table th{
	padding:1px;
}

.group.table table input{
	/*width:auto;*/
	font-size:11px;
}

.group.odd {
	background-color:#eee;
}
.group.even{
	background-color:#ccc;
}
tr.even{
	background-color:#EFF9FF;
}
tr.odd{
	background-color: #DDEEFF;
}
tr.odd.hold {
	background-color:#fbb;
}
tr.even.hold {
	background-color:#fcc;
}
tr.odd.hold2 {
	/*background-color:#f96;*/
	background-color:#fc9;
}
tr.even.hold2 {
	/*background-color:#fa7;*/
	background-color:#fda;
}
tr.odd.grey {
	background-color:#ddd;
}
tr.even.grey {
	background-color:#ccc;
}
tr.odd.blue {
	/*background-color:#aaf;*/
	background-color:#96cbff;
}
tr.even.blue {
	background-color:#7abdff;
}
tr.odd.purple {
	background-color:#e199ff;
}
tr.even.purple {
	background-color:#d97fff;
}
tr.odd.green {
	background-color:#99ffcc;
}
tr.even.green {
	background-color:#66ffcc;
}
tr.odd.hover,tr.even.hover,tr.hover td.row-number{
	background-color:#06a;
	color:#fff;
}

.page-select, .per-page-select{
	display:block;
	float:left;
	margin-right:5px;
	font-size:10px;
}
.per-page-select, .reset-filters{
	float:right;
}
.page-select .active, .per-page-select .active{
	font-weight:bold;
	
}
.page-select input{
	width:30px;
}

#user_form, #questionnaire_form{
	float:right;
}


.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.group.collapse .option, tr.collapse {
	display:none;
}

.header > a.icon-button,
.header > input.save,
button.add,button.new
{
	margin-left:5px;
	float:right;
	padding:0px;
}
.header a.create,
.group.collapse .header a.remove{
	display:none;
}
.header a.remove,
.group.collapse .header a.create{
	display:block;
}
.icon-button{
	width:16px;height:22px;
	background:url(../images/ui-icons_222222_256x240.png) no-repeat;
}
.header a,
.header h3 
{
	margin-left:5px;
	padding:0px;
	float:left;
}
.header h3.top a:hover{
	background:#fff;
}

.header h3.top a {
	text-decoration:none;
	margin: 5px 5px 0 0 ;
	padding: 0px 3px;
	background:#eee;
	
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.header h3.top a.breadcrum{
	-webkit-border-radius: none;
    border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration:underline;
	background:none;
	margin: 0px 5px 0 0 ;
	padding: 0px 0px;
}
.header h3.top a.active {
	color:#fff;
	background:#0066AA;
}
.header h3.top{
	width:890px;
}
.header h3.top span{
	float:right;
}
.header h3.top > div {
	display:none;
}
.header h3.top > div.active {
	display:block;
} 
.icon-button.undo{
	/*background-position: 0 -61px;*/
	background-position: -64px -77px;
}
.icon-button.remove  {
	background-position: -176px -93px;
}
.icon-button.copy{
	background-position: -16px -61px;
}
.icon-button.save-as{
	background-position: -16px -61px;
}
.icon-button.e-mail{
	background-position: -80px -93px;
}

.icon-button.pdf{
	background:url(../images/pdficon_small.png) no-repeat 0 3px;
}
.icon-button.csv{
	background:url(../images/csvicon_small.png) no-repeat 0 3px;
}
.icon-button.red-button{
	background:url(../images/ui-icons_cd0a0a_256x240.png) no-repeat;
}
.icon-button.green-button{
	background:url(../images/ui-icons_07CE82_256x240.png) no-repeat;
}
.icon-button.grey-button{
	background:url(../images/ui-icons_888888_256x240.png) no-repeat;
}
.icon-button.blue-button{
	background:url(../images/ui-icons_2e83ff_256x240.png) no-repeat;
}
.icon-button.pdf-download{
		background-position: -224px -44px;
}
.icon-button.e-mail-file{
		background-position: -80px -93px;
}

a.icon-button.left{
	float:left;
}

a.icon-button.big-button{
	margin:8px 4px 4px 4px;
	height:20px;
	width:20px;
	background:url(../images/big-icons-20px-black.png) no-repeat;
}
a.icon-button.big-button.red{
	background:url(../images/big-icons-20px-red.png) no-repeat;
}
a.icon-button.big-button.blue{
	background:url(../images/big-icons-20px-blue.png) no-repeat;
}
a.icon-button.big-button.green{
	background:url(../images/big-icons-20px-green.png) no-repeat;
}
a.icon-button.big-button.grey,a.icon-button.big-button.disabled{
	background:url(../images/big-icons-20px-grey.png) no-repeat;
}


.icon-button.apply-next{
	background-position: -206px -189px;
}
.icon-button.reject-next{
	background-position: -30px -189px;
}
.icon-button.save-next{
	background-position: -110px -189px;
}
.icon-button.next{
	background-position: -110px -189px;
}
.icon-button.prev{
	background-position: -142px -189px;
}

a.icon-button.big-button.apply-next{
	background-position: -260px -240px;
}
a.icon-button.big-button.reject-next{
	background-position: -40px -240px;
}
a.icon-button.big-button.save-next,a.icon-button.big-button.next{
	background-position: -60px -240px;
}
a.icon-button.big-button.prev{
	background-position: -100px -240px;
}


.table a.remove {
	display:block;
}
.icon-button.create,
.icon-button.new,
.icon-button.add{
	background-position:0 -189px;
}
.icon-button  > span{
	display:none;
}
.nav-main a{
	text-decoration:none;
}

.nav .active > a, h3  a.active {
	
}

.nav {
	display:block;
	float:left;
	width:auto;
	margin:0 0 -10px 0;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}
.nav > a {
	text-decoration:none;
	width:auto;
	float:left;
	padding:2px 4px 4px 4px;
	margin:0 5px 0 0;
	background:#eee;
	-webkit-box-shadow:  1px 1px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 1px 4px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.nav > a:hover{
	background:#fff;
}

.nav > a.space{
	margin-right:15px;
}
.nav > a.active{
	background:#fff;
	color:#0066AA;
}
.page-select > * {
	display:block;
	float:left;
}
.page-select > span{
	line-height:24px;
}
.icon-button.page-back{
	background-position: -96px -45px; 
}
.icon-button.page-forward{
	background-position: -32px -45px; 
}
.icon-button.page-first{
	background-position: -240px -44px; 
}
.icon-button.page-last{
	background-position: -208px -44px; 
}
#auto-complete-list, #details{
	z-index:2;
	position:absolute;
	display:block;
	background:#fff;
	padding:0;
	margin:0;
	float:left;
	font-size:10px;
	-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px ;
}
#auto-complete-list > ul, #details > ul{
	padding: 0;
	margin: 4px;
	list-style:none;
}
#auto-complete-list > ul > li, #details > ul > li{
	margin: 2px;
}
.filters th {
	padding:0px;

}
.filters input, .filters select{
	
	width:95%;
	padding:1px;
	font-size:11px;
	border:1px solid #999;
	margin:0;
}
.filters input{
	height:14px;
}
.filters select{
	height:18px;
}
th span{
	color:#fff;
	float:left;
}
.questionnaire th span{
	float:none;
}
th.active {
	background:#555;
}
th.active span.direction{
	width:16px;height:12px;display:block;
	background:url(../images/ui-icons_ffffff_256x240.png) no-repeat;	
}
th.active.desc span.direction{
	background-position:-64px 0px;
}
.option select[multiple="multiple"]{
	height:auto;
}
.option select[multiple="multiple"][disabled="disabled"] > option[selected="selected"]{
	color:white;
}
thead th, tr.sum td{
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.group-column{
	float:left;
	display:block;
	margin:0;
	padding:0 5px 5px;
	width:890px;
}
.group-column.span-6{

}
.group-column.span-3{
	width:645px;
	padding:0 0 5px 3px;
}
.group-column.span-2{
	width:430px;
}
.group-column.span-1{
	width:215px;
}

/*.option img, .option.span-3 img, .option.span-2 img {
	width:300px;
	max-height:300px;
}*/
.option .image-container,
.option.span-3 .image-container,
.option.span-2 .image-container{
	width:300px;
	height:300px;
	overflow:hidden;
}
.option .image-data,
.option.span-3 .image-data,
.option.span-2 .image-data{
	width:300px;
}
.option .image-data input{
	width:330px;
}

.subgroup{
	display:block;
	float:left;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);

	/*border:1px solid #999;*/
	background: #fff;
	margin:5px 0;
	padding:0;
	width:100%;
}
button.left, .group input.save.left
{
	float:left;
}
textarea[disabled="disabled"]{
	display:none;
}

.text > div, .html > div{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background-color:#EBEBE4;
	display:block;
	float:left;
	font-size:10px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin: 8px;*/
}

.text > div > p, .html > div > p{
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
td.row-number{color:#777;}

#ui-datepicker-div{
	-webkit-box-shadow:  2px 2px 12px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}

.download{
	padding:4px;
}
.download a {
	font-size:1.2em;
	font-weight:bold;
}

input[type="file"],input[type="submit"],button[type="button"]{
	height: 24px;
}

/*START MENU */
ul.menu-list,
ul.route-list,
ul.copyright-images {
	list-style-type:none;
}
ul.menu-list a:focus,
ul.menu-list a:visited ,
ul.menu-list a:link{
	color: #000;
}
ul.menu-list a:hover,
ul.menu-list a:active{
	color: #920;
}
#left-menu{
	background:#fcfcfc url(/images/menu.png) no-repeat 100% 0%;
	border-right:1px solid #ccc;
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
	font: 12px/18px "Courier New", Courier, monospace;
	padding:10px 20px 0px 5px;
	height:100%;
	visibility:hidden;
	
}
#left-menu ul{
	margin:0px;
	padding:0px;
}
#left-menu ul.menu-list li{
	margin:10px 0px
}
#left-menu a:link,
#left-menu a:visited  {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
/*END MENU */

p.question{
	font-weight:bold;
}

div.group.questionnaire  p, div.group.questionnaire  h1{
	padding:8px;
}
p.question > span.note, label > span.note{
	color:#999;
	font-size:14px;font-weight:normal;
}
div.result-group{
	padding:6px 0 0 6px;
	height:48px;
	width:600px;
}
div.group.questionnaire a.download-pdf span{
	display:none;
}
div.group.questionnaire a.download-pdf{
	float:left;
	display:block;
	height:48px;
	width:52px;
	background:url(../images/fases-new.png) no-repeat -420px -692px;
}
div.group.questionnaire  h1.question_group{
	color:#f47920;
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	/*border-bottom:1px solid #f47920;*/
}
div.group.questionnaire  p.question_group{
	color:#f47920;
	font-style:italic;
	font-size:14px;
	padding-top:0px;
}
 
#continue, #save, #login{
	float:right;
	margin:4px;
	padding:2px;
	font-weight:bold;
}
.question-links-group{
	float:left;
	margin:4px;
	border:1px solid #f47920;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
 
.question-links{
	/*width:800px;*/
	float:left;
}
.contine-button{
	width:100px;
	float:right;
}
.question-links a{
	padding:2px;
	text-decoration:none;
}
.question-links a.disabled{
	color:#999;
	cursor:default;
}
/*
	$options_question_user_type = array(
		0=>'Alle',
		1=>'School',
		2=>'Bibliotheek',
		3=>'Kinderopvang',
		4=>'School & Bibliotheek',
		5=>'School & Kinderopvang',
		6=>'Bibliotheek & Kinderopvang'
	); // <-- yes, this sucks
	
*/
.question-links a.disabled.type-1{
	color:#00a98d;
	/*color:#4ca293;*/
}

.question-links a.disabled.type-2{
	color:#f47920;
	/*color:#72895c;*/
}

.question-links a.disabled.type-3{
	color:#0099ff;
	/*color:#72895c;*/
}

.question-links a.active{
	font-weight:bold;
}
.questionnaire textarea{
	width:878px;
	margin:8px;
	border:2px solid #f47920;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.questionnaire .disabled-textarea{
	width:878px;
	margin:8px;
	border:2px solid #999;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

table.overview textarea{
	width:774px;
	margin:0px;
	border:2px solid #f47920;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
table.overview td.text{
	padding:6px;
}
table.table-question tr.odd {
	background:#fff;
}
table.table-question tr.even {
	background:#ffeecc;
}
table.table-question th.box, table.table-question td.box{
	text-align:center;
	
	width:80px;
}
table.table-question th{
	color:#fff;
	font-size:12px;
	line-height: 16px;
	background-color:#f47920;

}
.questionnaire label{
	

}
#range{
	border:none;
	height:37px;

}

#slider:before{
	display:block;
	background-image: url(../images/rangeBar.png);	
	background-position:0px 10px;
	background-repeat: repeat-x;
	margin-left:9px;
	width:560px;
	height:30px;
	position:relative;
	position:absolute;
	content:""
}

#range td{
	text-align:center;
	color:#fff;
	border:none;
	background-color: #f47920;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
#range td.even{
	background-color: #ffbb33;
}

.rangeGrip{
	width:10px;
	height:19px;
	cursor:e-resize;
	background-image: url(../images/slider.png);
	z-index:8;
}


.rangeDrag .rangeGrip, .rangeGrip:hover{
	background-position:right;
}
#range-tags{
	text-align:center;
}
#range-tags input{
	width:45px;
	padding:2px;
	font-size:16px;
}
ul.groups-list{
	list-style:none;
	margin:0;
	padding:0;
}
ul.groups-list > li {
	float:left;
}
ul.groups-list > li > a  {
	text-align:center;
	font-weight:bold;
	font-size:15px;
}
ul.groups-list > li > a > div,
ul.groups-list > li > a > div > div,
ul.groups-list > li > a > div > div > div{
	background:url(../images/fases-new.png);
}
ul.groups-list > li > a {
	width:180px;
	display:block;
	/*color:#f47920;*/
	text-decoration:none;
}
ul.groups-list > li > a > div{
	background-position:-620px 0px;
}
ul.groups-list > li > a > div,
ul.groups-list > li > a > div > div,
ul.groups-list > li > a > div > div > div{
	width:180px;
	height:172px;
}
ul.groups-list > li > a:hover > span,
ul.groups-list > li > a.active > span {
	color:#f47920;
}
ul.groups-list > li > a:hover > div,
ul.groups-list > li > a.active > div{
	background-position:-800px 0px;
}
ul.groups-list > li.group-1.icon-0 > a > div > div,
ul.groups-list > li.icon-1 > a > div > div{
	background-position:-620px -172px;
}
ul.groups-list > li.group-2.icon-0 > a > div > div,
ul.groups-list > li.icon-2 > a > div > div{
	background-position:-800px -172px;
}
ul.groups-list > li.group-3.icon-0 > a > div > div,
ul.groups-list > li.icon-3 > a > div > div{
	background-position:-620px -344px;
}
ul.groups-list > li.phase-1 > a > div > div > div{
	background-position:-620px -516px;
}
ul.groups-list > li.phase-2 > a > div > div > div{
	background-position:-800px -516px;
}
ul.groups-list > li.phase-3 > a > div > div > div{
	background-position:-620px -688px;
}
ul.groups-list > li {
	padding:50px 5px 50px 5px;
}

ul.groups-list > li.group-0 {
	padding:0px 5px 0px 5px;
	margin:-30px 0 0 0;
}
ul.groups-list > li.group-0  > a {
	width:310px;
}
ul.groups-list > li.group-0  > a > div,
ul.groups-list > li.group-0  > a > div > div,
ul.groups-list > li.group-0  > a > div > div > div{
	width:310px;
	height:294px;
	background-position:0px 0px;
}
ul.groups-list > li.group-0  > a > div > div{
	background-position:0px -294px;
}
ul.groups-list > li.group-0 > a:hover > div,
ul.groups-list > li.group-0 > a.active  > div{
	background-position:-310px 0px;
}
ul.groups-list > li.group-0.phase-2 > a > div > div{
	background-position:-310px -294px;
}
ul.groups-list > li.group-0.phase-3 > a > div > div{
	background-position:0px -588px;
}

.group-logo{
	width:110px;
	height:104px;
	float:left;
	background:url(../images/fases-new.png);
}
.group-logo.group-1.icon-0,
.group-logo.icon-1{
	background-position:-310px -588px;
}
.group-logo.group-2.icon-0,
.group-logo.icon-2{
	background-position:-420px -588px;
}
.group-logo.group-3.icon-0,
.group-logo.icon-3{
	background-position:-310px -692px;
}
.group-text{
	float:left;
}
.question-container{
	float:left;
}


#continue, #save, #login{
	cursor:pointer;
	padding: 1px 20px 4px 5px;
	width:90px;
	border:none;
	background-position: top right;
	/*margin-top: 5px;*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-image: url(../images/button-primary.png);
	background-color: #ff7320;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}


table.overview{
	width:100%;
	font-size:12px;
	line-height: 16px;
	border-spacing:0px;
}
table.overview td,
table.overview th{
	padding:2px;
}

table.overview.school td.phase.col1{
}

table.overview td.phase.library{
	border-left:2px solid #f47920;
}
table.overview td.phase.school{
	border-left:2px solid #00a98d;
}
table.overview td.phase.daycare{
	border-left:2px solid #0099ff;
}
table.overview .phase{
	width:50px;
	text-align:center;
}
table.overview td.phase > span > span {
	display:none;
}
table.overview td.phase > span{	
	width:50px;
	height:16px;
	display:block;
	background:url(../images/fases-new.png);
}
table.overview td.phase.library.phase01 > span{
	background-position:-800px -688px;
}
table.overview td.phase.library.phase11 > span{
	background-position:-800px -706px;
}
table.overview td.phase.library.phase02 > span{
	background-position:-800px -724px;
}
table.overview td.phase.library.phase12 > span{
	background-position:-800px -742px;
}
table.overview td.phase.library.phase22 > span{
	background-position:-800px -760px;
}
table.overview td.phase.library.phase03 > span{
	background-position:-800px -778px;
}
table.overview td.phase.library.phase13 > span{
	background-position:-800px -796px;
}
table.overview td.phase.library.phase23 > span{
	background-position:-800px -814px;
}
table.overview td.phase.library.phase33 > span{
	background-position:-800px -832px;
}

table.overview td.phase.daycare.phase01 > span{
	background-position:-904px -688px;
}
table.overview td.phase.daycare.phase11 > span{
	background-position:-904px -706px;
}
table.overview td.phase.daycare.phase02 > span{
	background-position:-904px -724px;
}
table.overview td.phase.daycare.phase12 > span{
	background-position:-904px -742px;
}
table.overview td.phase.daycare.phase22 > span{
	background-position:-904px -760px;
}
table.overview td.phase.daycare.phase03 > span{
	background-position:-904px -778px;
}
table.overview td.phase.daycare.phase13 > span{
	background-position:-904px -796px;
}
table.overview td.phase.daycare.phase23 > span{
	background-position:-904px -814px;
}
table.overview td.phase.daycare.phase33 > span{
	background-position:-904px -832px;
}

table.overview td.phase.phase01 > span{
	background-position:-852px -688px;
}
table.overview td.phase.phase11 > span{
	background-position:-852px -706px;
}
table.overview td.phase.phase02 > span{
	background-position:-852px -724px;
}
table.overview td.phase.phase12 > span{
	background-position:-852px -742px;
}
table.overview td.phase.phase22 > span{
	background-position:-852px -760px;
}
table.overview td.phase.phase03 > span{
	background-position:-852px -778px;
}
table.overview td.phase.phase13 > span{
	background-position:-852px -796px;
}
table.overview td.phase.phase23 > span{
	background-position:-852px -814px;
}
table.overview td.phase.phase33 > span{
	background-position:-852px -832px;
}

table.overview th{
	color:#fff;
	font-size:12px;
	line-height: 16px;
	background-color:#f47920;
	border-left:2px solid #fff;
	/*-webkit-box-shadow: none;
	box-shadow: none;*/
}
table.overview th:first-of-type{
	border-left:none;
}
table.overview tr.question {
	font-weight:bold;
	/*background-color:#ffeecc;*/
	
}
table.overview tr.question > td{
	border-top:1px solid #999;
}
table.overview tr.subquestion > td{
	border-top:1px solid #eee;
}
table.overview tr.subquestion {
	font-weight:bold;
	/*background-color:#f6f6f6;*/
	/*color:#00ae9e;*/
}
table.overview td.number{
	text-align:right;
}
table.overview td, table.overview th{
	vertical-align:top;
}

table.overview tr.answer {
	color:#888;
}
table.overview.library tr.answer.library,
table.overview.school tr.answer.school,
table.overview.daycare tr.answer.daycare{
	color:#000;
}

table.overview tr.answer > td.number{
	vertical-align:middle;
}
table.overview tr.answer > td.number > span{
	float:right;
	display:block;
	height:14px;
	width:14px;
	margin-right:1px;
	background:url(../images/fases-new.png);
}

table.overview th.phase > span{
	background:url(../images/fases-new.png);
	display:block;
	height:20px;
	width:20px;
	margin:1px;
}
table.overview th.phase, table.overview th.qa{
	text-align:center;
	vertical-align:middle;
}
table.overview th.phase > span > span{
	display:none;
}
table.overview th.phase.library > span{
	background-position:-558px -588px;
}
table.overview th.phase.school > span{
	background-position:-578px -588px;
}
table.overview th.phase.daycare > span{
	background-position:-578px -608px;
}

table.overview tr.answer.all > td.number > span{
	display:none;
}

table.overview tr.answer.daycare > td.number{
	border-right:1px solid #0099ff;
}
table.overview tr.answer.library > td.answer-text{
	border-left:1px solid #f47920;
}
table.overview tr.answer.school > td.number{
	border-right:1px solid #00a98d;
}
table.overview tr.answer.school > td.answer-text{
	border-left:1px solid #00a98d;
}
table.overview tr.answer.library > td.number{
	border-right:1px solid #f47920;
}
table.overview tr.answer.daycare > td.answer-text{
	border-left:1px solid #0099ff;
}

table.overview tr.answer.daycare > td.number > span{
	background-position:-544px -602px;
}
table.overview tr.answer.school > td.number > span{
	background-position:-544px -588px;
}
table.overview tr.answer.library > td.number > span{
	background-position:-530px -588px;
}

table.overview tr.answer.school.daycare > td.number > span{
	background-position:-530px -616px;
}
table.overview tr.answer.school.library > td.number > span{
	background-position:-530px -616px;
}
table.overview tr.answer.library.daycare > td.number > span{
	background-position:-530px -630px;
}
table.overview tr.answer.library.school > td.number > span{
	background-position:-544px -616px;
}

table.overview tr.answer.all > td.answer-text{
	border-left:1px solid #fff;
}
table.overview tr.answer.all > td.number{
	border-right:1px solid #fff;
}

td.group-logo-col{
	width:100px;
}
td.group-action-save{
	text-align:center;
}
#save{float:none;}
#login{width:100px;}

.login .fields-left{
	margin-top:4px;float:left;
}
#questionnaire_select,#user_select{
	margin:2px;
}