:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

._1 {
  float: left;
  text-align: center;
  border: 2px solid #03361e;
  width: 100%;
  height: auto;
  margin-right: 10px;
  padding: 10px;
}

._2 {
  float: left;
  text-align: center;
  border: 2px solid #03361e;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 10px;
}

._3 {
  float: left;
  text-align: center;
  border: 2px solid #03361e;
  width: 100%;
  height: auto;
  margin-right: 10px;
  padding: 10px;
}

._4 {
  float: left;
  text-align: center;
  border: 2px solid #03361e;
  width: 100%;
  height: auto;
  padding: 10px;
}

.link_2 {
  width: auto;
  overflow: visible;
}

.main_section {
  padding-top: 20px;
}

.main_container {
  width: auto;
  margin-left: auto;
}

.header_section {
  padding-bottom: 20px;
}

.logo_div {
  float: left;
  width: 50%;
  padding: 20px 10px 10px 20px;
}

.left_menu_div {
  float: left;
  clear: none;
  width: 250px;
  height: auto;
  min-height: 1500px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.bloc_link {
  float: left;
  color: #3f3f3f;
  text-align: left;
  width: 90%;
  height: 50px;
  margin-bottom: 10px;
  padding-bottom: 4em;
  font-weight: 700;
  text-decoration: none;
}

.body {
  font-family: Open Sans, sans-serif;
}

.bloc_p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.side_link {
  float: left;
  clear: both;
  color: #056839;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.user_section {
  color: #056839;
  background-color: #056839;
  height: 70px;
  box-shadow: 0 2px 5px #05683980;
}

.search_div {
  float: right;
  width: 24%;
  padding-top: 10px;
  padding-right: 10px;
}

.text-field {
  float: left;
  padding-left: 10px;
}

.search_form {
  display: block;
}

.submit-button {
  float: none;
  background-color: #03361e;
  border-radius: 7px;
  height: 34px;
  padding-top: 7px;
}

.core_data {
  float: none;
}

.core_data_form {
  float: none;
  clear: none;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.f_col_1 {
  float: left;
  clear: both;
  width: 20%;
  display: block;
}

.f_col_2 {
  float: left;
  width: 20%;
  margin-left: 10px;
}

.text_field {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #d9d9d9;
  width: auto;
  height: 25px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
}

.submit-button-2 {
  background-color: #03361e;
  border-radius: 7px;
}

.date_field {
  width: auto;
  height: 25px;
  margin-bottom: 10px;
  padding: 5px;
}

.field-label {
  margin-bottom: 0;
}

.field_label {
  margin-bottom: 0;
  font-weight: 700;
}

.reg_date, .effective_date, .termination_date {
  width: 20%;
}

.code_field {
  width: auto;
  height: 25px;
  margin-bottom: 10px;
  padding: 5px;
}

.time_field {
  width: 20%;
}

.landing_container_bloc {
  float: left;
  text-align: center;
  border: 2px solid #03361e87;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 10px;
}

.user_div {
  float: right;
  width: 280px;
  padding: 10px;
}

.user {
  color: #fff;
  font-size: 17px;
}

.participant_title_link {
  float: left;
  color: #3f3f3f;
  text-align: left;
  width: 50%;
  height: 50px;
  margin-bottom: 10px;
  padding-bottom: 4em;
  font-weight: 700;
  text-decoration: none;
}

.participant_name-bloc {
  float: left;
  text-align: center;
  border: 2px #03361e;
  width: auto;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 10px 10px 10px 0;
}

.participant_name_p {
  text-align: left;
  font-size: 20px;
}

.my_part_title {
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.participants_list_left {
  float: left;
  text-align: left;
  flex-flow: column;
  width: 35%;
  display: flex;
}

.participants_list_right {
  float: left;
  text-align: left;
  margin-right: 40px;
}

.link {
  float: left;
  clear: both;
  color: #2f2f2f;
  text-align: left;
  padding-bottom: 5px;
}

.link-2, .paragraph {
  text-align: left;
}

.p_header {
  float: left;
  clear: both;
  text-align: left;
  font-weight: 700;
}

.f_col_3 {
  float: right;
  width: 25%;
  margin-left: 10px;
}

.menu_heading {
  float: left;
  color: #056839;
  border: 1px #000;
  border-bottom: 3px solid #056839;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 15px;
}

.right_menu_div {
  float: right;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 240px;
  margin-left: 10px;
  padding-top: 0;
  display: flex;
  position: static;
}

.menu-link {
  float: left;
  clear: both;
  color: #2f2f2f;
  text-align: left;
  padding-bottom: 0;
  font-size: 13px;
}

.participants_heading {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.participants_h_div {
  float: left;
  width: 500px;
  padding-left: 0;
}

.p_report_header {
  float: left;
  clear: both;
  text-align: left;
  padding-top: 20px;
  font-weight: 700;
}

.medical_menu {
  float: right;
  width: 25%;
}

.menu_med_heading {
  float: left;
  clear: both;
  color: #056839;
  border: 1px #000;
  border-bottom: 3px solid #056839;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 15px;
}

.side_link_small {
  float: left;
  clear: both;
  color: #056839;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
}

.case_manaager_list_right {
  float: left;
  text-align: left;
  flex-flow: column;
  margin-right: 40px;
  display: flex;
}

.my_team_title {
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.leader_list_left {
  float: left;
  text-align: left;
  width: 20%;
}

.team_list_left {
  float: left;
  text-align: left;
  width: 13%;
}

.p {
  float: left;
  clear: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.list_col_1 {
  float: left;
  width: 11%;
}

.list_col_2 {
  float: left;
  width: 27%;
  margin-left: 10px;
}

.list_col_3, .list_col_4 {
  float: left;
  width: 10%;
  margin-left: 10px;
}

.p_list_header {
  float: left;
  clear: none;
  text-align: left;
  padding-top: 20px;
  font-weight: 700;
}

.p_list_text {
  float: left;
  clear: both;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
}

.display_cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.col_1 {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  width: 30%;
  display: flex;
}

.col_2 {
  float: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 30%;
  height: auto;
  margin-left: 40px;
  display: flex;
}

.col_3 {
  float: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  margin-left: 40px;
  display: flex;
}

.col_4 {
  float: left;
  width: 40%;
}

.row_div {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.display_data_div {
  float: left;
  clear: none;
  width: 73%;
  margin-right: 0;
  padding-top: 20px;
  display: block;
}

.p_col_1, .p_col_2, .p_col_3 {
  float: left;
  clear: none;
  text-align: left;
  width: 32%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.date_select_div {
  float: left;
  width: 550px;
}

.year_div, .month_div {
  float: left;
  width: auto;
  height: 50px;
}

.select_year {
  float: left;
  color: #000;
  width: auto;
  margin-right: 40px;
}

.select_month {
  float: left;
  color: #000;
  width: auto;
  margin-left: 0;
  margin-right: 40px;
}

.view_but, .save_but {
  float: left;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  width: auto;
}

.units_row_header {
  float: left;
  text-align: center;
  background-color: #f3f3f3;
  border: 2px #03361e;
  width: 550px;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 10px;
}

.units_row {
  float: left;
  text-align: center;
  border: 2px #03361e;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 0 10px;
}

.day_units_div {
  float: left;
  width: 100px;
}

.paragraph-2, .p_units, .p-units {
  float: left;
}

.date_units_div, .units_units_div {
  float: left;
  width: 100px;
}

.note_units_div {
  float: left;
  width: 125px;
}

.units_wrapper_div {
  float: left;
  overflow-wrap: normal;
  width: 82%;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.footer_section {
  float: none;
  border-top: 3px solid #056839;
  min-height: 100px;
  position: static;
  inset: auto auto 0% 0%;
}

.footer_container {
  float: none;
  height: 100px;
}

.footer_div {
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: auto;
}

.form {
  width: 600px;
  height: auto;
}

.maintenance_splash_div {
  float: left;
  text-align: left;
  width: 35%;
}

.maintenance_splash_bloc {
  float: left;
  text-align: center;
  border: 2px #03361e;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 10px 10px 10px 0;
}

.p_maintenance_nav {
  float: left;
  clear: both;
  text-align: left;
  padding-top: 20px;
  font-weight: 700;
}

.h3_maintenance {
  color: #056839;
}

.maintenance_container {
  width: auto;
  margin-left: auto;
  padding-left: 20px;
}

.header_link {
  color: #056839;
  text-decoration: none;
}

.maintenance_div_1 {
  float: left;
  text-align: left;
  width: auto;
}

.drop_maint_user {
  color: #000;
  background-color: #fff;
  border-right: 10px solid #056839;
  border-radius: 5px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.maintenance_div_2 {
  float: left;
  text-align: left;
  width: auto;
  padding-left: 20px;
}

.maintenance_radio {
  float: left;
  padding-left: 20px;
  padding-right: 10px;
}

.maintenance_div_3 {
  float: right;
  clear: none;
  text-align: left;
  width: 20%;
  padding-left: 20px;
}

.p_add {
  color: #056839;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.maintenance {
  display: block;
}

.scol_1 {
  float: left;
  flex-flow: row;
  place-content: stretch space-around;
  align-items: flex-start;
  width: 68%;
  display: block;
}

.scol_2 {
  float: left;
  padding-left: 20px;
}

.user_label {
  float: left;
  clear: both;
  width: 15%;
  padding-top: 0;
}

.user_entry {
  float: left;
  width: 30%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.divider {
  float: left;
  width: 100%;
  height: 10px;
}

.job_title_drop {
  float: left;
  color: #000;
  background-color: #fff;
  border-right: 10px solid #056839;
  border-radius: 5px;
  width: 30%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.maintenance_div_right {
  float: right;
  clear: none;
  text-align: left;
  width: 27%;
  padding-left: 20px;
}

.save_button, .cancel_button {
  background-color: #056839;
  border: 2px solid #efefef;
  border-radius: 5px;
  height: 30px;
  margin-left: 20px;
  padding-top: 3px;
}

.user_maintain_link {
  color: #056839;
  text-decoration: none;
}

.link-3, .link-3-copy {
  color: #056839;
}

.user_roles_bloc {
  float: left;
  border: 2px solid #056839;
  width: 50%;
  height: 500px;
}

.p_users {
  float: left;
  clear: none;
  width: 59%;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 16px;
}

.user_list_bloc {
  border: 1px solid #056839;
  padding: 10px;
}

.user_label_blank {
  float: left;
  clear: both;
  width: 15%;
  padding-top: 0;
}

.number_field {
  width: auto;
  height: 25px;
  margin-bottom: 10px;
  padding: 5px;
}

.submit_row_div {
  float: left;
  clear: none;
  width: auto;
  padding-top: 5px;
}

.submit_button {
  background-color: #03361e;
  border-radius: 7px;
}

.header_block {
  float: left;
  text-align: center;
  border: 2px #03361e;
  width: auto;
  height: auto;
  margin-bottom: auto;
  margin-right: 10px;
  padding: 10px 10px 10px 0;
}

.participant_name_head {
  text-align: left;
  font-size: 20px;
}

.col_l {
  float: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  display: flex;
}

.col_r {
  float: right;
  width: 240px;
}

.field_label_hidden {
  float: none;
  height: 17px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: 20px;
}

.row_divider {
  float: left;
  background-color: #056839;
  border: 1px #056839;
  border-radius: 0;
  width: 90%;
  height: 2px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.list_header {
  width: 800px;
  margin-top: 0;
  font-size: 18px;
  display: flex;
}

.list_text {
  width: 50px;
}

.text_div {
  float: left;
  width: 100px;
}

.text_header_row {
  float: left;
  clear: none;
  padding-top: 20px;
  font-weight: 700;
}

.div_row {
  float: left;
  width: 1000px;
}

.text_div_extended {
  float: left;
  width: 700px;
}

.text_entry_bloc {
  float: left;
  border: 1px solid #000;
  width: 700px;
  margin-top: 10px;
  padding: 10px;
}

.text_diagnosis {
  float: left;
  width: 165px;
}

.table_contain_div {
  float: left;
  clear: none;
  background-color: #fff;
  padding: 10px;
  position: static;
}

.table_caption {
  text-align: left;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.table_cell {
  border: 1px solid #056839;
  padding-left: 10px;
}

.table_header {
  text-align: left;
  border-left: 1px solid #056839;
  padding-left: 10px;
}

.table_head {
  color: var(--white);
  background-color: #056839;
  padding: 10px;
}

.table_component {
  background-color: #fff;
  border: 1px solid #056839;
  border-left-style: none;
  width: 900px;
}

.header_table_row {
  padding: 10px;
}

.dropdown_toggle {
  float: none;
  clear: none;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 40px;
  font-weight: 700;
  display: block;
  position: relative;
}

.dropdown_toggle.w--open {
  padding-bottom: 10px;
}

.drop_div {
  float: left;
  flex-flow: column;
  width: 900px;
  padding-top: 20px;
  display: block;
}

.dropdown {
  float: left;
  clear: both;
}

.dropdown-list {
  background-color: #e6cfcf;
}

.dropdown-list.w--open, .dropdown-list-2, .drop_docs {
  background-color: #fff;
}

.drop_diagnosis {
  background-color: #e6cfcf;
}

.drop_diagnosis.w--open {
  background-color: #fff;
}

.drop_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  .left_menu_div {
    clear: both;
    width: 200px;
  }

  .f_col_1 {
    display: block;
  }

  .date_field {
    padding-right: 5px;
  }

  .right_menu_div {
    flex-flow: column;
  }

  .participants_heading {
    padding-left: 69px;
  }

  .col_1 {
    flex: 0 auto;
    width: 350px;
    position: static;
  }

  .row_div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 565px;
    display: flex;
  }

  .units_wrapper_div {
    width: 59%;
  }

  .col_l {
    width: 555px;
    padding-left: 10px;
  }

  .col_r {
    float: left;
  }

  .row_divider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 565px;
    display: flex;
  }
}

#w-node-_9bc2cca8-21d0-28d0-b773-c68b8776d238-57b7a1d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19121962-02d7-369f-fb3e-4338c9897a88-57b7a1d2 {
  grid-area: 2 / 1 / 3 / 2;
}


