@charset "UTF-8";

/*

DD4C6B = red
FC9E9A = salmon
F7E8C6 = yellow
C9C9AA = green
71AEB1 = teal

#9BB763
B74A1F = link


 */
body,
div,
p,
button,
input,
select,
a {
  margin: 0px;
  padding: 0px;
}

span.help-block.form-error {
  color: red;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px;
  color: #333;
  background-color: #fbfbfb;
  height: 100%;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

html {
  height: 100%;
  box-sizing: border-box;
}

.crumb,
.crumb_trail,
#page_controls,
.page_controls {
  margin: 0px 0px 20px 0px;
}

h1 {
  font-family: arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin: 0px 0px 15px 0px;
}

h1 span {
  font-size: 16px;
  margin-left: 15px;
  color: #E04721;
}

h1 a.edit {
  font-size: 14px;
  margin-left: 15px;
}

h1 a.edit img {
  height: 14px;
}

h2 {
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0px 0px 10px 0px;
}

h3 span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

a {
  text-decoration: none;
  color: #0C435A;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

input[type=text],
input[type=password],
input[type=number],
input[type=tel] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 4px 2px;
  margin: 2px;
  border: 0;
  background: lightblue;
  box-sizing: border-box;
}

textarea,
select,
input[type=date] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 4px 2px;
  margin: 2px;
  border: 0;
  background: lightblue;
  box-sizing: border-box;
}

img {
  border: 0px;
}

p,
div {
  line-height: 1.7em;
}

#tracedmethod {
  position: relative;
  width: 100%;
}

#tracedmethod img {
  float: right;
  border: 0px;
  margin-right: 15px;
}

#tracedmethod p {
  float: right;
  border: 0px;
  font-size: 10px;
  margin-right: 15px;
}

#tracedmethod p a {
  color: #999999;
}

#left {
  float: left;
  width: 60%;
}

#right {
  float: right;
  width: 36%;
  padding: 0 2%;
}

.pagination {
  padding: 5px 0px;
  border-top: 1px solid #CCCCCC;
  font-size: 10px;
}

.pagination select {
  font-size: 10px;
  padding: 3px;
}

#list_top,
.list_top {
  background-color: #ddd;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  /*font-size: 0px;*/
}

.list_top_st {
  display: flex;
  padding: 0 0.5rem;
  flex-flow: row wrap;
}

/* --------------- ADD PADDING IN LISTVIEW --------------- */
.list_top {
  padding: 10px;
}

/* --------------- ADD PADDING IN LISTVIEW --------------- */

#list_item {
  border-bottom: 1px solid #CCCCCC;
  /*font-size: 0px;*/
}

/* --------------- ADD PADDING IN LISTVIEW --------------- */
.list_item {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 10px;
  /*font-size: 0px;*/
}

/* --------------- ADD PADDING IN LISTVIEW --------------- */

.list_item:nth-child(odd) {
  background-color: #eee;
}

.selected {
  background-color: #FFFFDD;
}

.flagged {
  background: #FFCACA;
}

.even {
  background-color: #eee;
}

.odd {
  background-color: #fbfbfb;
}

.list_column {
  padding: 5px 0px;
  font-size: 1rem;
}

.list_column input[type=checkbox] {
  margin: 4px 0px 0px 0px;
}

.list_column img {
  width: 16px;
  border: 0px;
  margin: 0px auto;
}

.list_column a img {
  width: 16px;
  border: 0px;
  margin: 0px auto;
}

.list_column a:hover img {
  width: 100%;
  border: 0px;
}

.list .unread {
  font-weight: bold;
}

.clear,
#clear {
  clear: both;
}

/* IMPORTANT MESSAGE*/
#important_message {
  position: absolute;
  width: 100%;
  top: 0px;
  text-align: center;
  background-color: green;
  padding: 5px;
  color: #FFF;
}

#error_message {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  background-color: #990000;
  padding: 5px;
  color: #FFF;
  z-index: 15;
}

