/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../img/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../img/bg-input.png") repeat-x 0 0;
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("../img/bg-input-focus.png") repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  position: relative;
  overflow: hidden;
  background:#ea6a23;
  border: 0 none;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  padding: 0 10px;
  max-width: 319px; }
  div.selector span {
    max-width: 306px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 34px;
    line-height: 34px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; 
    box-sizing: border-box;
    background:url("../img/fleche.png") no-repeat right center #ea6a23;
  }
  
  
 .profil.acces  .page-content .entity div.selector span ,
 .edition.contact .page-content .entity div.selector span {
    clear: none; 
    font-weight: 400; 
    margin: 0; 
    display: inline-block;
    height:29px;
    line-height:34px;
    background-color:transparent;
    color:#555;
    background-image : url("../img/fleche-grise.png");
    background-position: 95% center;
    width:100%!important;
}
 .profil.acces  .page-content .entity div.selector span {background-position: 98% center;}
.profil.acces .entity div.selector, 
.edition.contact .entity div.selector {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    width:100%!important;
}  

.profil.acces .entity .form-error div.selector, 
.edition.contact .entity .form-error div.selector {
    border-color: #ec971f;
}  

.profil.acces .entity div.selector select.form-control, 
.edition.identity .entity div.selector select.form-control {width: 100%;}  

.edition.contact .entity .demandeAcces div.selector {border-radius:5px;text-align:center;}
  
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 30px;
    top: 2px;
    left: 0px;
    width: 100%; }

  div.selector.active {
    /*background-position: 0 -156px; */
  }
    div.selector.active span {
      /*background-position: right -26px; */
    }
  div.selector.hover, div.selector.focus {
    /*background-position: 0 -182px; */
  }
    div.selector.hover span, div.selector.focus span {
      /*background-position: right -52px; */
    }
    div.selector.hover.active, div.selector.focus.active {
      /*background-position: 0 -208px; */
    }
      div.selector.hover.active span, div.selector.focus.active span {
        /*background-position: right -78px; */
      }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; }

/* Checkbox */
div.checker {
  position: relative; 
    display:inline-block;
    top:-2px;
    margin-right:3px;
    border:1px solid #bcbcbc;
    background: #fff;
    border-radius:2px;}
  #calendrier div.checker {
    border:none;
  }
  div.checker, div.checker span, div.checker input {
    width: 11px;
    height: 11px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background: url("../img/croix.png") no-repeat center center; 
      position: relative;
      top: 0;
      left: 0;
    }
    .front.messages div.checker span.checked {top:-1px;left:-1px;}
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span { }
    div.checker.active span.checked {
      background: url("../img/croix.png") #fff no-repeat center center; }
  div.checker.hover span, div.checker.focus span {
    /*background-position: -38px -260px; */
  }
    div.checker.hover span.checked, div.checker.focus span.checked {
      /*background-position: -114px -260px; */
    }
  div.checker.hover.active span, div.checker.focus.active span {
    /*background-position: -57px -260px; */
  }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      /*background-position: -133px -260px; */
    }
  div.checker.disabled, div.checker.disabled.active {
    opacity: 0.7 }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
    }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
    div.radio span.checked {
      background-position: -72px -279px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -521px;
    height: 30px;
    margin-left: 13px;
    padding: 0; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }
    
    
#wrapper #header .header-product-selection div.selector {width:220px!important;}    
#wrapper #header .header-product-selection div.selector span {width:210px!important;}  

@media (min-width:992px) and (max-width:1090px) {
    #wrapper #header .header-product-selection div.selector {width:205px!important;}    
    #wrapper #header .header-product-selection div.selector span {width:195px!important;}  
    
}
@media (max-width:991px) {
    #wrapper .header-front-product-selection #product {width: 185px!important;}
    #wrapper #header .header-product-selection div.selector {width:185px!important;}    
    #wrapper #header .header-product-selection div.selector span {width:170px!important;}
}

@media (max-width:767px) {
    #wrapper .header-front-product-selection #product {width: 220px!important;}
    #wrapper #header .header-product-selection div.selector {width:220px!important;}    
    #wrapper #header .header-product-selection div.selector span {width:210px!important;}
}

@media (max-width:400px) {
    #wrapper .header-front-product-selection #product {width: 155px!important;}
    #wrapper #header .header-product-selection div.selector {width: 155px!important;}
    #wrapper #header .header-product-selection div.selector span {width: 140px!important;}
}

.donnee-chiffree-select div.selector select {min-width:100%!important;max-width: 100%!important;}
.donnee-chiffree-select div.selector {min-width:100%!important;max-width: 100%!important;}
.donnee-chiffree-select div.selector span {
      min-width:98%!important;
      max-width: 98%!important;
      height: 25px;
      line-height: 25px;
      font-size: 15px;
      font-weight: 400;
      text-align: left;
}

#itroom_messageriebundle_parametres_demandefilter_TypeDemande { width:200px;}


.front.messages .filters-container form .filtre-action .form-group div.selector {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position:relative;
    top:4px;
    width:200px!important;
}

.front.messages .filters-container form .filtre-action .form-group div.selector span {
    height: 25px;
    line-height: 25px;
    width:185px!important;
}

@media (min-width:600px) and (max-width:680px) {
    .desktop #itroom_messageriebundle_parametres_demandefilter_TypeDemande {width: 135px!important;}
    .desktop .front.messages .filters-container form .filtre-action .form-group div.selector {font-size:13px;width:135px!important;}
    .desktop .front.messages .filters-container form .filtre-action .form-group div.selector span {width:120px!important;}
    
}

@media (max-width:480px) {
    #itroom_messageriebundle_parametres_demandefilter_TypeDemande {width: 135px!important;}
    .front.messages .filters-container form .filtre-action .form-group div.selector {font-size:13px;width:135px!important;}
    .front.messages .filters-container form .filtre-action .form-group div.selector span {width:120px!important;}
    
}

#itroom_messageriebundle_parametres_demandefilter_EtatDemandes {width:80px;}

.front.messages .filters-container form .filtre-action .form-group .itroom_messageriebundle_parametres_demandefilter_Etat div.selector {
    width:80px!important;
}

.front.messages .filters-container form .filtre-action .form-group .itroom_messageriebundle_parametres_demandefilter_Etat div.selector span {
    width:70px!important;
}

.activity-folders .change-store {width: 205px!important;}
.block-top-stores div.selector {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    width:205px!important;
}

.block-top-stores div.selector span{
    height: 25px;
    line-height: 25px;
    width:190px!important;
}