/*-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	/*background: #eee;*/
	border-top: 5px solid #F40072;
	color: #333;
	font-size: 14px;
	padding: 0 0 40px;
        background: url("../img/texture/10.jpg") repeat scroll left top #F2F2F2;
}

.container_16 {
    border-bottom: 1px solid #F40072;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

h3 { margin-top: 45px; font-size:35px; }

h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	/*font-size:3em;*/
	text-align:left;
	background: url( "../img/banner_questionnaire.png" ) no-repeat;
	padding:.9em 1em;
	margin-bottom:0;
	background-color: #ef4060;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
    background:#F7F7F7;
    border: 1px solid #E0E0E0;

}
.box h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#009B9D;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
    border: 1px solid #E0E0E0;
}

.box h2.small{
    font-size: 11px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#009B9D url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#0C8989;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


.group_box{
	margin:0 25px 0 0;
	padding:0 25px 25px 25px; 
	background: none repeat scroll 0 0 #f7f7f7;
	border: 1px solid #e0e0e0;
}

.group_box h3 {
	font-size: 22px;
        margin: 20px 0 10px;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
	margin-top: 25px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;

}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}
tfoot.dark th, tfoot.dark td {
	background: #bbbbbb;
}


/* forms
----------------------------------------------- */
form {
	/*overflow:hidden;*/
	font-size: 14px;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background: #f51c56;
	color: #fff;
	font-size: 18px;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
.input label.smalllabel{
    width: 100px;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

input[type="button"],input[type="submit"],.btn{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	float: right;
}
input[type="button"]:hover,input[type="submit"]:hover{
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.btn{margin: 0px 15px 0px 15px}

#surveyKey {
margin-top: 25px;
margin-bottom: 25px;
}


/* site information
----------------------------------------------- */
#site_info .box {
	background:#F7F7F7;
	margin-bottom:10px;
    border: 1px solid #E0E0E0;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}
#site_info a {
    color:#F40072;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

/* Main Nav Current States */
ul.nav li a.current {
	background: #888;
}

/* CakePHP Specific */
div#flashMessage {
	/*padding: 10px;*/
	margin: 0px 13px 10px 11px;
	/*border: 1px dashed #888;
	background: #eee;
	font-size: 14px;*/
}
div.flash-error {
	color: #bf0000;
	background: #ffbfbf !important;
	border-color: #bf0000 !important;
}
div.flash-warning {
	color: #725600;
	background: #ffffbf !important;
	border-color: #bfbf00 !important;
}
div.flash-success {
	color: #00bf00;
	background: #dfffbf !important;
	border-color: #00bf00 !important;
}
div.error-message {
	color: #bf0000;
	font-weight: bold;
}
.input {
	margin: 0px 0px 5px 0px;
}
 .text input {
	width: 250px;
}
/*
.datepicker{
    width: 100px;
}*/
.input label {
	width: 100%;
	/*text-align: right;*/
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 0px 0px;
}
.text label {
	padding: 6px 0px 0px 0px;
}
.form-submit-group {
	float: right;
	margin: 0px 0px 5px 0px;
}
.form-submit-group .submit {
	float: left;
}
.form-cancel {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}
/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}
/** CakePHP Notices and Errors **/
/*div.message {
	clear: both;
	color: #333;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}*/
div.error-message {
	clear: both;
	color: #bf0000;
	background: #ffbfbf;
	border-color: #bf0000;
	font-weight: bold;
}
p.error {
	color: #bf0000;
	background: #ffbfbf;
	border-color: #bf0000;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #725600;
	background: #ffffbf;
	border-color: #bfbf00;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #00bf00;
	background: #dfffbf;
	border-color: #00bf00;
}


input.datepicker{
    width:100px;
    }

/* technocite ¨*/

.surveyDescription{
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
}

/* CSS Message Notification Bars */
  
.message, .info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
  

}
.info, .message {
  color: #3a87ad;
  background-color: #d9edf7;
  background-image: url('../img/info.png');
}
.success {
  color: #468847;
  background-color: #dff0d8;
  background-image:url('../img/success.png');
}
.warning {
  color: #c09853;
  background-color: #fcf8e3;
  background-image: url('../img/warning.png');
}
.error {
  color: #b94a48;
  background-color: #f2dede;
  background-image: url('../img/error.png');
}

