/**
 * @file
 * Visual styles for Culturepresse's fdj_commercials module.
 */

#fdj-commercials-fdj-form {
  margin-bottom: 1em;
}

#fdj-commercials-fdj-form select {
  font-size: 0.8em;
  line-height: 0.7em;
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #edit-description {
  font-size: 1.2em; 
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form .form-item-departement,
body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form .form-item-departement label, 
body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form .form-item-departement select {
  display: inline;
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form .form-item-departement select {
  height: 34px;
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form .form-type-select, 
body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form #edit-actions {
  display: inline;  
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #fdj-commercials-fdj-form input[type=submit] {
  width: 34px;
  height: 34px;
  margin-left: 0.6em;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 3px;
  background-color: #009EE3;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: -4px;
  background-image: none;
  -webkit-appearance: none;  /* Remove default in Safari*/
  -webkit-border-radius:0px;
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main table tr.even {
  background-color: #F8F8F8; 
}
body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main table tr.odd {
  background-color: #EEE; 
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main table td {
  max-width : 80px; 
} 
body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main table td + td {
  max-width : 80px; 
}
body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main table td + td + td {
  max-width : 160px; 
}
body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main table td + td + td + td {
  max-width : 60px; 
}

body.path-les-responsables-de-secteurs-commerciaux-fdj #block-culturepresse-system-main {
  font-size: 0.85em;    
}