@font-face {
  font-family: 'OpenSans';
  src: url('/css/fonts/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'OpenSans';
  src: url('/css/fonts/OpenSans-SemiBold.ttf');
  font-weight: bold;
  font-style: normal;
  }

html {
  display: table;
  margin: auto;
  }

body {
  display: table-cell;
  vertical-align: middle;
  font-family:OpenSans;
  background-color: #ffffff;
  color: black;
  }

button::-moz-focus-inner {
  padding: 0;
  border: 0
  }

.ltext {
  color: #ff0033;
  font-size: 30px;
  font-weight: bold;
  }

.table
  {
  border-collapse:collapse;
  background-color:white;
  }
th
  {
  background-color:#ffffff;
  color: black;;
  font-weight: bold;
  font-size:24px;
  height: 40px;
  }

.incomp {
  background-color:#F0A29A;
  }

.lbutt
  {
  font-size: 19px;
  background-color: #3B6DAB;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  height:36px;
  transition-duration: 0.4s;
  }

.lbutt:disabled
  {
  opacity: 0.6;
  cursor: not-allowed;
  }

.lbutt:hover {
  background-color: #1D4D99;
  color: white;
  }

.lbutt:active {
  background-color: #0D2342;
  }

.preadmpatpay
  {
  display:none;
  }
.preadmpatrel
  {
  display:none;
  }
.preadmpatmed
  {
  display:none;
  }

.autocomplete {
  position: relative;
  display: inline-block;
  }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  }

.autocomplete-items div:hover {
  background-color: #e9e9e9; 
  }

.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
  }
