@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
    filter: none !important;
  }
}

@media print {
  body {
    background: white !important;
  }

  .bg-color,
  .header,
  .footer {
    background-color: #1976d2 !important;
    color: #fff !important;
  }
}

@font-face {
  font-family: lato_regular;
  src: url("../../font/Lato-Regular.ttf");
}

@font-face {
  font-family: mtbold;
  src: url("../../font/SCRIPTBL.TTF");
}

@font-face {
  font-family: ultra;
  src: url("../../font/Cooper Black Regular.ttf");
}

@font-face {
  font-family: lato_hairline;
  src: url("../../font/Lato-Hairline.ttf");
}

@font-face {
  font-family: lcd;
  src: url("../../font/digital-7.ttf");
}

@font-face {
  font-family: lato_black;
  src: url("../../font/Lato-Black.ttf");
}

@font-face {
  font-family: roboto_regular;
  src: url("../../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: roboto_bold;
  src: url("../../font/Roboto-Bold.ttf");
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  width: 100%;
  height: 100%;
  /*background-color: #202428;*/
  font-family: lato_regular;
}

body {
  font-family: lato_regular;
  height: 800px;
  background-color: #e8e6e6;
  width: 1280px;
  margin: auto;
  /*border: 1px solid #000000;*/
  /*overflow: hidden;*/
}

.header {
  height: 150px;
  /* 800 total*/
  line-height: 150px;
  background: white;
  width: 1280px;
}

.core {
  height: 800px;
  /*background: #000000;*/
  width: 1280px;
  display: flex;
  background: #202428;
  /*border: 1px solid red;*/
}

.core-open {
  height: 1000px;
  /*background: #000000;*/
  width: 1280px;
  /*display: flex;*/
  background: #e8e6e6;
}

.logo-fysolika {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 40px;
  margin-top: 10px;
}

/* à reactiver pour Jovenna*/
.logo-client {
  margin-top: 20px;
}

/*.logo-client{
    margin-top: 20px;
    width: 155px;

    height: 100px;
}*/

.img-deconect {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 8px;
}

.user-name {
  text-transform: capitalize;
  color: white;
  margin-right: 5px;
}

.deconect-area-inner {
  display: flex;
  float: right;
  margin-left: 1100px;
}

.date {
  /* height: 80px; */
  line-height: 40px;
  width: 30%;
  margin: auto;
}

.day {
  width: 100%;
  /*color: white;*/
  height: 50%;
  font-size: 16px;
  text-align: center;
}

.hour {
  width: 100%;
  height: 50%;
  font-size: 35px;
  text-align: center;
}

.client {
  width: 35%;
}

.fysolika {
  width: 35%;
}

.control {
  width: 30%;
  height: 300px;
  border: 1px solid white;
  margin: auto;
  margin-top: 80px;
  font-family: lato_regular;
}

.pcontrol-bloc {
  width: 90%;
  margin: auto;
}

.input {
  margin-top: 30px;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-family: lato_regular;
  /*float: right;*/
}

.input_report {
  margin-top: 30px;
  width: 70%;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-family: lato_regular;
  float: right;
}

.button_validate {
  width: 90%;
  height: 40px;
  margin: auto;
  margin-top: 27px;
  display: flex;
  border: 1px solid black;
  cursor: pointer;
  background: #00477e;
  color: white;
  border: none;
  font-size: 20px;
}

.button_validate p {
  margin: auto;
}

.error {
  width: 80%;
  margin: auto;
  margin-top: 2px;
  color: white;
  display: flex;
  background: red;
  height: 25px;
  text-align: center;
}

#idAuthenticationError {
  margin: auto;
}

.control_home {
  width: 30%;
  height: 400px;
  /*border: 1px solid black;*/
  margin: auto;
  margin-top: 30px;
}

.sep {
  height: 20px;
}

.button {
  width: 100%;

  height: 55px;

  display: flex;

  cursor: pointer;

  background: #00477e;

  color: white;
  font-family: lato_regular;
}

.button p {
  margin: auto;
  font-weight: bold;
  font-size: 20px;
}

.control_report {
  width: 90%;
  height: 600px;
  margin: auto;
  margin-top: 40px;
}

.report_02_date {
  width: 90%;
  height: 600px;
  margin: auto;
  margin-top: 40px;
}

.report_list_title {
  width: 100%;
  border-collapse: collapse;
}

.report_list_title th {
  width: 60px;
  height: 30px;
  background: #f63c1a;
  color: white;
  font-size: 20px;
}

.report_list {
  width: 100%;
  border-collapse: collapse;
  /*border: solid 1px;*/
}

.report_list_table {
  border: solid 1px;
}

.report_list td {
  width: 80px;
  /*border: 1px solid black;*/
  text-align: center;
  height: 30px;
}

.report_list tr:nth-child(2n + 1) {
  background-color: white;
  /*margin-bottom: 5px;*/
}

.fanilo {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}

.tpe {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}

