body {
    background-image: url('/static/images/light_wool.png');
    padding-top: 0;
    padding-bottom: 0;
}

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

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

.header-content [class^="glyphicon-"] {
	margin-right: 5px;
}

#logo {
	padding-right: 10px;
}

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

.container {
    background-color: rgb(255, 255, 255); /*fallback color for ie8 */
    background-color: rgba(255, 255, 255, 0.85);
    padding: 2em;
    border-left: thin solid whitesmoke;
    border-right: thin solid whitesmoke;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.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-static {
    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;
}


/* Nav
-------------------------------------------------- */

#sidebar .well {
    background-color: rgb(250, 250, 250);
    border-radius: 1px;
    padding: 10px !important;
}

.nav > li > a {
    padding: 3px 15px;
}

.nav > li > a:not(.disabled) {
    color: #333;
}

.nav-header {
    margin-top:15px !important;
    font-size: 95% !important;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold;
    padding: 3px 15px;
}

a.disabled {
    color: lightgray;
    cursor: not-allowed;
}

a.disabled i {
    opacity: 0.15;
}

.nav > li > a.disabled:hover {
    text-decoration: none;
    background-color: inherit;
}


.breadcrumb > li:not(:first-child):before {
    content: " / ";
    padding: 0 5px;
    color: #999;
}

.breadcrumb > li.active {
    font-weight: bold;
}


/* 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;
}

/* FIXME COREBT-12196: When upgrading to bootstrap 4, remove this custom
CSS since Bootstrap 4 already has this display-inline utility class */
.d-inline {
    display: inline!important;
}

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

#content {
    min-height: 314px;
}


/* Footer
-------------------------------------------------- */

.footer {
    margin-top: 45px;
    padding: 35px 0 36px;
    border-top: 1px solid #e5e5e5;
}
.footer p {
    margin-bottom: 0;
    color: #555;
}



/* 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;
}


/*Bootstrap Extensions*/

/* FIXME COREBT-12196: When upgrading to bootstrap 4, remove this custom
bootstrap css since bootstrap 4 has support for colored badges */

.badge-primary {
  background-color: #337ab7;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #286090;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #fff;
}

.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #c9302c;
}


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