/* ==================================================== */
/* = Speaker CSS: for Speakers list					  = */
/* ==================================================== */
/* = Version 2.4 - date : 27/07/2016				  = */
/* ==================================================== */
.Speakers li {
  border-bottom: 1px solid #E6E6E6;
  list-style-image: none !important; }

.Speakers li:last-child {
  border-bottom: none; }

span.SpeakersLabel {
  font-weight: bold;
  float: left;
  width: 10%;
  font-size: 12px; }

span.SpeakersName {
  float: left;
  width: 45%; }

span.SpeakersCountry {
  font-style: italic; }

/*Liste variation*/
ul.SpeakersListVarB li {
  float: left;
  width: 100%; }

ul.SpeakersListVarB span.SpeakersLabel {
  width: 10%; }

ul.SpeakersListVarB span.SpeakersName {
  width: 30%; }

ul.SpeakersListVarB span.SpeakersCountry {
  width: 10%;
  float: left;
  font-size: 11px; }

ul.SpeakersListVarB span.SpeakersDate {
  width: 15%;
  float: left;
  font-size: 11px; }

ul.SpeakersListVarB span.SpeakersSubject {
  width: 35%;
  float: left;
  font-size: 11px; }

.Speakers ul.SpeakersState {
  margin: 0;
  border: 1px solid #EEE;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f9f9f9; }

.Speakers ul.SpeakersState li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  width: auto;
  height: 20px;
  background: url(../images/bkgd-progress.png) right center no-repeat #f9faf9;
  float: left;
  border-bottom-style: none;
  margin: 0;
  background-size: 140px; }

.Speakers ul.SpeakersState li:first-child,
.Speakers ul.SpeakersState li:last-child {
  background-image: none; }

.Speakers ul.SpeakersState li:first-child {
  background-image: none;
  margin-left: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.Speakers ul.SpeakersState li span {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 13px;
  background-position: 15px center; }

li.SpeakersState.rightfloat {
  background-size: 30px auto;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  border-style: none; }

.SpeakersDebateList .big,
.SpeakersState.big,
li.SpeakersState.big {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px auto; }

.SpeakersDebateList li.big:last-child {
  border-bottom: none;
  padding-bottom: 1px; }

span.SpeakersDay {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px; }

li.mpdn {
  background: url(../images/icon-mpdn.png) 10px no-repeat;
  background-size: 10px;
  padding-left: 26px !important; }

/*Small icons*/
.Speakers .definitive {
  background: url(../images/icon-def.png);
  /*background-image: url(../images/icon-def.svg);*/ }

.Speakers .closed {
  background: url(../images/icon-close.png);
  /*background-image: url(../images/icon-close.svg);*/ }

.Speakers .open {
  background: url(../images/icon-inscription.png);
  /*background-image: url(../images/icon-inscription.svg);*/ }

.Speakers .notopen {
  background: url(../images/icon-notopen.png);
  /*background-image: url(../images/icon-notopen.svg);*/ }

/* login */
#Speakers-Login-Form {
  background: #f0f0f0;
  border: 1px solid white;
  border-radius: 5px;
  padding: 2%;
  width: 96%; }

#Speakers-Login-Form fieldset {
  border: none;
  position: relative;
  padding: 1em;
  margin: 0; }

#Speakers-Login-Form label {
  display: block; }

#Speakers-Login-Form p {
  margin: 0 0 1em; }

#Speakers-Login-Form input[type="text"],
#Speakers-Login-Form input[type="password"] {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 4px 4px 4px 33px;
  background-color: white !important;
  width: 95%; }

#Speakers-Login-Form input#username {
  background: url(../images/log-id.png) 10px 10px no-repeat; }

#Speakers-Login-Form input#password {
  background: url(../images/log-cad.png) 10px 10px no-repeat; }

#Speakers-Login-Form input[type="submit"] {
  margin: 0;
  height: auto;
  width: auto;
  padding: 10px 35px;
  font-size: 1.1em; }

#Speakers-Login-Form input:focus {
  background: #F4EDB6; }

#Speakers-Login-Form input[type="checkbox"] {
  margin-right: 10px; }

/* Add members */
#Speakers-Login-Form.Add-Members input[type="text"] {
  padding: 4px; }

