@font-face {
font-family: 'Graphik Web Light';
src: url(/ebba03494b3f475b1f72.woff);
font-weight: 300;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik Web Regular';
src: url(/706604950c07ef4f14bf.woff);
font-weight: 400;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik Web Semibold';
src: url(/e84352879fcc2dc6b328.woff);
font-weight: 600;
font-style: normal;
font-stretch: normal;
}


@font-face {
font-family: 'Graphik Web Bold';
src: url(/6b256c830f679df5258d.woff);
font-weight: 700;
font-style: normal;
font-stretch: normal;
}
@font-face {
    font-family: 'Graphik Web Arial';
    src: url(/eb9f5332242e87e41060.woff);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    }

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .form-inline .form-control {
    width: 100%;
  }

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

  .hold-button {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .empty-chart-button {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
  }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .form-inline .form-control {
    width: 100%;
  }

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

  .hold-button {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .empty-chart-button {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .annotation-section {
    height: auto;
  }

}

@media only screen and (max-height : 800px) {
  .encounter-container {
    /* margin-bottom: 100px !important; */
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .annotation-section {
    height: auto;
    padding-bottom: 0;
  }

  .encounter-container {
    height: 80vh;
    overflow-y: scroll;
   /*  margin-bottom: 150px; */
  }
  .dosencounter-container {
    height: 80vh;
    overflow-y: scroll;
   /*  margin-bottom: 150px; */
  }
}

/* set variables in root */
:root {
  --font-light: 'Graphik Web Light';
  --font-regular: 'Graphik Web Arial';
  --font-semibold: 'Graphik Web Semibold';
  --font-bold: 'Graphik Web Bold';

  /* colour variables */
  --brand-primary: #0d0d0d;
  --brand-secondary: #4d4d4d;
  --brand-active: #080808;
  --brand-inactive: #4d4d4d;
  --brand-sub-active: white;
  --brand-danger: #FC4141;
  --brand-success: #006622;
  --brand-grey: #F0EDED;
  --evidence-diagnosis: #FF3266;
  --evidence-medications: #FF7F50;
  --evidence-results: #FFCC00;
  --evidence-ordered: #ACBD10;
  --evidence-treatment: #FF99CB;
  --evidence-assessment: #CC66FF;
  --evidence-complaint: #66CCCC;
  --evidence-symtoms: #78A2FF;
  --evidence-past-history: #00BEEF;
  --evidence-dos-beginDate: #DAA520;
  --evidence-dos-endDate: #00FFFF;  
  --evidence-deleted-diagnosis:#D9D6D5;  
  --text-grey: #9E9B9B;
  --dark-grey: #666;

  /* font-sizes */
  --font-size-xsmall: 9px;
  --font-size-small: 10px;
  --font-size-medium: 11px;
  --font-size-large: 14px;
  --font-size-xlarge: 16px;
  --font-size-xxlarge: 18px;
  --column-gutter-width: 21px;

  /* TODO: below may need to be removed later*/
  --text-header-grey: #4A4A4A;
}


  body {
    overflow-x: hidden; /* prevent horizontal scroll */
  }

/* amend bootstrap column settings to reflect design mockup */
/*[class*="col-"] {
  padding-right: var(--column-gutter-width);
  padding-left: var(--column-gutter-width);
}

.row {
  margin-right: -21px;
  margin-left: -21px;
}*/

body {
  font-family: var(--font-regular), sans-serif;
  font-size: var(--font-size-medium); /* 12px */
  background-color: var(--brand-grey);
}

/* start of globals */
.text-danger {
  color: var(--brand-danger);
}

.text-success {
  color: var(--brand-sub-active);
}

:focus {
  outline: none !important; /* using !important to remove coloured outline on focus everywhere */
  cursor: pointer;
}

.glyphicon {
  font-weight: lighter;
  font-size: var(--font-size-small);
}


-webkit-input-placeholder {
  color: var(--text-grey);
  opacity: .5;
}

hr {
  padding-left: 0;
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 0 -15px 15px;
    padding: 0;
}

/* end of globals */


/* start of annotation section */
.annotation-section {
  background-color: var(--brand-primary);
  color: white;
  height: 74vh;
  padding-bottom: 30px;
  /*overflow-y: auto;
  overflow-x: hidden;*/
}

input.form-control {
  border: none;
  background-color: white;
  color:black;
  font-family: var(--font-regular);
  font-size: var(--font-size-small); /* 10px */
}
input.onfocusElement:focus
{
color: solid #000000 !important;
font-weight: 500;
opacity: 1 !important;
}
input::-webkit-input-placeholder {
  opacity: .5;
}

details {
  padding-bottom: var(--column-gutter-width);
}

.patient-details-input {
  height: 2em;
}

.edit-container {
  padding-bottom: var(--column-gutter-width);
}

.edit-container label {
  font-family: var(--font-regular);
  color: black;
}

.edit-container b {
  font-family: var(--font-regular);
  color: black;
}

.input-xs{
  height: 20px; /* decrease size of displayed annotations */
  padding: 0;
  margin-top: -2px;
}
/* end of annotation section */


/* start of chart section */
.chart-section {
  /* height: 100vh; */
}

.chart-container {
  padding: 0 var(--column-gutter-width);
}

.chart{
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  height: 70vh;
  width:102%;
  overflow-y: scroll;
  /* margin-left: var(--column-gutter-width);
  margin-right: var(--column-gutter-width); */
  padding: var(--column-gutter-width);
  color: black;
  cursor: context-menu;
}

.chartNonReadable{
  font-family: 'Open Sans', sans-serif;
  height: 70vh;
  
  /*width:115vh;
  margin-left: 80px;
  margin-right: 100px;
  padding: var(--column-gutter-width);*/
  color: black;
  cursor: context-menu;
  /*padding-top: 0*/
  width:98%;
  padding-left: 11.2%;
}
.hideChart{
  display:none;
}

.chart-details {
  color: black;
  padding: 15px 0;
  margin-left: var(--column-gutter-width);
  margin-right: var(--column-gutter-width);
  height: 50px;
  font-size: var(--font-size-small);
}

.chart-details a {
  color: black;
}

.chart-details a:hover {
  text-decoration: none;
}

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

.original-chart {
  text-transform: uppercase;
  text-align: right;
}

.original-chart:hover {
  color: var(--dark-grey);
}

.button-view {
  display: flex;
}
.button-view1 {
  
}
/* end of chart section */


/* start of highlighting of evidence annotations in chart */
.annotation-diagnosis {
  background-color: var(--evidence-diagnosis);
}

.annotation-medications {
  background-color: var(--evidence-medications);
}

.annotation-medication {
  background-color: var(--evidence-medications);
}

.annotation-test_results {
  background-color: var(--evidence-results);
}

.annotation-test_ordered {
  background-color: var(--evidence-ordered);
}

.annotation-assessment {
  background-color: var(--evidence-assessment);
}

.annotation-treatment {
  background-color: var(--evidence-treatment);
}

.annotation-chief_complaint {
  background-color: var(--evidence-complaint);
}

.annotation-symptoms {
  background-color: var(--evidence-symtoms);
}

.annotation-past_medical_history {
  background-color: var(--evidence-past-history);
}
.annotation-dos_begin_date {
  background-color: var(--evidence-dos-beginDate);
}
.annotation-dos_end_date {
  background-color: var(--evidence-dos-endDate);
}
.annotation-deleted_diagnosis {
  background-color: var(--evidence-deleted-diagnosis);
}
/* end of highlighting of evidence annotations in chart */

/* EDIT MODE */

.edit-container {
  margin: 5px 20px;
}

.edit-mode {
  background-color: var(--brand-sub-active);
  font-family: var(--font-regular);
 
}

.edit-mode h5 {
  text-transform: uppercase;
  
}

.edit-mode input {
  font-size: var(--font-size-medium);
}

.edit-mode input:not([type='radio']) {
  height: 22px;
  border: 0.5px solid black;
  border-radius: 2px;
  background-color: transparent;
}

.edit-mode input[type=number] {
  width: auto;
  font-size: var(--font-size-xsmall) !important;
  text-align: center;
}

.edit-mode input:not([type='radio']):focus {
  height: 22px;
  opacity: 0.7;
  box-shadow: 0 0 3px 1px var(--brand-secondary);
  border: 0.5px solid var(--brand-secondary);
  border-radius: 2px;
}

.edit-mode input[type=radio] {
  position: relative;
}

.edit-mode input[type='text'] {
  border: 0.5px solid black;
  border-radius: 2px;
}

input.form-control.dob-input {
  border-right: 0px solid white;
   border: 1px solid black;
   z-index: 0 !important;
}
  

   
.edit-mode label {
  /* padding-bottom: 3px; */
  padding-left: 0px;
}

.input-group-addon {
  color: white;
  background-color: var(--brand-sub-active);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: relative;
  padding: 0;
  padding-right: 5px;
  height: 22px;
  border-radius: 2px;
}

.edit-mode input:not([type='radio']):focus + .input-group-addon {
  opacity: 0.7;
  box-shadow: 0 0 0px 0px var(--brand-secondary);
  border: .5px .5px .5px 0.5px solid var(--brand-secondary);
}

.glyphicon {
  cursor: pointer;
}

.editMode.glyphicon {
  font-size: 14px;
}

input[type="text"] + .input-group-addon span.glyphicon.glyphicon-calendar:before {
  content: "\e109";
}

input[type="date"]:focus + .input-group-addon span.glyphicon.glyphicon-calendar:before {
  content: "";
}

/*****************************************
  RADIO BUTTONS
******************************************/
input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  background-color: transparent;
  border: 1px solid;
  border-color: black;
  border-radius: 50px;

  display: inline-block;
  float: left;
  margin-right: 7px;
  padding: 7px;
  position: relative;
  -webkit-appearance: none;
}
input[type="radio"]:checked + span {
  color: black;
  background-color: black;
    border: 1px solid;
  border-color: black;
  border-radius: 50px;
}
input[type="radio"]:checked + span:after {
  background: black;
  border-radius: 50px;
  content: " ";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 8px;
}
label:hover input[type="radio"] + span {
  border-color: black;
}


/* TODO refactor below for new design */


/* no-padding: only used for annotation display and editing in annotation panel*/
.no-padding {
  padding: 0;
}

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

/*tooltip: only used for diagnosis status */
.has-tooltip {
    display: inline;
    position: relative;
    padding-right: .5em;
}

.has-tooltip:hover:after {
  content:attr(data-tooltip);
  background: rgba(0,0,0,.75);
  border-radius: .4em;
  bottom: 1.7em;
  color: white;
  display: block;
  left: 1em;
  padding: .3em 1em;
  position: absolute;
  white-space: nowrap;
}

.has-tooltip:hover:before {
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0,0,0,.75) transparent;
  border-width: .4em .4em 0 .4em;
  bottom: 1em;
  content: "";
  display: block;
  left: 2em;
  position: absolute;
}


/* styling for displaying chart pages */
.pageblock {
  border: 1px solid black;
  border-bottom: 10px solid black;
  margin: 5px;
  padding: 2px;
}

.page-encounter {
  border-top: 10px solid blue;
}

.marking-h1 {
  font-size: 250%;
  font-family: var(--font-bold);
  margin-bottom: 1em;
}

.marking-h2 {
  font-size: 200%;
  font-family: var(--font-bold);
  margin-bottom: 1em;
}


.marking-h3 {
  font-size: 150%;
  font-family: var(--font-bold);
  margin-bottom: 1em;
}


.marking-h4 {
  font-size: 125%;
  font-family: var(--font-bold);
  margin-bottom: 1em;
}

.encounter-container {
  max-height: 50vh;
  /*overflow-y: auto;
  overflow-x: hidden;
   margin-bottom: 120px; */
  background: var(--brand-sub-active);
}


/*.encounter-container::-webkit-scrollbar {
  width: 1em;
}

.encounter-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.encounter-container::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
  outline: 1px solid var(--brand-primary);
}*/
.chart-container{
  padding-left:0;
}

.row.submit-chart-container {
  /* padding-top: 15px;
  padding-bottom: 15px; */
   position: fixed; 
   /* top: 538px; */
   width: 33.33%;
   background: var(--brand-primary);
  /* height: 120px; */
   height: 140px;
   max-height: 140px;
   z-index: 1;
   display: flex;
   justify-content: space-around;
}

/** Feedback messages */

.alertify{
  z-index: 999999 !important;
}

.alertify-logs.full-width{
  top: 0;
  margin: 0;
  left: 0 !important;
  right: 0 !important;
  position: absolute !important;
  z-index: 9999 !important;
}

.alertify-logs.full-width .show{
  margin: 0;
  width: 100%;
  opacity: 0.95;
  padding: 20px;
  min-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: var(--font-size-medium);

  /* Removing transition animations */
  transition-property: none !important;
  -o-transition-property: none !important;
  -ms-transition-property: none !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
}

.alertify-logs .success,
.alertify-logs .success.show{
  color: var(--brand-sub-active);
  background-color: var(--brand-success);
}

.alertify-logs .error,
.alertify-logs .error.show{
  color: #FFFFFF;
  background-color: var(--brand-danger);
}

.alertify-logs .default,
.alertify-logs .default.show{
  color: #FFFFFF;
  background-color: var(--brand-secondary);
}

.alertify-logs .show .glyphicon{
  font-size: var(--font-size-large);
}

.disabled{
  color: var(--text-grey);
  cursor: not-allowed;
}

.pastMedical-container {
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--brand-sub-active);
}
.pastMedical-container::-webkit-scrollbar {
  width: 1em;
}