.cheque {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.espece {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.bon {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.mvola {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.retour_en_cuve {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.retour {
  cursor: pointer;
}

.wrapper {
  position: absolute;
  width: 1280px;
  height: 650px;
  background: black;
  /*opacity: 0.9;*/
}

.cuve-wrapper {
  position: absolute;
  width: 1280px;
  height: 1000px;
  background: black;
  opacity: 0.9;
}

.alert-message {
  width: 60%;
  height: 100px;
  line-height: 100px;
  background: white;
  margin: auto;
  margin-top: 20%;
  border: solid 3px red;
  border-radius: 5px;
  text-align: center;
  font-size: 25px;
}

.cuve-alert-message {
  width: 60%;
  height: 100px;
  line-height: 100px;
  background: white;
  margin: auto;
  margin-top: 61%;
  border: solid 3px red;
  border-radius: 5px;
  text-align: center;
  font-size: 25px;
}

.cash_report {
  width: 60%;
  margin: auto;
  height: 85%;
  background: white;
  margin-top: 5%;
}

.cash_line {
  display: flex;
}

.cash_table {
  width: 80%;
  height: 70%;
  border: solid 1px;
  margin: auto;
  text-align: center;
}

.cash_table tr {
  width: 100%;
}

.cash_table th {
  width: 33%;
  background: #f62802;
  color: white;
}

.cash_title {
  font-weight: bold;
  font-size: 16px;
}

.cash-info {
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
}

.other_payement_report {
  width: 60%;
  margin: auto;
  height: 85%;
  background: white;
  margin-top: 5%;
  border: solid 1px black;
}

.other_payement_table th {
  width: 50%;

  background: #f62802;

  color: white;

  height: 30px;

  line-height: 30px;
}

.other_payement_table {
  width: 80%;
  height: 70%;
  border: solid 1px;
  margin: auto;
  text-align: center;
}

.td-ref-payement {
  font-weight: bold;
}

.bon_report {
  width: 60%;
  margin: auto;
  height: 85%;
  background: white;
  margin-top: 5%;
}

.bon_table {
  width: 80%;
  height: 70%;
  border: solid 1px;
  margin: auto;
  text-align: center;
}

.bon_table th {
  width: 50%;
  background: #f62802;
  color: white;
  height: 30px;
  line-height: 30px;
}

.total-class {
  font-weight: bold;
}

.total_payment {
  font-weight: bold;
}

.deconect-area {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: #00477e;
  display: flex;
}

.logo-area {
  display: flex;
  height: 64px;
  line-height: 115px;
  width: 100%;
  margin: auto;
}

.deconect {
  height: 20px;
  background: #f62802;
  line-height: 20px;
  margin-top: 5px;
  color: white;
  cursor: pointer;
}

.core_essai {
  width: 90%;
  margin: auto;
  /*border: 1px solid red;*/
  margin-top: 10px;
  height: 300px;
}

.core_ouverture {
  width: 100%;
  margin: auto;
  /*border: 1px solid red;*/
  margin-top: 10px;
  height: 300px;
}

.select_pump {
  width: 100%;
  height: 100%;
  font-size: 30px;
  text-align: center;
}

.select_pump option {
  text-align: center;
  /*background-color: red;*/
  font-size: 30px;
}

.title {
  border-collapse: collapse;
}

.title th {
  width: 403px;
  /*width: 60px;*/
  height: 40px;
  background: #f63c1a;
  color: white;
  font-size: 20px;
}

.over_size {
  width: 76px !important;
}

.input_ouverture {
  margin: auto;
  height: 25px;
  width: 90%;
  text-align: center;
}

.bouton_enregistrer {
  background: #f63c1a;
  /*display: flex;*/
  width: 70%;
  margin: auto;
  height: 30px;
  cursor: pointer;
  color: white;
}

.bouton_enregistrer p {
  margin: auto;
  color: white;
}

.min_size {
  font-size: 15px !important;
}

.ouverture_title {
  border-collapse: collapse;
}

.ouverture_title th {
  width: 176px;
  /*width: 60px;*/
  text-align: center;
  height: 64px;
  background: #f63c1a;
  color: white;
  font-size: 18px;
  border: 1px solid;
}

.ouverture_table {
  border-collapse: collapse;
}

.essai_table td {
  width: 393px;
  height: 40px;
  text-align: center;
  padding-left: 10px;
}

.ouverture_table td {
  width: 176px;
  height: 40px;
  text-align: center;
  /*padding-left: 10px;*/
  /*border: 1px solid;*/
}

.ouverture_table tr {
  border: 1px solid;
}

_table tr {
  /*border-bottom: 1px solid black;*/
  cursor: pointer;
}

.essai_table tr:hover {
  /*background-color: #e8e6e6!important;*/
  color: blue;
}

/*.essai_table tr:nth-child(2n+1):hover{
    background-color: #e8e6e6!important;
    color: white;
}*/
.button_popup {
  width: 118px;
  height: 40px;
  background-color: #f63c1a;
  display: flex;
  margin-top: 25px;
  cursor: pointer;
}

.button_popup p {
  margin: auto;
  color: white;
}

.alias {
  /*text-decoration: underline;*/
  cursor: pointer;
}

.detail_title {
  /*border-collapse: collapse;*/
}

.detail_title th {
  /*width: 403px;*/
  width: 131px;
  height: 30px;
  background: #f63c1a;
  color: white;
  font-size: 20px;
}

.detail {
  border-collapse: collapse;
}

.detail td {
  width: 130px;
  height: 30px;
  text-align: center;
}

.return {
  cursor: pointer;
}

.essai_table tr:nth-child(2n + 1) {
  background-color: white;
  /*color: white;*/
  /*margin-bottom: 5px;*/
}

.essai_table tr {
  background-color: rgb(245, 245, 245);
}

.essai_table {
  border-collapse: collapse;
  border: solid 1px;
}

.small {
  max-width: 40px !important;
  overflow: hidden;
}

.left_menu {
  width: 15%;
  height: 110%;
  background-color: #202428;
  border-right: 1px solid white;
}

.core_parameter {
  width: 85%;
  height: 110%;
  background-color: #202428;
}

.button_parameter {
  margin-top: 1px;
  width: 99%;
  height: 60px;
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid white;
  color: white;
}

.button_parameter p {
  margin: auto;
}

.in_use {
  /*width: 98%;*/
  border-right: 2px solid #f63c1a;
  color: #f63c1a !important;
}

.pumpist_table_content {
  width: 825px;
  max-height: 488px;
  margin: auto;

  /*border: 1px solid red;*/
}

.pumpist_title {
  width: 100%;
  height: 50px;
  border-collapse: collapse;
}

.pumpist_title td {
  width: 25%;
  background-color: #f63c1a;
  text-align: center;
  color: white;
  height: 100%;
  border: 1px solid;
}

.pumpist_table {
  width: 100%;
  /*height: 50px;*/
  border-collapse: collapse;
}

.pumpist_table td {
  width: 25%;
  /*background-color: #f63c1a;*/
  text-align: center;
  height: 40px;
  /*border: 1px solid;*/
}

.pumpist_table tr:nth-child(2n + 1) {
  background-color: white;
  /*margin-bottom: 5px;*/
}

.button_popup_pump {
  width: 200px;
  height: 40px;
  background-color: #f63c1a;
  display: flex;
  /*margin-top: 25px ;*/
  cursor: pointer;
}

.button_popup_pump p {
  margin: auto;
  color: white;
}

.bt_change {
  width: 80px;
  height: 25px;
  cursor: pointer;
  margin-right: 5px;
}

.bt_delete {
  width: 80px;
  height: 25px;
  cursor: pointer;
  /*margin-right: 5px;*/
}

.core_table {
  margin: auto;
  width: 95%;
  /*height: 95%;*/
  margin-top: 10px;
}

.recap_table {
  width: 100%;
  border-collapse: collapse;
}

.recap_table td {
  width: 12.5%;
  height: 35px;

  text-align: center;
}

.core_date {
  width: 95%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  height: 30px;
}

.core_date input {
  width: 190px;
  text-align: center;
  height: 100%;
  margin-right: 20px;
}

.core_date button {
  width: 100px;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

.red td {
  background-color: #f63c1a;
  color: white;
  border: 1px solid;
}

.white tr:nth-child(2n + 1) {
  background-color: white;
  /*margin-bottom: 5px;*/
}

.price_table {
  width: 100%;
  border-collapse: collapse;
}

.price_table td {
  width: 33%;
  height: 30px;
  text-align: center;
}

.droit_table th {
  width: 10%;
  height: 40px;
  text-align: center;
  background-color: #00477e;
  border: none;
  color: white;
}

.droit_table td {
  width: 10%;
  color: white;
  height: 25px;
  text-align: center;
}

.droit_table button {
  width: 70px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.bt_modif {
  margin-left: 50px;
}

.cuve-open {
  width: 100%;
  margin: auto;
  margin-top: 390px;
}

#idCuveOpenTable {
  width: 90%;
  margin: auto;
  border: solid 1px;
  text-align: center;
}

#idCuveOpenTableHeader {
  width: 90%;
  margin: auto;
  color: white;
  background: #f63c1a;
  height: 35px;
  font-size: 18px;
}

.cuve-open-tr {
}

.text-bold {
  font-weight: bold;
}

.cuve-open-tr {
  height: 45px;
}

.td-cuve-open {
}

.td-cuve-open-alias {
  width: 45px;
}

.td-cuve-open-m {
  width: 95px;
}

.td-cuve-open-e {
  width: 95px;
}

.td-cuve-open-le {
  width: 80px;
}

.td-cuve-open-lm {
  width: 80px;
}

.td-cuve-open-le {
  width: 80px;
}

.td-cuve-open-action {
  width: 80px;
}

.cuve-open-input {
  width: 90%;
  height: 25px;
  text-align: center;
}

.cuve-open-action {
  width: 90%;
  height: 25px;
}

.table_content {
  width: 100%;
  /*height: 150px;*/
  /*border: 1px solid;*/
  margin-top: 50px;
}

.table_content table {
  width: 40%;
  /*height: 95%;*/
  /*border: 1px solid black;*/
  border-collapse: collapse;
}

h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.mixt-report-bloc {
  width: 40%;

  height: 250px;

  border: solid 1px;

  margin: auto;
  margin-bottom: 20px;

  padding-top: 8px;
}

.mixt-report {
  margin-bottom: 8px;
  display: flex;
  margin-left: 8px;
}

.mixt-table {
  width: 40%;
  height: 250px;
  margin: auto;
}

.mixt-table th {
  background-color: #f63c1a;
  border: 1px solid black;
  height: 25px;
  color: white;
}

.mixt-table td {
  border: 1px solid;
  color: black;
  text-align: center;
  font-size: 12px;
}

.name_cuve {
  width: 40%;
  height: 40px;
  line-height: 40px;
  margin: auto;
  color: white;
  background-color: #f63c1a;
  text-align: center;
  margin-bottom: 10px;
}

.total_cuve {
  width: 40%;
  height: 35px;
  line-height: 35px;
  margin: auto;
  color: white;
  background-color: #f63c1a;
  text-align: center;
  margin-bottom: 10px;
}

.gaz {
  width: 100%;
  border-collapse: collapse;
  /*border: solid 1px;*/
}

.gaz th {
  width: 12%;
  height: 50px;
  background-color: #f63c1a;
  color: white;
  border: 1px solid;
}

.gaz td {
  width: 16%;
  height: 50px;
  text-align: center;
}

.gaz input {
  height: 30px;
  width: 120px;
  text-align: center;
}

.gaz button {
  width: 120px;
  height: 30px;
  background-color: #f63c1a;
  color: white;
}

.gaz_report {
  width: 100%;
  border-collapse: collapse;
}

.gaz_report th {
  width: 14.2%;
  height: 50px;
  background-color: #f63c1a;
  color: white;
  border: 1px solid;
}

.gaz_report td {
  width: 14.2%;
  height: 50px;
  text-align: center;
}

.gaz_report tr:nth-child(2n + 1) {
  background-color: white;
  /*margin-bottom: 5px;*/
}

#idReportError {
  text-align: center;
}

.system-btn {
  width: 50%;
  margin: auto;
  height: 90px;
  background: #f63c1a;
  text-align: center;
  margin-left: 20px;
  line-height: 90px;
  margin-right: 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  margin-top: 35px;
}

.system-date {
}

.pumpist-session {
  width: 100%;
  height: 200px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

.system-input {
  margin: auto;
  margin-top: 30px;
  width: 40%;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-family: lato_regular;
}

.btn-back {
  margin-left: 60px;
  height: 90px;
  margin-top: 15px;
  cursor: pointer;
  width: 45px;
}

.core_student {
  width: 95%;
  height: 95%;
  margin: auto;
}

.search_content {
  width: 70%;
  height: 40px;
  display: flex;
  margin: auto;
  margin-top: 20px;
}

.search_content input {
  width: 200px;
  height: 100%;
}

.search_content select {
  width: 200px;
  height: 100%;
  margin-left: 5px;
}

.search_content button {
  width: 150px;
  height: 100%;
  background-color: #00477e;
  color: white;
  border: none;
  cursor: pointer;
}

.list_content {
  width: 100%;
  /*height: 40px;*/
  /*display: flex;*/
  margin: auto;
  margin-top: 20px;
}

.absence_list th {
  width: 16% !important;
}

.absence_list td {
  width: 16% !important;
}

.student_list {
  width: 100%;
  border-collapse: collapse;
}

.student_list th {
  width: 12%;
  height: 80px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.student_list td {
  width: 12%;
  height: 40px;
  color: white;
  text-align: center;
  /*background-color: #00477e;*/
  /*border: 1px solid;*/
}

#StudentList button {
  width: 53px;
  height: 30px;
  color: white;
  background-color: #00477e;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  border: none;
}

.student_list tr:nth-child(2n + 1) {
  background-color: black;
  /*color: black;*/
  /*margin-bottom: 5px;*/
}

#AddStudent {
  width: 100%;
  margin: auto;
  height: 100%;
  background-color: white;
  cursor: pointer;
  font-size: 20px;
  border: none;
}

.btn_add {
  width: 100%;
  margin: auto;
  height: 100%;
  background-color: white;
  cursor: pointer;
  font-size: 20px;
  border: none;
}

.popup_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.popup_wrapper_note {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.popup_wrapper_insert {
  width: 1280px;
  height: 925px;
  position: absolute;
  background-color: #202428;
}

.wrapper_content {
  width: 98%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 20px;
  padding-top: 20px;
}

.wrapper_content_last_cohort {
  width: 50%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 20px;
  padding-top: 20px;
}

.popup_badge {
  width: 325px;
  margin: auto;
  background-color: white;
  margin-top: 20px;
  padding-top: 20px;
  height: 204px;
}

.wrapper_content_note {
  width: 90%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
}

.wrapper_content_note_prim {
  width: 90%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
}

.wrapper_student {
  width: 100%;
  margin-top: 0px;
  display: flex;
}

.wrapper_student input {
  width: 90%;
  height: 38px;
  margin-top: 10px;
  text-align: center;
}

.wrapper_student select {
  width: 90%;
  height: 38px;
  margin-top: 10px;
  text-align: center;
}

.popup_button {
  width: 125px;
  height: 75%;
  background-color: #00477e;
  color: white;
  cursor: pointer;
  border: none;
}

.class_list {
  width: 100%;
  border-collapse: collapse;
}

.class_list th {
  width: 16%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.class_list td {
  width: 16%;
  height: 40px;
  color: white;
  text-align: left;
  /*background-color: #00477e;*/
  /*border: 1px solid;*/
}

.class_list tr:nth-child(2n + 1) {
  background-color: black;
  color: white;
  /*color: black;*/
  /*margin-bottom: 5px;*/
}

.class_list tr {
  cursor: pointer;
}

.curriculum_alias {
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-color: #00477e;
  color: white;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.error_message {
  color: red;
  position: absolute;
  /* display: none; */
  margin: auto;
  margin-left: 419px;
}

.input_content input {
  height: 100%;
}

.input_content button {
  height: 100%;
  color: white;
  background-color: #00477e;
  width: 100px;
  cursor: pointer;
  border: none;
}

.input_content_subject input {
  height: 100%;
  width: 220px;
}

.input_content_subject button {
  height: 100%;
  color: white;
  background-color: #00477e;
  width: 120px;
  cursor: pointer;
  border: none;
}

#ListStudentClass tr {
  cursor: pointer;
}

#SubjectTableCoeff input {
  width: 50px;
  height: 30px;
  text-align: center;
}

.gray {
  background-color: gray !important;
}

.table_note {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.table_note th {
  width: 10%;
  height: 30px;
  background-color: gainsboro;
  border: 1px solid black;
}

.table_note td {
  /*width:10%;*/
  height: 50px;
  text-align: center;
  border: 1px solid black;
}

.table_note tr {
  border: 1px solid black;
}

.big_size {
  width: 150px !important;
  text-transform: uppercase !important;
}

.left {
  text-align: left !important;
  padding-left: 1%;
}
.upper {
  text-transform: uppercase !important;
}

#InfoNote tr {
  /*cursor: pointer;*/
}

#InfoNote td {
  border-left: 1px solid black;
}

.popup_wrapper_insert input {
  text-align: center;
}

#idName {
  text-transform: uppercase;
}

#idLastName {
  text-transform: capitalize;
}

#idFather {
  text-transform: capitalize;
}

#idMother {
  text-transform: capitalize;
}

