body {
  padding-bottom: 25px;
}

#logo-banner img {
  margin: 12px 60px 20px 30px;
}

img#scribe-logo, img#edelberg-logo {
  float: right;
  margin: 12px 60px 20px 0;
}
#review-modal .modal-lg {
    width: 80% !important;
}
table#encounter-history, .container.encounter-history {
    width: 100% !important;
}
div.alert a {
  font-weight: bold;
}

div.alert#master-alert span {
  font-size: 85%;
  margin-left: 1.5em;
  display: inline-block;
  opacity: 0.6;
}

#search-form > div + div,
#provider-search-form > div + div {
  margin-left: 2em;
}

td.elapsed, td.updated, .nowrap {
  white-space: nowrap;
}

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

td.right, th.right {
  text-align: right
}

#encounter-detail {
  display: block;
  margin-bottom: 2em;
}

#timestamps dd span {
  margin-left: 1.5em;
}

table.account-summary {
  width: auto
}
table.account-summary thead tr th {
  text-align: center;
}
table.account-summary tr.admin td {
  background: linear-gradient(to bottom, white, #d9edf7 33%, white);
}
table.account-summary td.count {
  width: 5em;
  font-size: 28px;
  text-align: center;
}
table.account-summary td.count .admin-link {
  display: block;
  font-size: 12px;
  padding-top: .4em;
}
table.account-summary td.count .admin-link span {
  font-weight: bold;
}
table.account-summary td.facility .name {
  font-size: 17px;
  font-weight: bold;
}
img.facility-logo {
  width: 48px;
  height: 57px;
  margin-right: 8px;
}

.suspends-footer {
  text-align: center;
  color: #999;
}

#suspends-table thead th select {
  font-size: 80%;
}
#suspends-table th.suspend-reason select {
  width: 15em;
}
#suspends-table th {
  padding-left: .1em;
  padding-right: 1em;
}

/* Copied from legacy app - will be updated */

.encounter-item {
    display: inline-block;
    width: 170px;
    height: 185px;
    margin: 0 20px;
}
.encounter-item .content {
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    padding: 5px;
}
.encounter-item a:hover {
  text-decoration: none;
}

.encounter-item .content .left, .encounter-item .content .right {
    float: left;
    position: relative;
}
.encounter-item .content img {
    width: 48px;
    height: 57px;
    margin: 0;
}

.encounter-item .content .unassigned {
    font-weight: bold;
    font-size: 35px;
    padding-left: 10px;
    color: #000000;
}
.encounter-item .content .client {
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.encounter-item .content .encounters {
    color: #f15a24;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    clear: both;
    line-height: 1.1;
    position: relative;
    top: -5px;
}

.encounter-item .header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.encounter-item .footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.encounter-item .header, .encounter-item .footer {
    background: #001f5b;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.encounter-item-qa .content .encounters {
    color: #069751;
}

.encounter-item-qa .header, .encounter-item-qa .footer {
    background: #069751;
}

.encounter-item-history .content .encounters {
    color: #069751;
}

.encounter-item-history .header, .encounter-item-history .footer {
    background: #069751;
}

.encounter-item-suspend .content .encounters {
    color: #f15a24;
}

.encounter-item-suspend .header, .encounter-item-suspend .footer {
    background: #f00;
}

table.text-left td:nth-child(2n) {
    text-align: left;
}

table.text-left td:nth-child(2n+1) {
    text-align: right;
}

.nav.nav-tabs {
    border-radius: 10px;
    margin-bottom: 3px;
}

.nav.nav-tabs a:hover {
    color: #111111;
}

.tabs-parent {
    padding: 2px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
}

.tab-pane table th,
.nav.nav-tabs {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8f0f9+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,240,249,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,240,249,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,240,249,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,240,249,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,240,249,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,240,249,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f0f9',GradientType=0 ); /* IE6-9 */
}

th.column-hidden, td.column-hidden {
    display:none;
}

.doc-row {
    display: none;
}

tr.row-selected {
    background-color: #9acfea;
}

.suspend-tpl, .notes-tpl {
    display: none;
}

.tab-pane button.btn {
    margin-top: .5em;
    margin-bottom: .5em;
}

.btn.pull-right {
    margin-left: .75em;
    margin-right: .75em;
}

.add-row, .delete-row, .qa-agree, .modal-footer .btn + .btn {
    margin-left: 1.5em;
}

#release-suspended {
    margin: 1em 0;
}

