/* ========================================================================
    titre : Espace perso - Mon agenda
    date  : 27/10/2016
    desc. : Agenda des formations et evenements dans l'espace perso
======================================================================== */
/*
    Created on : 23 janv. 2015, 15:37:41
    Author     : aurelie.goudeau
*/
/* TRAITEMENTS PX/REM : 16px = 1em */
/*BACKGROUND-IMAGE*/
/* TRANSITIONS */
/* COULEURS */
/* FONTS */
/* ========================================
> Liste des dates en 2 colonnes :
    .col-row
        |__ .col
        |__ .col

> 3 tailles possibles :
    - .col_1-3 : 1 tiers
    - .col_2-3 : 2 tiers
    - .col_3-3 : 100%
 ========================================*/
.col-row,
.col-row * {
  box-sizing: border-box;
}
.col-row > a,
.col-row > .col-inner {
  display: flex;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
.col-row .col {
  padding: 0 15px 0 0;
}
.col-row .col.last {
  padding-bottom: 20px;
}
.col-row .col_1-3 {
  width: 31.333333%;
}
.col-row .col_2-3 {
  width: 68.666666%;
}
.col-row .col_3-3 {
  width: 100%;
}
/* =========================================================
AGENDA
 ========================================================= */
#monCompte .mon-agenda h1 {
  margin-bottom: 30px;
}
.mon-agenda {
  /* --- Général --- */
  /* --------------------------------------------------
        .mon-agenda
            |__ .wrap-agenda-liste [affichage liste]
                |__ #datesAvenir.blocNotice
                    |__ ul.liste-date
                |__ #datesPasse.blocNotice
                    |__ ul.liste-date

            (ou)

            |__ .wrap-agenda-single [affichage single]
                |__ .detailDate (infos principales)
                |__ #eventsTotal
                    |__ #participants.blocNotice
                    |__ #documents.blocNotice
                    |__ #listeDatesFormation.blocNotice
                    |__ #covoiturage.blocNotice
    -------------------------------------------------- */
  /* ---  [liste] liste de l'agenda --- */
  /* --- [liste & single] detail d'une date (type, ville, etc) --- */
  /*--- [single] --- */
  /* [single] block avec id pour la navigation */
  /*--- [list] --- */
  /* [single] Bloc covoiturage */
}
.mon-agenda a {
  color: #006978;
  border-bottom: 0;
}
.mon-agenda table th {
  font-family: "Simplon-Bold";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}