.error-wrapper {
  border: 1px solid red;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pw_prompt {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  padding: 15px;
  width: 200px;
  border: 1px solid black;
  background: white;
}

.pw_prompt label {
  display: block;
  margin-bottom: 5px;
}

.pw_prompt input {
  margin-bottom: 10px;
}

#error_message a {
  color: #fbfbfb;
}

.popup,
.iframe_popup {
  position: fixed;
  z-index: 30;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background-image: URL("/include/image/bg_popup.png");
}

.popup .inner,
.iframe_popup .inner {
  border: 1px solid #000000;
  max-height: 96%;
  height: 96%;
  max-width: 96%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
  margin-top: 1%;
  background-color: #fbfbfb;
}

.popup .inner iframe,
.iframe_popup .inner iframe {
  background: url(/include/image/loading.gif) center center no-repeat;
}

/*
.popup .inner a#close_popup, .iframe_popup .inner a#close_popup{
    position: absolute;
    top: 10px;
    right: 10px;
}
*/
.popup .inner a#close_popup,
.iframe_popup .inner a#close_popup {
  margin: 0 auto;
}

.popup-inner-close-btn {
  float: right;
}

/* Pure CSS loading icon */
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  right: 6rem;
  width: 1rem;
  height: 1rem;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #cef;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* To make text non-selectable so if it is clicked it doesn't highlight */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */
}

button {
  background: none repeat scroll 0 0 #dddddd;
  border: 1px solid #ccc;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 20px;
  text-align: center;
  margin: 0px;
  font-size: 14px;
}

a.clear_search {
  background: none repeat scroll 0 0 #660000;
  border: 1px solid #660000;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 1px 20px 2px 20px;
  text-align: center;
  margin: 0px;
  font-size: 14px;
}

button:hover,
a.clear_search:hover {
  background: #cccccc;
  border: 1px solid #ABADB3;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* Login page */
#form-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  background-color: lightblue;
}

#form-wrapper #form {
  background-color: #fbfbfb;
}

#form-wrapper #form input {
  background-color: lightblue;
}

/* Settings pages */
#form {
  padding: 2rem;
  text-align: center;
  background-color: lightblue;
}

#form>div {
  margin-top: 2rem;
  text-align: left;
}

#form input {
  padding: 1rem;
  background-color: #fbfbfb;
}

#form div {
  margin-top: 2rem;
}

#form h1 {
  margin-top: 1rem;
}

#form .name,
#form .field_name {
  margin-bottom: 1rem;
}

#form button {
  padding: 2rem 4rem;
}

#form .input,
#form .field_input {
  margin-bottom: 1rem;
  text-align: center;
}

#form select {
  background-color: #fbfbfb;
}

#form ul {
  list-style: none;
}

#form .input input[type=text],
#form .input input[type=password] {
  padding: 1rem;
  width: 100%;
  background: #fbfbfb;
  box-sizing: border-box;
}

#form .field_input input[type=text],
#form .field_input input[type=password] {
  padding: 1rem;
  width: 100%;
  background: #75B1CD;
  box-sizing: border-box;
}

.outer_container {
  margin: 0 auto;
}

.required {
  color: #666666;
  font-size: 12px;
  text-align: left;
}

.active_error {
  color: orange;
  font-size: 12px;
}

#form .name .correction_message,
.correction_message,
#correction_message {
  color: #0C435A;
  background-image: URL("../image/icon_correction_arrow.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
  text-align: left;
}

#form-wrapper>#form input[type=text],
#form-wrapper>#form input[type=password] {
  min-width: 17rem;
}

.edit_console_popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url("/include/image/bg_popup.png");
  display: none;
}

