<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table tr th {
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
}

.idcard {
    width: 740px;
}

.adresse {
    background-color: #EEEEEE;
}

.card-region {
    background-color: #888888;
}

.bloc-coord {
    color: #FFFFFF;
    background-color: #888888;
}

.ec {
    background-color: #e32721;
}

.sta {
    background-color: #00ccc0;
}

.perm {
    background-color: #0049ad;
}

.memo {
    background-color: #3399cc;
}

div#loading {
    font-size: 24px;
    color: #888888;
    text-align: center;
    width: 100%;
    height: 200px;
    background: url(/images/ajax-loader.gif) no-repeat center #EEEEFF;
    border-top: 2px dotted #4475CE;
    border-bottom: 2px dotted #4475CE;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 99;
    display: none;
}

div#loading p {
    margin: 2em 1em;
    padding: 0;
}

div#nbParticipants .panel-body {
    text-align: center;
}

div#nbParticipants p#compteur {
    font-weight: bold;
    font-size: 90px;
    margin: 0;
}

div#listeParticipants .panel-footer {
    text-align: center;
}

accordion .panel-body {
    padding: 0.3em;
}

.event-detail td {
    vertical-align: middle !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
/* .vertical-align: {
    display: flex;
    align-items: center;
}

.vertical-align &gt; [class^="col-"],
.vertical-align &gt; [class*=" col-"] {
  display: flex;
  align-items: center;     Align the flex-items vertically
  justify-content: center; Optional, to align inner flex-items 
                              horizontally within the column
}
 */

.vertical-center {
    display: table !important;
    /*height: 125px;*/
}

.vertical-center div[class*='col-'], .vertical-center label[class*='col-'] {
    display: table-cell !important;
    vertical-align: middle;
    float: none;
}

.table-header {
    margin-bottom: 0.5em;
}

.table-condensed td, .table-condensed th {
    font-size: 0.9em;
}

.icon {
    font-size: 1.2em;
}

.btn-icon {
    padding: 2px;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border: none;
}

.likes {
    background-color: #337AB7;
}

th.sortable {
    cursor: pointer;
}

.animate-repeat.ng-enter, .animate-repeat.ng-leave {
  /* transition:0.5s linear all; */
  transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  position: relative;
}

.animate-repeat.ng-enter {
  top: -50px;
  opacity: 0;
}

.animate-repeat.ng-leave {
  top: 0;
  opacity: 1;
}

/* The finishing CSS styles for the enter animation */
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  top: 0;
}

.animate-repeat.ng-leave.ng-leave-active {
  opacity: 0;
  top: -50px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.card {
  margin: 0.8em 0;
  padding: 0.8em;
  border: 1px solid #DDD;
  border-radius: 2px;
  box-shadow: 2px 2px 5px 0px #BBB;
}

div.card p.message {
  margin-top: 10px;
}

div.card span.likes {
  margin: 8px 0;
}

/* 
 * Pour la navbar responsive, cf. http://embed.plnkr.co/bZauyf/index.html
 */
div.navbar-collapse.collapse {
    display: block;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -o-transition: max-height .3s ease;
    transition: max-height .3s ease;
}

div.navbar-collapse.collapse.in {
    max-height: 2000px;
}

kbd {
    display: inline-block;
    padding: 3px 5px;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb;
}

.representee {
    font-weight: bold;
}

.participant-represente {
    font-style: italic;
}

.participant-non-inscrit {
    color: #06b036;
}

.clickable {
    cursor: pointer;
}

.event-list-crm {
    color: #ca62ff;
}

.event-list-child td {
    font-style: italic;
}

.event-list-child {
    background-color: rgb(239, 230, 252) !important;
}
</pre></body></html>