.pastMedical-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.pastMedical-container::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
  outline: 1px solid var(--brand-primary);
}

.dosencounter-container {
  max-height: 50vh;
  /*overflow-y: auto;
  overflow-x: hidden;
   margin-bottom: 120px; */
 /* background: var(--brand-sub-active);*/
 background: white;
overflow-y: auto
 
}
/* Drop down fix for touch systems - IHS-829 */
.dropdown-backdrop{
  display: none;
}
.overlay{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 50px;
    background-color: rgba(0,0,0,0.5); 
    z-index: 2000; 
    cursor: pointer;
    font-size:xx-large;
    color:black;
    display:inline-flex;
}

img{
    border:thick solid #ff0000;
}

ul.dropdown-menu.dropdownSwitchrole li{
   background-color:var(--brand-grey);
   font-size: var(--font-size-small);
   color: var(--brand-primary);
   position: relative; 
   right: 0%;
   padding: 4px;
   font-weight: 300 !important; 
   z-index: 1000;
   list-style: none;
   box-shadow: 0 0 0.5px 0.5px var(--brand-secondary);
 }

 ul.dropdown-menu.dropdownSwitchrole li:hover {
  background-color:var(--evidence-past-history) !important;
  color: white;
}
ul.dropdown-menu.dropdownSwitchrole li.move_label:hover {
  background-color: #C0C0C0 !important;
  color: white;
}



/* start of navigation */

nav {
  color: var(--text-header-grey);
}

.navigation-header {
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.12);
  background-color: white;
  height: 60px;
}

.navbar-inverse {
  background-color: white;
  border-color: white;
  margin-bottom: 0;
}

.navbar-brand {
  padding: 15px 0;
}

.navbar-inverse .navbar-text {
  /* margin-top: 20px; */
  margin-right: 0;
  color: var(--text-header-grey);
}

.navbar-inverse .user-icon-circle {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  border: 1px solid #938585;
  padding: 2px 2px;
  text-align: center;
}

.navbar-right a {
  font-family: var(--font-semibold);
  margin-right: 0;
  color: var(--text-header-grey);
}
/* end of navigation */


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .navigation-header{
    height: 120px;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .navbar-inverse .navbar-text {
    margin-top: 0px;
  }
}


.logos {
  padding: 15px 0;
}

.brand-logos {
  height: 20px;
}

.ai-logo-header {
  font-family: var(--font-bold);
  margin-left: 55px;
  font-size: var(--font-size-medium);
}
.margin-left-10 {
  margin-left: 10px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .brand-logos {
    width: 80vw;
  }

  .ai-logo-header {
    text-align: center;
    margin-left: 0;
  }

  .logos {
    padding: 15px 0;
    text-align: center;
  }

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

}

div[class*="aibo-panel-"].panel.panel-default{
  border: none;
  color: #FFFFFF;
  border-radius: 0;
  margin: 0 0 1px;
  /*overflow-y: hidden;*/
  
}

div[class*="aibo-panel-"].panel.panel-default .panel-heading{
  min-height: 38px;
  /* max-height: 75px; */
  border: none;
  color: #FFFFFF;
  padding: 11px 0 1px;
  border-radius: 0;
  width:100%
}

div[class*="aibo-panel-"].panel.panel-default .panel-heading .panel-title{
  font-size: var(--font-size-small);
}

div[class*="aibo-panel-"].panel.panel-default i.aibo-chevron-icon {
  font-weight: 100;
  font-size: var(--font-size-small);
}

div[class*="aibo-panel-"].panel.panel-default .panel-footer{
  border-radius: 0;
}

.panel.panel-default.aibo-panel-grey .panel-body{
  padding-bottom: 0 !important;
}

.panel.panel-default.aibo-panel-dark-blue .panel-body{
/*   overflow: hidden !important; */
}

/**
  STYLINGS
 */

div[class*="aibo-panel-"].panel.panel-default hr{
  padding: 0;
  margin: 0 -18px;
  border-top: 1px solid lightgrey;
}

/* GREY */
.panel.panel-default.aibo-panel-grey .panel-heading{
  background-color: var(--brand-inactive);
}
.aibo-panel-diagnosisDisabled{
  border-bottom:1px solid #d5d5c3 !important;
  width:96%
}
/* Disable Encounter*/
.panel.panel-default.aibo-panel-disabled .panel-heading{
  background-color: #73706F;
  color:lightgray !important;
  /* pointer-events: none !important; */
}
/* Disable Diagnosis*/
.panel.panel-default.aibo-panel-diagnosisDisabled .panel-heading{
  background-color: white !important;
  color:black !important;
  pointer-events: none !important;
}
/* PMH Diagnosis*/
.panel.panel-default.aibo-panel-diagnosisPMH .panel-heading{
  background-color:#f2f2f2;
  color:#000000 !important;
/* pointer-events: none !important;*/
}
.panel.panel-default.aibo-panel-diagnosisPMH .panel-heading.active{
  background-color:#f2f2f2;
  color:#000000 !important;
/* pointer-events: none !important;*/
}
.panelPMHHeader.active{
  background-color:#f2f2f2;
  color:#000000 !important;  
}

.aibo-panel-diagnosisPMH{
  border-bottom: 0.9px solid #d5d5c3 !important;
}

.panel.panel-default.aibo-panel-grey .panel-heading.active{
  background-color: var(--brand-secondary);
}

.panel.panel-default.aibo-panel-grey .panel-body,
.panel.panel-default.aibo-panel-grey .panel-footer{
  background-color: var(--brand-sub-active);
   color: #080808;
}

.panel.panel-default.aibo-panel-grey .panel-footer{
  border-top: 0px solid var(--dark-grey);
}

/* DARK BLUE */
.panel.panel-default.aibo-panel-dark-blue{
   border-bottom: 1px solid lightgrey !important;
}

.panel.panel-default.aibo-panel-dark-blue .panel-heading{
  background-color:white;
}

.panel.panel-default.aibo-panel-dark-blue .panel-heading.active,
.panel.panel-default.aibo-panel-dark-blue .panel-heading.active + .panel-body,
.panel.panel-default.aibo-panel-dark-blue .panel-heading.active + .panel-footer{
  background-color:white;
}

.panel.panel-default.extra-padding > *,
.panel.panel-default .panel-body.extra-padding > *{
  padding: 15px !important;
}

.panel-title .cursor_pointer {
 font-weight: var(--font-light);
 text-transform: uppercase;
}
.glyphicon-menu-rightEncounterWhite:before {
  content: "\e258";
  color: black;
}
g.glyphicon.glyphicon-menu-downEncounterBlack{
  font-size: var(--font-size-xsmall);
}
.glyphicon.glyphicon-menu-downEncounterBlack:before {
  content: "\e259";
  color: black;
}
.conditionalscrollbar{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 7vh;
  width:100%;
  margin-top: -2.5%
}
.conditionalscrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.conditionalscrollbar::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
    outline: 1px solid var(--brand-primary);
}
.conditionalscrollbar::-webkit-scrollbar{
  width: 1em;
}
.pastmedicalscrollbar{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 30vh;
  width:103.7%;
  margin-top: -3%
}
.pastmedicalscrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.pastmedicalscrollbar::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
    outline: 1px solid var(--brand-primary);
}
.pastmedicalscrollbar::-webkit-scrollbar{
  width: 1em;
}
/* .encounterscrollbar{
  overflow-y: auto;
  overflow-x: hidden;
  height: 30vh;
  width:107.6%;
  background-color: #080808;
}
.encounterscrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.encounterscrollbar::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
    outline: 1px solid var(--brand-primary);
}
.encounterscrollbar::-webkit-scrollbar{
  width: 1em;
  background-color: #FFFFFF;
} */
.panel-footer{
  padding: 1% !important;
}
.encounterscrollbarnonreadable{
  overflow-y: auto;
  overflow-x: hidden;
  height: 26vh;
  width:107.6%;
  background-color: #080808;
}
.encounterscrollbarnonreadable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.encounterscrollbarnonreadable::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
    outline: 1px solid var(--brand-primary);
}
.encounterscrollbarnonreadable::-webkit-scrollbar{
  width: 1em;
  background-color: #FFFFFF;
}
.encounterscrollbarallcollapse{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 56vh;
  width:36.35em;
  height: 56vh;
  width:107.6%;
  background-color: #080808;
}
.encounterscrollbarallcollapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}

.encounterscrollbarallcollapse::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
    outline: 1px solid var(--brand-primary);
}
.encounterscrollbarallcollapse::-webkit-scrollbar{
  width: 1em;
  background-color: #FFFFFF;
}
.encounterscrollbaronecollapse{
  overflow-y: auto;
  overflow-x: hidden;
  height: 35vh;
  width:107.6%;
  background-color: #080808;
}
.encounterscrollbaronecollapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
}
.encounterscrollbaronecollapse::-webkit-scrollbar-thumb {
    background-color: var(--text-grey);
    outline: 1px solid var(--brand-primary);
}
.encounterscrollbaronecollapse::-webkit-scrollbar{
  width: 1em;
  background-color: #FFFFFF;
}


.btn.btn-default.aibo-btn{
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: var(--font-size-small);
}

.btn.btn-default.aibo-btn.aibo-btn-grey,
.btn.btn-default.aibo-btn.aibo-btn-grey:hover,
.btn.btn-default.aibo-btn.aibo-btn-grey:active,
.btn.btn-default.aibo-btn.aibo-btn-grey:visited{
  color: white;
  background-color: black;
  border: 1px solid var(--text-grey);
}

.btn.btn-default.aibo-btn.aibo-btn-white,
.btn.btn-default.aibo-btn.aibo-btn-white:hover,
.btn.btn-default.aibo-btn.aibo-btn-white:active,
.btn.btn-default.aibo-btn.aibo-btn-white:visited{
  font-weight: 600;
  color: var(--dark-grey);
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn.btn-default.aibo-btn.aibo-btn-green,
.btn.btn-default.aibo-btn.aibo-btn-green:hover,
.btn.btn-default.aibo-btn.aibo-btn-green:active,
.btn.btn-default.aibo-btn.aibo-btn-green:visited{
  font-weight: 600;
  color: var(--brand-sub-active);
  border: 1px solid var(--brand-success);
  background-color: var(--brand-success);
}

.btn.btn-default.aibo-btn.aibo-btn-yellow,
.btn.btn-default.aibo-btn.aibo-btn-yellow:hover,
.btn.btn-default.aibo-btn.aibo-btn-yellow:active,
.btn.btn-default.aibo-btn.aibo-btn-yellow:visited{
  font-weight: 600;
  color: black;
  border: 1px solid var(--brand-success);
  background-color: yellow;
}

.btn.btn-default.aibo-btn.aibo-btn-dark-blue,
.btn.btn-default.aibo-btn.aibo-btn-dark-blue:visited{
  color: #FFFFFF;
  text-transform: inherit;
  border: 1px solid var(--brand-active);
  background-color: var(--brand-active);
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--font-size-medium);
}

.btn.btn-link.aibo-btn.aibo-btn-empty,
.btn.btn-link.aibo-btn.aibo-btn-empty:visited{
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: var(--font-size-small);
  padding-left: 0px;
}

.btn.btn-link.aibo-btn.aibo-btn-empty:hover,
.btn.btn-link.aibo-btn.aibo-btn-empty:active {
  color: var(--text-grey);
  text-decoration: none;
}

.btn.btn-link.aibo-btn.aibo-btn-empty:hover,
.btn.btn-link.aibo-btn.aibo-btn-empty:active {
  opacity: .8;
}