a.cta,
button.cta {
  position: relative;
  display: block;
  padding: 7px 20px 7px 36px;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

a.cta:hover,
button.cta:hover {
  display: block;
  background-position: 8px 7px;
  text-decoration: none;
}

a.check,
button.check {
  background: #fbfbfb url(/include/image/icon-check.png) no-repeat 10px 7px;
  color: #333;
}

a.check:disabled,
button.check:disabled {
  background: #fbfbfb url(/include/image/progress_green.gif) no-repeat 10px 7px;
  background-size: 15px 15px;
  color: #AAAAAA;
}

a.check:disabled:hover,
button.check:disabled:hover {
  cursor: default;
}

a.flag {
  background: #fff url(/include/image/icon-flag.png) no-repeat 10px 7px;
  color: #E04721;
}

a.ex {
  background: #fff url(/include/image/icon-delete.png) no-repeat 10px 7px;
  color: #E04721;
}

a.add {
  background: #fff url(/include/image/icon-add.png) no-repeat 10px 7px;
  color: #333;
}

button.add {
  background: #fff url(/include/image/icon-add.png) no-repeat 10px 7px;
  color: #333;
}

a.refresh {
  background: #fff url(/include/image/icon-refresh.png) no-repeat 10px 7px;
  color: #333;
}

a.upload,
a.send_forms {
  background: #fff url(/include/image/icon-upload.png) no-repeat 10px 7px;
  color: #333;
}

a.create_ci {
  background: #fff url(/include/image/icon-letter-add.png) no-repeat 10px 7px;
  color: #333;
}

button.update {
  background: #fff url(/include/image/icon-refresh.png) no-repeat 10px 5px;
  color: #333;
  padding: 5px 18px;
}

button.update:hover {
  background: #e9e9e9 url(/include/image/icon-refresh.png) no-repeat 10px 5px;
}

.autocomplete-w1 {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 8px 0 0 6px;
  /* IE6 fix: */
  _background: none;
  _margin: 0;
}

.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden;
}

.autocomplete .selected {
  background: #F0F0F0;
}

.autocomplete div {
  padding: 2px 45px 2px 5px;
  white-space: nowrap;
}

.autocomplete strong {
  font-weight: bold;
  color: #315E1F;
}

/* tab */
.f {
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
}

.p_field {
  float: left;
  width: 40%;
  font-weight: bold;
}

.field_value {
  float: left;
  width: 250px;
}

.section {
  position: relative;
  padding: 20px 10px;
}

.tab_info {
  position: relative;
}

.tabs {
  position: relative;
  height: 32px;
  border-bottom: 1px solid #ccc;
  padding: 0px 10px;
}

.tabs a {
  float: left;
  display: table-inline;
  font-size: 12px;
  padding: 4px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-right: 5px;
  background: #7CAABD;
  text-decoration: none;
  /*width: 141px;*/
  text-align: center;
}

.tabs a.on {
  background: #FFE5A3;
  text-decoration: none;
}

#ci_body,
.strain_body {
  display: none;
}

.info_box {
  position: relative;
  border: 1px solid #cccccc;
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 15px;
}

.bottom_buttons {
  margin-top: 30px;
  margin-bottom: 100px;
}

.bottom_buttons button {
  float: left;
  margin-left: 20px;
}

.clinic_day {
  background-color: #BBDDDD;
}

.clinic_day_today {
  background: repeating-linear-gradient(45deg, #BBDDDD, #BBDDDD 10px, #FFFFFF 10px, #FFFFFF 20px);
}

.today {
  background-color: #DBE2F0;
}

.patient_payment_eft {
  display: none;
}

.clear {
  clear: both;
}

.payment_date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  width: 90px !important;
}

.unpaid_patients .list_item,
.unpaid_patients #list_top {
  padding-left: 10px;
}

.unpaid_patients .list_item {
  min-height: 56px;
}

.unpaid_patients#list {
  max-width: 1160px;
}

.unpaid_patients .list_column:nth-child(8n+1) {
  /* Date */
  width: 100px;
}

.unpaid_patients .list_column:nth-child(8n+2) {
  /* Name */
  width: 100px;
}

