/* CSS Secrétaire */
html {
    position: relative;
    min-height: 100%;
}

html, body {
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url("/assets/fonts/opensans.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url("/assets/fonts/opensans.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* todo .menu-icone à virer quand il n'y aura plus de fontawesome dans le menu */
.menu-icone {
    color: white;
    font-size: 33px;
	padding-top: 10px;
}
.menu-icone :hover {
	color: white;
}

/***********************Menu dropdown**************************************/
/* The container <div> - needed to position the dropdown content */
.dropdownmenu {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdownmenu-content {
    display: none;
    position: absolute;
    background-color: #297dc3;
    min-width: 287px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

/* Show the dropdown menu on hover */
.dropdownmenu:hover .dropdownmenu-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownmenu:hover .dropbtn {
    background-color: #176cbd;
    cursor: pointer;
}

/**************************************************************************/

#container_gestion_reponse {
    width: 100%;
    height: 100%;
    padding: 0;
}

/**********************Création liste envoi********************************/
.crea_liste {
    height: calc(100% - 100px) !important;
    overflow: auto;
}

#titre {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.crea_liste_col {
    /*max-height: calc(100% - 80px) !important;*/
    /*min-height: calc(100% - 80px) !important;*/
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.crea_liste_col h4 {
    font-size: 16px;
    font-weight: bold;
    color: #297dc3;
}

.crea_liste_col h5 {
    font-size: 14px;
    font-weight: bold;
    color: #297dc3;
}

.crea_liste_col_centre {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}

.crea_liste input[type='text'], .crea_liste input[type='date'] {
    padding: 6px; /*17px 6px*/
    border: none;
    box-sizing: border-box;

    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #5A5A5A;
    transition: all 0.3s ease 0s;
    background-color: #F9F9F9;
    border-radius: 0;
    margin: 0;
    font: inherit;
    font-family: inherit;
    width: 64%;
    float: right;
}

.crea_liste .row {
    margin: 10px 0 0;
}

.crea_liste input[type='text']:hover, .crea_liste input[type='date']:hover {
    background-color: #e1e1e1;
    border-bottom: solid 1px #5A5A5A;
}

.crea_liste_bloc_input {
    border-bottom: solid 1px #D2D2D2;
    padding: 0;
    width: 49%;
}

.crea_liste_bloc_input .caret {
    margin-top: 8px;
    float: right;
}

.crea_liste label {
    width: 35%;
    margin-top: 6px;
    color: #5A5A5A;
    font-weight: 400;
}

.crea_liste_dropdown_btn {
    color: #297dc3;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.crea_liste_dropdown_list {
    overflow: auto;
    max-height: 288px;
    top: 39px;
}

#crea_liste_glyph_transfert_selection_bas, #crea_liste_glyph_transfert_recherche_haut {
    border-radius: 20px;
    color: #aee6ff;
    font-family: "Open Sans";
    padding: 4px 16px;
    background-color: transparent;
    margin-top: 20px;
    border: 2px solid #aee6ff;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

#crea_liste_glyph_transfert_selection_bas:hover, #crea_liste_glyph_transfert_recherche_haut:hover {
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
}


.select_all {
    width: 50px;
    margin-right: 20px;
}

#liste_centre {
    background-color: #297DC3;
    height: 50px;
    line-height: 32px;
    text-align: center;
}

#tableau_reponses #tableau_select {
    font-size: small;
}

#tableau_reponses tr.selected, #tableau_select tr.selected {
    background-color: white
}

#tableau_reponses tr.disabled, #tableau_select tr.disabled {
    background-color: #fdcece;
}

table > thead.crea_liste_thead {
    background-color: #999999;
    color: white
}

table > thead.crea_liste_thead tr {
    height: 35px;
}

#tableau_reponses td, #tableau_select td {
    padding-left: 4px;
    padding-right: 4px;
}

.alert_tel {
    background-color: #fd787a;
}

.crea_liste_recherche, #dropdown_recherche_patient {
    background-color: #e1e1e1;
    color: #5a5a5a;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: none;
    text-align: center;
}

#resultat_recherche {
    display: none;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    top: 0.8em;
}

#toggle_reponses_select_all, #toggle_select_select_all {
    position: absolute;
    left: -99999px;
}

/* on prépare le label */
#toggle_reponses_select_all:not(:checked) + label,
#toggle_reponses_select_all:checked + label,
#toggle_select_select_all:not(:checked) + label,
#toggle_select_select_all:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer; /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
#toggle_reponses_select_all:not(:checked) + label:before,
#toggle_reponses_select_all:checked + label:before,
#toggle_select_select_all:not(:checked) + label:before,
#toggle_select_select_all:checked + label:before {
    position: absolute;
    left: 23px;
    top: -7px;
    width: 15px;
    height: 15px; /* dim. de la case */
    content: ' ';
    margin-top: -2px;
    margin-left: -5px;
    border: 1px solid #aaa;
    background: rgba(235, 235, 235, 0.71);
    border-radius: 3px; /* angles arrondis */
}

/* Aspect général de la coche */
#toggle_reponses_select_all:not(:checked) + label:after,
#toggle_reponses_select_all:checked + label:after,
#toggle_select_select_all:not(:checked) + label:after,
#toggle_select_select_all:checked + label:after {
    content: '\2714';
    position: absolute;
    left: 25px;
    top: -7px;
    margin-top: -4px;
    margin-left: -5px;
    text-align: center;
    font-size: 13px;
    color: #424242;
    text-shadow: unset;
}

/* Aspect si "pas cochée" */
#toggle_reponses_select_all:not(:checked) + label:after,
#toggle_select_select_all:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
}

/* Aspect si "cochée" */
#toggle_reponses_select_all:checked + label:after,
#toggle_select_select_all:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -2px;
    margin-left: -5px;
    border: 1px solid #aaa;
    background: rgba(235, 235, 235, 0.71);
    border-radius: 3px; /* angles arrondis */
    box-shadow: 0 1px 1px #eaeaea /* légère ombre externe */
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -4px;
    margin-left: -5px;
    text-align: center;
    font-size: 13px;
    color: #424242;
    transition: all .2s; /* on prévoit une animation */
    text-shadow: unset;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    width: 13px;
    height: 13px;
}

