﻿@charset "UTF-8";
/*@import "../lib/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss";
@import "../lib/bootstrap-sass/assets/stylesheets/bootstrap/_mixins.scss";*/
@import url(../../scss/css-variables.css);
@import url(../../scss/simple-context-menu.css);
body {
  background-color: #e7e7e7;
  color: var(--grey9);
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 14px;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased; }

body.headerExpanded {
  padding-top: 135px; }

h1, h2, h3, h4 {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px;
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial; }

address {
  margin-bottom: 0; }

a {
  color: var(--blue1);
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: none; }

.alert-small {
  padding: 10px;
  margin-bottom: 10px; }

.container-fluid {
  padding-right: 5px;
  padding-left: 5px; }

.row {
  margin-left: -5px;
  margin-right: -5px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px; }

.bootbox-close-button {
  float: right; }

.btn {
  font-size: 14px;
  padding: 4px 35px; }

button:disabled,
button.disabled,
button[disabled],
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: inherit;
  cursor: not-allowed; }

.btn-sm {
  padding: 4px 6px; }

.btn-xs {
  padding: 1px 5px; }

.btn-danger {
  background-color: var(--red1);
  color: var(--white1); }

.btn-danger:link {
  background-color: var(--red1);
  color: var(--white1); }

.btn-success {
  background-color: var(--green1);
  color: var(--white1); }

.btn-success:link {
  color: var(--white1); }

.btn-success:hover {
  color: var(--white1); }

.btn-default {
  background-color: var(--white1);
  border-color: var(--grey13);
  color: var(--grey9); }

.btn-default:active,
.btn-default.active {
  background-color: var(--grey12);
  border-color: var(--grey13); }

.btn-default:hover {
  background-color: var(--blue3);
  color: var(--white1); }

.btn-default2 {
  color: var(--white1);
  background-color: #009FDA;
  border-radius: 4px; }

.btn-default2:hover {
  color: var(--white1);
  background-color: #2B527D; }

.btn-info {
  background-color: var(--blue2);
  border-color: var(--blue1);
  color: var(--white1); }

.btn-toggle {
  background-color: var(--grey4);
  border-color: var(--grey2);
  color: var(--grey9); }

.btn-toggle:active,
.btn-toggle.active {
  color: var(--white1);
  background-color: var(--blue1);
  border-color: var(--blue4); }

.btn-toggle:hover {
  background-color: var(--grey2);
  border-color: var(--grey2);
  color: var(--white1); }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: var(--blue2);
  color: var(--white1); }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline-color: var(--blue3); }

.btn-default[disabled]:hover {
  background-color: var(--blue3); }

.card-body {
  padding: 10px; }

.col-form-label {
  word-wrap: normal;
  font-weight: bold;
  text-align: right; }

@media (max-width: 576px) {
  .col-form-label {
    text-align: left; } }

.dropdown-header {
  padding: 0.5rem 0.5rem;
  font-size: 14px; }

.dropdown-menu > li > a {
  border-bottom: 1px solid var(--grey2);
  clear: both;
  color: var(--grey9);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 10px 10px;
  text-decoration: none;
  white-space: nowrap; }

.dropdown-menu > li:last-child > a {
  border-bottom: 0; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: var(--blue3);
  color: var(--white1); }

.dropdown-item {
  padding: 0; }

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--blue1) !important;
  color: var(--white1) !important; }

.dropdown-menu li:hover {
  color: var(--white1) !important;
  background-color: var(--blue3) !important; }

.form-control {
  border-color: var(--grey2);
  color: var(--grey9);
  font-size: 14px;
  padding: 5px 12px; }

.form-control:focus {
  border-color: var(--blue3);
  outline-color: var(--blue3); }

.form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px; }

.form-label {
  font-weight: bold; }

.form-select {
  font-size: 14px; }

hr {
  color: var(--grey11); }

.panel-body {
  padding: 10px; }

.panel-heading {
  border-color: var(--grey2);
  background-color: var(--grey3); }

.panel-title > a {
  color: var(--blue1);
  display: inline-block;
  font-weight: bold;
  width: 100%; }

