<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">textarea.input-wide, input.input-wide{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.input-wide{
    height: 28px;
}
div.bootstrap-select.select-wide, input.select-wide, select.select-wide {
    width: 100%;
}
div.bootstrap-select.select-small,input.select-small, select.select-small {
    width: 110px;
}

/**
 * Body: add enough margin to allow for top navigation
 */

body {
  position:relative;
  padding-top: 10px; 
  padding-bottom: 40px;
  padding-left: 10px;
  min-height: 1000px;
}

.lp-body {
  padding-top: 40px; 
}

.cdl-hero-unit-lp {
  background: url("/images/cdl_head.png"); 
  font-weight: 400;
  color: #ffffff;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.cdl-hero-unit-lp a {
	color: #dddddd;
}

.cdl-hero-unit {
  font-weight: 400;
}




/**
 * small tags in h1 headers
 */
h1.page-header small {
  margin-top: 0.5em;
  display: block;
}

a.site-logo {
    display: inline-block;
    border: none;
    vertical-align: bottom;
    margin-right: 30px;
}

p.site-title {
    display: inline-block;
    vertical-align: bottom;
}

/**
 * News
 *
 * News are displayed as table with two colums: Date and Description.
 * The HTML realization is a &lt;dl class="news"&gt;
 */

dl.news dt {
  float: left;
  clear: left;
  text-align: right;
  padding-right: 1em;
}

dl.news dd {
  padding-bottom: 0.5em;
}




/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
}

/*
 * Center style
 * Usage: &lt;div class="span8 center"&gt;
 * NOTE: Only works if bootstrap css files were included before!
 */
.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}


/*
 * User Login
 */
.container{
    position: relative;
}
.user-login {
	position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 10px;
}
.page-header-single {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .user-login {
        position: inherit;
        float: right;
    }
    .page-header-single {
        margin-top: 0px;
    }
}


.loginForm {
	display: inline;
}

.loginForm label {
	padding-left: 5px;
	margin-left: 20px;
	vertical-align: text-bottom;
}

.loginForm input {
	margin-left: 10px;
}


table.cake-sql-log tr{
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
}

table.cake-sql-log td{
    padding-top: 10px;
    padding-bottom: 10px;
}


ul.testingresults-linklist{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*ul.testingresults-linklist ul{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}*/

ul.testingresults-linklist ul {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

ul.testingresults-linklist ul ul{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
}

ul.testingresults-linklist ul ul ul{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}


div.paging span{
    margin-left: 2px;
    margin-right: 2px;
}

div.paging span.current{
    font-weight: bold;
}

div.paging span.disabled{
    color: silver;
}



.input.checkbox label{
    display: inline-block;
}


.bs-tooltip-trans-low .tooltip.in {
  opacity: 0.93;
  filter: alpha(opacity=93);
}

.tooltip-inner {
    white-space: normal;
    font-weight: normal;
}
    
.bs-tooltip-big .tooltip-inner{
    max-width: 500px;
    text-align: left;
}

.bs-tooltip-big .tooltip-inner ul{
    min-width: 180px;
}

.tooltip-inner code{
    background-color: transparent;
    border: none;
}




div.actions{
    margin-top: 20px;
}

.btn-very-small{
    padding: 0px 7px;
    font-size: 10px;
    border-radius: 3px 3px 3px 3px;
}

div.bs-datetimepicker, div.bs-datepicker, div.bs-timepicker{
   display: block; 
}

td.btn-group, th.btn-group{
    display: table-cell;
    text-align: right;
}


.spansystem {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.table th, .table td{
    width: auto;
}

div.ui-accordion .btn-group a.btn{
    color: white;
}

.cloakmail{
    cursor: pointer;
    text-decoration: underline;
}


.btnradios{
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}
.btnradios label{
    display: inline-block;
    margin-right: 50px;
}
.btnradios label.btn{
    margin-right: 0px;
    min-width: 70px;
}
.btnradios label.btn.active{
    background-color: rgb(200, 200, 200)
}

.btn.btn-small.btn-icon, .btn.btn-small.btn-icon:hover{
    padding-left: 7px;
    padding-right: 7px;
}

body td.text-center, th.text-center{
    text-align: center;
}

a.alert{
    display: block;
    text-align: center;
}

a.alert.alert-success:focus, a.alert.alert-success:hover{
    color: rgb(70, 136, 71);
}


th.bs-popover-cell div.popover{
    font-weight: normal;
}

th.bs-popover-cell div.popover .popover-title{
    font-weight: bold;
}

dl.dl-wide dt, dl.dl-wide dd{
    padding-top: 3px;
    padding-bottom: 3px;
}

.bootstrap-select .dropdown-menu li a{
    min-height: 20px;
}

.bootstrap-filestyle input, .bootstrap-filestyle label{
    vertical-align: top;
}

table.table-autowidth{
    width: auto;
}

table.table-autowidth td, table.table-autowidth th{
    padding-left: 16px;
    padding-right: 16px;
}


form.form-horizontal .controls-text{
    padding-top: 5px;
}

form.form-horizontal.form-narrow .control-group{
    margin-bottom: 10px;
}

form.form-horizontal label.checkbox label{
    display: inline-block;
}

form.form-horizontal.form-narrow label.checkbox span.round-button{
    margin-top: -5px;
    margin-bottom: -15px;
}

.btn-group .btn.firstchild{
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}


.alert.alert-well{
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(227, 227, 227);
    color: #606060;
}

dl.dl-horizontal.dl-wider dt{
	width: 200px;
}
dl.dl-horizontal.dl-wider dd{
	margin-left: 220px;
}

dl.dl-horizontal.dl-wider2 dt{
  width: 250px;
}
dl.dl-horizontal.dl-wider2 dd{
  margin-left: 270px;
}


.showtextblock{
    background-color: #fff3e5;
}

.showtextblock &gt; span &gt; p, .showtextblock &gt; span &gt; div{
    border: 3px dashed #FAA732 !important;
}

.showtextblock &gt; span &gt; p, .showtextblock &gt; span &gt; div.section{
    padding: 5px;
    background-color: #fff3e5;
}


.nowrap{
    white-space: nowrap;
}


.well .progress{
  margin-bottom: 10px;
}

.text-muted3 {
    color: #868e96;
}

pre.export{
  overflow: scroll;
  white-space: pre;
}

input.input-monospace,
button.input-monospace,
select.input-monospace,
textarea.input-monospace {
  font-family: "Consolas", monospace;
}

@media (max-width: 767px) {
    div#scrollspy-container {
        position: static;
        width: auto;
        top: 0;
    }

    /* Fix modal content scrolling on small screens */
    .modal .modal-body {
        max-height: calc(100vh - 190px); /* or 210px */
    }

}

.modal &gt; form {
    margin-bottom: 0;
}


.label.label-success-light {
    border: 1px solid #468847;
    padding: 2px 3px;
    background-color: #dff0d8;
}

.form.form-inline-display {
    display: inline;
}

.ng-hide {
    display: none;
}

/* messages.css */
.error-message, .message {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*
.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}
*/

.error-message {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.ERROR-MEssage h4 {
    color: #b94a48;
}

.message {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.message h4 {
    color: #3a87ad;
}
</pre></body></html>