﻿@charset "utf-8";
/* CSS Document */
html {
  font-size: 14px;
  height: auto !important;
}
#header > :first-child, aside {
  width: 230px !important;
}
/* Smart Admin */
.big-breadcrumbs a {
  color: #555;
}
form legend {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page-title {
  margin-top: 4px;
  margin-bottom: 14px;
}

#sparks {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

#sparks li span {
  text-align: right;
}
.product-deatil .certified.single ul li:first-child { border-right: 1px solid #cccccc; }
.product-deatil .name small { margin-top: 5px; }

/* Common styles */

 .custom-list {
  list-style:inside;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

.spinner.inline {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-width: 10px;
}

.spinner.inline.small {
  width: 6px;
  height: 6px;
  border-width: 6px;
}

.layout-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Custom CSS for Telemetry */

.content-ribbon {}

.review-label {
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
}

dd {
  margin-bottom: 5px;
}

/* Telemetry Filters */
.telemetry-filters {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* justify-content: space-between; */
}
.telemetry-filters .view-switch {
  margin-left: auto;
  min-width: 80px;
}
.telemetry-filters .filter {
  position: relative;
  display: flex;
  margin-right: 10px;
  border: 1px solid rgba(120,120,120,0.3);
  background:rgba(255,255,255,0.5);
  padding: 0;
  border-radius: 2px;
}
.telemetry-filters .filter .title {
  line-height: 28px;
  padding: 0 6px;
}
.telemetry-filters .filter .close {
  position: absolute;
  top: 3px;
  right: 12px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 24px;
  line-height: 24px;
  color: #555;
}
.telemetry-filters .filter.provider>div {
  min-width: 200px;
}
.telemetry-filters .filter.datepicker input {
  border: none;
  outline: none;
  box-shadow: none;
  height: 28px;
  background-color: transparent;
  max-width: 120px;
}

.telemetry-filters .react-datepicker-popper {
  z-index: 100 !important;
}

/* Clinic Activity */

.table-layout {
  display: table;
  width: 100%;
}

.table-layout .table-cell {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width:768px) {
  .table-layout {
    display: block;
  }
  .table-layout .table-cell {
    display: block;
  }
}

.notes-list {
  width: 340px;
  padding-right: 20px;
}

@media screen and (min-width: 1600px) {
  .notes-list {
    width: 400px;
  }
}

@media screen and (min-width: 1900px) {
  .notes-list {
    width: 500px;
  }
}

.table-layout.list .notes-list {
  width: 100%;
  padding-right: 0;
}

.table-layout.list .chart-review {
  display: none;
}

.detail .notes-list .ReactTable .rt-thead.-header {
  display: none;
}

.notes-list .ReactTable .rt-tr {
  cursor: pointer;
}

.notes-list .ReactTable .rt-tr:hover .rt-td {
  background-color: rgba(0, 0, 0, .05);
}

.chart-review .notes-list {
  text-transform: uppercase;
}

.chart-review .review-label {
  text-transform: uppercase;
}

.clinic-activity .jarviswidget {
  margin-bottom: 0px;
}

.jarviswidget .clinic-activity-widget-body {
  height: calc(100vh - 244px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}
.list .jarviswidget .clinic-activity-widget-body {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .jarviswidget .clinic-activity-widget-body {
    height: auto;
    min-height: calc(100vh - 242px);
  }
}

.jarviswidget>div.visit-note-single-view {
  padding: 0;
}

.jarviswidget .visit-note-single-view .clinic-activity-widget-body {
  height: calc(100vh - 180px);
}

.chart-review-body {
  padding: 10px;
}

.chart-review-body>.row {
  max-width: 800px;
}

.chart-review-body>.row>div {
  margin-bottom: 8px;
}

.chart-review-body .nav-tabs {
  margin: 0 -10px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.chart-review-body .nav-tabs>li>a .badge {
  padding: 2px 7px;
}

.chart-review-body .nav-tabs>li>a .spinner {
  width: 6px;
  height: 6px;
  border-width: 6px;
  display: inline-block;
  vertical-align: middle;
}

.empty-chart-review {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty-chart-review>div {
  max-width: 50%;
}

.review-notes {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
}

.review-notes form {
  position: relative;
  padding: 0 13px 13px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.review-notes, .review-notes .form-actions {
  background: rgba(0, 0, 0, 0.05);
  margin-top: 0;
}

.jarviswidget>div.clinic-activity-widget-wrapper {
  padding: 0;
}

#jarviswidget-fullscreen-mode .clinic-activity-widget-body {
  height: 100%;
}

.jarviswidget>header {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.jarviswidget>div {
  border-top: none;
  border-right-color: rgba(0, 0, 0, 0.1) !important;
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
  border-left-color: rgba(0, 0, 0, 0.1) !important;
}

.clinic-activity .dt-toolbar {
  border-bottom: 0;
}

.clinic-activity .dt-toolbar-footer {
  text-align: center;
  border-top: 0;
}

.clinic-activity .dt-toolbar-footer>:first-child, .clinic-activity .dt-toolbar>:first-child {
  padding-left: 13px !important;
  padding-bottom: 5px;
}

.clinic-activity .dt-toolbar-footer>:last-child, .clinic-activity .dt-toolbar>:last-child {
  padding-right: 13px !important;
}

.clinic-activity .dt-toolbar-footer .dataTables_paginate, .clinic-activity .dt-toolbar-footer .dataTables_paginate .pagination {
  float: none;
}

.review-notes {
  margin-top: 20px;
}

.tablet-list-navigation {
  display: none;
  margin-bottom: 20px;
}

.tablet-list-navigation>div {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.tablet-nav-list .dropdown-menu {
  min-width: 220px;
  padding: 0;
}

.tablet-nav-list .dropdown-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 480px) {
  .tablet-list-navigation {
    margin-bottom: 0px;
  }
  .tablet-list-navigation>div {
    display: inline-block;
    margin-bottom: 10px;
  }
  .tablet-list-navigation>div.tablet-nav-search {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .table-layout .table-cell.notes-list {
    display: none;
  }
  .tablet-list-navigation {
    display: table;
  }
}

.visit-notes-list-table .pagination-top, .visit-notes-list-table .pagination-bottom {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
}

.visit-notes-list-table .pagination-bottom {
  bottom: 0;
}

.visit-note-cell {
  white-space: normal;
  max-width: 500px;
}

.visit-note-cell>div {
  margin-bottom: 2px;
}

.visit-note-cell .dx-codes-list {
  white-space: normal;
  margin-left: 0px;
  padding-left: 20px;
}

.alerts, .flags {
  white-space: pre-wrap;
}

.alerts .label, .flags .label {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px;
}

.alerts .label .fa, .flags .label .fa {
  margin-left: 10px;
}

.label.clickable {
  cursor: pointer;
}
/* react-table custom pagination */

.telemetry-pagination {
  padding: 10px;
}

.telemetry-pagination .pagination-info {
  padding-top: 7px;
}

.telemetry-pagination .pagination-info input {
  width: auto;
  border: none;
}

.telemetry-pagination .pagination-buttons {
  text-align: right;
}

.telemetry-pagination .pagination-items-per-page {
  text-align: right;
}

.telemetry-pagination .pagination-items-per-page select {
  max-width: 150px;
  float: right;
}

.telemetry-pagination .pagination-search .input-group {
  max-width: 350px;
}

.ReactTable .pagination-top .telemetry-pagination .pagination-footer {
  display: none;
}

.ReactTable .pagination-top .telemetry-pagination {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ReactTable .pagination-bottom .telemetry-pagination .pagination-header {
  display: none;
}

.ReactTable .pagination-bottom .telemetry-pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.ReactTable .-loading {
  background: rgba(200, 200, 200, 0.35) !important;
}

.ReactTable .rt-noData {
  background: rgba(0, 0, 0, 0.02) !important;
  color: rgba(100, 100, 100, 0.9) !important;
  top: 45% !important;
}

.ReactTable .-pagination input, .ReactTable .-pagination select {
  color: black;
}

.smart-style-5 .ReactTable .-pagination .-btn {
  background: rgba(250, 250, 250, 0.5) !important;
}

.smart-style-5 .ReactTable .rt-tbody a {
  color: #108ee9;
}

.smart-style-5 .ReactTable .rt-tbody a:hover {
  color: #FFD600;
  text-decoration: none;
}

.ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline: none;
  color: black;
}

.ReactTable .spinner {
  position: relative;
  top: 55% !important;
}

.widget-body>.ReactTable {
  border-width: 0 !important;
}

.notes-mobile-list-item>div {
  margin-bottom: 5px;
}

.minifyme {
  top: 50%;
}

.chart-review-body .smart-timeline-content {
  margin-left: 133px;
}

.chart-review-body .smart-timeline-time {
  width: 85px;
}

.chart-review-body .smart-timeline-list:after {
  left: 105px;
}

.chart-review-body .smart-timeline-icon {
  left: 90px;
}

/* Dashboard */

.trending-chart {
  height: 200px;
}

#jarviswidget-fullscreen-mode .jarviswidget>div .trending-chart {
  height: 100%;
  min-height: 300px;
}

.clinics-today-stats .list-group .list-group-item {
  border: 0;
  border-top: 1px solid #ccc;
  background-color: transparent;
}

.clinics-today-stats .list-group .list-group-item:first-child {
  border-top: none;
}

.clinics-today-stats .list-group .list-group-item .label {
  font-size: 13px;
}

.charts-tabs-nav {
  margin-bottom: 10px;
}

.clinic-activity .dropdown-menu>li>a>.fa {
  margin-top: 2px;
}

.atlwdg-trigger.atlwdg-TOP {
  z-index: 1000;
}

/* Profile */

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  width: 100%;
}

.profile-layout-switcher {
  margin-top: 20px;
  margin-bottom: 20px;
}

.profile-layout-switcher .btn {
  padding: 10px;
}

/* Themes Styles */

#extr-page #main, #extr-page {
  background-color: transparent;
}

#extr-page #header {
  background-color: transparent !important;
}

#extr-page h5.about-heading, #extr-page h4.paragraph-header {
  color: inherit;
}

 #extr-page h4.paragraph-header-custom {
    color: #001028;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    width: 270px;
  }

  #extr-page h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px;
  }