.mon-agenda .tabsBlack a {
  color: white;
}
.mon-agenda .tabsBlack.qt4 {
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.mon-agenda .tabsBlack.qt4 li {
  width: 165px;
}
.mon-agenda .tabsBlack.qt4 .larger-tab {
  width: 210px;
}
.mon-agenda .liste-date {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 6px;
}
.mon-agenda .detailDate .showAgenda:hover {
  background: #f4f4f4;
  opacity: 0.9;
}
.mon-agenda .detailDate.sessionPassee {
  background: #f2f2f2;
}
.mon-agenda .detailDate.sessionPassee:hover {
  background: #f2f2f2;
}
.mon-agenda .detailDate.col-row {
  border-top: 1px solid #d0d0d0;
}
.mon-agenda .detailDate.col-row .col-date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #006978;
  padding-left: 6px;
}
.mon-agenda .detailDate.col-row .col-date p {
  margin-top: 3px;
}
.mon-agenda .detailDate.col-row .col-infos a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
.mon-agenda .detailDate.col-row .col-infos p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
.mon-agenda .detailDate.col-row .col-infos p.legende {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 3px;
}
.mon-agenda .detailDate.col-row .col-legende {
  margin-left: 31.333333%;
  padding: 0 13px 0 0px;
}
.mon-agenda .detailDate.col-row .col-legende .legende {
  padding-top: 3px;
}
.mon-agenda .detailDate.col-row .col-legende a {
  padding: 0px;
}
.mon-agenda .detailDate.col-row .col-legende.last {
  padding-bottom: 20px;
}
.mon-agenda .detailDate .infos-secondaires,
.mon-agenda .detailDate ul.taglist {
  margin-bottom: 0;
  padding-top: 2px;
}
.mon-agenda .detailDate .infos-secondaires span,
.mon-agenda .detailDate ul.taglist span {
  font-size: 12px;
  font-size: 0.75rem;
}
.mon-agenda .detailDate .infos-secondaires {
  color: #8c8c8c;
  font-size: 12px;
  font-size: 0.75rem;
}
.mon-agenda .detailDate .infos-secondaires li {
  display: inline-block;
  margin-bottom: 5px;
}
.mon-agenda .detailDate .infos-secondaires li::before {
  content: "-";
  padding: 0 5px;
  display: inline-block;
}
.mon-agenda .detailDate .infos-secondaires li:first-child::before {
  content: "";
  padding: 0;
  display: none;
}
.mon-agenda .detailDate ul.taglist .infos-secondaires {
  padding-left: 5px;
}
.mon-agenda .detailDate .legende {
  margin-top: 0;
  padding: 9px 10px 0px 25px;
  border-bottom: 0;
  background-image: url(../../images/spritePictosNotifications.png);
  background-repeat: no-repeat;
  background-position: 0px -1894px;
  color: #778587;
  font-family: "caecilia";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.mon-agenda .detailDate .legende.error {
  font-style: italic;
  color: #e02c2c;
}
.mon-agenda .detailDate .legende.error a {
  color: #e02c2c !important;
  text-decoration: underline !important;
  font-size: 100% !important;
}
.mon-agenda .detailDate .legende.error a:hover {
  text-decoration: none !important;
}
.mon-agenda .detailDate .legende.strong,
.mon-agenda .detailDate .legende.strong a {
  font-weight: bold;
}
.mon-agenda .detailDate .legende + .legende {
  margin-top: 5px;
}
.mon-agenda .wrap-agenda-single {
  /* --- Lignes de formulaire --- */
}
.mon-agenda .wrap-agenda-single input.uniform-input {
  box-sizing: border-box;
}
.mon-agenda .wrap-agenda-single .legende.error {
  padding-bottom: 3px;
}
.mon-agenda .wrap-agenda-single h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "caecilia";
  text-transform: none;
  margin: 10px 0;
}
.mon-agenda .wrap-agenda-single h3 {
  color: #006978;
  font-family: "Simplon-Medium";
  text-transform: uppercase;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 20px;
}
.mon-agenda .wrap-agenda-single #listeDatesFormation h3 {
  font-family: "Simplon-Bold";
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  color: black;
}
.mon-agenda .wrap-agenda-single h4 {
  margin: 15px 0px;
}
.mon-agenda .wrap-agenda-single .detailDate {
  padding: 0 0 30px;
}
.mon-agenda .wrap-agenda-single .detailDate .btnAction {
  margin-top: 24px;
}
.mon-agenda .wrap-agenda-single a.readMore {
  color: #000;
}
.mon-agenda .wrap-agenda-single .ligne {
  margin-top: 10px;
}
.mon-agenda .wrap-agenda-single .ligne input[type="radio"] {
  display: none;
  box-sizing: border-box;
  padding: 0;
}
.mon-agenda .wrap-agenda-single .ligne label {
  margin-right: 10px;
  padding-left: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.mon-agenda .wrap-agenda-single .ligne input[type="radio"] + label {
  display: inline-block;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
}
.mon-agenda .wrap-agenda-single .ligne input[type="radio"] + label {
  background-position: 0px 2px;
  background-image: url("../../images/btn_radio.png");
  background-repeat: no-repeat;
}
.mon-agenda .wrap-agenda-single .ligne input[type="radio"] + label:hover,
.mon-agenda .wrap-agenda-single .ligne input[type="radio"]:checked + label {
  background-position: 0px 2px;
  background-image: url("../../images/btn_radio_checked.png");
  background-repeat: no-repeat;
}
.mon-agenda .blocNotice {
  margin: 0;
  padding-top: 30px;
}
.mon-agenda .blocNotice .rte a {
  border-bottom: 0;
}
.mon-agenda .blocNotice .rte table {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.mon-agenda .wrap-agenda-liste .agenda-refresh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
.mon-agenda .wrap-agenda-liste .agenda-refresh p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.mon-agenda .wrap-agenda-liste .filter {
  display: flex;
  margin-bottom: 6px;
}
.mon-agenda #covoiturageForm .precisez {
  margin: 0 0 0 25px;
}
.mon-agenda #covoiturageForm .precisez p + p {
  margin-top: 0;
}
.mon-agenda #covoiturageForm .precisez p + p + p {
  margin-top: 15px;
}
.mon-agenda #covoiturageForm .precisez input[type="text"] {
  width: 250px;
  margin-right: 5px;
  background: #e9e9e9;
}
.mon-agenda #covoiturageForm .precisez div.button span {
  background: #006978;
  font-size: 14px;
  font-size: 0.875rem;
}
.mon-agenda #covoiturageMessage {
  width: 465px;
  height: 50px;
  padding: 10px;
  margin-top: 0px;
  background: #e9e9e9;
  font-family: "caecilia";
  font-size: 12px;
  font-size: 0.75rem;
  color: #191919;
}
#listeDatesFormation .col-infos.infopratiques table.liste-horaires th {
  font-family: "caecilia";
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 0;
}
#listeDatesFormation .dateElement .dateInfosConteneur {
  margin-bottom: 0;
}
/* liste d'attente */
.inlineblock-title {
  display: inline-block;
  width: 275px;
  line-height: 1.4em;
  vertical-align: top;
}
.participants-options {
  display: inline-block;
  width: 420px;
  text-align: right;
  vertical-align: middle;
}
a.form-annuler,
a.form-modifier,
.form-enregistrer,
.participants-options div.button span {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
}
a.form-annuler,
a.form-modifier,
.form-enregistrer,
.participants-options div.button {
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 5px;
}
a.form-annuler {
  padding: 7px 10px;
}
.formEdit,
a.formEdit {
  display: none;
}
.participants-options div.button {
  height: 33px;
}
.participants-options div.button span {
  background-color: #006978;
  background-image: url(../../images/spriteBtAction.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  padding-right: 28px;
  display: inline-block;
  font-family: "caecilia";
  line-height: 32px;
  height: 32px;
}
.btnAction.form-modifier {
  background-image: url(../../images/crayon-blanc.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  padding: 6px 35px 5px 10px;
}
.ico-delete,
.ico-clear {
  display: inline-block;
}
#participants .error,
#covoiturage .error {
  color: #e02c2c;
  font-family: "caecilia";
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
}
#participants .notification.error,
#covoiturage .notification.error {
  color: #892828;
}
#participants .notification.error li ul li,
#covoiturage .notification.error li ul li {
  padding: 3px 0px;
}
#participants table tr:hover,
#covoiturage table tr:hover {
  background-color: #d9e9eb;
}
#participants table td,
#covoiturage table td {
  font-size: 13px;
  font-size: 0.8125rem;
}
#participants table td .col-mail,
#covoiturage table td .col-mail {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #808080;
  font-family: Arial, Helvetica, "sans-serif";
}
#participants table td .selecter .selecter-selected,
#covoiturage table td .selecter .selecter-selected {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 35px;
  line-height: 2.1875rem;
}
#participants table td .selecter.disabled,
#covoiturage table td .selecter.disabled,
#participants table td .selecter-selected,
#covoiturage table td .selecter-selected {
  background: none;
  color: #191919;
}
#participants table td .selecter.disabled:focus,
#covoiturage table td .selecter.disabled:focus,
#participants table td .selecter-selected:focus,
#covoiturage table td .selecter-selected:focus {
  outline: none;
}
#participants table td,
#covoiturage table td,
#participants table th,
#covoiturage table th {
  box-sizing: border-box;
}
#participants table td input,
#covoiturage table td input,
#participants table th input,
#covoiturage table th input {
  width: 100%;
}
#participants table tr td,
#covoiturage table tr td,
#participants table tr th,
#covoiturage table tr th {
  word-wrap: break-word;
}
#participants table tr td:first-child,
#covoiturage table tr td:first-child,
#participants table tr th:first-child,
#covoiturage table tr th:first-child {
  /*width:125px;*/
}
#participants table tr td:nth-child(2),
#covoiturage table tr td:nth-child(2),
#participants table tr th:nth-child(2),
#covoiturage table tr th:nth-child(2) {
  /*width: 191px;*/
}
#participants table tr td:nth-child(3),
#covoiturage table tr td:nth-child(3),
#participants table tr th:nth-child(3),
#covoiturage table tr th:nth-child(3) {
  /*width: 220px;*/
}
#participants table tr td:nth-child(4),
#covoiturage table tr td:nth-child(4),
#participants table tr th:nth-child(4),
#covoiturage table tr th:nth-child(4) {
  /*width: 101px;*/
  padding-left: 26px;
}
#participants table tr td:nth-child(4).warning,
#covoiturage table tr td:nth-child(4).warning,
#participants table tr th:nth-child(4).warning,
#covoiturage table tr th:nth-child(4).warning {
  background: url('../../images/spritePictosNotifications.png') no-repeat 0px -1420px;
}
#participants .liste-edition table input,
#covoiturage .liste-edition table input {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
#participants .liste-edition table tr td:nth-child(3),
#covoiturage .liste-edition table tr td:nth-child(3),
#participants .liste-edition table tr th:nth-child(3),
#covoiturage .liste-edition table tr th:nth-child(3) {
  width: 200px;
}
#participants .liste-edition table tr td:nth-child(4),
#covoiturage .liste-edition table tr td:nth-child(4),
#participants .liste-edition table tr th:nth-child(4),
#covoiturage .liste-edition table tr th:nth-child(4) {
  width: 141px;
  padding-left: 0px;
}
#participants .liste-edition table tr td:nth-child(5),
#covoiturage .liste-edition table tr td:nth-child(5),
#participants .liste-edition table tr th:nth-child(5),
#covoiturage .liste-edition table tr th:nth-child(5) {
  width: 30px;
  padding: 0;
}
#participants .liste-edition table tr td .col-suppression,
#covoiturage .liste-edition table tr td .col-suppression,
#participants .liste-edition table tr th .col-suppression,
#covoiturage .liste-edition table tr th .col-suppression {
  vertical-align: middle;
}
#participants .liste-edition table .col-suppression,
#covoiturage .liste-edition table .col-suppression {
  vertical-align: middle;
}
#participants .liste-edition table .col-suppression a,
#covoiturage .liste-edition table .col-suppression a,
#participants .liste-edition table .col-suppression label,
#covoiturage .liste-edition table .col-suppression label,
#participants .liste-edition table .col-suppression div.checker span,
#covoiturage .liste-edition table .col-suppression div.checker span {
  width: 30px;
  height: 36px;
  overflow: hidden;
  display: block;
}
#participants .liste-edition table .col-suppression a:hover,
#covoiturage .liste-edition table .col-suppression a:hover,
#participants .liste-edition table .col-suppression label:hover,
#covoiturage .liste-edition table .col-suppression label:hover {
  cursor: pointer;
}
#participants .liste-edition table .col-suppression a,
#covoiturage .liste-edition table .col-suppression a {
  text-indent: -99999em;
}
#participants .liste-edition table .col-suppression a.ico-clear,
#covoiturage .liste-edition table .col-suppression a.ico-clear {
  background: url('../../images/big-croix.png') 0px 3px no-repeat;
}
#participants .liste-edition table .col-suppression div.checker span,
#covoiturage .liste-edition table .col-suppression div.checker span {
  background: url('../../images/delete.png') 7px 7px no-repeat;
}
#participants .liste-edition table .col-suppression div.checker span.checked,
#covoiturage .liste-edition table .col-suppression div.checker span.checked {
  background: url('../../images/statutValideVert.png') 5px 7px no-repeat;
}
#participants .pastille-liste,
#covoiturage .pastille-liste {
  display: inline;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 3px 8px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
