/* Index input wrapper */
.index-input-wrapper {
    margin-top: 20px;
}

/* Validation message */
.field-validation-error.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #f93d3d;
    background-color: #ffdada;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #f93d3d;
}

.fa-info-circle:before {
    content: "\f05a";
    color: orange !important;
    font-size: 30px;
}

.popover {
    width: 300px;
    max-width: 1000px !important;
}

.popover-title {
    color: orange;
    font-size: 20px !important;
}
