.lt-ie9 body .header {
  background: url(/images/bg_share_ie8.png) top repeat-x;
}
.lt-ie9 body .upper .float-left {
  min-width: 50%;
}
.lt-ie9 body .upper .float-right {
  min-width: 45%;
  margin-left: 10px;
}
.lt-ie9 body ul#menu li a:hover {
  color: #9aaeae;
}
.lt-ie9 body ol.round {
  max-width: 960px;
}
.lt-ie9 body ol.round li {
  max-width: 240px;
}
.lt-ie9 body section#friends-list,
.lt-ie9 body section#received-list,
.lt-ie9 body section#sent-list {
  border: 1px #003232 solid;
}
/*                         Manage container                       */
.container {
  max-width: 960px;
}
.container .bloc-list {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .container .bloc-list {
    width: 48%;
  }
}
.container .bloc-list section#friends-list {
  background-color: #003232;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  display: block;
  width: 100%;
  margin: 20px auto;
}
.container .bloc-list section#friends-list h2 {
  background: url(/images/picto_all_myfriends.png) top left no-repeat;
  color: #fff;
  min-height: 45px;
  padding-left: 60px;
  padding-bottom: 0.5em;
  font-size: 1em;
}
.container .bloc-list section#friends-list h2 .counter {
  font-size: 2em;
  margin: -1em 0.25em 0;
}
.container .bloc-list section#received-list {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  background-color: #003232;
  width: auto;
  margin: 20px auto;
  width: 100%;
}
.container .bloc-list section#received-list h2 {
  background: url(/images/picto_received_invitation.png) top left no-repeat;
  color: #fff;
  min-height: 45px;
  padding-left: 60px;
  padding-bottom: .5em;
  font-size: 1em;
}
.container .bloc-list section#received-list h2 .counter {
  font-size: 2em;
  margin: -1em 0.25em 0;
}
.container .bloc-list section#sent-list {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  background-color: #003232;
  width: auto;
  margin: 20px auto;
  width: 100%;
}
.container .bloc-list section#sent-list h2 {
  background: url(/images/picto_send_invitation.png) top left no-repeat;
  color: #fff;
  min-height: 45px;
  padding-left: 60px;
  padding-bottom: .5em;
  font-size: 1em;
}
.container .bloc-list section#sent-list h2 .counter {
  font-size: 2em;
  margin: -1em 0.25em 0;
}
.container .bloc-list div {
  background-color: #fff;
}
.container .bloc-list div .mylist {
  background-color: #fff;
  margin: 0px 2px 1px 0px;
  padding-right: 0px;
  padding-left: 20px;
  background: url(/images/bg-boxes.png) top left repeat-y;
  min-height: 3.5em;
}
.container .bloc-list div .mylist div#boxes {
  margin: .25em 0;
}
.container .bloc-list div .mylist div#boxes ul.friends-list {
  margin: 0;
  padding: 0;
}
.container .bloc-list div .mylist div#boxes ul.friends-list li {
  display: inline-block;
}
.container .bloc-list div .mylist div#action-button {
  max-width: 80px;
  margin-top: 5px;
  float: right;
  display: block;
}
.container .bloc-list div .mylist div#action-button .size {
  width: 50%;
}
.container .bloc-list .email {
  font-size: 0.9em;
}
.container .bloc-list .email a {
  color: #003232;
  font-size: 1.2em;
  line-height: 2em;
  text-decoration: none;
  font-weight: 600;
}
.container .bloc-list .email a:hover {
  color: rgba(0, 50, 50, 0.5);
}
.container .bloc-list .first_name {
  text-transform: capitalize;
  font-weight: 600;
}
.container .bloc-list .last_name {
  text-transform: uppercase;
  font-weight: 600;
}
.delete-friend-link,
.cancel-emitted-invitation-link {
  background: url(/images/cross.png) no-repeat top left;
  width: 30px;
  height: 33px;
  display: block;
}
.delete-friend-link:hover,
.cancel-emitted-invitation-link:hover {
  background-color: transparent;
  cursor: pointer;
}
.accept-invitation-link {
  background: url(/images/check.png) no-repeat top left;
  display: inline-block;
  height: 33px;
  width: 30px;
}
.accept-invitation-link:hover {
  background-color: transparent;
  cursor: pointer;
}
.reject-invitation-link {
  background: url(/images/cross.png) no-repeat top left;
  display: inline-block;
  height: 33px;
  width: 30px;
}
.reject-invitation-link:hover {
  background-color: transparent;
  cursor: pointer;
}
#serverside-errors {
  display: none;
  border: solid 4px red;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  color: red;
  background: #fff;
  font-weight: 600;
  padding: 10px;
  z-index: 9999;
}
/*
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: 4px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0);
}
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button {
  background: #666;
  border: 0;
  padding: 14px 18px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ladda-button:hover {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888888;
}
.ladda-button[data-color=green] {
  background: #2aca76;
}
.ladda-button[data-color=green]:hover {
  background-color: #38d683;
}
.ladda-button[data-color=blue] {
  background: #53b5e6;
}
.ladda-button[data-color=blue]:hover {
  background-color: #69bfe9;
}
.ladda-button[data-color=red] {
  background: #ea8557;
}
.ladda-button[data-color=red]:hover {
  background-color: #ed956e;
}
.ladda-button[data-color=purple] {
  background: #9973c2;
}
.ladda-button[data-color=purple]:hover {
  background-color: #a685ca;
}
.ladda-button[data-color=mint] {
  background: #16a085;
}
.ladda-button[data-color=mint]:hover {
  background-color: #19b698;
}
.ladda-button[disabled],
.ladda-button[data-loading] {
  border-color: rgba(0, 0, 0, 0.07);
  cursor: default;
  background-color: #999999;
}
.ladda-button[disabled]:hover,
.ladda-button[data-loading]:hover {
  cursor: default;
  background-color: #999999;
}
.ladda-button[data-size=xs] {
  padding: 4px 8px;
}
.ladda-button[data-size=xs] .ladda-label {
  font-size: 0.7em;
}
.ladda-button[data-size=s] {
  padding: 6px 10px;
}
.ladda-button[data-size=s] .ladda-label {
  font-size: 0.9em;
}
.ladda-button[data-size=l] .ladda-label {
  font-size: 1.2em;
}
.ladda-button[data-size=xl] .ladda-label {
  font-size: 1.5em;
}
#follow {
  width: 70%;
  float: left;
}
#follow #connectionstatus {
  border: solid 4px #000;
  height: auto;
  width: auto;
  padding: 10px;
}
#follow #connectionstatus div {
  padding-left: 16px;
}
#follow #connectionstatus .ladda-spinner div {
  padding: 0;
}
#follow #connectionstatus .ladda-progress {
  padding: 0;
}
#follow #connectionstatus button {
  margin-left: 32px;
}
#follow #map-canvas {
  height: 500px;
  width: 100%;
}
section#log {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 50, 50, 0.5);
  float: left;
  background-color: #003232;
  width: 25%;
  margin-left: 10px;
}
section#log h2 {
  color: #fff;
  min-height: 35px;
  padding-bottom: .5em;
  font-size: 1em;
  text-align: center;
}
section#log div#loglist {
  background-color: #fff;
  max-height: 490px;
  overflow: hidden;
}
section#log div#loglist .newpos {
  text-align: center;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  background: url(/images/bg-boxes.png) top left repeat-y;
  min-height: 3.5em;
  cursor: pointer;
  font-size: 0.7em;
  border-top: solid 1px #000;
  background-color: #fff;
}
.marker_label {
  font-size: 0.7em;
  white-space: nowrap;
}
#infowindow {
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#infowindow table {
  white-space: nowrap;
}
#infowindow tr {
  text-align: right;
}
#infowindow #nickname {
  font-weight: 800;
  font-size: 1.2em;
  color: green;
  text-align: left;
}
#infowindow #receptiondate {
  font-weight: 800;
  font-size: 1.2em;
  text-align: left;
  font-style: italic;
}
#infowindow .field {
  font-weight: 800;
  font-size: 1.1em;
  text-align: left;
}
/* variables  */
/* Mixin */
footer,
hgroup,
nav,
section {
  display: block;
}
html {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body {
  border-top: solid 0.25em #003232;
  color: #003232;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  z-index: 0;
}
@media only screen and (min-width: 850px) {
  body {
    border-top: solid 0.5em #003232;
  }
}
header {
  display: block;
  background-color: rgba(5, 109, 147, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(5, 109, 147, 0.2), #ffffff);
  background-image: -moz-linear-gradient(top, rgba(5, 109, 147, 0.2), #ffffff);
  background-image: -o-linear-gradient(top, rgba(5, 109, 147, 0.2), #ffffff);
  background-image: -ms-linear-gradient(top, rgba(5, 109, 147, 0.2), #ffffff);
  background-image: linear-gradient(top, rgba(5, 109, 147, 0.2), #ffffff);
}
header .content-wrapper {
  padding-top: 9px;
}
@media only screen and (min-width: 850px) {
  header {
    background-color: #fff;
    margin-top: 0;
  }
}
header .upper {
  top: 0;
  left: 0;
}
@media only screen and (min-width: 850px) {
  header .upper {
    z-index: 4;
    position: relative;
    height: 3em;
  }
}
header .mylogo {
  background: url(/images/beta-LogoShare.png) no-repeat top left;
  display: block;
  width: 263px;
  height: 100px;
}
header .mylogo:hover {
  background-color: transparent;
  cursor: pointer;
}
.content-wrapper.up {
  margin: 0 auto;
  max-width: 960px;
}
@media only screen and (min-width: 850px) {
  .content-wrapper.up {
    margin: -10em auto 0 auto;
  }
}
.banner {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .banner {
    z-index: 1;
    top: -7em;
    position: relative;
  }
}
.banner img {
  width: 100%;
}
#body {
  background-color: transparent;
  clear: both;
  padding-bottom: 0px;
}
/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  #login {
    margin: -20px 0 10px;
  }
}
#login div {
  min-height: 1.5em;
  color: #fff;
  padding: 8px 4px 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #003232;
  min-width: 50px;
}
#login div a {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 3px;
  text-decoration: none;
}
#login div a:hover {
  color: #a5bebe;
}
#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#login ul {
  margin: 0;
}
#login li {
  display: inline;
  list-style: none;
}
a {
  color: #003232;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}
a:link,
a:visited,
a:active,
a:hover {
  color: rgba(0, 50, 50, 0.5);
}
mark {
  background-color: #a6dbed;
  padding-left: 5px;
  padding-right: 5px;
}
.float-left {
  float: left;
}
.float-right {
  float: left;
}
@media only screen and (min-width: 850px) {
  .float-right {
    float: right;
  }
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
h5 a:link,
h5 a:visited,
h5 a:active {
  padding: 0;
  text-decoration: none;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
.main-content {
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
}
footer {
  clear: both;
  margin-top: 2%;
  border-top: 1px solid #003232;
  font-size: .8em;
  height: 100px;
}
/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0;
}
.site-title a,
.site-title a:hover,
.site-title a:active {
  background: none;
  color: #c8c8c8;
  outline: none;
  text-decoration: none;
}
/* menu
----------------------------------------------------------*/
ul#menu {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}
ul#menu li {
  display: inline;
  list-style: none;
  padding-left: 15px;
}
ul#menu li a {
  background: none;
  color: #003232;
  text-decoration: none;
}
ul#menu li a:hover {
  color: rgba(0, 50, 50, 0.5);
  text-decoration: none;
}
/* featured */
.featured {
  background-color: transparent;
}
.featured .content-wrapper {
  color: #003232;
  padding: 20px 40px 30px 40px;
}
.featured hgroup {
  margin-bottom: 10px;
}
.featured hgroup .title h1 {
  color: #003232;
  display: inline;
}
.featured hgroup .title h1 h2 {
  font-weight: normal;
  margin-left: 3px;
}
.featured p {
  font-size: 1.1em;
}
/* features */
section.feature {
  width: 300px;
  float: left;
  padding: 10px;
}
/* ordered list */
ol.round {
  display: inline;
  list-style: none;
  padding-left: 0;
  color: #003232;
}
ol.round li {
  display: inline;
  list-style-type: none;
  padding-top: 50px;
  text-align: left;
  float: left;
  max-width: 96%;
  margin: 3px 0;
  color: #003232;
}
@media only screen and (min-width: 850px) {
  ol.round li {
    display: inline;
    max-width: 25%;
    padding-top: 0;
    padding-left: 55px;
    margin: 0 5px;
  }
}
ol.round li a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1em;
  color: #003232;
  display: block;
  margin-bottom: 0.5em;
}
ol.round li a h5 {
  text-align: left;
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5em;
}
ol.round li a:hover {
  color: rgba(0, 50, 50, 0.5);
}
@media only screen and (min-width: 850px) {
  ol.round li a {
    margin: 1em 0 0.5em 0;
  }
}
ol.round li.one {
  background: url(/images/picto_received_invitation.png) top left no-repeat;
}
ol.round li.one a:hover h5 {
  color: rgba(0, 50, 50, 0.5);
}
@media only screen and (min-width: 850px) {
  ol.round li.one {
    background-position: left top;
  }
}
ol.round li.two {
  background: url(/images/picto_all_myfriends.png) top left no-repeat;
}
ol.round li.two a:hover h5 {
  color: rgba(0, 50, 50, 0.5);
}
@media only screen and (min-width: 850px) {
  ol.round li.two {
    background-position: left top;
  }
}
ol.round li.three {
  background: url(/images/picto_send_invitation.png) top left no-repeat;
}
ol.round li.three a:hover h5 {
  color: rgba(0, 50, 50, 0.5);
}
@media only screen and (min-width: 850px) {
  ol.round li.three {
    background-position: left top;
  }
}
ol.round li.four {
  background: url(/images/picto_follow_myfriends.png) top left no-repeat;
}
ol.round li.four a:hover h5 {
  color: rgba(0, 50, 50, 0.5);
}
@media only screen and (min-width: 850px) {
  ol.round li.four {
    background-position: left top;
  }
}
/* ordered list 
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }
*/
/* content */
article {
  float: left;
  width: 70%;
}
aside {
  float: right;
  width: 25%;
}
aside ul {
  list-style: none;
  padding: 0;
}
aside ul li {
  padding: 2px 0 2px 20px;
}
.label {
  font-weight: 700;
}
/* login page */
#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%;
}
#loginForm .validation-error {
  display: block;
  margin-left: 15px;
}
#loginForm .validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
#loginForm .validation-summary-errors li {
  display: inline;
  list-style: none;
  margin: 0;
}
#loginForm input {
  width: 250px;
}
#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
  width: auto;
}
#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%;
}
#socialLoginForm h2 {
  margin-bottom: 5px;
}
#socialLoginList button {
  margin-bottom: 12px;
}
#logoutForm {
  display: inline;
}
/* contact */
.contact h3 {
  font-size: 1.2em;
}
.contact p {
  margin: 5px 0 0 10px;
}
.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px;
}
/* forms */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  display: none;
}
fieldset ol {
  padding: 0;
  list-style: none;
}
fieldset ol li {
  padding-bottom: 5px;
}
label {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}
label.checkbox {
  display: inline;
}
input,
textarea {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 300px;
}
textarea {
  font-family: inherit;
  width: 500px;
}
input:focus,
textarea:focus {
  border: 1px solid #7ac0da;
}
input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto;
}
input[type="submit"],
input[type="button"],
button {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto;
}
td input[type="submit"],
td input[type="button"],
td button {
  font-size: 1em;
  padding: 4px;
  margin-right: 4px;
}
/* info and errors */
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}
.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.error {
  color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}
