/* CSS Document */


/*** Style index mobile ***/

.logo_mobile {
height: 30%;
width: 30%;
}


/*** Style elements de la dashboard ***/

.card-standard {
 overflow: hidden;
 background-color: #ffffff;
 border: none !important;
 border-top-left-radius: 20px;
 border-top-right-radius: 20px;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
}

.title-card {
 font-size: 0.65rem;
 font-weight: bold;
 text-align: left;
 text-transform: uppercase;
}

.large-text-card {
 color: #606060;
 font-weight: bold;
 font-size: 0.7rem; 
}

.small-text-card {
 color:#606060;
 font-size: 0.7rem;
 text-align: left;
}

.medium-text-card {
 color:#1f1e1d;
 font-size: 0.8rem;   
}

.prix-card-home {
 font-size: 0.6rem;
 color: #606060;
}

.title-element-home {
color: #aac2c5;
}

.card-menu-home {
 background-repeat: no-repeat;
 background-size: cover;
 background-image: url("../assets/images/global_application/restaurant.JPG");
 }


.card-dashboard {
background-color: #808586;
}

.card-image-menu {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
height: 100px!important;
width: 100px!important;
overflow: hidden;
}

.btn-action {
 border: none !important;
 color: #ffff;
 min-height: 40px;
 max-height: 40px;
 min-width: 100%;
 max-width: 100%;
 border-top-left-radius: 13px;
 border-top-right-radius: 13px;
 border-bottom-left-radius: 13px;
 border-bottom-right-radius: 13px;
}

.btn-dark-icon {
 border: none !important;
 color:  #273e52;
}


/* --- */


/* Style du widget Info */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
.text-info-home {
 font-size: 0.8rem;
 color: #6b6b6b;
}

 .card-info-resident {
 background-color: #fff;
 border: none;
 height: 356px!important;
 width: 640px!important;
 border-top-left-radius: 20px;
 border-top-right-radius: 20px;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
 }

 .card-anniversaire {
 min-width: 130px;
 max-width: 130px;
 border: 0px;
 }

 .card-img-info {
 background: #c7d2d6;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 min-height: 40px;
 max-height: 40px;
 min-width: 40px;
 max-width: 40px;
 border: none!important;
 }

.line-info-resident {
width: 100%;
height: 1px;
background-color: #d8e8eb;
}

/* --- */


/* Style du Calendrier */

.card-calendar {
 overflow: hidden;
 background-color: #fff;
 border: none !important;
 border-top-left-radius: 20px;
 border-top-right-radius: 20px;
 border-bottom-left-radius: 20px;
 border-bottom-right-radius: 20px;
}

.fc-row .fc-widget-header {
padding: 3px;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  padding: 3px;
  background:none;
  border-color: transparent;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: transparent!important;
}

.fc table {
  font-size: 0.9em!important;
  color: #aba39d;
}

.fc-right{
 display: none !important;
}

.fc-today-button {
    display: none !important;
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 2em !important;
}

.fc-prev-button {
background-color: transparent!important;
border-color: transparent!important;
}

.fc-next-button {
background-color: transparent!important;
border-color: transparent!important;
}

.fc-prev-button span {
color: #bd573c !important;
}

.fc-next-button span {
color: #bd573c !important;
}

.fc-center h2 {
color: #aba39d !important;
}


.fc td, .fc th  .fc tr{
  border-style: none !important;
}

.table-bordered th, .table-bordered td {
    border-style: none !important
}

.fc-view-container .table-bordered {
border: 1px transparent !important;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: none !important;
    text-align: center !important;
    color: #606060;
}

