/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */








.td-action a{
    display : inline-block;
    }
    .avia-table {
    table-layout: auto !important;
    } 
    
    /* Alternate row color */
    #top .avia-table tr:nth-child(odd)
    { 
      background: #f0f0f0 !important; 
    }
    
    /* Sheetview custom - head row: gray light / content rows : white unicolor / foot row: light */
    #top .avia-table.table-bordered thead tr th {
      background-color: #f0f0f0 !important;
    }
    #top .avia-table.table-bordered tr:nth-child(n) {
      background-color: #fff !important;
    }
    #top .avia-table.table-bordered tfoot tr th {
      background-color: #f8f8f8 !important;
    }
    
    
    
    #top .avia-table tr:not(.avia-heading-row):hover
    { 
    filter: contrast(98%);
    box-shadow: 0 0 4px 1px #90909090;
    }
    
    /* CSS filtre + new tuilles HC */
    
    .container{
      padding-left: 0;
      padding-right: 0;
    }
    
    .titre-ajout{
      text-decoration:none;
    }
    
    
    
    
    
    .icon-ajout {
      position: absolute;
      margin: auto;
      text-align: center;
      display: inline-block;
      width: 100%;
    }
    
    .ajout-para{
      margin-top: 54px !important;
    }
    
    .icon-ajout p{
      margin-top:10px;
    }
    
    
    
    
    
    .filtre_bull{
      margin-right: 0.33rem;
      font-size: 22px;
    
    }
    #filtres a:hover, #filtres a:focus{
      color:#3b393b;
      outline: 0;
      text-decoration: none;
    }
    
    #filtres a::selection{
      color:blue;
    }
    
    
    #filtres{
      display: flex !important;
    }
    
    
    /*ICONE SUIVI*/
    
    #iconeSuivi {
    
      font-size: 25px;
      color:  black;
      margin-left: 10px;
    
    }
    
    
    
    
    
    
    /*-----------------------------------------
    // Icon
    //----------------------------------------*/
    
    .av_font_icon span {
        color: ##7e7e7e;
        font-size: 24px;
    }
    
    
    
              /*-----------------------------------------
              // Progress Bar
              //----------------------------------------*/
    
                #top .progress {
                    margin-bottom: 0px;
                }
    
                #top .progress-bar {
                    background-color:#7e7e7e;
                }
    
    /*----------------------------------------
    // Table
    //--------------------------------------*/
    
                #top div .avia-table {
                    margin: 10px 0;
                }
    
                #top .avia-table th:not([data-role="add-row"], [data-role="delete-row"]) {
                    background: #e8e8e8;
                    color: #5c5c5c;
                    text-transform: capitalize;
                    vertical-align: middle;
                }
    
                /* Custom Sheetview */
                #top .avia-table.table-bordered th:not([data-role="add-row"], [data-role="delete-row"]) {
                  text-transform: inherit;
                }
    
    /* Page mes Profils */
    
          .inline {
                display : inline-flex;
                align-items : center;
              }
    
              .inline > .avia-button-wrap {
                margin-left : 1rem;
              }
    
              .info {
                margin-top : 1rem;
                margin-bottom : 1rem;
              }
    
              .info > h5 {
                display : inline;
                margin-top : 1rem;
              }
    
    
    
    
    
    
    
    
    /*----------------------------------------
    //--------------------------------------*/
    
    /* Fil de discussion */
    .container_formulaire .panel-default.nofloat,
    .nofloat{ float: none; }
    
    
    .sb1:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid #e1e1e1;
        border-right: 10px solid transparent;
        border-top: 10px solid #e1e1e1;
        border-bottom: 10px solid transparent;
        top: 6px;
        right: -20px;
    }
    
    .sb2:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid #e1e1e1;
        border-top: 10px solid #e1e1e1;
        border-bottom: 10px solid transparent;
        left: -20px;
        top: 6px;
    }
    
    .sb3:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid #e1e1e1;
        border-right: 10px solid transparent;
        border-top: 10px solid #e1e1e1;
        border-bottom: 10px solid transparent;
        left: 19px;
        bottom: -19px;
    }
    
    .sb4:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid #e1e1e1;
        border-top: 10px solid #e1e1e1;
        border-bottom: 10px solid transparent;
        right: 19px;
        bottom: -19px;
    }
    
    div #bloc-agent {
        border: 1px solid #e1e1e1;
        height: auto;
        margin: 20px auto;
        position: relative;
        width: 80%;
        margin-left: calc(20% - 20px);
        background: aliceblue;
        float: none;
    }
    
    div #bloc-agent:first-child {
        margin-top: -20px;
    }
    
    div #bloc-usager {
        border: 1px solid #e1e1e1;
        height: auto;
        margin: 20px auto;
        position: relative;
        width: 80%;
        margin-right: calc(20% - 20px);
        background: lavenderblush;
        float: none;
    }
    
    div #bloc-usager:first-child {
        margin-top: -20px;
    }
    
    p.entete-usager {
        background: #fff none repeat scroll 0 0;
        font-weight: bold;
        color: #666666;
        height: auto;
        left: 20px;
        padding: 3px 5px;
        position: absolute;
        top: -25px;
        border-style: solid;
        border-width: 1px;
    }
    
    p.entete-agent {
        background: #fff none repeat scroll 0 0;
        font-weight: bold;
        color: #666666;
        height: auto;
        right: 20px;
        padding: 3px 5px;
        position: absolute;
        top: -25px;
        border-style: solid;
        border-width: 1px;
    }
    
    p.mess-agent {
        right: 20px;
    }
    
    /* ---------------------  */
    
    /*rattacher entite */
    
    #bouton_rattacher{
    margin-top: 10px;
    }
    
    
    #msg_erreur{
    margin-top: 28px;
    }
    
    /* icone information - Jimmy Seyer - 08-2018 */
    .btn-link {
    background-color: transparent  !important;
        box-shadow: none !important;
        font-weight: 400 !important;
        color: #337ab7 !important;
        border-radius: 0 !important;}
    
    
    .btn-link:hover{
    background-color : white !important;
    border-color : white !important;
    }
    
    /* fin icone information */
    
    
    
    
    
    
    
    
    
    /* boutons submit et des <a> de classe "button" PA 23/08/2017 */
    
    
    /* CSS champs obligatoires PA 29 11 2016*/
    .validation-message{
        color: red !important;
    }
    /* CSS spécifique pour les factures */
    .table-infos-facture td {
        font-size: 13px !important;
        padding: 9px 12px !important;
    }
    /* CSS spécifique à la checkbox présente sur le formulaire de création de compte */
    .conditions-generales {
       margin-left : 8px;
    }
    label[for=mentions-legales] {
        display: list-item;
        list-style: outside none none !important;
    }
    
    
    /* une bêtise */
    .mdph_bloc_contact li {
       font-size: 11px !important;
    }
    .mdph_bloc_contact h5 {
       font-size: 14px !important;
    }
    
    /* debut style porte documents */
    .table-liste-documents td {
        vertical-align: middle;
        padding: 8px;
    }
    #file_ajouter_document {
        margin-bottom: 15px;
        margin-top: 5px;
    }
    #id_type_piece {
        margin-top: 5px !important;
    }
    #ajouter_document input[type="submit"] {
        margin-top: 0px !important;
    }
    .table-liste-documents {
        margin-top: 30px;
    }
    
    /* debut style autocomplete */
    .ui-autocomplete {
        z-index:100;
    }
    
    
    
    
    /* formulaires demandes 17/11/2016 PA */
    
    .container_formulaire .table {
        margin-top: 20px;
    }
    .container_formulaire .table > tbody > tr > td {
        border-top: 1px solid #ddd !important;
    }
    .container_formulaire textarea {
        margin-top: 10px !important;
    }
    .container_formulaire h3 {
        padding-top: 10px;
    }
    .table-condensed > tbody > tr > td {
        padding: 10px;
    }
    /* formulaires demandes */
    .container_formulaire .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd !important;
    }
    .container_formulaire .table input {
        margin: 4px 0 !important;
    }
    
    .container_formulaire .fa:not(.notify-icon){ /* do not override here icon for message box. */
        color: #ffffff;
        display: inline-block;
        font-size: 21px;
        font-style: normal;
        font-weight: bold;
        line-height: 0.8;
    }
    .container_formulaire .fa-minus::before {
        content: "-";
        padding-left: 2px;
        padding-right: 2px;
    }
    .container_formulaire .fa-plus::before {
        content: "+";
    }
    .container_formulaire .btn-success {
        border-radius: 3px !important;
        padding: 5px 10px !important;
    }
    .container_formulaire .panel-group .panel {
        margin-bottom: 20px;
    }
    .container_formulaire .panel-default {
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .container_formulaire .btn-info {
         float: right;
         margin-left: 10px;
    }
    .container_formulaire .panel-heading {
        width: 100%;
    } 
    .container_formulaire .form-group {
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 0!important;
    }
    #top .container_formulaire .form-group select.form-control {
        margin-bottom: 0px;
    }
    .container_formulaire .default-date-picker {
        width: auto !important;
    }
    .liste_demandes td {
        padding: 14px !important;
    }
    .liste_demandes h4 {
        text-transform: uppercase;
    }
    /* debut style demandes */
    .liste_demandes td {
       padding: 14px !important;
    }
    
    #choix_beneficiaire select {
        width: 70%;
    }
    
    /* debut style modale */
    .modal-header .close {
        border-radius: 20px;
        color: #fff;
        float: right;
        font-size: 30px;
        height: 40px;
        line-height: 1;
        opacity: 1;
        padding: 0;
        position: relative;
        right: -30px;
        top: -30px;
        width: 40px;
        z-index: 10;
    }
    #verifAdresseModal {
        display: none;
    }
    .modal-open {
        padding-right: 0 !important;
    }
    .modal-header {
        background-color: #d8dbd7;
        border-radius: 5px 5px 0 0;
    }
    .modal-header .close {
        background-color: #0095ff;
        border-radius: 20px;
        opacity: unset;
        padding-bottom: 3px;
        right: 0;
        top: -6px;
        border:0;
    }
    .modal-header .close:hover, .modal-header .close:focus {
        background-color: #77c8cf;
        color: #ffffff;
        cursor: pointer;
        opacity: unset;
    }
    .modal-header .close {
        margin-top: -10px !important;
        padding-bottom: 0;
        top: 3px;
        font-weight: 100;
    }
    .modal-dialog {
         z-index: 1050;
    }
    .modal-body {
         overflow-y: auto;
    }
    #process_form {
         text-align: center;
    }
    .modal-footer {
         overflow-y: auto;
    }
    .container_wrap {
        z-index: 2;
    }
    div .flex_column {
        z-index: auto;
    }
    #top #main .sidebar {
        z-index: auto;
    }
    .creer_entite {
         z-index: auto;
    }
    .modal-backdrop {
         z-index: 2 !important;
    }
    .modal {
        top: 100px !important;
    }
    .fade.in {
        opacity: 1;
    }
    .fade {
        opacity: 0;
       transition: opacity 0.15s linear 0s;
    }
    .modal-backdrop.in {
        opacity: 0.5;
    }
    /* fin style page modale */
    
    
    
    /* debut style page services */
    .services_toggle {
        width: 100%;
    }
    .services_toggle ul, ol {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .services_toggle .niv1 {
       margin-top: 10px;
    }
    .services_toggle .active_tc.toggle_wrap {
        margin-bottom: -15px;
    }
    .services_toggle .toggle_icone {
        border-color: #222222 !important;
        border-style: solid;
        border-width: 1px;
        height: 20px;
        left: 13px;
        position: absolute;
        top: 16px;
        width: 20px;
    }
    .services_toggle .toggle_icone .hor_icon {
        border-color: #222 #222222 #222222;
        border-top: 3px solid #222;
        left: 4px;
        position: absolute;
        top: 8px;
        width: 11px;
    }
    .services_toggle .toggle_icone .vert_icon {
        border-color: #222222 #222222 #222222 #222;
        border-left: 3px solid #222;
        height: 11px;
        left: 8px;
        position: absolute;
        top: 4px;
    }
    .services_toggle .activeTitle .toggle_icone .vert_icon {
        border: medium none;
    }
     .services_toggle .niv1 .toggle_img {
        border-style: solid;
        border-width: 0px;
        height: 52px;
        right: 0;
        position: absolute;
        top: 0;
        width: 80px;
        overflow: hidden;
    }
    .services_toggle .niv2 .toggle_img {
        display: none;
    }
    .services_toggle .niv3 .toggle_img {
        display: none;
    }
    .services_toggle .niv1 .services_p {
        -moz-user-select: none;
        background-color: #fcfcfc;
        border-color: #e1e1e1;
        border-style: solid;
        border-width: 1px;
        color: #222222;
        cursor: pointer;
        display: block;
        font-size: 22px;
        font-weight: 600;
        line-height: 22px;
        margin: 0;
        padding: 15px 79px 15px 45px !important;
        position: relative;
        text-transform: uppercase;
        top: 1px;
    }
    .services_toggle .niv2 .services_p {
        -moz-user-select: none;
        background-color: #ffffff !important;
        border-style: solid;
        border-width: 0px;
        color: #222222;
        cursor: pointer;
        display: block;
        font-size: 16px;
        text-transform: none;
        margin: 0;
        padding: 15px 3px 6px 45px  !important;
        position: relative;
        top: 1px;
    }
    .services_toggle .niv3 .services_p {
        -moz-user-select: none;
         background-color: #ffffff !important;
        border-style: solid;
        border-width: 0px;
        color: #222222;
        cursor: pointer;
        display: block;
        font-size: 16px;
        text-transform: none;
        margin: 0;
        padding: 15px 3px 6px 45px  !important;
        position: relative;
        top: 1px;
    }
    .services_toggle .niv2 li {
        margin-top: -12px;
    }
    .services_toggle .niv3 li {
        margin-top: -12px;
    }
    .services_toggle .niv1 .toggle_contenu {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-style: none solid solid;
        border-width: 1px !important;
        border-color: #e1e1e1;
        border-top: medium none;
        border-width: medium 0px 0px;
        margin: 0 0 5px;
        overflow: hidden;
        padding: 8px 30px 10px;
        margin-bottom:20px;
    }
    .services_toggle .niv2 .toggle_contenu {
        border-width: 0px !important;
        margin-bottom:0px;
    }
    .services_toggle .niv3 .toggle_contenu {
        border-width: 0px !important;
        margin-bottom:0px;
    }
    /* fin style page services */
    
    /* debut style page relations */
    .relations-inter-ind legend  {
        color: #222222;
        font-weight: bold !important;
        padding: 0 10px;
        margin-bottom: 4px;
        width: auto;
        border: 0px;
    }
    .relations-inter-ind select  {
        height: 32px;
        width:12% !important;
        float:left;
        margin-bottom: 18px !important;
    }
    .relations-inter-ind span  {
        color: #222222;
       font-weight: bold;
    }
    .relations-inter-ind  fieldset {
        border:1px solid #e1e1e1;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;  
        border-radius:8px;  
        padding: 7px 20px 0;
        background-color: #fcfcfc;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .label_txt {
        float: left;
        padding-right: 8px;
        padding-left: 8px;
        margin-top: 6px;
    }
    /* fin style page relations */
    
    /* debut style menu */
     .av-main-nav ul > li > a {
        background-color: rgba(234,237,233,0.65);
    }
    .av-main-nav > li > a {
        font-weight: 600;
    }
    .bouton-gen {margin-top:20px;}
    
    .header_color .avia-menu-fx {
        bottom: 22%;
        left: 10%;
        width: 80%;
    }
    .header-scrolled-full .avia-menu-fx {
        bottom: -1px;
        left: 0;
        width: 100%;
    }
    /* fin style menu */
    
    /* style formulaires */
    .div-form-group {
    padding:10px;
    margin-top:10px;
    margin-bottom:10px !important;
    border:1px solid gray;
    background-color:#f8f8f8;
    border-radius: 10px;
    }
    .titre_etape .titre_service {font-size:0.8em !important;}
    .label_champ_group {
    font-weight:600 !important; font-size:1.5em !important;
    color:black !important;
    }
    .div-form-group hr {margin-bottom:10px;}
    #top label {font-size:inherit !important;}
    
    /* styles tableau de bord */
    .tab_titles, .js_active .tab  {font-size:1.2em !important; font-weight:300; color:black !important;}
    .tabcontainer .tab_icon {
         font-size: inherit;
    }
     .liste_demandes tr {background: white !important;}
    /* th {background: rgb(0, 149, 255);
        color: white; } */
    
    /* styles pour le coffre-fort */
    .table-details-documents img {
    max-width:450px;
    }
    .table-liste-documents td {
    vertical-align:middle;
    }
    .table-details-documents td {
    vertical-align:top;
    }
    /* .main_color.iconbox_top .iconbox_content {background:#b9eae9} */
    
    #ajouter_document input[type="submit"] {margin-top:15px;}
    .table-liste-documents a {font-size:1.1em;}
    .coffre-fort-meta-document {font-size:0.9em;}
    
    
    
    
    .div-statut-facture-payee {color:red;font-size:1.1em;}
    ul.liste_service {padding-left:20px;}
    .liste_service li {font-size:1.1em;}
    .paiements_na .qbutton {margin-top:20px !important;}
    .img-vignette {
    border:1px solid gray !important;
    border-radius: 10px;
    }
    
    
    
    .sidebar .button {color:#fff !important;}
    .iconbox_left_content .iconbox_content {overflow:visible !important;}
    
    .entite_item {
      float:right;
      margin-bottom:10px;
    }
    .entite_item a {
      display:block;
      width:200px;
      padding: 9px 22px;
      border-radius:5px;
      background : #17879a;
      color:#fff !important;
    }
    .entite_item a:hover, .entite_item a:active, .button:hover {
      background : #77c8cf;
      transition: all 0.3s ease-out 0s;
      text-decoration:none;
      font-weight:bold;
    }
    .copyright a {display:none;}
    
    
    
    /* UIX2024 Remove : */
                .title_container .main-title {
                    margin: 0px;
                    font-size: 24px;
                    position: relative;
                    z-index: 2;
                    min-height: 36px;
                    line-height: 2.3em;
                    top: 0px;
                    font-weight: 300;
                    text-align:center;
                    color:#17879a !important;
                }
                .title_container .main-title { color:#c3512f !important; }
    
    
    
    
    /* styles ancien thème */
    .liste_services {width:100%;padding-bottom:40px; min-height: 200px;}
    .liste_services h3 {padding-bottom:10px;}
    .liste_services a:hover {text-decoration:underline;}
    .img_cat_service {float:left;width:250px;padding-right:30px;}
    
    #submit_suiv, #submit_service, #submit_prec, #submit_fin, .gform_next_button, .gform_previous_button {
        transition: all 0.2s ease 0s;
        white-space: nowrap;
        width: auto;
        margin-right:20px !important;
    }
    #submit_suiv, #submit_service, #submit_prec, #submit_fin, #btn_annuler {
        background-color: #17879a; 
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        height: 40px;
        margin-right:20px !important;
    }
    #btn_retour {margin-right:20px !important;}
    #submit_service {margin-top:10px;}
    #submit_prec {margin-right:10px;}
    .titre_service, .titre_entite {color: #3072FD; font-size: 36px; line-height: 40px; font-weight:300;padding-bottom:10px;}
    .titre_etape  {color: #000; font-size: 24px;  font-weight:300;padding-bottom:10px;}
    
    .label_champ {width:100%;display: block;}
    
    .html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a {
        padding-right: 13px;
    }
    .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu > li:last-child > a .avia-menu-fx {
        padding-right: 0px;
    }
    /************************************************/
    
    
    
    
    /* Correct en dessous / Préserver et replacer proprement dans.. ..gridpage?? */
    
    /* Utilisé dans le nouvel accordéon V3 */
    @media (max-width: 768px) {
        #top .panel-group {
            margin-left: 0;
        }
    }
    
    .panel-group {
      margin-left: 3rem;
      margin-top: 2rem;
    }
    
    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: none;
    }
    
    
    .formulaire-tiers{
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 0.5em solid rgba(65,65,65,0.6);
        padding: 15px 10px 0px 10px;
        line-height: initial !important;
        text-align: center;
        border-color: #47e7f0;
    
    }
    
    .formulaire-aide{
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 0.5em solid rgba(65,65,65,0.6);
        padding: 15px 10px 0px 10px;
        border-color: #e1e1e1;
    }
    
    .panel-body{
        padding: 15px;
    }
    
    
    
    h1.nom_demande{
        font-weight: lighter;
        text-transform: none ! important;
        text-align: center !important;
        float: none !important;
        color: #222222;
    }
    
    
    /* message  générique */
    #top .informations-vide{
      text-transform: lowercase;
    }
      
    #top .informations-vide::first-letter {
      text-transform: uppercase; /* Met la première lettre en majuscule */
    }
    
    .message_generique_infos{
      width: 100%;
      text-align: center;
    }

    #top #wrap_all .container .av-masonry.av-large-gap {
        width: 100%;
    }