table.dataTable tbody tr {
    background-color: #fff;
    border-bottom: solid 1px #999999 !important;
    color: #5a5a5a;
    height: 35px;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable th {
    font-weight: normal !important;
}

/*************************** HISTORIQUE ************************************/

#bloc_historique {
    margin-bottom: 90px;
}

#historique.dataTable th,
#historique.dataTable td {
    padding-left: 30px;
}

#historique thead {
    background-color: #999999;
    color: white
}

#historique thead tr {
    height: 35px;
}

#historique_length select {
    height: 30px;
    background-color: white;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

#historique_filter input {
    padding: 6px;
    border: none;
    color: #5A5A5A;
    background-color: #F9F9F9;
    font: inherit;
}

#historique_filter label,
#historique_length label {
    margin: 0 10px 0 10px;
}

/****************************************************************************/

#body_login_secretaire {
    background-color: #ffffff;
}

#ambu_navbar {
    /* Style for "Bandeau me" */
    width: 100%;
    height: 50px;
    background-color: #297dc3;
}

table {
    width: 100%;
}

#ambu_navbar_logo {
    float: left;
    margin-right: 20px;
}

#ambu_navbar_logo img {
    padding: 11px 0 0 9px;
}

#ambu_navbar_aide {
    float: right;
}

#ambu_navbar_aide a:hover {
	text-decoration: none;
}

#help_icone img{
	padding: 12px 17px 0 0;
}

#login_box {
    width: 550px;
    border: 3px solid #e1e1e1;
    background-color: #ffffff;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 150px;
}

#identifiez_vous {
    /* Style for "IDENTIFIEZ" */
    width: 191px;
    height: 17px;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    /*padding-top:20px;**/
    margin: auto;
    text-align: center;
}

#secretaire_login, #secretaire_password {

    display: block;
    margin: auto;
    width: 490px;
    border: none;
    border-bottom: solid 1px #5a5a5a;
    text-align: center;
    padding-bottom: 8px;
    font-size: 16px;
    font-family: "Open Sans";
}

#secretaire_login {
    margin-top: 50px;
}

#secretaire_password {
    margin-top: 25px;
}

#secretaire_login::-webkit-input-placeholder,
#secretaire_password::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Open Sans";
    color: #5a5a5a;
}

#importer_liste_element,
#button_record_follow,
#button_valider_selection {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #999999;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    background-color: transparent;
    margin-top: 20px;
}

#button_record_follow, #button_valider_selection {
    background-color: #fff;
}

.button_record_follow {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #999999;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    background-color: transparent;
    margin-top: 20px;
    background-color: #fff;
}

#valider_liste_patient {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #297dc3;
    color: #297dc3;
    font-family: "Open Sans";
    font-size: 16px;
    background-color: transparent;
    margin-top: 50px;
}

#secretaire_forgot_password {
    text-align: center;
    display: block;
    color: #999999;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
}

#secretaire_submit {
    width: 490px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #999999;
    margin: auto;
    text-align: center;
    display: block;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 19px;
    font-weight: 400;
    background-color: transparent;
    margin-top: 30px;
}

#ambu_footer {
    width: 100%;
    height: 50px;
    background-color: #297dc3;
    position: fixed;
    bottom: 0;
}

#ambu_footer p {
    width: 100%;
    height: 8px;
    color: #aee6ff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.footer_avec_bouton,
#valider_selection,
#btn_valider_liste {
    width: 100%;
    height: 70px;
    background-color: #297dc3;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}

.footer_avec_bouton button,
#valider_selection span,
#btn_valider_liste input {
    width: 800px;
    height: 8px;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    border-radius: 20px;
    color: #aee6ff;
    font-family: "Open Sans";
    padding: 6px 16px;
    font-size: 16px;
    background-color: transparent;
    margin-top: 15px;
    height: 40px;
    border: 2px solid #aee6ff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.footer_avec_bouton button:hover,
#valider_selection span:hover,
#btn_valider_liste input:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
}

#ambu_navbar_menu {
    float: left;
}

#ambu_navbar_menu a {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 10px;
    line-height: 50px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

#ambu_navbar_menu a.active {
    text-decoration: none;
    background-color: #176cbd;
}

#ambu_navbar_menu a:hover {
    text-decoration: none;
    background-color: #999999;
}

#ambu_navbar_menu a:active {
    text-decoration: none;
    background-color: #555555;
}

#ambu_navbar_histo {
    float: right;
    text-align: right;
    color: white;
    transform: translateY(10%);
}

#importer_liste_patient, #previsualisation_liste, #title_historique {
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0;
}

#bloc_historique .col-lg-12, #bloc_historique .row {
    padding-left: 0;
}

#bloc_previsualisation_liste thead tr {
    width: 1530px;
    height: 35px;
    background-color: #999999;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}

#bloc_previsualisation_liste thead tr th {
    width: 12.5%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
}

#bloc_previsualisation_liste tbody tr {
    width: 1530px;
    height: 35px;
    background-color: #fff;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #e6e6e6;
}

#bloc_previsualisation_liste tbody tr td {
    width: 12.5%;
    text-align: center;
    padding: 5px;
}

#bloc_select_folder_liste_user, #bloc_valider_liste_patient {
    width: 760px;
    margin: auto;
    margin-bottom: 60px;
}

#bloc_importer_liste_patient_select_file {
    float: left;
}

#bloc_importer_liste_patient_select_file label {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 20px;
    background-color: #297dc3;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    float: left;
    cursor: pointer;
}

#bloc_liste_patients_csv {

    height: 40px;
    border: 1px solid #999999;
    padding: 6px 74px;
    color: #297dc3;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    float: right;
    line-height: 26px;
}

/*
#bloc_left_panel_gestion_reponse, #bloc_right_panel_gestion_reponse {
    margin-bottom: -999em;
    padding-bottom: 999em;
	overflow: hidden;
}
*/

#bloc_left_panel_gestion_reponse {

    float: left;
    border-right: solid 3px #297dc3;
    width: 82%;
    z-index: 2;
    position: relative;
    max-height: calc(100% - 50px) !important;
    min-height: calc(100% - 50px) !important;
    overflow: auto;
}

#bloc_left_panel_gestion_reponse .header_panel_gestion_reponse {
    background-color: #e1e1e1;
}

