
/* Hack Bootstrap pour les form-control-feedback avec FontAwesome */
.form-control-feedback.fa {
    line-height: 34px;
}

/* Hack Bootstrap pour les radio et checkbox group
 * (ChoiceType expanded=true avec layout non horizontal)
 */
label + div > div.radio:first-child,
label + div > div.checkbox:first-child {
    margin-top: 0;
}

/* ========================================================
 * DateTimePickerType
 * ======================================================== */

.bootstrap-datetimepicker-widget { /* Bordure pour le calendrier (inline=true) */
    border: 1px solid #ccc;
    border-radius: 4px;
}
.has-error .bootstrap-datetimepicker-widget {
    border-color: #a94442;
}

.bootstrap-datetimepicker-widget .picker-switch a {
    color: #333;
}

/* ========================================================
 * UploadType
 * ======================================================== */

.input-file-upload > span.form-control {
    border-left-width: 0px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    font-weight: normal;
}

.input-file-upload > .input-group-btn:first-child > .btn {
    margin-right: 0 !important;
}

.input-file-upload > span.filename {
    color: #999;
}

.form-horizontal .has-feedback .input-file-upload .form-control-feedback {
    right: 0;
}
