.well .content {
    position: relative;

    /* prevent strange jquery defaults */
    border: none;
    background: none;
    color: inherit;
}

.well .content .paging {
    float: left;
}

.well .content .paging select {
    width: 65px;
}

.menu.right,
.well .content .menu {
    border-top: 1px solid #DDDDDD;
    text-align: right;
    margin: 15px -8px -3px -8px;
    padding: 15px 8px 0 8px;
}

.visible-link,
.required {
    font-weight: bold;
}

.required .text-muted {
    font-weight: normal;
    text-decoration: none;
}

.unique {
    text-decoration: underline;
}

.unique .text-muted {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.table thead th {
    text-align: left;
    vertical-align: top;
}

.fixed-header thead {
    background-color: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

.tabbed-view .tab-panel {
    clear: both;
    margin-top: 10px;
}

.tabbed-view .tab-row {
    border-bottom: 1px solid #FF7757;
}

.tabbed-view .tab-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.tabbed-view .tab-row li {
    float: left;
    font-size: 12px;
    cursor: pointer;
    background: url("../../images/separator-1x16px.png") no-repeat left;
    margin-left: 5px;
    padding-left: 5px;
}

.tabbed-view .tab-row li.tab0 {
    background: none;
    padding: 0;
    margin: 0;
}

.tabbed-view .tab-row li.selected a {
    font-weight: bold;
}

.object .timeline {
    padding: 10px 0 0 0;
    margin: 10px auto 10px auto;
}

.timeline-embedded {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px !important;
}

.timeline select {
    display: none;
}

.object .timeline a.submit {
    display: none;
}

.object .tabs ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.object .tabs {
    position: relative;
    z-index: 2;
}

.object .tabs > li:first-child > a {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

.object .fields {
    margin-left: -1px;
}

.object.edit .fields .well.outer {
    background: whiteSmoke;

    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;

    border-top: 1px solid #E3E3E3;
}

.object .fields .well.outer {
    background: whiteSmoke;

    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;

    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;

    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.object .fields .well .border {
    background-color: #FFFFFF;

    border: 1px solid #E3E3E3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    padding: 10px;
}

.object h4 div {
    margin-bottom: 5px;
}

.object .object-tab {
    position: relative;
}

.formula .value,
.formula .value a {
    color: #0000FF;
}

.formula .value table th {
    color: initial;
}

.formula.error .value,
.formula.error .value a {
    color: #FF7757;
}

.anonymized .value {
    font-style: italic;
    color: #999 !important;
}

.comment {
    color: #999999;
    margin-top: 24px;
}

.performance {
    position: absolute;
    top: 0;
    right: -12px;
    opacity: 0.5;
}

.performance.performance-slow .fa {
    color: red;
}

.performance.performance-warning .fa {
    color: orange;
}

.performance.performance-ok .fa {
    color: green;
}

.secondary {
    color: #999999;
}

.navbar.no-subnav {
    height: 43px;
}

.navbar .navbar-brand,
.navbar .nav .active > a, .navbar .nav .active > a:hover,
.navbar.sub .nav > li > a:hover {
    color: #FF7757;
}

.navbar.sub .navbar-inner {
    border-top: 2px solid #FF7757;
    background: #EEEEEE none;
}

.well h5 {
    border-bottom: 1px solid #DDD;
}

.object .well h5 {
    padding-bottom: 18px;
}

a,
a:hover,
.well h5.ui-state-default {
    color: #000000;
}

.well h5.ui-state-default {
    padding-bottom: 0;
}

.wicket-aa-container {
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    min-width: 250px;
    z-index: 10001 !important;
}

.wicket-aa-container ul {
    margin-left: 5px;
}

.wicket-aa-container li {
    list-style: none;
    cursor: pointer;
}

iframe.report {
    width: 100%;
    height: 700px;
}

.navbar .dropdown-menu li a.headline {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.navbar .dropdown-menu li a.headline:hover {
    background-color: transparent;
    color: #999999 !important;
}

.btn-link,
.btn-link:hover {
    color: inherit;
}

form {
    margin-bottom: 0;
}

.no-margin {
    margin-bottom: 0;
}

.ui-resizable-handle {
    z-index: inherit !important;
}

.ui-slider .ui-slider-scale {
    top: 14px;
}

.lead * {
    font-size: inherit;
}

.print-only {
    display: none;
    margin-bottom: 10px;
}

.search-panel > form {
    border-top: 0;
    border-left: 0;
    border-right: 0;

    padding-bottom: 0;
}

.search-panel > form > .form-group {
    padding-bottom: 5px;
}

.search-panel .bootstrap-select,
.search-panel select {
    max-width: 295px;
}

.search-panel .form-group {
    margin-bottom: 1px;
}

.search-panel .nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
}

.search-panel .nav-pills > li.active > a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: black;
}

.search-panel .nav-pills > li.active .close {
    width: 10px;
    float: none;
    display: inline-block;
}

.search-panel .nav-pills > li.active:hover > a,
.search-panel .nav-pills > li.active > a:focus {
    background-color: #ccc;
    border: 1px solid #ddd;
    color: black;
}

.search-panel .btn-group .disabled {
    pointer-events: auto;
}

.panel table.table-bordered {
    border-left: 0;
    border-right: 0;
}

.panel table.table-bordered tr th:first-child,
.panel table.table-bordered tr td:first-child {
    border-left-color: transparent;
}

.panel table.table-bordered tr th:last-child,
.panel table.table-bordered tr td:last-child {
    border-right-color: transparent;
}

.table-container {
    overflow: auto;
}

.table-container .table-empty {
    margin-bottom: 20px;
}

.modal .table-container {
    overflow: inherit;
}

.prefix-label {
    white-space: nowrap;
}

.nav-tabs.nav-tabs-proposal {
    margin-bottom: 15px;
}

.table-sortable .header {
    position: relative;
    vertical-align: top;
}

.table-sortable .header:not(.multi-sort) {
    padding-right: 20px;
}

.table-sortable .header a {
    display: block;
    margin-right: 30px;
}

.table-sortable .header a:after {
    font-family: 'FontAwesome';
    content: '\f0dc';
    margin-left: 3px;
}

.headerAjaxSortUp a:after {
    font-family: 'FontAwesome';
    margin-left: 3px;
    content: '\f0d8';
}

.headerAjaxSortDown a:after {
    font-family: 'FontAwesome';
    margin-left: 3px;
    content: '\f0d7';
}

.table-sortable .header.headerSortUp .sort-fallback:after {
    font-family: 'FontAwesome';
    content: '\f0d7';
}

.table-sortable .header.headerSortDown .sort-fallback:after {
    font-family: 'FontAwesome';
    content: '\f0d8';
}

.table-sortable .header .sort-fallback {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    opacity: 0.5;
}

.table-sortable .header .sort-fallback:after {
    font-family: 'FontAwesome';
    content: '\f0dc';
}

@media print {
    .table-sortable .header {
        background: none;
    }
}

#connectedQueriesContainer {
    margin-bottom: 5px;
}

#connectedQueriesContainer #connectedQueries,
#searchOptionsContainer .searchOptions-toggleable {
    display: none;
}

#connectedQueriesContainer #connectedQueriesInfo {
    padding-top: 7px;
}