#bloc_left_panel_gestion_reponse .panel-heading {
    padding: 10px 0px;
    min-height: 17px;
    cursor: pointer;
}

#bloc_right_panel_gestion_reponse .header_panel_gestion_reponse {
    background-color: #999999;
}

#link_affiner_la_recherche {
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#bloc_left_panel_gestion_reponse .header_panel_gestion_reponse p {
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

#link_affiner_la_recherche:hover {
    text-decoration: none;
    color: #297DC3;
}

#bloc_right_panel_gestion_reponse .header_panel_gestion_reponse p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

#bloc_right_panel_gestion_reponse {

    float: right;
    width: 18%;
    max-height: calc(100% - 50px);
    min-height: calc(100% - 50px);
    overflow: auto;
}

.nombre_documents {
    position:relative;
    padding:0; margin:0;
}
.nombre_documents:after {
    content:"";
    position:absolute;
    display:inline-block;
    left:-5px;
    top:1px;
    border-radius: 85%;
    width:0.5em;
    height:0.5em;
    font-size:2.5em;
    border: solid;
    border-color: #5a5a5a;
    border-width: thin;
}

#detail_user {
    display: none;
}

#bloc_infos_patient p {
    height: 30px;
    background-color: #ffffff;
    line-height: 30px;
    border-bottom: solid 2px #e1e1e1;
    margin-bottom: 0;
    text-align: center;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

#bloc_infos_patient p:hover {
    background-color: #EEEEEE;
}

#bloc_infos_patient p:last-child {
    border-bottom: 0;
}

.header_panel_detail_user {
    height: 45px;
    background-color: #5a5a5a;
}

.header_panel_detail_user p {
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.header_panel_detail_user p span, .header_panel_detail_user p strong {
    text-transform: uppercase;
}

#bloc_sms_lendemain #title_sms_lendemain, #bloc_questionnaire_lendemain #title_questionnaire_lendemain {
    height: 35px;
    background-color: #297dc3;
    color: #FFFFFF;
    line-height: 35px;
    font-weight: 400;
    padding-left: 9px;
    font-size: 15px;
}

#bloc_sms_lendemain #infos_sms_lendemain, #bloc_questionnaire_lendemain #infos_questionnaire_lendemain, #infos_documents  {
    height: 30px;
    background-color: #daf4ff;
    line-height: 28px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #5a5a5a;
    padding-left: 9px;
    font-size: 15px
}

#title_sms_lendemain p, #infos_sms_lendemain p, #title_questionnaire_lendemain p, #infos_questionnaire_lendemain p {
    position: relative;
    margin: 0;
}

#bloc_sms_lendemain #infos_sms_lendemain:hover, #bloc_questionnaire_lendemain #infos_questionnaire_lendemain:hover {
    cursor: pointer;
}

#infos_questionnaire_lendemain p, #title_questionnaire_lendemain p, #infos_sms_lendemain p,
#title_questionnaire_lendemain p, #bloc_infos_patient p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#bloc_alertes {
    text-align: center;
}

#bloc_alertes #title_alertes {
    height: 35px;
    color: #FFFFFF;
    line-height: 35px;
    font-weight: 400;
    padding-left: 9px;
    font-size: 15px;
}

#bloc_alertes #title_alertes p {
    position: relative;
    float: left;
    margin: 0;
}

#bloc_documents #title_documents {
    height: 35px;
    background-color: #297dc3;
    color: #FFFFFF;
    line-height: 35px;
    font-weight: 400;
    padding-left: 9px;
    font-size: 15px;
    /*text-align: center;*/
}

#bloc_documents #title_documents p {
    position: relative;
    float: left;
    margin: 0;
}

.bloc_document_detail {
    width: 100%;
    float: left;
    height: 100%;
}

.bloc_document_libelle {
    float: left;
}

.bloc_document_libelle p {
    margin: 0 0 10px;
}

#bloc_follow_detail #title_follow_detail {

    background-color: #999999;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

#bloc_follow_detail #title_follow_detail p {
    padding: 5px 0;
    margin: 0;
}

#infos_follow_detail {
    max-height: 280px;
    overflow: auto;
}

#bloc_follow_detail #infos_follow_detail .bloc_infos_follow_detail {
    height: auto;
    overflow: hidden;
}

#bloc_follow_detail #infos_follow_detail .bloc_infos_follow_detail p {
    float: left;
    font-size: 12px;
    min-height: 30px;
    margin: 0;
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: -999em;
    padding-bottom: 999em;
    overflow: hidden;
}

#bloc_follow_detail #infos_follow_detail .bloc_infos_follow_detail .time_infos_follow_detail {
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff;
}

#bloc_follow_detail #infos_follow_detail .bloc_infos_follow_detail .user_infos_follow_detail {
    width: 25%;
    padding-left: 6px;
}

#bloc_follow_detail #infos_follow_detail .bloc_infos_follow_detail .text_infos_follow_detail {
    width: 45%;
}

#bloc_follow_detail #infos_follow_detail .infos_action_text {
    color: #297dc3;
}

#bloc_follow_detail #infos_follow_detail .alter_detail {
    background-color: #EEEEEE;
    float: left;
    width: 100%;
}

#infos_alertes {
    height: auto;
    display: inline-block;
}

#infos_alertes .bloc_infos_alerte {
    height: auto;
    display: inline-block;
    background-color: #FFE3EE;
    color: #42410B;
    font-size: 16px;
    float: left;
    text-align: center;
}

#infos_alertes .bloc_infos_alerte p {
    margin: 0;
    height: auto;
    display: contents;
    line-height: 26px;
    border: 1px solid #fff;
}

#detail_user .bloc_eye {
    /*position:absolute;*/
    float: right;
    margin-right: 6px;
}

#detail_user .bloc_eye .eye_normal {
    display: block;
}

#detail_user .bloc_eye .eye_actif {
    display: none;
}

#call_selected {
    color: #297dc3;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 0;
}

#menu_call_selected {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    top: 36px;
    font-size: 12px;
}

#menu_call_selected li {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #D2D2D2;
}

#menu_call_selected li:last-child {
    border-bottom: none;
}

#menu_call_selected li a {
    padding: 0px 0;
    transition: all 0.3s ease 0s;
    white-space: normal;
    margin: 5px;
}