#participants .pastille-liste.liste-principale,
#covoiturage .pastille-liste.liste-principale {
  background: #c2e3e0;
  color: #006978;
}
#participants .pastille-liste.liste-attente,
#covoiturage .pastille-liste.liste-attente {
  background: #a181e4;
  color: #ffffff;
}
/* documents */
#documents .starred::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("../../images/formation-evaluation/star.png") 0 -42px no-repeat;
}
#documents td a {
  font-size: 13px;
  font-size: 0.8125rem;
}
#documents th,
#documents td {
  box-sizing: border-box;
  vertical-align: bottom;
}
#documents tr th:first-child,
#documents tr td:first-child {
  width: 440px;
}
#documents td {
  font-family: Arial, Helvetica, "sans-serif";
  color: #808080;
}
#documents td a {
  font-family: "caecilia";
}
#covoiturage table tr:nth-child(1) {
  width: 150px;
}
#covoiturage table tr:nth-child(2) {
  width: 150px;
}
#covoiturage table tr th:nth-child(3) {
  width: 180px;
}
#covoiturage table tr th:nth-child(4) {
  width: 200px;
}
#eventsTotal div.liste-covoiture:last-child {
  border-top: 1px solid #d0d0d0;
  margin-top: 15px;
  padding-top: 10px;
}
#eventsTotal div.liste-covoiture:last-child h4 {
  font-family: "Simplon-Bold";
  text-transform: uppercase;
  font-weight: normal;
}
#participants .liste-edition table tr td {
  width: auto;
}
#participants .liste-edition table tr th {
  width: 140px;
}
#participants .liste-edition table tr th:nth-child(5) {
  width: 65px;
}
#participants .liste-edition table .col-suppression label,
#participants .liste-edition table .col-suppression a.ico-clear {
  display: inline-block;
}
#covoiturage input.normal.btnAction {
  border: none !important;
  color: #fff !important;
}
#covoiturage input.normal.btnAction {
  line-height: 14px;
  line-height: 0.875rem;
  margin: 0;
  background-color: #006978;
  font-family: "caecilia";
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 25px;
  cursor: pointer;
}