.validation-summary-valid {
  display: none;
}
/* tables
----------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none;
}
th {
  font-size: 1.2em;
  text-align: left;
  border: none 0px;
  padding-left: 0;
}
th a {
  display: block;
  position: relative;
}
th a:link,
th a:visited,
th a:active,
th a:hover {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
th a:hover {
  color: #000;
}
th.asc a,
th.desc a {
  margin-right: .75em;
}
th.asc a:after,
th.desc a:after {
  display: block;
  position: absolute;
  right: 0em;
  top: 0;
  font-size: 0.75em;
}
th.asc a:after {
  content: '▲';
}
th.desc a:after {
  content: '▼';
}
td {
  padding: 0.25em 2em 0.25em 0em;
  border: 0 none;
}
tr.pager td {
  padding: 0 0.25em 0 0;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none;
  }
  /* logo */
  /* login */
  #login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center;
  }
  #login ul {
    margin: 5px 0;
    padding: 0;
  }
  #login li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #login a {
    background: none;
    color: #999;
    font-weight: 600;
    margin: 2px;
    padding: 0;
  }
  #login a:hover {
    color: #333;
  }
  /* menu */
  nav {
    margin-bottom: 5px;
  }
  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  ul#menu li {
    margin: 0;
    padding: 0;
  }
  /* main layout
    ----------------------------------------------------------*/
  .main-content,
  .featured + .main-content {
    background-position: 10px 0;
  }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured .content-wrapper {
    padding: 10px;
  }
  /* page content */
  article,
  aside {
    float: none;
    width: 100%;
  }
  /* features */
  section.feature {
    float: none;
    padding: 10px;
    width: auto;
  }
  section.feature img {
    color: #999;
    content: attr(alt);
    font-size: 1.5em;
    font-weight: 600;
  }
  /* forms */
  input {
    width: 90%;
  }
  /* login page */
  #loginForm {
    border-right: none;
    float: none;
    width: auto;
  }
  #loginForm .validation-error {
    display: block;
    margin-left: 15px;
  }
  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
  }
  /* footer
    ----------------------------------------------------------*/
}
.serverside-error,
.hidden-content {
  display: none;
}
.ui-dialog {
  background-color: #fff;
  border: 1px solid #fff;
}
.dialog-container {
  padding: 10px;
  max-width: 400px;
  border: thin rgba(0, 50, 50, 0.5) solid;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}
.popup-button {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 5px #003232;
  -moz-box-shadow: 0 0 5px #003232;
  -webkit-box-shadow: 0 0 5px #003232;
  border: thin rgba(0, 50, 50, 0.5) solid;
  padding: 10px;
  text-transform: capitalize;
  background: #003232;
  display: inline-block;
}
.popup-button:hover {
  background: rgba(0, 50, 50, 0.5);
  border: thin #003232 solid;
}
.add {
  padding-left: 35px;
  background: url(/images/picto_add_friend.png) no-repeat top left;
}
.overlay {
  min-width: 314px;
  padding: 8px;
  border: 1px #003232 solid;
  box-shadow: 0 0 5px #003232;
  -moz-box-shadow: 0 0 5px #003232;
  -webkit-box-shadow: 0 0 5px #003232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