#coderNotes {
    display: none;
}

tr.other-work-item {
  background-color: #f0f0f0;
}

.patient-header th {
  font-weight: normal;
  text-align: right;
  width: 30%;
}

.suspend-area th {
  font-weight: normal;
}

.suspend-area td {
  font-weight: bold;
}

table.table tr.header th,
table.table.encounter-history tr.related td {
  border-top: none;
}

.encounter-history h3 {
  margin-top: 0;
}
.encounter-history .table td {
  font-size: 85%;
  padding: .4em .5em;
}
.encounter-history .table td.code-description {
  padding: 2px 4px;
  font-size: 75%;
  line-height: 130%;
}
.encounter-history .table td span + span {
  margin-left: 1.5em;
  font-weight: bold;
}
.encounter-history .table th {
  padding: .4em .5em;
}


.encounter-status h3 {
    margin-top: 0;
}
.encounter-status .table td {
    font-size: 85%;
    padding: .4em .5em;
}
.encounter-status .table td.code-description {
    padding: 2px 4px;
    font-size: 75%;
    line-height: 130%;
}
.encounter-status .table td span + span {
    margin-left: 1.5em;
    font-weight: bold;
}
.encounter-status .table th {
    padding: .4em .5em;
}

#review-modal .encounter-history .table .qa td {
  border: none;
}

#review-modal table {
  width: 70%;
  margin-bottom: 8px;
}

td.tiny {
    width: 5%;
}

td.small {
    width: 7%;
}

td.medium {
    width: 45%;
}
.downcode-qa-button {
    margin-left: 5px;
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}
.downcode-select {
    width: 80%;
}
.em-level-select {
    width: 100px !important;
}

#pqrs-pro .pqrs, #pqrs-pro .code-description {
  width: 60%;
  display: inline-block;
}

#pqrs-pro .pqrs-mod {
  width: 20%;
  display: inline-block;
}

#pqrs-codes .well {
  margin-left: 1.5em;
  margin-bottom: 0.75em;
  font-size: 85%;
}

#pqrs-codes .well ul {
  margin-bottom: 0;
}

#pqrs-codes select + select {
  margin-left: 1.5em;
}

#pqrs-codes select {
  font-size: 85%;
}

.charge-code-select {
  font-size: 85%;
  height: 28px;
}

.code-description {
  background: #feb;
  font-size: 85%;
  padding: .3em;
  border-radius: 0 0 5px 5px;
}

.code-description h5 {
  margin: 5px 0;
}

.charge-code {
  font-size: 130%;
  display: block;
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.charge-code.label {
  font-size: 100%;
  font-weight: normal;
}

#review-message, #suspend-message {
  margin: 0 1.5em;
  color: #a66;
  font-weight: bold;
  text-align: left;
}

.suspend-note {
  background: #feb;
  padding: .3em .6em;
}

.released .suspend-note {
  background: none;
}

.released {
  background: #f0f0f0;
  color: #888;
}

.suspend-note .note {
  font-weight: bold;
}

.suspend-note-input {
  margin-top: 0.3em;
}

.released-by {
  color: #777;
  padding-bottom: 0.2em;
}

.released-by span + small {
  margin-left: 1.5em;
}

.released-note {
  background: #d0eed0;
  padding: .3em .6em;
  border-radius: 0 0 5px 5px;
}

.released-note .note {
  font-weight: bold;
}

.missing {
  background: #faa;
}

.not-billable {
  background: #d8d8d8;
}

.row-selected .code-description {
  color: white;
  background: #739baf; /* #9acfea; */
}

.ui-autocomplete.ui-menu {
  width: 500px;
  background: #fed;
  box-shadow: 6px 6px 14px rgba(0,0,0,0.2)
}