#idGardian {
  text-transform: capitalize;
}

.coeff_table {
  width: 100%;
  /*height: 50px;*/
  border-collapse: collapse;
  color: white;
}

.coeff_table tr:nth-child(2n + 1) {
  background-color: black;
  /*margin-bottom: 5px;*/
}

.coeff_table th {
  height: 40px;
  text-align: center;
  background-color: #00477e;
  border: 1px solid;
}

.coeff_cel {
  width: 30%;
}

.coeff_val {
  width: 10%;
}

.coeff_table .coeff_action {
  width: 20%;
}

.coeff_table td {
  height: 40px;
  text-align: center;
}

.coeff_table button {
  width: 70px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.input_prof {
  /*width: 80%!important;*/
  height: 40px !important;
}

.small_size {
  width: 5% !important;
  font-size: 17px !important;
}

.td_moyenne {
  font-size: 17px !important;
}

.school_name {
  font-family: lato !important;
  font-size: 35px;
  margin-bottom: 10px;
}

.student_error {
  margin-top: 20px;
  width: 50%;
  margin: auto;
  color: white;
  background: red;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.name_click {
  cursor: pointer;
}

.name_click:hover {
  text-decoration: underline;
}

.popup_wrapper_student {
  position: absolute;
  background-color: #202428;
}

.popup_wrapper_absence {
  position: absolute;
  background-color: #202428;
}

.info_student {
  height: 50px;
  line-height: 50px;
}

.teacher_table th {
  width: 16% !important;
}

.teacher_table td {
  width: 16% !important;
  /*display: flex;*/
}

.cohort_table th {
  width: 15% !important;
}

.cohort_table td {
  width: 15% !important;
  /*display: flex;*/
}

#idInputNameTeacher {
  text-transform: uppercase;
}

#idInputFirstnameTeacher {
  text-transform: capitalize;
}