.unpaid_patients .list_column:nth-child(8n+3) {
  /* Phone */
  width: 100px;
}

.unpaid_patients .list_column:nth-child(8n+4) {
  /* Email */
  width: 150px;
}

.unpaid_patients .list_column:nth-child(8n+5) {
  /* Payment Method */
  width: 200px;
}

.unpaid_patients .list_column:nth-child(8n+6) {
  /* Payment Amount */
  width: 150px;
}

.unpaid_patients .list_column:nth-child(8n+7) {
  /* Payment Date */
  width: 87px;
}

.unpaid_patients .list_column:nth-child(8n+8) {
  /* Payment Date */
  width: 110px;
}

.uninvoiced_patients {
  width: 995px;
}

.uninvoiced_patients .list_item,
.uninvoiced_patients #list_top {
  padding-left: 10px;
}

.uninvoiced_patients .list_item {
  min-height: 56px;
}

.uninvoiced_patients .list_column:nth-child(6n+1) {
  /* Name */
  width: 215px;
}

.uninvoiced_patients .list_column:nth-child(6n+2) {
  /* Email */
  width: 215px;
}

.uninvoiced_patients .list_column:nth-child(6n+3) {
  /* New Patient */
  width: 100px;
  text-align: center;
}

.uninvoiced_patients .list_column:nth-child(6n+4) {
  /* Payment Amount */
  width: 125px;
}

.uninvoiced_patients .list_column:nth-child(6n+5) {
  /* Payment Method */
  width: 110px;
}

.uninvoiced_patients .list_column:nth-child(6n+6) {
  /* Payment Date */
  width: 110px;
}

.uninvoiced_patients .list_column:nth-child(6n+7) {
  /* Submit */
  width: 110px;
}

.mark_red {
  background-color: #ff6961 !important;
}

.mark_red a {
  color: black;
}

.hide {
  display: none;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clearfix{
  padding: 0;
  /* display: grid;
  grid-template-columns: 0fr 0fr 0fr ; */
  grid-gap: 5px;
}

.emphasize {
  font-weight: 700;
}


/*                              */
/* FormattedTable.class.php CSS */
/*                              */
/* make each row have a bottom border */
.table .table-row {
  border-bottom: 1px solid #CCCCCC;
}

.table .table-row:nth-child(2n+1) {
  background-color: #eeeeee;
}

.table .table-row:nth-child(2n+0) {
  background-color: #fbfbfb;
}

/* change background colour based on even or odd */
/* general cell style */
.table-cell {
  /*float: left;*/
  padding: 5px 0px;
}

.table-cell input[type=checkbox] {
  margin: 4px 0px 0px 0px;
}

.table-cell img,
.table-cell a img {
  width: 16px;
  border: 0px;
  margin: 0px auto;
}

/* specific type of content in cell css */
.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2 !important;
}

.flex3 {
  flex: 3 !important;
}

.flex4 {
  flex: 4;
}

.flex5 {
  flex: 5;
}

.flex6 {
  flex: 6;
}

.flex7 {
  flex: 7;
}

.flex8 {
  flex: 8;
}

.flex1:not(.user_column),
.flex2,
.flex3:not(.user_column),
.flex4,
.flex5,
.flex6,
.flex7,
.flex8 {
  padding: 0.5rem;
}

.space-between {
  justify-content: space-between;
}

.flex-vert-center {
  align-items: center;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-right {
  margin-right: 1rem;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.flex-dir-col {
  flex-direction: column;
}

.flex-dir-row {
  flex-direction: row !important;
}

.font-smaller {
  font-size: 0.9rem;
}

.full-width {
  width: 99.5%;
}

.full-max-width {
  max-width: 99.5% !important;
}

.pad {
  padding: 1rem;
}

.col-xsmall {
  width: 50px;
  max-width: 50px;
}

.col-small {
  width: 100px;
  max-width: 100px;
}

.col-small-medium {
  width: 175px;
  max-width: 175px;
}

.col-medium {
  width: 250px;
  max-width: 250px;
}

.col-large {
  width: 450px;
  max-width: 450px;
}

.hide {
  display: none !important;
}

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

.hidden {
  display: none;
}

.center-text {
  text-align: center;
}

.email_body {
  padding: 20px;
}

#email_text {
  box-sizing: border-box;
}

#registration_fee_etf_options {
  display: inline-block;
}

