
.loader-calendar {
   width:45px;
   height:45px;
   position: absolute;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:5px solid;
   border-top-color:rgba(246, 36, 89, 1);
   border-bottom-color:rgba(255,255,255, 0.3);
   border-left-color:rgba(246, 36, 89, 1);
   border-right-color:rgba(255,255,255, 0.3);
   -webkit-animation: loader4 1s ease-in-out infinite;
   animation: loader-calendar 1s ease-in-out infinite;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
@keyframes loader-calendar {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes loader-calendar {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}

.club-body {
    position: relative;
}


.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

table.tt_timetable {
    width: 100%;
    font-size: 10px;
    color: #666;
    border: none;
    font-family: arial;
    letter-spacing: normal;
    line-height: normal;
    font-family: "Lato";
    border-collapse: separate !important;
    border-spacing: 2px !important;
    background: #FFF !important;
    margin: 0;
}

.event_container_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tt_timetable th,
.tt_timetable td {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #34495E;
    text-transform: none;
    border: none !important;
    position: relative;
}

.tt_timetable th,
.tt_timetable td.tt_hours_column {
    text-align: center;
    vertical-align: middle;
}

.tt_timetable th {
    width: 12.5%;
    padding: 10px 15px 12px;
    letter-spacing: normal;
}

.tt_timetable .event_container {
    padding: 3px 1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 99%;
    z-index: 9;
    font-size: 12px;
    color: #FFF;
    background: #CCC;
    box-sizing: border-box;
}

.tt_timetable td {
    width: 12.5%;
    vertical-align: top;
    height: 27px;
    border: none;
    padding: 0;
    /*height: 100px;*/
}

.tt_timetable .hours {
    color: #FFF;
    font-weight: bold;
}

.tt_timetable .event {
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    height: 82px;
    position: relative;
    line-height: 1em;
}

.tt_timetable .event a,
.tt_timetable .event .event_header {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0px;
    text-decoration: none;
    outline: none;
    border: none;
    font-size: 12px;
}

.tt_timetable .event a:hover,
.tt_timetable .event a.event_header:hover {
    text-decoration: underline;
}

.tt_timetable .event .before_hour_text,
.tt_timetable .event .after_hour_text {
    font-size: 12px;
}

.tt_timetable tr {}

.tt_timetable tr.row_bleu {
    background: #23b7e5;
    color: #FFF;
}

.tt_timetable tr.row_bleu th {
    color: #FFF;
    font-size: 16px;
}

.tt_timetable tr td {
    vertical-align: middle;
    text-align: center;
    padding: 6px;
}

.tt_timetable tr td:first-child {
    background: #f0f0f0;
}

.tt_timetable .row_gray {
    background-color: #F0F0F0 !important;
}

.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover {}

.tt_timetable .event.tt_tooltip:hover .hours,
.tt_timetable .event .event_container.tt_tooltip:hover .hours {
    color: #FFF;
}

.tt_timetable .event .hours_container {
    margin: 2px 0;
}

.tt_timetable .event .top_hour {
    margin-top: 0px;
}

.tt_timetable .event .bottom_hour,
.event_layout_4 .tt_timetable .event .top_hour {
    margin-bottom: 15px;
}

.tt_timetable .event hr {
    background: #FFFFFF;
    border: none;
    height: 1px;
    margin: 0;
    opacity: 0.4;
}

.tt_timetable.small {
    display: none;
    font-size: 13px;
}

.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover {
    background: #f0f0f0;
}

.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover {
    background: #f0f0f0;
}

.tt_timetable tr.row_bleu th {
    background: #0082cb;
}

#digitu_gestion_planning_history .cs-toggle-content h2 {
    margin: 0;
    font-size: 24px;
}

#digitu_gestion_planning_history .form-actions {
    text-align: right;
    margin: 15px 0;
}

#digitu_gestion_planning_history .form-actions a.btn-download {
    display: inline-block;
    padding: 4px 10px;
    background: #428bca;
    color: #FFF;
}

#digitu_gestion_planning_history .form-actions a.btn-download:hover {
    background: #222222;
    text-decoration: none;
}

.cs-toggle.active>.cs-toggle-content {
    display: block;
}

.cs-toggle.active .cs-anim-icon:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


#digitu_gestion_planning_history .tt_timetable tr.row_bleu .prev-week {
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    cursor: pointer;
}

#digitu_gestion_planning_history .tt_timetable tr.row_bleu .next-week {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    cursor: pointer;
}

.planning-item-hidden {
    display: none !important;
}



#digitu_gestion_planning_history .cs-tab-nav.bs-tab-nav.text-center.cs-tab-nav-fit {
    padding: 0;
}

#digitu_gestion_planning_history:after {
    content: "";
    display: block;
    clear: both;
}



.list-coachs {
    padding: 10px;
}

.wpb_wrapper h2,
.qodef-bmi-calculator-holder .qodef-bmic-form-holder .qodef-section-title,
.woof_container_inner h4,
.woof_container_inner h5 {
    font-size: 10px !important;
}

.descrip-enrichi {
    text-align: justify;
	font-size: 12px;
}

.list-coachs {
    padding: 10px;
}

#digitu_gestion_planning_history {
    margin: 30px 0;
}


.club-header>select {
    margin: 0 1% 10px;
    width: 100%;
    box-sizing: border-box;
    width: 31.33%;
    float: left;
}

.club-header {
    max-width: 800px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.fc .fc-scrollgrid-liquid {
    height: 74%;
}

.fc .fc-timegrid-slot {
    height: 3em;
    border-bottom: 0;
}

.modal-header{

    font-size: 14px;
    font-weight: bold;

}


.item-coach h4 {
    font-size: 14px;
}

.no-filter-selected-msg {
   text-align: center;
}

.no-filter-selected-msg > p {
   font-size: 18px;
   font-weight: bold;
 }

 .icon-calendar-home{
    margin-top:30px;
    width:150px;
 }

