.float_left {
  float: left;
}

.Border_Bottom {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #D63838;
}

#mainform {
  background-color: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(20, 0, 0, 0.1) 0%, rgba(50,50,50,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50, 50, 50, 0.1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%,rgba(50,50,50,1) 30%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%,rgba(50,50,50,1) 30%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%,rgba(50,50,50,1) 30%); /* IE10+ */
  //27 april background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%,rgba(50,50,50,1) 30%); /* W3C */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%,rgba(50,50,50,0.1) 30%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  margin-bottom: 0px;
}

.btnNext {
  background-color: #E63D36 !important;
}

.processedFormsContainer {
  background-color: rgba(211,211,211,1);
  border-radius: 0;
  /*border: 2px solid rgba(128,128,128,0.5);*/
  padding: 10px;
}

  .processedFormsContainer h1 {
    padding: 15px;
    padding-bottom: 10px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 30px;
  }

  .processedFormsContainer p {
    color: white;
    margin: 15px;
  }

  .processedFormsContainer ul li {
    color: rgb(190,190,190);
  }

  .processedFormsContainer .mw_table th {
    background-color: rgba(190,190,190,0);
    color: #000000;
    font-size: 13px;
  }

  .processedFormsContainer .mw_table td {
    font-size: 12px;
    color: #000000;
  }

  .processedFormsContainer #chartContainer {
    background-color: rgba(190,190,190,0);
  }

  .processedFormsContainer label {
    color: #000000;
  }

.formContainer {
  background-color: rgba(128,128,128,0.2);
  border-radius: 0;
  /*border: 2px solid rgba(128,128,128,0.5);*/
  padding-bottom: 10px;
}

  .formContainer h1 {
    padding: 15px;
    padding-bottom: 10px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 30px;
  }

  .formContainer p {
    color: white;
    margin: 15px;
  }

  .formContainer ul li {
    color: rgb(190,190,190);
  }


body {
  background-color: rgb(50,50,50);
  xfont-family: 'Roboto', sans-serif;
}

p {
  color: white;
}

.checkmark {
  background-color: orange;
}

.menu_back {
  padding-top: 50px;
  padding-bottom: 50px;
  /* -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.menu_col_3 {
  max-width: 330px;
}

.menu_col_4 {
  max-width: 430px;
}

.tester {
  background-color: rgba(0, 0, 0, 0.1);
}

.mw_icon {
  background-color: #2e8bcc;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 5px;
  color: white;
  display: table;
  vertical-align: middle;
  text-align: center;
}

  .mw_icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

.mw_tile {
  display: flex;
  height: 75px;
  margin: 2.5px;
  background-color: #E0E0E0;
  border-top-left-radius: 37.5px;
  border-bottom-left-radius: 37.5px;
  cursor: pointer;
  z-index: -1;
}

  .mw_tile .collumn {
    display: inline-block;
    margin: auto auto auto 5px;
  }

    .mw_tile .collumn h2 {
      margin: 0;
      font-size: 24px;
      font-style: bold;
    }

    .mw_tile .collumn h3 {
      margin: 0;
      font-size: 18px;
      color: grey;
    }

.mw_size_1 {
  width: 150px;
}

.mw_size_2 {
  width: 250px;
}

.mw_size_3 {
  width: 400px;
}

.mw_size_4 {
  width: 550px;
}

.mw_dashboard {
  min-height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/Formation/media/1001/atl-portal_bck-v2.jpg");
  display: inline-grid; /* edit */
}

._logo {
  xbackground: radial-gradient( circle closest-corner at center, #f8f9fa, rgba(0, 0, 0, 0) 90% ) no-repeat;
  height: 17.5vh;
  width: 40vh;
}

  ._logo img {
    height: 80px;
    margin: auto auto auto 0;
  }

._headerContainer {
  height: fit-content;
  margin: auto;
  padding-left: 20px;
  color: black;
  text-transform: uppercase;
}

.mw_form-header {
  padding: 0 0 0 0;
  background-color: white;
  /*background-image: linear-gradient(90deg, rgba(0,0,0,0.25), rgba(0,0,0,0.25));*/
}

  .mw_form-header .container {
    width: fit-content;
  }

.mw_formheader .box {
  color: white;
}

.mw_formHeader .col-md-12.column {
  margin-bottom: 0px;
}

#header_right {
  height: fit-content;
  margin: auto 0px auto auto;
  text-align: right;
  right: 0px;
  bottom: 0px;
  xposition: fixed;
}

