.errorlist{
    color: red;
}

hr.style-one {
    height: 1px;
    border-bottom: 1px solid #D3D3D3
}

.txtlink {
    color: teal;
    text-decoration: none;
    margin-left: 20px;
    font-size: 16px;
    border-bottom-style: none;
}

.right-float {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 10px;
    opacity: .3;
    float: right;
}

.button-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fefefe;
}

.member {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CCC;
}


.member tbody, thead
{ 
    border: 1px solid #CCC;
}

.member thead
{ 
    border: 1px solid #CCC;
}

.capritable 
{
    font-size: 14px;
}

table 
{
    font-size: 14px;
}

button.filterautocomplete
{
    margin: 0 0 0 0;
}

table.vborder { border-collapse: collapse; }
table.bborder {
    border-bottom: solid 1px #D3D3D3;
}
tr.vborder { 
    border: none; 
    text-align:center; 
}
th.vborder {
  border-right: solid 1px #D3D3D3;
  text-align:center; 
}
th.tborder {
    border-top: solid 1px #D3D3D3; 
  }
th.lborder {
    border-left: solid 1px #D3D3D3;
}
td.lborder {
    border-left: solid 1px #D3D3D3;
}
td.vborder {
    border-right: solid 1px #D3D3D3; 
    text-align:center; 
}
td.compact {
    margin:0.0rem 0.0rem 0.0rem;
    padding: 0.0rem 0.0rem 0.0rem;
}
th.bborder {
    border-bottom: solid 1px #D3D3D3;
}
td.bborder {
      border-bottom: solid 1px #D3D3D3; 
}

a.compactbutton, a.compactbutton:visited {
    color: #f8f8f8;
    white-space: nowrap;
}

.compactbutton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0.5em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #007c82;
    color: #fefefe;
}

.compactbutton.secondary {
    background-color: #767676;
    color: #fefefe
}

.a-box-group>.a-box{margin-top:-1px;border-radius:0}
.a-box-group>.a-box.a-first,.a-box-group>.a-box:first-child{border-radius:4px 4px 0 0;margin-top:0;}
.a-box-group>.a-box.a-first>.a-box-inner,.a-box-group>.a-box:first-child>.a-box-inner{border-radius:4px 4px 0 0}
.a-box-group>.a-box.a-last,.a-box-group>.a-box:last-child{border-radius:0 0 4px 4px}
.a-box-group>.a-box.a-last>.a-box-inner,.a-box-group>.a-box:last-child>.a-box-inner{border-radius:0 0 4px 4px}
.a-box-group>.a-box.a-onlychild,.a-box-group>.a-box:only-child{border-radius:4px}
.a-box-group>.a-box.a-onlychild>.a-box-inner,.a-box-group>.a-box:only-child>.a-box-inner{border-radius:4px}
.a-box{display:block;border-radius:4px;border:1px #ddd solid;background-color:#fff;}
.a-box .a-box-inner{border-radius:4px;position:relative;padding:14px 18px}
.a-color-offset-background{background-color:#f6f6f6!important;}
.a-spacing-bottom{margin-bottom: 14px!important;}
.a-spacing-bbottom{margin-bottom: 60px!important;}
.a-title{color: teal; font-size: 1.5em; }

.line-spacing{line-height: 40px;}

.scrollheight90 {
  max-height:90vh;
  overflow:auto;
}

.scrollheight40 {
    max-height:40vh;
    overflow:auto;
}

.pad {
    padding: 5px;
}

* { box-sizing: border-box; }
body {
  font: 16px Arial; 
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.not-full-width {
  width: 15em !important;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.aui-lozenge {
  background: #dfe1e6;
  border: 1px solid #dfe1e6;
  border-radius: 3px;
  color: #253858;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 99%;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 5px 2px 5px
}

.casp-target-id {

  color: #253858;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 99%;
  margin: 0;

  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

}

.aui-lozenge-moved {
  background-color: #ffab00;
  border-color: rgba(255, 81, 0, 0.452) ;
  color: #253858;
}

.aui-lozenge-success {
  background-color: #5cb85c;
  border-color: #00875a;
  color: #fff;
}

.border-red{
  border:1px solid red;
  border-color:red;
  padding:5px;
  margin:5px;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  color: #34495e;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6em;
}

p {
  margin: 0;
}

.notice {
  position: relative;
  margin: 1em;
  background: #f9f9f9;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.notice:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -17px;
  background-color: #ddd;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-family: Georgia;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
  border-color: #0074d9;
}

.info:before {
  content: "i";
  background-color: #0074d9;
}

.success {
  border-color: #2ecc40;
}

.success:before {
  content: "√";
  background-color: #2ecc40;
}

.warning {
  border-color: #ffdc00;
}

.warning:before {
  content: "!";
  background-color: #ffdc00;
}

.error {
  border-color: #ff4136;
}

.error:before {
  content: "!";
  background-color: #ff4136;
}