#registration_fee_etf_num,
#registration_fee_date {
  width: 100px;
}

#registration_fee_date_container {
  display: inline-block;
}

.not_full {
  background: #EC9CA6;
}

#event_container {
  text-align: right;
}

#add_event,
#remove_event {
  cursor: pointer;
}

#add_event_form_container,
#remove_event_form_container {
  width: 300px;
  border: 1px solid grey;
  background-color: white;
  position: absolute;
  right: 20px;
  top: 80px;
  padding: 20px;
  display: none;
  z-index: 10;
}

#remove_event_container li {
  list-style: none;
  padding: 4px 0 4px 10px;
}

#remove_event_container li input {
  margin-right: 15px;
}

#remove_event_container ul {
  padding: 0;
}

#remove_event_form_container button {
  float: right;
}

#remove_event_form_container a.boxclose {
  float: right;
  cursor: pointer;
  color: #fbfbfb;
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  background: #605F61;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  top: -10px;
  position: absolute;
  right: -10px;
}

#add_event_form_container a.boxclose {
  float: right;
  cursor: pointer;
  color: #fbfbfb;
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  background: #605F61;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  top: -10px;
  position: absolute;
  right: -10px;
}

#remove_event_form_container a.boxclose:hover,
#add_event_form_container a.boxclose:hover {
  text-decoration: none;
}

#remove_event_form_container .boxclose:before,
#add_event_form_container .boxclose:before {
  content: "×";
}

#event_jscolor {
  width: 28px;
  height: 28px;
  color: transparent !important;
  border: none;
}

#add_event_form_container #start_date,
#add_event_form_container #end_date {
  width: 73px;
  margin: 8px 4px;
}

#add_event_form_container #title {
  margin: 8px 4px;
}

.event_container {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.event {
  font-size: 0.8em;
  text-align: center;
  background-color: lightblue;
  margin-right: 1rem;
}

#calendar_inner_container {
  font-size: 12px;
  font-family: Arial, sans-serif;
}

#calendar_inner_container .month_list_item .list_column {
  width: 14%;
}

#calendar_inner_container .calendar_column_head_container {
  border-bottom: 1px solid #DDD;
}

#calendar_inner_container .calendar_column_head_container .list_column {
  width: 14.27%;
}

#calendar_inner_container .selectable_date {
  height: 170px;
  border-left: 1px solid #DDD;
}

#calendar_inner_container .unselectable_date {
  height: 170px;
  border-left: 1px solid #DDD;
  background-color: #EEE;
}

#calendar_inner_container .month_list_item {
  border-right: 1px solid #DDD;
}

#remove_event {
  margin-top: 5px;
}

.calendar_message {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.calendar_message p {
  overflow: hidden;
  white-space: nowrap;
}

#calendar_change_month {
  display: inline-block;
  position: absolute;
}

/* Actionable Button */
.actionable_button {
  border: 3px dashed #ddd;
  padding: 20px;
  margin: 30px 0;
  font-size: 1.2em;
  text-align: center;
}

.actionable_button:hover {
  cursor: pointer;
}

.contact_item_shortcut {
  cursor: pointer;
}

.scrollable {
  white-space: nowrap;
  overflow: auto;
  height: 80vh;
}

.table_row {
  display: inline-block !important;
  position: relative;
  width: 150px;
  height: 30px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
}

.table_row_wrapper {
  max-height: 60px;
  display: block;
  position: relative;
}