#header_bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

  #header_bottom .t {
    margin: 0 auto;
    width: fit-content;
  }

#header_right p {
  margin: 0px;
  font-weight: 700;
  color: black;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.mw_center {
  width: fit-content;
  margin: auto;
}


.mw_form-header a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}

.mw_btn {
  font-size: 18px;
  text-decoration: none;
  background-color: #E63D36;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.mw_content {
  padding-bottom: 5px;
  // background-image: linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0.25));
  background-image: linear-gradient(90deg, rgba(239, 232, 232, 0.3), rgba(236, 212, 212, 0.25));
  bottom: 0px;
  width: 100%;
  justify-content: center;
  /*  display: flex; */
  /* edit */
}

.mw_form {
  margin: 20px 0px 0px 0px;
  width: 100%;
  justify-content: center;
  /* display: flex;*/
  /* IE6-9 */
}

.mw_content .umb-grid {
}

.mw_menu {
  margin: 5px;
  color: #da9d2c;
}



  .mw_menu h1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    font-weight: 100;
    line-height: 1.1;
  }

  .mw_menu .col-md-6.column {
    max-width: 450px;
  }

  .mw_menu .row.clearfix {
    justify-content: center;
  }

.mw_formField {
  display: flex;
}

  .mw_formField input {
    width: 300px;
  }

.mw_formLabel .full-label {
  display: flex;
  margin: 15px 15px 10px 15px;
  color: rgb(158,158,158);
  font-size: 14px;
}

.mw_formField.mw_radio span {
  margin: auto;
  padding-right: 10px;
  border-radius: 2vh;
}

.mw_formField.mw_radio .control {
  margin-bottom: 8px;
  display: inline-flex;
  width: unset;
  max-width: unset;
}

.mw_formField.mw_radio .custom-radio {
  min-width: 45%;
  width: unset;
  display: flex;
  padding: 0px;
  text-align: left;
}

.mw_formField .custom-checkbox span:first-of-type {
  display: none;
}

.mw_formField.mw_radio input {
  width: fit-content;
}

.mw_formField.mw_radio label {
  padding: 0px;
}


.mw_formField > label {
  flex: 0 0 25%;
  width: 25%;
  float: right;
  text-align: right;
  font-size: 14px;
  font-style: none;
  padding: 7px 15px 0px 15px;
}

.mw_formField.Wide label {
  flex: 0 0 45%;
  width: 45%;
  max-width: 45%;
  float: right;
  text-align: right;
  font-size: 14px;
  font-style: none;
  padding: 7px 15px 0px 15px;
}

.mw_formField .control > input {
  float: left;
  height: 38px;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 4px;
}

.mw_formField:not(.list) select {
  height: 38px;
}

.select_multiple .ms-parent {
  padding: 0rem 0rem;
  margin-top: 3px;
}

.mw_formField .control {
  padding: 0px 15px 0px 15px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 500px;
}

.mw_formField .input-group {
}

.mw_formField .form-control.filepicker {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  min-width: 1px;
}