.order_subject {
  height: 30px;
  width: 40px;
}

.input_content_coeff select {
  width: 150px;
  height: 40px;
}

.input_content_coeff input {
  width: 150px;
  height: 40px;
}

.input_content_coeff button {
  width: 100px;
  height: 40px;
  background-color: #00477e;
  color: white;
  border: none;
  cursor: pointer;
}

.sep__ {
  width: 4px;
}

.sep_l {
  width: 54px;
}

.bold {
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}

.red_ {
  color: red !important;
}

.student_select {
  height: 30px;
  line-height: 30px;
}

.lecolibri {
  /*background-image: url('../img/COLIBRI.png');*/
  background-repeat: no-repeat;
  background-position-x: 200px;
}

.print_button {
  position: absolute;
  width: 300px;
  height: 40px;
  background-color: #00477e;
  color: white;
  cursor: pointer;
  border: none;
  margin-top: -44px;
  margin-left: 355px;
}

.note_ligne:hover {
  text-decoration: underline;
  cursor: pointer;
}

.table_note td {
  /*width:10%;*/
  height: 50px;
  text-align: center;
}

#AddMissingNumber {
  width: 150px;
  height: 100%;
  background-color: #00477e;
  color: white;
  border: none;
  cursor: pointer;
  margin: auto;
}

