/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
  --app-color-primary: #1b6ec2;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  cursor:pointer;
}

.top-clinic-pos {
  position: absolute;
  top: 63px;
  padding:3px;
  border:1px solid #17a2b8;
  border-radius: 3px;  
}

.clinic-title {
  color: #fef7dc;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}

.pos-title {
  color: #b4efdf;
  font-size: 14px;
  font-weight: bold;  
}

.btn-link {
  cursor: pointer;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #1b6ec2 !important;
  border-color: #1861ac !important;
}

.btn-small {
  font-size:14px !important;
  padding:4px 4px 4px 4px;
}

.left_notes_button, .left_notes_lmn {
  font-size: 13px !important;
  padding: 2px 4px 2px 4px;
}
.left_notes_lmn {
  background-color: #28a745 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-nav .nav-link.active {
  background-color: #397496;
  color: #fff8c9;
  border-radius: 4px;
}

.red_btn {
  background-color: #CA2222;
  color:#ffffff;
}

.red_btn_animated {
  background-color: #CA2222;
  color: #ffffff;
  animation: myanimation2 5s infinite;
}

.small-top-red {
  color: #ffaf9e;
  font-weight: bold;
  text-shadow: 1px 1px 2px #c32809;
  font-size: 8pt;
}

sup.small-top {
  color: #ffaf9e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}

sup.small-top:hover {
  text-decoration: none !important;
}

.small-casetype {
  color: #689dbb;
  font-size: 11px;
  font-weight: normal;
}

/* custom styles */
html {
  position: relative;
  min-height: 100%;
}

body {
  background-image: url('../images/background.jpg');
  /*background: linear-gradient(#fffeff, #dfe7eb);*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.container-page-content {
  margin: 95px 20px 20px 20px !important;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
  border-collapse: collapse;
}

.container-page-small {
  margin-top: 95px !important;
  margin-bottom: 20px !important;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
  border-collapse: collapse;
}

.container-left-menu {
  margin-top: 95px !important;
  margin-bottom: 20px !important;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
  border-collapse: collapse;
}

.container-page-middle {
  margin-top: 95px !important;
  margin-bottom: 20px !important;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
  border-collapse: collapse;
  max-width:1300px;
}

.appointment-details {
  background-color: aliceblue;
  border-radius: 6px;
}

h1 {
  font-size: 22px;
  color: orange;
}

h6 {
  font-size: 18px;
  color: orange;
  margin-top:5px;
}

h4 {
  color: #085f89;
  font-size: 20px;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info2 {
  color: #17a2b8;
}

.btn-info3 {
  color: #17a2b8;
  border: 1px solid #17a2b8 !important;
}
.btn-info3:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border: 1px solid #17a2b8 !important;
}

.btn-info4 {
  color: #17a2b8;
  border: 1px solid #17a2b8 !important;
  border-radius: 4px;
  border-collapse: collapse;
}

.btn-disabled {
  color: #ced4da;
  background-color: #F8F9FA;
  border: 1px solid #ced4da !important;
}

.btn-disabled:hover {
  color: #8e8c8c;
  background-color: #F8F9FA;
  border: 1px solid #8e8c8c !important;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.btn-row > * {
  margin: 0.25rem;
}

a.dropdown-item {
  font-size: 16px;
  text-decoration: none;
  color: #053879;
  /*padding: 8px 0 8px 30px;*/
}

form.dropdown-item button {
  font-size: 16px;
  padding: 0;
}

.dropdown-item.active {
  background-color: #397496;
  color: #fff8c9;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar, .calldivTitle {
  height: 77px;
}
.navbar-brand svg {
  color: #fff;
  width: 40px;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
}
.navbar-brand span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: 2px;
  margin-left: 10px;
}

.avatarmenu-header {
    display: flex;
    align-items: center;
}

.avatarmenu-info-container {
    text-align: right;
    flex: 1 1 auto;
    padding-left: 1px;
}
.avatarmenu-user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: normal;
  margin-right:5px;
  /*max-width: 180px;*/
}
.avatarmenu-role {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: normal;
  margin-right:5px;
  flex: 0 0 auto;
  padding-left: 3px;
  padding-right: 3px;
}

.bg-blue {
  background: #1486ba !important;
}

.bg-white {
  background: #ffffff !important;
}

.nav-link {
  color: #fff !important;
  cursor: pointer;
  display: block;
  margin-right: 0.2em !important;
  font-size: 16px;
  border-radius: 4px;
}

.nav-link:hover {
  background: #278fc9;
  color: #fff !important;
  display: block;
}

.text-rose {
  color: #ff9d93 !important;
}

/* FORM UPLOAD */
#form {
  max-width: 600px;
  margin: auto;
}

#button {
  margin-top: 50px;
  margin-right: 20px;
  float: right;
}

#fileuploader-container {
  border: 1px solid #d3d3d3;
  margin: 20px 20px 0 20px;
}

#form h3 {
  margin-left: 20px;
  font-weight: normal;
  font-size: 22px;
}

.upload-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  margin-left: 10px;
}

.photo-popup-content {
  text-align: center;
}

  .photo-popup-content .photo-popup-image {
    height: 100%;
    max-width: 100%;
  }

