@import "https://code.highcharts.com/css/highcharts.css";
.row-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.row-xs > div {
  padding-left: 5px;
  padding-right: 5px;
}
/* ------------------------------------------ */
/* ############### MAIN PANEL ############### */
/* ------------------------------------------ */
.tx-danger {
  color: #dc3545;
}
.tx-teal {
  color: #1caf9a;
}
.tx-purple {
  color: #6f42c1;
}
.tx-success {
  color: #23bf08;
}
.tx-pink {
  color: #e83e8c;
}
.tx-primary {
  color: #ff0000;
}
.bg-danger {
  background-color: #dc3545;
}
.bg-success {
  background-color: #23bf08;
}
.bg-pink {
  background-color: #e83e8c;
}
.bg-purple {
  background-color: #6f42c1;
}
.square-8 {
  display: inline-block;
  width: 8px;
  height: 8px;
}
.pb-0 {
  padding-bottom: 0;
}
.wd-36 {
  width: 36px;
}
.wd-54 {
  width: 54px;
}
.pd-l-20 {
  padding-left: 20px;
  width:100px;
}
.mg-r-5 {
  margin-right: 5px;
}
.tx-inverse {
  font-weight: 500;
  font-size: 12px;
  color: #343a40;
}
.tx-11 {
  font-size: 11px;
}
.tx-12 {
  font-size: 12px;
}
.tx-13 {
  font-size: 13px;
}
.dash-item-overlay {
  margin-bottom: 20px;
}
.mainpanel {
  transition: all 0.2s ease-in-out;
  min-height: calc(100vh - 276px);
}
.comment_box a.underline{
  position:relative;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .mainpanel {
    min-height: calc(100vh - 263px);
  }
}
.pageheader {
  padding: 15px 0;
}
@media (min-width: 576px) {
  .pageheader {
    padding: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.pagetitle {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #343a40;
  padding-left: 10px;
  border-left: 4px solid #ff0000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media (min-width: 576px) {
  .pagetitle {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.card {
  margin-bottom: 10px;
  height: calc(100% - 10px);
  padding: 15px;
}
.card p {
  opacity: 1;
}
.dash-headline-item-one h1 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Varela Round", sans-serif;
  color: #343a40;
  margin-bottom: 20px;
}
.card-status {
  padding: 15px;
  height: auto;
  min-height:76px;
}
.card-status .media {
  align-items: center;
}
.card-status .media-body {
  margin-left: 10px;
}
.card-status p {
  margin-bottom: 0;
  font-size: 12px;
}
.card-status h1 {
  margin-bottom: 0;
  color: #343a40;
  font-family: "Varela Round", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.card-status .icon {
  font-size: 42px;
}
.card-status .icon,
.card-status .icon::before,
.card-status .icon::after {
  line-height: 1;
}
.dash-headline-item-one .dash-item-overlay {
  padding: 25px;
}
.dash-headline-item-one .dash-item-overlay h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-dash-headline {
  padding: 25px;
  text-align: center;
}
.card-dash-headline h4 {
  line-height: 1.3;
  color: #343a40;
  margin-bottom: 20px;
}
.card-dash-headline p {
  margin-bottom: 30px;
}
.card-activities .activity-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 50;
}
.card-activities .media-body {
  margin-left: 15px;
  padding-top: 10px;
}
.card-activities .media {
  position: relative;
}
.card-activities .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  border-left: 1px solid #ced4da;
  z-index: 40;
}
.card-activities .media h6 {
  color: #343a40;
  font-size: 12px;
}
.card-activities .media p {
  margin-bottom: 5px;
  line-height: normal;
  font-size: 10px;
}
.card-activities .media span {
  display: block;
  font-size: 12px;
}
.card-activities .media + .media {
  padding-top: 20px;
}
.card-table {
  padding: 0;
}
.card-table .card-header {
  padding: 20px;
  background-color: transparent;
  border-bottom: 1px solid #dee2e6;
}
.card-table .card-header .card-title {
  margin-bottom: 0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  text-transform: uppercase;
  font-weight: 600;
}
.card-table .table {
  
}
.card-table .table thead tr th,
.card-table .table thead tr td {
  background-color: #f8f9fa;
  font-size: 12px;
  letter-spacing: 1px;
  color: #343a40;
}
.card-table .table tbody tr th.tx-center,
.card-table .table tbody tr td.tx-center {
  text-align: center;
}
.card-table .card-footer {
  border-top: 1px solid #dee2e6;
}
#highchart {
  overflow: hidden;
  position: relative;
  z-index: 999;
}
.highcharts-axis-labels.highcharts-xaxis-labels,
.highcharts-axis.highcharts-xaxis {
  display: none;
}
.card-people-list .media:first-child {
  padding-top: 0;
}
.card-people-list .media {
  align-items: center;
  padding: 15px 0;
}
.card-people-list .media + .media {
  border-top: 1px solid #dee2e6;
}
.card-people-list .media-list {
  margin-top: 20px;
}
.card-people-list .media-body {
  margin-left: 5px;
}
.card-people-list a {
  display: block;
  color: #000;
  font-size: 12px;
}
.card-people-list p {
  margin-bottom: 0;
  font-size: 10px;
}
.card-people-list img {
  width: 30px;
  border-radius: 100%;
}
.card-people-list .card-title {
  margin: 0;
}
.card-title {
  text-transform: uppercase;
  font-size: 10px;
  color: #343a40;
  letter-spacing: 1px;
}
h1.go_up {
  color: #343a40;
  font-size: 3.6rem;
  font-weight: 500;
}
.table td{
  white-space: nowrap;
  padding: 8px 10px; /* requested to change from 10px */
}
.table th {
  white-space: nowrap;
  padding: 10px;
}
.earning-label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #343a40;
  margin-bottom: 10px;
  opacity: 1;
}
p.earning-desc {
  opacity: 1;
}
.statement-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 5px 10px;
  display: inline-block;
}
/* width */
.table-responsive::-webkit-scrollbar {
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #ff0000;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.highcharts-exporting-group,
.highcharts-credits {
  display: none;
}
/* Link the series colors to axis colors */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}
.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
  stroke: #7cb5ec;
}
.highcharts-axis.highcharts-color-0 text {
  fill: #7cb5ec;
}
.highcharts-color-1 {
  fill: #90ed7d;
  stroke: #90ed7d;
}
.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
  stroke: #90ed7d;
}
.highcharts-axis.highcharts-color-1 text {
  fill: #90ed7d;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 2px;
}

#noteModal .modal-content .modal-footer, #addNoteModal .modal-content .modal-footer{
  margin-top: auto;
}
#noteModal .modal-content .modal-title{
  flex:1;
}

#noteModal .modal-content .modal-body .ql-editor{
  min-height:200px;
}
#noteModal .modal-content .modal-body .ql-editor p{
  opacity: 1;
}
#noteModal .modal-content .modal-body .loader{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;	
}
#addNoteModal .modal-content .modal-body #note-input{
  padding:10px 7px;
	min-height:10em;
}

@media (max-width: 1024px) {
  #highchart svg:not(:root) {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .table td {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .card-status h1,
  h1.go_up {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .card-status h1 {
    font-size: 24px;
  }
  .dash-headline-item-one .dash-item-overlay h1 {
    font-size: 28px;
  }
  .card-status .icon {
    font-size: 42px;
  }
  .header-right .dropdown-c .dropdown-menu {
    margin-right: -5px;
  }
  .pd-l-20 {
    width:57px;
  }
}
