@charset "UTF-8";
/* 
    Created on : 9 d├®c. 2014, 11:27:24
    Author     : mlaumon

	http://sass-lang.com/documentation/file.SASS_REFERENCE.html
*/
/* 
    Created on : 10 d├®c. 2014, 11:42:08
    Author     : mlaumon
*/
/* 
    Created on : 10 d├®c. 2014, 15:18:39
    Author     : mlaumon
*/
body {
  font-family: "Exo", Arial, Verdana, Helvetica, sans-serif;
  font-size-adjust: none;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8em;
  margin: 0;
  color: black;
  background-color: white;
}

h1, h2 {
  color: #0F6BB8;
  font-size: 1.2em;
  padding: 0 0 0 26px;
  margin-top: 0;
  background: url("../images/arrow.gif") scroll no-repeat left center;
}

h2 {
  font-size: 1em;
}

fieldset {
  border: 1px solid #666666;
  margin: 10px 0;
  padding: 5px;
}

legend {
  color: #666666;
  font-weight: bold;
  font-size: 1.1em;
}

/* 
    Created on : 10 d├®c. 2014, 15:19:53
    Author     : mlaumon
*/
#content {
  width: 840px;
  margin: auto;
  padding: 10px 30px 0px 30px;
  color: black;
  background-color: white;
}
#content a {
  color: #0000ee;
}
#content a:visited {
  color: #551a8b;
}
#content .annuler_demande {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
#content .annuler_demande a {
  color: red;
}

ul {
  margin: 0;
}

/* 
    Created on : 10 d├®c. 2014, 15:19:38
    Author     : mlaumon
*/
#header {
  width: 900px;
  height: 100px;
  margin: auto;
  background-image: url("../images/logo_fluo_grand_est.jpg");
  background-repeat: no-repeat;
}

/* 
    Created on : 10 d├®c. 2014, 15:19:45
    Author     : mlaumon
*/
#footer {
  width: 900px;
  height: 40px;
  margin: auto;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 5px;
}

/* 
    Created on : 10 d├®c. 2014, 15:45:11
    Author     : mlaumon
*/
progress {
  width: 100%;
  height: 20px;
  display: block;
  color: #388FD8;
  /* Important Thing */
  -webkit-appearance: none;
  border: none;
}

progress::-webkit-progress-bar {
  background: #EEEEEE;
  border-radius: 2px;
  padding: 1px;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

progress::-webkit-progress-value {
  border-radius: 2px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), #388FD8;
}

progress::-moz-progress-bar {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), #388FD8;
  border-radius: 2px;
  padding: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
}

#progressbar {
  width: 100%;
  height: 20px;
  display: block;
  background: #EEEEEE;
  padding: 1px;
}

#indicator {
  background: #388FD8;
  height: 20px;
}

/* 
    Created on : 10 d├®c. 2014, 15:17:17
    Author     : mlaumon
*/
/*fieldset : margin 5px + 1px border; widget-form: margin 6px; ==> 24px*/
.widget-form {
  margin: 6px;
  clear: both;
}
.widget-form > input {
  border: 1px solid grey;
}
.widget-form > label {
  display: inline-block;
  width: 250px;
  font-weight: bold;
}
.widget-form input[type="checkbox"], .widget-form input[type="radio"] {
  margin: 0 5px 0 0;
}
.widget-form .alternate_label {
  display: inline-block;
  width: 566px;
}
.widget-form .alternate_label label {
  vertical-align: top;
  display: inline-block;
  width: 546px;
  /*checkbox => 20px*/
  font-weight: bold;
}
.widget-form .help {
  display: block;
  width: 250px;
  font-size: 0.8em;
  color: #666666;
  margin-top: 5px;
}

.progress {
  margin-left: 250px;
  width: 189px;
  height: 5px;
  margin-top: -2px;
}

#content .widget-parent a {
  color: #666666;
}

.widget-parent .showNextInput, .widget-parent .hideInput {
  width: 30px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.widget-parent .widget-form {
  margin: 10px 0 0 250px;
}

#change_password_mps_mot_passe + .help,
#pg_usagers_authentification_mps_mot_passe + .help {
  width: auto;
}
#change_password_mps_mot_passe + .help img,
#pg_usagers_authentification_mps_mot_passe + .help img {
  height: 12px;
  vertical-align: sub;
}

.pwd_change_visibility {
  height: 20px;
  width: auto;
  position: relative;
  margin-left: -20px;
  top: 5px;
  right: 4px;
  cursor: pointer;
  vertical-align: unset;
}