.aibo-btn.aibo-btn-primary,
.aibo-btn.aibo-btn-primary:visited {
  background-color: white;
  color: black;
  border: white .5px solid;
  border-radius: 3px;
}
.aibo-btn.aibo-btn-primary2,
.aibo-btn.aibo-btn-primary2:visited {
  background-color: white;
  color: black;
  border: white .5px solid;
  border-radius: 3px;
}
.aibo-btn.aibo-btn-primary1,
.aibo-btn.aibo-btn-primary1:visited {
  background-color:  green;
  color: white;
  border: white .5px solid;
  border-radius: 3px;
}
.aibo-btn.aibo-btn-primary:hover,
.aibo-btn.aibo-btn-primary:active {
  opacity: .8;
  color: black;
}


.btn.btn-default.aibo-btn{
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: var(--font-size-small);
}

.btn.btn-default.aibo-btn.aibo-btn-grey,
.btn.btn-default.aibo-btn.aibo-btn-grey:hover,
.btn.btn-default.aibo-btn.aibo-btn-grey:active,
.btn.btn-default.aibo-btn.aibo-btn-grey:visited{
  color: white;
  background-color: black;
  border: 1px solid var(--text-grey);
}

.btn.btn-default.aibo-btn.aibo-btn-white,
.btn.btn-default.aibo-btn.aibo-btn-white:hover,
.btn.btn-default.aibo-btn.aibo-btn-white:active,
.btn.btn-default.aibo-btn.aibo-btn-white:visited{
  font-weight: 600;
  color: var(--dark-grey);
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn.btn-default.aibo-btn.aibo-btn-green,
.btn.btn-default.aibo-btn.aibo-btn-green:hover,
.btn.btn-default.aibo-btn.aibo-btn-green:active,
.btn.btn-default.aibo-btn.aibo-btn-green:visited{
  font-weight: 600;
  color: var(--brand-sub-active);
  border: 1px solid var(--brand-success);
  background-color: var(--brand-success);
}

.btn.btn-default.aibo-btn.aibo-btn-dark-blue,
.btn.btn-default.aibo-btn.aibo-btn-dark-blue:visited{
  color: #FFFFFF;
  text-transform: inherit;
  border: 1px solid var(--brand-active);
  background-color: var(--brand-active);
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: var(--font-size-medium);
}

.btn.btn-link.aibo-btn.aibo-btn-empty,
.btn.btn-link.aibo-btn.aibo-btn-empty:visited{
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: var(--font-size-small);
  padding-left: 0px;
}

.btn.btn-link.aibo-btn.aibo-btn-empty:hover,
.btn.btn-link.aibo-btn.aibo-btn-empty:active {
  color: var(--text-grey);
  text-decoration: none;
}

.btn.btn-link.aibo-btn.aibo-btn-empty:hover,
.btn.btn-link.aibo-btn.aibo-btn-empty:active {
  opacity: .8;
}

.aibo-btn.aibo-btn-primary,
.aibo-btn.aibo-btn-primary:visited {
  background-color: black;
  color: white;
  border: white .5px solid;
  border-radius: 3px;
}

.aibo-btn.aibo-btn-primary:hover,
.aibo-btn.aibo-btn-primary:active {
  opacity: .8;
  color: white;
  background-color: black;
}

.aibo-evidence1-diagnosis{
	display: inline;
  color: var(--evidence-diagnosis);
  font-weight:bold;
  width: 15%;
}

.aibo-evidence1-medications{
  color: var(--evidence-medications);
  font-weight:bold;
  font-family: 'Graphik Web Bold';
  margin-left: 3% ;
}

.aibo-evidence1-test_results{
  color: var(--evidence-results);
  font-weight:bold;
  font-family: 'Graphik Web Bold';
  margin-left: 3% ;
}

.aibo-evidence1-test_ordered{
 color: var(--evidence-ordered);
 font-weight:bold;
 font-family: 'Graphik Web Bold' ;
 margin-left: 3% ;
}

.aibo-evidence1-treatment{
  color: var(--evidence-treatment);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.aibo-evidence1-assessment{
  color: var(--evidence-assessment);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.aibo-evidence1-chief_complaint{
  color: var(--evidence-complaint);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.aibo-evidence1-symptoms{
  color: var(--evidence-symtoms);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.evidence_action_btn{
  cursor: pointer;
}
.editInput input,
.editInput input:hover,
.editInput input:focus,
.editInput input:active{
  padding: 0;
  padding-left: 15px;
  width: 199%;
  height: 17px;
  border: black !important;
  box-shadow: black !important;
  margin-top: -2px;
  margin-left: -12px;
  word-break: break-all;
  margin-bottom: 10%;
}
.editInput.past_medical_history-color input{
  color: var(--evidence-past-history);
}
.editInput.diagnosis-color input{
  color: var(--evidence-diagnosis);
}

.editInput.medications-color input{
  color: var(--evidence-medications);
}

.editInput.test_results-color input{
  color: var(--evidence-results);
}

.editInput.test_ordered-color input{
  color: var(--evidence-ordered);
}

.editInput.treatment-color input{
  color: var(--evidence-treatment);
}

.editInput.assessment-color input{
  color: var(--evidence-assessment);
}

.editInput.chief_complaint-color input{
  color: var(--evidence-complaint);
}

.editInput.symptoms-color input{
  color: var(--evidence-symtoms);
}

.evidence_label{
  color:#3f48cc !important;
  /* padding: 15px 15px; */
  /* padding-top: 16px;
  padding-left: 5%;
  padding-right: 17%; */
  display: inline-block;
  text-decoration: underline !important;
  /* margin-top: -2.0em; */
  /* margin-left: 1.5em; */
  /* padding-bottom: 0% */
}

.evidence_label:hover{
  color: #3f48cc !important;
  /*text-decoration: none;*/
}
.evidence_label_non_readable_non_medication{
  color: black;
  display: inline-block;
  margin-left: 2.5em;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 17%;
  display: inline-block;
  /* margin-top: -2.0em; */
  margin-left: 1em;
  padding-bottom: 0%;
}
.evidence_label_non_readable_non_medication:hover{
  color: black;
  text-decoration: none !important;
}

.evidence_label_non_readable{
  color: black;
  display: inline-block;
  margin-left: 2.5em; 
}

.evidence_label_non_readable:hover{
  color: black;
  text-decoration: none !important;
}

.aibo-page-section{
  margin-top: -2px;
}

.aibo-page-section input[type=number]{
  margin: 0;
  padding: 0;
  height: 16px;
  color: black;
  max-width: 40px;
  border: 1px solid black;
  background-color:transparent;
  font-size: var(--font-size-small);
  text-align: center;
  padding-left: 2px;
}

.aibo-page-section input[type=number]:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px dashed black;
}

.aibo-page-section input[type=number]:nth-child(2) {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.aibo-evidence-codes-header{
	  height: 32px;
    color: black;
    width: 200px;
    font-size: var(--font-size-small);
    border: 1px solid var(--dark-grey);
}
.aibo-evidence-codes-medicationwidth{
  width : 110%;
  padding-top: 0%;
  padding-left: 10%;
  /* margin-left: '1em'; */
}
.aibo-evidence-codes-Notmedicationwidth{
	width : 150%;
}

.aibo-Medication-codes input{
	/* margin: 0;
  margin-top: -4%;	 */
  height: 22px;
  color: black;
  border-radius: 2px;
  font-size: var(--font-size-small);
  border: 1px solid var(--dark-grey);
  width: 13em;
}

.aibo-Medication-codes input::-webkit-input-placeholder{
  color: var(--text-grey);
  opacity: 1;
}
.wordWrap
{
  word-break: break-all;
}
.annotationPanel {
  margin-bottom: 10px;
  font-size: var(--font-size-small);
}

.aibo-evidence{
  padding-top: 5px;
}
.aibo-evidence .evidence_action_btn{
  margin-top: 0px;
  font-size: var(--font-size-medium);
}
.evidence-delete{
  margin-top: 0px;
  /*font-size: var(--font-size-medium);*/
}

.aibo-diagnosis-actions .text-muted{
  cursor: no-drop;
}

.aibo-evidence + div > hr{
  margin-top: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.aibo-annotation-type-title{
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-semibold);
}

select.aibo-evidence-confidence-level{
  height: 16px;
  width: 50px;
  color: black;
  max-width: 50px;
  border: 1px solid black;
  background-color: transparent;
  font-size: var(--font-size-small);
  margin-right: -2% !important;
}

select.aibo-evidence-confidence-level option{
  color: var(--dark-grey);
}

.aibo-annotation-type-title.diagnosis-color{
  color: var(--evidence-diagnosis);
}

.aibo-evidence-label{
  font-weight: bold;
  height: 16px;
  display: block;
  padding: 1px 4px;
  width: 35px;
  vertical-align: bottom;
  margin-left: 180%;
}

.aibo-evidence-label.aibo-evidence-diagnosis{
  background-color: var(--evidence-diagnosis);
}

.aibo-evidence-label.aibo-evidence-medications{
  background-color: var(--evidence-medications);

}

.aibo-evidence-label.aibo-evidence-test_results{
  background-color: var(--evidence-results);
}

.aibo-evidence-label.aibo-evidence-test_ordered{
  background-color: var(--evidence-ordered);
}

.aibo-evidence-label.aibo-evidence-treatment{
  background-color: var(--evidence-treatment);
}

.aibo-evidence-label.aibo-evidence-assessment{
  background-color: var(--evidence-assessment);
}

.aibo-evidence-label.aibo-evidence-chief_complaint{
  background-color: var(--evidence-complaint);
}

.aibo-evidence-label.aibo-evidence-symptoms{
  background-color: var(--evidence-symtoms);
}

.aibo-evidence-codes-header{
	  height: 32px;
    color: black;
    width: 200px;
    margin-top: -2%;
    margin-left: 10%;
     border-radius: 2px; 
    font-size: var(--font-size-small);
    border: 1px solid var(--dark-grey);
}

.aibo-evidence-codes-medicationwidth{
	width : 110%;
}
.aibo-evidence-codes-Notmedicationwidth{
	width : 150%;
}
.evidence-delete ul.dropdown-menu.dropdownHelper{
    /* left: -150px !important;
    min-width: 100% !important;
    top: 0% !important;
    margin-top: 0% !important; */
}
.evidence-dropdown ul.dropdown-menu.dropdownHelper{
	background-color: transparent !important;
    position: absolute;
    min-width: 93%;
    z-index: 1 !important;
    right: 66%;
    top: 152% !important;
    left: 2% !important;
    cursor: pointer;
}

.glyphicon_evidence_ok:before {
  content: "\e013";
   color: grey;
}
.glyphicon_evidence_accept:before {
  content: "\e013";
   color: 	#7CFC00;
} 

.glyphicon_remove_Evidence:before {
  content: "\e014";
   color: grey;
}
.glyphicon_remove_EvidenceSelected:before {
  content: "\e014";
   color: red;
}

.aibo-evidence .evidence_action_btn_1{
  font-size: 98%;
   cursor: pointer;
  color: #080808;
}

.evidence_action_btn ul.dropdown-menu.dropdownHelper{
    left: 100% !important;
    min-width: 955% !important;
    margin-left: 0% !important;
    top: 0% !important;
    margin-top: 0% !important;
    
}


.glyphicon_deletedremove_Evidence:before {
  content: "\e013";
   color: grey;
}
.glyphicon_deletedremove_EvidenceSelected:before {
  content: "\e013";
  /* color: red;*/
    color: 	#7CFC00;
}


.glyphicon_deletedevidence_ok:before {
  content: "\e014";
   color: grey;
}
.glyphicon_deletedevidence_accept:before {
  content: "\e014";
  /* color: 	#7CFC00;*/
    color: red;
} 


.glyphicon_deleteddiagnosisEvidenceremove_Evidence:before {
  content: "\e013";
   color: grey;
}
.glyphicon_deleteddiagnosisEvidenceremove_EvidenceSelected:before {
  content: "\e013";
   color: 	#7CFC00;
}

.glyphicon_deleteddiagnosisEvidenceremove_ok:before {
  content: "\e014";
   color: grey;
}
.glyphicon_deleteddiagnosisEvidenceremove_accept:before {
  content: "\e014";
   color: red;
} 


.glyphicon_evidence_acceptDeletedEvidenc:before {
  content: "\e013";
   color: 	grey;
} 
.glyphicon_evidence_acceptDeletedEvidenc_accept:before {
  content: "\e013";
   color: 	#7CFC00;
} 
.dosremovebutton{
  margin-left: 0.2em;
}
.medtextdeleteddiag{
  margin-left: -7%;
}
.forMedicationGrouping{
  position:'absolute';
  top:'1px';
  left:'275px';
}
.forMedicationGroupingPadding{
  padding-top:'20px' !important;
  padding-left:'32px' !important;
}
.confidence{
  padding-left: 30px;
}
.autocomplete-input{
    width: 100%;
    box-sizing: border-box;
    font-family: var(--font-regular);
    font-size: var(--font-size-medium);
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: black;
   
}

.autocomplete-input.highlight:focus {
    outline: none;
    border-color: skyblue;
    box-shadow: 0 0 10px rgba(135, 206, 235, 0.8);
}

.autocomplete-dropdown{
    box-sizing: border-box;
    top: 100%;
    min-width: 100%;
    width:100%;
    background-color: #f0eded;
    list-style: none;
    padding: 1px;    
    max-height: 246px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px;
}
 .autocomplete-dropdown li {
    padding: 10px;
    left: 0px;
    width: 100%;    
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    color: black;
    background: #F0EDED;
    font-size: var(--font-size-medium);   
    position: relative;

}

.autocomplete-dropdown li:last-child {
    border-bottom: none;
}

.autocomplete-optional {
    position: absolute;
    box-sizing: border-box;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f0eded;
    border: 1px solid #ccc;
    list-style: none;
    padding: 5px;
    margin: 0;
    max-height: 160px;
    overflow-y: hidden;
    z-index: 1;
}
.autocomplete-optional li {
    padding: 10px;
    cursor: pointer;
    color: black;
    background: #F0EDED;
    font-size: var(--font-size-small);
}

.caret {
    position: absolute;
    top: 33%;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #0a0a0a;
    border-top: 1.5px solid #0a0a0a;
    border-left: 0;
    transform: rotate(135deg);
    right: 20px;
  }

  .autocomplete-dropdown li.highlighted {
    border: 1px solid black;
    background-color: #f5f5f5;
 }

.aibo-diagnosis-codes input{
  height: 22px;
  color: black;
  border-radius: 2px;
  font-size: var(--font-size-small);
  border: 1px solid var(--dark-grey);
}

.aibo-diagnosis-codes input::-webkit-input-placeholder{
  color: var(--text-grey);
  opacity: 0.5;
}

.diagnose-trade-trade:before{
	content: '\00ae';
    font-size: 16px;
    font-weight: bold;
    color: #0000ff;
    display: inline;
    vertical-align: -webkit-baseline-middle;
    padding-right: 10px;
}
.diagnosis-code-info{
  color: #2F38AE
}
.trade-symbol-align{
  padding: 6px 15px 0px !important;
}
.aibo-diagnosis-header{
  font-family: var(--font-light);
  font-size: var(--font-size-medium);
}

.aibo-diagnosis-header a,
.aibo-diagnosis-header b,
.aibo-diagnosis-header a:hover,
.aibo-diagnosis-header a:visited{
    color: black;
    text-decoration: none;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: var(--font-regular);
}

.aibo-diagnosis-header .aibo-diagnosis-title{
  width: 84%;
  display: block;
  text-align: justify;
  font-size: 104%;
}

.aibo-diagnosis-header .aibo-diagnosis-title .aibo-diagnosis-highlighted-text{
  display: inline-block;
  margin-top: 5px;  
}
.aibo-diagnosis-highlighted-text1{
  margin-top: 5px;
}

.panel .panel-heading .aibo-diagnosis-codes-header{
  width: 80%;
  display: inline-block;
}

select.aibo-diagnosis-status{
	clear:left;	
  color: black;
  margin-left: 20px;
  border-radius: 2px;
  border: 0.5px solid black;
  background-color: #ddd;
  font-size: var(--font-size-small);
}

select.aibo-diagnosis-status option{
  color: black;
   background: #F0EDED;
  font-size: var(--font-size-medium);
}
.aibo-diagnosis-actions span{
  cursor: pointer;
  display: inline;
  padding-left: 10px;
  font-size: var(--font-size-large);
}

div.aibo-diagnosis-actions {
  padding-right: 15px;
}

ul.dropdown-menu.encountersDropdown {
  min-width: 95px !important;
  
}

.dropdown-menu.encountersDropdown {
  background-color: white;
  color :black;
  position: absolute;
  left: -20px;
  top:0;
  
  
}

.dropdown-menu.encountersDropdown > li > a {
  color: black;
  background-color: white;
  text-transform: uppercase;
  font-size: var(--font-size-medium);
  
}

.dropdown-menu.encountersDropdown > li > a:hover {
  color: white;
  background-color: var(--text-grey);
}

.dropdown-header {
  padding-top: 5px;
  font-size: var(--font-size-medium);
}

.dropdown-menu .divider {
  margin: 0;
}

.delete-diagnosis span {
  font-size: var(--font-size-large);
  color: #080808;
}

.delete-btn-container .dropdown{
  display: inline-block;
}

.delete-btn-container .dropdown span[type=button],
.delete-btn-container .dropdown span[type=button] .evidence_action_btn{
  padding: 0;
  color: black;
}

.aibo-diag-page-section{
  margin-top: -2px;
}

.aibo-diag-page-section input[type=number]{
  margin: 0;
  padding: 0;
  height: 20px;
  color: #FFFFFF;
  max-width: 40px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-size: var(--font-size-small);
  text-align: center;
  padding-left: 2px;
}

.aibo-diag-page-section input[type=number]:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px dashed white;
}

.aibo-diag-page-section input[type=number]:nth-child(2) {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.glyphicon-remove_Encounter:before {
  content: "\e014";
   color: black;
}
.glyphicon-remove-sign_Encounter:before {
  content: "\e083";
   color: black;
}
.glyphicon-remove-circle_Encounter:before {
  content: "\e088";
   color: black;
}
/* .delete-diagnosis ul.dropdown-menu.dropdownHelper{
    left: -558% !important;
    min-width: 955% !important;
    margin-left: 0% !important;
    top: 0% !important;
    margin-top: 0% !important;
} */

/* .delete-diagnosis-selectItem ul.dropdown-menu.dropdownHelper{
    left: 0px ;
    min-width: 100% !important;
    top: 0% !important;
    margin-top: 0% !important;
} */
.glyphicon_ok:before {
  content: "\e013";
   color: grey;
}
.glyphicon_accept:before {
  content: "\e013";
   color: 	#7CFC00;
}  

.glyphicon_remove_Diagnosis:before {
  content: "\e014";
   color: grey;
}
.glyphicon_remove_DiagnosisSelected:before {
  content: "\e014";
   color: red;
}

.delete-diagnosisDelete span {
  font-size: 98%;
  color: #080808;
}

/* .delete-diagnosisDelete ul.dropdown-menu.dropdownHelper{
    left: 100% !important;
    min-width: 955% !important;
    margin-left: 0% !important;
    top: 0% !important;
    margin-top: 0% !important;
} */



.glyphicon_deleteddiagnosisEvidenceremove_remove_Diagnosis:before {
  content: "\e013";
   color: grey;
}
.glyphicon_deleteddiagnosisEvidenceremove_remove_DiagnosisSelected:before {
  content: "\e013";
   /*color: red;*/
   color: 	#7CFC00;
}

.glyphicon_deleteddiagnosisEvidenceremove_ok:before {
  content: "\e014";
   color: grey;
}
.glyphicon_deleteddiagnosisEvidenceremove_accept:before {
  content: "\e014";
   /*color: 	#7CFC00;*/
   color: 	red;
} 
/* .vertical-nav li ul {
    display:none;
    list-style-type:none;
    width:125px;
    padding:0px;
    margin-top:3px;
    margin-left:-5px;
}
.vertical-nav  li:hover ul {
  display:block;
}
.vertical-nav  li:hover ul li {
  background-color:#555555;
  width:125px;
  height:30px;
  display:inline-block;
}
.vertical-nav  li ul li:hover {
  background-color:#333333;
}
.vertical-nav li:hover .sub-menu
{
    position: relative;   
    margin-top: -27.5px;
}
.sub-menu li
{
    position: relative;
    display: block;
    top: 0;
    left: 100%;
    width: 100%;
    min-width: 180px;
    white-space: nowrap;
    z-index:1;
    
}
ul.sub-menu li {
  display:inline-block;
  margin-left:36px;
} */



.vertical-nav {
  height:auto;
  list-style:none;
  width: 100%; /******* MODIFIED ********/
  margin: 20px 0 0 0;
}
.vertical-nav li {
  margin: 0;
  padding: 5px 0;
  background-color: #666;
  border: none;
  display: inline-block;
  float: left;
  clear:both;
  width: 100px;  /******* MODIFIED ********/
}

.vertical-nav li ul {
  display: none;
  margin-top: 22px;
  padding: 0;
}
.vertical-nav li:hover ul {
  display: block;
}
.vertical-PMH li ul{
  margin-top: 0px !important;
}
/* .vertical-nav li:hover .sub-menu
{
  position: relative;   
  margin-top: -27.5px;
  top: 58%;
  right: -2%;
} */
.sub-menu li
{
  position: relative;
  display: block;
  top: 0;
  /* left: 100%; */
  width: 100%;
  min-width: 180px;
  white-space: nowrap;
  z-index:1;
  
}
.sub-menu li a
{
  display:inline-block;
  padding: 0 10px;
}

ul.sub-menu {
  max-height: 130px;
  height: 130px;
  overflow: auto;
}

ul.sub-menu::-webkit-scrollbar {
  width: 0.8em;
}

ul.sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.movingInstanceButton {
    background-color: transparent;
     border: 0px;
}
/* #wrong_dos{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #9c9d9e;
} */
.move_label:hover{
  background-color: black !important;
}
.delete-diagnosis-spec{
  cursor: pointer;
  font-weight: bolder;
  font-size: 14px;
}
.move_label{
  padding-left:10px !important;
}
.itemlabel{
  padding-left:10px !important;
}
.disabled{
  color: var(--text-grey)!important;
  cursor: not-allowed;  
}

.inpBox1{
  color: black !important;
    text-align: left !important;
    border-right: 1px dotted black !important;
    border-left: 1px solid black !important;
    height: 16px !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.inpBox2{
  color: black !important;
    text-align: left !important;
    border-left: 1px dotted black !important;
    border-right: 1px solid black !important;
    height: 16px !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.aibo-inp-section input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.aibo-inp-section input[type=number] {
  /*for absolutely positioning spinners*/
/*         position: relative;  */
  padding: 5px;
/*         padding-right: 25px; */
}

.aibo-inp-section input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  width: 5px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.comboCodesHeaderText{
   margin:0%;
   padding:0%;
   margin-top: 1%;
   margin-bottom: 1%;
}
.comboCodeMainHeader{
   font-size: 11px;
   margin-top: 1%;
   margin-bottom: 1%;
   font-style: bold;
   font-family: 'Graphik Web Regular';
}
.comboCode{
   font-size: 10px !important;
   margin-top: 1%;
   margin-bottom: 1%;
   font-style: italic;
   font-family: 'Graphik Web Regular';
}
.disableSubDx{
pointer-events: none;
cursor: not-allowed;
opacity: 0.5;
text-decoration: none;
}
.enableSubDx{
   cursor: pointer;
}
.comboCodeHeader{
   font-size: 11px;
   margin-top: 1%;
   margin-bottom: 1%;
   font-style: italic;
   font-family: 'Graphik Web Regular';
}
.combocodeText{
   margin:0%;
   padding:0%;
   width:5%
}
.nopadding{
   margin:0%;
   padding:0%;
   width:95%
}
.combinesWith{
   margin-top: 2%; 
   margin-left: 5%; 
}
.combineImg{
   border:'none';
   padding-right:'2%';
   height:'15px';
}
.removeWith{
 margin-top: 0%;
   margin-left: 5%; 
}
.removeWithHeader{
   font-size: 11px;
   color:'black';
   margin-bottom: 1%;
   font-style: italic;
   font-family: 'Graphik Web Regular';
}
.removeWithPlus {
    content: '+'; 
   display: inline-block;
   width: 15px; 
   height: 15px;
   text-align: center;
   border: 1px solid black;
   background: black;
   color:white;
   border-radius: 50%;
   font-size:'10px';
   margin:0%
   /* box-shadow: inset 0 1px 3px */
 }
.slider-container{
    padding-top:10px;
    padding-left:7px;
    padding-right: 10px;
    pointer-events: auto;
}
.slider-margin-right{
margin-right: 31px;
}
.slider-margin-comment{
  margin-right:63px
}
input[type="range"].slider {
    -webkit-appearance: none;
    width: 31px;
    height: 3px;
    background: #ADADAD;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s; 
  }

  input[type="range"].active {
    background: #39CDF6;
  }
  
  input[type="range"].slider:hover {
    opacity: 1;
  }
  
  input[type="range"].slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border-radius:15px;
    background: #ADADAD;
    cursor: pointer;
  }
  
  input[type="range"].slider::-moz-range-thumb {
    width: 8px;
    height: 8px;
    border-radius:15px;
    background: #ADADAD;
    cursor: pointer;
  }
  
  input[type="range"].active::-webkit-slider-thumb {
  
    background: #39CDF6;
    cursor: pointer;
  }
  
  input[type="range"].active::-moz-range-thumb {
    background: #39CDF6;
    cursor: pointer;
  }
.actionAllDropdownDiv ul li:hover{
    background-color: var(--evidence-past-history) !important;
    color : white;
}
.actionAllbtn{
    width: max-content;
    text-decoration: underline;
    text-decoration-color: #000000;
    color:#000000;
    font-weight: 100;
    font-size: 10px;
    cursor: pointer;
}
.actionAllDropdownDiv{
    background: #c0c0c0;
    border: none;
    padding: 3px;
    list-style: none;
    z-index: 1000;
    color:#0d0d0d;
    overflow: auto;
    font-size: 10px;
    overflow-y: auto;
    max-height: 235px;
    width: 177px;
}
.deleteAllinstancesHeading, .editDiagnosisHeading{
    font-weight: bold;
    margin-bottom: 3px;
    text-decoration: underline;
}
.actionAllDropdownDiv ul{
    list-style: none;
    padding-left: 0;
}
.actionAllDropdownDiv ul li {
    padding: 3px;
    cursor: pointer;
}
.editDiagnosisHeading{
    margin-top: -8px;
}

/* listStyle: 'none',
                  paddingLeft: 0,
                  marginBottom: 0, */
.aibo-evidence1-diagnosis{
	display: inline;
  color: var(--evidence-diagnosis);
  font-weight:bold;
  width: 15%;
}

.aibo-evidence1-medications{
  color: var(--evidence-medications);
  font-weight:bold;
  font-family: 'Graphik Web Bold';
  margin-left: 3% ;
}

.aibo-evidence1-test_results{
  color: var(--evidence-results);
  font-weight:bold;
  font-family: 'Graphik Web Bold';
  margin-left: 3% ;
}

.aibo-evidence1-test_ordered{
 color: var(--evidence-ordered);
 font-weight:bold;
 font-family: 'Graphik Web Bold' ;
 margin-left: 3% ;
}

.aibo-evidence1-treatment{
  color: var(--evidence-treatment);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.aibo-evidence1-assessment{
  color: var(--evidence-assessment);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.aibo-evidence1-chief_complaint{
  color: var(--evidence-complaint);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.aibo-evidence1-symptoms{
  color: var(--evidence-symtoms);
   font-weight:bold;
   font-family: 'Graphik Web Bold';
   margin-left: 3% ;
}

.editInput input,
.editInput input:hover,
.editInput input:focus,
.editInput input:active{
  padding: 0;
  padding-left: 15px;
  width: 199%;
  height: 17px;
  border: black !important;
  box-shadow: black !important;
  margin-top: -2px;
  margin-left:-12%;
  word-break: break-all;
  margin-bottom: 10%;
}
.editInput.past_medical_history-color input{
  color: var(--evidence-past-history);
}
.editInput.diagnosis-color input{
  color: var(--evidence-diagnosis);
}

.editInput.medications-color input{
  color: var(--evidence-medications);
}

.editInput.test_results-color input{
  color: var(--evidence-results);
}

.editInput.test_ordered-color input{
  color: var(--evidence-ordered);
}

.editInput.treatment-color input{
  color: var(--evidence-treatment);
}

.editInput.assessment-color input{
  color: var(--evidence-assessment);
}

.editInput.chief_complaint-color input{
  color: var(--evidence-complaint);
}

.editInput.symptoms-color input{
  color: var(--evidence-symtoms);
}

.evidence_label{
  color: black;
  /* padding: 15px 15px; */
  padding-top: 1.5%;
  padding-left: 5%;
  padding-right: 17%;
  display: inline-block;
  /* margin-top: -2.0em; */
  margin-left: 1em;
  padding-bottom: 3%
}

.evidence_label:hover{
  color: black;
}

.aibo-page-section{
  margin-top: 0px;
}

.aibo-page-section input[type=number]{
  margin: 0;
  padding: 0;
  height: 16px;
  color: black;
  max-width: 40px;
  border: 1px solid black;
  background-color:transparent;
  font-size: var(--font-size-small);
  text-align: center;
  padding-left: 2px;
}

.aibo-page-section input[type=number]:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px dashed black;
}

.aibo-page-section input[type=number]:nth-child(2) {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.aibo-evidence-codes-header{
	  height: 32px;
    color: black;
    width: 200px;
    font-size: var(--font-size-small);
    border: 1px solid var(--dark-grey);
}
.aibo-evidence-codes-medicationwidth{
	width : 110%;
}
.aibo-evidence-codes-Notmedicationwidth{
	width : 150%;
}

.aibo-Medication-codes input{
	/* margin-left: 0%;
  margin-top: -4%;	 */
  height: 22px;
  color: black;
  border-radius: 2px;
  font-size: var(--font-size-small);
  border: 1px solid var(--dark-grey);
  width: 13em;
}

.aibo-Medication-codes input::-webkit-input-placeholder{
  color: var(--text-grey);
  opacity: 0.5;
}
.right-border {
	border-right: 1px solid lightgrey;
}

.page-numbers {
  padding-top: 4px;
}

.diagnosis-title {
  padding-left:0.5%;
  text-transform: uppercase;
  /* color: var(--evidence-diagnosis); */
  font-family: var(--font-semibold);
  color: black;
}

.confirm-encounter-row {
  height: 30px;
}

.delete-btn-container .dropdown{
  display: inline-block;
}

.delete-btn-container .dropdown span[type=button],
.delete-btn-container .dropdown span[type=button] .evidence_action_btn{
  padding: 0;
  color: black;
}

.delete-diagnosis span {
  font-size: var(--font-size-large);
  color: #080808;
}
.delete-diagnosis ul.dropdown-menu.dropdownHelper{
    /* left: -692% !important;
    min-width: 955% !important;
    top: -104% !important; */
     background-color: rgb(238,238,238) !important;
}

ul.dropdown-menu.dropdownHelper li{
 /*background-color: rgba(0,0,0,0.10);*/
     background-color: rgb(192,192,192) !important;
  font-size: var(--font-size-small);
  color: var(--brand-primary);
  position: relative; 
  right: 0%;
  padding: 4px;
  font-weight: 300 !important; 
   min-width: 160px;
}

.evidence-delete ul.dropdown-menu.dropdownHelper{
	/*left: -502% !important;*/
	 position: absolute;
	  background-color: rgb(192,192,192) !important;
	  z-index: 13 !important;
     /* top: -350% !important; */
     color: black;
      min-width: 165px !important; 
}
ul.dropdown-menu.dropdownHelper li:hover {
  background-color:var(--evidence-past-history) !important;
  color: white;
}
ul.dropdown-menu.dropdownHelper li.move_label:hover {
  background-color: #C0C0C0 !important;
  color: white;
}
.buttonMargin
{

  margin: 0% 2% 2% 2%;
}

select.aibo-credential-status{
  color: black;
  border-radius: 2px;
  border: 0.5px solid black;
  font-size: var(--font-size-small);
  margin-top: 0.75%
}
.rightalign{
  text-align: right;
  padding-right: 6.8%
}
.encounter-details {
  /*margin-top: 9px;
  margin-bottom: 9px;*/
  font-family: var(--font-light);
  color:#080808
}

.encounter-details label {
  font-family: var(--font-regular);
}

.encounter-details p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
}

.cursor_pointer {
  cursor: pointer;
}

.circle {
  border-radius: 50%;
  width: 10.24px;
  height: 10.24px;
  display: inline-block;
  margin-bottom: 2px;
  border: 1px white solid;
  margin-top: 1px;
  margin-bottom: -1px;
}

.circle.red {
  background-color: var(--brand-danger);;
}

.circle.green {
  background-color: var(--brand-success);
}

.panel-default > .panel-heading .badge {
  color: var(--evidence-diagnosis);
  background-color: white;
  font-family: sans-serif;
}


.indicator-dot-container{
position: relative;
display: inline-block;
height: 10px;
width: 10px;
}

.indicator-dot {
position: absolute;
top: 0px;
right: 0px;
height: 14px;
width: 14px;
font-size: var(--font-size-xsmall);
font-family: var(--font-semibold);
text-align: center;
line-height: 15px;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
color: var(--evidence-diagnosis);
background-color: white;
}

.glyphicon.glyphicon-menu-down{
  font-size: var(--font-size-xsmall);
}
.glyphicon.glyphicon-menu-down:before {
  content: "\e259";
  color: white;
}
.dropdown-menu.encountersDropdown.signed-menu > li > a{
  text-transform: none;
  word-break: normal;
	white-space: normal;
}

.dropdown-menu.encountersDropdown.signed-menu > li > a:hover {
  background-color: var(--text-grey);
}
.confirm-encounter-row {
  font-size: var(--font-size-small);
}
.sub-menu li
{
  overflow-x: hidden;
  position: relative;
  display: block;
  top: 0;
  /* left: 100%; */
  width: 100% !important;
  min-width: 180px;
  white-space: nowrap;
  z-index:1;
  
}
.sub-menu li a
{
 
  display:inline-block;
  padding: 0 10px;
}

ul.sub-menu {
  max-height: 130px;
  height: 130px;
  overflow: auto;
  /* position: fixed; */
  /* margin-left: 119px;
    top: 222px; */
}

ul.sub-menu::-webkit-scrollbar {
  width: 0.8em;
}

ul.sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.movingInstanceButton {
  background-color: transparent;
   border: 0px;
}
/* #wrong_dos{
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #9c9d9e;
} */
.move_label:hover{
background-color: black !important;
}
.delete-diagnosis-spec{
cursor: pointer;
font-weight: bolder;
font-size: 14px;
}
.move_label{
padding-left:10px !important;
}
.itemlabel{
padding-left:10px !important;
}
.disabled{
color: var(--text-grey)!important;
cursor: not-allowed;  
}
.vertical-nav {
  height:auto;
  list-style:none;
  width: 100%; /******* MODIFIED ********/
  margin: 20px 0 0 0;
}
.vertical-nav li {
  margin: 0;
  padding: 5px 0;
  background-color: #666;
  border: none;
  display: inline-block;
  float: left;
  clear:both;
  width: 100px;  /******* MODIFIED ********/
}

.vertical-nav li ul {
  display: none;
  margin-top: 22px;
  padding: 0;
}
.vertical-nav li:hover ul {
  display: block;
  width: fit-content;

}
.clearSpan{
    margin-top: -43px;
    margin-right: 25px;
    display: block;
    clear:both;
}

.confirm-encounter-row {
  font-size: var(--font-size-small);
}

/*new switch button*/

.switch {
  visibility: hidden;
}

.switch + label {
  position: relative;
  left: 4px;
  cursor: pointer;
  outline: none;
  user-select: none;
}

/* Estilo Flat */
/* Estilo Flat */
.switch + label {
  padding: .5px;
  width: 30px;
  height: 15px;
  background-color: var(--text-grey);
  border-radius: 15px;
  transition: background 0.4s;
}
.switch + label:before,
.switch + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch + label:before {
  top: .5px;
  left: .5px;
  bottom: .5px;
  right: .5px;
  background-color: white;
  border-radius: 15px;
  transition: background 0.4s;
}
.switch + label:after {
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 14px;
  background-color: var(--text-grey);
  border-radius: 14px;
  transition: margin 0.4s, background 0.4s;
}

.switch:checked + label {
  background-color: var(--brand-success);
}
.switch:checked + label:after {
  margin-left: 15px;
  background-color: var(--brand-success);
}

.aibo-add-diagnosis-btn{
  font-weight: 600;
  margin-bottom: 0 !important;
  font-family: var(--font-regular);
  font-size: var(--font-size-small) !important;
}

.aibo-add-diagnosis-btn .glyphicon{
  margin-left: 5px;
  font-size: var(--font-size-small);
}
.pastmedicalhistory-highlight{
  font-weight: bold;
  font-size: 85%;
  height: 16px;
 
  padding: 2px 10px;
  width: 33px;
  vertical-align: bottom;
  margin-top:0%;
  background-color: var(--evidence-past-history);
}


.past-medical-history-btn {
  font-size: var(--font-size-small);
  color: white;
}

.past-medical-history-btn:hover {
  color: var(--brand-active);
}

.evidence-past-history {
  color: var(--evidence-past-history);
}

.evidence-past-history:hover {
  text-decoration: none;
  color: var(--evidence-past-history);
}

.past-medical-history-remove {
  font-weight: lighter;
  font-size: inherit;
}

.past-medical-history-container {
  padding-bottom: 18px;
}

.aibo-pastMedical-codes-header{
  width: 80%;
  display: inline-block;
}

.pastmedical-title {
    text-transform: uppercase;
    color: var(--evidence-past-history);
    font-family: var(--font-semibold);
}

.glyphicon_ok:before {
  content: "\e013";
   color: grey;
}
.glyphicon_accept:before {
  content: "\e013";
   color: 	#7CFC00;
}  
.glyphicon_remove_DiagnosisSelected:before {
  content: "\e014";
   color: red;
}
.glyphicon_remove_Diagnosis:before {
  content: "\e014";
   color: grey;
}
.deleteFont{
	font-size:90%;
}
.onhover:hover{
  color: white !important;
}

.past-medical-history-dropdown-pos {
  position: static !important;
}

.pastMedical-container .pastmedicaldd {  
  position: static !important;
}

.past-medical-history-container  >div >div {  
  position: static !important;
}


.aibo-pastMedical-codes input{
  height: 22px;
  color: black;
  border-radius: 2px;
  font-size: var(--font-size-small);
  border: 1px solid var(--dark-grey);
}

.aibo-pastMedical-codes input::-webkit-input-placeholder{
  color: var(--text-grey);
  opacity: 0.5;
}
.patient-details-container {
  padding-top: 15px;
}

.patient-name {
  font-size: var(--font-size-large);
}

.patient-gender-row {
  font-family: var(--font-light);
  font-size: var(--font-size-medium);
}

.patient-gender-row .pipe {
  color: rgba(255, 255, 255, .35);
}

.patient-gender-row b {
  font-family: var(--font-regular);
}

.hiddenRadio.radio input[type="radio"] {
  display: none;
}

label.radio.hiddenRadio {
  background:white;
  color: black;
  cursor: pointer;
  border-radius: 3px;
  padding: 3%;
  font-size: var(--font-size-small);
  text-align: center;
}

label.radio.hiddenRadio:hover {
background-color:var(--evidence-past-history) !important;
color: white;
}

.dropdown-menu {
border: none;
padding: 0;
left: 15px;
background-color: white !important;
font-size: var(--font-size-small);
border-bottom-color: none;
color: var(--brand-primary);
box-shadow: none;
}
.dropdown-menuforsubmit{
  border: 2px solid #a3a375;
  background-color:  #e0e0d1 !important
}
.radiohiddenRadioforsubmit{
background-color:  #e0e0d1 !important
}
.hiddenRadioDisable.radio input[type="radio"] {
  display: none;
  } 
label.radio.hiddenRadioDisable {
  background :white;
  color: grey;
  /* cursor: pointer;*/
  border-radius: 3px;
  padding: 3%;
  font-size: var(--font-size-small);
  text-align: center;
} 
  label.radio.hiddenRadioDisable:hover {
  } 
  

.errorMenu li:hover{
    background:#00BEEF;
    border-radius: 3px;
    color:white;
}
.right-border {
	border-right: 1px solid lightgrey;
}

.page-numbers {
  padding-top: 4px;
}

.diagnosis-title {
  text-transform: uppercase;
  /* color: var(--evidence-diagnosis); */
  font-family: var(--font-semibold);
}

.confirm-encounter-row {
  height: 30px;
}

.delete-btn-container .dropdown{
  display: inline-block;
}

.delete-btn-container .dropdown span[type=button],
.delete-btn-container .dropdown span[type=button] .evidence_action_btn{
  padding: 0;
  color: black;
}

.delete-diagnosis span {
  font-size: var(--font-size-large);
  color: #080808;
}
.delete-diagnosis ul.dropdown-menu.dropdownHelper{
    /* left: -692% !important;
    min-width: 955% !important;
    top: -104% !important; */
     background-color: rgb(238,238,238) !important;
}

ul.dropdown-menu.dropdownHelper li{
 /*background-color: rgba(0,0,0,0.10);*/
     background-color: rgb(192,192,192) !important;
  font-size: var(--font-size-small);
  color: var(--brand-primary);
  position: relative; 
  right: 0%;
  padding: 4px;
  font-weight: 300 !important; 
   min-width: 160px;
}

.evidence-delete ul.dropdown-menu.dropdownHelper{
	/*left: -502% !important;*/
	 position: absolute;
	  background-color: rgb(192,192,192) !important;
	  z-index: 13 !important;
     /* top: -350% !important; */
     color: black;
      min-width: 165px !important; 
}
ul.dropdown-menu.dropdownHelper li:hover {
  background-color:var(--evidence-past-history) !important;
  color: white;
}
ul.dropdown-menu.dropdownHelper li.move_label:hover {
  background-color: #C0C0C0 !important;
  color: white;
}
.removePadding
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 2px !important;
	padding-top:0px !important;
}

.removeRightPadding
{
	padding-right:0px;
}
.removeLeftPadding
{
	padding-left:0px;
}

.inputboxWidth{
	width:100% !important;
	 height: 21px;
}
.encounter-panel
{
  background-color: white;
  color: black;
  margin: 2% 2% 2% 2%;
}

/* hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: grey;
}  */
 .hrAlignment {
    display: block;
    height: 1px;
    border: 1;
    border-style: inset;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
	border-color: grey;	
  	border-top: 0px transparent;
  	margin-bottom: 0px !important;
}

/* hr {
  padding-left: 0;
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 0 -15px 15px;
    padding: 0;
} */
.dosdiagnosis-title {
  text-transform: uppercase;
  /* color: var(--evidence-diagnosis); */
  font-family: var(--font-semibold);
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    /* margin-right:auto; */
    text-align: center;
   /*  border: 1px solid #ddd; */
}

.pageNumberinputboxWidth{
	width:100% !important;
}
.buttonMargin
{

  margin: 0% 2% 2% 2%;
}
.selectMenuWidth{
	width:60%
}

select.aibo-confidence-level{
  /* height: 22px; */
  width: 52%;
  color: black;
 /*  max-width: 50px; */
  border: 0.5px solid black;
  background-color: transparent;
  font-size: var(--font-size-small);
 /*  margin-right: -2% !important; */
}

select.aibo-confidence-level option{
  color: var(--dark-grey);
}
.year-of-service-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-panel {
    color: white;
}
.year-of-service-label {
    font-weight: bold;
    font-size: var(--font-size-small);
}
.year{
    font-weight: normal;
}
.right-panel{
    position: relative;
}
.dropdownYear {
    background-color: gray;
    border:1px solid;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
}

.dropdown-content{
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    border-radius: 5px;
    width: 80px;
    display:block;
    z-index: 1;
}
.year-option {
    padding: 3px;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
}
.year-option.selected {
    color: darkgray;
    background-color: #f0f0f0;
}
.year-option.disabled {
    color: #999;
}
.year-option:hover:not(.selected):not(.disabled) {
    background-color: lightblue;
    color:white;
    border-radius: 5px
}
.circle {
    border-radius: 50%;
    width: 10.24px;
    height: 10.24px;
    display: inline-block;
    margin-bottom: 2px;
    border: 1px white solid;
    margin-top: 1px;
    margin-bottom: -1px;
  } 
.circle.red {
    background-color: var(--brand-danger);
  }
.circle.green {
    background-color: var(--brand-success);
  }
.year-option-text-active{
    color: black;
}
.year {
    display: inline;
}
.year-option-text-inactive{
    color: rgba(168, 163, 163, 0.849);
    font-style: italic;
}

.year-option-circle{
    margin-left: 3px;
}

.year-option-triangle-inactive{
    color: rgba(168, 163, 163, 0.849);
}

.year-option-triangle-active{
    visibility: hidden;
}

.performanceKeyBar{
    height:100%;
    width:99.3%;
    margin: 1% 1% 0% 0%;
    /* padding: 1% 0 0 0;  */
    border-bottom: 1px solid lightgray;   
}
.performanceKeyBar_pdfhglighter{
    height:100%;
    width:100%;
    margin-left:0.1%;
    padding: 1% 0 0 0; 
    border-bottom: 1px solid lightgray;   
}
.performancekeyBarNonReadable{
    height:100%;
    width:91.5%;
    margin: 1% 7% 0% 0%;
    /* padding: 1% 0 0 0; */
    border-bottom: 1px solid lightgray;  
}
.chartToolBar{
    background-color:GhostWhite;   
    padding: 0%; 
      
}
.iconPanel{
    justify-content: space-evenly;
    text-align: left;
    height: 100%;
    padding:  1% 0 0 0.5%; 
    grid-gap:20%;  
}
.performanceIndicatorPanel{
    margin:0 0 0 0;
    display:flex;
    padding:0;
}
.performanceIndicator{ 
   
    margin:0.2%;
    border-left:0.9px solid lightgray;
    height: 41px;
    padding-top: 1.5%
}
.performanceIndicatorwithoutdiv{ 
   
    margin:0.2%;
    padding: 1.5% 0 0 0;
}
.performanceIndicatorAvg{
    margin: 0.2%;
    width: 95px;
}
.indicator {
    width:10%;
    margin-left: 3%;
    margin-right: 3%;

    border:none;
}
.average{
    text-align: center;
    font-size: 71%;   
    max-width: 95px;
}
.textAllignCenter{
    text-align: center;
    font-size: 125%;
    /* border-left: 0.5px solid grey; */
}
.glyphicon-triangle-top{
    color: green
}
img{
   /* border:none;*/
}
.select{
    height: 130%;
    width: 14%;
    font-size: 115%;
    margin: 0 1% 2% 0;
    border:none;
}
.selectOption{
    background-color: #f0eded;
    font-size: 95%;
}
.pageNumberComponent{
    font-size: 96%;
    /* font-family: Calibri; */
}
.pageNumber{
    padding:0 2% 1.2% 2%;
    border-bottom: 1px solid lightgray;
}
.icon{
    margin-right: 2%;
    height:67%;
    width:5.5%;
    border:none;
}

.searchContainer{
    width : 90%;
    display:flex;
    background-color: #ffffff;
    border : 1px solid #ececec;
    box-shadow: 0px 7px 10px #A6A6A6;
    position: absolute;
    z-index: 999;
    /* margin-top: 2px;  */
    top : 47px;
    /* left : 9px; */
    /* top : 0px;
    right: 0px; */
    border-radius: 4px; 
}

.searchInput {
    width:  100%;
    font-size: 12px;
    font-family: Arial;
    color:#000000;
    border: none;
}

.searchInput input{    
    font-size: 12px;
}

.goButtonContainer{
    /* min-width: 60px; */
    border-right: 1px solid black;
    padding-right: 5%;
 }
 
 .goButton{
     background: #4472C4 !important;
     min-width: 37px !important;
     color: #ffffff !important;
     outline: none !important;
     font-size: 12 !important;
     font-weight: 600 !important;
     border-radius: 5px !important;
     box-shadow: 0 0 5px 0.7px rgba(182, 182, 182, 1) !important;
     text-align: center !important;
 }

 .upDisable{
    font-size: 2em;
     pointer-events: none;
     color: #d9d9d9;
 }

 .downDisable{
     font-size: 2em;
     pointer-events: none;
     color: #d9d9d9;
 }
 .upEnable{
    font-size: 2em;
    cursor:  pointer;
    color:  black;
 }

 .downEnable{
    font-size: 2em;
    cursor:  pointer;
    color:  black;
 }
.hide-style{
    float: right;
    font-size: 85%;
    margin-bottom:0;
    padding:1% 0 0 0; 
    cursor: pointer;
    color: grey;    
}
.timerComponent{
    border-left: 0.5% solid grey;
}
.timer-collapsed{
    background-color: white;
    width: 33%;
    position: absolute;
    height: 102%;
    cursor: pointer;
}
.styling{
    font-size: x-large;
    padding: 13% 0 0 25%;
}
.timer{
    text-align: left;
    font-size: 71%;   
}
.time{
    text-align: center;
    font-size: 125%;    
}


.incrementaltext-color {
text-transform: uppercase;
    color: var(--evidence-diagnosis);
    font-family: var(--font-semibold);
}
.chartread{
    padding: 1% 0 0 0;
    margin-left: 0.2%;

}
.chartnonread {
    padding: 1% 0 0 0;
    margin-left: 0.2%;
}
.chart-id {
    padding: 1% 0 0 0;
}

.review-on-hold-btn, .review-on-hold-btn:hover {
    background-color:#7f7f7f;
    color:#fff;
    padding:3px 10px 4px;
    font-size:12px;
    float:right;
    text-decoration: none;
    width:212px;
    max-width:212px;
    cursor:pointer;
    border-radius: 4px;
    font-family: Arial;
    font-weight: 600;
    margin-right: -8%;
}

.modal-btn{
    color: #212121;
    width: 20%;
    padding: 5px 0px;
    font-size: 12px;
}

.modal-hold-btn {
    color:#404040;
    width: 25%;
    font-size:12px;
}

.non-readable-mode {
    margin-right:30px !important;
}

@media only screen and (min-width:1400px){
    .review-on-hold-btn, .review-on-hold-btn:hover {
        margin-right: -8.5%
    }
}

@media only screen and (min-width:1600px){
    .review-on-hold-btn, .review-on-hold-btn:hover {
        margin-right: -9%
    }
}

.on-hold-list {
    z-index: 9999;
    position: absolute;
    border: 1.5px solid #bfbfbf;
    border-radius: 4px;
    padding: 3px;
    right: 0;
    top: 38px;
    background-color: #f2f2f2;
    margin-right: -8%;
}
.on-hold-list-table {
    height: 150px;
    overflow-y: scroll;
    border-bottom: 1px solid #000;
}
.on-hold-list-table::-webkit-scrollbar {
    width: 7px;
}
.on-hold-list-table::-webkit-scrollbar-track {
    background: #7f7f7f;
    border-radius: 5px;
}
.on-hold-list-table::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 5px;
    border: 1.5px solid #7f7f7f;
}
.on-hold-list table, .on-hold-list table tbody {
    border-bottom: none;
}
/* .on-hold-list table {
    width:100%;
} */
.on-hold-list table .chartrow {
    border-bottom: 0.5px dotted #999;
}
.on-hold-list table th {
    font-weight: bold;
    text-decoration: underline;
    font-size: 10px;
    width: 50px;
}

.on-hold-list table th:nth-child(1) {
    padding-right: 10px;
    width: 150px;
}
.on-hold-list table th:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}
.on-hold-list table th:nth-child(3) {
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
}
.on-hold-list table td:nth-child(1) {
    padding-right: 10px;
    width: 150px;
    max-width: 150px;
}
.on-hold-list table td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    max-width: 100px;
}
.on-hold-list table td:nth-child(3) {
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
    max-width: 150px;
}
.on-hold-list table td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    width: 50px;
    vertical-align: top;
    overflow-wrap: break-word;
}
.on-hold-list table td.open-btn {
    padding-left: 5px;
    padding-right: 5px;    
    width: 80px;
}
.on-hold-list table td.open-btn a {
    text-decoration: none;
    cursor: pointer;
}
.on-hold-list table td a{
    background-color: #2f5597;
    border: 1px solid #595959;
    color: white;
    padding: 1px 4px;
}

.on-hold-list-buttons {
    margin-top:8px;
    margin-bottom:4px;
    text-align: right;
}

.on-hold-list-buttons .on-hold-list-close-btn{
    background-color: #d9d9d9;
    border: 1px solid #595959;
    color: #404040;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 5px;
    padding: 0 10px;
}

.on-hold-list-buttons  .on-hold-list-hold-btn{
    margin-left: 5px;
    background-color: #dae3f3;
    border: 1px solid #595959;
    color: #404040;
    border-radius: 2px;
    font-weight: bold;
    padding: 0 10px;
}

@media only screen and (min-width:1400px){
    .on-hold-list {
        margin-right: -8.5%
    }
}

@media only screen and (min-width:1600px){
    .on-hold-list {
        margin-right: -9%
    }
}
.loading {
  font-size: 30px;
  text-align: center;
  color: var(--dark-grey);
}

.sk-three-bounce > div {
  background-color: var(--text-grey);
  opacity: .5;
}

#medChartDocument {
  height: 66vh;    
}
.rotation-0{
  transform: rotate(0deg);
  height: 71vh;
}

.rotation-90{
  transform: rotate(90deg);
  width: 74vh;
  height: 74vh;
  margin-left: 16%;
}
.rotation-180{
  transform: rotate(180deg);
  height: 74vh;
}
.rotation-270{
  transform: rotate(270deg);
  width: 74vh;
  height: 74vh;
  margin-left: 16%;
}
.rotation-360{
  transform: rotate(360deg);
  height: 74vh;
}
.loading {
  font-size: 30px;
  text-align: center;
  color: var(--dark-grey);
}

.sk-three-bounce > div {
  background-color: var(--text-grey);
  opacity: .5;
}

#medChartDocument {
  height: 66vh;
}
/* .rotation-0{
	transform: rotate(0deg);
} */

/* .rotation-90{
  transform: rotate(90deg);
  width: 55vh;
  margin-left: 20%;
} */
/* .rotation-180{
	transform: rotate(180deg);
}
.rotation-270{
  transform: rotate(270deg);
  width: 55vh;
  margin-left: 20%;
} */
.test{
  height: 70vh;
  /*width:109vh;*/
  overflow: auto;
  width:93%;
}
.test_pdf{
  height: 94vh;
  overflow: auto;
}

.App {
  text-align: center;
  height: 100%;
  position: relative;
}

.App-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
}
.progressBar{
  background: var(--brand-grey);
    width:88%;
    border-radius: 25px;
    border: 1px solid grey;
    
    
  }
  .inprogressBar{
    background:darkgray;     
    border-radius: 25px;  
    }
  .pdfProgressBar{
    background: #F2F2F2;
    width:92%;
    border-radius: 25px;  
    border: 1px solid darkgray; 
    } 
    
  .blueprogressBar{
      background: #00B0F0;     
      border-radius: 25px;  
    }
  .loadingMessage {
      font-size: 12px;
      margin:0% 4% 4% 7%;
      color: white;      
    }  
    .loaderPercentage{
      margin:0% 0% 0% 39%;
      font-size: 14px;
    }
    .displayNone{
      visibility: hidden;
    }
    .loaderText{
      font-size: 15px;
      color:black;
      font-family: 'Graphik Web Arial';
    }
    
