/* ============================================================================= */
/*   BOX AIDE EN LIGNE (ajuste la position du box d'aide pour les écrans héritant de l'accueil nationnal.)
/* ============================================================================= */

.home-national .box-aide{
    top: 11rem;
}

.depense-sous-poste-porteur{
    width: 250px;
}

.phase-body {
    padding: 1.4em 0.5em 1em 0.5em;
    font-size: 1.1em;
}


/* ============= */
/*    NATIONAL   */
.support-national {
    padding-bottom: 4em;
}
/*
.table--pct-edit {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(../image/pictos/pct-edit.svg) center no-repeat #de720e;
    background-size: 76%;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}*/

.table-saisie--responsive--item-grow {
    -webkit-box-flex: 7%;
    -webkit-flex: 7% 0 0;
    -ms-flex: 7% 0 0;
    flex: 7% 0 0;
}

.table-saisie--responsive--item-edit {
    display: inline-block;
    width: 1.3rem;
    height: 1.6rem;
    border-radius: 0.2rem;
    background-color: #de720e;
    background-image: url(../image/pictos/pct-edit.svg);
    background-repeat: no-repeat;
    background-size: 1rem 1.3rem;
    background-position: center;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 3px;
}


.table-saisie--responsive--item-edit:focus,
.table-saisie--responsive--item-edit:hover {
    background-color: #c15500;
}

.table-saisie--responsive--subrow .table-saisie--responsive--item {
    background-color: #D1EDFF;

}

@media (max-width: 991px) {

    .table-saisie--responsive--body .table-saisie--responsive--subrow .table-saisie--responsive--row {
        background-color: #D1EDFF;
        border-bottom: 1px solid #fff;
        padding: 0.3rem 5rem 0.3rem 0.3rem;
    }

}

.form--footer-phase{
    margin-bottom: 3px;
}

.numerique {
    text-align: right;
}

.table--pct-send {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(../image/pictos/pct-save.svg) center no-repeat #de720e;
    background-size: 76%;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}
.table--pct-send:focus,
.table--pct-send:hover {
    background-color: #c15500;
}


.table--pct-delete-white-transparent {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(../image/pictos/pct-delete-white.svg) center no-repeat #de720e;
    background-size: 76%;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    /*background-color: transparent !important;*/
    opacity : 0.33;
}

.table--pct-delete-white {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(../image/pictos/pct-delete-white.svg) center no-repeat #de720e;
    background-size: 76%;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}

.table--pct-delete {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(../image/pictos/pct-delete.svg) center no-repeat #de720e;
    background-size: 76%;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}
.table--pct-remove:focus,
.table--pct-remove:hover {
    background-color: #c15500;
}


/* COMMUNICATION SUIVI */

.suivi--demande-autorisation-envoyee {
    position: relative;
    padding: 0.4em 0 0.4em 2.6em;
    display: table;
    color: #de720e;
    font-size: 0.93em;
    margin-bottom: 1.3em;
}
.suivi--demande-autorisation-envoyee:focus {
    font-weight: bold;
}

/* EOF: COMMUNICATION SUIVI */

.suivi--alerte-communication {
    position: relative;
    padding: 0.4em 0 0.4em 2.6em;
    display: table;
    color: #de720e;
    font-size: 0.93em;
    margin-bottom: 1.3em;
}
.suivi--alerte-communication:focus {
    font-weight: bold;
}

.suivi--alerte-communication:before {
    background: url(../image/pictos/pct-sent.svg) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.15em;
    width: 2.3em;
    height: 2.3em;
}


.suivi--demande-autorisation-envoyee:hover {
    color: #B34F00;
    text-decoration: none;
}

.suivi--demande-autorisation-envoyee:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.15em;
    width: 2.3em;
    height: 2.3em;
}

.suivi--acces-refuse,
.suivi--acces-accept{

    margin-bottom: 1.3em;
}

.suivi--acces-refuse:focus,
.suivi--acces-accept:focus{
    font-weight: bold;
}

.suivi--demande-autorisation-envoyee:before {

    background: url(../image/pictos/pct-sent.svg) no-repeat;
}

span.disable {

    pointer-events: none;
}

span.disable {

    opacity: 0.3;
    pointer-events: none;
}

.rechercheAvancee--etat  label{

    margin-right: 2.4em;
}

.detail-suivi--header{

    margin-bottom: 2.8rem;
}

.version-app{
    color:#4F4D4A;
    font-style: italic;
}

html[data-useragent*='MSIE 10.0'] .table-saisie--responsive--item-public {

    display: block;
}

html[data-useragent*='MSIE 10.0'] .accordion-toggle {
    margin-left: -1.4rem;
}

.form-numero-id{
    color: #B34F00;
}

.required:after {
    content: "*";
    color: #c15500;
    margin-left: 0.3em;
}

.requiredInformation:before{
    content: "*";
    color: #c15500;
    margin-left: 0.3em;
}

.form--pct-info{
    margin-top: 0;
    right: 0;
}

.indentation {
    margin-left: 10px;
}

.bg-red .bg-grey-strong {
    background-color: #fff;
    border: solid 3px #ff0000;
    color: #ff0000;
}

.indicateur .table-saisie--responsive--row .table-saisie--responsive--item,
.indicateur .table-saisie--responsive--row .table-saisie--responsive--item,
.table-saisie--responsive--row .table-saisie--responsive--item,
.table-saisie--responsive--row .table-saisie--responsive--item{
    height: auto;
}

.popover{

    max-width: 800px;
}

.table-saisie--responsive--subrow .table-saisie--responsive--item {
    background-color: transparent;
    border-bottom: 0px;
}

.table-saisie--responsive--subrow .table-saisie--responsive--row{
    background-color: #D1EDFF;
    border-bottom: 1px solid #FFF;
}


/* ============================================================================= */
/*   COMPLETION API ENTREPRISE / GEO / ADRESSE
/* ============================================================================= */

.autocomplete-items {
    position: absolute;
    z-index: 99;
    top: 100%;
    /*    left: 0;
        right: 0;*/
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}



/* ============================================================================= */
/*   TITRE FORMULAIRE
/* ============================================================================= */

.title-form {
    font-family: "open_sanslight", Helvetica, Arial, sans-serif;
    /*font-size: 2.4em;*/
    font-size: 28px;
    color: #e57d1f;
    margin-bottom: 0.6em;
    padding-right: 0;
    font-weight: bold;
}




    .ulFrm li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }