@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');

:root {
  --fs-25: .25rem;
  --fs-50: .50rem;
  --fs-75: .75rem;
  --fs-100: 1rem;
  --fs-150: 1.5rem;
  --fs-175: 1.75rem;
  --fs-200: 2rem;
  --bg-main: rgb(45, 45, 45);
  --bga-main: rgba(45, 45, 45, 0);
  --bg-hover: rgba(60, 60, 60, 0.97);
  --subbg-hover: rgba(225, 229, 231, 0.97);
  --bg-alt: rgb(245, 248, 250);
  --bga-alt: rgba(245, 248, 250, 0.97);
  --fc-main: black;
  --fc-main-hover: rgb(39, 185, 102);
  --fc-alt: whitesmoke;
  --bg-wait: rgba(60, 60, 60, .8);
  --btn-bg: #0F233B;
  --fc-nopat: red;
  --link-color: blue;
  --link-hover-color: darkcyan;
  --btn-hover-gradient-start: #F5EFED;
  --btn-hover-gradient-end: #999796;
  --btn-gradient-start: #0F233B;
  --btn-gradient-end: #01050A;
  --fc-inactive: rgb(147, 150, 151);
  --prescription-text: blue;

  /*Items that won't change color during a theme change*/
  --bg-sub-main: rgb(245, 248, 250);
  --bga-sub-main: rgba(245, 248, 250, 0.97);
  --fc-sub-main: black;
  --fc-sub-alt: whitesmoke;
  --btn-sub-bg: #0F233B;
  --icon-size: 40px;
  --alert-viewed-bg: rgb(16, 114, 16);
  --alert-viewed-bg-hover: rgb(15, 140, 15);
  --alert-viewed-fc: whitesmoke;
  --alert-deleted-background: rgb(125, 4, 4);
  --alert-deleted-background-hover: rgb(190, 4, 4);
  --alert-active-hover: rgb(204, 199, 199);

}

.darkmode {
  --bg-main: rgb(245, 248, 250);
  --bga-main: rgba(245, 248, 250, 0.97);
  --bg-alt: rgb(45, 45, 45);
  --bga-alt: rgba(45, 45, 45, 0.97);
  --bg-hover: rgba(245, 248, 250, 0.97);
  --fc-main: whitesmoke;
  --fc-alt: black;
  --btn-bg: #ffffff;
  --fc-nopat: yellow;
  --link-color: yellow;
  --link-hover-color: green;
  --btn-hover-gradient-start: #F5EFED;
  --btn-hover-gradient-end: #999796;
  --btn-gradient-start: #ffffff;
  --btn-gradient-end: #d0d6d9;
  --alert-active-hover: rgb(171, 170, 170);
  --prescription-text: yellow;
}

body {
  font-family: Raleway;
  margin: 0px;
  padding: 0px;
}

span {
  margin: 0px;
  padding: 0px;
}

.navbar {
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 50px;
}

.navbar-nav>.patient-demographic {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-side-menu {
  overflow: auto;
  font-size: var(--fs-150);
  font-weight: 100;
  font-variant: small-caps;
  line-height: 10px;
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
  position: fixed;
  top: 60px;
  width: 18%;
  height: 93%;
  color: var(--fc-main);
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 10px;
  margin: 0px;
  line-height: 3%;
  cursor: pointer;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}

.nav-side-menu li {
  padding-left: 0px;
  border-bottom: 1px solid #23282e;
  -webkit-transition: all 125ms ease;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  -ms-transition: all 125ms ease;
  transition: all 125ms ease;
}

.nav-side-menu li a {
  text-decoration: none;
  color: var(--fc-main);
}

.nav-side-menu li a i {
  padding-left: 10px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
  box-shadow: 0px 0px 10px 0px rgba(60, 60, 60, 1);
}

.sortdiv:hover {
  background-color: var(--bg-main);
  color: var(--fc-alt);
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

.patient-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  height: auto;
  padding-top: 30px;
}

.background {
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 3%;
  left: 0;
  background-image: url('../images/stethoscopebackground.png');
  /*overflow:auto;*/
}

.backgroundfull {
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  left: 0;
  background-image: url('../images/stethoscopebackground.png');
  /*overflow:auto;*/
}

input {
  padding: 10px;
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.card-header {
  color: var(--fc-main);
  font-variant: small-caps;
  background: transparent;
  border: none;

}

.expandHeader {
  position: fixed;
  height: 15px;
  width: 70%;
  text-align: center;
  cursor: pointer;
}

.displayHeader {
  display: block;
  height: 50px;
  display: none;
  width: 100%;
  color: var(--fc-alt);
  font-size: 20px;
  padding-left: 10px
}

.DemoFormat {
  color: var(--fc-alt);
  margin: 0;
  padding-left: 0;
  float: left;
  font-size: 20px;
}

.headerColumn {
  text-align: right;
  padding: 0;
  font-size: 20px;
}

.valueColumn {
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
}

.patientdroplist {
  font-family: Raleway;
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1);
  color: var(--fc-main);
}

/*Login style*/
.LoginContainter {
  width: 500px;
  height: 500px;
  top: 25%;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--bg-alt);
  background-color: var(--bga-alt);
  margin-left: 35%;
  position: fixed;
  text-align: center;
  color: var(--fc-main);
}

.LoginContainter h1:nth-child(1) {
  float: left;
  background-color: var(--bga-alt);
}

.LoginContainter h1:nth-child(2) {
  float: left;
  padding-top: 3px;
  background-color: var(--bga-alt);
}

.LoginContainerInput {
  width: 250px;
  height: 35px;
  display: inline-block;
}

.LoginContainerSubmit {
  color: var(--fc-main);
  border: none;
  background: transparent;
  cursor: pointer
}

.LoginContainerSubmit:hover {
  text-decoration: underline;
}

.LoginErrorStyle {
  color: var(--fc-alt);
  background-color: red;
  margin-top: 10px;
}

.LoginInput {
  display: flex;
  flex-direction: column;
}

.LoginInput div {
  margin-bottom: 1em;
}

#loginbutton {
  background-color: var(--fc-alt);
  opacity: 0.6;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 5px solid var(--fc-alt);
  padding: 2px;
  margin-left: 35%;
  width: 75px;
  height: 40px;
  text-align: center;
  color: var(--fc-main);
  vertical-align: middle;
}

#loginbutton:hover {
  opacity: 0.9;
}

#regbutton {
  background-color: var(--fc-alt);
  opacity: 0.6;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 5px solid var(--fc-alt);
  padding: 2px;
  width: 80px;
  height: 40px;
  text-align: center;
  color: var(--fc-main);

}

#regbutton:hover {
  opacity: 0.9;
}

.regFormat {
  color: var(--fc-alt);
  margin: 0;
  padding-left: 0;
}

.regformatbuttons {
  color: var(--fc-alt);
  margin: 0;
  padding-left: 50px;
}

.hiddenrow {
  display: none;
}

.detailtoggle {
  cursor: pointer;
}

.logintextbox {
  margin-left: 35%;
}

.loginButton {
  margin-left: 50%;
}

.flowsheetrow {
  width: 150px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, .8) url('../images/ajax-loader.gif') no-repeat 50%;
}

#patloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, .8) url('../images/ajax-loader.gif') no-repeat 50%;
}

#mainloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  overflow: hidden;
  background: rgba(60, 60, 60, .8);
}

#popupbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, .8);
}

#obsdoc {
  position: fixed;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  overflow: auto;
}


.btn {
  background: var(--bg-main);
  background-image: -webkit-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: -moz-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: -ms-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: -o-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: linear-gradient(to bottom, var(--btn-gradient-start), var(--btn-gradient-end));
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: var(--fc-alt);
  font-family: Open Sans;
  font-size: .9vw;
  font-weight: 100;
  padding: 5px 10px 5px 10px;
  border: solid var(--fc-main) 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.btn:hover {
  background: var(--fc-alt);
  background-image: -webkit-linear-gradient(top, var(--btn-hover-gradient-start), var(--btn-hover-gradient-end));
  background-image: -moz-linear-gradient(top, var(--btn-hover-gradient-start), var(--btn-hover-gradient-end));
  background-image: -ms-linear-gradient(top, var(--btn-hover-gradient-start), var(--btn-hover-gradient-end));
  background-image: -o-linear-gradient(top, var(--btn-hover-gradient-start), var(--btn-hover-gradient-end));
  background-image: linear-gradient(to bottom, var(--btn-hover-gradient-start), var(--btn-hover-gradient-end));
  text-decoration: none;
}

.dropdownbtnstyle {
  width: 5vw;
  text-align: center;
}

#paging {
  width: 100%;
}