.progress {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto; } }

.text-danger {
  color: var(--red1); }

.well-30 {
  width: 30%; }

.well-40 {
  width: 40%; }

.well-50 {
  width: 50%; }

.well-center {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 700px;*/ }

.well.well-clear {
  background-color: transparent; }

.well-noborder {
  border-width: 0;
  box-shadow: none; }

.x-small {
  font-size: 75%; }

.nav-pills > li > a:hover {
  background-color: var(--grey2); }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: var(--grey9);
  background-color: var(--white1);
  left: 1px;
  z-index: 1; }

.nav-stacked > li > a {
  border-radius: 0;
  color: var(--grey9); }

.nav-stacked > li + li {
  margin-top: 0; }

.nav-stacked > li:first-child {
  border-top: 1px solid var(--grey2);
  border-top-left-radius: 4px; }

.nav-stacked > li:last-child {
  border-bottom-left-radius: 4px; }

.nav-stacked > li {
  background-color: var(--grey3);
  border-bottom: 1px solid var(--grey2);
  border-left: 1px solid var(--grey2); }

.navbar-header {
  float: left; }

.navbar-footer {
  min-height: 35px; }

.navbar {
  margin-bottom: 0; }

.navbar-brand {
  font-size: 16px; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0; } }

@media (max-width: 767px) {
  .navbar-brand {
    font-size: 14px; } }

.navbar-inverse .navbar-brand {
  color: var(--white1); }

.navbar-form {
  padding: 0; }

.navbar-toggle {
  border-width: 0;
  color: var(--blue5);
  float: left; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    left: auto;
    top: 50px;
    right: 0;
    background-color: var(--white1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: var(--grey9); }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: var(--blue3); } }

.navbar-inverse {
  background-color: #00677d;
  border-color: var(--grey7); }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
  color: var(--white1); }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-width: 0; }

.navbar-nav {
  margin: 0 0; }

.navbar-inverse .navbar-nav > li > a {
  color: var(--grey10); }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: var(--grey1); }

.FilterContainer {
  padding: 10px;
  height: 100%;
  min-height: 800px; }

.hidden-panel {
  visibility: hidden; }

.visible-panel {
  visibility: visible; }

.disabled {
  color: var(--grey2); }

.disabled:link {
  color: var(--grey2); }

.disabled:hover {
  color: var(--grey2); }

.dropdown-navbar {
  padding: 0;
  margin: 0; }

.dropdown-navbar > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--grey2); }

.bottom-1 {
  bottom: 1%; }

.bottom-5 {
  bottom: 5%; }

.end-1 {
  right: 1%; }

.end-5 {
  right: 5%; }

.start-1 {
  left: 1%; }

.start-5 {
  left: 5%; }

.top-1 {
  top: 1%; }

.top-5 {
  top: 5%; }

.e-ddl .e-input, .e-ddl .e-input[readonly], .e-ddl-popup, .e-ddl .e-options {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 14px; }

.e-tab.e-js.e-widget {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 14px; }

input.e-combobox.e-input {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 14px; }

.e-btn.e-txt.e-select, .e-tbtn.e-txt.e-select, .e-split-btn.e-txt.e-select {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 14px; }

.e-menu {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial; }

.e-treeview {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial; }

.e-chkbox-wrap .e-text {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial; }

.e-lv .e-list-text {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 14px; }

.e-input-group {
  border-radius: 4px; }

.e-ddl.e-input-group {
  border-radius: 4px; }

.e-ddl.e-input-group input.e-combobox.e-input, .e-ddl.e-input-group.e-input-focus .e-combobox.e-input:focus {
  border-radius: 4px; }

.e-ddl.e-input-group.e-input-focus {
  outline-color: #7fcfec;
  border-color: #7fcfec;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.e-ddl.e-input-group:not(.e-rtl) .e-input-group-icon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.e-ddl .e-in-wrap, .e-ddl-popup, .e-ddl .e-options, .e-ddl-popup .e-atc.e-search {
  border-radius: 4px; }

