/* UPDATE BOOTSRAP STYLES */

.row {
  margin: 0px 20px 0 20px;
}
.col-lg-4 {
  padding: 5px;
}
/* GLOBAL STYLES */

.home-content {
  padding: 25px 0 25px 0;
}
#widg-menus .block {
  height: inherit !important;
  min-height: 500px;
}
.home-content .block {
  height: 280px;
  background-color: #f4f6f9;
  border: 1px solid white;
  border-right: 0;
  border-bottom: 0;
  -moz-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.home-content .header {
  padding: 6px 10px 6px 10px;
}
.home-content .header i {
  width: 38px;
  height: 38px;
  background-color: #e6e9f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  font-size: 20px;
  margin-right: 15px;
  line-height: 38px;
  text-align: center;
}
.home-content .content {
  height: 220px;
}
.home-content .content-max {
  height: 220px;
  max-height: 220px;
  overflow: auto;
}
.home-content h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding-top: 8px;
  float: left;
}
.home-content .widget-1er h3,
.home-content .widget-1er h3 button,
.home-content .widget-1er h3 a {
  color: #002984;
}
.home-content ul {
  padding: 0;
  overflow-y: auto;
  height: 220px;
}
/** ACTIVITES **/

.home-content ul.activites li {
  list-style: none;
  background-color: white;
  border-bottom: 1px solid #eeeff1;
  padding: 4px 0;
  overflow: hidden;
  white-space: nowrap;
}
.home-content ul.activites li img {
  width: 46px;
  height: 46px;
  background-color: #e6e9f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  margin-left: 7px;
}
.home-content ul.activites li.collapse {
  padding: 0;
}
.home-content ul.activites ul.activite-actions {
  height: auto;
}
.home-content ul.activites ul.activite-actions li:last-child {
  border: none;
}
/** NOTIFICATION **/

.home-content .notifications div {
  height: 114px;
  color: white;
  text-align: center;
  text-transform: none;
  font-weight: 300;
}
.home-content .notifications i {
  font-size: 72px;
  line-height: 114px;
  text-align: center;
}
.home-content .notifications .number {
  font-weight: 400;
}
.home-content .notifications .label {
  position: relative;
  top: -25px;
}
/** RAPPORTS **/

.home-content ul.rapports li {
  list-style: none;
  padding-top: 5px;
  padding-right: 55px;
  padding-bottom: 5px;
  padding-left: 55px;
  text-transform: none;
  font-weight: 300;
  vertical-align: middle;
  background: url('../img/icon_rapport_green.png') no-repeat 18px;
}
.home-content ul.rapports li.icon-purple {
  background: url('../img/icon_rapport_purple.png') no-repeat 18px;
}
.home-content ul.rapports li img {
  margin: 0 18px 0 18px;
}
.home-content .select-input {
  width: 100px;
}
/** STATISTIQUES **/

.home-content .stats-carousel .title {
  margin: 7px 25px 0 25px;
  text-align: center;
  line-height: 24px;
}
.home-content .stats-carousel ul.statistiques {
  margin-top: 10px;
  overflow: scroll;
  height: 205px;
}
.home-content .stats-carousel ul.statistiques .row {
  margin: 0px 10px 0 10px;
}
.home-content .stats-carousel ul.statistiques li {
  list-style: none;
  padding: 5px 30px 5px 30px;
  text-transform: none;
}
.home-content .stats-carousel ul.statistiques li div.percent {
  float: right;
  font-weight: 400;
}
.home-content .stats-carousel ul.statistiques .progressBar {
  height: 10px;
  background-color: #dee2eb;
}
.home-content .stats-carousel ul.statistiques .progressBar div {
  height: 100%;
  color: white;
  text-align: right;
  line-height: 10px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
}
/** ACTUALITES **/

.home-content .actualites-carousel .title {
  margin: 7px 25px 0 25px;
  text-align: center;
  line-height: 24px;
}
.home-content .actualites-carousel ul.actualites {
  margin-top: 10px;
  overflow: hidden;
}
.home-content .actualites-carousel ul.actualites li {
  list-style: none;
  padding: 5px 30px 5px 30px;
  text-transform: none;
}
.home-content .actualites-carousel ul.actualites li div.percent {
  float: right;
  font-weight: 400;
}
.home-content .actualites-carousel ul.actualites .progressBar {
  height: 10px;
  background-color: #dee2eb;
}
.home-content .actualites-carousel ul.actualites .progressBar div {
  height: 100%;
  color: white;
  text-align: right;
  line-height: 10px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
}
/** AGENDA **/

