/* ------------------------- ELEMENTS --------------------------- */

/* ------------------------- IDENTIFIANTS --------------------------- */

/******* Menu ***********/
#menu
{
	color:#4c87c6;
        font-family: "Oswal-Bold";
	font-size:16px;
        height: 43px;
        margin: auto;
	width:730px;
}

#menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li
{
	float:left;
        font-family: "Oswald";
        font-size: 16px;
	cursor:pointer;
	padding:0;
        padding-bottom: 5px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 10px;
}

/*#menu li a
{
	display:block;
	width:200px;
	color:#58585a;
	text-decoration:none;
	padding:5px;
}*/

#menu li a
{
	color:#4c87c6;
        font-family: "Oswald";
        font-size: 16px;
	text-decoration:none;
}

#menu li:hover
{
    background-color: #f1f1f1;
    border-bottom: 5px solid #4c87c6;
}

#menu ul li ul
{
	background-color:#CCC;
	/*color:#58585a;*/
	display:none;
	margin-left:-10px;
	/*margin-top:10px;*/
}
 
#menu li ul
{
 	position:absolute;
}

/*#menu ul li:hover ul
{
	 display:block;
}*/

#menu li:hover ul li
{
 	float:none;
}

#button_ok_create_admin_account
{
    background: url('/images/buttons/btn_submit.png') no-repeat;
    margin-top:14px;
    height: 36px;
    width:111px;
}

/*** Boutons CSV print ***/
#buttons_csv_print
{
    float:right;
}

/****************** Admin Question ***********************/
#admin_question
{
	border:1px solid #56c4f7;
	color:#01296e;
	margin:auto;
	margin-top:30px;
	padding:20px 20px 20px 20px;
	width:480px;
}

#alert_admin_question
{
	display:none;
	text-align:center;
}

#alert_admin_question input[type=button]
{
	margin-top:10px;
}

#admin_question_2
{
	/*display:none;*/
}

#admin_question select
{
	background-position:220px;
	width:236px;
}

#buttons_admin_question
{
	margin:auto;
	width:520px;
}

#button_validate_admin_answer
{
	display:none;
	float:right;
}

/****************** Liste utilisateurs *******************/
#div_table_users_list {
    margin-top: 10px;
    max-width:1366px;
}

/* table liste utilisateurs */
#table_users_list
{
    /*width:100%;*/
    min-width: 1366px;
}

#table_users_list .tr_donnees:hover
{
    background-color: #f0f0f0;
}

#table_users_list a {
    margin-right: 10px;
}

/* Validation compte */
#formValidation select
{
	background-position:172px;
}

/* Modification compte*/
#formModification select
{
	background-position:170px;
	width:208px;
}

#formModification input[type=text]
{
	width:375px;
}

#error_code
{
	color:#e51818;
}

#div_user_info
{
	color:#01296e;
	padding:20px 60px 0px 20px;
/*	width:580px;*/
}

#table_user_info tr {
    height: 34px;
}

#blue_line
{
	margin-left:210px;
	margin-top:-60px;
	position:absolute;
}

#button_form_user_list
{
	border:0px;
	margin-top:5px;
	width:640px;
}

#button_form_user_list input {
    margin-right: 10px;
    margin-top: 60px;
}

#button_update_user_info {
    background: url('/images/buttons/btn_update.png') no-repeat;
    height: 36px;
    width:111px;
}

#button_cancel_user_info {
    background: url('/images/buttons/btn_cancel.png') no-repeat;
    height: 36px;
    width:111px;
}

/* champ de recherche users list */
#research_users_list
{
    padding-top: 8px;
    width:100%;
}

#title_research_user
{
	color:#56c4f7;
        float: left;
	font-size:15px;
	/*text-align:center;*/
}

#research_users_list #select_type_research
{
	background-position:135px;
	width:170px;
}

#research_users_list #select_choix_type
{
	background-position:155px;
	width:190px;
}

#text_research
{
	margin-left:10px;
	width:250px;
}

#research_users_list table {
    margin-left: 20px;
}

#buttons_research_users
{
/*	margin:auto;*/
	margin-top:25px;
/*	text-align:right;*/
	width:100%;
}

#buttons_research_users input {
    margin-right: 15px;
}

#button_xls
{
	/*float:right;*/
	/*margin-right:16px;
	padding-bottom:3px;*/
	margin-left:900px;
	margin-top:-23px;
	position:absolute;
}

/* Couleurs tr tableaux */
#gris
{
	color:#999;
}

#rouge
{
	color:#903;
}

#vert
{
	color:#093;
}

#text_blue_tr
{
	color:#01296e;
}

#text_grey_tr
{
	color:#58585a;
}

/******************* SURVEY **************************/
#table_survey_list
{
	width:1350px;
}

#table_survey_list .date_bold {
    color:#333333;
    font-family: "Oswald-Bold";
    font-size: 15px;
}

#button_form_survey
{
	margin-top:5px;
}

#button_form_survey input {
    margin-right: 15px;
}