/* Inscription */
#Speakers-Inscription-Form fieldset {
  border-radius: 5px;
  margin-top: 5px;
  padding: 6px 10px;
  background-color: #E6E6E6;
  font-size: 1.2rem;
  line-height: 2em; }

#Speakers-Inscription-Form select {
  float: left; }

a.SpeakersAdOne {
  float: right;
  background-image: url(../images/btn-devplus.png);
  width: 20px;
  height: 20px;
  text-indent: -9999px; }

a.icon.mail {
  background: url(../images/icon-mail-big.png) 9px/34px no-repeat;
  height: 39px;
  padding: 7px 5px 5px 50px;
  text-decoration: none;
  font-size: 11px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-transform: uppercase;
  width: 120px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: gray;
  line-height: 12px; }

a.icon.mail {
  background: url(../images/icon-mail-big.png) 9px/34px no-repeat;
  border: 1px solid #ebebeb;
  color: gray; }

a.icon.mail.succeed {
  background: url(../images/icon-def.png) 9px/34px no-repeat;
  border: 1px solid #70ab1b; }

a.icon.mail span {
  padding-top: 7px;
  display: inline-block; }

a.icon.mail.variation {
  background: url(../images/speakers_mail.png) 10px center/60px no-repeat;
  padding: 10px 10px 10px 80px;
  font-size: 13px;
  border: 1px solid #bdbdbd;
  width: 120px;
  min-height: 60px; }

a.icon.mail:hover {
  border-color: #cbcbcb;
  color: black;
  background-color: white; }

/* Divers */
.rightfloat {
  float: right; }

.DemiColonne {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 50px; }

.DemiColonne:last-child {
  padding-right: 0px; }

/* Les listes */
.ListNumericStyleA {
  counter-reset: initAZ;
  margin: 0; }

.ListNumericStyleA li {
  list-style-type: none;
  counter-increment: initAZ;
  list-style-image: none !important;
  background-color: #e5e6e5;
  border-radius: 5px;
  margin-top: 5px;
  padding: 6px;
  background-color: #E6E6E6;
  font-size: 1.2rem !important;
  line-height: 2em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

ol.ListNumericStyleA li:before {
  content: counter(initAZ);
  padding: 3px 7px;
  margin-right: 8px;
  background: white;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 20px;
  color: #7d7d7d; }

.ListNumericStyleA a.Delete {
  float: right;
  background: url(../images/icon-delete.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  margin-top: 1px; }

.ListNumericStyleA a.Add {
  float: right;
  background: url(../images/icon-add.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 20px;
  height: 20px; }

.ListNumericStyleA a.OnBehalf {
  background: rgba(0, 0, 0, 0) url("../images/icon-add-onbehalf.png") no-repeat scroll 0 0/100% auto;
  height: 20px;
  width: 20px;
  margin-right: 15px; }

.ListNumericStyleA li:hover {
  background-color: #f4f4f4;
  color: black; }

.ListNumericStyleA li span:first-child {
  margin-right: 20px;
  font-weight: bold; }

li.OratorGroup {
  background-color: #007acc;
  color: white; }

li.OratorGroup .CodeIso {
  font-size: 8px;
  color: black;
  text-transform: uppercase;
  border-style: none; }

/* Seminar
----------------------------------------*/
#Seminar .Speakers ul {
  margin: 0;
  padding: 0;
  font-size: 12px; }

#Seminar .Speakers li {
  padding-top: 6px;
  padding-bottom: 4px; }

#Seminar .Speakers span.SpeakersName {
  width: auto !important;
  margin-right: 10px;
  font-weight: bold; }

/* Helpers
----------------------------------------*/
.GoBack {
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/icon-back.png) left/15% no-repeat;
  padding-left: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: right; }

.GoBack:hover {
  opacity: .5; }

.GoBack:active {
  opacity: 1;
  color: #e1a106; }

.extra-margin {
  padding-bottom: 15px; }

a.button.blue {
  -moz-box-shadow: 0 1px rgba(84, 84, 84, 0.47);
  -webkit-box-shadow: 0 1px rgba(84, 84, 84, 0.47);
  box-shadow: 0 1px rgba(84, 84, 84, 0.47);
  background-color: #1178be;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 0;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #1570cd;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 300px; }

a.button.blue:hover {
  background-color: #706d6f; }

a.button.blue:active {
  position: relative;
  top: 1px; }

/* Speakers debates states
----------------------------------------*/
.debate-canceled {
  text-decoration: line-through;
  color: #ff0909;
  padding: 1em;
  border-width: 1px;
  border-color: #ff0909;
  border-radius: 3px;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: #f8e0e1; }

.debate-modified {
  font-weight: bold;
  border-width: 1px;
  border-color: #00550d;
  border-radius: 3px;
  padding: 1rem;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #00550d;
  background-color: #dfe7e0; }

.debate-status {
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 0.7em; }

/* Speakers questions debate
----------------------------------------*/
.subject-box {
  display: block;
  padding: 1.5em; }

.subject-box textarea {
  width: 70%;
  border-radius: 3px;
  border-color: white;
  border-style: none; }

.subject-box input {
  width: 28%;
  float: right;
  margin: 0; }

a.subject-add {
  background: url(../images/icon-add-question.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-left: 10px;
  display: inline-block; }

a.subject-waiting {
  background: url(../images/icon-read-question.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-left: 10px;
  display: inline-block; }

a.btn-envoyer {
  background-color: #0066ce;
  border-radius: 3px;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.1rem;
  height: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 28%;
  float: right;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none; }

/*Les lÃ©gendes*/
.legend {
  font-size: 1.2em;
  padding: 1em;
  border: 1px solid #edeeed;
  border-radius: 5px;
  background-color: #fcfcfc; }

.legend img {
  display: inline-block;
  margin-bottom: -4px;
  margin-left: 10px;
  margin-right: 2px; }

/*Les icones*/
a.ss-lock {
  background: url(../images/icon-key@2x.png) left center no-repeat;
  background-size: 25px;
  display: inline-block;
  padding-left: 30px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 1em; }

/*Modal-Window*/
#Modal-Window {
  width: 340px;
  position: absolute;
  background-color: rgba(255, 0, 0, 0.7);
  z-index: 10;
  right: 220px;
  top: 560px;
  padding: 1em;
  color: white;
  border-radius: 3px;
  font-size: 1.2em; }

#Modal-Window img {
  float: left;
  margin-right: 10px; }

/*Cartouche delegation*/
div.OnlyAdmin {
  margin: 1em 0; }

div.OnlyAdmin ul.CartDelegation {
  margin: 0;
  padding: 0;
  float: left; }

div.OnlyAdmin ul.CartDelegation li {
  float: left;
  padding: 2px 7px 1px;
  margin-right: 3px;
  border-radius: 2px;
  font-size: .8em;
  background-color: #f0f1f0;
  line-height: normal;
  margin-bottom: 0;
  border: 1px solid #6c768a; }

/*Logout*/
#LoginBox {
  background-color: #f1f1f1;
  float: right;
  border-radius: 2px;
  font-size: 1.3em;
  line-height: 1.6em; }

#LoginBox ul {
  margin: 0;
  padding: 10px;
  float: left; }

#LoginBox li {
  float: left;
  list-style-image: none;
  margin: 0; }

.CodeIso {
  padding: 2px 7px 1px;
  border-radius: 2px;
  background-color: #f0f1f0;
  border: 1px solid #6c768a; }

#LoginBox li.CodeIso {
  margin-right: 10px;
  line-height: normal;
  background-color: #fff; }

#LoginBox ul li.Name {
  font-weight: bold;
  margin: 0 10px 0 0; }

#LoginBox ul li.Mail {
  margin-right: 10px; }

#LoginBox ul li.LougOut a {
  background: url(../images/icon-vote-against-big) left 3px no-repeat;
  background-size: 16px;
  height: 20px;
  display: block;
  padding-left: 20px;
  margin-left: 20px; }

#LoginBox ul li.LougOut a:hover {
  opacity: .5; }

.StatusBoard {
  margin-bottom: 1em; }

/*Messages de confirmation*/
li.user-added,
li.user-added:hover {
  background-color: #16b116;
  color: white;
  text-transform: uppercase; }

li.user-deleted,
li.user-deleted:hover {
  color: white;
  background-color: rgba(255, 0, 0, 0.7);
  text-transform: uppercase; }

/*Liste recap*/
div.SpeakersCurrent {
  border: 1px solid #E3E3E3;
  padding: 1em 1em 0;
  margin-bottom: 1em;
  background-color: #f9f9f9;
  border-radius: 3px; }

div.SpeakersCurrent ul li span:first-child {
  font-weight: bold;
  margin-right: 10px; }

/* Corrections de style */
ul.contact-sec a.membersview {
  display: block; }

/* ==================================================== */
/* = Replacements Sittings                            = */
/* ==================================================== */
#replacements {
  font-size: 1.5rem;
  font-size: 15px; }

span.SittingNum {
  text-transform: uppercase;
  margin-right: 30px; }

div.Replacements span.SittingDay {
  display: inline-block;
  margin: 40px 30px 10px 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

div.Replacements a.ReplacementEdit {
  background-image: url(../images/icon-inscription.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: right top;
  height: 30px;
  transition: all 30ms ease-in-out;
  line-height: 30px;
  padding-right: 40px;
  display: inline-block;
  float: right;
  margin-top: 40px; }

div.Replacements a.ReplacementView {
  background-image: url(../images/icon-eye.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: right top;
  height: 30px;
  transition: all 30ms ease-in-out;
  line-height: 30px;
  padding-right: 40px;
  display: inline-block;
  float: right;
  margin-top: 40px; }

div.Replacements a.ReplacementEdit:hover,
div.Replacements a.ReplacementView:hover {
  opacity: .8;
  top: -4px; }

span.ReplacementEditLegend {
  background-image: url(../images/icon-inscription.png); }

span.ReplacementViewLegend {
  background-image: url(../images/icon-eye.png); }

div.Replacements ul {
  margin: 0;
  padding: 0;
  list-style: none; }

div.Replacements ul li {
  list-style: none; }

div.Replacements ul.ReplacementsState {
  margin: 0 0 20px;
  border: 1px solid #EEE;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f9f9f9; }

div.Replacements ul.ReplacementsState li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  width: auto;
  height: 20px;
  background: url(../images/bkgd-progress.png) right center no-repeat #f9faf9;
  float: left;
  border-bottom-style: none;
  margin: 0;
  background-size: 140px; }

div.Replacements ul.ReplacementsState li:first-child {
  background-image: none;
  margin-left: 30px;
  font-weight: bold;
  text-transform: uppercase; }

div.Replacements ul.ReplacementsState li span {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 13px;
  background-position: 15px center; }

ul.ReplacementsSittingsList h4 {
  border-bottom: 1px solid #edeeed;
  margin: 0;
  padding: 3px 0;
  font-size: 16px; }

/* ==================================================== */
/* = Replacements Sittings / forms                    = */
/* ==================================================== */
div#addReplacement {
  font-size: 15px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #10538c; }

div#addReplacement select {
  line-height: normal;
  height: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 41%;
  border-radius: 6px;
  background: url(../images/puce-down-grey.png) 96% center no-repeat #10548d;
  color: white;
  padding: 8px 20px 7px 12px;
  margin: 0;
  line-height: normal;
  border-radius: 4px;
  font-size: 15px; }

div#addReplacement select#selectSubstitute {
  margin-right: 10px; }

div#addReplacement select#selectRepresentant {
  margin-left: 10px; }

#addReplacement a.add.enabled {
  background: url(../images/icon-add.png) center center no-repeat #10538c;
  background-size: 25px;
  width: 58px;
  height: 37px;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 4px;
  border-style: none;
  float: right; }

#addReplacement a.add.enabled:hover {
  background: url(../images/icon-add.png) center center no-repeat #e6e6e6;
  background-size: 25px; }

#replacementList li a.Delete {
  background: url(../images/icon-delete.png) center center no-repeat white;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  float: right; }

#replacementList li a.Delete:hover {
  opacity: .8; }

ul#replacementList {
  margin: 10px; }

ul#replacementList li {
  border-bottom: 1px solid #edeeed;
  margin: 0;
  padding: 10px 0;
  list-style-image: none; }

ul#replacementList li:last-child {
  border-bottom: none; }

#replacementList li span.representant,
#replacementList li span.suppleant {
  font-weight: bold;
  width: 41%;
  display: inline-block; }

#replacementList li span.representant {
  margin-left: 20px; }

