.main-content {
    padding-bottom: 3em;
}

.dd3-content .action {
    width: 250px !important;
}

td.saisieOk {
    background-color: rgba(115, 222, 153, 0.74);
}

div.checkbox {
    display: inline-block;
    width: 25em;
}

div.checkbox * {
    margin: 0;
    line-height: 1em;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

th.rotate > div {
    transform: translate(0px, 60px) rotate(315deg);
    width: 30px;
}

th.rotate > div > span {
    padding: 5px 10px;
    font-weight: normal;
}

th.rotate > div > span a {
    color: inherit;
    text-decoration: underline;
}

.clickable {
    cursor: pointer
}

.fa.fa-check-circle.on {
    color: #2ca02c;
    font-size: 18px;
}

.fa.fa-times-circle.off {
    color: #dddddd;
    font-size: 18px;
}

h5.onglet {

    color: #2199e8;
    font-size: 15px;
    font-weight: bold;
}

.tabs-title > a {
    padding: 0.9em;
}

.tabs-title > a:hover {
    background-color: #999;
    color: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background-color: #1779ba;
    color: #fff;
}

.behavior-enable-blocked.enabled {
    background-image: url("/images/on.png");
}

.behavior-enable-blocked.disabled {
    background-image: url("/images/off.png");
}

.behavior-enable-blocked.enabled, .behavior-enable-blocked.disabled {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: not-allowed;
    min-width: 30px !important;
}

a.enabled, a.disabled, span.enabled, span.disabled  {
    background-image: url("/images/on.png");
    width: 20px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: -8px;
}

a.disabled, span.disabled {
    background-image: url("/images/off.png");
}

table.liste caption {
    font-weight: normal;
    padding: 0px;
    font-size: 0.9em;
    text-align: right;
}

div.filtres-liste {
    font-size: 0.9em;
}

table {
    border-collapse: collapse;
    border: 1px solid #eee;
    padding: 0;
}

#outils div h5 {

    margin-top: 2em;
}

ul.outils li select {
    max-width: 8em;
    float: right;
    margin: 3px;
    height: auto;
    font-size: 0.9em;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

ul.outils li select option {
    font-size: 0.9em;
    padding: 0;

}

ul.outils {
    list-style: none;
    padding-left: 0
}

ul.outils li {
    line-height: 2em;
    padding-left: 2em;
}

ul.outils li:nth-child(even) {
    background: #FFF
}

ul.outils li:nth-child(odd) {
    background: #EEE
}

ul.outils li:hover {
    background: #CCC;
    border-bottom: 1px solid #AAA
}

ul.referentiel-outils {
    list-style: square inside;
    padding: 0;
    margin: 0 0 0 100px;
}

ul.referentiel-outils li {
    padding: 0;
    margin: 0;
}

ul.list-unstyled {
    list-style: none;
}

.monetaire {
    text-align: right;
}

table.gabarits td:first-of-type {
    width: 70%;
}

div.donneesBrutes {
    display: none;
}

i.donneesBrutes {
    display: inline-block;
    float: right;
    margin-right: 2em;
    cursor: pointer;
}

.button.tiny {

    margin: 0 0 3px 0;
    padding: 0.6em 0.5em !important;
    font-size: 0.8em;
    line-height: 0.5em !important;
}

.button.supertiny {

    margin: 0 0 3px 0;
    padding: 0.4em 0.2em !important;
    font-size: 0.7em;
    line-height: 0.4em !important;
}

.tableCompact table td, .tableCompact table th {
    padding: 0;
    margin: 0;
    line-height: 1.99em;
}

.tableCompact table td.commandes {
    width: 20%
}

.tabs-content h4 {
    margin-top: 2em;
    padding-left: 0.5em;
    background-color: #999;
    color: #fff;
}

h5 a {
    font-weight: normal;
}

.button._gabarit {
    background-color: #0044cc;
    color: white;
    text-transform: uppercase;
}

.button._aca_definitive {
    background-color: #e00000;
    color: white;
    text-transform: uppercase;
}

.button._aca_definitive_apc {
    background-color: orangered;
    color: white;
    text-transform: uppercase;
}


div.widget h1 {
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    background-color: #999;
    color: white;
}

div.widget table * {
    font-size: 0.9em;

}

table.compact td, table.compact th {
    padding: 1px 5px;
    line-height: normal;
    font-size: 0.9em;
}

table.compact td input[type=checkbox] {
    margin: 5px 0 0 0px;
}

table.compact td.small {
    text-align: center;
    padding: 0;
    font-size: 0.75em;
    cursor: pointer;
}

div.widget table tbody td, div.widget table tbody th {
    padding: .25rem .25rem .25rem;
}

div.widget table caption {
    padding: 0;
}

div.widget .label.berduj {
    display: inline-block;
    padding: 2px 6px 1px;
    border-radius: 6px;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: red;
    color: #FFF;
    float: right;
    margin: 2px 4px;
}

.widgets .card .card-divider {
    padding: 0;
    height: auto;
}

div.aca-preview {
    border: 1px solid #333;
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
    margin: 2px;
}

h6.aca-preview {
    font-size: 1em;
    font-weight: bold;
    padding-left: 3em;
    margin: 1em 3em 0 0;
    height: 1.5em;
}

h6.aca-preview select {
    display: inline-block;
    width: 10em;
    float: right;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: normal;
    height: auto;
    margin: -3px 0 0 0;
    font-size: 0.8em;
}

span.small, p.small, td.small {

    padding: 0;
    font-size: 0.75em;

}

table.medium {
    width: 80%;
    margin-bottom: 3em;
}

table.medium tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em
}

table.evalMetierStages th {
    text-align: left;
    font-weight: bold;
}

table.evalMetierStages td {
    text-align: center;
}

table.evalMetierStages td:first-of-type {
    text-align: left;
}

table.evalMetierStages td.small {
    font-size: 0.8em;
}

small.error, div.alert-box.alert {
    font-weight: bold;
    color: red;
    display: inline-block;
    margin-bottom: 2em;
}

.pagination .currentOnOff {
    padding: .1875rem .625rem;
    background: #CCC;
    color: #fefefe;
    cursor: default;
}

.pagination li.separation {
    width: 2em;
}

img.photo_identite {
    border: 5px solid white;
    margin: 10px;
}

i.toggle {
    color: #999;
    padding: 3px;
    cursor: pointer;
}

p.detailContact {
    display: none;
    border: 1px solid #999;
    width: 500px;
    padding: 5px;
    font-size: 0.9em;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    margin: 0 0 0;
}

form > div > div.row {
    margin-top: 0.5em;
}

a._blank:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}

tr.tablesorter-childRow>td {
    display: none;
    padding:10px 10px 40px 10px!important;
    line-height: 1.1em;
}

input[type=text].datepickerForm { width: 10em;}

table.togglable {
    display:none;
}

h1 span.version {
    font-size: 12px; color: #999;
}

p.version-footer {
    margin-top: 5em;
    padding-top: 1em;
    border-top: 1px solid #CCC;
    text-align: center;
    font-size: 0.7em;
    color: #CCC;
}

.puceNbMessages {
    background-color: red;
    padding: 3px 7px;
    font-weight: bold;
    border-radius: 9px;
}

div.compteRendu  {
    font-size:12px;
    padding: 1em
}

div.compteRendu span {
    font-weight: bold;
    display:block;
}

.muted {
    color: #AAA;
}


@media screen {
    .print-only { display:none; }
}

@media print {
    .no-print { display:none; }
}