#connectedQueriesContainer .connectedQueries-toggle .up,
#searchOptionsContainer .searchOptions-toggle .right {
    display: none;
}

#connectedQueriesContainer.open .connectedQueries-toggle .up,
#searchOptionsContainer.open .searchOptions-toggle .right {
    display: inline-block;
}

#connectedQueriesContainer.open .connectedQueries-toggle .down,
#searchOptionsContainer.open .searchOptions-toggle .left {
    display: none;
}

#connectedQueriesContainer.open #connectedQueries,
#searchOptionsContainer.open .searchOptions-toggleable {
    display: block;
}

#connectedQueriesContainer.open #connectedQueriesInfo {
    display: none;
}

.search-panel .nav > li.global > a {
    color: #64a8ff;
}

.global .fa,
.fa.global,
li.global,
.dropdown-menu li.global a,
.dropdown-menu li a.global {
    color: #64a8ff;
}

.global .fa.icon-pull-right {
    color: inherit;
}

.global .input-group-addon,
.global .btn,
.global .btn.disabled,
li.global.active,
.search-panel .nav > li.global:hover > a {
    border-color: #64a8ff;
    color: #64a8ff;
}

th.with-link,
td.with-link {
    overflow: hidden;
}

td.with-link:hover > a,
td.with-link:focus > a {
    background-color: #cecece !important;
}

th.with-link > a,
td.with-link > a {
    display: inline-block;
    margin: -150em;
    padding: 150em;
}

th.with-link > a:hover,
th.with-link > a:focus,
td.with-link > a:hover,
td.with-link > a:focus {
    text-decoration: none;
}

::-ms-clear {
    display: none;
}

.field-buttons {
    margin-top: 5px;
}


.list-with-more li:nth-of-type(1n+4) {
    display: none;
}

.list-with-more.show-all li:nth-of-type(1n+4) {
    display: list-item;
}

.list-with-more.show-all li:nth-of-type(1n+4).list-with-more-link {
    display: none;
}

.list-with-more li:nth-of-type(1n+4).list-with-more-link {
    display: list-item;
}

label.settings-key-global::before {
    font-family: 'FontAwesome';
    margin-right: 3px;
    content: '\f0ac';
    font-style: normal;
}

label.settings-key-optional {
    font-style: italic;
    color: dimgrey;
}

.check-dependant-group {
    display: inline-block;
    white-space: nowrap;
}

.copy-textarea {
    width: 100%;
    height: 80px;
}