/* SIGN FORM */
.container-center-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.container-center-page-content {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.form-signin {
  width: 50%;
  max-width: 370px;
  padding: 15px 0 15px 0;
}

.form-signin input , .form-signin button{
  max-width: 330px;
}

.form-signin div.text-danger.validation-summary-errors ul li {
 margin-left:-10px !important;
}

.big-select {
  height: 45px;
  font-size: 18px;
  color: #225268;
}

.big-select2 {
  height: 35px;
  font-size: 18px;
}

.big-select3 {
  border: 1px solid #8192a4 !important;
  border-radius: 2px;
  border-collapse: collapse;
  height:28px;
  font-size:18px;
}

.form-signin .checkbox {
font-weight: 400;
}

.border-bottom-light {
  border-bottom: 1px solid #f5f6f7 !important;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-control-small {
  position: relative;
  box-sizing: border-box;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  height: auto;
  padding: 1px;
  font-size: 13px;
}

.select-light-normal {
  border: 1px solid #dee2e6;
  background-color: transparent;
  font-size: 12px !important;
  -webkit-appearance: none;
  appearance: none;
}

.select-light {
  border: 1px solid #dee2e6;
  background-color: transparent;
  color: #397496;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
}

select.select-light option[value="0"] {
  color: #dee2e6 !important;
}

.select-red {
  border: 1px solid #dee2e6;
  color: #be3434;
  background-color: transparent;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
}

select.select-red option:not(:checked) {
  color: #397496 !important;
  font-weight: normal;
}

select.select-red option[value="0"] {
  color: #dee2e6 !important;
  font-weight: normal;
}

.form-signin .form-control:focus {
  z-index: 2;
}


.form-signin input[type="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 15px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-control-inline {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*color: #495057;*/
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #085f89;
}

.form-control-lg {
  height: calc(1em + 1rem);
  padding: 2px 4px 2px 4px;
  line-height: 1;
  border-radius: .2rem;
  border-color: #085f89;
  font-size: 16px !important;
  color: #085f89;
}

.form-control-calls {
  height: calc(1em + 1rem);
  padding: 0px 2px 0px 2px;
  border-radius: .2rem;
  border-color: #085f89;
  font-size: 14px !important;
}

/* HOME */
.home-text {
  font-size: 16px;
}

.left-menu {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 1040;
  width: 300px;
  height: auto;
  background-color: rgba(0,0,0,0.05);
}

/* CARD */
.card-body {
  padding: 4px 0px 2px 7px !important;
}

.card-parent {
  width:auto !important;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}

.green-border {
  border: 2px solid #c2e3de !important;
}

.light-red-background-over {
  background-color: #eedcdc !important;
  border-radius: 3px;
}
.light-red-background-over:hover {
  background-color: #efc3c3 !important;
  border-radius: 3px;
}

.red-background-over {
  background-color: #f8c0c0 !important;
  border-radius: 3px;
}

.red-background-over:hover {
  background-color: #efc3c3 !important;
  border-radius: 3px;
}

.light-green-background-over:hover {
  background-color: #e8f6fd !important;
  border-radius: 3px;
}

.green-background-over:hover {
  background-color: #e1f8f5 !important;
  border-radius: 3px;
}
.light-green-background {
  background-color: #f0fbf3 !important;
}
.light-blue-background {
  background-color: #ebf4f9 !important;
}
.light-red-background, .light-red-background td {
  background-color: #f6edf0 !important;
}
.yellow-background {
  background-color: #f8f0df !important;
}

.light-grey-text {
  color: #d4d8dd !important;
}

.card-body-green {
  min-width: 80px;
  min-height: 100px;
  background-color: #f0fbf3;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

.card-body-green:hover {
  min-width: 80px;
  min-height: 100px;
  background-color: #d4f0dc;
  margin: 10px 10px 0px 0px;
}

.card-body-green-status {
  color: #3ec887;
}

.card-body-blue {
  min-width: 80px;
  min-height: 100px;
  background-color: #f0f1fb;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

.card-body-blue:hover {
  min-width: 80px;
  min-height: 100px;
  background-color: #e1e2f5;
  margin: 10px 10px 0px 0px;
}

.card-body-grey {
  min-width: 80px;
  min-height: 100px;
  background-color: #f9f9f9;
  color: #c8c6c6;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

.card-body-grey-status {
  color: #dc4646;
}

.card-body-grey:hover {
  min-width: 80px;
  min-height: 100px;
  background-color: #dfdfdf;
  margin: 10px 10px 0px 0px;
}

.h5.card-title, h5.card-title {
  font-size: 1.065rem;
  color:#000000;
}

.alert-info3 {
  color: #ce604f;
  background-color: #fffbed;
  border-color: #ce604f;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}
.alert-info3-title {
  color: #ce604f;
  font-weight:bold;
}

.alert-grey {
  color: #383d41;
  background-color: #f9f9f9;
  border-color: #d6d8db;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

.alert-blue {
  color: #397496;
  background-color: #f9f9f9;
  border-color: #397496;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

.alert-green-title {
  color: #288776;
  font-weight:bold;
}

.alert-green {
  color: #288776;
  background-color: #f9f9f9;
  border-color: #288776;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}

.card-primary {
  background-color: #fbfbfb;
}

.appointment-form {
  display: block;
  margin-right: 0px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #495057;
}

.appointment-input {
  padding: 5px;
}

.appointment-form select {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.275rem 0.35rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 4px;
}

.bootstrap-select .bs-ok-default::after {
  width: 0.3em;
  height: 0.6em;
  border-width: 0 0.1em 0.1em 0;
  transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
  outline: none !important;
}

.text-sm {
  font-size: 16px !important;
  color: #085f89;
}

.text-sm-small {
  font-size: 12px !important;
  color: #085f89;
  font-style:italic;
}

.text-sm-middle {
  font-size: 10pt !important;
  color: #085f89;
}

.text-sm-middle:hover {
  color: #085f89;
}

.text-sm2-middle {
  font-size: 9.6pt !important;
  color: #20577e;
}

.text-middle {
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt !important;
}
.text-sm-normal, a.link-sm, .link-sm, a.link-sm:active, a.link-sm:visited {
  font-size: 14px !important;
  color: #085f89;
}

.form-procedures, .form-assessment {
  font-size: 14px !important;
  line-height: 2;
}

.form-procedures .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-procedures .btn-success {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.form-procedures .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* FORM NOTES */

.form-notes {
  font-size: 16px !important;
  line-height:2;
}

.form-notes input, .form-notes select, .form-notes textarea {
  border-bottom: 1px solid #ced4da;
  border-top: none;
  border-left: none;
  border-right: none;
  line-height:normal;
}

.form-notes-white input, .form-notes-white select, .form-notes-white textarea {
  background-color: #ffffff;
}

.form-notes input[type=checkbox] {
  margin:10px 5px 10px 20px;
}

.text-sm-bold {
  font-size:16px;
  color: #085f89;
  font-weight:bold;
  margin-top:10px;
}

.notes-ul li {
  list-style: decimal;
  margin: 5px 0px 5px 0px;
}

.padding-select {
  padding: 2px 5px 2px 24px !important;
  margin-top:-10px !important;
}

.padding-15 {
  padding: 15px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-10 {
  padding-right: 10px;
}
.padding-5 {
  padding: 5px;
}
.padding-notes-btn {
  padding: 4px 7px 4px 7px;
  margin-bottom:2px;
}
.padding-image-btn {
  padding: 0px 4px 0px 4px;
  margin: 1px;
}
.margin-left-1 {
  margin-left: 1px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}

.line-height-17 {
  line-height: 1.7;
}

.line-height-11 {
  line-height: 1.1 !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-14 {
  line-height: 1.4 !important;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}

.div_justify {
  text-align: justify;
}

.w-30 {
  width: 30% !important;
}
.w-30px {
  width: 30px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-70px {
  width: 70px;
}
.w-60px {
  width: 60px;
}
.w-80px {
  width: 80px;
}
.w-90px {
  width: 90px;
}
.w-100px {
  width: 100px;
}
.w-110px {
  width: 110px;
}
.w-120px {
  width: 120px;
}
.w-130px {
  width: 130px;
}
.w-140px {
  width: 140px;
}
.w-150px {
  width: 150px;
}

.w-160px {
  width: 160px;
}
.w-165px {
  width: 165px;
}
.w-170px {
  width: 170px;
}
.w-180px {
  width: 180px;
}

.w-200px {
  width: 200px;
}

.w-220px {
  width: 220px;
}

.w-225px {
  width: 225px;
}
.w-235px {
  width: 235px;
}
.w-250px {
  width: 250px;
}
.w-270px {
  width: 270px;
}
.w-300px {
  width: 300px;
}
.w-320px {
  width: 320px;
}
.w-330px {
  width: 330px;
}
.w-340px {
  width: 340px;
}
.w-350px {
  width: 350px;
}
.w-370px {
  width: 370px;
}
.w-400px {
  width: 400px;
}
.w-420px {
  width: 420px;
}
.w-430px {
  width: 430px;
}
.w-460px {
  width: 460px;
}
.w-480px {
  width: 480px;
}
.w-500px {
  width: 500px;
}
.w-530px {
  width: 530px;
}
.w-550px {
  width: 550px;
}
.w-600px {
  width: 600px;
}
.w-630px {
  width: 630px;
}
.w-650px {
  width: 650px;
}
.w-670px {
  width: 670px;
}
.w-690px {
  width: 690px;
}
.w-750px {
  width: 750px;
}
.w-850px {
  width: 850px;
}
.max-150px {
  max-width: 150px;
}
.max-180px {
  max-width: 180px;
}
.max-200px {
  max-width: 200px;
}
.max-250px {
  max-width: 250px;
}
.w-62 {
  width: 62% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-72 {
  width: 72% !important;
}
.w-73 {
  width: 73% !important;
}
.w-74 {
  width: 74% !important;
}
.w-76 {
  width: 76% !important;
}
.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}
.w-79 {
  width: 79% !important;
}
.w-80 {
  width: 80% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-92 {
  width: 92% !important;
}
.w-95 {
  width: 95% !important;
}
.notes-margin-left {
  margin-left: 410px;
}
.appointment-marging {
  margin: 3px 0px 0px 0px !important;
}
.appointment-height {
  min-height: 40px !important;
  vertical-align:middle;
}
.appointment-header-marging {
  margin: 6px 0px 0px 0px;
  padding: 12px 0px 0px 0px !important;
}
iframe.caseIframe {
  position: fixed;
  border: none;
  top: 90px;
  left: 1%;
  right: 1%;
  bottom: 3%;
  width: 98%;
  height: 88%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;
  border-collapse: collapse;
}

iframe.iframeSite {
  position: fixed;
  border: none;
  top: 0;
  left: 220px;
  right: 0;
  bottom: 0;
  width: calc(100% - 220px);
  height: 100%;
  padding: 0;
  margin: 0;
}

.calls-frame {
  height: 100vh;
  margin:0 !important;
}

.calldivTitle .switch {
  margin: 15px 0px 0px 60px;
}

.calldivTitle {
  width: 220px !important;
  font-size: 12px;
  height: 77px;
  margin-left: 0px !important;
  border-right: 1px solid #d7e7ea;
  background-color: #399daf;

}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.border-radius {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  border-collapse: collapse;
}

.calldiv {
  width: 220px !important;
}

a.callMenuLink {
  color: #3caba9 !important;
  font-weight: bold;
  text-decoration: none;
}

.bg-call{
    width:220px;
    border-right:1px solid #085f89;
    padding:0;
    margin:0;
}

.call-card {
  font-size:13px;
  margin: 0px;
  padding: 0px;
}

.call-green {
  padding-right: 5px;
  color: #469751;
}

.callMenuLinkGreen, a.call-green, a.call-green:visited, a.call-green:active {
  color: #469751;
}

a.call-green:hover {
  color: #28a745;
}

.call-red {
  padding-right: 5px;
  color: #b95353;
}
.call-blue {
  padding-right: 5px;
  color: #397496;
}

.cross_line {
  width: 100%;
  border: 2px dotted #d1d6e1;
  margin: 10px 0 0 0;
}

.required:after {
  content: " *";
  color: red;
}

.err_msg {
  color: red;
  line-height:1.3;
}
.orange_msg {
  color: orange;
  line-height: 1.3;
}
.yellow_msg {
  color: #f8be1a;
  line-height: 1.3;
}
.font-light {
  color: #ced4da;
}

.bg-today {
  background-color: rgba(255, 220, 40, 0.15);
}

.bg-provider {
  background-color: rgba(0, 0, 0, 0.04);
}

.bg-light2 {
  background-color: #f0f9f0 !important;
}

.bg-green {
  background-color: #28a745 !important;
}

.back-to-top-link {
  position: fixed;
  bottom: 10px;
  float: right;
  right: 10px;
  max-width: 140px;
  width: 100%;
}

.back-to-left-link {
  position: fixed;
  top: 500px;
  float: left;
  left: -25px;
  max-width: 140px;
  width: 100%;
  color: #28a745 !important;
  border: none !important;
  background-color: transparent !important;
}

.back-to-right-link {
  position: fixed;
  top: 500px;
  float: right;
  right: -25px;
  max-width: 140px;
  width: 100%;
  color: #28a745 !important;
  border: none !important;
  background-color: transparent !important;
}

.searchInput {
  background-image: url('/images/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 9px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 300px; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.searchInputMiddle {
  background-image: url('/images/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 9px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.searchInputSmall {
  background-image: url('/images/searchicon.png'); /* Add a search icon to input */
  background-position: 4px 4px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 200px; /* Full-width */
  font-size: 14px; /* Increase font-size */
  padding: 3px 0px 3px 26px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 4px; /* Add some space below the input */
}

.sortfield, .sortfield a {
  cursor: pointer;
  color: #085f89;
  vertical-align: middle;
  font-weight: bold;
}

.sortfield:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.05);
}

.min-height-500 {
    min-height:500px !important;
    vertical-align:middle;
}

.text404 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.2;
}

.units_text{
    font-size:18px;
    color:#397496;
}

.units {
  font-weight: bold;
  font-size: 22px;
  color: #397496;
}

label{
    margin:0;
}

.modal-dialog {
  min-width: 900px;
  margin: 1.35rem auto;
  text-align:left;
}

.modal-header {
  background-color: rgba(0,0,0,0.05);
}

.span-blue {
  color: #397496;
}

.span-green {
  color: #469751;
}

.showL5 {

}

.waiting {
    background-color: #ced4da;
}

.statusVisited, .statusVisited span.span-blue {
  background-color: #fbfbfb !important;
  color: #8e8c8c !important;
}

.statusVisitedText {
  color: #8e8c8c !important;
}

.statusCancelled, .statusCancelled span.span-blue {
  background-color: #fef9f9 !important;
  color: #686e74 !important;
}

.greyText {
  color: #8e8c8c !important;
}

.greyTextSmall {
  color: #8e8c8c !important;
  font-size:13px;
  font-style:italic;
  margin:0px 0px 2px 0px !important;
  padding:0 !important;
  line-height:16px;
}

.blueTextSmall {
  color: #78a9c4 !important;
  font-size: 12px;
  font-style: italic;
  margin: 0px 0px 2px 0px !important;
  padding: 0 !important;
  line-height: 16px;
}

.infoText {
  color: #117a8b;
}

.invalid_required {
  color: #c80909 !important;
}

.invalid_required_bg {
  color: red;
  background-color: #f5f2f1;
  border-color: #c46959 !important;
}


[contenteditable="true"]:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.div_hover, .div_inactive_hover, .div_visited_hover {
  background-color: transparent;
  padding: 2px;
}

.div_hover:hover {
  padding:2px;
  cursor: pointer;
  background-color: #f2fcf5;
  border-radius: 2px;
  border-color: #7c8380;
  box-shadow: #9fc3ae 0 0 2px;
}

.div_inactive_hover:hover {
  color: #c77474 !important;
  padding: 2px;
  cursor: pointer;
  background-color: #fcf2f2;
  border-radius: 2px;
  border-color: #d3b1b1;
  box-shadow: #9fc3ae 0 0 2px;
}

.div_visited_hover:hover {
  padding: 2px;
  cursor: pointer;
  background-color: #eceff9;
  border-radius: 2px;
  border-color: #b1bcd3;
  box-shadow: #9fc3ae 0 0 2px;
}

[contenteditable="true"]:focus {
  background: #ffffff;
  border: 1px solid #999;
}


.nav-item.nav-link {
  color: #495057 !important;
  border-color: #e9ecef #e9ecef #dee2e6;
  padding: 5px 35px 5px 35px;
}

.nav-tabs .nav-link.active {
  color: #28a745 !important;
  background-color: #f8f9fa !important;
  border-color: #dee2e6 #dee2e6 none !important;
}

.nav-link:hover {
  color: #ffffff !important;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex:  auto;
  flex:  none !important;
  text-align: center;
}

input.largerCheckbox {
  width: 16px;
  height: 16px;
}

.break-word {
  overflow-wrap: break-word;
}

.break-word-400 {
  width: 450px !important;
}

.docInfo, a.docInfo, a.docInfo:active, a.docInfo:visited {
  font-family: 'Open Sans', sans-serif;
  color: #0f4750 !important;
  font-size: 14px !important;
  text-decoration: none;
}

a.docInfo, a.docInfo:active, a.docInfo:visited {
  font-family: 'Open Sans', sans-serif;
  color: #085F89 !important;
  font-size: 14px !important;
  text-decoration: none;
}

a.docInfo:hover {
  text-decoration: underline;
}

.patientInfo {
  color: #0f4750 !important;
}

a.patientInfo, a.patientInfo:visited {
  color: #0f4750 !important;
  text-decoration: underline;
}

a.patientInfo:hover {
  text-decoration: none;
}

a.callLink, a.callLink:visited {
  color: #051526 !important;
  text-decoration: underline;
}

a.callLink:hover {
  text-decoration: none;
}

.callIcon {
  color: #149759;
}

.card-body table tr:hover {
  background-color: rgba(0,0,0,0.05);
}

.card-heading {
  padding: 5px;
  background-color: #57adbb;
  border-bottom: 1px solid #216974;
  color: #ffffff !important;
}

.calling-div {
  width: 210px;
  background-color: #ffffff;
  border: 1px solid #278fc9;
  padding: 2px;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 5px;
  border-collapse: collapse;
}

.answer-button, .call-customer-button {
  background: url('../images/accept-call.png') no-repeat;
  background-size: 50px;
  background-position: center;
  width: 54px;
  height: 54px;
}

.hangup-button, .hangup-customer-button {
  background: url('../images/end-call.png') no-repeat;
  background-size: 50px;
  background-position: center;
  width: 54px;
  height: 54px;
}

.extention-button {
  background: url('../images/extention.png') no-repeat;
  background-size: 50px;
  background-position: center;
  width: 54px;
  height: 54px;
}

.mute-button {
  background: url('../images/mute-call.png') no-repeat;
  background-size: 50px;
  background-position: center;
  width: 54px;
  height: 54px;
}

.unmute-button {
  background: url('../images/unmute-call.png') no-repeat;
  background-size: 50px;
  background-position: center;
  width: 54px;
  height: 54px;
}

.forward-button, .forward-button:hover {
  background: url('../images/forward-call.png') no-repeat;
  background-size: 50px;
  background-position: center;
  width: 54px;
  height: 54px;
  color: white;
  -webkit-appearance: none;
  appearance: none;
}

.select-operator-forward, .select-operator-forward option {
  color: #000000;
  background-color:#ffffff;
}

.answer-button-small {
  background: url('../images/accept-call-small.png') no-repeat;
  background-size: 30px;
  background-position: center;
  width: 34px;
  height: 34px;
}

.hangup-button-small {
  background: url('../images/end-call-small.png') no-repeat;
  background-size: 30px;
  background-position: center;
  width: 34px;
  height: 34px;
}

.extention-button-small {
  background: url('../images/extention-small.png') no-repeat;
  background-size: 30px;
  background-position: center;
  width: 34px;
  height: 34px;
}

.mute-button-small {
  background: url('../images/mute-call-small.png') no-repeat;
  background-size: 30px;
  background-position: center;
  width: 34px;
  height: 34px;
}

.unmute-button-small {
  background: url('../images/unmute-call-small.png') no-repeat;
  background-size: 30px;
  background-position: center;
  width: 34px;
  height: 34px;
}

.forward-button-small {
  background: url('../images/forward-call-small.png') no-repeat;
  background-size: 30px;
  background-position: center;
  width: 34px;
  height: 34px;
}

.person-button-small {
  background: url('../images/person-icon-small.png') no-repeat;
  background-size:30px;
  background-position:center;
  width: 34px;
  height: 34px;
}

.call-customer-button, .answer-button, .hangup-button, .hangup-customer-button, .call-customer-button:active, .answer-button:active,
.extention-button:active, .forward-button:active, .mute-button:active, .unmute-button:active {
  /*padding: 1px 2px 1px 2px !important;*/
  opacity: 1;
  background-color: #ffffff;
}

  .hangup-button, .hangup-button:active, .hangup-customer-button, .hangup-customer-button:active {
    background-color: #ffffff;
    /*padding: 1px 2px 1px 2px !important;*/
    /*margin-left: 5px !important;*/
    opacity: 1;
  }

.call-customer-button:disabled, .hangup-button:disabled, .hangup-customer-button:disabled, .answer-button:disabled,
.extention-button:disabled, .forward-button:disabled, .hangup-button-small:disabled,
.answer-button-small:disabled, .extention-button:disabled, .extention-button-small:disabled, .extention-button-small:disabled,
.forward-button:disabled, .forward-button-small:disabled, .forward-button-small:disabled,
.mute-button:disabled, .mute-button-small:disabled, .unmute-button:disabled, .unmute-button-small:disabled {
  opacity: 0.1;
}

/*.hangup-button:disabled, .call-customer-button:disabled, .answer-button:disabled {
  background-color: rgba(0,0,0,0.05) !important;
  border: 1px solid #dee2e6;
  color: #dee2e6;
}*/


.patientCommentsDiv {
    margin: 5px 15px 0 15px;
}
.border-grey {
  border-color: #aab1b2;
}

button:disabled {
  cursor: not-allowed;
}


/* SLIDER */
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 36px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 6px;
  width: 90px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 32px;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 6px;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider, input:focus + .sliderDraft {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

.slider:after {
  content: 'CALLS';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 65%;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
  content: 'CALLS';
  left: 33%;
}

/* SLIDER DRAFT */

.sliderDraft {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
  width: 100px;
  height: 24px;
}

.sliderDraft:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 4px;
}

input:checked + .sliderDraft {
  background-color: #2ab934;
}

input:checked + .sliderDraft:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(76px);
}

.sliderDraft:after {
  content: 'Draft Notes';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 65%;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  width: 70px;
}

input:checked + .sliderDraft:after {
  content: 'Draft Notes';
  left: 45%;
}

/* TWILIO */
.enterPhone {
  border: 2px solid #a1e4b4;
  height: calc(1.75em + 0.75rem + 2px);
  padding: 0.25rem;
  font-size: 1.1rem;
  border-radius: 0.2rem;
}

.enterPhoneInvalid {
  color: red;
  background-color: #f5f2f1;
  border-color: #c46959;
  height: calc(1.75em + 0.75rem + 2px);
  padding: 0.25rem;
  font-size: 1.1rem;
  border-radius: 0.2rem;
}

.twilio-phone {
  /*color: #e4f4f6;*/
  color:#ffffff;
  font-size: 20px;
  margin: 3px 0px 0px 30px;
}

.twilio-queue {
  font-size: 18px;
  padding: 3px;
  margin: 0px 0px 0px 15px;
  width: 160px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  border-color: #7c8380;
  box-shadow: rgba(0,0,0,0.05) 0 0 10px;
  border-collapse: collapse;
  animation: myanimation 2s infinite;
}

@keyframes myanimation {
  0% {
    background-color: #6bcd78;
  }
  75% {
    background-color: #469751;
  }
  100% {
    background-color: #469751;
  }
}


@keyframes myanimation2 {
  0% {
    background-color: #CA2222;
  }

  75% {
    background-color: #fb4c13;
  }

  100% {
    background-color: #CA2222;
  }
}


.recordCallStyle {
  background-color: #f9fbf9;
  border-radius: 3px;
  box-shadow: #397496;
  border-collapse: collapse;
  border-right: 4px solid #5394b9;
}

.webCallStyle {
  background-color: #f9fbfa;
  border-radius: 3px;
  box-shadow: #82c29d;
  border-collapse: collapse;
  border-right: 4px solid #82c29d;
}

.missedCallStyle {
  background-color: #fbf5f5;
  border-radius: 3px;
  box-shadow: #397496;
  border-collapse: collapse;
  border-right: 4px solid #b95353;
}

.missedCallStyle span.call-red {
  color: #b95353;
  font-weight: bold;
}

.missedCallStyle span.call-green {
  color: #469751;
  font-weight: bold;
}

.recordCallStyle span.call-green {
}

.filterCalls {
  margin:3px 0px 3px 0px;
  text-align:center
}

.remove {
  color: #c12121;
  border:none;
  background:none;
}

.modify {
  color: #397496;
  border: none;
  background: none;
}

.modify-link {
  color: #0366d6;
  cursor: pointer;
  border: none;
  background: none;
}

.table-striped-light tbody tr:nth-of-type(odd), .tr-striped-light {
  background-color: #F8F9FA !important;
}

.inactiveoption {
  background-color:rgba(0,0,0,0.05);
  color: #bcc1c4;
}

.coloredoption {
  color: #6cadc1;
  font-weight: bold;
}


.hiddenTr{
    display:none;
}

.background-no {
  background: none !important;
  border:none !important;
}

.light-border-left {
  border-left: 1px solid #d9dee4;
}

.btn-small-text {
  font-size: 12px !important;
  padding: 0.5px 5px 0.5px 5px !important;
  margin: 1px;
}

.btn-middle {
  font-size: 14px !important;
  padding: 3px 7px 3px 7px !important;
  margin: 1px;
}

.btn-middle-text {
  font-size: 14px !important;
  padding: 0.5px 5px 0.5px 5px !important;
  margin: 1px;
}

.btn-sign {
  font-size: 15px !important;
  padding: 4px 8px 4px 8px !important;
  margin: 1px;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

a.nav-link-tab {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  border-color: #397496 !important;
  color: #397496;
  display: block;
  border-radius: 4px;
  border-collapse: collapse;
  padding: 6px 12px 6px 12px;
  margin-right: 10px;
  text-decoration: none;
}


a.nav-link-tab:hover, a.nav-link-tab:hover label {
  background: #397496 !important;
  color: #ffffff;
  text-decoration: none;
}


a.nav-link-tab.active {
  background: #397496 !important;
  color: #ffffff;
}

a.nav-link-tab.active label {
  color: #ffffff;
}

.nav-tabs-background {
  border: 1px solid #ddd;
  display: block;
  border-radius: 5px;
}
.btn-link {
  color: #397496;
  font-size: 14px;
  background: none;
  border: none ;
}

.btn-link-lightblue {
  color: #7596ba;
  background: none;
  border: none !important;
}

.btn-link-lightblue:hover {
  color: #a2b0c8;
}

.btn-link-green {
  color: #1f856c;
  background: none;
  border: none !important;
}

  .btn-link-green:hover {
    color: #1f9e57;
  }

.btn-link-danger {
  color: #dc3545;
  background: none;
  border: none !important;
}

.btn-link-danger:hover {
  color: #de6d78;
}

.formName {
  color: #219679;
  font-size: 14px;
}

.formNameBold {
  color: #219679;
  font-size: 16px;
  font-weight:bold;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-info {
  color: #ffffff;
  background-color: #59a4cf;
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}

.badge {
  padding: 0.25em 0.4em !important;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50% !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0;
  transition: background-color .4s ease;
}

.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #b8b8ff;
}

/* TOGGLE LEFT MENU */
#nav-left {
  position:fixed;
  padding: 8px;
  top: 78px;
  z-index: 1000;
}
#nav-left::after {
  content: "";
  display: block;
  clear: both;
}
hgroup {
  float: left;
  margin: 2px 2px 2px 10px;
}
aside {
  position: absolute;
  width: 350px;
  height: 100%;
  left: -360px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 0px;
  transition: all 0.4s ease;
}
aside.active {
  left: 0;
}
.toggle-wrap {
  padding: 7px;
  position: relative;
  cursor: pointer;
  float: left;
  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
  width: 28px;
  margin: 7px 0;
  position: relative;
  border-top: 3px solid #6f9fba;
  display: block;
}
.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #6f9fba;
  height: 3px;
  width: 28px;
  position: absolute;
  top: -10px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* TOGGLE LEFT MENU */

/* 320px — 480px: Mobile devices
481px — 768px: iPads, Tablets
769px — 1024px: Small screens, laptops
1025px — 1200px: Desktops, large screens
1201px and more —  Extra large screens, TV
*/

@media (min-width: 320px) and (max-width: 1201px) {
  .modal-content {
    max-width: 99vw !important;
  }
}


@media (min-width: 320px) and (max-width: 1201px) {
  a.nav-link {
    padding: 2px 2px 2px 2px !important;
    font-size: 12px !important;
    margin: 0px;
  }
  .btn {
    padding: 3px 6px 3px 6px;
    font-size: 14px;
  }
  .twilio-phone {
    font-size: 18px;
  }
  .call-status {
      font-size:12px;
  }
  .greyTextSmall {
    font-size: 11px;
    line-height: 12px;
  }

  .btn-lg {
    padding: 6px 12px 6px 12px;
    font-size:16px;
  }

  #nav-left {
    top: 60px;
  }
  h1 {
    font-size: 16px;
  }
  .h5.card-title, h5.card-title {
    font-size: 14px;
  }
  h6 {
    font-size: 14px;
    margin-top: 3px;
  }

  h4 {
    font-size: 16px;
  }

  .top-clinic-pos {
    position: absolute;
    top: 55px;
  }

  .clinic-title {
    font-size: 12px;
    font-weight: bold;    
  }

  .pos-title {
    font-size: 12px;
    font-weight: bold;   
  }

  .container-page-content {
    margin: 75px 10px 10px 10px !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    border-collapse: collapse;
  }

  .container-page-small {
    margin-top: 75px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    border-collapse: collapse;
  }

  .container-left-menu {
    margin-top: 75px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    border-collapse: collapse;
  }

  .container-page-middle {
    margin-top: 75px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    border-collapse: collapse;
    max-width: 1300px;
  }

  .navbar-collapse {
    width: auto;
    float:right;
  }

  .navbar, .navbar-expand-md, .calldivTitle {
    height: 57px;
    justify-content: normal;
  }

  body, label, div {
    font-size: 13px;
  }

  .dropdown, .nav-item {
    max-width: 200px;
    margin:0px;
    border:0px;
  }

  li.dropdown.a {
      width:100%;
  }

  a.dropdown-item {
    font-size: 16px;
    padding: 2px 2px 2px 8px;
  }

  .navbar-brand svg {
    color: #fff;
    width: 32px;
    cursor: pointer;
    margin-left: 8px;
    display: inline-block;
  }

  .navbar-brand span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: 2px;
    margin-left: 2px;
  }
  /* SLIDER */
    .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 26px;
  }

  .slider {
    width: 70px;
  }

  .slider:before {
    height: 24px;
    width: 22px;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: white;
    transition: 0.4s;
    border-radius: 6px;
  }

  .slider:after {
    content: 'CALLS';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 65%;
    font-size: 11px;
    font-family: Verdana, sans-serif;
  }

  input:checked + .slider:after {
    content: 'CALLS';
    left: 33%;
  }

  span.test-title {
    font-size: 12px;
  }

  /*label.switch {
    position: absolute;
    left: 170px;
  }*/

  .task-image {
    width: 18px;
    padding: 0px;
    margin: 8px 0px 0px 0px;
  }

  a.nav-link svg {
    width: 18px;
    height: 16px;
  }

  .nav-item {
    background-color: #1486ba;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    padding:0px;
  }

  .nav-item:active {
    background-color: #397496;
    border-radius: 0px;
  }

  a.nav-link {
   padding:4px 4px 4px 4px !important;
   font-size:16px;
   margin:0px;
  }

  a.nav-link:hover {
    background: #278fc9;
    color: #fff !important;
  }

  .avatar-box {
    padding: 0px;
    margin: 0px;
    max-width:200px;
  }

  .avatarmenu-header {
    display: flex;
    align-items: center;
    padding: 0px;
  }

  .avatarmenu-info-container {
    text-align: right;
    flex: 1 1 auto;
    padding-left: 1px;
  }

  .avatarmenu-user {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 0.57rem;
    line-height: normal;
    margin: 0px;
    max-width: 200px;
  }

  .avatarmenu-role {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.5rem;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0px;
  }

  .avatarmenu-image-container {
    flex: 0 0 auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .avatarmenu-image-container svg {
    width: 20px;
  }

  .avatar-box {
    padding: 1px;
  }

  .modal-content {
    margin: 1px !important;
  }

  /*.modal-body {
    margin: 1px !important;
    padding: 2px !important;
  }*/

  .margin-top-10 {
    margin-top: 2px !important;
  }

  .margin-top-20 {
    margin-top: 10px !important;
  }

  img.mobileSize {
    width: 80px !important;
  }

  .form-signin {
    width: 330px;
    max-width: 370px;
    padding: 15px 0 15px 0;
  }

  .form-signin input, .form-signin button {
    max-width: 330px;
  }

  .big-select, select, input, textarea {
    font-size: 14px !important;
    height: auto;
    width: auto;
    padding: 1px 2px 1px 2px;
  }
  .bi-briefcase, .bi-calendar-plus, .bi-plus-square, .bi-pencil-square, .bi-printer {
    width: 20px !important;
  }

  .table td, .table th {
    padding: 0.4rem !important;
  }
  .text-sm {
    font-size: 13px !important;
  }
  .text-sm-bold {
    font-size: 13px;
    margin-top: 5px;
  }
  .text-sm-small {
    font-size: 11px !important;
  }
  .text-sm-middle {
    font-size: 9pt !important;
  }
  .text-sm2-middle {
    font-size: 8.6pt !important;
  }
  .text-middle {
    font-size: 10pt !important;
  }
  .text-sm-normal, a.link-sm, .link-sm, a.link-sm:active, a.link-sm:visited {
    font-size: 11px !important;
  }
  .searchInput {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 5px 4px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 180px !important; /* Full-width */
    font-size: 14px; /* Increase font-size */
    padding: 6px 10px 6px 30px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 6px; /* Add some space below the input */
  }

  .searchInputMiddle {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 9px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    font-size: 14px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }

  .searchInputSmall {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 4px 4px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 150px; /* Full-width */
    font-size: 12px; /* Increase font-size */
    padding: 1px 0px 1px 18px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 2px; /* Add some space below the input */
  }
  .form-control-sm, .form-control {
    font-size: 12px !important;
  }
  .w-165px {
    width: 125px;
  }
  .w-150px {
    width: 120px;
  }
  .w-200px {
    width: 160px;
  }
  .w-220px {
    width: 180px;
  }
  .w-30px {
    width: 28px;
  }
  .w-45px {
    width: 35px;
  }
  .w-50px {
    width: 43px;
  }

  .w-70px {
    width: 60px;
  }

  .w-60px {
    width: 50px;
  }

  .w-80px {
    width: 70px;
  }

  .w-90px {
    width: 80px;
  }

  .w-100px {
    width: 90px;
  }

  .w-110px {
    width: 95px;
  }

  .w-120px {
    width: 100px;
  }

  .w-130px {
    width: 105px;
  }

  .w-140px {
    width: 110px;
  }

  .w-150px {
    width: 120px;
  }

  .w-160px {
    width: 115px;
  }

  .w-170px {
    width: 150px;
  }

  .w-180px {
    width: 160px;
  }

  .w-225px {
    width: 185px;
  }

  .w-235px {
    width: 190px;
  }

  .w-250px {
    width: 200px;
  }

  .w-270px {
    width: 210px;
  }

  .w-320px {
    width: 280px;
  }

  .w-330px {
    width: 290px;
  }

  .w-340px {
    width: 290px;
  }

  .w-350px {
    width: 300px;
  }

  .w-370px {
    width: 370px;
  }

  .w-400px {
    width: 400px;
  }

  .w-420px {
    width: 420px;
  }

  .w-430px {
    width: 430px;
  }

  .w-460px {
    width: 400px;
  }
  .w-300px {
    width: 270px;
  }
  .w-480px {
    width: 320px;
  }
  .selectlist {
    max-width:200px;
  }
  .w-500px {
    width: 450px;
  }
  .w-530px {
    width: 480px;
  }

  .w-550px {
    width: 500px;
  }

  .w-600px {
    width: 550px;
  }

  .w-630px {
    width: 580px;
  }

  .w-650px {
    width: 600px;
  }

  .w-670px {
    width: 620px;
  }

  .w-690px {
    width: 630px;
  }

  .w-750px {
    width: 700px;
  }

  .w-850px {
    width: 800px;
  }
  .break-word-400 {
    width: 250px !important;
  }

  .col-md-auto {
      margin-bottom:5px;
  }
  .margin-top-5 {
    margin-top: 3px;
  }

  .margin-top-10 {
    margin-top: 5px;
  }

  .margin-top-20 {
    margin-top: 10px;
  }

  .margin-top-30 {
    margin-top: 15px;
  }

  .margin-top-40 {
    margin-top: 20px;
  }
}

.legend-green-title {
  color: #6ebfb3;
  font-weight: bold;
  font-size: 13px;
  padding: 0px 5px 0px 5px;
  margin: 0px;
}

.legend-grey-title {
  color: #6c93b4;
  font-weight: bold;
  font-size: 13px;
  padding: 0px 5px 0px 5px;
  margin: 0px;
}

.legend-info3-title {
  color: #17a2b8;
  font-size: 12px;
  padding: 0px 5px 0px 5px;
  margin: 0px;
}

/* spinner */

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* verticaltext */

.verticaltext {
  width: auto;

  font-weight: bold;
  /* Rotate div */
  -ms-transform: rotate(270deg); /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  margin-top: 25px;
}

.verticalturquoise {
  color: #17a2b8;
  min-width: 100px;
}

.border-verticalturquoise {
  border: 1px solid #17a2b8;
}

.bg-verticalturquoise {
  background-color: #cae8ec;
}

.verticalblue {
  color: #4d8fb8;
  min-width:100px;
}

.border-verticalblue {
  border: 1px solid #4d8fb8;
}

.bg-verticalblue {
  background-color: #cadfec;
}

.verticalyellow {
  color: #e08c3e;
  min-width: 100px;
}

.border-verticalyellow {
  border: 1px solid #e08c3e;
}

.bg-verticalyellow {
  background-color: #f2e1c3;
}

.verticalgreen {
  color: #79bb93;
  min-width: 100px;
}

.border-verticalgreen {
  border: 1px solid #79bb93;
}

.bg-verticalgreen {
  background-color: #c4e6d2;
}

.editable-select-container {
  margin-top: 50px;
  position: relative;
}

.editable-select-container option {
  height: 30px;
  line-height: 30px;
}

.editable-select-container .editOption {
  position: absolute;
  width: calc(100% - 30px);
}


.img-popup {
  max-width: 60px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.img-popup:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modalimage {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  padding-top: 130px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modalimage-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  border-radius: 5px;
}

/* Add Animation - Zoom in the Modal */
.modalimage-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.modalimage-close {
  position: absolute;
  top: 85px;
  left: calc(50% + 350px);
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

  .modalimage-close:hover,
  .modalimage-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modalimage-content {
    width: 100%;
  }
}

/* notification */

body.has-notification {
  padding-top: 10px;
  margin-top: 15px; /* Height of the notification */
  transition: margin-top 0.3s ease-in-out;
}

.notification-banner {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  /*background: #ffc107;
  color: #212529;*/
  padding: 0;
  z-index: 1040; /* Below header if header has higher z-index */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: none;
  height: 30px; /* Fixed height */
}

.notification-banner-style1 { 
  background: #ffc107;
  color: #a41919;  
}

.notification-banner-style2 {
  background: #b73a3a;
  color: #ffffff; 
}

.notification-banner-style3 {
  background: #16a934;
  color: #ffffff;
}

.notification-banner-style4 {
  background: #9ad3e9;
  color: #333333;
}

@media only screen and (max-width: 1200px) {
  .notification-banner {
    top: 57px;
  }
}

.notification-banner.show {
  display: block;
}

.notification-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px 0 20px; /* Extra padding on right for close button */
}

.notification-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}

  .notification-text span {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 15s linear infinite;
    padding-left: 50%;
  }

.notification-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #212529;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

  .notification-close:hover {
    opacity: 0.7;
  }

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.hide-me[aria-expanded="true"] {
  display: none;
}

/* upload zone */
.upload-zone {
  background-color: #fff;
  border: 2px dashed #d1d5db;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 5px;
}
.upload-zone:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}
.upload-zone.dragover {
  background: #e7f3ff;
  border-color: var(--app-color-primary);
}

.taskstatusText {
  color: #1f0f0f !important;
  font-size: 13px;
}

.taskstatusGreen {
  color: #198754 !important;
}

.taskstatusGrey {
  color: #8e8c8c !important;
}

.patient-chevron-link {
  background-color: #f8f9fa;
  color: #57adbb;
  padding: 4px;
  font-weight: bold;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  border-collapse: collapse;
}

.patient-chevron-link svg, .patient-chevron-link a {
  color: #57adbb;
}

.patient-chevron-link:hover {
  color: #ffffff;
  border: 1px solid #57adbb;  
  background-color: #57adbb;
}

.patient-chevron-link:hover svg, .patient-chevron-link:hover a  {
  color: #ffffff; 
}

.patient-chevron-info {
  color: #ffffff;
  background-color: #57adbb; 
  border-color: #17a2b8;
}

.patient-chevron-info svg, .patient-chevron-info a {
  color: #ffffff;
}