.bg_grey {
  background-color: #eee;
}

/* Dashboard */
.area {
  padding-top: 2rem;
  background:orange;
  text-align: center;
  color:black;
  border: 1px solid #ccc;
  border-radius: 5px ;
}

.area ul {
  list-style: none;
}

.area ul li a {
  color: black;
}

/* Patient Intake Form Dropdown */
.intake_dropdown_button {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.intake_dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intake_dropdown_content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.intake_dropdown_content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.intake_dropdown_content a:hover {
  background-color: #f1f1f1;
}

.intake_dropdown:hover .intake_dropdown_content {
  display: block;
}

.intake_dropdown:hover .intake_dropdown_button {
  background-color: #3e8e41;
  color: #fbfbfb;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.clickable:hover {
  cursor: pointer;
}

#patient_notes_content {
  display: none;
}

.icon {
  height: 15px;
  width: auto;
  max-width: 1rem;
  vertical-align: middle;
}

.subtitle {
  font-size: 0.8em;
}

.service_wrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  clear: both;
}

.service_wrapper h2 {
  text-align: center;
}

.service_wrapper li {
  list-style-type: none;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 10px;
}

.lightgreen {
  background: lightgreen;
}

.lightred {
  background: lightpink;
}

.service_li {
  display: inline-block;
}

/* TOP NAV */
ul.top-nav-wrapper {
  float: left;
  margin: 0;
  padding-left: 0;
}

ul.top-nav-wrapper>li {
  list-style-type: none;
  color: #fff7f7;
  float: left;
}

ul.top-nav-wrapper>li:nth-child(1) {
  padding: 0;
}

nav {
  color: #fff7f7;
}

nav ul {
  text-align: center;
  z-index: 999;
}

nav ul li:hover {
  background: #99C5DA;
  color: #fff7f7;
}

nav ul li a {
  display: block;
  color: #fff7f7;
  padding: 10px;
}

nav ul li a:hover {
  text-decoration: none;
  color: #fff7f7;
}

nav ul li ul {
  position: absolute;
  background: #197DAC;
  line-height: 1.4em;
  padding-left: 0px;
  height: auto;
  display: none;
  /*
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
  */
}

nav ul li ul li {
  list-style: none;
}

nav ul li ul li a {
  display: block;
}

nav ul li ul li:hover a {
  color: #fff7f7;
  text-decoration: none;
}

nav ul li ul.fallback {
  display: none;
}

nav ul li:hover ul.fallback {
  display: block;
}

nav>ul>li:nth-child(1):hover {
  background: none;
}

nav>ul.top-nav-wrapper>li:first-child>a:first-child {
  padding: 0px;
}

nav>ul.top-nav-wrapper>li>a {
  padding: 1rem 0.5rem;
}

/*
nav ul li {float:left;display:inline;}
*/
#nav-search-box {
  width: 100%;
  /*border-radius: 3px;*/
  background: #197DAC;
  outline: 3px solid orange;
  border: 3px;
  color: #fff7f7;
  padding: 5px;
}
#nav-search-box:focus-visible {
  border: 1px solid orange;
  display: inline-block;
}

#nav-search-box::-moz-placeholder {
  color: #999;
  opacity: 1;
}

#nav-search-box:-ms-input-placeholder {
  color: #999;
}

#nav-search-box::-webkit-input-placeholder {
  color: #75B1CD;
}

/* Auto Complete Drop Down */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-state-active.ui-button:hover {
  border: 1px solid #fbfbfb;
  font-size: 1em;
  font-weight: normal;
  color: #444;
  background: #FAF3DD;
}

.ui-widget {
  font-size: 1em !important;
}

.ui-widget-content {
  background: #fbfbfb;
}

body>.autocomplete_li_div.ui-menu-item-wrapper {
  padding: 0;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  max-height: 100% !important;
}