#menu_call_selected li a:hover, #menu_call_selected li a.active {
    background-color: #297DC3;
    color: #fff;
}

#listing_jours_call_selected p {
    height: 30px;
    text-align: center;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: solid 1px #e1e1e1;
    margin: auto;
}

#listing_jours_call_selected p:hover {
    cursor: pointer;
    font-weight: bold;
}

#listing_jours_call_selected p:hover {
    background-color: #EEEEEE;
}

#listing_jours_call_selected .jour_selected {
    background-color: #18a52b;
    color: white;
    border-bottom: none;
}

#listing_jours_call_selected .jour_selected:hover {
    background-color: #18a52b;
    color: white;
    border-bottom: none;
}

.header_panel_gestion_reponse {
    height: 80px;
    width: 100%;
}

#bloc_gestion_panel {
    float: right;
    margin: 5px 13px 0 0;
    position: relative;
    z-index: 9999;
}

#dropdown_affiner_la_recherche {
    display: none;
    height: auto;
    background-color: #e1e1e1;
    width: 100%;
    position: absolute;
    /*border-right: solid 3px #297dc3;*/
    z-index: 999;
    padding-bottom: 60px;
}

#dropdown_affiner_la_recherche #content_affiner_la_recherche, #dropdown_rechercher #content_affiner_la_recherche {
    width: 874px;
    margin: auto;
    padding: 10px
}

#link_rechercher_send_sms, #link_rechercher_send_sms:hover {
    text-decoration: none;
}

#link_rechercher_send_sms {
    color: #5A5A5A;
}

#dropdown_rechercher {
    display: none;
    height: auto;
    background-color: #e1e1e1;
    width: 100%;
    position: absolute;
    border-right: solid 3px #297dc3;
    z-index: 999;
    padding-bottom: 60px;
}

#bloc_select_user_actions {
    background-color: #297DC3;
    min-height: 100px;
    line-height: 50px;
    text-align: center;
}

#bloc_select_user_actions p {
    font-size: 15px;
    color: #fff;
}

#bloc_select_user_actions a {
    border-radius: 20px;
    color: #aee6ff;
    font-family: "Open Sans";
    padding: 4px 16px;
    font-size: 13px;
    background-color: transparent;
    margin-top: 20px;
    height: 35px;
    border: 2px solid #aee6ff;
    text-decoration: none;
}

#bloc_select_user_actions a:hover {
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
}

#bloc_select_user_actions p, #bloc_select_user_actions a {
    display: inline;
    margin-right: 15px;
}

#bloc_select_search_response {
    margin-bottom: 10px;
}

#bloc_select_search_response .dropdown {
    width: 32.3%;
    float: left;
}

#bloc_select_search_response .dropdown:nth-child(-n+2) {
    margin-right: 1.5%;
}

#bloc_select_search_response .btn-default {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
}

#_response {
    margin-top: 30px;
}

/* bouton "Afficher X entrées" du client secrétaire  */
label select {
	font-size: 16px;
	color: #297dc3;
	background-color: #F9F9F9;
	padding-left: 20px;
	border: none;
}

#bloc_input_search_response div {
    width: 49%;
    float: left;
}

#bloc_input_search_response #first_search_bloc {
    margin-right: 2%;
}

#bloc_input_search_response .bloc_input_search, #bloc_action_follow .bloc_input_search {
    width: 100%;
    float: left;
}

.bloc_input_search .chirurgiens, .bloc_input_search .motif {
    overflow-x: hidden;
    max-height: 288px;
    overflow-y: scroll;
}

#bloc_action_follow {
    padding: 15px;
}

#bloc_input_search_response .bloc_input_search label, #bloc_action_follow .bloc_input_search label {
    width: 38.5%;
    float: left;
    height: 40px;
    border-bottom: solid 1px #D2D2D2;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 50px;
    margin-bottom: 10px;
}

#bloc_input_search_response .bloc_input_search input, #bloc_input_search_response .bloc_input_search div, #bloc_action_follow .bloc_input_search input, #bloc_action_follow .bloc_input_search div {
    width: 61.5%;
    float: left;
    padding: 14px 6px 3px;
    border: none;
    border-bottom: solid 1px #D2D2D2;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #5A5A5A;
    transition: all 0.3s ease 0s;
    background-color: #F9F9F9;
    border-radius: 0;
}

#bloc_input_search_response .bloc_input_search input.datepicker {
    padding: 14px 6px 2px;
}

#bloc_input_search_response .bloc_input_search input[type=date] {
    padding: 14px 6px 1px;
}

#bloc_action_follow .bloc_input_search label {
    width: 25%;
    height: 51px;
}

#bloc_action_follow .bloc_input_search div {
    width: 75%;
}

#bloc_action_follow .dropdown-menu li {
    text-align: left;
}

#bloc_input_search_response .bloc_input_search .dropdown, #bloc_action_follow .bloc_input_search .dropdown {
    padding: 0;
}

#bloc_input_search_response .bloc_input_search button, #bloc_action_follow .bloc_input_search button {
    color: #297dc3;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 0;
    border: none;
    height: 39px;
}

#bloc_action_follow .bloc_input_search button {
    background-color: #eeeeee;
    border-top: solid 1px #D2D2D2;
    height: 50px;
}

#bloc_input_search_response .bloc_input_search button .caret, #bloc_action_follow .bloc_input_search button .caret {
    float: right;
}

#bloc_input_search_response .bloc_input_search button .caret {
    margin-top: 10px;
}

.type_appel .caret {
    margin-left: 10px;
}

#bloc_input_search_response .bloc_input_search ul, #bloc_action_follow .bloc_input_search ul {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
    top: 50px;
}

#bloc_action_follow .bloc_input_search ul {
    width: 160%;
}

#bloc_action_follow .bloc_input_search ul {

    margin-left: -60%;
}

#bloc_textarea textarea, #bloc_textarea_display textarea {
    min-height: 100px;
    width: 100%;
    padding: 12px 6px;
    border: solid 1px #D2D2D2;
    transition: all 0.3s ease 0s;
}

/*#bloc_textarea_display textarea {*/
/*    overflow: hidden;*/
/*    resize: none;*/
/*}*/