#childleft {
  cursor: pointer;
}

.CategoryContent {
  width: 81%;
  height: 93%;
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
  margin-left: 18.5%;
  position: fixed;
}

.ItemContent {
  position: relative;
}

.ItemContentFloatLeft {
  float: left;
}

.ItemContentPatHeader {
  font-family: Raleway;
  font-size: 2.5vw;
}

.ItemContentPatHeaderRow {
  float: left;
  margin-left: 2%;
  color: var(--fc-main);
  background-color: transparent;
  border: none;
}

.ItemContentPageNav {
  display: flex;
  justify-items: center;
  padding: 0;
  margin: 0;
  vertical-align: center;
}

.ItemContentPagNavTable {
  margin-left: 30%;
  width: 100%;
}

.ItemContentPageNavColumn {
  margin-left: 50%;
  width: 100%;
  font-family: Lato;
}

.RecsPerPage {
  justify-self: flex-end;
  display: flex;
  align-items: center;
  margin-right: 1em;
  padding-right: 1em;
}

.RecsPerPage div:first-child {
  margin-right: .25em;
  color: var(--fc-main);
}

.card-body-scroll {
  overflow: hidden;
  color: var(--fc-main);
}

/*Top nav bar search pat info, and User info*/
#patdetail {
  font-family: lato;
  height: 90%;
}

#patsearch {
  height: 35px;
  width: 13vw;
  font-size: .9vw;
}

.patsearchlist {
  cursor: pointer;
}

.patsearchlist a {
  font-size: .9vw;
}

#patList {
  display: none;
  width: 18vw;
  height: 300px;
  overflow-y: auto;
  background-color: white;
  margin-left: 17px;
  top: 45px;
}

#search {
  display: none;
  width: 18vw;
  height: 50px;
  background-color: rgba(253, 132, 105, 1.0);
  margin-left: 17px;
  top: 342px;
  padding: 5px 0 0 0;
  text-align: right
}

.searchlink {
  color: var(--fc-main);
}

#patinfo {
  padding-left: 100px;
  font-family: 'Raleway:800', Lato;
}

.submenuitemstyle {
  color: var(--fc-main);
}

.searchkeylink {
  font-size: var(--fs-150);
  font-weight: bold;
  color: var(--fc-main);
}

.patientdemodata {
  font-size: var(--fs-150);
  font-weight: bold;
  color: var(--fc-main);
  padding-top: 1%;
}

.searchkeylinksubstyle {
  margin: 0;
  color: var(--fc-main);
  font-size: 15px;
}

.recentListStyle {
  color: var(--fc-main);
}

.recentListStyle:hover {
  color: var(--fc-main);
}

.user-info-top {
  padding-right: 50px;
  color: var(--fc-main)
}

.user-info-top li div a {
  font-size: .9vw;
}

.imagestyle {
  padding-top: 3px;
  width: 25px;
  text-align: right;
  padding-right: 10px;
  float: left;
}

#pagenav {
  font-family: Lato;
  font-size: 25px;
  margin-left: 30%;
  width: 100%;
}

.Menu-Content-Icon-Style {
  padding-right: 25px;
  padding-left: 10px;
}

.card-body-scroll ol li {
  font-size: 25px;
  font-weight: normal;
}

.card-body-scroll ol li h5 {
  font-weight: bold;
}

.card-body-scroll ol li a {
  color: red;
}

/*Moniker screen formatting*/
.MonikerStamp {
  width: 85%;
  height: 15%;
  margin-left: 7%;
  margin-top: 35%;
  margin-bottom: 0;
  background-image: url('../images/stethoscopebackground.png');
  background-size: cover;
}

.MonikerStamp div {
  padding-left: 50px;
  height: 90%;
  padding-top: 10%;
  margin-right: 10%
}

.MonikerStamp div p:nth-child(1) {
  font-weight: bold;
  font-size: var(--fs-100);
  color: var(--fc-main);
}

.MonikerStamp div p:nth-child(2) {
  color: var(--fc-main);
  font-size: .7vw;
}

.Copyrightstyle {
  font-size: 1vw;
  position: fixed;
  bottom: 2%;
  padding: 0;
  padding-left: 5%;
}

.MenuHeight {
  height: 65%;
  color: var(--fc-main);
}

.NoPatientStyle {
  font-size: 2.5vw;
  color: var(--fc-nopat);
  margin-left: 25%;
}

.PatAuditSideMenu {
  color: var(--fc-main);
}

.Whitefont {
  color: var(--fc-main);
}

.FilterDropDownRoundedCorners {
  background-color: white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: .5px solid lightgray;
  max-height: 4vw;
  width: 100%;
  white-space: nowrap;
}

.FilterDropDownRoundedCorners li a {
  color: dimgray;
}

.FilterDropDownRoundedCorners li div {
  width: 15vw;
  height: 15vw;
  overflow-y: auto;
  font-size: var(--fs-100);
  padding-bottom: .5em;
}


.dropdownbutton {
  background: var(--btn-gradient-start);
  background-image: -webkit-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: -moz-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: -ms-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: -o-linear-gradient(top, var(--btn-gradient-start), var(--btn-gradient-end));
  background-image: linear-gradient(to bottom, var(--btn-gradient-start), var(--btn-gradient-end));
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-family: Arial;
  color: var(--fc-alt);
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  width: 100px;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.dropdownbutton:hover {
  color: var(--fc-alt);
  cursor: pointer;
}

.AdvancedSearchStyleTop {
  width: 80%;
  margin-right: 1%;
  margin-top: 1%;
  padding-top: 1.2%;
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
}

.AdvancedSearchStyleBottom {
  width: 80%;
  margin-right: 1%;
  margin-top: 0;
  padding-top: 0;
  background-color: var(--bg-alt);
  background-color: var(--bga-alt);
  height: 30%;
}

.AdvancedStyleOverflow {
  text-align: center;
  margin-left: 5%;
  overflow-y: auto;
  height: 30%
}

.AdvancedSearchCriteria {
  color: var(--fc-alt);
  font-size: .9vw;
  width: 100%;
  text-align: center;
}

.AdvancedSearchCriteriaInput {
  width: 25%;
  height: 2vw;
  display: block;
  margin: auto;
}

.AdvancedSearchCriteriaButtonLeft {
  width: 150px;
  float: left;
  margin-left: 38%;

}

.AdvancedSearchCriteriaButtonRight {
  width: 150px;
  float: left;
}

.AdvancedDiv {
  margin-top: 5px;
  text-align: center;
}

.AdvancedNavLink {
  color: var(--fc-main);
}

.AdvancedNavLink:hover {
  color: var(--fc-main);
}

#FlowValue {
  margin-top: 5%;
  margin-right: 3%;
}

/*//2factor auth*/
.TwoFactorHeader {
  font-weight: bold;
  color: var(--fc-main);
}

.TwoFactorAuthDescription {
  font-size: .8vw;
  text-align: left;
  color: var(--fc-main);
  font-weight: normal;
}

.OuterButtonPosition {
  width: 100%;
  text-align: center;
}