/* For each returned item / row */
.autocomplete_li_div.ui-menu-item-wrapper img {
  vertical-align: top;
  margin-right: 10px;
}

.autocomplete_li_div img {
  float: left;
  margin: 5px;
}

.autocomplete_li_div p {
  font-size: 0.8em;
}

.autocomplete_li_div span {
  font-size: 1em;
}

.ui-menu .ui-menu-item {
  display: block;
  clear: both;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-state-active.ui-button:hover,
.ui-menu-item:hover {
  border: none;
  color: #fff7f7 !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  background: #197DAC !important;
}

.autocomplete_li_div.ui-menu-item-wrapper {
  border: none;
  color: #fff7f7 !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  background: #197DAC !important;
}

.autocomplete_li_div.ui-menu-item-wrapper:hover {
  border: none;
  color: #fff7f7 !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  background: #197DAC !important;
}

.ui-state-active.ui-button:hover,
.autocomplete_li_div.ui-menu-item-wrapper:hover {
  border: 1px solid orange;
}

body>ul.ui-widget-content {
  /* wrapper */
  background: #197DAC !important;
  color: #fbfbfb;
  border: 1px solid #308AB4;
  z-index: 1000;
}

#content {
  display: flex;
  padding: 1rem;
  margin: 0 auto;
  max-width: 1200px;
}


#sidebar {
  margin-left: 1rem;
}

body>header {
  background-color: #0070a3;
  border-bottom: 1px solid #666;
  color: #fff7f7;
}

body>header .company_name {
  position: relative;
  float: left;
}

body>header .logged {
  position: relative;
  padding: 10px;
}

body>header .logged a {
  color: orange;
}

.outer_container {
  display: flex;
  justify-content: space-between;
}

.zeroOpacity {
  opacity: 0;
}

.calendar_column_head_container,
.month_list_item .list_item {
  display: flex;
}

.left-col-69 {
  padding-right: 1rem;
}

#open-options-btn,
#close-options-btn {
  height: min-content;
}

.nav-hover {
  display: block !important;
}

#upcoming_reminders {
  margin-top: 2rem;
  background-color: #eee;
  padding: 3rem;
}

#upcoming_reminders>ul {
  padding-left: 0;
}

#upcoming_reminders>ul>li {
  list-style: none;
  margin-bottom: 2rem;
}

#upcoming_reminders>ul>li>ul>li:first-child {
  margin-top: 1rem;
}

#upcoming_reminders>ul>li>ul>li {
  padding-left: 3rem;
  background-color: antiquewhite;
  list-style: none;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.disabled {
  color: #666;
}

.rotate {
  transform: rotate(-90deg);
  transform-origin: bottom;
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#notepad-wrapper {
  position: fixed;
  right: 0;
  z-index: 9999;
  width: 3rem;
  display: flex;
  margin-top: 1rem;
  min-height: 50%;
}

#notepad-wrapper.open {
  min-width: 33%;
}

#notepad-wrapper h2 {
  margin-left: 2px;
  margin-top: 2px;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: center;
  height: 6rem;
}

#notepad-wrapper h2:hover {
  cursor: pointer;
}

#notepad-wrapper textarea {
  width: 100%;
  background: #0070a3;
  padding: 1rem;
  color: #fff;
  font-weight: 700;
  min-width: 200px;
}

#notepad-wrapper textarea:focus {
  border: 0 none #FFF;
  outline: none;
}

aside h2 {
  font: bold 12px Sans-Serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #0070a3;
  color: #fff;
  padding: 0.4rem;
  margin: 0 0 10px 0;
  line-height: 24px;
}

/* Class name via Modernizr */
aside h3 {
  /* Abs positioning makes it not take up vert space */
  position: absolute;
  top: 0;
  left: 0;
  /* Border is the new background */
  background: none;
  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(90deg);
}

#unused_authorizations div {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #FFE5A3;
}

#used_authorizations div {
  padding: 1rem;
  margin-bottom: 1rem;
  background: lightblue;
}

