
/** >> Tweeter bootstrap 2.3.2 */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 140%;
}

.alert,
.alert h4 {
  color: #c09853;
  padding-left: 35px;
}

.alert h4 {
  font-size: 17.5px;
  margin: 0;
  margin-bottom: 5px;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
/*  background-color: #dff0d8; */
  background: url(ico/16x16/emblem-default.png) #dff0d8 no-repeat 10px;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background: url(ico/16x16/dialog-error.png) #f2dede no-repeat 10px;
/*  border-color: #eed3d7;*/
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.alert-success {
  border: solid 1px #468847;
}

.alert-danger {
  border: solid 1px #b94a48;
}


.pagination {
  margin: 0 0 5px 0;
}

.pagination span a, .pagination span.current {
  display: inline-block;
  padding: 4px 12px;
  line-height: 20px;
  text-align: -webkit-match-parent;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination span a:hover, .pagination span.current {
  background-color: #0088cc;
  color: #fff;
}

.pagination_detail {
  float:left;
  display: inline-block
}

.pagination_numbers {
  float:right;
  display: inline-block
}
/** << Tweeter bootstrap 2.3.2 */


td.field.error {
  background-color: #f9e0e0;
}
td.field.error span.error {
  color: #c7254e;
}
button.delete16 {
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
  background-image: url(ico/16x16/delete.png);
  background: 0 0 no-repeat;
padding-left: 20px;
padding-right: 10px;
color: #444;
font-weight: bold;
white-space: nowrap;
}


#AbonnementIndexForm,
#AbonnementIndexForm ul div {
  display: inline;
}

#AbonnementIndexForm ul li div.submit {
  margin-left: 1px;
}

div.pictogramme_bloc_article strong {
  color: #900;
}

fieldset.consignes {
  background-color: #d8d8d8;
}
fieldset.consignes strong {
  color: #900;
}

.non-affecte {
  font-style: italic;
  color: #900;
}

.dz-message {
  text-align: center;
}

button.add_illus {
  cursor: pointer;
}

/* Repris du Twitter bootstrap V3 */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  padding: 15px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pull-right {
  float: right;
}
.text-muted {
  color: #777;
}
/* Repris de la feuille de style de http://ironsummitmedia.github.io/startbootstrap-sb-admin-2/panels-wells.html */
.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
/***********************/
a.edit, a.edit:hover {
  width: 32px;
  color: transparent;
  background: url(ico/16x16/edit.png) no-repeat;
}
/************************/
span.new {
  color: #0f0;
}
span.published {
  color: #080;
}
span.censured {
  color: #800;
}

table#tbl-stat tr:hover,
table#datatable tr:hover,
table.dataTable tr:hover {
  background-color: #f8eeee;
}
table#tbl-stat tr td.total,
table#datatable tr td.total,
table.dataTable tr td.total {
  background-color: #f8f8f8;
}
table#tbl-stat tr td.CDEP,
table#datatable tr td.CDEP,
table.dataTable tr td.CDEP {
  background-color: #ccffcc;
}
table#tbl-stat tr td.INDV,
table#datatable tr td.INDV,
table.dataTable tr td.INDV {
  background-color: #ffffcc;
}
table#tbl-stat tr td.GRPE,
table#datatable tr td.GRPE,
table.dataTable tr td.GRPE {
  background-color: #ccffff;
}
div.col-left {
  float: left;
  width: *;
}
div.col-right {
  float: right;
  width: 420px;
}

/* Taken from https://getbootstrap.com/docs/4.3/components/badge/ */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-
out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* https://getbootstrap.com/docs/4.3/components/alerts/ */
.alert {
  position: relative;
  padding: .75rem 2.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

fieldset,
fieldset legend {
  background-color: rgba(255,255,255,.3);
}