#bloc_textarea textarea:hover {
    border: solid 1px #fff;
    border-bottom: solid 1px #5A5A5A;
}

#bloc_textarea textarea::-webkit-input-placeholder, #bloc_textarea_display textarea::-webkit-input-placeholder {
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
}

#bloc_input_search_response .bloc_input_search ul {
    top: 39px;
}

#bloc_input_search_response .bloc_input_search input:hover {
    background-color: #e1e1e1;
    border-bottom: solid 1px #5A5A5A;
}

#bloc_user_alert_callback, #bloc_user_no_answer, #bloc_user_responded, #bloc_end_of_follow_up {
    width: 100%;
    color: #5A5A5A;
}

#bloc_user_alert_callback p.title_bloc, #bloc_user_no_answer p.title_bloc, #bloc_user_responded p.title_bloc, #bloc_end_of_follow_up p.title_bloc, #blocPatientsRelances p.title_bloc {
    color: #5a5a5a;
    font-size: 19px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

#bloc_user_alert_callback p.title_bloc {
    color: #d21c24;
}

#bloc_user_no_answer, #bloc_end_of_follow_up {
    background-color: #eeeeee;
}

#bloc_return_call_selected {
    float: left;
    margin: 10px;
    position: absolute;
    margin: 10px 10px 10px 4px;
}

.popup_info {
    margin: 0 20px 0 20px;
}

#content_pop_up_questionnaire_sms_lendemain, #content_pop_up_end_follow_link {
    padding: 12px;
}

#content_pop_up_end_follow_link p {
    text-align: center;
    padding-top: 20px;
    font-size: 23px;
    font-weight: 700;
    color: #5A5A5A;
    margin: 0;
}

#content_pop_up_end_follow_link .warning_text {
    color: #CE0038;
}

#content_pop_up_end_follow_link #pop_up_end_follow_link {
    background-color: #F5F5F5;
    min-height: 175px;
}

.bouton_cloture_dossier {
    display: block;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 0 transparent;
    width: 75%;
    background-color: #297DC3;

}

.bouton_cloture_dossier:hover {
    background-color: #CE0038;
    text-decoration: none;
    opacity: 1;
    color: #fff;
}

#annuler_cloture_dossier,
#valider_cloture_dossier,
#valider_update_sms_lendemain,
#modificationSmsPlusieursPatient,
#valider_update_date_envoi,
#valider_update_date_convocation,
#valider_update_questionnaire_lendemain,
#annuler_reouverture_dossier,
#valider_reouverture_dossier {
    display: block;
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 0 transparent;
}

#annuler_cloture_dossier,
#annuler_reouverture_dossier {
    width: 25%;
    background-color: #979797;
    border-right: solid 2px #fff;
}

#valider_cloture_dossier,
#valider_update_sms_lendemain,
#modificationSmsPlusieursPatient,
#valider_update_date_envoi,
#valider_update_date_convocation,
#valider_update_questionnaire_lendemain,
#valider_reouverture_dossier {
    width: 75%;
    background-color: #297DC3;
}

#annuler_cloture_dossier:hover {
    background-color: #CE0038;
    text-decoration: none;
    opacity: 1;
}

#valider_cloture_dossier:hover,
#valider_update_sms_lendemain:hover,
#modificationSmsPlusieursPatient:hover,
#valider_update_date_envoi:hover,
#valider_update_questionnaire_lendemain:hover {
    background-color: #979797;
    text-decoration: none;
    opacity: 1;
}

#content_pop_up_end_follow_link #pop_up_end_follow_link p {

}

#content_pop_up_questionnaire_sms_lendemain div {
    float: left;
}

#content_pop_up_questionnaire_sms_lendemain #bloc_menu_vertical {
    background-color: #EEEEEE;
    width: 42%;
    color: #5A5A5A;
    padding-bottom: 80px;
    overflow-y: scroll;
    max-height: 290px;
}

#content_pop_up_questionnaire_sms_lendemain #content_update_sms_questionnaire {
    width: 58%;
    padding: 0 0 0 12px;
}

#content_pop_up_questionnaire_sms_lendemain #content_update_sms_questionnaire div {
    width: 100%;
}

#content_pop_up_questionnaire_sms_lendemain #content_update_sms_questionnaire textarea {
    width: 100%;
    height: 200px;
    resize: none;
    border: none;
}

#content_pop_up_questionnaire_sms_lendemain #bloc_menu_vertical h2, #content_pop_up_questionnaire_sms_lendemain #content_update_sms_questionnaire h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #5A5A5A;
}

#content_pop_up_questionnaire_sms_lendemain #bloc_menu_vertical a {
    color: #5A5A5A;
    border-radius: 0;
    text-align: center;
    border-top: solid 1px #999999;
    padding: 15px;
}

#content_pop_up_questionnaire_sms_lendemain #content_update_sms_questionnaire #button_see_form_sms_lendemain {
    margin-top: 20%;
}

#content_pop_up_questionnaire_sms_lendemain #content_update_sms_questionnaire textarea:disabled {
    background: #fff;
    opacity: 0.8;
}

#content_pop_up_questionnaire_sms_lendemain #bloc_menu_vertical ul {
    width: 100%;
    border-bottom: solid 1px #999999;
}

#content_pop_up_questionnaire_sms_lendemain #bloc_menu_vertical ul li {
    margin-top: 0px;
}

#content_pop_up_questionnaire_sms_lendemain #bloc_menu_vertical .active a {
    background-color: #FFFFFF;
}

#content_pop_up_questionnaire_sms_lendemain #buttons_pop_up_end_follow_link {
    float: none;
}

#content_pop_up_questionnaire_sms_lendemain .update_content_modele_msg {
    width: 30px;
    height: 30px;
    background: url(../../assets/images/update_msg_content_normal.svg) no-repeat;
    display: inline-block;
    float: right;
    display: none;
}

#content_pop_up_questionnaire_sms_lendemain .update_content_modele_msg:hover {
    background: url(../../assets/images/update_msg_content_active.svg) no-repeat;
}

#pop_up_questionnaire_sms_lendemain_left {
    width: 42%;
    background-color: #EEEEEE;
    text-transform: uppercase;
    text-align: center;
    color: #5A5A5A;
    padding-top: 40px;
    min-height: 340px;
}