.home-content #dashboard-agenda {
  margin: 0 30px;
}
.home-content .dashboard-agenda-nav {
  position: relative;
  height: 24px;
  line-height: 24px;
  color: #b62ca3;
  margin: 7px 12px 28px 12px;
  padding: 0 10px;
}
#dashboard-agenda .ui-widget-content {
  box-shadow: none;
}
.home-content .dashboard-agenda-nav p {
  text-align: center;
  background-color: white;
}
.home-content .dashboard-agenda-nav a {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  top: 0;
  outline: none;
}
.home-content .dashboard-agenda-nav a.previous {
  left: 0;
  background: url('../img/arrow_left.png') no-repeat;
}
.home-content .dashboard-agenda-nav a.next {
  right: 0;
  background: url('../img/arrow_right.png') no-repeat;
}
.home-content .fc-view-container table,
.home-content .fc-view-container table td,
.home-content .fc-view-container table th {
  border-color: #dee2eb;
}
.home-content .fc-head-container thead tr th {
  background-color: white;
  color: #6b7182;
  font-weight: 300;
}
.home-content .fc-view-container table td {
  background-color: #f4f6f9;
}
.home-content .fc-head-container thead tr {
  height: 72px;
}
.home-content .fc-head-container thead tr th {
  text-transform: uppercase;
  text-align: center;
  padding-top: 13px;
  word-spacing: 1000px;
}
.home-content .fc-head-container thead tr th.has-event::before {
  content: ' ';
  position: absolute;
  display: block;
  width: 14.2%;
  height: 3px;
  top: 0;
  background-color: #6b7182;
}
.home-content a.fc-event {
  background-color: #b62ca3;
  border-color: #b62ca3;
}
@media (max-width: 1199px) {
  .home-content #dashboard-agenda {
    margin: 0 10px;
  }
}
.home-content #dashboard-connexions {
  overflow: auto;
  margin: 5px;
}
/** ACTUALITES **/

/*.home-content ul.actualites li {
    list-style: none;
    padding: 5px 30px 5px 30px;
    text-transform: none;
    font-weight: 300;
}

.home-content ul.actualites li:nth-child(2n+1) {
    background: white;
}*/

/** SHADOWS **/

.home-content .shape-primary {
  background-color: #3cbecc;
  text-shadow: 1px 1px #36abb8, 2px 2px #36abb8, 3px 3px #36abb8, 4px 4px #36abb8, 5px 5px #36abb8, 6px 6px #36abb8, 7px 7px #36abb8, 8px 8px #36abb8, 9px 9px #36abb8, 10px 10px #36abb8;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .shape-purple {
  background-color: #b62ca3;
  text-shadow: 1px 1px #a42893, 2px 2px #a42893, 3px 3px #a42893, 4px 4px #a42893, 5px 5px #a42893, 6px 6px #a42893, 7px 7px #a42893, 8px 8px #a42893, 9px 9px #a42893, 10px 10px #a42893;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .shape-green {
  background-color: #ccd548;
  text-shadow: 1px 1px #b8c041, 2px 2px #b8c041, 3px 3px #b8c041, 4px 4px #b8c041, 5px 5px #b8c041, 6px 6px #b8c041, 7px 7px #b8c041, 8px 8px #b8c041, 9px 9px #b8c041, 10px 10px #b8c041;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .shape-white {
  background-color: white;
  text-shadow: 1px 1px #e6e6e6, 2px 2px #e6e6e6, 3px 3px #e6e6e6, 4px 4px #e6e6e6, 5px 5px #e6e6e6, 6px 6px #e6e6e6, 7px 7px #e6e6e6, 8px 8px #e6e6e6, 9px 9px #e6e6e6, 10px 10px #e6e6e6;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .shape-blue {
  background-color: #046180;
  text-shadow: 1px 1px #035776, 2px 2px #035776, 3px 3px #035776, 4px 4px #035776, 5px 5px #035776, 6px 6px #035776, 7px 7px #035776, 8px 8px #035776, 9px 9px #035776, 10px 10px #035776;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .shape-orange {
  background-color: #ff8b23;
  text-shadow: 1px 1px #f28322, 2px 2px #f28322, 3px 3px #f28322, 4px 4px #f28322, 5px 5px #f28322, 6px 6px #f28322, 7px 7px #f28322, 8px 8px #f28322, 9px 9px #f28322, 10px 10px #f28322;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .shape-turquoise {
  background-color: #047c93;
  text-shadow: 1px 1px #057389, 2px 2px #057389, 3px 3px #057389, 4px 4px #057389, 5px 5px #057389, 6px 6px #057389, 7px 7px #057389, 8px 8px #057389, 9px 9px #057389, 10px 10px #057389;
  height: 100%;
  width: 100%;
  font-size: 75px;
  text-align: center;
}
.home-content .catalog-coll {
  position: relative;
  height: 24px;
  line-height: 24px;
  color: #b62ca3;
}
.home-content .catalog-coll p {
  text-align: center;
  background-color: white;
}
.trash-out {
  cursor: pointer;
}
/* message dossier adh�rent*/

