* {
  padding: 0;
  margin: 0;
  font-family: roboto, arial, sans-serif;
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  width: 100%;
}

h1 {
  color: #009ad8;
  font-size: 1.7rem;
  text-align: center;
}

.cli_menu {
  background-color: rgb(20, 51, 69);
}
.block_titre {
  position: fixed;
  height: 40px;
  z-index: 2;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.block_body {
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  z-index: 1;
}

.block_body_login {
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blue_ak {
  color: #009ad8;
}

.bg_blue_ak {
  background-color: #009ad8;
}

.grey_ak {
  color: #585858;
}

.bg_form_ak {
  background-color: #e3f2f9;
  box-shadow: 1px 5px 7px #585858;
  border-radius: 10px;
}

.main_process {
  cursor: pointer;
}

.sub_process {
  cursor: pointer;
  font-size: 0.8rem;
}
.sub_process:hover {
  font-weight: bold;
}

.main_process:hover {
  font-weight: bold;
}

.main_process_nbr {
  width: 30px;
  height: 20px;
  border-radius: 100%;
  background-color: #009ad8;
  font-size: 0.6rem;
}

.ak_list:hover {
  background-color: #e3f2f9;
}

.ak_list_css_check {
  background-color: #c4e5f2;
}

.ak_list_css_uncheck {
  background-color: white;
}

.list_file_nom {
  color: #009ad8;
  font-size: 0.8rem;
  font-weight: bold;
  vertical-align: middle;
}

.list_file_date {
  font-size: 0.7rem;
  color: #585858;
  font-weight: lighter;
}

.list_file_size {
  font-size: 0.7rem;
  color: #585858;
  font-weight: lighter;
  vertical-align: middle;
}
.list_file_icon {
  color: #d8d0d0;
  cursor: pointer;
}
.list_file_icon:hover {
  color: #009ad8;
  font-weight: bold;
}

.menu_file {
  background-color: #009ad8;
}

.ak_bt {
  cursor: pointer;
}

.ak_paging_row {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: #009ad8;
  margin-right: 1px;
  margin-left: 1px;
}

.ak_paging_nbr {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: #009ad8;
  cursor: pointer;
}

.ak_paging_period {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: #009ad8;
  cursor: pointer;
}

.ak_paging_bt {
  cursor: pointer;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 5px;
  color: black;
}

.bt_lock {
  color: red;
  cursor: pointer;
}

.bt_unlock {
  color: green;
  cursor: pointer;
}

.ak_cp_entree {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: #009ad8;
  margin-right: 1px;
  margin-left: 1px;
  width: 50px;
}

.ak_card_type {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  text-align: center;
}

.ak_card_label {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
  text-align: left;
}

.ak_card_nb_ok {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: green;
  padding: 1px;
  width: 50px;
  text-decoration:none;
}
.ak_card_nb_nok {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: orangered;
  padding: 1px;
  width: 50px;
  cursor: pointer;
  text-decoration:none;
}

.ak_card_bt_admin {
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 50rem;
  border: 0px;
  text-align: center;
  color: white;
  background-color: #009ad8;
  padding: 1px;
  width: 50px;
  cursor: pointer;
  text-decoration:none;
}


.ak_card_ok {
  border-left: 5px solid green;
}

.ak_card_nok {
  border-left: 5px solid orangered;
}

.ak_card_admin {
  border-left: 5px solid #009ad8;
}