.has-danger > input,
.has-danger > .v-select > .dropdown-toggle {
  border-color: red !important;
}

.selected-tag {
  margin-left: 17px !important;
  color: #575962 !important;
}

.blockUI {
  z-index: 10000 !important;
  left: 0 !important;
}

.blockUI > .m-blockui {
  margin-left: 0px !important;
  display: inline-block !important;
}

.dropzone {
  border: 1px solid #ebedf2;
}

.dropzone-custom-title {
  color: #45bbeb;
}

.subtitle {
  color: #314b5f;
}

.vue-dropzone {
  min-height: 60vh !important;
}

@media (max-height: 900px) {
  .modal-dialog {
    margin: 5px auto;
  }
}

.vue-popover {
  font-size: 12px;
  width: auto !important;
  z-index: 9999 !important;
}

.text-red {
  color: red;
}

.text-gold {
  color: gold;
}

.text-green {
  color: lawngreen;
}

.text-orange {
  color: orange;
}

body .modal-open {
  overflow: none;
}

table thead.table-head-resume {
  background: #ffffff;
}

.header-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: Roboto;
  color: #575962;
}

.theme--light.v-application,
.theme--light.v-select .v-select__selection--comma,
.theme--light.v-card,
input,
.theme--light.v-input,
.theme--light.v-list,
.theme--light.v-list-item,
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: #575962 !important;
}

/*# sourceMappingURL=app.css.map */
