ul, ul li {
  margin-bottom: 0;
  margin-top: 0; }

.btn-primary {
  padding: 10px 24px;
  font-family: Dosis,Geneva,sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #93cc3e;
  color: #fff;
  border-radius: 6px;
  cursor: pointer; }
  .btn-primary:hover {
    background-color: #008ece;
    color: #fff; }
  .btn-primary.btn-small {
    padding: 4px 12px;
    font-size: 14px; }

a.btn-primary {
  padding: 7px 24px; }

.message.bad,
.message.error {
  color: #d04714;
  border: solid 1px #d04714;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem; }

.message.good {
  color: #93cc3e;
  border: solid 1px #93cc3e;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem; }

.stepIndicator {
  display: table;
  margin-right: auto;
  margin-left: auto; }
  .stepIndicator li {
    display: inline-block; }
    .stepIndicator li:nth-child(1):before, .stepIndicator li:nth-child(2):before, .stepIndicator li:nth-child(3):before, .stepIndicator li:nth-child(4):before {
      background-color: #008ece;
      border-radius: 50%;
      display: inline-block;
      color: #fff;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px; }
    .stepIndicator li:nth-child(1):before {
      content: '1'; }
    .stepIndicator li:nth-child(2):before {
      content: '2'; }
    .stepIndicator li:nth-child(3):before {
      content: '3'; }
    .stepIndicator li:nth-child(4):before {
      content: '4'; }
    .stepIndicator li.current {
      color: #008ece; }

form .form-group {
  margin-bottom: 1rem; }

form label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 500; }

form .form-control {
  border: solid 1px #ccc;
  padding: .375rem .75rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

form .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: solid 1px #ccc;
  height: 38px; }

form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px; }

form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

form select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: center; }

#Form_ContainerCountForm #Month, #Form_ContainerCountForm #Year {
  float: left;
  width: 40%; }

#Form_ContainerCountForm #Year {
  margin-left: 2%; }

#Form_ContainerCountForm #UnderLitre input, #Form_ContainerCountForm #OverLitre input {
  width: 100px; }

#Form_ContainerCountForm #UnderLitre label, #Form_ContainerCountForm #OverLitre label {
  position: absolute;
  margin: 4px 0 0 120px; }

#Form_ContainerCountForm .message {
  display: none; }

.sp .section-impact-calculator .savings {
  border: 0;
  padding: 0;
  background: transparent; }
  .sp .section-impact-calculator .savings div {
    border: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .sp .section-impact-calculator .savings div strong {
      font-size: 36px;
      line-height: 48px;
      font-weight: 700; }
    .sp .section-impact-calculator .savings div span {
      display: block;
      color: #333; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type=submit]:disabled {
  opacity: 0.6; }
  input[type=submit]:disabled:hover {
    background-color: #93cc3e; }

table {
  width: 100%; }
  table thead {
    background-color: #008ece;
    color: #fff; }
    table thead th {
      font-weight: 300;
      padding: 5px; }
  table tr td {
    padding: 5px; }
    table tr td:first-child {
      text-align: center; }

.btn-toolbar {
  margin-top: 1em; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#Form_FeedbackForm #Attachment {
  position: relative;
  width: 100%;
  height: 40px;
  border: solid 1px #ccc; }
  #Form_FeedbackForm #Attachment label {
    position: absolute !important;
    z-index: 30;
    padding: .375rem .75rem; }
  #Form_FeedbackForm #Attachment:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 20px;
    line-height: 20px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300; }
  #Form_FeedbackForm #Attachment:before {
    content: 'Select File';
    font-family: Dosis,Geneva,sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 39px;
    background: #93cc3e;
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none; }
  #Form_FeedbackForm #Attachment:hover:before {
    background: #008ece; }
  #Form_FeedbackForm #Attachment input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%; }