.radio_list,
.checkbox_list {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.radio_list li,
.checkbox_list li {
  list-style: none;
  display: inline-block;
}
.radio_list label,
.checkbox_list label {
  margin: 0 5px 0 2px;
  vertical-align: top;
}
.radio_list input,
.checkbox_list input {
  border: 0;
  margin: 0;
  vertical-align: top;
}

#submit_buttons {
  margin: 10px;
}
#submit_buttons input {
  width: 90px;
  cursor: pointer;
}
#submit_buttons .retour_accueil {
  width: 140px;
}
#submit_buttons #previous {
  float: left;
}
#submit_buttons #next {
  float: right;
}

.engagement {
  margin-bottom: 25px;
}
.engagement > input {
  margin: 0;
  vertical-align: middle;
}
.engagement > label {
  width: auto;
}

.error {
  color: #E80000;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 250px;
  display: block;
}

.label {
  float: left;
  width: 250px;
  font-weight: bold;
}

.vertical_align {
  clear: both;
  margin-left: 250px;
  margin-bottom: 10px;
  min-width: 400px;
}

.no_label .vertical_align {
  margin-left: 0px;
}

/* Message qui indique si le formulaire ├á des champs obligatoires. */
.form_required_fields_msg {
  text-align: center;
  font-size: 1.1em;
  text-decoration: underline;
}

/* Message d'erreur de la page de recueil du consentement RGPG. */
#div_widget-form_form_consentement_rgpd > .error {
  margin-left: 30px;
}

#div_widget-form_form_consentement_rgpd > label {
  width: calc(100% - 27px);
  float: right;
}

.section-form {
  height: 24px;
  width: 806px;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 18px 0;
}
.section-form .section-form-label {
  margin: 0 0 8px 0;
}
.section-form .section-form-sep {
  height: 1px;
  width: 806px;
  opacity: 0.2;
  background-color: #666666;
}

/* 
    Created on : 10 d├®c. 2014, 15:17:06
    Author     : mlaumon
*/
#menu {
  width: 900px;
  height: 40px;
  background-image: url("../images/bg_menu.png");
  background-repeat: repeat-x;
  background-color: #0069a3;
  background-position: center center;
  font-size: 16px;
  margin: auto;
  list-style-type: none;
}
#menu ul {
  font-family: "Exo", "Lucida Sans Unicode", Verdana, Arial;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: inline-block;
  margin-left: 10px;
}
#menu ul li:first-child {
  margin: 0;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 40px;
}
#menu ul li a.selected {
  color: #7ed1f5;
}
#menu ul li a:hover {
  color: #7ed1f5;
}

/* 
    Created on : 10 d├®c. 2014, 15:46:17
    Author     : mlaumon
*/
.pieces_manquantes {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-weight: bold;
}
.pieces_manquantes tr {
  border: 1px solid #808080;
}
.pieces_manquantes .hide_border_top {
  border-top: none;
}
.pieces_manquantes th {
  padding: 10px 5px;
  background: none repeat scroll 0 0 #E4E4E4;
  font-size: 1.1em;
}
.pieces_manquantes td {
  padding: 8px 5px;
}
.pieces_manquantes td ul {
  color: #000;
  font-weight: normal;
}
.pieces_manquantes .img {
  padding: 2px 5px;
  width: 24px;
}

#pieces_manquantes #submit_buttons input {
  width: auto;
}
#pieces_manquantes .widget-form {
  margin: 0px;
  padding: 2px 5px 3px;
  border: 1px solid #808080;
  border-top: none;
}
#pieces_manquantes .widget-form label {
  padding-top: 5px;
  color: #D81118;
}
#pieces_manquantes .widget-form .help {
  color: #000;
  font-size: 1em;
  margin-top: 0px;
  width: 100%;
}
#pieces_manquantes .widget-form .help ul {
  margin-top: 3px;
}
#pieces_manquantes .orange {
  color: #F79A04;
}
#pieces_manquantes .green {
  color: #1C783B;
}

/* 
    Created on : 10 d├®c. 2014, 15:42:40
    Author     : mlaumon
*/
.actionsAucunDossiers {
  list-style: none;
}

.actionsAucunDossiers li {
  margin-bottom: 1em;
}

#rattacherDossier label {
  float: left;
  width: 170px;
  padding-top: 3px;
}

#rattacherDossier .widget-form {
  margin-left: 170px;
}

table.suiviDemande {
  width: 100%;
}

table.suiviDemande h3 {
  margin: 0;
  font-size: 1em;
}

table.suiviDemande td.actions {
  width: 200px;
}