#pop_up_questionnaire_sms_lendemain_left p {
    text-transform: none;
}

#pop_up_questionnaire_sms_lendemain_left strong {
    font-size: 18px;
}

#pop_up_questionnaire_sms_lendemain_right {
    width: 58%;
    padding: 15px;
    padding: 40px;
    padding-bottom: 0;
    overflow-y: scroll;
    height: 340px;
    overflow-x: hidden;
}

#pop_up_questionnaire_sms_lendemain_right {
    color: #5A5A5A;
}

#button_see_form_sms_lendemain {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #999999;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 16px;
    background-color: transparent;
    margin-top: 35%;
    background-color: #fff;
}

#bloc_send_sms_liste, #bloc_send_no_sms_liste {
    margin-top: 20px;
}

#bloc_send_sms_liste table, #bloc_send_no_sms_liste table {
    margin: auto;
    margin-bottom: 90px;
}

#bloc_send_sms_liste table caption, #bloc_send_no_sms_liste table caption {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #297dc3;
}

#bloc_send_sms_liste table caption.nb_lignes_envoi_sms, #bloc_send_no_sms_liste table caption.nb_lignes_envoi_sms {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #297dc3;
}

#bloc_panel_sms_send {
    background-color: #eeeeee;
    /*min-height: 100vh;*/
}

#bloc_panel_sms_send .row {
    margin: 10px 0 0;
}

#bloc_send_sms_liste thead tr, #bloc_send_no_sms_liste thead tr {
    width: 1530px;
    height: 35px;
    background-color: #999999;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}

#bloc_send_sms_liste thead tr th, #bloc_send_no_sms_liste thead tr th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

#bloc_send_sms_liste thead tr th .selectionTousLesPatients,
#bloc_send_no_sms_liste thead tr th .selectionTousLesPatients {
    margin-right: 10px;
    margin-left: 10px;
}

#bloc_send_sms_liste thead tr th img, #bloc_send_no_sms_liste thead tr th img {
    margin-left: 3px;
}

#bloc_send_sms_liste tbody tr, #bloc_send_no_sms_liste tbody tr {
    width: 1530px;
    height: 35px;
    background-color: #fff;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #999999;
}

#bloc_send_sms_liste tbody tr:hover, #bloc_send_no_sms_liste tbody tr:hover {
    cursor: pointer;
    background-color: #F0FAFF;
}

#bloc_send_sms_liste tbody tr td, #bloc_send_no_sms_liste tbody tr td {
    text-align: center;
}

#bloc_response_management_liste table {
    width: 100%;
    margin: auto;
}

#bloc_response_management_liste .alerte_state_folder {
    background-color: #D21C24;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste .call_back_state_folder {
    background-color: #EB8F27;
}

#bloc_response_management_liste .repondeur_state_folder {
    background-color: #9254ce;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste .patient_info_state_folder {
    background-color: #29b6c3;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste .no_response_state_folder {
    background-color: #297DC3;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste .no_response_state_folder_fixe {
    background-color: #fff400;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #5a5a5a;
}

#bloc_response_management_liste .no_response_state_folder_nophone {
    background-color: #CCCCCC;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #5a5a5a;
}

#bloc_response_management_liste .response_state_folder {
    background-color: #18A52B;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste .patient_relance {
    background-color: #eb5f1d;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste .end_follow_state_folder {
    background-color: #0e5018;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

#bloc_response_management_liste {
    padding: 10px;
}

#bloc_response_management_liste thead tr {
    width: 1530px;
    height: 35px;
    background-color: #999999;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}

#bloc_response_management_liste thead tr th {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    padding-right: unset;
}

#bloc_response_management_liste tbody tr {
    width: 1530px;
    height: 35px;
    background-color: #fff;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #999999;
}

#bloc_response_management_liste tbody tr:hover {
    background-color: rgba(41, 125, 195, 0.1);
    cursor: pointer;
}

#bloc_response_management_liste tbody tr td {
    text-align: center;
}

#bloc_panel_sms_send .header_panel_gestion_reponse {
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    background-color: #e1e1e1;
}

#content_pop_up_programmation_date_hours_send {
    min-height: 500px;
    padding: 12px;
}

#content_pop_up_programmation_date_hours_send #header_bloc_pop_up_programmation_date_hours_send {
    background-color: #EEEEEE;
    padding: 8px;
    text-align: center;
    color: #5A5A5A;
    padding: 20px;
    margin-bottom: 25px;
}

#content_pop_up_programmation_date_hours_send #header_bloc_pop_up_programmation_date_hours_send h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

#content_pop_up_programmation_date_hours_send #header_bloc_pop_up_programmation_date_hours_send p {
    font-size: 15px;
    margin: 0;
}

#bg_arrow_bottom {
    z-index: -999;
    height: 100px;
    box-shadow: -4px 4px 25px rgba(0, 0, 0, 0.12);
    background-color: #297DC3;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -21, 50);
    -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -21, 50);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -21, 50);
    position: relative;
    margin-top: 0;
    width: 20%;
    left: 44%;
    top: -58%;
}

/*******************************************************  */

.datepicker thead tr:first-child, .datepicker thead tr:first-child th:hover {
    background-color: #297DC3;
    border: solid 1px #297DC3;
    color: white;
    border: unset;
}

.datepicker thead tr:first-child > th, .datepicker thead tr:first-child th:hover > th {
    border: unset;
}

.datepicker td {
    width: 54px;
    height: 34px;
}

.datepicker th {
    border-radius: 0;
    font-weight: lighter;
    font-size: 16px;
    font-weight: 400;
}

.datepicker th.dow {
    color: #297DC3;
}

.datepicker td, .datepicker th {
    border: solid 1px #D2D2D2;
}

.datepicker td.weekend {
    color: #297DC3;
}

.datepicker td.new, .datepicker td.old {
    background-color: #f5f5f5;
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus,
.datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active,
.datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled,
.datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
    background-color: #297DC3;
    border-radius: unset;
    background-image: unset;
    color: white;
}

.timepicker {
    padding: 4px;
    margin-top: 1px;
}

.timepicker-picker {
    text-align: center;
}

.timepicker-header {
    background-color: #297DC3;
    color: white;
    height: 40px;
}