input.qa-note, .form-inline input.qa-note {
  width: 25em;
}

.qa-narrow input.qa-note {
  width: 12em;
}

.table td.qa {
  border: none;
}

#search-filters label {
  width: 8em;
  text-align: right;
}

#search-filters input, #search-filters select, #search-filters .code-description {
  width: 12em;
}

#search-filters #status {
  width: 22em;
}

#search-filters .form-group {
  width: 21em;
  margin: 5px 0;
}

#search-filters .code-desc {
  vertical-align: top;
  display: inline-block;
}

#search-filters #description {
  font-size: 85%;
  padding: .3em;
}

table.table {
  margin-bottom: 8px;
}

ul.coding-profile {
  padding-left: 20px;
  font-size: 90%;
  line-height: 125%;
  color: #999;
  margin-top: 5px;
  margin-bottom: 0;
}

td.assign-button img {
  opacity: 0.2;
  width: 2em;
  height: 2em;
}

textarea.release-note {
  text-align: left;
  height: 2em;
  transition: all 0.5s ease;
}

textarea.release-note:focus {
  height: 6em;
}

.livecode-role-banner {
  font-size: 30px;
  color: rgba(255, 200, 200, 128);
  position: absolute;
  left: 38%;
  top: 20px;
}

#encounter-created-alert span {
  font-weight: bold
}

.password-confirm {
  font-size: 150%;
  font-family: monospace;
  font-weight: bold;
}

.user-controls strong, .user-controls a {
  display: inline-block;
  margin-right: 1.5em;
}

td.user-name {
  font-size: 120%;
}

td.disabled {
  color: #bbb
}

.small-label {
  font-size: 12px; /*same as btn-xs*/
  font-weight: normal;
}

th.active {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

tr.danger .age {
  font-weight: bold;
  color: #d00;
}

#providers table label {
  font-weight: normal;
  color: #000;
}

tr.provider-inactive {
  display: none;
}
tr.provider-inactive > td {
  color: #bbb;
}

tr#add-provider td {
  vertical-align: middle;
}

#role-history-modal .modal-dialog {
  width: 850px;
}

.save-provider-state.btn {
  float: right;
  display: none;
}

.update-provider-state.btn {
    float: left;
    display: none;
}

.facility-group {
  border-bottom: 2px solid #eee;
  padding: .6em 0;
}
.facility-group > div {
  padding-top: .3em;
  padding-bottom: .3em;
}
.facility-group.first {
  border-top: 2px solid #eee;
}

.form-margins {
    margin-left:7px;
}

.input-group .chosen-container .chosen-choices {
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.error {
  color: red;
}

.ajax_loader {
  background-image: url(/images/preloader-01.gif);
  background-repeat: no-repeat;
  position: relative;
  height: 32px;
}

.charge-block {
  margin-top: 10px;
}
#suspend-note-display {
  border:1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: #fff;
}

.supend-note-box {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 34px;
  outline:none;
}

.readonly-suspend-note {
  color:lightslategray;
  margin:0px;
}

#add-note {
    position:relative;
    top:50%;
    left:75%;
}

.resize-none-textarea {
  resize:vertical;
}

.fix-resize-textbox {
  width: 270px;
  resize:vertical;
  min-height: 140px;
  max-height: 250px;
}

#release-suspended-up {
    margin-bottom: 10px;
}

#suspend-documentation button {
    margin-top:10px;
}

.facility-documents img {margin: 3px;}

.dos-block{
    padding: 4px;
}
.title-header{
    border-left: 3px solid black;
    margin: 0.5em 0 0.4em 0;
    padding: 0 0 0 5px;
    font-weight: normal;
    position: relative;
    line-height: 30px;
}
.facility-tabs{
    margin-left: 15px;
}
.dos-wrapper .btn-dos{
    margin-right: 5px;
}
.row.dos-wrapper {
    margin: 5px 2px 5px 0px;
}

.modifier-error {
    color: #ff4444;
    font-size: 10px;
    padding-top: 2px;
}