.btn_disable {
  background: #c0c0c0;
}

.n1_note:hover {
  text-decoration: underline;
  cursor: pointer;
}

.n2_note:hover {
  cursor: pointer;
  text-decoration: underline;
}

.exam_note:hover {
  text-decoration: underline;
  cursor: pointer;
}

.popup_wrapper_modif {
  width: 1280px;
  height: 925px;
  position: absolute;
  background-color: #202428;
}

#ModifUserParam {
  /* height: 19px !important; */
}

#CancelUserParam {
  /* height: 19px !important; */
  margin-top: 2px;
}

.popup_wrapper_recap {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.popup_print {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.wrapper_content_note_1 {
  width: 90%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
}

.wrapper_note_modification {
  width: 100%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  /* margin-top: 50px; */
  padding-top: 20px;
  position: absolute;
}

.wrapper_content_note_2 {
  width: 90%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
}

#ReportList th {
  border: 1px solid;
}

#ReportList td {
  border: 1px solid;
}

.recap_button {
  cursor: pointer;
  width: 250px;
  height: 100%;
  border: none;
  background-color: #00477e;
  color: white;
  margin: auto;
}

.big_size_report {
  width: 80% !important;
  text-align: left !important;
  padding-left: 20px;
}

.report_student_table td {
  text-align: left !important;
}

.wrapper_content_note_3 {
  width: 90%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
}

.wrapper_content_note_4 {
  width: 90%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.report_student_tables_g tr:nth-child(2n + 1) {
  background-color: ghostwhite !important;
  /*margin-bottom: 5px;*/
}

.report_student_tables_g tr {
  border: none !important;
}

.report_student_tables_g td {
  border: none !important;
  border-left: 1px solid black !important;
}

.big_size_report_ {
  /*width: 80%!important;*/
  text-align: center !important;
  padding-left: 0px;
  /*text-align: left!important;*/
  /*padding-left: 20px;*/
}

.table_recap {
  width: 100%;
  border-collapse: collapse;
}

.table_recap th {
  /*width:10%;*/
  height: 40px;
  background-color: gainsboro;
  border: 1px solid black;
}

.table_recap td {
  /*width:10%;*/
  height: 50px;
  text-align: center;
  border: 1px solid black;
}

.wrapper_content_cs {
  width: 60%;
  /*height: 250px;*/
  margin: auto;
  background-color: white;
  margin-top: 50px;
  padding-top: 20px;
}

.subject_name {
  margin: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
  background: #00477e;
}

.make_range {
  position: absolute;
  width: 300px;
  height: 40px;
  background-color: #00477e;
  color: white;
  cursor: pointer;
  border: none;
  margin-top: -44px;
  margin-left: 719px;
}

.img_fond {
  display: none;
}

@media print {
  .wrapper_content {
    display: none;
  }

  .header {
    display: none;
  }

  .exit_image {
    display: none;
  }

  .print_cs {
    display: none;
  }

  .print_button {
    display: none;
  }

  .make_range {
    display: none;
  }

  .img_fond {
    display: block;
  }
}

.Print {
  display: none;
}

.table_note_r td {
  width: 10%;
  height: 30px !important;
  text-align: center;
  border: 1px solid black;
}

.table_recap_r td {
  height: 30px !important;
}

.sous_menu {
  padding-left: 9% !important;
  border-bottom: 1px solid black !important;

  margin-top: 1px;
  width: 90%;
  height: 40px;
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid white;
  color: white;
}

.payment button {
  height: 30px !important;
}

#PaymentTable button {
  height: 30px !important;
}