table.suiviDemande, table.suiviDemande tr.actions {
  height: 40px;
  vertical-align: top;
}

table.suiviDemande td.paiement {
  text-align: center;
  width: 90px;
}

#comptePortailTuteur {
  position: relative;
}

#comptePortailTuteur .actions {
  position: absolute;
  top: 50px;
  right: 0;
}

/* 
    Created on : 10 d├®c. 2014, 15:57:14
    Author     : mlaumon

	Ce fichier est destin├® ├á dispara├«tre une fois que le refactor du css sera fait.
	Il faudrait tout s├®parer dans diff├®rents module
*/
.user_flash {
  min-height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px 0 5px;
}

.user_flash_error {
  color: #E80000;
  border-color: #E80000;
}

.user_flash_info {
  color: #008500;
  border-color: #008500;
}

.user_flash_help {
  color: #0F6BB8;
  border-color: #0F6BB8;
}

input.validate {
  margin-left: 250px;
  margin-top: 8px;
}

#content a.forgot_password {
  font-style: italic;
  color: #666666;
  font-size: 11px;
}

#reglement {
  font-weight: bold;
}
#reglement .error {
  margin-left: 4px;
}

ul.demande_etat {
  color: #666666;
  font-size: 0.9em;
}
ul.demande_etat .selected {
  color: #0F6BB8;
  font-weight: bold;
  font-size: 1.1em;
}

#infos-test span.label {
  color: green;
  text-decoration: underline;
  width: 250px;
}

.sfWebDebugTop h1, .sfWebDebugTop h2, .sfWebDebugTop h2 {
  background: none;
}

#div_widget-form_justificatifSuppression_pieces label {
  width: auto;
}

.fichiers_envoyes {
  padding: 0 5em 1em;
}

.fichiers_envoyes ul {
  list-style-type: none;
  padding-left: 0;
}

.fichiers_envoyes span {
  display: inline-block;
  min-width: 350px;
}

ul.select_demande, ul.select_demande ul {
  list-style: none;
}

ul.select_demande ul a {
  float: right;
}

ul.select_demande ul li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

ul.select_demande ul li.first {
  border-top: 0;
}

ul.select_demande ul li em {
  color: #656565;
  font-weight: bold;
}

ul.selectdemande ul h2 {
  margin-bottom: 0;
}

span .error {
  color: #E80000;
  font-weight: bold;
  font-size: 0.9em;
  width: 400px;
  margin-left: 180px;
  display: block;
}
span .label {
  float: left;
  width: 180px;
  font-weight: bold;
}

a.autre_piece {
  float: right;
  color: #000;
  font-weight: normal;
}

fieldset#recapitulatif_demande_transport > div.widget-form > ul {
  margin-left: 210px;
  list-style-type: none;
}

.engagement > label {
  width: 790px;
  float: right;
}

label.autorisation-label {
  font-weight: bold;
  float: right;
  display: block;
  width: 325px;
}

/* Pour la couche OpenStreetMap avec l'api GMap */
.osm_footer {
  text-align: left;
  position: relative;
  top: -23px;
  height: 25px;
  background-color: #fff;
}

.osm_street_view_footer {
  text-align: left;
  position: relative;
  top: -16px;
  height: 19px;
  background-color: #fff;
}

/* Fin */
#header {
  width: 900px;
  font-weight: bold;
  height: 170px;
}

#header > #num_departement {
  font-size: 2.6em;
  font-weight: bolder;
  margin: 41px 0px 0px 472px;
  text-align: center;
  color: #0069a3;
  width: 50px;
  position: absolute;
}

#header > #nom_departement {
  margin: 60px 0px 0px 600px;
  font-size: 3em;
  color: #999;
  font-weight: normal;
  position: absolute;
}

#footer {
  background-image: none;
  display: none;
}

#menu {
  background-image: none;
  width: 100%;
}

#menu ul li {
  margin-left: 40px;
}

fieldset {
  border: solid 1px #ccc;
  padding: 10px 20px;
}

h1, h2, h2 {
  margin: 20px 0px;
  font-size: 1.5em;
}

.widget-form .help {
  line-height: 1.3em;
}

.invisible {
  display: none;
}

.texte_annonce {
  color: #0069a3;
}

#submit_buttons {
  margin: 30px;
}
#submit_buttons input {
  width: auto;
  min-width: 90px;
}

input[type="submit"], input[type="button"] {
  border: none;
  padding: 15px;
  font-family: "Exo", "Lucida Sans Unicode", Verdana, Arial;
  background-color: #0069a3;
  color: white;
  font-weight: bold;
}

