/*body {
  font-family: 'Lato', 'Helvetica Neue', 'Arial' sans-serif;
}
h1 {
  color: #000;
  font-weight: 700;
  border-bottom: 1px #9a46d2 solid;
}
h2 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px #9a46d2 solid;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.purple {
  color: #9a46d2;
}
h3 {
  font-size: 20px;
  color: #666;
}
h4 {
  font-size: 17px;
  text-align: center;
  margin: 15px 0;
}
.browse-menu {
  background-color: #f8f9fa;
  margin-bottom: 15px;
}
.browse-menu label,
.browse-menu div {
  margin: 0;
  display: block;
  padding: .5rem 1rem;
}
.browse-menu a.active {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.browse-main {
  margin-top: 10px;
}

.browse-month-heading {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.browse-month-heading.first {
  margin-top: 0px;
}

.browse-item {
  padding: 3px 6px;
}
.browse-item:nth-child(2n+1) {
  background-color: #f5f5f5;
}

.browse-date {
  color: #5b5b5b;
  /*background: #9a46d2;*/
}
.browse-info {
  color: #000;
}
.highlight {
  color: #9a46d2;
}
.highlight .fas {
  color: #ffc107;
}

.lead {
  margin-bottom: 40px;
}

.required {
  font-weight: 700;
  color: #ff0000;
}


.addform {
  margin-bottom: 30px;
}

.addform label {
 font-size: 13px;
}

.addform small {
  display: block;
  color: #d20505;
}

.addform h3 {
  color: #9a46d2;
}
.addform h3 small {
  color: #9a46d2;
  display: inline;
}

.addform h3.test {
  color: #9a46d2;
  background: #eee;
  padding: 15px 60px;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}

.addform .box {
  background: #f9f9fa;
  padding: 15px;
}

.addform textarea.form-control {
  height: 130px;
}

.custom-file-label::after {
  content: "Bläddra";
}

.btn-primary {
  color: #fff;
  background-color: #9a46d2;
  border-color: #9a46d2;
}
.btn-primary:hover {
  background-color: #b057ec;
  border-color: #b057ec;
}
.btn-primary:focus {
  background-color: #b057ec;
  border-color: #b057ec;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #b057ec;
  border-color: #b057ec;
}

.btn-outline-primary {
  color: #9a46d2;
  border-color: #9a46d2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #9a46d2;
  border-color: #9a46d2;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #9a46d2;
  border-color: #9a46d2;
}

.addform .or {
  display: inline-block;
  color: #666;
  text-align: center;
  padding: 20px;
}

.addform .form-footer {
  padding-top: 15px;
  margin-top: 35px;
}

.addform .btn-prev {

}
.addform .btn-next {

}

.addform .help {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #8DC0FD;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.youtubehelp {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #8DC0FD;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

#datumRuta {
  display: none;
}

#veckoRuta {
  display: none;
}

#dateFooter {
  display: none;
}

.step {
  display: none;
}
#step1 {
  display: flex;
}

#evType {
  display: none;
}

.step_progress {
  display: table;
  width: 100%;
  table-layout: fixed;
  position:relative;
}
.step_progress .wstep {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: visible;
  position:relative;
  font-size: 14px;
  color: #444;
  font-weight: bold;
  cursor: pointer;
}
.step_progress .wstep:not(:last-child):before{
  content: '';
  display:block;
  position: absolute;
  left: 50%;
  top: 31px;
  background-color: #e9ecef;
  height: 6px;
  width: 100%;
}
.step_progress .wstep:not(:last-child):after{
  content: '';
  display:block;
  position: absolute;
  left: 56%;
  top: 31px;
  background-color: #e9ecef;
  height: 6px;
  width: 0%;
  transition: width 0.5s;
}

.step_progress .wstep .node {
  display: inline-block;
  border: 6px solid #e9ecef;
  background-color: #fff;
  border-radius: 18px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -12px;
}
.step_progress .wstep.complete:before {
  background-color: #e9ecef;
}
.step_progress .wstep.complete .node {
  border-color: #9a46d2;
  background-color: #9a46d2;
  line-height: 13px;
}
.step_progress .wstep.complete .node:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  margin-left: -1px;
}
.step_progress .wstep.in-progress:before {
  /*background: #9a46d2;
  background: -moz-linear-gradient(left,  #9a46d2 0%, #e9ecef 100%);
  background: -webkit-linear-gradient(left,  #9a46d2 0%, #e9ecef 100%);
  background: linear-gradient(to right,  #9a46d2 0%, #e9ecef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#{#9a46d2}', endColorstr='#{#e9ecef}',GradientType=1 );*/
}
.step_progress .wstep.in-progress .node {
  border-color: #9a46d2;
}
.step_progress .wstep.complete:not(:last-child):after {
  width: 91%;
  background-color: #9a46d2;
}

.invalid-feedback-custom {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
*/