#PaymentMontant {
  height: 30px !important;
}

.payment th {
  width: 20%;
}

.payment td {
  width: 20%;
}

.payement_ecolage th {
  width: 7.63% !important;
}

.payement_ecolage td {
  width: 7.63% !important;
}

.bouton_enregistrer {
  color: white;
  width: 90%;
  height: 25px;
  background-color: #00477e;
  border: none;
  cursor: pointer;
}

.droit_table td {
  width: 25% !important;
}

.activity_table td {
  width: 25% !important;
}

.activity_table th {
  width: 25% !important;
}

.activity_table button {
  width: 75px !important;
  height: 25px !important;
  margin-left: 5px;
  cursor: pointer;
}

#AttributionTable td {
  width: 400px;
  height: 40px;
}

.checkvalue {
  cursor: pointer;
}

/* .payement_table th {
    width: 7.69% !important;
    height: 40px;
    border: 1px solid black;
}

.payement_table {
    border: 1px solid black;
}

.payement_table td {
    text-align: left !important;
    padding-left: 8%;
    height: 40px;
    padding: auto;
    
} */

.payement_table th {
  /*width: 7.69%!important;*/
  height: 40px;
  border: 1px solid black;
}

.payement_table {
  border: 1px solid black;
}

.payement_table td {
  /*width: 7.6%!important;*/
  text-align: center !important;
  height: 40px;
  padding: auto;
  border: 1px solid black;
  font-size: 13px;
}

/* .payement_table tr {
   
    border: 0px 1px 0px 0px solid black;
} */

.check_payement {
  cursor: pointer;
}

.disable {
  background-color: red !important;
  display: none !important;
}

.payment_journal th {
  /*width: 16.66%!important;*/
}

.payment_journal td {
  /*width: 16.66%!important;*/
}

.litle_size {
  width: 10% !important;
}

.large_size1 {
  width: 25% !important;
}

.large_size2 {
  width: 15% !important;
}

.class_size {
  width: 5% !important;
}

.tranche {
  width: 10% !important;
}

.total_size {
  width: 15% !important;
}

.table_etat th {
  width: 16.66% !important;
}

.table_etat td {
  width: 16.66% !important;
}

.inactif {
  background-color: gray !important;
  opacity: 0.5;
}

.table_recap_droit th {
  height: 40px;
  text-align: center;
}

.table_recap_droit td {
  height: 40px;
  text-align: center;
  border: 1px solid black;
}

.title_table {
  text-align: left !important;
  padding-left: 10px;
  font-weight: bold;
  border: none;
}

.PrintTable {
  width: 100%;
}

.PrintTable td {
  width: 33%;
  text-align: center;
  font-size: 14px;
  height: 30px;
}

.PrintTable th {
  width: 33%;
  text-align: center;
}

.ultra_ {
  font-family: ultra;
}

.note_first {
  display: none;
}

.note_second {
  display: none;
}

.note_last_total {
  display: none;
}

.table_decision {
  width: 30%;
  border-collapse: collapse;
  height: 100%;
  margin-left: 3%;
}

.table_decision td {
  border: 1px solid black;
}

.check_table {
  border-collapse: collapse;
  margin-left: 50px;
  width: 726px !important;
}

.check_table td {
  border: 1px solid black;
  width: 276px;
  height: 30px;
  text-align: center;
}

.vide {
  width: 50px !important;
}

.note_first {
  text-align: left !important;
}

.note_second {
  text-align: left !important;
}

.note_last_total {
  text-align: left !important;
}

.rang_total {
  text-align: left !important;
}

.table_primaire td {
  height: 25px !important;
}

.nc {
  width: 250px !important;
}

.nc_check {
  cursor: pointer;
}

.table_primaire {
  height: 600px !important;
}

.date_n {
  width: 100px !important;
}

.opacity {
  opacity: 0.6 !important;
  background-color: gray !important;
}