.annotation-type-container {
  position: relative;
  top: 18px;
  margin-top: 130%;
}

.annotation-type-box{
  clear: both;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 2px;
}

.annotation-type-box.active{
  width: 55px;
}

.annotation-type-box .annotation-type-letter{
  width: 12px;
  height: 19px;
  color: white;
  display: block;
  line-height: 19px;
  padding: 5px 0 0 6px;
  font-family: var(--font-regular);
  font-size: var(--font-size-xlarge);
}

.annotation-type-box.diagnosis-color{
  background-color: var(--evidence-diagnosis);
}

.annotation-type-box.medications-color{
  background-color: var(--evidence-medications);
}

.annotation-type-box.test_results-color{
  background-color: var(--evidence-results);
}

.annotation-type-box.test_ordered-color{
  background-color: var(--evidence-ordered);
}

.annotation-type-box.treatment-color{
  background-color: var(--evidence-treatment);
}

.annotation-type-box.assessment-color{
  background-color: var(--evidence-assessment);
}

.annotation-type-box.chief_complaint-color{
  background-color: var(--evidence-complaint);
}

.annotation-type-box.symptoms-color{
  background-color: var(--evidence-symtoms);
}
.annotation-type-box.past_medical_history-color{
  background-color: var(--evidence-past-history);
  color:white;
}

