/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.collapsible-fieldset-icon {
    font-size: 70%;
}

.form-textarea-format-group {
    margin-bottom: 15px;
}

.form-textarea-format-group .form-textarea-format-group-container {
    display: inline-block;
}

.form-textarea-format-group .form-type-textarea {
    margin-bottom: 0;
}

.form-textarea-format-group .form-type-select {
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 0 0 5px 8px;
}

/* transforms radios labels to normal weight */
.bootstrap-wrapper label.option {
    display: inline;
    font-weight: normal;
}

.bootstrap-wrapper .form-group .form-type-radio {
    margin-bottom: 4px;
}

.bootstrap-wrapper .form-type-radio input[type="radio"] {
    margin-top: 0;
}

.marker, .form-required {
    color: #f00;
}

/* hides standard description in favor of tooltip popovers */
.bootstrap-wrapper .form-item .description {
    display: none;
}

.bootstrap-wrapper .form-actions input {
    margin-right: 1em;
}
.bootstrap-wrapper .form-actions a {
    margin-right: 1em;
}