.smart-style-1 #extr-page #header {
  background-color: #22262e !important;
}

.smart-style-0 .review-notes, .smart-style-0 .review-notes .form-actions {
  background-color: rgba(235, 235, 235, .98);
}

.smart-style-2 #left-panel {
  padding-right: 10px;
  padding-left: 10px;
}

.smart-style-5 .review-notes, .smart-style-5 .review-notes .form-actions {
  background-color: rgba(6, 17, 25, .99);
}

.smart-style-5 .visit-notes-list-table .pagination-top, .smart-style-5 .visit-notes-list-table .pagination-bottom {
  position: sticky;
  top: 0;
  background-color: #305d8c;
  z-index: 10;
  overflow: hidden;
}

.smart-style-5 h1, .smart-style-5 h2, .smart-style-5 h3, .smart-style-5 h4, .smart-style-5 h5, .smart-style-5 h6, .smart-style-5 .big-breadcrumbs a {
  color: #fff;
}

.smart-style-5 .color-ultra-light {
  color: #305d8c !important;
}

.smart-style-5 .link-color a {
  color: #FFD600 !important;
}

.smart-style-5 .ReactTable .rt-noData {
  background: rgba(0, 0, 0, 0.02) !important;
  color: white !important;
  top: 45% !important;
}

.smart-style-5 .product-content .description {
  font-size: 12.5px;
  line-height: 20px;
  padding: 10px 14px 16px 19px;
  background: none;
}