.aibo-drugs-panel,
.aibo-drugs-frame{
  bottom: 0;
  width: 50px;
  right: 20px;
  height: 40px;
  position: fixed;
  cursor: pointer;
  background-color: var(--brand-primary);
  z-index:9;
}

.aibo-drugs-panel .drug-icon,
.aibo-drugs-panel .drug-icon .drug-icon-right{
  width: 16px;
  height: 12px;
  display: block;
}

.aibo-drugs-panel .drug-icon{
  background: #FFFFFF;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.aibo-drugs-panel .drug-icon .drug-icon-right{
  margin-left: 16px;
  border: 1px solid #FFFFFF;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.aibo-drugs-frame{
  width: 500px;
  height: 415px;
}

.reddot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.greendot {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}
.greenTick {
  border-radius: 50%;
  background: green;
  width: 30px;
  height: 30px;   
}

.confirmed-checkmark:after {
  content: '✔';
  display: inline-block;
  width: 15px; 
  height: 15px;
  text-align: center;
  border: 1px solid #aaa;
  background: green;
  color:white;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px
}
.notConfirmed-checkmark:after {
  content: '-';
  display: inline-block;
  width: 15px; 
  height: 15px;
  text-align: center;
  border: 1px solid #aaa;
  background: #daa520;
  color:white;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px
}
.noStatus-checkmark:after {
  content: 'o';
  display: inline-block;
  width: 15px; 
  height: 15px;
  text-align: center;
  border: 1px solid #aaa;
  background: grey;
  color:white;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px
}
.missing-checkmark:after {
  content: 'X';
  display: inline-block;
  width: 15px; 
  height: 15px;
  text-align: center;
  border: 1px solid white;
  background: white;
  color:red;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px
}

