input[type="text"] {
  color: #000 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #565656 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #565656 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #565656 !important;
}

.custom-control-label::before {
  background-color: #fff;
}

.validation-msg-scroll-btn {
  cursor: pointer;
}

.program-revision-action-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 3px 10px;
    font-weight: bold;
    cursor: pointer;
}

.program-revision-action-btn:focus {
  outline:none;
}

.loading-screen{
  display:none;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    flex-flow: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    z-index: 9999;
    text-align: center;
}

.project_member_name {
  display:block;
}

#institutionSubmissionFrm h2:not(.regular), #institutionRevisionFrm h2:not(.regular) {
  font-size: 40px;
  color: #006d9c;
  margin-bottom: 30px;
  line-height: 1em;
}

#institutionSubmissionFrm h3, #institutionRevisionFrm h3 {
    font-size: 30px;
    font-weight: bold;
    color: #006d9c;
    margin-bottom: 30px;
    line-height: 1em;
}

#institutionSubmissionFrm h4, #institutionRevisionFrm h4 {
    font-size: 20px;
    font-weight: bold;
    color: #006d9c;
    margin-bottom: 30px;
    line-height: 1em;
    text-transform: capitalize;
}

.select2-selection--single {
      height: 36px !important;
}

.select2-selection--single .select2-selection__rendered {
    height: 36px !important;
    line-height: 35px !important;
}

.tabover {
  margin-right: 100px;
}

.img-boxes {
  display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin: 10px 0;
}

.preview-content {
  margin: 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.preview-content:last-child {
  border-bottom: none;
}

.preview-content span {
  font-weight: bold;
}

.preview-content .img-box {
  width: 100px;
  height: 100px;
  display: block;
  background: #ddd;
  position: relative;
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
  margin-right: 10px;
}

.preview-content .img-box.file-selected, label.file-selected {
  background-image: url('/assets/snippets/industrial-thesis/images/pdf.png') !important;
}

.preview-content .img-box::after {
  content: 'Upload File';
  display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font: normal normal 14px sans-serif, Arial;
    line-height: 0;
    color: #ababab;
    text-align: center;
    opacity: 0.3;
}


.ministry-tip-btn {
  border-radius: 100%;
  padding: 0 9px;
  position: absolute;
  margin-left: 10px;
  margin-top: -1px;
  background-color: #006d9c;
  font-weight: bold;
  border: none;
  right: -50px;
  top: 0;
}

.file-image {
  display:inline-block;
  position:relative;
}
.file-image input {
  position:absolute;
  overflow:hidden;
  opacity:0;
  width:0;
}
.file-image .reset {
  cursor:pointer;
  display:block;
  position:absolute;
  right:0;
  width:40px;
  height:40px;
  text-align:center;
  background:rgba(0,0,0,.8);
}
.file-image .reset:before {
  content:'\d7';
  font:normal normal 40px/39px sans-serif, Arial;
  color:#fa8e8e;
}
.file-image .image, .img-box {
  cursor:pointer;
  display:block;
  box-sizing:border-box;
  width:180px;
  height:150px;
  border:1px solid #dbdbdb;
  background-color:#f0f0f0;
  background-repeat:no-repeat;
  background-position:center center;
  background-size: cover;
}
.file-image .image:before, .file-image .image:after {
  content:"";
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:50%;
  font:normal normal 14px sans-serif, Arial;
  line-height:0;
  color:#ababab;
  text-align:center;
}
.file-image .image:before {
  content:"+";
  font-size:100px;
  margin-top:-20px;
}
.file-image .image:after {
  content:"Upload File";
  margin-top:30px;
}
.file-image .reset {display:none}
.file-image input:not([title=""]) ~ .reset {display:block}
.file-image input:not([title=""]) ~ .image {border:0 none;}
.file-image input:not([title=""]) ~ .image:before,
.file-image input:not([title=""]) ~ .image:after {display:none}

.wider-image {
  width:400px !important;
  height:150px !important;
}

.img-600-400 {
  width:250px !important;
  height:150px !important;
}

.upload-groups {
  display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.upload-control {
  margin-right: 10px;
}

.form-row > h2 {
  margin-bottom: 15px;
}


.form-group label {
  position: relative;
}


.form-section {
  display:none;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    padding: 15px 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
  opacity: 1;
  background-color: #014B77;
  font-weight: bold;
  color: #fff;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    opacity: 1;
}

/* Mark input boxes that gets an error on validation: */
.invalid {
/*   background-color: #f3979f; */
  border: 2px solid red;
}

input[type="radio"].invalid, input[type="checkbox"].invalid {
  box-shadow: 0 0 0 2px palevioletred;
}
.asterisk-color {
  color: #085990;
}


.spinner-icon {
    margin: auto 0;
    text-align: center;
    display: none;
    padding: 20px;
    background: lightgrey;
    font-weight: bold;
    margin: 10px 0;
}
.spinner-icon > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-icon .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-icon .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.btns-icon-block.submission-stage .spinner-icon {
    display: block;
}
.btns-icon-block.submission-stage .btn {
    display: none;
}


@media only screen and (max-device-width: 768px) {
  input[type='date']:after {
    content: attr(placeholder)
  }
}

@media (max-width: 767px) {
  .tabover {
    margin-right: 0px;
  }
}

@media (max-width: 500px) {
  .wider-image {
    width: 300px !important;
  }
}

@media (max-width: 320px) {
  .wider-image {
    width: 260px !important;
  }
}