/* COLOR LIST */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
}
*[rel^="Dabox["] {
  cursor: pointer;
}
body {
  background-color: #f3f3f3;
}
.material-icons,
a[target="_blank"]:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
a[target="_blank"] {
  color: #333;
}
a[target="_blank"]:after {
  display: inline-block;
  content: "open_in_new";
  font-size: 20px;
}
header.disconnected {
  margin: 30px 0 20px;
  text-align: center;
}
header.disconnected img {
  width: 70px;
  height: 70px;
}
header.connected {
  background: #fafafa url('../imgs/loading.svg') no-repeat center -40px;
  height: 40px;
  padding: 5px 0;
  width: 100%;
  border-bottom: solid 1px #dadada;
  transition: background-position 0.5s;
  position: fixed;
  top: 0;
}
header.connected.loading {
  background-position: center center;
}
header.connected > div {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
header.connected > div a {
  padding: 11px 10px;
  font-size: 12px;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
header.connected > div > a {
  height: 40px;
  vertical-align: middle;
}
header.connected > div > a[rel="start"] {
  padding: 0;
  flex-grow: 0;
  width: 40px;
}
header.connected > div > a[rel="start"] > img {
  height: 100%;
}
header.connected > div > menu {
  margin-left: 5px;
  display: inline-block;
  flex-grow: 1;
}
header.connected > div > menu li {
  display: inline-block;
}
header.connected > div > menu li a.current {
  border-bottom: solid 2px #222;
}
input[type="submit"],
button,
.button {
  border: none;
  cursor: pointer;
  padding: 11px 15px;
  background: #0A4C61;
  transition: all .4s;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
input[type="submit"]:hover,
button:hover,
.button:hover {
  background: #0083AD;
  border-radius: 0;
}
input[type="submit"].disabled,
button.disabled,
.button.disabled {
  pointer-events: none;
  color: #888;
  background: #ccc;
}
form .mandatory {
  font-size: 12px;
  text-align: right;
  color: #aaa;
}
form input[type="text"],
form input[type="password"] {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  outline: none;
  border: solid 1px #aaa;
}
.card {
  padding: 15px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  width: 300px;
}
.controller_auth .card {
  margin: 15px auto;
}
.controller_auth .card .inp_login_submit {
  text-align: center;
}
.pagination {
  padding: 40px 0 10px;
  display: flex;
}
.pagination .previous,
.pagination .next {
  flex-grow: 0;
  flex-shrink: 0;
}
.pagination .pages {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}
.container {
  width: 1070px;
  margin: 56px auto 0;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.container.not_found {
  width: 800px;
  text-align: center;
}
.container.not_found h1 {
  padding: 20px 0 50px;
}
.container h1 {
  font-size: 22px;
}
#Dabox .container {
  margin: 0 auto;
  padding-bottom: 20px;
}
table#results {
  width: 100%;
}
table#results thead th {
  padding: 15px;
  background: #ECEFF0;
}
table#results thead th.rpps_number,
table#results thead th.postal_code {
  width: 200px;
}
table#results tbody tr td {
  background: #fff;
}
table#results tbody tr td a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #000;
}
table#results tbody tr td.rpps_number a,
table#results tbody tr td.postal_code a {
  text-align: center;
}
table#results tbody tr td.postal_code a span.perso {
  color: #ff3c3c;
  transition: all .5s;
}
table#results tbody tr td.postal_code a span.perso:hover {
  color: #ff33cc;
}
table#results tbody tr td.state {
  text-align: center;
}
table#results tbody tr td.state.new a {
  color: #38e238;
}
table#results tbody tr td.state.deleted a {
  color: #e23838;
}
table#results tbody tr.even td {
  background: #fafafa;
}
table#results tbody tr:hover td {
  background: #e7f7f7;
}
.controller_users.action_search .container form {
  display: flex;
  margin-bottom: 40px;
}
.controller_users.action_search .container form input[type="text"] {
  flex-grow: 1;
}
.controller_users.action_search .container form input[type="submit"] {
  flex-shrink: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.controller_users.action_profile .opposition, .controller_users.action_search .opposition{
  margin-left: 10px;
  padding: 5px 12px;
  vertical-align: middle;
  color: white;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

.opposed {
  background-color: black;
}

.contacted {
  background-color: coral;
}
.controller_users.action_profile .details {
  font-size: 13px;
  padding: 5px 0;
}
.controller_users.action_profile .details span {
  color: #888;
}
.controller_users.action_profile .bloc {
  margin: 10px 0 40px;
}
.controller_users.action_profile .bloc h2 {
  margin-bottom: 10px;
}
.controller_users.action_profile .bloc table {
  width: 100%;
  border-collapse: collapse;
  border: 1px #eaeaea solid;
}
.controller_users.action_profile .bloc table tr td {
  padding: 10px;
}
.controller_users.action_profile .bloc table tr.even td {
  background: #fafafa;
}
.controller_users.action_profile .bloc table.withLinks tr td {
  padding: 0;
}
.controller_users.action_profile .bloc table.withLinks tr td a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
.controller_users.action_profile .bloc table.withLinks tr:hover td {
  background: #e7f7f7;
}
.controller_users.action_profile .bloc table.withDabox tr:hover td {
  background: #e7f7f7;
}
.controller_update.action_index .container h1 span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
}
.controller_update.action_index .container #action_update {
  margin: 30px 0;
  text-align: center;
}
.controller_update.action_index .container #action_update > div {
  padding: 5px;
}
.controller_update.action_index .container #steps_update {
  margin: 10px 0;
}
.controller_update.action_index .container #steps_update ul {
  padding-left: 10px;
}
.controller_update.action_index .container #steps_update ul li {
  padding: 10px;
  pointer-events: none;
}
.controller_update.action_index .container #steps_update ul li i {
  margin-right: 5px;
}
.controller_update.action_index .container #steps_update ul li.not_running {
  color: #999;
}
.controller_update.action_index .container #steps_update ul li.running {
  color: #000;
  font-weight: bold;
}
.controller_update.action_index .container #steps_update ul li.completed {
  color: #0CA300;
}
.controller_update.action_index .container #steps_update ul li.failed {
  color: #a30700;
  font-weight: bold;
}