.div-message-content {
  padding: 0px;
  padding-right: 10px;
  z-index: 20;
  display: none;
}
.div-message-content .detail-message-panel {
  margin-top: 10px;
  padding-left: 0px;
  position: relative;
  background-color: white;
}
.div-message-content .detail-message-panel .accordion-messages > ul > li.bandeau-message {
  background-color: #e6e9f0;
  text-transform: uppercase;
  font-weight: 700;
}
.div-message-content .detail-message-panel .accordion-messages > ul > li > a {
  outline: 0;
  margin-left: 25px;
  padding: 5px 15px 10px 40px;
  height: 32px;
}
.div-message-content .detail-message-panel .accordion-messages > ul > li.bandeau-message > a {
  color: #046180;
  background: url("../img/icon_message.png") no-repeat left center;
  clear: right;
}
.div-message-content .detail-message-panel .accordion-messages > ul > li.bandeau-message > a:hover,
.div-message-content .detail-message-panel .accordion-messages > ul > li.alerte > a:hover {
  background-color: #eeeeee;
}
.div-message-content .detail-message-panel .accordion-messages > ul > li.alerte > a {
  color: #e91e1b;
  background: url("../img/icon_alerte.png") no-repeat left center;
}
.div-message-content .detail-message-panel .accordion-messages div.message-detail {
  background-color: #f3f5f8;
  text-transform: none;
  color: #046180;
  font-weight: 300;
  padding: 5px 15px 10px 15px;
}
.div-message-content .detail-message-panel .accordion-messages div.message-detail label {
  background-color: #f3f5f8;
  color: #046180;
  font-weight: 400;
}
.div-message-content .detail-message-panel #new-message {
  display: none;
}
.div-message-content .detail-message-panel #new-message div.msg-content {
  background-color: #f3f5f8;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 15px 15px 25px;
}
.div-message-content .detail-message-panel #new-message div.msg-content label.title {
  color: #046180;
  text-transform: uppercase;
  font-weight: 600;
  line-height: inherit;
}
.div-message-content .detail-message-panel #new-message div.msg-content label.name {
  color: #046180;
  text-transform: none;
  font-weight: 600;
  line-height: inherit;
}
.div-message-content .detail-message-panel #new-message div.msg-content label.date {
  color: #046180;
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  float: right;
  padding-left: 20px;
}
.div-message-content .detail-message-panel #new-message div.msg-content input[type=button] {
  margin-left: 5px;
}
.div-message-content .detail-message-panel #new-message div.msg-content label,
.div-message-content .detail-message-panel #new-message div.msg-content span {
  color: #046180;
  text-transform: none;
  font-weight: 300;
}
.div-message-content .detail-message-panel #new-message div.msg-content span.right-padding {
  padding-right: 12%;
}
.div-message-content .detail-message-panel #new-message div.msg-content p {
  vertical-align: middle;
  line-height: 38px;
}
.div-message-content .detail-message-panel #new-message div.msg-content select {
  width: 200px;
  float: right;
}
.div-message-content .detail-message-panel .accordion-messages div.message-detail p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .div-message-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .div-message-content {
    padding-left: 10px;
  }
}
#adherent-content h2 {
  display: inline-block;
  font-weight: 300;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 20px;
  vertical-align: middle;
  z-index: 99999;
}
.detail-message-panel h2 {
  padding-right: 25px;
}
#adherent-content .block {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f4f6f9;
  border-color: white -moz-use-text-color -moz-use-text-color white;
  border-image: none;
  border-width: 1px 0 0 1px;
  border-left: inherit;
}
#adherent-content .right {
  float: right;
}
#adherent-content label.right {
  float: right;
  height: 38px;
  text-align: right;
  padding-right: 40px;
}
#adherent-content label {
  line-height: 38px;
  vertical-align: middle;
}
#adherent-content [type=text].right {
  float: right;
}
#adherent-content a.icon-form {
  float: right;
  width: 40px;
  text-align: center;
}
#adherent-content a,
#adherent-content a:hover,
#adherent-content a:focus {
  text-decoration: none;
  outline: 0;
}
#dashboard-agenda-MD .fc-head-container thead tr {
  height: 12px;
}
#dashboard-agenda-MD .fc-view,
.fc-view > table {
  position: inherit;
}
#dashboard-agenda-MD .fc-time {
  display: none;
}
.resas-navettes ul {
  padding: 10px;
}
.resas-navettes ul .text-blue {
  padding: 20px;
}