/* Update & add */
#div_update_survey, #div_add_survey
{
	margin-top:30px;
	width:780px;
}

#div_update_survey textarea, #div_add_survey textarea
{
	height:80px;
	width:600px;
}

#div_update_survey label, #div_add_survey label {
    color:#868686;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

#div_update_survey2, #div_add_survey2
{
	margin-top:10px;
	padding:10px 10px 10px 0px;
}


/******************* MESSAGES **************************/
#table_messages
{
	margin-top:30px;
	width:920px;
}

#table_messages tr {
    height: 38px;
}

#table_messages textarea {
    height: 30px;
}

/******************* TABLE HEADERS **************************/
#table_headers
{
    margin-top:25px;
}

#form_table_headers
{
    margin: 0;
    width:727px;
}

#form_table_headers span {
    font-family: "Oswald";
    color: #333333;
    font-size: 14px;
}

#form_table_headers input[type=text]
{
    width:378px;
}

#form_table_headers img {
    margin-left: 20px;
}

#table_headers ul
{
    text-align:left;
    padding:0;
    margin:20px 7px 20px 7px;
}

#table_headers li
{
    float:left;
    list-style:none;
    margin:0;
    margin-top:2px;
    margin-bottom:2px;
    padding:0;
    cursor:move;
}

#button_form
{
    margin-top:5px;
    width:471px;
}

#table_headers tr {
    height: 42px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: none;
    font-weight: normal;
}

.ui-icon, .ui-widget-content .ui-icon {
    display:none;
}

/*********************** DISTRICT CODE ***************************/
#table_district_code {
    margin-top: 30px;
}

#table_district_code input {
    width:330px;
}

#table_district_code #add_code_input {
    width: 50px;
}

#div_btn_add_code
{
	margin-top:50px;
}

#options_add_validate
{
	display:none;
}

/*********************** STATISTICS ******************************/
#contenu_stat
{
   
	color:#01296e;
	margin-top:20px;
}

#formResearchStat {
}

#stat_criteres
{
	padding:5px;
}

#stat_criteres table .height {
    height: 10px;
}

#stat_result {
    margin-top: 30px;
}

#result_search_stat
{
/*	background:#7bcdec;*/
	color:#333333;
        font-family: "Oswald";
        font-size: 14px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:30px;
	text-align:left;
	width:560px;
}

#result_search_stat_number
{
	/*float:left;*/
	/*margin-left:15px;*/
}

#result_search_stat_progression
{
/*	float:right;
	margin-right:15px;*/
}

#info_freq
{
	margin:auto;
	margin-bottom:3px;
	margin-top:15px;
	text-align:left;
	width:560px;
}

#table_stat
{
    margin-left: 20px;
	width:560px;
}

#error_research {
    width:400px;
}


/* ------------------------- CLASSES --------------------------- */


/********* Sous menu ***********/
.sub_menu
{
	background-color:#f1f1f1;
	color:#666666;
        min-height: 75px;
	padding-top:5px;
	padding-bottom:5px;
}

.sub_menu a
{
	color:#666666;
        font-family: "Oswald";
        font-size: 16px;
	text-decoration:none;
}

/*.sub_menu a:hover
{
	color:#000;
}*/

.sub_menu table
{
	margin-left:100px;
}

.sub_menu ul {
    list-style-type: none;
    margin: auto;
    width:1366px;
}

.sub_menu ul li {
    padding-bottom: 12px;
}

#menu .menu_selected
{
    background-color: #f1f1f1;
    border-bottom:5px solid #4c87c6;
}

.sous_menu_selected {
    color:#4c87c6 !important;
    text-decoration: underline !important;
}

.selected
{
	color:#F00;
}

.td_options
{
	display:none;
}

.bleu_clair
{
	color:#56c4f7;
}

.classButtonPrev
{
	display:none;
}

.classButtonNext
{
	display:none;
}

.icon_valide_message
{
	display:none;
}

.text_update_message
{
	width:750px;
}

.intitule_gris {
    color:#868686;
    font-family: Arial;
    font-size: 18px;
/*    font-weight: bold;*/
}

/*********************** District Code ***************************/
.input_code_district
{
	width:50px;
}

.email_code_district
{
	width:300px;
}

.icon_valide_code
{
	display:none;
}

.input_update_text
{
	width:300px;
}

/*************************** STATISTICS **************************/
.btn_critere
{
	cursor:pointer;
	float: left;
/*	margin-left:10px;*/
	padding:5px 8px 5px 8px;
}

.btn_critere:hover {
    background-color: #f1f1f1 !important;
}

.input_date
{
	width:70px;
}

#stat_criteres input {
    margin-right: 10px;
}

input.datepicker
{
  background-image : url('/images/icons/calendar.png');
  background-position : 97% center;
  background-repeat :no-repeat;
  cursor:pointer;
}

.ui-datepicker-trigger {
    display: none;
}
/*
.ui-datepicker .ui-datepicker-prev span {
    background-image : url('/images/icons/prev.png');
    height: 14px;
    width:8px;
}*/
