<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}

.close {
	filter: alpha(opacity=50);
	opacity: .5;
}

.close:hover,
.close:focus {
	filter: alpha(opacity=90);
	opacity: .9;
}

/*.btn-success {
	font-weight: bold;
}*/

.tooltip-inner {
	max-width: 300px;
}

.row {
	width: 100%;
}

dl {
	margin-bottom: inherit;
}

a {
	color: #337AB7;
}

.text-primary {
	color: #337AB7;
}

.bg-primary {
	background-color: #337AB7;
}

.btn-primary {
	background-color: #337AB7;
}

fieldset[disabled] .btn-primary.active {
	background-color: #337AB7;
}

.btn-primary .badge {
	color: #337AB7;
}

/*.btn-success {
	color: #337AB7;
}*/

.open .dropdown-toggle.btn-success {
	color: #337AB7;
}

/*.btn-success .badge {
	background-color: #337AB7;
}*/

.btn-link {
	color: #337AB7;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
	background-color: #337AB7;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
	border-color: #337AB7;
}

.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
	background-color: #337AB7;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
	color: #337AB7;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
	background-color: #337AB7;
	border-color: #337AB7;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
	color: #2e6da4;
}

.label-primary {
	background-color: #337AB7;
}

a.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
	color: #337AB7;
}

a:hover,
a:focus {
	color: #2e6da4;
}

.btn-link:hover,
.btn-link:focus {
	color: #2e6da4;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337AB7;
}

.progress-bar {
	background-color: #337AB7;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #337AB7;
	border-color: #337AB7;
}

.panel-primary {
	border-color: #337AB7;
}

.panel-primary &gt; .panel-heading {
	background-color: #337AB7;
	border-color: #337AB7;
}

.panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #337AB7;
}

.panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #337AB7;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width:1400px;
    width: 100%;
  }
}
.table-responsive {
  overflow-x: inherit; /* 'auto' causes the div to disappear on larger monitors...not sure why*/
}
.bootbox {
    z-index: 20000 !important;  /* make sure the bootbox dialogs pop up over any other dialogs */
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
table-bordered &gt; tfoot &gt; tr &gt; td {
	border: 0px !important;
	border-top: 1px solid #ddd !important;
	/* this 'fixes' the table-bordered to look like it did in the previous version on bootstrap-table */
}

</pre></body></html>