.fc-day-top {
    text-align: center !important;
    vertical-align: middle !important;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc th {
  text-align: center;
}

.fc-day-top .fc-today {
   background-color: #bd573c !important;
}

/* --- */

/* Style du TimeLine */

.tline-text{
 font-size: 0.6rem;
 color: #554e49;   
}

.title-timeline-after {
 color: #ded4cc;
 font-size: 0.65rem;
 text-align: left;
 text-transform: uppercase;
}

.title-timeline-before {
 color: #ded4cc;
 font-size: 0.65rem;
 text-align: right;
 text-transform: uppercase;
}

.title-timeline {
 color: #554e49;
 font-size: 0.65rem;
 text-align: right;
 text-transform: uppercase;
}


.tline-text-before{
 font-size: 0.6rem;
 color: #ded4cc;
 text-align: left;  
}

.tline-text-after{
 font-size: 0.6rem;
 color: #ded4cc;
 text-align: left;  
}

.main-timeline{
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #bd573c;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon-day{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #bd573c;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 6px auto 0;
    overflow: hidden;
}

.main-timeline .timeline-icon-day-before{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bd573c;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 6px auto 0;
    overflow: hidden;
}

.main-timeline .timeline-icon-day-after{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bd573c;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 6px auto 0;
    overflow: hidden;
}

.main-timeline .timeline-icon-hour{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bd573c;
    border: 2px solid #bd573c;
    position: absolute;
    top: 4px;
    left: 3px;
    right: 0;
    margin: 6px auto 0;
    overflow: hidden;
}

.main-timeline .timeline-icon-hour-before{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bd573c;
    border: 2px solid #bd573c;
    position: absolute;
    top: 4px;
    left: 3px;
    right: 0;
    margin: 6px auto 0;
    overflow: hidden;
}

.main-timeline .timeline-icon-hour-after{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bd573c;
    border: 2px solid #bd573c;
    position: absolute;
    top: 4px;
    left: 3px;
    right: 0;
    margin: 6px auto 0;
    overflow: hidden;
}

.main-timeline .timeline-content{
    width: 45%;padding-top: 0px !important;
    border-radius: 5px;
    text-align: right;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-timeline .date-timeline{
    padding: 0px 25px;
    margin-left: 5px;
    color: #fff;
    font-size: 0.6rem;
    background: #bd573c;
    border-radius: 10px;
}

.main-timeline .date-timeline-before{
    padding: 0px 25px;
    margin-left: 5px;
    color: #fff;
    font-size: 0.6rem;background: #ded4cc;
    border-radius: 10px;
}

.main-timeline .date-timeline-after{
    padding: 0px 25px;
    margin-left: 5px;
    color: #fff;
    font-size: 0.6rem;
    background: #ded4cc;
    border-radius: 10px;
}

.main-timeline .title{
    font-size: 24px;
    font-weight: 500;
    color: #5c5151;
    margin-top: 30px;
}
.main-timeline .description{
    font-size: 14px;
    color: #606060;
    line-height: 2;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}


@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
    }
    .main-timeline .timeline-icon{
        left: -8px;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
    }
}


/* --- */


/* Style du widget Meteo */

.meteo-card {
   background-color: #c7a298;
   height: 356px;
   width: 500px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}

/* Style carte de soins */

.entete-carte-soins {
 background-color: #fff;
 max-height: 60px;
 min-height: 60px;
}

.entete-text-large {
 font-size: 1.1rem;
 font-weight: bold;
 color: #554e49;
}

.entete-periode {
 background-color: rgb(171, 163, 157);
 max-height: 30px;
 min-height: 30px;
}

.titre-periode {
 font-size: 1.5rem;
 text-align: center;
 color: #fff;
 font-weight: bold;
}
.entete-zone-carte-soins {
 background-color:rgb(171, 163, 157);
 border-bottom-right-radius: 10px;
 border-top-right-radius: 10px;
 
}

.titre-zone-carte-soins {
 font-size: 0.9rem;
 font-weight: bold;
 text-align: left;
 color: #fff;
 background-color:#d6cec8;
}


.entete-chambre {
 font-size: 2.4rem;
 color: #8d8681;
 font-weight: bold;
}

.entete-image {
 min-height: 50px;
 max-height: 50px;
 min-width: 50px;
 max-width: 50px;
 border-style: none;
 border-top-left-radius: 30px;
 border-top-right-radius: 30px;
 border-bottom-left-radius: 30px;
 border-bottom-right-radius: 30px;
 margin: 5px;
}

.sens-box {
 min-height: 80px;
 max-height: 80px;
 text-align: center;
}

.sens-text {
 font-size: 0.7rem;
 color: rgb(141, 134, 129);  
}

.zone-soins {
 background-color: transparent;
 max-height: 130px;
 min-height: 130px;
}

.sens-button {
 border: none !important;
 height: 70px;
 width: 70px;
 background-size: auto;
 background-color: transparent;
}

.four-button {
 border-radius: 15px;
 border: none !important;
 height: 70px;
 width: 70px;
 background-size: auto;
 background-color: #fff;
}

.sens-button-text {
 border: none !important;
 background-color: transparent;
 height: 20px;
 width: 70px;
}

.four-button-text {
 border: none !important;
 background-color: transparent;
 height: 20px;
 width: 70px;
}

.zone-carte-soins {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
background-color: #f8f8f8;
}

.card-soins {
 background-color: #ffffff;
 border: none !important;
 border-top-left-radius: 25px;
 border-top-right-radius: 25px;
}

.soins-titre {
color: #aba39d;
font-size: 1rem;
font-weight: bold;
}
/* Style panneau onglets carte de soins */
.style1 {
border-top: 1px solid #d6cec8;
}