.aibo-drugs-frame .glyphicon.glyphicon-remove{
  color: #FFFFFF;
}

.aibo-drugs-frame iframe{
  border: 0;
  width: 484px;
  height: 360px;
}
.plusIcon{
  background-color: var(--brand-primary);
  border: none;
  font-size: 20px;
  padding: 12px 15px;
}
.plusIconDropdown{
  left:-14.4em;
  border:1px solid black;
  border-radius: 0px;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.ConfirmedCodeHeading{
  color: white;
  text-align: center;
  font-size: 12px;
  padding-right: 0px;
  margin-top: -3%
}
.ConfirmedCodetable{
background-color: #FFFFFF;
border:1px solid grey;
padding:0%;
overflow-y: auto;
overflow-x: hidden;
/* height: 59vh;
max-height: 59vh */
height: 370px;
max-height: 370px
}
.dropdown-menu > li > a:hover {
  background-color: var(--evidence-past-history) !important;
  color: white;
}
.removePaddingLeftRight
{
  padding-left:0px;
  padding-right:0px;
}
.confirmCodesHeadingText
{
  color:white;
}
.diagnosiscode:hover {
  background-color: var(--evidence-past-history) !important;
  color: white;
}
.year-of-service-label {
  font-weight: bold;
  font-size: var(--font-size-small);
}
.icd_dropdown{
  width: 100%;
  display: block;
  padding: 5px 5px 5px 30px;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: 'none';
  color: #333;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  font-family: var(--font-regular), sans-serif;
}
.icd_dropdown:hover {
  background-color: var(--evidence-past-history) !important;
  color: black;
  text-decoration: none;
}
.timeline-wrapper{
  margin: 0;
  width: 40px;
  padding: 0 10px;
}

.timeline{
  margin: 0;
  padding: 0;
  width: 20px;
  height: 700px;
  position:relative;
  display:inline-block;
  background-color: rgba(0,0,0,0.10);
  z-index:-9999
}

.timeline .timeline-event-wrapper.clickable{
  cursor: pointer;
}

.timeline .timeline-event-wrapper{
  margin: 0;
  padding: 0;
  position: absolute;
}

.timeline .timeline-event-wrapper .timeline-event,
.timeline .timeline-event-wrapper .timeline-event-text{
  bottom: 0;
  width: 35px;
  height: 4px;
  display: block;
  margin-left: -7px;
  position:absolute;
}

.timeline .timeline-event-wrapper .timeline-event,
.timeline .timeline-event-wrapper.timeline-type-default .timeline-event{
  background-color: white;
}

.timeline .timeline-event-wrapper .timeline-event-text{
  left: 41px;
  color: black;
  height: auto;
  font-size: 10px;
  font-family: monospace;
}
.incrementalUiButton{
  margin-left: -125%;
  height: 100%;
  width: 500%;
  text-align: center;
  padding-top: 40%;
  padding-bottom: 40%;
  margin-top: -245%;
}
.timeline-wrapper{
  margin: 50px auto auto;
}

.timeline{
  height: 80vh;
}

.timeline .timeline-event-wrapper.timeline-type-encounter{
  z-index: 999 !important;
}

.timeline .timeline-event-wrapper.timeline-type-encounter .timeline-event{
  opacity: 0.9;
  height: 7px;
  width: 45px;
  background: grey;
  margin-left: -12px;
}

.timeline .timeline-event-wrapper.timeline-type-diagnosis .timeline-event{
  background: #FF3266;
}

.timeline .timeline-event-wrapper.timeline-type-medical-history .timeline-event{
  background: #00BEEF;
}

.modal-footer {    
    /* border-top:none; */
     /*text-align: center;*/
    }
    .modal-header {    
       /* border-bottom:none; */
    }
    .modal-body {
        position: relative;
       /* padding: 0 15px 0 15px;*/
    }
    .btn{
        /*margin-right: 50px;*/
    }
    
    .pageNumberText{
        margin:0 0 0 90px;
        
    }
    .noteText{
        font-style: italic;
    }
    .pageNumberTextfield{
        margin: 0 0 5px 2px;    
    }
    .errorMessage{
        margin:0 0 2px 5px;
        color: red;    
    }
    .closeIcon{
        float:right
    }
    .Modalheader{
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .modalTitle{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    
    .modalBody{
        padding: 15px;
    }
    .modalFooter{
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }
    .cancelbtn{
        margin-left: 5px;
    }
    .ModalContainer{
        margin-bottom: 10px;
    }
    #closeIcon:hover{
        color:gray !important;
    }
    

   .modal-footer {    
    border-top:none;
     /*text-align: center;*/
     padding-top:5px !important;
    border-top: none;
    padding: 15px;
    }
    .modal-header {    
       border-bottom:none;
       padding: 15px;
    }
  
    .btn{
        /*margin-right: 50px;*/
    }
    
    .pageNumberText{
        margin:0 0 0 90px;
        
    }
    .noteText{
        font-style: italic;
    }
    .pageNumberTextfield{
        margin: 0 0 5px 2px;    
    }
    .errorMessage{
        margin:0 0 2px 5px;
        color: red;    
    }
    #closeBtn{
       /* margin-right: 5px;*/
    }
    .modal-content{
        border: 0px !important
    }
    
    .modal-title{
     font-size: 15px !important;
     font-family: var(--font-regular), sans-serif;
     margin-right: 0px !important;
     margin-bottom: 0px !important;
    }
    .modal-content{
        border-radius: 0px !important;
        width: 86%;
    }
    .modal-body{
        padding-left: 15px !important;
        padding-right: 15px;
        padding-bottom: 0px !important;
        padding-top:0px !important
    }
    .modal-error .modal-dialog{
        width: 510px  !important
    }
    

.upsideDownModal .modal-footer {    
    border-top:none;
     /*text-align: center;*/
     padding: 0px 8px 11px 0px;
    }
 .UpsideDownModal_header {    
       padding: 15px;
    }
    .upsideDownModalTitle {    
        border-bottom:none;
        text-align: center;
        color:#7F7F7F;
        font-size: 15px;
        font-family: sans-serif;
     }
    .modal-body {
        position: relative;
       /* padding: 0 15px 0 15px;*/
    }
    .btn{
        /*margin-right: 50px;*/
    }
    
    .pageNumberText{
        /* margin:0 0 0 90px; */
        
    }
    .noteText{
        font-style: italic;
    }
    .pageNumberTextfield{
        margin: 0 0 5px 2px; 
        width:13%;
        padding:6px   
    }
    .pageNumberTextfieldMargin{
        margin: 0 0 5px 2px; 
        width:13%;
        padding:6px;
        margin-left: 11%   
    }
    .errorMessage{
        text-align: left;
        color: red;
        padding-left: 28px;
        font-size: 11px;
        font-family: sans-serif;  
    }
    #closeBtn{
       /* margin-right: 5px;*/
    }
    .dropdownRotation{
        width:15%;
        padding:8px;
        margin-left: 10%
    }
    .tableHeaderUpsideDownPopup{
    color: #5B5B5B;
    font-family: sans-serif;
    font-size: 11px;
    text-align:center;
    }
    .upsideDownLabel{
        width:50%;
        margin-left: 32%
    }
    .labelText{
        font-weight: normal;
        color: #7F7F7F;
        font-family: sans-serif;
        font-size: 11px;
    }
    .labelTextPadding{
        font-weight: normal;
        padding-left:14%;
        color: #7F7F7F;
        font-family: sans-serif;
        font-size: 11px;
    }
    .tableStyleUpsideDown{
        /* max-width:65%;
        max-height:70px;
        min-height:70px;
        overflow-y:auto;
        margin-left:15%;
        margin-bottom:5%; */
        overflow-y: auto;
        overflow-x: hidden;
        max-height:70px;
        min-height:100px;
        /* width:36.35em;
        height: 56vh; */
        margin-left:15%;
        margin-bottom:5%;
        width:71.6%;
        /* background-color: #080808; */
    }
    .tableWidthUpsideDown{
        width:100%
    }
    .textAlignCenter{
        text-align: center
    }
   
      .tableStyleUpsideDown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px var(--brand-primary);
      }
      
      .tableStyleUpsideDown::-webkit-scrollbar-thumb {
          background-color: var(--text-grey);
          outline: 1px solid var(--brand-primary);
      }
      .tableStyleUpsideDown::-webkit-scrollbar{
        width: 0.8em;
        background-color: grey;
      }
  
      .upsideDownModalFooter{
        border-top: none;
        padding: 0px 8px 11px 0px;
        text-align: right;
      }
      .upsideDownModalBody{
        padding: 16px;
        position: relative;
      }
    