.mw_formField .btn.btn-default {
  margin-left: 15px;
  height: 38px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.mw_formHeader {
  padding: 20px 0px 0px 0px;
}

  .mw_formHeader h1 {
    color: white;
    border-top-left-radius: 15px;
    xbackground: linear-gradient(45deg, #b03258, transparent 60%);
    border-color: #D63838;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding: 5px;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 25px;
  }

.mw_loginHeader h1 {
  color: white;
  border-top-left-radius: 15px;
  xbackground: linear-gradient(45deg, #b03258, transparent 60%);
  border-color: #D63838;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding: 5px;
  padding-top: 10px;
  padding-left: 0px;
  font-weight: 100;
  line-height: 1.1;
  font-size: 25px;
}

.mw_ben {
  background-color: rgba(128,128,128,0.2);
  border-radius: 0;
  /*border: 2px solid rgba(128,128,128,0.5);*/
  padding-bottom: 10px;
}

  .mw_ben h1 {
    padding: 15px;
    padding-bottom: 10px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 30px;
  }

  .mw_ben p {
    color: white;
    margin: 15px;
  }

  .mw_ben ul li {
    color: rgb(190,190,190);
  }

  .mw_ben .card-header {
    background-color: rgba(128,128,128,0.3);
  }

    .mw_ben .card-header a {
      color: #ffffff;
      font-weight: 100;
      line-height: 1.1;
    }

  .mw_ben .btn.Remove {
    background-color: rgba(214,56,56,1);
    border-radius: .25rem;
    color: white;
  }

  .mw_ben .btn.btn-primary {
    background-color: rgba(230,61,54,1);
    border-radius: .25rem;
    color: white;
    border: 0px solid rgba(230,61,54,0.6);
  }

.btn_copy {
  display: flex;
  margin-bottom: 15px;
  position: relative;
  left: 25%;
}

.mb-0 {
  text-transform: capitalize;
}

.pageNavigation {
  border-bottom: 3px solid rgba(218,157,44,1);
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  min-height: 48px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0rem;
}

  .pageNavigation .nav {
    color: white;
    min-height: 48px;
    /* border: 2px solid rgba(128,128,128,0); */
    background-color: #24A3DD;
    padding: 0px 15px 0px 20px;
    /* border-bottom: 1px solid #b03258; */
    position: relative;
    justify-Content: center;
  }

    .pageNavigation .nav a {
      margin: auto;
      /* #da9d2c; */
      font-size: 1rem;
    }


    .pageNavigation .nav.selected {
      background-color: #E63D36;
      color: white;
    }

    .pageNavigation .nav.previous {
      color: black;
      background-color: #E63D36;
      opacity: 0.5;
    }

      .pageNavigation .nav.previous span {
        opacity: 0;
      }

        .pageNavigation .nav.previous span::before {
          opacity: 0;
        }

    .pageNavigation .nav span {
      border: 24px solid transparent;
      border-left: 14px solid #bfbebe;
      border-right: 0;
      display: block;
      position: absolute;
      right: -14px;
      top: 0;
      z-index: 1;
    }

      .pageNavigation .nav span::before {
        border: 24px solid transparent;
        border-left: 14px solid #24A3DD;
        border-right: 0;
        content: "";
        display: block;
        position: absolute;
        right: 1px;
        top: -24px;
      }

    .pageNavigation .nav.selected span::before {
      border-left: 14px solid #E63D36;
    }

.btn.btnNext {
  color: white;
}

.btn.btnPrev {
  margin-left: 15px;
}

.btn.btnSubmit {
  background-color: rgba(214,56,56,1);
}

.btn.btnSave {
  background-color: rgba(214,56,56,1);
  margin-top: 10px;
  color: white;
}

.checkLabel {
  display: none
}

.btn.AddBeneficiary {
  background-color: rgba(214,56,56,1);
  border-radius: .25rem;
  color: white;
  margin-top: 10px;
}

.btn.accordionAdd {
  background-color: rgba(128,128,128,1);
  border-radius: .25rem;
  color: white;
  margin-top: 10px;
}

.btn.btn-site-secondary {
  background-color: #da9d2c;
  margin-left: 0px;
}

.btn.btn-site-secondary {
  color: black;
}

.mw_enrolmentHeader {
  margin: 0px;
  background-color: rgba(128,128,128, 0.5);
  border-top-right-radius: .25rem;
}

.btn {
  background-color: #D63838;
  color: white;
}

.mw_enrolment .column {
  margin: 0px;
}

.mw_table {
  padding: 0px;
  padding-bottom: 15px;
}

  .mw_table table {
    border-bottom: 1px solid rgba(128,128,128, 0.5);
  }



  .mw_table tr {
  }

  .mw_table th {
    background-color: rgba(128,128,128, 0.5);
    color: #da9d2c;
    padding: 15px;
  }

  .mw_table td {
    color: #da9d2c;
    padding: 2.5px 15px 2.5px 15px;
  }

  .mw_table tr.breaker {
    height: 25px;
  }

/* SELECT 2 EDITS */

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 38px;
}

/* Customize the label (the container) */
.custom-radio {
  /*display: block; */
  margin-left: 20px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .custom-radio .checktext {
    margin-left: 35px !important;
  }

  /* Hide the browser's default radio button */
  .custom-radio input {
    position: absolute;
    opacity: 0;
  }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: rgba(214,56,56,1);
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

/* Create a custom checkbox */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkbox {
  background-color: rgba(214,56,56,1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