.e-ddl.e-focus .e-in-wrap {
  outline-color: #7fcfec;
  border-color: #7fcfec;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.e-ddl-popup .e-active {
  background-color: #33b2e1; }

.e-ddl-popup .e-hover {
  background-color: #7fcfec;
  color: #fff; }

.e-ddl.e-input-group .e-ddl-icon:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0d7"; }

.e-ddl.e-input-group .e-input-group-icon, .e-ddl.e-input-group .e-input-group-btn button {
  padding: 5px; }

/*.e-focus {
    outline-color: #7fcfec;
    border-color: #7fcfec;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}*/
/*.e-combobox .e-js .e-input {
    border-radius: 4px;
}*/
.e-grid {
  font-family: Open Sans, Segoe UI,Helvetica Neue,Ubuntu,Arial;
  font-size: 12px; }

.e-grid .e-headercelldiv {
  font-size: 13px; }

.e-grid td.e-active > a {
  color: #fff; }

.e-lv .e-list.e-state-default {
  background-color: #262626;
  border-width: 0; }

.e-lv.e-parentlv > .e-lv .e-list-container {
  border-width: 0; }

.e-lv .e-list .e-list-img {
  color: #fff; }

.e-lv .e-list.e-state-active {
  background-color: #009fda;
  color: #fff;
  border-width: 0; }

.e-lv .e-list.e-state-default > .e-chevron-right_01 .e-list-text {
  color: #fff; }

.e-lv .e-list.e-state-default:hover > .e-chevron-right_01 .e-list-text {
  color: #fff; }

.e-lv .e-list.e-margin .e-chevron-right_01 span {
  top: 5px; }

.e-lv .e-list.e-state-default:hover {
  background-color: #7b7c7f;
  color: #fff; }

.e-lv .e-list .e-chevron-right_01 {
  padding-bottom: 10px;
  padding-top: 11px; }

.e-numeric .e-in-wrap, .e-percent .e-in-wrap, .e-currency .e-in-wrap, .e-mask .e-in-wrap {
  border-radius: 4px; }

.e-btn.e-select {
  border-radius: 4px; }

.e-lv.e-js.e-parentlv {
  height: 100% !important; }

.e-lv.e-parentlv > .e-lv.subpage {
  height: 100%; }

.e-lv.e-parentlv > .e-lv .e-list-container {
  height: 100%; }

.e-nb .e-lv .subpage .e-content {
  height: 100% !important; }

.e-nb.e-nb-layout.e-nb-left {
  border-width: 0; }

.e-nb.e-nb-layout.e-nb-left {
  background-color: #262626; }

.e-grid tr.e-hover .e-rowcell > a:link,
.e-grid tr.e-hover .e-rowcell > a:hover,
.e-grid tr.e-hover .e-rowcell > a:visited {
  color: #fff;
  font-weight: bold; }

.e-lv .navDrawerItem.e-list.e-state-default.e-lastitem,
.e-lv .navDrawerItem.e-list.e-state-active.e-lastitem {
  border-top: solid 1px #7b7c7f;
  bottom: 0;
  padding: 0 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.e-schedule .e-celldefaultheight .e-workcells, .e-schedule .e-celldefaultheight .e-ampmdisplay {
  height: 21px; }

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

.bg-black1 {
  background-color: var(--black1); }

.bg-blue1 {
  background-color: var(--blue1); }

.bg-blue2 {
  background-color: var(--blue2); }

.bg-blue3 {
  background-color: var(--blue3); }

.bg-blue4 {
  background-color: var(--blue4); }

.bg-grey1 {
  background-color: var(--grey1); }

.bg-grey2 {
  background-color: var(--grey2); }

.bg-grey3 {
  background-color: var(--grey3); }

.bg-grey4 {
  background-color: var(--grey4); }

.bg-grey5 {
  background-color: var(--grey5); }

.bg-grey6 {
  background-color: var(--grey6); }

.bg-grey7 {
  background-color: var(--grey7); }

.bg-grey8 {
  background-color: var(--grey8); }

.bg-grey9 {
  background-color: var(--grey9); }

.bg-grey12 {
  background-color: var(--grey12); }

.bg-pink1 {
  background-color: var(--pink1); }

.bg-red1 {
  background-color: var(--red1); }

.bg-red2 {
  background-color: var(--red2); }

.bg-orange1 {
  background-color: var(--orange1); }

.bg-orange3 {
  background-color: var(--orange3); }

.bg-yellow3 {
  background-color: var(--yellow3); }

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: inherit; }

.border-blue1 {
  border-color: var(--blue1); }

.border-blue2 {
  border-color: var(--blue2); }

.border-blue3 {
  border-color: var(--blue3); }

.border-blue4 {
  border-color: var(--blue4); }

.border-grey1 {
  border-color: var(--grey1); }

.border-grey2 {
  border-color: var(--grey2); }

.border-grey3 {
  border-color: var(--grey3); }

.border-grey4 {
  border-color: var(--grey4); }

.border-grey5 {
  border-color: var(--grey5); }

.border-grey6 {
  border-color: var(--grey6); }

.border-grey7 {
  border-color: var(--grey7); }

.border-grey8 {
  border-color: var(--grey8); }

.border-grey9 {
  border-color: var(--grey9); }

.btn-scroll-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 6px 9px; }

.btn-dashboard {
  min-height: 150px;
  margin-top: auto;
  margin-bottom: auto; }

.btn-dashboard > h1 {
  font-weight: normal; }

.btn-dashboard:hover {
  cursor: pointer;
  outline-color: var(--blue3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.btn-25em {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0; }

.btn-2em {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0; }

.btn-std {
  width: 4em;
  height: 2em;
  line-height: 2em;
  padding: 0; }

.btn-default-alt {
  background-color: var(--grey4);
  border-color: var(--grey2);
  color: var(--grey9); }

.btn-default-alt:hover {
  background-color: var(--grey2);
  border-color: var(--grey2);
  color: var(--white1); }

.btn-square {
  padding: 4px 10px; }

.modal-dialog-centered {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.fa-Appointments:before {
  content: "\f073"; }

.fa-Configuration:before {
  content: "\f013"; }

.fa-Find:before {
  content: "\f002"; }

.fa-SmartForms:before {
  font-family: 'Font Awesome 5 Brands';
  content: "\f298"; }

.fa-Home:before {
  content: "\f015"; }

.fa-Patients:before {
  content: "\f007"; }

.fa-SmartBoard:before {
  content: "\f00a"; }

.fa-Worklists:before {
  content: "\f0cb"; }

.text-xsmall {
  font-size: 75%; }

.text-small {
  font-size: 85%; }

.text-truncate {
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-blue1 {
  color: var(--blue1); }

.text-blue2 {
  color: var(--blue2); }

.text-blue3 {
  color: var(--blue3); }

.text-blue4 {
  color: var(--blue4); }

.text-grey1 {
  color: var(--grey1); }

.text-grey2 {
  color: var(--grey2); }

.text-grey3 {
  color: var(--grey3); }

.text-grey4 {
  color: var(--grey4); }

.text-grey5 {
  color: var(--grey5); }

.text-grey6 {
  color: var(--grey6); }

.text-grey7 {
  color: var(--grey7); }

.text-grey8 {
  color: var(--grey8); }

.text-grey9 {
  color: var(--grey9); }

.text-grey10 {
  color: var(--grey10); }

.text-grey11 {
  color: var(--grey11); }

.text-green1 {
  color: var(--green1); }

.text-green2 {
  color: var(--green2); }

.text-red1 {
  color: var(--red1); }

.text-orange1 {
  color: var(--orange1); }

.text-pink1 {
  color: var(--pink1); }

.text-white1 {
  color: var(--white1); }

a.text-white1 {
  color: var(--white1); }

a.text-white1:hover {
  color: var(--grey4); }

.text-white2 {
  color: var(--white2); }

.no-margin {
  margin: 0; }

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

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

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

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

.margin-xxs {
  margin: var(--xx-small); }

.margin-xxs-top {
  margin-top: var(--xx-small); }

.margin-xxs-right {
  margin-right: var(--xx-small); }

.margin-xxs-bottom {
  margin-bottom: var(--xx-small); }

.margin-xxs-left {
  margin-left: var(--xx-small); }

.margin-xs {
  margin: var(--x-small); }

.margin-xs-top {
  margin-top: var(--x-small); }

.margin-xs-right {
  margin-right: var(--x-small); }

.margin-xs-bottom {
  margin-bottom: var(--x-small); }

.margin-xs-left {
  margin-left: var(--x-small); }

.margin-sm {
  margin: var(--small); }

.margin-sm-top {
  margin-top: var(--small); }

.margin-sm-right {
  margin-right: var(--small); }

.margin-sm-bottom {
  margin-bottom: var(--small); }

.margin-sm-left {
  margin-left: var(--small); }

.margin-md {
  margin: var(--medium); }

.margin-md-top {
  margin-top: var(--medium); }

.margin-md-right {
  margin-right: var(--medium); }

.margin-md-bottom {
  margin-bottom: var(--medium); }

.margin-md-left {
  margin-left: var(--medium); }

.margin-lg {
  margin: var(--large); }

.margin-lg-top {
  margin-top: var(--large); }

.margin-lg-right {
  margin-right: var(--large); }

.margin-lg-bottom {
  margin-bottom: var(--large); }

.margin-lg-left {
  margin-left: var(--large); }

.margin-xl {
  margin: var(--x-large); }

.margin-xl-top {
  margin-top: var(--x-large); }

.margin-xl-right {
  margin-right: var(--x-large); }

.margin-xl-bottom {
  margin-bottom: var(--x-large); }

.margin-xl-left {
  margin-left: var(--x-large); }

.margin-xxl {
  margin: var(--xx-large); }

.margin-xxl-top {
  margin-top: var(--xx-large); }

.margin-xxl-right {
  margin-right: var(--xx-large); }

.margin-xxl-bottom {
  margin-bottom: var(--xx-large); }

.margin-xxl-left {
  margin-left: var(--xx-large); }

.margin-1 {
  margin: 1px; }

.margin-top-1 {
  margin-top: 1px; }

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

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

.margin-left-1 {
  margin-left: 1px; }

.margin-3 {
  margin: 3px; }

.margin-top-3 {
  margin-top: 3px; }

.margin-right-3 {
  margin-right: 3px; }

.margin-bottom-3 {
  margin-bottom: 3px; }

.margin-left-3 {
  margin-left: 3px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-right-10 {
  margin-right: 10px; }

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

.margin-left-10 {
  margin-left: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-20 {
  margin: 20px 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0 !important; }

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

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.padding-5 {
  padding: 5px 5px 5px 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-10 {
  padding: 10px 10px 10px 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-15 {
  padding: 15px 15px 15px 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.no-gutters {
  padding: 0;
  margin: 0; }

.no-gutters-top {
  padding-top: 0;
  margin-top: 0; }

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

.no-gutters-left {
  padding-left: 0;
  margin-left: 0; }

.no-gutters-right {
  padding-right: 0;
  margin-right: 0; }

.RecentlyViewedPagesDropListContainer {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

#ConfigurationMenuButtonText,
#WorklistsMenuButtonText {
  display: inline-block; }

@media (max-width: 375px) {
  #ConfigurationMenuButtonText,
  #WorklistsMenuButtonText {
    display: inline-block;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

@media (max-width: 320px) {
  #ConfigurationMenuButtonText,
  #WorklistsMenuButtonText {
    max-width: 160px; } }

.ConfigurationTabs {
  padding-top: 41px; }

.ContainerConfiguration {
  background-color: #fff;
  min-height: 400px;
  border: solid 1px var(--grey2);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px; }

.PanelFilter {
  margin-bottom: 5px !important; }

.PanelFilterHeading a span.fa-chevron-right {
  transition: transform 300ms ease; }

.PanelFilterHeading a[aria-expanded=true] span.fa-chevron-right {
  transform: rotate(90deg); }

.alert-global {
  border-radius: 0;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11000; }

.alert-global > .alert {
  border-radius: 0; }

/* Configuration - Find Patient */
table.config-find-patient-form {
  border: 1px solid black;
  border-collapse: separate;
  border-spacing: 0.8em;
  position: relative;
  table-layout: fixed;
  width: auto;
  margin-top: 1em; }

table.config-find-patient-form .form-caption {
  background-color: Window;
  left: 2.4em;
  padding: 0.2em;
  position: absolute;
  top: -0.9em;
  z-index: 999; }

table.config-find-patient-form .no-spacing {
  border-spacing: 0 0; }

table.config-find-patient-form .no-spacing .reduced-gap {
  margin-bottom: -0.5em; }

table.config-find-patient-form th:nth-child(1) {
  width: 30%; }

table.config-find-patient-form th:nth-child(2) {
  width: 20%; }

table.config-find-patient-form th:nth-child(3) {
  width: 50%; }

/* END Configuration - Find Patient */
/* Miscellaneous */
.btn-extra-right-margin10 {
  margin-right: 10px; }

.grid-image {
  margin: 10px;
  padding: 10px; }

#navpane.e-nb-fixed {
  position: fixed; }

.btn-spacer-left {
  margin-left: 25px; }

.btn-spacer-right {
  margin-right: 25px; }

.btn-confirmation {
  height: 31px;
  width: 80px; }

div.access-denied-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.access-denied {
  font-weight: bold;
  font-size: xx-large;
  margin: 1em;
  text-justify: auto; }

.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

Label[for],
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.div-disabled {
  z-index: 100000  !important;
  opacity: .5  !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: default !important; }

.popover {
  max-width: 400px; }

/* END Miscellaneous */
/* find-patient */
.btn-smart-search {
  margin: 6px 5px 10px 5px;
  padding: 5px;
  color: white;
  width: 125px;
  background-color: #0f8dbe; }

.btn-recent-patient {
  margin: 6px 5px 10px 5px;
  padding: 5px;
  color: white;
  width: 125px;
  background-color: #0f8dbe; }

.btn-default-search {
  margin: 6px 5px 10px 5px;
  padding: 5px;
  color: white;
  width: 50px;
  height: 34px;
  background-color: #0f8dbe; }

.patient-search {
  margin: 6px 5px 4px 5px;
  padding: 1px 20px 1px 20px;
  height: 34px; }

.notification {
  position: fixed;
  top: 8px;
  right: 150px;
  z-index: 2000;
  margin: 0;
  padding: 7px 20px;
  color: #ffffff;
  background-color: #8dbe0e;
  height: 35px;
  width: 275px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: none; }

.patient-detail, .find-patient-grid {
  padding: 1px;
  border-radius: 3px; }

#patient-image {
  width: 100px;
  height: 100px;
  margin: 20px 10px 10px 10px;
  padding: 2px;
  border: 2px solid #cccccc;
  border-radius: 4px; }

.detail-panel {
  margin: 5px;
  padding: 5px;
  font-weight: bold;
  cursor: default; }

@font-face {
  font-family: 'palabra';
  src: url("../../fonts/palabra/palabra.eot?51863518");
  src: url("../../fonts/palabra/palabra.eot?51863518#iefix") format("embedded-opentype"), url("../../fonts/palabra/palabra.woff2?51863518") format("woff2"), url("../../fonts/palabra/palabra.woff?51863518") format("woff"), url("../../fonts/palabra/palabra.ttf?51863518") format("truetype"), url("../../fonts/palabra/palabra.svg?51863518#palabra") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'palabra';
    src: url('../../fonts/palabra/palabra.svg?51863518#palabra') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "palabra";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-lg,
.icon-large {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.icon-xs,
.icon-xsmall {
  font-size: .75em; }

.icon-sm,
.icon-small {
  font-size: .875em; }

.icon-1x {
  font-size: 1em; }

.icon-2x,
.icon-xlarge {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-6x {
  font-size: 6em; }

.icon-7x {
  font-size: 7em; }

.icon-8x {
  font-size: 8em; }

.icon-9x {
  font-size: 9em; }

.icon-10x {
  font-size: 10em; }

.icon-clinical-trial:before {
  content: '\e800'; }

/* '' */
.icon-contact:before {
  content: '\e801'; }

/* '' */
.icon-deceased:before {
  content: '\e802'; }

/* '' */
.icon-pediatric:before {
  content: '\e803'; }

/* '' */
.icon-allergies:before {
  content: '\e804'; }

/* '' */
.icon-notifications:before {
  content: '\e806'; }

/* '' */
.icon-alerts:before {
  content: '\e807'; }

/* '' */
/* Spinner */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 128px;
  height: 128px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 64px 64px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lds-roller-color);
  margin: -6px 0 0 -6px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 100px;
  left: 100px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 108px;
  left: 90px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 114px;
  left: 78px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 116px;
  left: 64px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 114px;
  left: 50px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 108px;
  left: 38px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 100px;
  left: 28px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 90px;
  left: 20px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.lds-container {
  --lds-roller-color: #fff;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */ }

.lds-fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out; }

.lds-fade-in {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease-in-out; }

/* Styled Checkbox */
/* ReSharper disable CssNotResolved */
/* See https://codepen.io/paulobrien/pen/ZrKeaQ */
input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512px' height='512px' viewBox='-64 -64 640 640' style='enable-background:new 0 0 512 512;fill: %23179bd7' xml:space='preserve'%3e%3cpath d='M448,71.9c-17.3-13.4-41.5-9.3-54.1,9.1L214,344.2l-99.1-107.3c-14.6-16.6-39.1-17.4-54.7-1.8 c-15.6,15.5-16.4,41.6-1.7,58.1c0,0,120.4,133.6,137.7,147c17.3,13.4,41.5,9.3,54.1-9.1l206.3-301.7 C469.2,110.9,465.3,85.2,448,71.9z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0;
  background-color: #fff;
  background-position: 50% 50%;
  transition: .3s ease;
  padding: 5px;
  /* bootstrap seems to pre-set top margin to 4px */
  margin: unset;
  cursor: pointer; }

input[type="checkbox"]:active {
  background-color: #ddd; }

input[type="checkbox"]:checked {
  background-size: cover; }

input[type="checkbox"]:disabled {
  border: 1px solid gray;
  background-color: lightgray; }

/* CSS Grid SyncFusion Style */
.sfg-container {
  display: grid;
  font-size: 12px;
  grid-auto-rows: max-content;
  border: 1px solid #c8c8c8;
  /*background-color: lightgray;*/
  /*grid-gap: 1px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: black; }

.sfg-container > div:hover {
  overflow: visible; }

/* this div is ignored as a child, due to display:contents, so it is excluded from the grid layout */
.sfg-row {
  display: contents; }

.sfg-row > div {
  padding: 8px 4px;
  background-color: white;
  outline: 1px solid #c8c8c8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* alternating row background color */
.sfg-row:nth-child(2n) > div {
  background-color: #fcfcfc; }

/* placed last, because we want this selector to run last for the row */
.sfg-row:hover > div {
  background-color: lightblue; }

.sfg-row > div:hover {
  overflow: visible;
  white-space: unset; }

.sfg-row > .sfg-menu {
  text-align: center;
  text-justify: auto;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
  padding-left: 5px;
  padding-right: 5px; }

.sfg-row .edit-icon {
  cursor: pointer;
  margin: 4px; }

.sfg-row .copy-icon {
  cursor: pointer;
  margin: 4px; }

.sfg-row .del-icon {
  cursor: pointer;
  margin: 4px; }

.sfg-row .action-icon {
  cursor: pointer;
  margin: 4px; }

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

.sfg-header {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  outline: 1px solid #c8c8c8;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-height: 30px;
  max-height: 160px;
  text-align: center;
  padding: 5px;
  /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
  z-index: 800; }

.sfg-header.sfg-menuHeader {
  z-index: 900; }

.sfg-centeredHeaderCell {
  height: 100%;
  display: flex;
  align-items: center;
  /* vertical */
  justify-content: center;
  /* horizontal */ }

.sfg-stickyActionColumn {
  position: -webkit-sticky;
  position: sticky;
  right: 0; }

.sfg-rotated {
  writing-mode: vertical-lr;
  text-orientation: sideways;
  max-height: 160px; }

/* END CSS Grid SyncFusion Style */