input[type="submit"]:hover, input[type="button"]:hover {
  color: #7ed1f5;
  cursor: pointer;
}

input[type="text"], input[type="password"], select {
  padding: 2px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.widget-form span.alternate_label {
  width: 380px;
  display: block;
  float: right;
}

.widget-form input[type="checkbox"], .widget-form input[type="radio"] {
  margin: 5px 5px 0 0;
}

#reglement {
  font-weight: bold;
}

#reglement span.error {
  margin-left: 4px;
}

ul.demande_etat {
  color: #666666;
  font-size: 0.9em;
  margin-top: 20px;
}

ul.demande_etat .selected {
  color: #0F6BB8;
  font-weight: bold;
  font-size: 1.1em;
}

.logo {
  float: left;
  margin-top: 22px;
  margin-left: 11px;
}

.slogan {
  float: right;
  margin: 9px 12px;
  display: none;
}

img {
  border: 0 none;
}

#message_CNIL {
  margin-top: 20px;
}

sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

.engagement > label {
  float: none;
  display: inline;
  vertical-align: text-top;
}

#div_widget-form_acheminement_acheminement .vertical_align {
  min-width: auto;
}

#nouvelledemandeContact .widget-form label.autorisation-label,
#renouvellementContact .widget-form label.autorisation-label,
#coordonneescontactContact .widget-form label.autorisation-label {
  width: 270px;
  font-size: 0.8em;
  line-height: 1em;
}

#gardealterneeContact .widget-form label.autorisation-label {
  width: 260px;
  font-size: 0.8em;
  line-height: 1em;
}

div[id^="div_widget-form_transport"] label {
  width: 320px;
}
div[id^="div_widget-form_transport"] .error {
  margin-left: 280px;
}

#adresse_ut {
  padding-left: 250px;
}

.ut51 #div_widget-form_pg_usagers_tuteur_tut_no_commu .help {
  color: red;
}

.ut10 #mode_paiement_autre_before_rfm_message {
  color: red;
}

.ut51 #header {
  background-image: url("../images/header51.jpg");
}

.ut10 #header {
  background-image: url("../images/header10.jpg");
}

.ut08 #header {
  background-image: url("../images/header08.jpg");
}

.ut55 #header {
  background-image: url("../images/header55.jpg");
}

#montant_paiement_process {
  margin: 6px;
}

/* 
    Created on : 9 d├®c. 2014, 16:05:53
    Author     : mlaumon
*/
#format_images {
  padding: 0;
  margin: 0;
  height: 100px;
}
#format_images li {
  list-style: none;
  float: left;
  margin: 4px;
  width: 48px;
}
#format_images li img {
  width: 36px;
  height: 45px;
}
#format_images li span {
  font-size: 0.9em;
  font-style: italic;
}

#photo_resize_warning_message {
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
}

#portrait {
  width: 640px;
  margin: auto;
}

#portrait_scaled {
  width: 132px;
  height: 170px;
  margin: auto;
}
#portrait_scaled img {
  width: 132px;
  height: 170px;
}

#portrait_delete {
  text-align: center;
  font-style: italic;
}

#recapitulatif_portrait {
  margin: auto;
  width: 132px;
}
#recapitulatif_portrait img {
  height: 170px;
  width: 132px;
}

.autorisation_photo {
  list-style-type: none;
}

#controle_rotation {
  width: 640px;
  margin: auto;
  text-align: center;
}

#rotate90d, #rotate270d {
  display: inline;
  width: 120px;
  color: #E18B41;
}

#rotate270d {
  margin-left: 30px;
}

#rotate270 {
  display: inline;
  background: url(../pgUsagersPhotoPlugin/images/rotate_right.png) no-repeat;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 0;
}

#rotate90 {
  display: inline;
  background: url(../pgUsagersPhotoPlugin/images/rotate_left.png) no-repeat;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 0;
}

.clear {
  clear: both;
}

/* 
    Created on : 12 d├®c. 2014, 11:11:50
    Author     : mlaumon
*/
#sommeAPayer {
  width: 80%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#sommeAPayer th, #sommeAPayer td {
  text-align: center;
  padding: 2px 5px;
}
#sommeAPayer .number {
  text-align: right;
}
#sommeAPayer .encadrePaiement1, #sommeAPayer .encadrePaiement2 {
  border-style: solid;
  border-color: black;
  padding: 5px;
}
#sommeAPayer .encadrePaiement1 {
  border-width: 1px 0 1px 1px;
}
#sommeAPayer .encadrePaiement2 {
  border-width: 1px 1px 1px 0;
}

/*# sourceMappingURL=main.css.map */
