body {
    background-image: url('/static/images/light_wool.png');
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --bs-body-font-size: 14px;
}

a {
    text-decoration: none;
}

.header-content > * {
	display: table-cell;
	vertical-align: middle;
}

.header-content p.navbar-text {
	margin-left: 10px;
}


#logo {
	padding-right: 10px;
}

#logo img {
    border: none;
    max-width: 100%;
}

.credential-tooltip .tooltip .tooltip-inner {
    max-width: 25em;
}

.container, .container-lg, .container-md, .container-sm {
    background-color: rgb(255, 255, 255); /*fallback color for ie8 */
    background-color: rgba(255, 255, 255, 0.85);
}

.form .fileupload .input-group {
    display: -webkit-inline-box;
}

.fileupload .form-control {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

input.form-control[type=file] {
    height: auto;
}

.form-control-plaintext {
    margin-top: 0;
}

.btn-group {
    white-space:nowrap !important;
}

.x-panel-tl .x-panel-header, .x-panel-header {
    color: #333;
    font-size: 100%;
    /*background-color: #d5e4f5;*/
    /*background-image: none;*/
}

/*.x-grid3-td-checker {*/
    /*background-color: #edeef0 !important;*/
    /*background-image: none !important;*/
/*}*/
/*.x-grid3-hd, .x-grid3-header {*/
    /*background-color: #edeef0 !important;*/
    /*background-image: none !important;*/
/*}*/

.x-form-item label {
    top: 2px;
}

.x-form-trigger {
    max-width: none;
}

body .alert a.link {
    text-decoration: none;
    color: #333;
}

/* Use Bootstrap's underlining in preference to the browser default */
abbr[title], acronym[title] {
    text-decoration: none;
}


/* collapsible sections
-------------------------------------------------- */

.collapse-section {
    cursor: pointer;
}

.collapse-section h4 {
    transition: color 0.5s ease-in 0;
    -moz-transition: all 0.5s ease-in 0;
    -webkit-transition: color 0.5s ease-in 0;
    -o-transition: all 0.5s ease-in 0;
}

.collapse-section:hover h4 {
    color: #333;
}

.collapse-section > h4 > i {
    margin-right: 5px;
}

.collapse-section > h4 > i.text-muted {
    opacity: 0.35;
}



/* Alerts
-------------------------------------------------- */

.alert a {
    text-decoration: none;
    color: inherit;
}


/* Time elements
-------------------------------------------------- */

/* This CSS hides time elements until JS has formatted the date
using the browser's locale settings */
time {
    display: none;
}


/* content
-------------------------------------------------- */

#content {
    min-height: 314px;
}


/* Profile form
-------------------------------------------------- */

address {
    margin-bottom: 0;
}

.profile_view_label {
    text-align: right;
    padding-right: 1em;
}

/* Results
-------------------------------------------------- */

.results_detail, .previous_results {
    padding-top: 1em;
}

.results_detail h5:hover, .previous_results h5:hover {
    text-decoration: underline;
    cursor: pointer;
}

.results_detail .well {
    color: #333;
    margin-top: 1em;
}

/* Ext modal mask
-------------------------------------------------- */

.ext-el-mask {
    background-color: #CCC;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: block;
}


/*
 * BL branding */

#powered-by {
    text-align: center;

    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    transition: all 0.35s ease-out 0;
    -moz-transition: all 0.35s ease-out 0;
    -webkit-transition: all 0.35s ease-out 0;
    -o-transition: all 0.35s ease-out 0;
}

#powered-by > a {
    color: inherit;
    text-decoration: none;
}

#powered-by:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#powered-by > a > * {
    vertical-align: middle;
}

#powered-by #brightlink {
    font-weight: bold;
}


/* Used to disable double click on links with code in core_javascript.html.*/
a.link-disabled {
    pointer-events: none;
}


/* fix panel bg-success background color to BS3 standard */
.panel.bg-success {
  background-color: #fff !important;
}

.toggle-btn-md {
    min-width: 3.7rem !important;
    min-height: 2.15rem !important;
}

.toggle-btn-sm {
    min-width: 3.125rem !important;
    min-height: 1.938rem !important;
}

.toggle-btn-sm .fa {
    margin-top: 0.1rem;
}

.btn.btn-default {
    --bs-btn-color: #333;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #ccc;
    --bs-btn-hover-border-color: #adadad;
    --bs-btn-hover-bg: #e6e6e6;
}
