.dropdown-menu {
    z-index: 1051 !important;
}

.fade {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.modal.fade {
    -webkit-transition: opacity .1s linear, top .1s ease-out;
    -moz-transition: opacity .1s linear, top .1s ease-out;
    -o-transition: opacity .1s linear, top .1s ease-out;
    transition: opacity .1s linear, top .1s ease-out;
}

.footer.navbar {
    position: relative !important;
    margin-top: 40px;
}

.footer.navbar p {
    margin-top: 8px;
}

.input-append textarea {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.navbar-inner {
	font-size: 14px;
}

textarea.input-xlarge {
    width: 610px;
    height: 140px;
}

div.btn-group[data-toggle='buttons-checkbox'] input[type='checkbox'],
div.btn-group[data-toggle='buttons-radio'] input[type='radio'] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.single-row {
    margin-top: 20px;
}

.last-row,
.form-horizontal .control-group.last-row {
    margin-bottom: 0;
}

.time .add-on {
    cursor: pointer;
}

form .controls p.fix-text {
    padding-top: 5px;
    height: 14px;
}

td.action {
    vertical-align: top;
    white-space: nowrap;
    min-width: 40px;
}

fieldset h2 {
    width: 140px;
    text-align: right;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 10px;
    color: #999;
}

.noResults {
    margin: 10px 0 25px;
    font-style: italic;
}

.two-column .control-group:not(.bulkEdit) {
    display: inline-block;
}

.btn.rteEdit {
    vertical-align: top;
}

#rteDialog textarea {
    width: 500px;
    height: 200px;
}

select[size="1"] {
    height: 30px;
}

.controls p.fix-text {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 5px;
    min-height: 20px;
    width: 220px;
    background-color: #eee;
    font-weight: bold;
}