.entity-selector {
  color: #387bbe;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  padding: 8px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 2px  0px 0px 5px;
  cursor: pointer;
  border: 0.8px solid transparent;
  text-shadow: none; }

.entity-selector:hover {
  border-color: #cccccc;
  text-decoration: underline; }

.entity-selector.selected, .entity-selector.selected:hover {
  color: white;
  background-color: #387bbe;
  border-color: #2373a5; }

.ngCellText.selected {
  background-color: #c9dde1; }

.ngCell-left {
  text-align: left; }

.ngCell-right {
  text-align: right; }

.ngCell-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ngCell-top-center {
  text-align: center; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'Open Sans', 'lucidia sans unicode', 'lucidia grande', verdana, arial, sans-serif; }

.main-outer-container {
  height: 100%; }

.main-container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.main-page-header {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  max-height: 30px; }

.main-nav-bar {
  margin-bottom: 5px !important; }

.main-page-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow: auto; }

.header-dropdown, .header-tdl-dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000; }

.header-tdl-dropdown {
  right: 50px; }

.header-scan-dropdown {
  left: 50px;
  position: absolute;
  top: 0px;
  z-index: 1000; }

.option-nav-btn {
  padding: 3px !important;
  margin-right: 2px; }

.wam-dropdown, .scan-dropdown {
  width: 1260px;
  height: 760px;
  background-color: white;
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  padding: 0px;
  margin: 5px;
  position: absolute;
  top: 25px;
  right: -50px;
  z-index: 80;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wam-dropdown .wam-popup, .scan-dropdown .wam-popup {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wam-dropdown .ui-resizable-w, .scan-dropdown .ui-resizable-w {
    width: 12px !important;
    /* was 7 hard to drag right */ }

.scan-dropdown {
  left: 50px; }

.main-top-nav {
  background-color: #EDF5F9;
  height: 30px; }

.header-agency-link {
  margin: 0px;
  font-weight: bold;
  text-align: center; }

.selection-dialog-grid {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.agency-selection-dialog {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  max-height: 740px; }

.header-info {
  position: relative;
  padding: 5px 10px 5px 10px; }

.logout-link {
  position: absolute;
  right: 0px;
  padding-right: 10px; }

.errors {
  color: red; }

.drill-down-dialog {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  padding: 15px; }
  .drill-down-dialog .drill-down-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    height: 100%;
    position: relative; }
    .drill-down-dialog .drill-down-container .drilldown-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-left: 15px;
      padding-top: 3px;
      padding-bottom: 3px;
      background-color: #fcfcfc;
      border: 1px solid #c9c9c9;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .drill-down-dialog .drill-down-container .drill-down-content-wrapper {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 0;
      min-width: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: hidden;
      border-radius: 10px; }
      .drill-down-dialog .drill-down-container .drill-down-content-wrapper .drill-down-content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 0;
        min-width: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto; }

.drill-down-breadcrumbs {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  margin: 5px; }

.breadcrumb-label {
  text-decoration: underline;
  color: blue;
  cursor: pointer; }

.drill-down-breadcrumbs li:last-child .breadcrumb-label {
  color: black;
  text-decoration: none;
  cursor: auto; }

a, a:link {
  cursor: pointer; }

.control-label {
  cursor: auto; }

.alertIcon {
  float: left;
  margin: 0 7px 20px 0; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.small-margin-bottom {
  margin-bottom: 5px !important; }

.jqmWindow {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  max-height: 95%; }

#messageWindowDialog {
  z-index: 5000; }

#messageWindowDialog .message {
  text-align: center;
  padding: 15px; }

#messageWindowDialog .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  #messageWindowDialog .buttons div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    min-width: 0; }

#messageWindowDialog messageDialogButton {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0; }

.agency-selector {
  display: inline-block; }

.dialog-container {
  padding-right: 10px;
  padding-left: 10px;
  max-height: 500px;
  overflow: auto; }

.dialog-title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px; }

.loading-base, .loading, #appLoadingMessage {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/loading.gif);
  opacity: 0.5;
  background-color: white; }

.loading {
  display: block;
  visibility: visible;
  pointer-events: none;
  position: relative; }
  .loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../images/loading.gif) center center no-repeat; }

#appLoadingMessage {
  display: none;
  position: fixed;
  z-index: 999999; }

#appLoadingMessage.loading {
  display: block; }

#timeoutWarningDialog {
  z-index: 99999; }

#timeoutWarningDialog .dialog-container {
  padding-top: 10px;
  padding-bottom: 10px; }

.password-mismatch-message {
  visibility: hidden;
  color: #a94442;
  padding-bottom: 15px; }

.change-password-error {
  color: #a94442;
  padding-bottom: 15px; }

.password-mismatch-message.invalid {
  visibility: visible; }

.dropdown-menu-item {
  cursor: pointer; }

/*
.loading {
    visibility: hidden;
}
*/
.child-item-list {
  margin-left: 15px; }

.selectable-entity {
  cursor: pointer;
  border: 1px solid transparent; }

.selectable-entity.selected {
  color: white;
  background-color: #387bbe; }

.unselectable-entity {
  margin: 2px 2px 2px -12px; }

.selectable-entity:hover {
  border: 1px solid #387bbe; }

.btn-margin {
  margin: 2px; }

.accessed-patient .accessed-patient-header {
  padding-right: 50px; }
.accessed-patient .accessed-patient-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 10px; }
  .accessed-patient .accessed-patient-container .accessed-patient-name {
    padding-left: 10px; }

/*# sourceMappingURL=main.css.map */