#used_authorizations div a,
#unused_authorizations div a {
  color: #E04721;
  font-weight: 700;
  float: right;
}

.nicEdit-main * {
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.dashboard {
  width: 25%;
  float: left;
  cursor: pointer;

}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(106, 116, 144, 0.1);
  padding: 20px;
  margin: 5px;
  width: 200px;
  max-height:55px;
  float: left;
  background-color: #fff;
}

.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(106, 116, 144, 0.1);
  padding: 20px;
  margin: 5px;
  width: 200px;
  max-height:55px;
  float: left;
  background-color: #fff;
}
.card h2 {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.card span {
  font-size: 16px;
  color: #060505;
  height: 40px; 
  line-height: 40px;
  margin-bottom: 10px;
}
ul {
  list-style: none; 
}

.card:hover {
  box-shadow: 0 4px 8px rgba(70, 9, 17, 0.2);
  background-color: #403c4d0d;
  transition: box-shadow 0.3s;
}
.opposite-ends {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



element.style {
  display: block;
}
.dash-task-cs{
  position: relative;
}
.dash-task-list{
  position: absolute;
  top: 36px;
  left: 18px;
  text-align:center;
}
#content {
  justify-content: center;
}
#content {
  display: flex;
  padding: 1rem;
  margin: 0 auto;
  max-width: 1200px;
}
p, div {
  line-height: 1.7em;
}
body, div, p, button, input, select, a {
  margin: 0px;
  padding: 0px;
}

div {
  display: block;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px;
  color: #333;
  background-color: #fbfbfb;
  height: 100%;
  box-sizing: border-box;
}
/* css for edit user added on 10-apr-24 */
.adm_privaleges{
  display: flex;
}
.adm_privaleges .name{
  margin-right: 50px;
  flex: 0 0 150px;
}
.adm_privaleges .int_field{
  margin-top: 0px !important;
  flex: 1;
}
.input.int_field.sch_col {
  min-width:200px; 
  margin-left:115px;
  text-align:center !important ;
}
.med_doc_ref_doc{
  min-width: 200px;
  margin-left: 158px;
}
.med_doc_ref_doc .input{
  text-align: unset !important;
  display: flex;
  margin-left: 43px;
}
.med_doc_ref_doc .input label{
  flex:0 0 125px;
}
.add-user ,.edit-user{
  max-width: 600px !important;
}
.cs-label-inp{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cs-label-inp-rd{
    display: flex;
    align-items: center;
    gap: 5px;
}
/* css end */
@media handheld, (max-device-width: 480px){

  .card {
    width: 200px;
  }
  .card:hover {
    box-shadow: 0 4px 8px rgba(70, 9, 17, 0.2);
    background-color: #403c4d0d;
    transition: box-shadow 0.3s;
  }
}


.flex-item-left {
  flex: 30%;  
  
  
}

.flex-item-right { 
  flex: 70%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .row {
    display: flex;
    flex-direction: column;
  }
}
/*# sourceMappingURL=admin_styles.css.map */
  .v .medical-records {
    width: 100%;
  }


  /* Reminders module */

 .reminder-label{
  width: 130px;
  display: block;

 }
 .reminder-value{
  padding: 10px;
  border-radius: 5px;
  width: 300px;
 }

 .reminder-button{
 
   display:block;
   margin-top: 15px;
   
 }

 /* Reminders Module Responsive Styles for Tablets and Mobile */
@media (max-width: 768px) {
  .reminder-label {
      width: 100%; 
      text-align: left; 
      margin-bottom: 5px; 
  }

  .reminder-value {
      width: 100%; 
  }

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

@media (max-width: 480px) {
  .reminder-label {
      font-size: 14px; 
  }

  .reminder-value {
      padding: 8px; 
      width: 100%; 
  }

  .reminder-button {
      font-size: 14px; 
      margin-top: 10px; 
  }
}


