.alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600; }
  .alert.alert-success {
    color: #68B42E; }
  .alert.alert-has-border {
    padding: 12px 16px;
    border: 1px solid #1D1F24;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .alert.alert-has-border {
        padding: 16px 24px; } }
    .alert.alert-has-border.alert-warning {
      color: #ffc107;
      border-color: #ffc107; }
      .alert.alert-has-border.alert-warning button {
        color: #ffc107; }
    .alert.alert-has-border.alert-info {
       color: #056804;
       border-color: #056804; }
       .alert.alert-has-border.alert-info button {
         color: #056804; }
    .alert.alert-has-border.alert-danger {
      color: #C91347;
      border-color: #C91347; }
      .alert.alert-has-border.alert-danger button {
      color: #C91347; }
    .error-page {
    text-align: center;
}

.cookie-alert {
    background-color: white;
    border-color: #68B42E;
    z-index: 2;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 1.5em 0;
    padding-right: 1.5em;
    box-shadow: 6px 1px 38px 0px rgba(0, 0, 0, 0.49);
}

.cookie-close {
    color: #68B42E;
    padding: 0;
    background-color: transparent;
    border: 0;
 }

 .cookie-close:hover {
    color: #68B42E;
    padding: 0;
    background-color: transparent;
    border: 0;
    transform: rotate(30deg);
  }

  .cookie-icon-close {
    height: 40px;
    width: 40px;
  }

label {
  position: relative;
  padding-right: 35px; }
  label .toggle-textbox {
    position: absolute;
    top: 2px;
    right: 3px; }

.toggle-textbox {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2368b42e' fill-rule='evenodd'%3E%3Cpath d='m10 18.4615385c4.6731787 0 8.4615385-3.7883598 8.4615385-8.4615385 0-4.67317865-3.7883598-8.46153846-8.4615385-8.46153846-4.67317865 0-8.46153846 3.78835981-8.46153846 8.46153846 0 4.6731787 3.78835981 8.4615385 8.46153846 8.4615385zm0 1.5384615c-5.5228475 0-10-4.4771525-10-10s4.4771525-10 10-10 10 4.4771525 10 10-4.4771525 10-10 10z' fill-rule='nonzero'/%3E%3Ccircle cx='10' cy='6' r='1.5'/%3E%3Cpath d='m9 10c0-.5522847.4477153-1 1-1s1 .4477153 1 1v4.9c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .popover-toggle:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%2368B42E' fill-rule='evenodd' d='M10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 Z M10,7.5 C10.8284271,7.5 11.5,6.82842712 11.5,6 C11.5,5.17157288 10.8284271,4.5 10,4.5 C9.17157288,4.5 8.5,5.17157288 8.5,6 C8.5,6.82842712 9.17157288,7.5 10,7.5 Z M9,10 L9,14.9 C9,15.4522847 9.4477153,15.9 10,15.9 C10.5522847,15.9 11,15.4522847 11,14.9 L11,10 C11,9.4477153 10.5522847,9 10,9 C9.4477153,9 9,9.4477153 9,10 Z'/%3E%3C/svg%3E%0A"); }
  .popover-toggle:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23056804' fill-rule='evenodd' d='M10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 Z M10,7.5 C10.8284271,7.5 11.5,6.82842712 11.5,6 C11.5,5.17157288 10.8284271,4.5 10,4.5 C9.17157288,4.5 8.5,5.17157288 8.5,6 C8.5,6.82842712 9.17157288,7.5 10,7.5 Z M9,10 L9,14.9 C9,15.4522847 9.4477153,15.9 10,15.9 C10.5522847,15.9 11,15.4522847 11,14.9 L11,10 C11,9.4477153 10.5522847,9 10,9 C9.4477153,9 9,9.4477153 9,10 Z'/%3E%3C/svg%3E%0A"); }


.button-link {
  background-color: transparent;
  border: none;
  color: black;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  margin-left: -0.5em;
}

.button-link:focus {
  color: #056804;
  text-decoration: underline;
}
.button-link:hover {
  color: #056804;
  text-decoration: underline;
}

.button-noneRotate
{
    transform: none;
}


.loading {
    display:none;
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}

.loader {
    position: absolute;
    border: .8em solid #f3f3f3; /* Light grey */
    border-top: .8em solid #68B42E;
    border-radius: 50%;
    width: 8em;
    height: 8em;
    left: 50%;
    top: 25%;
    margin-left: -4em;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.highlight-color {color:#68B42E;}