.comment-box-container{
  width: 300px;
  height: 350px;
  bottom: 0;
  right: 20px;
  position: fixed;
  background-color: #f5f5f5;
  z-index: 9;
}

.comment-box-head{
  text-align: end ;
  background-color: black;
  height: 9%;
  display: flex;
}

.text-area::-webkit-scrollbar{
  width:0.4em;
}
.text-area::-webkit-scrollbar-track{
  /* background: #F5F5F5; */
  background: white;
}

.text-area::-webkit-scrollbar-thumb{
  /* border-radius:4px; */
  background: #A6A6A6;
  border-radius: 0px
}
.scroll-comments::-webkit-scrollbar{
  width:0.4em;
}
.scroll-comments::-webkit-scrollbar-track{
  background: #F5F5F5;
}
textarea::placeholder {
  color: #C1C1C1;  
  
}
.scroll-comments::-webkit-scrollbar-thumb{
  /* border-radius:4px; */
  background: #A6A6A6;
  border-radius: 3px
}
.comments-individual::-webkit-scrollbar{
  width:0.4em;
}
.comments-individual::-webkit-scrollbar-track{
  background: #F5F5F5;
}
.comments-individual::-webkit-scrollbar-thumb{
  /* border-radius:4px; */
  background: #A6A6A6;
  border-radius: 3px
}
.scroll-comments{
  overflow-y: auto;
  max-height:92%;
  width:99%;
  background-color: #F5F5F5;
  padding-top: 12px
}


