/*****************************
         CATEGORIE
 ******************************/

.button-supprimer {
    position: absolute;
    bottom: 9px;
    right: 15px;
}

.categorie-list-item {
    position: relative;
    margin-left: 29px;
}

.categorie-list-item-relation {
    position: absolute;
    bottom: 2px;
    left: -30px;
}

button.categoryEdit {
    border: none;
}

input.edit-libelle {
    border: none;
}

/*****************************
            TAB
 ******************************/
.tab-praticien-content-item:not(.selected) {
    display: none;
}

.tab-praticien-link:hover,
.tab-praticien-link:active,
.tab-praticien-link:focus,
.tab-praticien-item.selected .tab-praticien-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-content-item:not(.selected) {
    display: none;
}

.tab-link:hover,
.tab-link:active,
.tab-link:focus,
.tab-item.selected .tab-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-profil-content {
    margin-top: 20px;
}

.tab-profil-content-item:not(.selected) {
    display: none;
}

.tab-profil-link:hover,
.tab-profil-link:active,
.tab-profil-link:focus,
.tab-profil-item.selected .tab-profil-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-factures-content {
    margin-top: 20px;
}

.tab-factures-content-item:not(.selected) {
    display: none;
}

.tab-factures-link:hover,
.tab-factures-link:active,
.tab-factures-link:focus,
.tab-factures-item.selected .tab-factures-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-patient-content {
    margin-top: 20px;
}

.tab-patient-content-item:not(.selected) {
    display: none;
}

.tab-patient-link:hover,
.tab-patient-link:active,
.tab-patient-link:focus,
.tab-patient-item.selected .tab-patient-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-rdv-content {
    margin-top: 20px;
}

.tab-rdv-content-item:not(.selected) {
    display: none;
}

.tab-rdv-link:hover,
.tab-rdv-link:active,
.tab-rdv-link:focus,
.tab-rdv-item.selected .tab-rdv-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-inscrit-content {
    margin-top: 20px;
}

.tab-inscrit-content-item:not(.selected) {
    display: none;
}

.tab-inscrit-link:hover,
.tab-inscrit-link:active,
.tab-inscrit-link:focus,
.tab-inscrit-item.selected .tab-inscrit-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-rdvPatient-content {
    margin-top: 20px;
}

.tab-rdvPatient-content-item:not(.selected) {
    display: none;
}

.tab-rdvPatient-link:hover,
.tab-rdvPatient-link:active,
.tab-rdvPatient-link:focus,
.tab-rdvPatient-item.selected .tab-rdvPatient-link {
    text-decoration: none;
    color: #1084b1;
    border-color: #1084b1;
}

.tab-etape-container {
    margin: 10px;
}

/*****************************
         FILTER LABEL
 ******************************/

.filter-label:hover,
.filter-label:active,
.filter-label:focus {
    text-decoration: none;
}

/*****************************
         TREE BRANCH
 ******************************/

.tree-branch {
    display: inline-block;
    height: 11px;
    width: 15px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
    margin-right: 5px;
    top: -5px;
}

.tree-branch:after {
    position: absolute;
    content: "\e072";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    right: -2px;
    bottom: -4px;
    color: #333;
}

.tree-line {
    margin-top: 3px;
    margin-bottom: 3px;
}

/*****************************
         PLANNING
 ******************************/

.successWell {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
    text-align: center;
}

.errorWell {
    background-color: #f2dede;
    color: #a94442;
    border-color: #f2dede;
    text-align: center;
}

.rdvHorairesDispo .pro_planning {
    width: 100%;
}

.rdvHorairesDispo .pro_planning th {
    font-weight: normal;
    text-align: center;
    font-size: 0.8em;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 5px;

}

.rdvHorairesDispo .pro_planning th:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.rdvHorairesDispo .pro_planning td {
    vertical-align: top;
    padding: 5px 0px;
    text-align: center;
    font-size: 0.9em;
}

.rdvHorairesDispo .pro_planning td:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.rdvHorairesDispo .pro_planning a {
    display: block;
    text-align: center;
    font-size: 1.0em;
}

/*****************************
         LOADING
 ******************************/

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 85px;
    height: 85px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/******************************
        RESUME
 ******************************/

/*.resume-card {*/
/*border: 1px solid #6ac9bb;*/
/*border-radius: 10px;*/
/*padding: 25px;*/
/*margin-top: 10px;*/
/*}*/

/*.resume-reponse-block {*/
/*margin: 10px;*/
/*border-bottom: 1px solid #e5e5e5;*/
/*}*/

/******************************
        FICHE PRATICIEN
 ******************************/

#modalFichePraticien .container {
    max-width: 100%;
}

#modalFichePraticien .modal-title {
    margin-left: auto;
    margin-right: 0;
}

#modalFichePraticien .close {
    margin-left: 0;
}

#modalFichePraticien .modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.fiche-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#fiche-map {
    max-width: 100%;
    height: 150px;
}

.mapBlock {
    margin-top: 15px;
}

.block-title {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
}

.carousel-opticien {
    max-width: 100%;
    overflow-x: auto;
}

.carousel-opticien .slide-opticien {
    color:white;
    float: left;
    margin-left: 10px
}

/******************************
       MESSAGERIE INTERNE
 ******************************/

.messagerie-avatar {
    display: inline;
    border-radius: 50%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 57%;
}

.sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.sent_msg {
    float: right;
    width: 46%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.supprimerMessage {
    position: relative;
}

.button-supprimerMessage {
    color: #a94442;
    font-size: 19px;
    position: absolute;
    top: 4px;
    right: 47%;
}

.response-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    width: 33px;
    margin-top: 8px;
}

.btn-messagerie-aide {
    position: fixed;
    bottom: 0;
    right: 30px;
    background-color: #05728f;
    color: white;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btn-messagerie-aide:hover,
.btn-messagerie-aide:focus,
.btn-messagerie-aide:active {
    color: white;
}

/******************************
          NOTATION
 ******************************/

.rating-avg {
    margin-left: 8px;
    margin-top: 6px;
    color: #e7711b;
    font-weight: bold;
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 109px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings-css-top {
    color: #e7711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.notation-detail {
    margin-bottom: 20px;
}

.notation-name {
    font-weight: bold;
}

.notation-rating-stars .star-ratings-css {
    display: inline-block;
    font-size: 15px;
    width: 66px;
}

.notation-rating-time {
    color: #a2a2a2;
    margin-left: 10px;
}

/******************************
        ORIENTATION
 ******************************/

.modal-body-controle-vue .p-numero {
    background-color: #003B5C;
    color: white;
    padding: 5px 14px;
    border-radius: 19px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -45px;
}

.modal-body-controle-vue .p-empha {
    color: #00A7B5;
}

.modal-body-controle-vue .controle-vue-imgs {
    margin-bottom: 15px;
}

.modal-body-controle-vue .controle-vue-img-texte {
    text-align: center;
    font-size: 15px;
}

.modal-body-controle-vue #afficher-dispo {
    display: block;
    text-align: center;
    background-color: #00A7B5;
    color: white;
    text-decoration: none;
    width: 325px;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
}

.modal-body-controle-vue #afficher-dispo:hover {
    background-color: #003B5C;
}

.modal-full {
    min-width: 80%;
    animation-duration: 3s;
    animation-name: slidein;
}