.InnerButtonPosition {
  width: 150px;
  display: inline-block;
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.ResetButton {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

#RENTERPASSWORD {
  padding-top: .5vw;

}

.ResetPasswordStyle {
  font-size: .8vw;
  color: var(--fc-main);
}

.NoRecordsStyle {
  color: var(--fc-main);
}

.table-hover tr:hover td {
  background-color: rgba(196, 193, 194, 0.8);
}

/*Category styles*/
/*Header for categories with status*/
.selectstatus {
  width: 150px;
  float: left;
  padding-left: 10px;
  margin-top: 0;
  height: 100%;
  vertical-align: center;
}

.selectstatus select {
  width: 100%;
  font-size: 20px;
}

.selectcontainer {
  width: 100%;
  float: left;
  margin-top: 2vw;
  height: 3%;
  font-size: var(--fs-150);
}

.selectheading {
  float: left;
  text-align: right;
  margin-top: 0;
  height: 100%;
  font-size: var(--fs-150);
  vertical-align: center;

}

/*end of headers for categories with status*/

.namecol {
  width: 250px
}

.commentcol {
  width: 100px
}

.appenddetail {
  display: none;
  position: relative;
  top: 3vh;
  left: 20vw;
  width: 60vw;
  height: 90vh;
  padding: 5px;
  border: .75em solid var(--bg-main);
  background-color: var(--bg-alt);
  box-shadow: 0px 0px 10px 0px var(--bga-alt);
  z-index: 1002;
  color: var(--fc-main);
}

.appenddetail div {
  padding-top: 2em;
  padding-left: 2em;
}

.closeappend {
  margin-left: auto;
  height: 30px;
  cursor: pointer;
}

.appendvalue {
  background-color: rgb(245, 248, 250);
  color: black;
  overflow: auto;
  height: 80vh;
  width: 55vw;
}

.displaydoc {
  display: none;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 70%;
  height: 90%;
  padding: 16px;
  border: 16px solid var(--bg-main);
  background-color: var(--fc-alt);
  z-index: 1002;
  overflow: auto;
  color: var(--fc-main);
}

.closedoc {
  position: fixed;
  text-align: right;
  height: 30px;
  width: 25cm;
  cursor: pointer;
}

.TableHeaderStyle {
  font-weight: bold;
  font-size: 1vw;
  color: var(--fc-main);
}

.TableHeaderStyle tr td {
  border-color: var(--bg-main);
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.TableStyle {
  color: var(--fc-main);
  font-size: var(--fs-100);

}

.TableStyle tr td {
  border-color: var(--bg-main);
  border-top: solid 1px;
  border-bottom: solid 1px;
}

.tablescrolldiv {
  height: 95%;
  overflow: auto;
  padding-top: 0;
  margin-top: 0;
}

.usertablescrolldiv {
  height: 95%;
  max-height: 70vh;
  overflow: auto;
  padding-top: 0;
  margin-top: 0;
}

.orderstablescrolldiv {
  height: 95%;
  overflow: auto;
  padding-top: 0;
  margin-top: 0;
}

.categorytableheader {
  width: 90%;
  margin: 0 auto;
  float: none;
}

.categorytable {
  width: 90%;
  margin: 0 auto;
  float: none;
}

.orderscategorytable {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.orderscategorytableheader {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.categorytableheaderfixed {
  width: 100%;
  margin: 0 auto;
  float: none;
  table-layout: fixed;
}

.categorytablefixed {
  width: 100%;
  margin: 0 auto;
  float: none;
  table-layout: fixed;
}

.demographiccolumnheader {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.demographicfontsize {
  font-size: 20px;
}

/*Demographic table */
.demographictable {
  color: var(--fc-main);
}

.demographictable tr td:nth-child(1) {
  font-weight: bold;
  font-size: var(--fs-150);
  text-align: right;
  padding-right: 10px;
}

.demographictable tr td:nth-child(2) {
  font-size: var(--fs-150);
}

.demographicaddresstable {
  color: var(--fc-main);
  font-size: 1.2vw;
  margin-top: 15px;
}

.demographicaddresstable tr td {
  border-color: var(--bg-main);
  border-top: solid 1px;
}

.demographicaddresstable tr:nth-child(1) td {
  font-weight: bold;

}

.demographicaddresstable tr:nth-child(1) td:nth-child(1) {
  width: 30%;
}

.demographicaddresstable tr:nth-child(1) td:nth-child(2) {
  width: 30%;

}

.demographicaddresstable tr:nth-child(2) td:nth-child(1) {
  width: 30%;

}

.demographicaddresstable tr:nth-child(2) td:nth-child(2) {
  width: 30%;

}

/*End Demographic Table */

/*problems table header*/
.problemtableheader tr td:nth-child(1) {
  width: 25vw;
}

.problemtableheader tr td:nth-child(2) {
  width: 5vw;
}

.problemtableheader tr td:nth-child(3) {
  width: 5vw;
}

.problemtableheader tr td:nth-child(4) {
  width: 5vw;
}

.problemtableheader tr td:nth-child(5) {
  width: 5vw;
  padding-right: .5vw;
}

/*problems table Header*/
.problemtable tr td:nth-child(1) {
  width: 25vw;
}

.problemtable tr td:nth-child(2) {
  width: 5vw;
}

.problemtable tr td:nth-child(3) {
  width: 5vw;
}

.problemtable tr td:nth-child(4) {
  width: 5vw;
}

.problemtable tr td:nth-child(5) {
  width: 5vw;
  padding-right: .5vw;
}

/*end problem table*/

/*Medications page*/
.layout_container {
  min-width: 800px;
  overflow-y: hidden;
  overflow-x: auto;
}

.layout_header {
  font-weight: 700;

}

.layout_rows_container {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(70vh - 50px);
  width: 100%;
  min-width: 800px;
}

.layout_header_row {
  display: flex;
  flex-direction: row;
}

/*End Data Layout Style*/

/*Specific Medication Layout styling*/
.horizontal-line {
  background-color: var(--fc-main);
  width: 100%;
  height: 1px;
}

.meds_row {
  display: flex;
  flex-direction: row;
}

.meds_row.inactive {
  color: var(--fc-inactive);

}

.rows .meds_row div:first-child {
  cursor: pointer;
}

.rows .meds_row div:not(:first-child) {
  cursor: default;
}

.rows:hover {
  background-color: rgba(196, 193, 194, 0.8);
}

.meds_row div {
  padding: 10px 10px 10px 0;
}

.meds_row div:nth-child(1) {
  width: 40px;
}

.meds_row div:nth-child(2) {
  width: 300px;
}

.meds_row div:nth-child(3) {
  width: 150px;
}

.meds_row div:nth-child(4) {
  width: 300px;
}

.meds_row div:nth-child(5) {
  width: 100px;
}

.meds_row div:nth-child(6) {
  width: 100px;
}

.meds_prescription {
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  margin-left: 1em;
  transition: var(--tran-03);
}

.meds_prescription.active {

  opacity: 1;
  overflow: visible;
  padding-top: 2em;
  padding-bottom: 1em;
  height: auto;

}

.icon_style {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_style i {
  margin-left: .2em;
}

/*end specific meds styling*/
/*Prescription Styling*/
.prescription_container {
  font-size: .75em;
}

.prescription_data {
  padding-bottom: 1em;
}

.prescription_header {
  font-weight: 700;
}

.prescription_row_style {
  display: flex;
  align-items: flex-start;
}

.prescription_item_header {
  color: var(--prescription-text);
  font-weight: 700;
  padding-right: .5em;
}

.prescription_row_style .prescription_item_header:not(:first-child) {
  padding-left: .5em;
}

.prescription_separator {
  padding-left: .2em;
}

/*EndPrescription styling */

/*End Medications page*/

/*Allergies table header*/
.allergiestableheader tr td:nth-child(1) {
  width: 30%;
}

.allergiestableheader tr td:nth-child(2) {
  width: 40%;
}

.allergiestableheader tr td:nth-child(3) {
  width: 10%;
}

/*allergiess table Header*/
.allergiestable tr td:nth-child(1) {
  width: 30%;
}

.allergiestable tr td:nth-child(2) {
  width: 40%;
}

.allergiestable tr td:nth-child(3) {
  width: 10%;
}

/*end allergies table*/

/*immunizations table header*/
.immunizationstableheader tr td:nth-child(1) {
  width: 50%;
}

.immunizationstableheader tr td:nth-child(2) {
  width: 15%;
}

/*immunizationss table Header*/
.immunizationstable tr td:nth-child(1) {
  width: 50%;
}

.immunizationstable tr td:nth-child(2) {
  width: 15%;
}

/*end immunizations table*/

/*directives table header*/
.directivestableheader tr td:nth-child(1) {
  width: 40%;
}

.directivestableheader tr td:nth-child(2) {
  width: 15%;
}

.directivestableheader tr td:nth-child(3) {
  width: 10%;
}

/*directivess table Header*/
.directivestable tr td:nth-child(1) {
  width: 40%;
}

.directivestable tr td:nth-child(2) {
  width: 15%;
}

.directivestable tr td:nth-child(3) {
  width: 10%;
}

/*end directives table*/

/*Observations page*/
/*obs table header*/
.obstableheader tr td:nth-child(1) {
  width: 15vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstableheader tr td:nth-child(2) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstableheader tr td:nth-child(3) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstableheader tr td:nth-child(4) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstableheader tr td:nth-child(5) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstableheader tr td:nth-child(6) {
  width: 12vw;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
}

/*.obstableheader tr td:nth-child(7){*/
/*width: 99%;*/
/*}*/
/*end obs table header*/
/*obs table */
.obstable tr td a {
  color: var(--fc-main);
}

.obstable tr td:nth-child(1) {
  width: 15vw;
  padding: 0;
}

.obstable tr td:nth-child(2) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstable tr td:nth-child(3) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstable tr td:nth-child(4) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstable tr td:nth-child(5) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obstable tr td:nth-child(6) {
  width: 12vw;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.obsvalcontainer {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;

}

.obsvalcontainer:hover {
  background-color: var(--bg-main);
  color: var(--fc-alt);
}

.obsval {
  width: 10vw;
  height: 100%;
  padding-left: .25em;
  overflow: hidden;
  white-space: nowrap;
}

/*end observations*/

/*Histories filter table*/
.HistoriesFilterTable tr {
  height: 2vw;
}

.HistoriesFilterTable tr td {
  vertical-align: bottom;
  margin-top: 0;
}

.HistoriesFilterTable tr td:nth-child(1) {
  width: .5vw;
}

.HistoriesFilterTable tr td:nth-child(2) {
  width: 2vw;
}

/*histories table header*/
.historiestableheader tr td:nth-child(1) {
  width: 40%;
}

.historiestableheader tr td:nth-child(2) {
  width: 20%;
}


/*historiess table Header*/
.historiestable tr td:nth-child(1) {
  width: 40%;
}

.historiestable tr td:nth-child(2) {
  width: 20%;
}

/*end histories table*/

/*Documents page*/
/*documents table header*/
.documentscategorytable {
  width: 100%;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
}

.documentscategorytableheader {
  width: 100%;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
  table-layout: fixed;
}

.documentstableheader tr td:nth-child(1) {
  width: 2vw;
}

.documentstableheader tr td:nth-child(2) {
  width: 15%;
}

.documentstableheader tr td:nth-child(3) {
  width: 20%;
}

.documentstableheader tr td:nth-child(4) {
  width: 15%;
}

.documentstableheader tr td:nth-child(5) {
  width: 10%;
  text-align: center;
}

.documentstableheader tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}

.documentstableheader tr td:nth-child(7) {
  text-align: left;
  width: 15%;
}

/*end documents table header*/
/*documents table */
.documentstable tr td:nth-child(1) {
  width: 1vw;
}

.documentstable tr td:nth-child(2) {
  width: 15%;
}

.documentstable tr td:nth-child(3) {
  width: 20%;
}

.documentstable tr td:nth-child(4) {
  width: 15%;
}

.documentstable tr td:nth-child(5) {
  width: 10%;
  text-align: center;
}

.documentstable tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}

.documentstable tr td:nth-child(7) {
  width: 15%;
  text-align: left;
}

.documenttablesubtablestyle {
  height: 500px;
  width: 100%;
  overflow: auto;
  padding-left: 20px
}

/*end Documents*/

/*Lab Order page*/
/*laborders table header*/
.laborderstableheader tr td:nth-child(1) {
  width: 3%;
}

.laborderstableheader tr td:nth-child(2) {
  width: 10%;
}

.laborderstableheader tr td:nth-child(3) {
  width: 10%;
}

.laborderstableheader tr td:nth-child(4) {
  width: 40%;
}

.laborderstableheader tr td:nth-child(5) {
  width: 20%;
}

.laborderstableheader tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}

.laborderstableheader tr td:nth-child(7) {
  width: 5%;
}

/*end laborders table header*/
/*laborders table */
.laborderstable tr td:nth-child(1) {
  width: 3%;
}

.laborderstable tr td:nth-child(2) {
  width: 10%;
}

.laborderstable tr td:nth-child(3) {
  width: 10%;
}

.laborderstable tr td:nth-child(4) {
  width: 40%;
}

.laborderstable tr td:nth-child(5) {
  width: 20%;
}

.laborderstable tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}

.laborderstable tr td:nth-child(7) {
  text-align: center;
  width: 5%;
}

.labordertablesubtablestyle {
  height: 40%;
  width: 100%;
  overflow: auto;
  padding-left: 20px
}

/*end Lab Order*/

/*users table header*/
.UserActiveSwitchStyle {
  position: relative;
  margin-bottom: 10px;
}

.usertableheader {
  padding-bottom: 0;
  margin-bottom: 0;
}

.usertableheader tr td:nth-child(1) {
  width: 25px;
}

.usertableheader tr td:nth-child(2) {
  width: 25px;
}

.usertableheader tr td:nth-child(3) {
  width: 200px;
}

.usertableheader tr td:nth-child(4) {
  width: 200px;
}

.usertableheader tr td:nth-child(5) {
  width: 150px;
}

.usertableheader tr td:nth-child(6) {
  width: 150px;
}

/*users table*/
.usertable {
  padding-top: 0;
  margin-top: 0;
}

.usertable tr td:nth-child(1) {
  width: 25px;
}

.usertable tr td:nth-child(2) {
  width: 25px;
}

.usertable tr td:nth-child(3) {
  width: 200px;
}

.usertable tr td:nth-child(4) {
  width: 200px;
}

.usertable tr td:nth-child(5) {
  width: 150px;
}

.usertable tr td:nth-child(6) {
  width: 150px;
}

/*End Users Table*/
/*userupdates table*/
.userupdatetable {
  margin-left: 5%;
  margin-top: 5%;
  color: var(--fc-main);
}

.userupdatetable tr td:nth-child(1) {
  text-align: right;
  width: 200px;
}

.userupdatetable tr td:nth-child(2) {
  width: 400px;
}

.passwordcaption {
  font-size: 20px;
  ;
  width: 400px;
  margin-left: 18%;
  color: var(--fc-main);
}

.useradmintable {
  margin-left: 5%;
  color: var(--fc-main);
}

.useradmintable tr td:nth-child(1) {
  text-align: right;
  width: 200px;
  padding-right: 5px;
}

.useradmintable tr td:nth-child(2) {
  width: 400px;
  vertical-align: center;
}

.usersavebuttons {
  margin-left: 350px;
  width: 300px;
  color: var(--fc-main);
}

.usersavebuttons tr td:nth-child(1) {
  width: 150px;
  padding-right: 5px;
}

.usersavebuttons tr td:nth-child(2) {
  width: 150px;
}

.savepanel {
  clear: both;
}

.savepanel div input {
  color: var(--fc-main);
}

.savepanelcolor {
  color: var(--fc-main);
}

.savepanel div:nth-child(1) {
  float: left;
  margin-left: 35%;
}

.savepanel div:nth-child(2) {
  float: left;
}

.savepanel div:nth-child(1) input {
  border: none;
  background-color: var(--bga-main);
  cursor: pointer
}

.savepanel div:nth-child(2) input {
  border: none;
  background-color: var(--bga-main);
  cursor: pointer
}

.usererrorpanel {
  padding-left: 0;
  clear: both;
  margin-left: 600px;
}

.usererrorpanel div {
  color: var(--fc-alt);
  background-color: rgba(223, 100, 100, 0.60);
  padding: 0;
  margin: 0;
  width: 300px;
}

/*End userupdates Table*/

/*Audit Style*/
.AuditFilterStyle {
  text-align: center;
  display: block;
  color: var(--fc-main);
}

.AuditFilterStyle div {
  text-align: center;
  display: block;
  margin: auto
}

.AuditFilterStyle div table {
  margin: auto;
}

.AuditFilterStyle div table tr td:nth-child(1) select {
  width: 250px;
  height: 35px;
}

.AuditFilterStyle div table tr td:nth-child(1) input {
  width: 250px;
  height: 35px;
  display: block;
  margin: auto;
}

.AuditFilterSubmitStyle {
  color: var(--fc-main);
  border: none;
  background-color: var(--bga-main);
  cursor: pointer
}

.AuditFilterPatSearch {
  margin: auto;
  display: block;
}

.AuditError {
  display: none;
  color: red
}

#auditpatList {
  display: none;
  z-index: 1;
  width: 350px;
  height: 300px;
  overflow-y: auto;
  background-color: var(--bg-alt);
  margin: auto;
  position: fixed;
  text-align: left;
}

.AuditDataStyle {
  height: 70vh;
  overflow: auto;
  padding-top: 0;
  margin-top: 0;
  margin-right: 0;

}

.auditdataheader {
  width: 100%;
  padding: 0;
  float: none;
  font-weight: bold;
}

.auditdataheader tr {
  border-bottom: solid 1px;
  color: var(--fc-main);
}

.auditdataheader tr td:nth-child(1) {
  width: 700px;
}

.auditdata {
  padding: 0;
  width: 100%
}

.auditdata tr td:nth-child(1) {
  width: 700px;
}

.auditformstyle {
  height: 600px;
  width: 90%;
  margin-left: 5%;
}

.auditpatientdivstyle {
  height: 800px;
  width: 90%;
  margin-left: 5%;
}

.auditpatientdivstyleheader {
  text-align: center;
}

/*Navigation Filter styling*/
.navlink {
  cursor: pointer;
  width: 100%;
  padding-left: 5px;
  text-align: center;
  color: var(--fc-main);
  font-size: var(--fs-150);
}

.navlinkdisabled {
  width: 1vw;
  padding-left: 5px;
  text-align: center;
  color: var(--fc-main);
  font-size: var(--fs-150);
}

.navlink:hover {
  background-color: var(--bg-main);
  color: var(--fc-alt);
}

.navTable {
  font-size: var(--fs-100);
}

.navTable tr {
  line-height: 1vw;
}

.navTable tr td:nth-child(1) {
  width: 2%
}

.navTable tr td:nth-child(1) div div {
  line-height: 100%;
}

.navTable tr td:nth-child(2) {
  width: 2%
}

.navTable tr td:nth-child(3) {
  width: 2%
}

.navTable tr td:nth-child(4) {
  width: 2%
}

.navTable tr td:nth-child(4) div div {
  line-height: 100%;
}

.navTable tr td:nth-child(5) {
  width: 2%
}

.navTable tr td:nth-child(6) {
  width: 2%
}

.navTable tr td:nth-child(8) {
  width: 2%;
  height: 1vw;
}

.pagenaveinput {
  font-size: 1.2vw;
  width: 25px;
  height: 20px;
  font-family: Lato;

}

.pagenaveinput input {
  width: 100px;
  height: 30px;
  padding-right: 10px;
}

.pagenavheading {
  padding-left: 50px;
  font-size: 1.2vw;
  color: var(--fc-main);
}

.pageofstyle {
  text-align: center;
  width: 30%;
  color: var(--fc-main);
  font-size: var(--fs-150);
}

.buttoncolumn {
  padding-left: 10px;
  width: 75px;
}

.buttoncolumn a {
  color: var(--fc-alt);
  font-size: 20px;
}

.buttoncolumn a.hover {
  background-color: #d0d6d9;
  cursor: pointer;
}

.navcontainer {
  padding: 0;
  margin: 0;
  width: 100%;
}

.dateselection {
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: .9vw;

}

.selectview {
  width: 100%;
  float: left;
  padding-left: 10px;
}

.viewstyle {
  font-size: .9vw;
  width: 100%;
  height: 100%;
}

.buttonstyle {
  width: 100%;
  height: 3%;
  float: left;
  padding-left: 5px;
}

.inputstyle {
  width: 100%;
  font-size: .9vw;
  display: block;
  margin: auto;
}

.dateinput:before {
  font-family: Raleway;
  content: "f133";
}

.timeview {
  width: 100%;
  float: left;
  padding-left: .2em;
  padding-right: .2em;
  font-size: var(--fs-100);
  display: flex;
  flex-direction: column;
}

.timeview li a {
  white-space: nowrap;
}

.viewdropdownstyle {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  font-size: .9vw;
  display: block;
  height: .5vw;
}

/*end Navigation*/

/*Flow sheet Filter Table */
.FlowsheetFilterTable tr {
  height: 2vw;
}

.FlowsheetFilterTable tr td {
  vertical-align: bottom;
  margin-top: 0;
}

.FlowsheetFilterTable tr td:nth-child(1) {
  width: .5vw;
}

.FlowsheetFilterTable tr td:nth-child(2) {
  width: 2vw;
}

.FlowsheetFilterTable tr td:nth-child(3) {
  width: 10vw;
  height: 2vw;
}

.FlowsheetFilterTable tr td:nth-child(3) input {
  font-size: .9vw;
  width: 100%;
  height: 2vw;
}

.FlowsheetFilterTable tr td:nth-child(4) {
  width: 10vw;
  height: 2vw;
}

.FlowsheetFilterTable tr td:nth-child(4) input {
  font-size: .9vw;
  width: 100%;
  height: 2vw;
}

.FlowsheetFilterTable tr td:nth-child(5) {
  width: 2vw;
  padding-top: 0;
}

.FlowsheetFilterTable tr td:nth-child(6) {
  width: 10%;
  padding-top: 0;
}

.FlowsheetFilterTable tr td:nth-child(7) {
  width: 10%;
  padding-top: 0;
}

.FlowsheetFilterTable tr td:nth-child(8) {
  width: 10%;
  padding-top: 0;
}

.FlowSheetDateErrorStyle {
  display: none;
  color: red;
  width: 80%;
  float: left;
  padding-left: 20%;
  padding-top: 10px;
}

/*End flowsheet Filter Table */

/*Document Filter Table */
.doctypedropdownstyle {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  font-size: .9vw;
}

.summmarydropdownstyle {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 15px;
}

.DocumentFilterTable {
  font-size: .9vw;
}

/*.DocumentFilterTable tr{*/
/*height: 5%;*/
/*}*/
.DocumentFilterTable tr td {
  vertical-align: bottom;
  margin-top: 0;
  padding-top: 0;
}

.DocumentFilterTable tr td:nth-child(1) {
  width: .5vw;
}

.DocumentFilterTable tr td:nth-child(2) {
  width: 10vw;
}

.DocumentFilterTable tr td:nth-child(2) input {
  font-size: .9vw;
  height: 2vw;
  width: 100%;
}

.DocumentFilterTable tr td:nth-child(3) {
  width: 10vw;
}

.DocumentFilterTable tr td:nth-child(3) input {
  font-size: .9vw;
  height: 2vw;
  width: 100%;
}

.DocumentFilterTable tr td:nth-child(4) {
  width: 10vw;
}

.DocumentFilterTable tr td:nth-child(5) {
  width: 12vw;
}

.DocumentFilterTable tr td:nth-child(6) {
  width: 5vw;
}

.DocumentFilterTable tr td:nth-child(7) {
  width: 5vw;
}

.DocumentFilterTable tr td:nth-child(8) {
  width: 5vw;
}

.DocumentDateErrorStyle {
  display: none;
  color: red;
  width: 80%;
  float: left;
  padding-left: 20%;
  padding-top: 10px;
}

/*End Document Filter Table */
/*Laborder Filter Table */
.LaborderDropDownStyle {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 15px;
}

.LaborderFilterTable {
  font-size: .9vw;
}

.LaborderFilterTable tr td {
  vertical-align: bottom;
  margin-top: 0;
  padding-top: 0;
}

.LaborderFilterTable tr td:nth-child(1) {
  width: .5vw;
}

.LaborderFilterTable tr td:nth-child(2) {
  width: 10vw;
}

.LaborderFilterTable tr td:nth-child(2) input {
  font-size: .9vw;
  height: 2vw;
  width: 100%;
}

.LaborderFilterTable tr td:nth-child(3) {
  width: 10vw;
}

.LaborderFilterTable tr td:nth-child(3) input {
  font-size: .9vw;
  height: 2vw;
  width: 100%;
}

.LaborderFilterTable tr td:nth-child(4) {
  width: 10vw;
}

.LaborderFilterTable tr td:nth-child(5) {
  width: 10vw;
}

.LaborderFilterTable tr td:nth-child(6) {
  width: 10vw;
}

.LaborderFilterTable tr td:nth-child(7) {
  width: 5vw;
}

.LaborderFilterTable tr td:nth-child(8) {
  width: 5vw;
}

.LaborderDateErrorStyle {
  display: none;
  color: red;
  width: 80%;
  float: left;
  padding-left: 20%;
  padding-top: 10px;
}

/*End Laborder Filter Table */
.pdfdisplaycontainter {
  width: 80%;
  height: 93%;
  margin-right: 1%;
  margin-top: 1.6%;
  padding-top: 1.2%;
  background-color: rgba(245, 248, 250, 0.90);
}

.InTableIconStyle {
  color: var(--fc-main);
}

.InTableIconStyle:hover {
  cursor: pointer;
}

.PrintButtonLocation {
  float: left;
  position: relative;
  margin-right: 10px;
  top: 5px;
}

.FlowPrintButtonLocation {
  float: left;
  position: relative;
  margin-right: 10px;
  top: 5px;
}

.AdvancedSearchStyle {
  height: 32vw;
  overflow: auto;
  padding-top: 0;
  margin-top: 0;
  margin-right: 0;

}

.AdvancedSearchTableHeader {
  margin-top: 3%;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}

.AdvancedSearchTableHeader tr td:nth-child(1) {
  width: 40%;
}

.AdvancedSearchTableHeader tr td:nth-child(2) {
  width: 10%;
  text-align: center;
}

.AdvancedSearchTableHeader tr td:nth-child(3) {
  width: 20%;
}

/*Advanced patient search table*/
.AdvancedSearchTable {
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  max-height: 85%;
}

.AdvancedSearchTable tr td:nth-child(1) {
  width: 40%;
}

.AdvancedSearchTable tr td:nth-child(2) {
  width: 10%;
  text-align: center;
}

.AdvancedSearchTable tr td:nth-child(3) {
  width: 20%;
}

/*patient billing*/
/*Billing page*/
/*Billing table header*/
.Billingcategorytable {
  width: 100%;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
}

.Billingcategorytableheader {
  width: 100%;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
}

.Billingtableheader tr td:nth-child(1) {
  width: 3%;
}

.Billingtableheader tr td:nth-child(2) {
  width: 10%;
}

.Billingtableheader tr td:nth-child(3) {
  width: 8%;
  text-align: center;
}

.Billingtableheader tr td:nth-child(4) {
  width: 8%;
  text-align: center;
}

.Billingtableheader tr td:nth-child(5) {
  width: 9%;
  text-align: center;
}

.Billingtableheader tr td:nth-child(6) {
  width: 9%;
  text-align: center;
}

.Billingtableheader tr td:nth-child(7) {
  text-align: center;
  width: 9%;
}

.Billingtableheader tr td:nth-child(8) {
  text-align: center;
  width: 20%;
}

.Billingtableheader tr td:nth-child(9) {
  width: 20%;
}

/*end Billing table header*/
/*Billing table */
.Billingtable tr td:nth-child(1) {
  width: 3%;
}

.Billingtable tr td:nth-child(2) {
  width: 10%;
}

.Billingtable tr td:nth-child(3) {
  width: 8%;
  text-align: center;
}

.Billingtable tr td:nth-child(4) {
  width: 8%;
  text-align: center;
}

.Billingtable tr td:nth-child(5) {
  width: 9%;
  text-align: center;
}

.Billingtable tr td:nth-child(6) {
  width: 9%;
  text-align: center;
}

.Billingtable tr td:nth-child(7) {
  width: 9%;
  text-align: center;
}

.Billingtable tr td:nth-child(8) {
  width: 20%;
  text-align: center;
}

.Billingtable tr td:nth-child(9) {
  width: 20%
}

.billingtablesubtablestyle {
  height: 500px;
  width: 100%;
  overflow: auto;
  padding-left: 20px
}

/*end Billing*/

/*patient GE billing*/
/*Billing GE page*/
/*Billing GE table header*/
.GEBillingcategorytable {
  width: 100%;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
}

.GEBillingcategorytableheader {
  width: 100%;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
  margin-top: .5%;
}

.GEBillingtableheader tr td:nth-child(1) {
  width: 3%;
}

.GEBillingtableheader tr td:nth-child(2) {
  width: 3%;
}

.GEBillingtableheader tr td:nth-child(3) {
  width: 8%;
  text-align: center;
}

.GEBillingtableheader tr td:nth-child(4) {
  width: 10%;
  text-align: left;
}

.GEBillingtableheader tr td:nth-child(5) {
  width: 20%;
  text-align: left;
}

.GEBillingtableheader tr td:nth-child(6) {
  width: 20%;
  text-align: left;
}

.GEBillingtableheader tr td:nth-child(7) {
  text-align: right;
  width: 10%;
}

.GEBillingtableheader tr td:nth-child(8) {
  text-align: right;
  width: 10%;
}

.GEBillingtableheader tr td:nth-child(9) {
  text-align: right;
  width: 10%;
}

.GEBillingtableheader tr td:nth-child(10) {
  width: 10%;
}

/*end Billing table header*/
/*Billing table */
.GEBillingtable tr td:nth-child(1) {
  width: 3%;
}

.GEBillingtable tr td:nth-child(2) {
  width: 3%;
}

.GEBillingtable tr td:nth-child(3) {
  width: 8%;
  text-align: center;
}

.GEBillingtable tr td:nth-child(4) {
  width: 10%;
  text-align: left;
}

.GEBillingtable tr td:nth-child(5) {
  width: 20%;
  text-align: left;
}

.GEBillingtable tr td:nth-child(6) {
  width: 20%;
  text-align: left;
}

.GEBillingtable tr td:nth-child(7) {
  width: 10%;
  text-align: right;
  padding: 0;
}

.GEBillingtable tr td:nth-child(8) {
  width: 10%;
  text-align: right;
  padding: 0;
}

.GEBillingtable tr td:nth-child(9) {
  width: 10%;
  text-align: right;
  padding: 0;
}

.GEBillingtable tr td:nth-child(10) {
  width: 10%;

}

.gebillingtablesubtablestyle {
  height: 500px;
  width: 100%;
  overflow: auto;
  padding-left: 20px
}

.TransSummary {
  font-weight: bold;
  font-size: 1vw;
}

.GEBillingSummary {
  width: 100%;
  height: 3.5vw;
  font-size: .85vw;
  margin: 0 auto;
  float: none;
  border: .1px solid var(--bg-main);
  padding-right: 10%;
  padding-top: .5%;
  background-color: var(--bg-main);
  color: var(--fc-alt);
}

.GEBillingSummaryTable {
  width: 100%;
  text-align: right;
}

/*first Row*/
.GEBillingSummaryTable tr:nth-child(1) td:nth-child(1) {
  width: 2vw;
  font-weight: bold;
}

.GEBillingSummaryTable tr:nth-child(1) td:nth-child(2) {
  width: 2vw;
  font-weight: bold;
}

.GEBillingSummaryTable tr:nth-child(1) td:nth-child(3) {
  width: 2vw;
  font-weight: bold;
}

.GEBillingSummaryTable tr:nth-child(1) td:nth-child(4) {
  width: 2vw;
  font-weight: bold;
}

.GEBillingSummaryTable tr:nth-child(1) td:nth-child(5) {
  width: 10vw;
}

/*second row*/
.GEBillingSummaryTable tr:nth-child(2) td:nth-child(1) {
  width: 2vw;
}

.GEBillingSummaryTable tr:nth-child(2) td:nth-child(2) {
  width: 2vw;
}

.GEBillingSummaryTable tr:nth-child(2) td:nth-child(3) {
  width: 2vw;
}

.GEBillingSummaryTable tr:nth-child(2) td:nth-child(4) {
  width: 2vw;
}

.GEBillingSummaryTable tr:nth-child(2) td:nth-child(5) {
  width: 10vw;
}

/*end Billing*/

/*Scheduling*/
.ScheduleFilterDateStyle {
  margin-top: 2vw;
  float: left;
  width: 10vw;
}

.ScheduleResourceDropDownStyle {
  margin-top: 2vw;
  width: 10vw;
  float: left;
}

.SchedulePanelDisplay {
  font-size: .8vw;
  border: solid 1px;
  height: 95%;
  overflow: auto;
  width: 15vw;
  float: left;
  margin-right: 5px
}

.SchedulePanelDisplay h1 {
  font-size: var(--fs-150);
  text-align: center
}

.ScheduleTableStyle {
  width: 97%;
  margin-left: 3px;
  font-size: .8vw;
  color: var(--fc-main);
}

.ScheduleTableStyle tr {
  cursor: pointer;
}

.ScheduleTableStyle tr th {
  font-size: 1vw;
  text-align: center;
}

.ScheduleTableStyle tr td:nth-child(1) {
  width: 4vw;
  padding-right: 3px;
  padding-left: 3px;
}

.ScheduleTableStyle tr td:nth-child(2) {
  width: 4vw;
  padding-right: 3px;
  padding-left: 3px;
}

.ScheduleTableStyle tr td:nth-child(3) {
  padding-right: 3px;
  padding-left: 3px;
}

.ScheduleApptTableStyle {
  font-size: 1vw;
  width: 90%;
  height: 90%;
}

.ScheduleApptTableStyle tr td:nth-child(1) {
  text-align: right;
  font-weight: bold;
  width: 10vw;
  padding-right: 3px;
  vertical-align: top;
}

.ScheduleApptTableStyle tr:nth-child(7) td:nth-child(1) {
  height: 15vw;
}

.ScheduleApptTableStyle tr:nth-child(7) td:nth-child(2) div {
  width: 100%;
  height: 100%;
  overflow: auto;
  border: solid 1px;
  padding: 3px 3px 3px 3px;
}

/*Popup styles*/
.cancel {
  text-align: right;
  height: 35px;
  margin-right: 2vw;
  cursor: pointer;
}

.cancel a div {
  color: var(--fc-main);
}

.realaboutscreen {
  display: none;
  position: fixed;
  top: 10%;
  left: 30%;
  width: 50%;
  height: 70%;
  padding: 16px;
  border: 16px solid var(--bg-main);
  background-color: var(--bg-alt);
  z-index: 1002;
  color: var(--fc-main);
}

.AboutScreenHeader {
  font-size: var(--fs-150);
  color: var(--fc-main);
  padding-top: 2%;
  width: 100%;
  text-align: center;
}

.ChartviewerSplash {
  width: 60%;
  height: 15vw;
  margin-left: 25%;
  margin-top: 2%;
  margin-bottom: 0;
  background-image: url('../images/stethoscopebackground.png');
  background-size: cover;
  text-align: left;
  font-family: Raleway;
  font-variant: small-caps;
}

.ChartviewerSplash div {
  height: 95%;
  padding-top: 30%;
  margin-right: 5%;
  margin-left: 15%;
}


.ChartviewerSplash div p:nth-child(1) {
  font-weight: bold;
  font-size: var(--fs-150);
  color: var(--fc-sub-main);
  padding: 0;
  margin: 0;
}

.ChartviewerSplash div p:nth-child(2) {
  color: var(--fc-sub-main);
  font-size: var(--fs-150);
  margin-top: 1%;
  padding: 0;
}

.AboutCopyrightstyle {
  font-size: var(--fs-150);
  bottom: 1%;
  color: var(--fc-main);
  margin-top: 5%;
  text-align: center;
}

.FlowsheetValuePop {
  display: none;
  position: fixed;
  top: 10%;
  left: 30%;
  width: 50%;
  height: 70%;
  padding: 16px;
  border: 16px solid var(--bg-main);
  box-shadow: 0px 1px 10px 0px var(--bg-alt);
  background-color: var(--bg-alt);
  z-index: 2000;
  color: var(--fc-main);
  overflow: auto;
}

.flowvalbuttons {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.flowval {
  margin-top: 2em;
  margin-left: 2em;
}

#ViewDocLink {
  float: left;
  margin-top: 10px;
  color: var(--fc-main);
  position: fixed;
}

.FlowButtons {
  display: none;
  width: 5vw;
  margin-left: auto;
  color: var(--fc-main);
  z-index: 1002;
  background-color: var(--fc-alt);
  height: 1.5em;

}

.FlowButtons a:first-child {
  margin-left: .25em;
  margin-right: .3em;
}

.FlowButtons:hover {
  cursor: pointer;
}

.DisplayExternalFile {
  display: flex;
  flex-direction: column;
  display: none;
  position: relative;
  top: 3vh;
  left: 20vw;
  width: 75vw;
  height: 92vh;
  padding: 5px;
  border: .75em solid var(--bg-main);
  background-color: var(--bg-alt);
  box-shadow: 0px 0px 10px 0px var(--bga-main);
  z-index: 2001;
  color: var(--fc-main);

}





.close {
  font-size: var(--fs-200);
  margin-left: auto;
  color: var(--fc-main);
  font-weight: 400;

}

.close:hover {
  cursor: pointer;
  color: var(--fc-main);
  font-weight: 700;
}

.HeaderContainer {
  display: flex;
  justify-content: flex-start;
  align-items: bottom;
  padding-top: .50em;
}

.HeaderContainer[data-error="normal"] {
  max-height: 3em;
}

.HeaderContainer[data-error="error"] {
  max-height: 8em;
}

.HeaderContainer div {
  padding-left: .5em;
  padding-bottom: 0;
  box-sizing: border-box;
}

.HeaderContainerHeading {
  font-family: 'Raleway';
  font-variant: small-caps;
  font-weight: 500;
  font-size: 2em;
  color: var(--fc-main);
}

.HeaderContainerPrint {
  font-size: 2em;
  color: var(--fc-main);
}

.HeaderContainerPrint:hover {
  cursor: pointer;
}

.HeaderContainerBtnStyle {
  width: 7vw;
}

.dropdown-menu {
  max-height: 20vw;
  max-width: 60vw;
  min-width: 15vw;
  overflow: auto;
}

.checkbox-item {
  display: flex;
  align-items: center;
}

.checkbox-item div {
  padding: 0;
}

.checkbox-item div:nth-child(1) {
  padding-right: .25em;
}

.checkbox-item div:nth-child(1) {
  padding-right: .25em;
  white-space: nowrap;
}

.tooltip-inner {
  background-color: var(--bg-main);
  color: var(--fc-alt);
}

.tooltip .arrow:before {
  border-bottom-color: var(--bg-main) !important;
  border-top-color: var(--bg-main) !important;
}

.altContent {
  display: none;
}

/* Content Container. This is the right side of 
screen next to the navbar. It will contain the 
content of the item selected by the user
*/
.content-container {
  position: relative;
  top: 2vh;
  left: 5vh;
  height: 95%;
  width: 75vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  box-shadow: 5px 10px 20px var(--fc-main);
}

.content-container-no-border {
  position: relative;
  top: 0;
  left: 0;
  height: 82vh;
  width: 72vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-heading {
  font-size: var(--fs-200);
  font-weight: 700;
  font-style: italic;
}

.content-heading-container {
  display: flex;
  justify-content: flex-end;
}

.content-heading-container div {
  padding: 5px;
}

.content-btn-image {
  padding-right: 5px;
}

.content-items {
  overflow-y: auto;
  padding-top: .5px;
  height: 100%;
}

.content-item-row {
  display: flex;
}

/*search bar styling*/
.search-barcontent {
  background: white;
  width: 50vw;
  padding: 3em;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.15);
  position: relative;
}

.search-bar {
  --size: 60px;
  background: white;
  border: 2px solid var(--bg-main);
  display: flex;
  border-radius: 50px;
  height: var(--size);
  width: calc(40vw - 15vw);
  padding: 3px;
  position: relative;
  overflow: hidden;
}

.search-bar-input {
  font-size: var(--fs-150);
  padding: 0 0.5em;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 21.5vw;
}

.search-bar-input:focus {
  outline: 0;
}

.search-bar-submit {
  font-size: var(--fs-150);
  cursor: pointer;
  border: 0;
  background: transparent;
  border-radius: 50%;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
  margin-left: auto;
}

.search-bar:focus-within .search-bar-submit {
  background: var(--bg-main);
  color: white;
}

.search-bar:focus-within .search-bar-submit:focus,
.search-bar:focus-within .search-bar-submit:hover {
  outline: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.input-bar {
  border: 2px solid var(--bg-main);
  display: flex;
  border-radius: 5px;
  background: white;
  height: var(--icon-size);
  width: 20vw;
  padding: 3px;
  position: relative;
  overflow: hidden;
}

.input-bar:focus-within {
  border: 4px solid rgb(109, 196, 217);
  box-shadow: 4px 2px 2px rgba(109, 196, 217, .50);
}

.input-bar-input {
  font-size: var(--fs-100);
  padding: 0 0.5em;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--icon-size) - 10px);
  cursor: pointer;
  width: 15vw;
  background-color: white;
}

.input-bar-input:focus {
  outline: 0;
  background: transparent;
}

.input-bar-submit {
  font-size: var(--fs-100);
  border: 0;
  background: transparent;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
  margin-right: auto;
}

.usergrid-title {
  width: 15vw;
}

.usergrid-item {
  font-weight: normal;
  display: flex;
  line-height: 3vh;
}

.usergrid-item:hover {
  color: var(--fc-alt);
  background-color: var(--bg-hover);
}

.usergrid-item:hover div button i {
  color: var(--fc-alt);
}

.usergrid-item div {
  padding: .25em;
  text-align: left;
  height: 4vh;
  overflow: hidden;
}

.usergrid-row-heading {
  font-weight: 700;
  pointer-events: none;
}

.usergrid-item div:nth-child(1) {
  width: 3vw;
}

.usergrid-item div:nth-child(2) {
  width: 3vw;
}

.usergrid-item div:nth-child(3) {
  width: 7vw;
}

.usergrid-item div:nth-child(4) {
  width: 7vw;
}

.usergrid-item div:nth-child(5) {
  width: 15vw;
}

.usergrid-item div:nth-child(7) {
  width: 7vw;
}

.usergrid-edit-btn {
  font-size: var(--fs-100);
  cursor: pointer;
  border: 0;
  background: transparent;
  width: calc(var(60px) - 10px);
  height: calc(var(60px) - 10px);
  margin-left: auto;
  outline: 0;
  color: var(--fc-main);
}

.usergrid-edit-btn:focus,
.usergrid-edit-btn:hover {
  outline: 0;
  background: var(--bg-main);

}

.contact-add-btn {
  font-size: var(--fs-100);
  cursor: pointer;
  border: 0;
  background: transparent;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
  margin-left: auto;
  outline: 0;
  color: var(--fc-main);
}

.contact-add-btn:focus,
.contact-add-btn:hover {
  outline: 0;
  background: var(--bg-main);
}

/*registration*/
.user-items-container {
  display: flex;
}

.user-content-items {
  overflow-y: auto;
  padding-top: .5px;
  width: 30vw;
  height: 100%;
}

.user-title {
  width: 15vw;
}

.user-item {
  font-weight: normal;
  display: flex;
}

.user-item div {
  padding: .25em;
  text-align: left;
}

.user-row-heading {
  font-weight: 700;
}

.user-item div:nth-child(1) {
  width: 10vw;
  text-align: right;
  align-self: center;
}

.user-item div:nth-child(2) {
  width: 100%;
  align-self: center;
}

.user-item div:nth-child(2) div {
  padding: 0;
  margin: 0;
  padding-bottom: 2px;
}

.user-item[data-company="inactive"]:nth-child(4) div:nth-child(2) {
  display: flex;
  flex-direction: column;
  border: .25px solid var(--fc-main);
  transition: all 250ms ease-in-out;
  width: 100%;
  height: 3vw;
}

.user-item[data-company="active"]:nth-child(4) div:nth-child(2) {
  display: flex;
  flex-direction: column;
  border: .25px solid var(--fc-main);
  transition: all 250ms ease-in-out;
  width: 100%;
}

.user-item:nth-child(4) div:nth-child(2) section {
  display: block;
  margin: 0;
  padding: 0;
}

.user-item-company-button[data-company="inactive"] {
  visibility: hidden;
  opacity: 0;
}

.user-item-company-button[data-company="active"] {
  transition: visibility 0s, opacity 350ms ease-in-out;
  opacity: 1;
  display: flex;
  padding: 1em;
  width: 100%;
}

.user-item-company-button[data-company="active"] {
  transition: visibility 0s, opacity 350ms ease-in-out;
  opacity: 1;
  display: flex;
  padding: 1em;
  width: 100%;
}

.user-item:nth-child(5) div:nth-child(3) {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  line-height: 4vw;
}

.user-item:nth-child(5) div:nth-child(2) div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.user-contact-company-name {
  width: 65%;
}

.user-contact-company-button {
  width: 35%;
  margin-left: 2px;
}

.user-reset[data-reset-password="active"] {
  display: flex;
}

.user-reset[data-reset-password="inactive"] {
  display: none;
}

.user-new-password[data-set-password="active"] {
  display: flex;
}

.user-new-password[data-set-password="inactive"] {
  display: none;
}

.usereditpopup {
  display: none;
  position: fixed;
  top: 10%;
  left: 30%;
  width: 40%;
  height: 80%;
  padding: 16px;
  border: 16px solid var(--bg-main);
  background-color: var(--bg-alt);
  z-index: 2000;
  color: var(--fc-main);
  border-radius: 5px;

}

.passwordresetpopup {
  display: none;
  position: fixed;
  top: 15%;
  left: 35%;
  width: 30%;
  height: 50%;
  padding: 16px;
  border: 16px solid var(--bg-main);
  background-color: var(--bg-alt);
  z-index: 2001;
  color: var(--fc-main);
  border-radius: 5px;

}

.user-edit-container {
  position: relative;
  height: 90%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.bottom {
  width: 100%;
  height: 20vh;
  padding-right: 2em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

}

.bottom div {
  margin-right: 1em;
}

#usereditpopuploader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  display: none;
  overflow: hidden;
  background: var(--bg-wait);
}

.admincheckbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.audit-filter-container {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  padding: 1em;
}

.audit-filter-container div:not(:last-child) {
  padding-right: 1em;
}


.auditfilter-input {
  width: 10em;
}

.auditfilter-patsearch {
  width: 20em;
}

.auditpatdrop {
  background-color: white;
  border: black solid .25em;
}

/*pagination styling*/
.pagination {
  --size: 30vw;
  color: black;
  padding-top: 1em;
  align-self: center;
  width: var(--size);
}

.pagination ul {
  width: calc(--size - 2vw);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.pagination ul li {
  color: black;
  list-style: none;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.pagination ul li.numb {
  list-style: none;
  height: 45px;
  width: 45px;
  margin: 0 3px;
  line-height: 45px;
  border-radius: 50%;
}

.pagination ul li.numb.first {
  margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
  margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
  font-size: 22px;
  cursor: default;
}

.pagination ul li.btn-nav {
  padding: 0 20px;
  border-radius: 50px;
}

.pagination ul li.next {
  padding: 0 20px;
  border-radius: 50px;
  justify-self: flex-end;
}

.pagination li.active,
.pagination ul li.numb:hover,
.pagination li:first-child:hover,
.pagination ul li:last-child:hover {
  color: white;
  background: black;
}

/*End Nav Items*/



/*PDF classes*/

.displaypdf {

  height: 94%;
  width: 95%;
  justify-self: center;
  overflow-y: scroll;
  border: 1px solid black;
  background-color: #4f5b69;

}

.pdfcanvas {
  border: 1px solid black;
  direction: ltr;
}

.pdfbuttons {
  padding-bottom: .5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.pdfbuttons div:nth-child(1) {
  display: flex;
  justify-content: center;
  width: 20vw;

}

.pdfbuttons span:nth-child(2) {
  width: 10vw;
}

.pdfprint {
  width: 25vw;
  display: flex;
  font-size: var(--fs-150);
  justify-content: flex-end;
  margin-left: auto;
}

.pdfprint div {
  padding-right: .5em;
  transition: all 0.3s ease;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdfprint div a {
  text-decoration: none;
  color: var(--fc-main);
  padding-left: .5em;
  padding-top: .2em;
}

.pdfprint div:hover {
  cursor: pointer;
  background-color: lightgray;
}

.pdfprint div:nth-child(1) {
  width: 45px;
  height: 45px;
}

.pdfprint div:nth-child(2) {
  width: 45px;
  height: 45px;
}

.pdfprint div:nth-child(3) {
  width: 45px;
  height: 45px;
}

.pdfprint>div>i {
  padding-left: .7vw;
}


.OuterDisplayContainer {
  display: flex;
  justify-content: center;
  overflow: auto;
  height: 100%;
  width: 100%;
}

.nodisplayexternalfile {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
  color: var(--fc-main);
  font-size: var(--fs-200);
}

.table {
  border-collapse: collapse;

}

.table thead tr th {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.AlertsTable tr[data-active="active"]:hover {
  background-color: var(--alert-active-hover);
}

.AlertsTable tr[data-active="viewed"]:hover {
  background-color: var(--alert-viewed-bg-hover);
  color: var(--alert-viewed-fc);
}

.AlertsTable tr[data-active="deleted"]:hover {
  background-color: var(--alert-deleted-background-hover);
  color: var(--fc-alt);
}

.AlertsTable td:nth-child(1) {
  width: 1vw;
}

.AlertsTable td:nth-child(2) {
  width: 10vw;
}

.AlertsTable td:nth-child(3) {
  width: 7vw;
}

.AlertsTable td:nth-child(4) {
  width: 7vw;
}

.AlertsTable td:nth-child(5) {
  width: 20vw;
}

.AlertSearch {
  transition: all 0.3s ease;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.AlertSearch:hover {
  cursor: pointer;
  background-color: black;
  color: whitesmoke;
}

.AlertDeletedRow {
  background-color: var(--alert-deleted-background);
  color: var(--alert-viewed-fc);
}

.AlertViewedRow {
  background-color: var(--alert-viewed-bg);
  color: var(--alert-viewed-fc);
}



.DisplayAlertPopup {
  display: none;
  position: relative;
  top: 7vh;
  left: 20vw;
  width: 70vw;
  height: 85vh;
  padding: 5px;
  border: .75em solid var(--bg-main);
  background-color: var(--bg-alt);
  box-shadow: 0px 0px 10px 0px var(--bga-main);
  z-index: 1002;
  color: var(--fc-main);
  overflow: auto;
}

.AlertCheckboxContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1em;
  color: var(--fc-main);
}

.NonPDFContainer {
  display: flex;
  justify-content: baseline;

}

.downloadfile {
  width: 25vw;
  display: flex;
  font-size: var(--fs-150);
  justify-content: flex-start;

}

.downloadfile div {
  padding-right: .5em;
  transition: all 0.3s ease;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.downloadfile div a {
  text-decoration: none;
  color: var(--fc-main);
  padding-left: .5em;
  padding-top: .2em;
}

.downloadfile div:hover {
  cursor: pointer;
  background-color: lightgray;
}

.appointment-header {
  font-weight: bold;
}

.appointment-row {
  font-size: var(--fs-100);
  display: grid;
  grid-template-columns: 75px 75px 75px 75px 200px 175px 175px 175px 300px;
  align-items: center;
  gap: 1em;
  min-height: 35px;
}

.eob-row {
  font-size: var(--fs-100);
  display: grid;
  grid-template-columns: 150px 300px 210px 150px;
  align-items: center;
  gap: 1em;
  height: 35px;
}

.eob-row div:nth-child(3) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.eob-row div:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-inner {
  max-width: 500px !important;
  text-align: left;
}