.ui-autocomplete {
    background: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .175);
}

.container-fluid {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-holder,
.member-stories-holder {
    margin-top: 0;
    margin-bottom: 0;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-primary.no-hover:hover {
    color: #ffffff;
    background-color: #f47a20;
    border-color: #f47a20;
}
.btn-secondary.no-hover:hover {
    color: #009baa;
    background-color: #ffffff;
    border-color: #009baa;
}

.highlightBlue {
    color: #009baa !important;
}

/*remove dots input edit page widgets*/
.dashboard-panel ul.rdCommands li::before {
    content: "" !important;
}

.paddingZero {
    padding: 0 !important;
}

.spacingTop0 {
    margin-top: 0 !important;
}

.spacingTop10 {
    margin-top: 10px !important;
}

.spacingTop20 {
    margin-top: 20px !important;
}

.spacingTop30 {
    margin-top: 30px !important;
}

.spacingTop40 {
    margin-top: 40px !important;
}

.spacingTop50 {
    margin-top: 50px !important;
}
.spacingTop60 {
    margin-top: 60px !important;
}
.spacingTop70 {
    margin-top: 70px !important;
}

.spacingBottom0 {
    margin-bottom: 0 !important;
}

.spacingBottom10 {
    margin-bottom: 10px !important;
}

.spacingBottom20 {
    margin-bottom: 20px !important;
}

.spacingBottom30 {
    margin-bottom: 30px !important;
}

.spacingBottom40 {
    margin-bottom: 40px !important;
}

.spacingBottom50 {
    margin-bottom: 50px !important;
}
.spacingBottom60 {
    margin-bottom: 60px !important;
}

.spacingBottom70 {
    margin-bottom: 70px !important;
}

/*BootStrap overrides*/
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-control:valid, .form-control.is-valid {
    background-position: center right calc(0.375em + 1rem);
}