div.auto_complete    {
     position         : fixed;
     background-color : #E9E9E9;
     border           : 1px solid #BBBBBB;
     padding          : 15px 0px 15px 0px;
     /*padding-left     : 15px;*/
     cursor           : pointer;
     top: 0px;
}
div.auto_complete ul { margin: 0px; padding:0px;}
div.auto_complete li { list-style: none; padding-left:15px; margin: 0px; }
div.auto_complete li.selected    { background-color: #ffb; }
#CodePersonnesNom_autoComplete {top:50px !important;}
#CodeEtablissementNomEtablissement_autoComplete {top:75px !important;}
#LocaliteZip_autoComplete {top:102px !important;}

.infos_typequestion{
  border            : 1px solid;
  margin            : 10px 0px;
  padding           :15px 10px 15px 50px;
  background-repeat : no-repeat;
  background-position: 10px center;
  color             : #00529B;
  background-color  : #BDE5F8;
  background-image  : url('../img/info.png');
}

.infos_typequestion .explanation{
    border-left     : 1px solid #BBBBBB;
    padding-left    : 8px;
}

/* question */

.questiontitle{
	font-size: 22px;
	margin: 20px 0px 10px 0px;
}

.surveyDescription{
	border-top: 1px solid #ED771C;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right:  1px solid #BBBBBB;
}

.helloQuest{
     color: #F40072;
     margin-bottom: 25px;

}

textarea{
    width: 70%;
    height: 150px;
}

#SurveyDefinitionSaveQuestionModifcationForm textarea{
    height: auto;
}

#SurveyDefinitionEditForm textarea{
    height: auto;
}

.help{
    display: none;
}

.social_home a img{
    margin-left: 5px;
}

.copy_right{
    text-align: right;
}

.brd_sep{
	border-left: 2px solid #888888;
}

.sortable{
	margin: 15px 0px 15px 0px;
}

.steps {
            border: 1px solid transparent; /*follows #slider2 style for sizing purposes */
            width: 350px;
            position: relative;
            height: 40px;
	    padding-top: 10px;
            }
.tick {
            border: 1px solid transparent; /*follows slide handle style for sizing purposes*/
            position: absolute;
            width: 3em;
            margin-left: -.6em;
            text-align:center;
            left: 0;
            }
tr.altrow td {
	background: #FFF;
}

tr.altrow2 td {
	background: #bbb;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
}

.green  {
	background: none repeat scroll 0 0 #D0F5A9;
}
tr.altrow td.green  {
    background: none repeat scroll 0 0 #D0F5A9;
}

.red  {
	background: none repeat scroll 0 0 #ff715f;
}

.orange {
	background: none repeat scroll 0 0 #FAAC58;	
}

.blue {
	background: none repeat scroll 0 0 #81DAF5;
}

tr.altrow td.red  {
    background: none repeat scroll 0 0 #FE642E;
}

.checklist label{
	float: inherit;
	display: inline;
}

li.eval_list{
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5px 10px;
	line-height: 30px;
	}
.eval_list .validity{}
.eval_list .titre_eval{ margin-left: 15px; }
.eval_list .completed_btn{ float: right; }
.validity img{ vertical-align: middle; }

.vval{ border:0;
	color:#f6931f;
	font-weight:bold;
	width: 25px;
	background: none repeat scroll 0 0 #E9E9E9; }
input.error{ background-image: none;}
textarea.error{ background-image: none;}
label.error{ background-image: none;}	
.searchfilter input[type="submit"]{ float: inherit; display: inline; padding: 3px 5px; margin-top: 4px}
.searchfilter .filter_input { float: left; height: 36px; margin-right: 35px}
.filter_input input[type="text"],.filter_input select { margin-top: 6px; width: 200px}

.quest_result_list{ margin-top: 25px;}

.quest_result_list h1{ color: #00529B; font-size: 32px; }

.groupq{
    width: 20px;
    display: inline-block;
}

.blue_group{
	color: #01B0F0;
	}

.loadBtn{
	cursor: wait;
}