﻿#file-list {
    list-style: none;
    margin: 2px;
}
#file-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}
#file-list li.no-items {
    border-bottom: none;
}
#file-list div {
    margin-bottom: 0.1em;
}
#file-list li img {
    max-width: 400px;
}
#file-list .progress-bar-container {
    width: 400px;
    height: 10px;
    border: 1px solid #555;
    margin-bottom: 2px;
}
#file-list .progress-bar-container.uploaded {
    height: auto;
    border: none;
}
#file-list .progress-bar {
    width: 0;
    height: 10px;
    font-weight: bold;
    background: #98c333;
}
#file-list .progress-bar-container.uploaded .progress-bar{
    display: inline-block;
    width: auto;
    color: #98c333;
    background: transparent;
}
.regForm {
  background-color: #f2f2f3;
  padding: 24px;
}
.fileBox {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.uploadIcon {
    width: 100%;
    height: 90px;
    fill: #60c0ea;
    display: inline-block;
    margin-bottom: 8px;
}
.uploadArea {
    font-size: 1.25rem;
    background-color: #fafafa;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    outline: 2px dashed #595b61;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.uploadArea.highlight {
    border-color: pink;
}
.pnlUpload {

}
.uploadArea.is-dragover {
    background-color: grey;
}
#fileListToUpload {
    padding: 8px 28px 8px 8px;
    text-align: right;
    font-size: 0.8em;
}
.flDel {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #3d3d36;
    margin: 8px 0px 0px 12px;
    text-decoration: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: url('images/btnDelete.svg') no-repeat 0px 0px;
}
.flDel:hover {
    background: url('images/btnDelete_a.svg') no-repeat 0px 0px;
    cursor: pointer;
}
#fileselector1 > label {
    background-image: url('../images/btnOpen.svg');
}
@media only screen and (max-width: 599px) {
    .regForm {
      padding: 2px;
    }
}

/*input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}*/

/* Mark input boxes that gets an error on validation: */
input.invalid, .invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab-step {
  display: none;
}

button, #btnSubmitApp, #nextBtn {
  background-color: #3bb4e8;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'opensanssemibold';
  cursor: pointer;
}

button:hover, #btnSubmitApp:hover, #nextBtn:hover {
  opacity: 0.8;
}
#btnUpload, #btnCancel, #btnFurther {
  background-color: #595b61;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'opensanssemibold';
  cursor: pointer;
}
#prevBtn {
  background-color: #bbbbbb;
}
#waiting {
    padding: 30px;
    text-align: center;
}
/* Make circles that indicate the steps of the form: */
#step-container {
    text-align:center;
    margin-top:40px;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: hsl(95, 59%, 44%);
}
.applyButton {
  background-color: #3bb4e8;
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  font-size: 16px;
  font-family: 'ptsanswebbold';
  cursor: pointer;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.applyButton:hover {
  opacity: 0.8;
}