.popup_wrapper_insert_note {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.vertical_text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.large {
  height: 140px !important;
  vertical-align: initial !important;
}

.text_left {
  text-align: left !important;
}

.no_border_left {
  border-left: none !important;
}

.no_border_right {
  border-right: none !important;
  padding-left: 10px;
}

.student_info table {
  margin: auto;
}

.student_info td {
  height: 25px;
  padding: 3px;
}

.btn_ {
  cursor: pointer;
  width: 82px;
}

.edit_btn {
  background-image: linear-gradient(45deg, #24e010, transparent);
}

.btn_2 {
  cursor: pointer;
  width: 82px;
  margin: auto;
  height: 50px;
  margin-left: 50px;
}

.edit_table th {
  text-align: center;
}

.edit_table td {
  height: 50px;
  text-align: center;
}

.school_name {
  font-family: lato !important;
}

.other_large {
  height: 140px !important;
}

.logo_back {
  cursor: pointer;
}

.logo_home {
  cursor: pointer;
}

.input-standard {
  height: 40px;
  width: 150px;
}

.btn-validation {
  height: 30px;
  width: 100px;
  background-color: #00477e;
  color: white;
  cursor: pointer;
}

.td_15 {
  width: 5%;
}

.td_20 {
  width: 10%;
}

.button_modif_dr {
  width: 100px;
}

.button_suppr_dr {
  width: 100px;
}

.make_payement_table {
  width: 100%;

  border-collapse: collapse;
}

.make_payement_table th {
  width: 33%;
  height: 40px;
  text-align: center;
  border: 1px solid;
}

.make_payement_table td {
  width: 33%;
  height: 40px;
  text-align: center;
  border: none;
  padding-left: 8%;
}

.make_payement_table button {
  width: 70px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
  border: none;
}

.charge_table {
  width: 100%;

  border-collapse: collapse;
}

.charge_table th {
  width: 12%;
  height: 40px;
  text-align: center;
  border: 1px solid;
}

.charge_table td {
  width: 12%;
  height: 40px;
  text-align: left;
  border: none;
  padding-left: 20px;
}

.recette_table {
  width: 100%;

  border-collapse: collapse;

  color: white;
}

.recette_table tr:nth-child(2n + 1) {
  background-color: black;
  /*margin-bottom: 5px;*/
}

.recette_table th {
  width: 11%;
  height: 40px;
  text-align: center;
  border: 1px solid;
  background-color: #00477e;
}

.recette_table td {
  width: 11%;
  height: 40px;
  text-align: left;
  border: none;
  padding-left: 5px;
}

.recette_table button {
  width: 100px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.user_table {
  width: 100%;
  /*height: 50px;*/
  border-collapse: collapse;
  color: white;
}

.user_table tr:nth-child(2n + 1) {
  background-color: black;
  color: white;
}

.user_table th {
  width: 33%;
  height: 40px;
  text-align: center;
  background-color: #00477e;
  border: 1px solid;
}

.user_table td {
  width: 33%;
  height: 40px;
  text-align: center;
}

.user_table button {
  width: 100px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.make_payement_table_report button {
  width: 100px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.make_payement_table_report {
  width: 100%;

  border-collapse: collapse;

  color: white;
}

.make_payement_table_report th {
  width: 16%;
  height: 40px;
  text-align: center;
  border: 1px solid;
  border-color: black;
  background-color: #00477e;
}

.make_payement_table_report td {
  width: 16%;
  height: 40px;
  text-align: left;
  border: none;
  padding-left: 10px;
}

/* .make_payement_table_report tr:nth-child(2n+1) {
    background-color: black;

} */

.archive_table {
  width: 100%;

  border-collapse: collapse;

  color: white;
}

.archive_table tr:nth-child(2n + 1) {
  background-color: black;
  /*margin-bottom: 5px;*/
}

.archive_table th {
  width: 11%;
  height: 40px;
  text-align: center;
  border: 1px solid;
  background-color: #00477e;
}

.archive_table td {
  width: 11%;
  height: 40px;
  text-align: left;
  border: none;
  padding-left: 10px;
}

.hr_payement {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
  color: #00477e;
  height: 2px;
  margin-bottom: 20px;
}

.btn-blue {
  background-color: #00477e;
  color: white;
  cursor: pointer;
  border: none;
}

.core_comptability {
  height: 850px;
  /*background: #000000;*/
  width: 1280px;
  display: flex;
  background: #202428;
  /*border: 1px solid red;*/
}

.student_form {
  width: 95%;
  display: flex;
  margin: auto;
  margin-bottom: 20px;
}

.btn_image {
  width: 22px !important;
  cursor: pointer;
  margin-left: 10%;
  /*height: 50%;*/
}

.qr_code_image {
  width: 120%;
  margin: auto;
  height: 50%;
}

.bt_badge {
  width: 50px;
  height: 50px;
  padding: 5px;
  cursor: pointer;
}

.logo_group {
  height: 120px;
  margin-top: -35px;
  margin-right: 20px;
}

.logo_school {
  height: 100px;

  margin-right: 20px;
}

.no_clic {
  pointer-events: none;
}

.wrapper_personal {
  width: 100%;
  margin-top: 0px;
  display: flex;
}

.wrapper_personal input {
  width: 90%;
  height: 38px;
  margin-top: 10px;
  text-align: center;
}

.wrapper_personal select {
  width: 90%;
  height: 38px;
  margin-top: 10px;
  text-align: center;
}

.personal_form {
  width: 95%;
  display: flex;
  margin: auto;
  margin-bottom: 20px;
}

.core_personal {
  width: 95%;
  height: 95%;
  margin: auto;
}

.btn_image_payement {
  width: 40px;
  height: 40px;
}

.capitalize {
  text-transform: capitalize;
}

.title_paie {
  width: 500px;
}

.payement_tr {
  border: solid 1px;
}

.paie_table {
  border: solid 1px;
  font-size: 16px;
}

.paie_table th {
  border: solid 1px;
  text-align: center;
}

.paie_table tr {
  border: solid 1px;
  text-align: left;
  padding-left: 20px;
}

.paie_table td {
  border: solid 1px;
  padding-left: 20px;
}

.parent_table {
  width: 100%;
  border-collapse: collapse;
}

.parent_table th {
  width: 12%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
}

.parent_table td {
  width: 12%;
  height: 40px;
  color: white;
  text-align: center;
  /*background-color: #00477e;*/
  /*border: 1px solid;*/
}

.parent_table tr:nth-child(2n + 1) {
  background-color: black;
  /*color: black;*/
  /*margin-bottom: 5px;*/
}

.make_payement_table_recap {
  width: 100%;

  border-collapse: collapse;
}

.make_payement_table_recap tr:nth-child(2n + 1) {
  background-color: black;
  /*color: black;*/
  /*margin-bottom: 5px;*/
}

.make_payement_table_recap th {
  width: 12%;
  height: 40px;
  text-align: center;
  border: 1px solid;
  color: white;
  background-color: #00477e;
}

.make_payement_table_recap td {
  width: 12%;
  height: 40px;
  text-align: center;
  border: none;
  padding-left: 1%;
  color: white;
}

/* .tr_waiting{
    background: #22dee6;

} */

.tr_waiting {
  /* background: #22dee6; */
  border: 1px solid;
  border-color: #22dee6;
}

.popup_wrapper_recap_annulation {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.popup_wrapper_recap_modification {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.personal_list {
  width: 100%;
  border-collapse: collapse;
}

.personal_list th {
  width: 14%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
}

.personal_list td {
  width: 14%;
  height: 40px;
  color: white;
  text-align: center;
  /*background-color: #00477e;*/
  /*border: 1px solid;*/
}

.personal_list tr:nth-child(2n + 1) {
  background-color: black;
}

.ca_table {
  width: 100%;

  border-collapse: collapse;

  color: white;
}

.ca_table tr:nth-child(2n + 1) {
  background-color: black;
  /*margin-bottom: 5px;*/
}

.ca_table th {
  width: 15%;
  height: 40px;
  text-align: center;
  border: 1px solid;
  background-color: #00477e;
}

.ca_table td {
  width: 15%;
  height: 40px;
  text-align: left;
  border: none;
  padding-left: 5px;
}

.ca_table button {
  width: 100px;
  height: 35px;
  background-color: #00477e;
  color: white;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.link {
  text-decoration: underline;
  /* color: blue; */
  cursor: pointer;
}

.ec_link {
  text-decoration: underline;
  /* color: blue; */
  cursor: pointer;
}

.change {
  text-decoration: underline;
  color: red;
  cursor: pointer;
  font-weight: bold;
}

.table_6 {
  width: 100%;
  border-collapse: collapse;
}

.table_6 th {
  width: 16%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_6 td {
  width: 16%;
  height: 40px;
  color: white;
  text-align: center;
}

.table_7 {
  width: 100%;
  border-collapse: collapse;
}

.table_7 th {
  width: 14%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_7 td {
  width: 14%;
  height: 40px;
  color: white;
  text-align: center;
}

.table_7_note {
  width: 100%;
  border-collapse: collapse;
}

.table_7_note th {
  width: 10%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_7_note td {
  width: 10%;
  height: 40px;
  color: white;
  text-align: center;
}

.table_5_note {
  width: 100%;
  border-collapse: collapse;
}

.table_5_note th {
  width: 15%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_5_note td {
  width: 15%;
  height: 40px;
  color: white;
  text-align: center;
}

.table_6_note {
  width: 100%;
  border-collapse: collapse;
}

.table_6_note th {
  width: 10%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_6_note td {
  width: 10%;
  height: 40px;
  color: white;
  text-align: center;
}

.table_5 {
  width: 100%;
  border-collapse: collapse;
}

.table_5 th {
  width: 20%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_5 td {
  width: 20%;
  height: 40px;
  color: white;
  text-align: center;

  /* border-bottom: solid 1px white; */
}

.table_5 tr:nth-child(2n + 1) {
  background-color: black;
  color: white;
}
.table_5 tr:nth-child(2n) {
  background-color: black;
  color: white;
}

.table_4 {
  width: 100%;
  border-collapse: collapse;
}

.table_4 th {
  width: 25%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid;
  text-align: center;
}

.table_4 td {
  width: 25%;
  height: 40px;
  color: white;
  text-align: center;
  border: solid 1px;
}
.button_block {
  margin-top: 5px;
}
.table_4 tr:nth-child(2n + 1) {
  background-color: black;
  color: white;
}
.table_4 tr:nth-child(2n) {
  background-color: black;
  color: white;
}
.table_5_ec {
  width: 100%;
  border-collapse: collapse;
}

.table_5_ec th {
  width: 20%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid black;
  text-align: center;
}

.table_5_ec td {
  width: 20%;
  height: 40px;
  color: black;
  text-align: center;

  border-top: solid 1px white;
}

.course_unit_title {
  text-align: left;
}

.table_2 {
  width: 100%;
  border-collapse: collapse;
}

.table_2 th {
  width: 50%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid black;
  text-align: center;
}

.table_2 td {
  width: 50%;
  height: 40px;
  color: black;
  text-align: center;

  border: 1px solid black;
}

.check {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.check_abs {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.session_note {
  text-decoration: underline;
  color: blue;
}

.coefficient_note {
  text-decoration: underline;
  color: blue;
}

.table_3 {
  width: 100%;
  border-collapse: collapse;
}

.table_3 th {
  width: 33%;
  height: 40px;
  color: white;
  background-color: #00477e;
  border: 1px solid black;
  text-align: center;
}

.table_3 td {
  width: 33%;
  height: 40px;
  color: black;
  text-align: center;
  border: solid 1px;
}

.btn_child {
  width: 100px;
}

.input_note {
  margin-top: 30px;
  width: 75%;
  height: 30px;
  text-align: center;
  font-size: 20px;
  margin: auto;
  color: black;
}

.wrapper_note_session {
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #202428;
}

.fiche {
  margin-right: 5px;
}

.scolar_repartition {
  /* text-decoration: underline;
    font-weight: bold; */
}
.note-actualization {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #24e010;
  margin-top: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  border-style: double;
}
.jury_member_class {
  margin-bottom: 150px;
}

.jury_president_class {
  margin-bottom: 150px;
}
.search_area {
  display: flex;
}
label {
  color: white;
}
.regular_result {
  color: black;
}

.retake_result {
  color: black;
}

.NoteTable tr {
  padding: 5px;
}
.signatures {
  display: flex;
  margin-top: 0px;
}
.signature-cell {
  padding-top: 10px;
}
.check_result {
  cursor: pointer;
}
.signature-row{
  height: 100px;
}
