
/*** FORMULAIRE ***/
.section-donnee{
    margin:auto;
    border:1px solid #aaa;
    border-radius:10px;
    box-shadow:3px 3px 15px rgba(50, 50, 50, 0.1);
    margin:15px;
    padding:20px;
    background: rgba(255,225,189,0.3) !important;
}

.formulaire h2,
.section-donnee h2{
    border-bottom: 1px dotted #AF2320;
    color: #AF2320;
    font-family: "PT Sans Narrow";
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}




span.requis{
    position: relative;
    left: 10px;
    font-size: 15px;
    color : #cf0000;
}

input:invalid{
  border: 3px solid #dc3545 !important;
  background-color: #ffffff !important;

}



.section-donnee ul li{
    display:block;
    margin:6px 3px;
    font-size:0.8rem;
}

/*
.select2-choices{
    border:none !important;
    background-color:transparent !important;
    padding:0px !important;
}

.select2-choices input[type=text]{
    width:400px !important;
}
*/


.fieldRequired {
    background: rgba(0, 0, 0, 0) url("../images/required.png") no-repeat scroll left center;
    color:#780008;
    padding:0 0 0 11px;
    font-size:0.7em;
}

textarea#operation-adresse-de-facturation,
textarea#operation-motif-anulation,
textarea#motif-reduction,
textarea#note-visite,
textarea.textarea-height,
textarea{
    height: 150px;
}

div#content div#content-core div.formulaire form div#caisse-musee.formInput select#operation-categorie optgroup {
    border-bottom: 1px dotted #ccc;
    color: #f00 !important;
    font-style: normal;
    font-weight: bold;
    margin-bottom:0.85em;
    padding-left: 0.25em;
    padding-bottom:0.25em;
}


.table-donne-db{
    margin-bottom:25px;
}

.table-donne-db table{
    margin:auto;
    box-shadow:3px 3px 15px rgba(50, 50, 50, 0.5);
}

.listing {
    border-bottom:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-radius:8px;
    margin:auto;
}

.listing th {
    background:none repeat scroll 0 0 #ff8336 !important;
    border-style:solid;
    border-width:1px;
    color:#fff !important;
    text-align:center;
}

.listing tfoot td {
    border:1px solid #DDD;
    text-align:right;
}

#table-listing-operation .even,
.table-donne-db .even {
    background-color: rgba(255,255,255,0.7);
}

#table-listing-operation .odd,
.table-donne-db .odd {
    background-color: transparent;
}

.evenement-acte{
    border:1px solid #aaa;
    border-radius:9px;
    padding:1em;
    margin:1em;
}

.donnee-etiquette{
    font-weight:bold;
    color: #666;
}

.donnee-db{
    font-weight:bold;
    color:#ff7b00;
    text-align:left;
}

.categorie-entree-montant{
    width: 80px;
}