.timepicker-hours, .timepicker-minutes {
    padding-top: 40px;
    padding-left: 40px;
}

#datetime-picker {
    margin-left: 15px;
    margin-right: 15px;
}

/* Hack pour firefox */
@-moz-document url-prefix() {
    #bloc_input_search_response .bloc_input_search input, #bloc_action_follow .bloc_input_search {
        padding: 17px 6px 6px;
    }

    #bloc_input_search_response .bloc_input_search input[type=date] {
        padding: 14px 6px 9px;
    }

    #bloc_input_search_response .bloc_input_search button .caret {
        margin-top: -14px;
    }
}

.bg_blue_send_sms {
    background-color: #F0FAFF;
}

.checkbox_custom input {
    position: relative;
    z-index: -9999;
    display: none;
}

.checkbox_custom label {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../../assets/images/select_send_sms_normal.png");
    transition: all 0.3s ease 0s;
    margin: auto;
}

.checkbox_custom label:hover {
    cursor: pointer;
}

.checkbox_custom input:checked + label {
    background: url("../../assets/images/select_send_sms_actif.png");
}


.no_result_found {
    text-align: center;
}

.no_result_found em {
    color: #a7a1a1;
}

.panel-body {
    padding: 8px;
}

.panel-body .name {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    height: 30px;
}

.panel-body .birth {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
}

.panel-body .phone {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 2px;
    min-height: 27px;
}

.bloc_content_element .col-sm-4 {
    padding: 0 10px;
}

.bloc_content_element .panel {
    border: 1px solid #999999;
    border-radius: 0px;
    text-align: center;

}

.bloc_content_element .panel:hover {
    cursor: pointer;
}

.bloc_content_element .panel .panel-title {
    color: #fff;
    height: 17px;
    font-size: 10px;
}

.bloc_content_element .panel-heading {
    border-radius: 0;
}

.bloc_content_element .panel .bg_red {
    background-color: #D21C24;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_yellow {
    background-color: #EB8F27;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_orange {
    background-color: #eb5f1d;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_blue {
    background-color: #297DC3;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_light_blue {
    background-color: #29b6c3;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_yellow_fixe {
    background-color: #fff400;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_purple {
    background-color: #9254ce;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_grey {
    background-color: #CCCCCC;
    border-bottom-width: 0px;
}

.bloc_content_element .panel .bg_yellow_fixe .panel-title {
    color: #5a5a5a;
}

.bloc_content_element .panel .bg_green {
    background-color: #D21C24;
    border-bottom-width: 1px;
}

.bloc_content_element .panel .bg_gray {
    background-color: #D21C24;
    border-bottom-width: 1px;
}

.bloc_content_element .border_green {
    border: solid 2px #18A52B;
}

.bloc_content_element .border_dark_green {
    border: solid 2px #0E5018;
    background-color: #D6D6D6;
}

.bloc_content_element .border_gray {
    border: solid 1px #999999;
}

.bloc_content_element .border_grey {
    border: solid 1px #CCCCCC;
}

.bloc_content_element .border_green:hover {
    border: solid 3px #18A52B;
    margin-bottom: 18px;
    top: -1px;
    position: relative
}

.bloc_content_element .border_dark_green:hover {
    border: solid 3px #0E5018;
    background-color: #D6D6D6;
    margin-bottom: 18px;
    top: -1px;
    position: relative
}

.bloc_content_element .border_gray:hover {
    border: solid 3px #999999;
    margin-bottom: 16px;
    top: -2px;
    position: relative
}

.bloc_content_element .border_red:hover {
    border: solid 3px #D21C24;
    margin-bottom: 16px;
    top: -2px;
    position: relative
}

.bloc_content_element .border_yellow:hover {
    border: solid 3px #EB8F27;
    margin-bottom: 16px;
    top: -2px;
    position: relative;
}

.bloc_content_element .border_blue:hover {
    border: solid 3px #297DC3;
    margin-bottom: 16px;
    top: -2px;
    position: relative
}

.bloc_content_element .border_light_blue:hover {
    border: solid 3px #29b6c3;
    margin-bottom: 16px;
    top: -2px;
    position: relative
}

.bloc_content_element .border_grey:hover {
    border: solid 3px #CCCCCC;
    margin-bottom: 16px;
    top: -2px;
    position: relative
}

.bloc_content_element .border_yellow_fix:hover {
    border: solid 3px #fff400;
    margin-bottom: 16px;
    top: -2px;
    position: relative;
}

.bloc_content_element .border_purple:hover {
    border: solid 3px #9254ce;
    margin-bottom: 16px;
    top: -2px;
    position: relative;
}

input[type=file] {
    display: inline-block;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 1 */
.inputfile-1 + label {

    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}

/* Classes génériques */
.clear {
    clear: both;
}

/* ### Gestion de la modal qui affiche les popup au niveau de l'interface secrétaire pour commencer ### */
#fade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background-color: rgba(238, 238, 238, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1000;
}

.popup_block {
    display: none; /*--masqué par défaut--*/
    background: #fff;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
}

img.btn_close {
    float: right;
    margin: -20px -20px 0 0;
    height: 20px;
    width: 20px;
}

/*--GÃ©rer la position fixed pour IE6--*/
* html #fade {
    position: absolute;
}

* html .popup_block {
    position: absolute;
}

.close {
    opacity: 1;
}

/* CSS Admin */
#admin_content_navbar {
    width: 1170px;
    margin: auto;
}

#admin_container {
    margin-top: 20px;
}

#admin_left_column {
    width: 20%;
    min-height: 1000px;
    float: left;
}

#admin_left_column .nav-pills > li > a {
    border-radius: 0;
}

#admin_right_column {
    width: 80%;
    min-height: 1000px;
    float: left;
    padding-left: 30px;
}

#admin_right_column h2 {
    color: #297dc3;
    margin-bottom: 30px;
}

.d-inline-block {
    display: inline-block;
}

#urlStatistiques {
    margin-top: 30px;
}

#admin_right_column .btn-sm {
    text-decoration: none;
}

#admin_right_column .admin_table {

    border: solid 1px #297dc3;
    padding: 4px;
    margin-bottom: 30px;
}

#admin_right_column .admin_table caption {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    padding: 25px 0;
    color: #297dc3;
}

#admin_right_column .admin_table thead tr {
    width: 1530px;
    height: 50px;
    background-color: #999999;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}

#admin_right_column .admin_table thead tr th {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-left: 15px;
}

#admin_right_column .admin_table tbody tr {
    width: 1530px;
    height: 60px;
    background-color: #f1f1f1;
    color: #5a5a5a;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #999999;
}

#admin_right_column .admin_table tbody tr td {
    text-align: left;
    padding-left: 15px;
}

.content_pop_up_questionnaires, .content_pop_up_sms {
    text-align: center;
}

.content_pop_up_questionnaires .button_popup, .content_pop_up_sms .button_popup {
    margin-bottom: 20px;
    display: inline-block;
}

.content_pop_up_questionnaires h3 {
    text-align: center;
    margin-bottom: 30px;
}

.content_pop_up_questionnaires .content_element {
    padding: 0 20px;
    margin-bottom: 6px;
}

.content_pop_up_questionnaires .content_element label {
    float: left;
    width: 100px;
}

.content_pop_up_questionnaires .content_element input {
    float: right;
}

.content_pop_up_questionnaires .content_element select {
    margin-left: 125px;

}

.content_pop_up_questionnaires label {
    width: 10%;
    text-align: right;
}

.content_pop_up_questionnaires input {
    padding-left: 8px;
}

.bloc_content_elements .content_element {
    width: 50%;
    float: left;
}

#content_bloc_sms {
    padding: 0 20px;
}

#content_bloc_sms #content_bloc_sms_text {
    float: left;
    width: 70%;
    text-align: left;
}

#content_bloc_sms #content_bloc_sms_text label {
    display: inline;
}

#content_bloc_sms #content_bloc_sms_text textarea {
    width: 100%;
    min-height: 400px;
    border-radius: 5px
}

#content_bloc_sms #content_bloc_sms_variables {
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 10px;
}

#content_bloc_sms #content_bloc_sms_variables label {
    margin-top: 22px;
    display: inline;
}

#content_bloc_sms #content_bloc_sms_variables p {
    font-size: 14px;
    margin: 0;
}

#content_choice_motifs {
    padding: 0 20px;
}

#content_choice_motifs #listing_motifs {
    float: left;
    width: 80%;
    margin-right: 4%;
}

#content_choice_motifs #validate_form_add_motif {
    float: left;
    width: 16%;
}

#content_motifs_added {
    height: 400px;
    overflow-y: scroll;
}

#content_motifs_added div {
    margin: auto;
    float: none;
    margin-bottom: 10px;
}

.btn_bleu {
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 20px;
    background-color: #297dc3;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

/* ----------------------------		MODEL DE QUESTIONNAIRE		------------------------------------------------------*/
div.conteneur_blocs {
    /*border: 1px solid red;*/
    width: 100%;
    margin-top: 20px;
}

/* style pour le drag and drop bloc et element */
.panel-heading-placeholder {
    margin: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    border: 3px dashed gray;
    display: block;
    height: 55px;
}

.panel-heading {
    cursor: move;
    white-space: nowrap;
}

textarea {
    resize: none;
}

.doc_a_telecharger {
    float: left;
}

.upload_file {
    font-size: 12px;
}

.page-header, .alert-success {
    margin-top: 20px;
}

.design_alert_popup {
    margin: 0;
    padding: 40px 0;
    border-radius: 0;
    text-align: center;
    border: solid 2px green;
}

#center_message_alert {
    color: red;
    text-align: center;
    display: none;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-backdrop {
    background: transparent;
    display: none;
}

#display_reset_search {
    float: left;
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #eeeeee;
    color: #5a5a5a;
    font-size: 16px;
}

#display_reset_search:hover {
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {

    #bloc_left_panel_gestion_reponse {
        width: 75%;
    }

    #bloc_right_panel_gestion_reponse {
        /*width: 25%*/
        width: 537px;
    }

    .header_panel_detail_user p, #bloc_infos_patient p {
        font-size: 14px;
    }

    #title_sms_lendemain p, #infos_sms_lendemain p, #title_questionnaire_lendemain p, #infos_questionnaire_lendemain p {
        font-size: 12px;
    }

    #bloc_action_follow .bloc_input_search ul {
        font-size: 12px;
    }

    .panel-body .name, .panel-body .birth {
        font-size: 14px;
    }

    .panel-body .phone {
        font-size: 18px;
    }

    #bloc_left_panel_gestion_reponse .panel-heading {
        padding: 10px 0px;
        min-height: 17px;
        cursor: pointer;
    }

    .panel-title {
        font-size: 13px;
    }

    #dropdown_affiner_la_recherche {
        width: 100%;
    }

    #dropdown_affiner_la_recherche #content_affiner_la_recherche {
        width: 652px;
    }

    .dropdown-menu > li > a, #bloc_input_search_response .bloc_input_search button {
        font-size: 12px;
    }

    #bloc_select_search_response .btn-default {
        font-size: 12px;
    }

    #bloc_input_search_response .bloc_input_search label {
        font-size: 13px;
    }

    #bloc_response_management_liste thead tr th:nth-child(4), #bloc_response_management_liste thead tr th:nth-child(6), #bloc_response_management_liste thead tr th:nth-child(8) {
        display: none;
    }

    #bloc_response_management_liste tbody tr td:nth-child(4), #bloc_response_management_liste tbody tr td:nth-child(6), #bloc_response_management_liste tbody tr td:nth-child(8) {
        display: none;
    }

    .bloc_content_element .panel .panel-title {
        font-size: 14px;
    }

    .col-sm-3 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .col-sm-3 {
        width: 100%;
    }
}

@media screen and (min-width: 1075px) {
    .bloc_content_element {
        margin: auto;
    }
}

.remove_row span, .info_row {
    padding: 5px;
}

/*************** DATATABLE * pour ne voir les pitites fleches que sur la colonne triée ********/
table.dataTable thead .sorting::after {
    content: none;
}

th.picker-switch[title="Select Decade"] {
    pointer-events: none;
}

/**********************************************************************************************/
/*Surcouche bootstrap pas belle pour que le dropdown fonctionne côté CI : à virer lorsque tout sera symfonisé */

.dropdown-item {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