.smart-style-5 .list-group-item {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #305d8c;
}

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
  color: black;
}

.powerbi-frame {
  height: calc(100vh - 140px) !important;
}

/* Login, Register, Forgot Password, Email Confirmation */

.smart-form header {
  margin-top: 0;
  padding-top: 10px;
  color: #001208;
}

.smart-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #001208;
  text-align: left;
  white-space: normal;
}

.smart-form .cover, form .cover, .modal-content .cover, .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.confirmation {
  text-align: center;
  min-height: 100px;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px #ddd;
  color: #404d6c;
}

.confirmation .fa {
  font-size: 100px;
  color: #305d8c;
}

.confirmation .header {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.dropzone-client-files {
  min-height: 120px;
  margin-bottom: 20px;
}

.client-files-upload {
}

.files-upload-list {
  margin-top: 10px;
}
.files-upload-list li span.filename {
  font-weight: 700;
  text-overflow: ellipsis;
  width: 70%;
  display: inline-block;
  overflow: hidden;
}
.files-upload-list li .action {
  float: right;
  border-radius: 5px;
  margin-left: 10px;
}

.product-content {
  position: relative;
}

.disposal {
  width: 1px;
  height: 1px;
}
.disposal * {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.jodit_container:not(.jodit_inline) .jodit_wysiwyg {
  margin: 0;
  padding: 10px;
  outline: 0;
  overflow-x: auto;
  position: relative;
  color: black;
}

/* NPS */
.NPSInput {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px -10px 10px rgba(200, 200, 200, 0.08);
  z-index: 1000;
}
.NPSInput.animated {
  animation-duration: 2s;
  animation-name: NPSInput-slidein;
}
.NPSInput .NPSInput-Close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  outline: none;
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  text-decoration: none;
  border: 0;
  opacity: 0.4;
  font-size: 16px;
}
.NPSInput .NPSInput-Close:hover {
  opacity: 1;
}
.NPSInput .NPSInput-Inner {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}
.NPSInput .NPSScale {
  width: 418px;
  margin: 0px auto;
}
.NPSInput .NPSScale .NPSScale-Values .NPSScale-Value {
  padding: 0px 3px;
  display: inline-block;
}
.NPSInput .NPSScale .NPSScale-Values .NPSScale-Value div {
  background: #f2f5fd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  cursor: pointer;
  transition: 0.15s ease all;
  color: #999;
}
.NPSInput .NPSScale .NPSScale-Values .NPSScale-Value.selected div {
  background: #3884ff;
  color: #fff;
}
.NPSInput .NPSScale .NPSScale-Values .NPSScale-Value:hover div {
  transform: scale(1.25);
}
.NPSInput .NPSScale .NPSScale-Legend {
  display: flex;
  margin-top: 12px;
}
.NPSInput .NPSScale .NPSScale-Legend .NPSScale-Label {
  flex: 1;
  color: #999;
  font-size: 12px;
}
.NPSInput .NPSScale .NPSScale-Legend .NPSScale-Label.left {
  text-align: left;
}
.NPSInput .NPSScale .NPSScale-Legend .NPSScale-Label.right {
  text-align: right;
}
.NPSInput .NPSInput-Message {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 16px;
}
.NPSNote {
  margin-top: 10px;
}
.NPSNote textarea {
  width: 418px;
  margin: 0px auto;
  margin-bottom: 15px;
}
.NPSNote .btn {
  width: 418px;
  margin: 0px auto;
}
@keyframes NPSInput-slidein {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0px;
  }
}
/* END NPS */

.txt-color-customblue {
   color: #1C1C80 !important; 
}

.txt-color-customblack {
  color: #001028 !important;
}

.btn-custom {
  color: #fff;
  background-color: #1C1C80;
  border-color: #1C1C80;
}

.btn-primary-custom {
  color: #fff;
  background-color: #1BBDEF;
  border-color: #1BBDEF;
}

.smart-form .note-custom a {
  font-size: 13px;
  color: #1BBDEF;
}

  .smart-form .note-custom a:hover {
    font-size: 13px;
    color: #1C1C80;
  }

.text-red {
  color: red
}
