.notEditableColumn { color: black;  background-color: #d9edf7 !important; }
.montantColumn { text-align: right;}
.simpleTextColumn { text-align: center;}
.notEditableMontantColumn { text-align: right; color: black;  background-color: #d9edf7 !important;}
.montantNullColumn { color: #d9edf7; background-color: #d9edf7!important; height:30px;}
.montantNonRepartiNegative { border: 3px solid red;}
/* .grid { */
/*   width: 1000px; */
/*   height: 150px; */
/* } */

.ui-grid-category {
  text-align: center;border-right: 0px;box-shadow: -1px 1px #d4d4d4
}
.watermark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.cellUIred { color: #000000; font-size:15px; background-color: red !important;}
.cellUIyellow { color: #000000;   font-size:15px;  background-color: #ffff80!important;}
.cellUIgreen { color: #000000;   font-size:15px;  background-color: #80ff80!important;}
.cellUIgray { color: #000000;   font-size:13px;  background-color: #c0c0c0!important;}

button, input, optgroup, select, textarea{color: blue;}

.app-modal-window .modal-dialog {
  width: 800px;
}

.app-modal-window-amenagement {
  width: 1000px;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
/* thead > tr:nth-child(1) > th:nth-child(1) { background-color: Orchid; } */
/* thead > tr:nth-child(1) > th:nth-child(2) { background-color: YellowGreen; } */
/* thead > tr:nth-child(1) > th:nth-child(3) { background-color: Orange; } */
/* thead > tr:nth-child(2) > th              { background-color: Gold; } */