.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  margin-left: 240px;
  padding-top: 12px;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 4px;
  height: 37px;
  width: 25px;
  padding-left: 5px
  /* right: 0px;
  padding: 10px 12px;
  pointer-events: none; */
}


/* CSS for Comment List */
.headingContainer{
  min-height : 45px;
}

.generalSectionHeading{
  color:#4d4d4d;
  margin-left: 4%;
  font-weight: bold;
  cursor: pointer;
}

.generalSectionBody{
  margin-left: 4%;
  margin-right: 3%;
  display: flex;
  min-height: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #A6A6A6;
}

.commentListText{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  cursor: pointer;
  color: black;
}
.inactivetext{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  cursor: pointer;
  /* opacity: 0.5; */
  /* color: #595959 */
  color: #b3b3b3
}
.commentListCommentCount{
  background-color:  #C00000;
  border-radius: 50%;
  color: white;
  font-size: 9px;
  height: 15px;
  width: 15px;
  text-align: center;
  padding-top: 2px;
}

.commentListDiagnosisHeading{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 83%;
  margin-left: 4%;
  font-size: 11px;
  color: #4d4d4d;
  font-weight: bold;
  cursor: pointer;
}

.commentListDiagnosisBody{
  display: flex;
  margin-left: 4%;
  margin-right: 3%;
  min-height: 30px;
  justify-content: space-between;
}

/* Individual Comment CSS */
.individualCommentBack{
  color: white ;
  position: relative ;
  right: 11px ;
  top: 1px ;
  cursor: pointer;
  font-size: 10px;
}

.individualCommentGeneralTitle{
  margin-top: 13%;
  padding-left: 7px;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: bold;
}

.individualCommentDiagnosisTitle{
  padding-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 86%;
  margin-left: 2%;
  font-weight: bold;
  padding-top: 6px;
  font-size: 12px;
}

.individualCommentSendBtn{
  width: 22px ;
  border: 1px solid black ;
  border-left: none;
  background-color: #ffffff;
}

.individualCommentAddBtn{
  width: 22px ;
  border: 1px solid black ;
  border-left: none;
  border-right: none;
  background-color: #ffffff;
  cursor: pointer;
}

.individualCommentBody{
  background-color: white;
  padding-left: 10px;
  margin-left: 6px;
  width: 275px ;
  padding-bottom: 6px;
  min-height: 50px;
}

.individualCommentaddedBy{
  color: #A6A6A6;
  font-weight: bold;
  justify-content: space-between;
  display: flex;
}

.inactiveheader{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 83%;
  margin-left: 4%;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  /* opacity: 0.5; */
  /* color:#595959 */
  color: #b3b3b3
}

.inactiveTextAreaWrapper{
  cursor: not-allowed;
}

.individualCommentBodyInactive{
  background-color: white;
  padding-left: 10px;
  margin-left: 6px;
  width: 275px ;
  padding-bottom: 6px;
  min-height: 50px;
  /* opacity: 0.5; */
  pointer-events: none;
  color: #b3b3b3;

}
.inactiveTextArea{
  /* opacity: 0.5; */
  pointer-events: none;
  color: #b3b3b3
}

.commentShortcutsContainer{
  width: 80%;
  height: 210px;
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 9999;
  bottom: 50px;
  right: 0;
  overflow-y: scroll;
  border: 1px solid #C1C1C1;
}
.commentShortcutsHead{
  width:100%;
  max-width: 226px;
  height:4.5%;
  padding: 7px 10px;
  position: fixed;
  background-color: #fff;
}
.commentShortcutsHead p{
float: left;
font-weight: bold;
text-decoration: underline;
font-size: 12px;
margin-bottom: 0px;
}
.commentShortcutsHead span{
  float: right;
  font-weight: bold;
  font-size: 10px;
  cursor: pointer;
}
.commentShortcutsContent{
  padding: 7px 10px;
  margin-top: 20px;
}
.commentShortcutContainer{
  border-bottom: 1.3px dashed #666;
  cursor:pointer;
}
.commentShortcutContainer p{
  margin:5px 0 5px;
  font-size: 11px;
  font-weight: bold;
  color:#666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.commentShortcutsContainer::-webkit-scrollbar {
  width: 1em;
}
.commentShortcutsContainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.commentShortcutsContainer::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
  outline: 1px solid #C1C1C1;
}
.PdfHighlighter_doc{
  /* z-index: 99999; */
  height: 60vh !important;
}
.PdfHighlighter_seeOriginal{
  /* z-index: 99999; */
  height: 90vh !important;
}
.MouseSelection {
  position: absolute;
  border:none;
  /* background: green; */
  mix-blend-mode: multiply;
}
.textLayer {
  z-index: 0 !important;
}
/* .PdfHighlighter::-webkit-scrollbar{
    width: 7px;
    height: 7px;
  }

  .PdfHighlighter::-webkit-scrollbar-thumb{
    height: 28px;
    border-radius: 10px;
    background: #808080;
}

.PdfHighlighter::-webkit-scrollbar-track{
    background: #fff;
    border-radius: 2px;
  } */

  .AreaHighlight{
  mix-blend-mode: unset;
  position: absolute;
  top: 0;
  left: 0;
}

.AreaHighlight__part {
  transition: none;
}

.textLayer[data-main-rotation="270"] {
  transform: rotate(0deg) !important;
  transform-origin: center center !important;
}

.textLayer[data-main-rotation="180"] {
  transform: rotate(0deg) !important;
  transform-origin: center center !important;
}

.textLayer[data-main-rotation="90"] {
  transform: rotate(0deg) !important;
  transform-origin: center center !important;
}

.login-container {
  padding-top: 15vh;
  background-color: white;
  height: 100vh;
  margin: 0 -15px;
}

.login-form {
  background-color: var(--brand-grey);
  width: 360px;
  padding: 27px 30px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #ECECEC;
}

.form-group {
  margin-bottom: 14px;
}

.accenture-logo {
  width: 118px;
  margin: auto;
  padding-bottom: 25px;
}

.ai-logo p {
  color: var(--brand-primary);
  font-family: var(--font-bold);
  font-size: 22px;
  line-height: 24px;
  text-align-last: justify;
}

input#username {
  margin-top: 21px;
}

input.form-control.login {
  background-color: white;
  width: 300px;
  height: calc(var(--column-gutter-width) * 2);
  margin-bottom: var(--column-gutter-width);
  color: var(--text-grey);
  font-size: var(--font-size-large);
  border-radius: 3px;

}

input.form-control.login[type="password"] {
  color: var(--brand-primary);
}

input[type="radio"] {
    display: inline;
}

span.dropdown-position {
    margin-right: 3%;
}

.ModalpoupFooter{
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.closeButton{
    margin-right: 8px;
}

.header{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ModalHeader{
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.ModelData{
   padding: 15px;
}

.ReactModal__Overlay{
    background-color: rgba(0,0,0,0.7) !important;
    z-index: 99999;
}

#crossIcon:hover{
    color:gray !important;
}

.roleOptions{
    position: relative;
    bottom: 2px;
    padding-left: 2px;
}

.roleLabels{
    display: inline-block;
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 700;
}
.container-fluid-scroll {
	 overflow-y: auto;
    overflow-x: hidden;
}
.dialog{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .dialog:has(.msg) {
    color: black;
  }
