.ct-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: 0.5em;
  background: #5ec700;
  border-radius: 0.3em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  transition: opacity .2s linear;
  z-index: 1;
}
.ct-label {
  font-size: 12px;
}
.ct-grid.ct-vertical {
  stroke: #f4f5f7;
  stroke-dasharray: 2 2;
}
.ct-grid.ct-horizontal {
  display: none;
}
.ct-chart-stacked-bar .ct-series-b .ct-bar {
  stroke: #00afcb;
  stroke-width: 1px;
  stroke-dashoffset: -6px;
  stroke-dasharray: 100%;
}
.ct-chart tspan.label {
  fill: #b7b7b7;
  font-size: 24px;
}
.ct-clock {
  fill: #b7b7b7;
}
.ct-chart-stacked-bar .ct-series-a .ct-bar {
  stroke: none;
}
.ct-chart-stacked-bar .ct-series-a .ct-dot {
  stroke-width: 2px;
  r: 6px;
  fill: #fff;
}
.ct-chart-stacked-bar .ct-series-b .ct-dot {
  stroke-width: 2px;
  r: 6px;
  fill: #00afcb;
}
.ct-donut-bg {
  stroke: #f5f6f7;
  stroke-width: 15px;
  stroke-linecap: round;
  fill: none;
}
.ct-chart .ct-dot {
  stroke-width: 2px;
  stroke: #00afcb;
  fill: #fff;
}
.ct-reference-bg {
  stroke-width: 5px;
  stroke: #fff;
}
.ct-reference-value {
  stroke-dasharray: 5 2;
  stroke-width: 1px;
  stroke: #5ec700;
}
.ct-aggregate-value {
  stroke-dasharray: 5 2;
  stroke-width: 1px;
  stroke: #fd7c00;
}
.ct-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-top: 0px;
  border: 5px solid transparent;
  border-top-color: #5ec700;
}
.ct-nodata {
  text-align: center;
  margin-top: 100px;
  float: left;
  width: 100%;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line {
  /* Colour of your bars */
  stroke: #00afcb;
}
.ct-week .ct-chart-bar .ct-bar,
.ct-month .ct-chart-bar .ct-bar {
  /* The width of your bars, must be sized with number of data points */
  stroke-width: 0px;
  fill: #00afcb;
}
.ct-week .ct-chart-bar .ct-bar.selected,
.ct-month .ct-chart-bar .ct-bar.selected {
  fill: #5ec700;
}
.ct-chart {
  display: none;
}
.ct-chart.selected {
  display: block;
}
.ct-donut-center-total {
  font-size: 42px;
  font-weight: 700;
  line-height: 125%;
  font-family: Karla;
  fill: #000000;
}
.ct-donut-subtitle-total {
  font-size: 14px;
  line-height: 125%;
  font-family: Karla;
  fill: #d6d6d6;
}
.panel a {
  text-decoration: none;
  color: #d6d6d6;
}
.panel-default > .panel-heading {
  color: #b7b7b7;
}
.panel-fixed {
  overflow-y: auto;
}
.ct-chart-content {
  position: absolute;
  width: 100%;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  height: 60px;
}
.navbar-brand {
  width: 182px;
  background-position: -15px 0px;
  background: url(/assets/goliveassist_182x60.png) no-repeat;
}
/* custom goliveassist style theme */
body {
  background-color: #f4f5f7;
  color: #b7b7b7;
  -webkit-font-smoothing: antialiased;
  font: normal 14px Karla, arial, sans-serif;
}
.navbar-default {
  background-color: #082e34;
  border-radius: 0;
  margin-top: 50px;
  border-width: 0;
  z-index: 1005;
  margin-top: 0;
  opacity: 0.97;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.logout:hover > a {
  border: 0 solid #00afcb;
  border-top-width: 4px;
  color: #FFF;
  fill: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  border: 0 solid #082e34;
  border-top-width: 4px;
  font-weight: 400;
  background: #082e34;
  color: #00afcb;
  fill: #00afcb;
}
.navbar-default .dropdown-menu {
  background-color: #ffffff;
}
.navbar-default .dropdown-menu li > a {
  padding-left: 30px;
}
.navbar-default .navbar-nav > li.logout > a {
  background: #00272d;
  border-color: transparent;
}
.navbar-nav > li.dropdown-flags > a {
  background: none;
}
.navbar-default .navbar-nav > .active > a {
  background: #064751;
}
.navbar-default .navbar-nav > li.dropdown-flags > a,
.navbar-default .navbar-nav > li.dropdown-flags:hover > a {
  border: 0 solid transparent;
  padding-top: 15px;
}
.navbar-default {
  min-width: 270px;
}
.vertical-align {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.vertical-align .cell {
  display: table-cell;
  vertical-align: middle;
  fill: #b7b7b7;
}
.vertical-align svg {
  vertical-align: middle;
}
.vertical-align .cell span {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align .center {
  text-align: center;
}
.vertical-align .right {
  text-align: right;
}
.vertical-align a:hover {
  color: #00afcb;
  fill: #00afcb;
}
.vertical-align .cell.dropdown {
  white-space: nowrap;
}
.panel-footer {
  background-color: #fff;
}
.interval-text {
  font-size: 14px;
}
.panel-footer .glyphicon {
  font-size: 20px;
}
.header {
  background-color: #ffffff;
  border-width: 0;
}
.header .navbar-collapse {
  background-color: #ffffff;
}
.btn,
.form-control,
.panel,
.list-group,
.well {
  border-radius: 1px;
  box-shadow: 0 0 0;
}
.form-control {
  border-color: #d7d7d7;
}
.btn-primary {
  border-color: transparent;
}
.btn-primary,
.label-primary,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #00afcb;
}
.btn-plus {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #dddddd;
  box-shadow: 1px 1px 0 #999999;
  border-radius: 3px;
  color: #666666;
  text-shadow: 0 0 1px #bbbbbb;
}
.btn-lg {
  padding: 16px;
  border-radius: 32px;
  font-size: 20px;
  text-transform: uppercase;
}
.btn-sm {
  border-radius: 50px;
}
.well,
.panel {
  border-radius: 0px;
  border-color: transparent;
  background: #fff;
}
.btn-success,
.label-success,
.progress-bar-success {
  background-color: #65b045;
}
.btn-info,
.label-info,
.progress-bar-info {
  background-color: #a0c3ff;
  border-color: #a0c3ff;
}
.btn-danger,
.label-danger,
.progress-bar-danger {
  background-color: #dd4b39;
}
.btn-warning,
.label-warning,
.progress-bar-warning {
  background-color: #f97b00;
  color: #fff;
}
.text-warning {
  color: #f97b00;
}
hr {
  border-color: #ececec;
}
button {
  outline: 0;
}
textarea {
  resize: none;
  outline: 0;
}
.panel .btn i,
.btn span {
  color: #666666;
}
.panel .panel-heading {
  background-color: #ffffff;
  border-color: #ffffff;
}
.panel .panel-heading a {
  font-weight: 400;
}
.panel .panel-default {
  border-color: #cccccc;
}
.panel .panel-thumbnail {
  padding: 0;
}
.panel .img-circle {
  width: 50px;
  height: 50px;
}
.panel.disabled {
  opacity: 0.2;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
h3,
h4,
h5 {
  font-family: Karla, sans-serif;
  font-weight: 700;
}
.panel-title,
h4.media-heading {
  font-weight: 700;
  color: #00afcb;
  text-transform: uppercase;
  margin: 0;
}
.panel-title {
  font-size: 22px;
  line-height: 1;
}
.panel-heading .cell {
  height: 44px;
}
#messages-panel .ct-square:before {
  padding-bottom: 120%;
}
#calendar-panel .ct-square:before {
  padding-bottom: 105%;
}
.equalheight {
  overflow: hidden;
}
.equalheight-item {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  background-color: #fff;
}
a.new-item {
  color: #b7b7b7;
}
h4.media-heading {
  font-size: 16px;
}
h5.media-heading {
  font-size: 22px;
}
.list-group-item,
.table-striped > tbody > tr > td {
  border: 0;
}
.list-group-striped > a:nth-child(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2fbfc;
}
.list-group-striped > a:nth-child(odd):hover,
.list-group-striped > a:nth-child(odd):focus,
.table-striped > tbody > tr:nth-of-type(odd):hover,
.table-striped > tbody > tr:nth-of-type(odd):focus {
  background-color: #f5f5f5;
}
.column-white .list-group a {
  padding: 25px 38px 25px 43px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}
.column-white .list-group h3 {
  padding: 25px 19px 25px 21px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}
.column-white .list-group .list-group-item {
  border-left: 5px solid transparent;
}
.column-white .list-group .list-group-item.active,
.column-white .list-group .list-group-item:hover {
  border-left-color: #00afcb;
  background-color: #f2fbfc;
  color: #00272d;
}
.column-white .list-group .list-group-item svg {
  fill: #b7b7b7;
  position: absolute;
  top: 40%;
  right: 5px;
}
.column-white .list-group .list-group-item.active .glyphicon-chevron-right,
.column-white .list-group .list-group-item:hover .glyphicon-chevron-right {
  color: #00afcb;
}
.navbar-static-bottom {
  margin-top: 30px;
  margin-bottom: 0;
}
.well-with-circle {
  padding: 10%;
}
.subtitle {
  font-size: 18px;
  font-weight: 700px;
  text-align: center;
}
.scaling-square {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.scaling-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: table;
  background: #f4f5f7;
  border-radius: 50%;
}
.scaling-svg span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20%;
}
.column-white .list-group .number {
  top: 40%;
  left: 16px;
  position: absolute;
  background: #00afcb;
  width: 20px;
  height: 20px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
h3,
h4 {
  color: #00AFCB;
}
.enable-apps label {
  padding-left: 31px;
}
h5 {
  color: #000;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.modal-dialog {
  width: 450px;
}
.modal-footer {
  border-width: 0;
}
.dropdown-menu {
  background-color: #f4f4f4;
  border-color: #f0f0f0;
  border-radius: 0;
  margin-top: -1px;
}
/* end theme */
/* template layout*/
#subnav {
  position: fixed;
  width: 100%;
}
legend {
  font-size: 40px;
  font-weight: 700;
  color: #00afcb;
  border: none;
  margin-bottom: 11px;
}
.ct-chart-content .well {
  margin-top: 0;
  padding-top: 0;
}
.landing-subtitle {
  text-align: center;
  font-size: 22px;
  color: #00272d;
  margin-bottom: 42px;
}
.form-group label {
  text-transform: uppercase;
  font-size: 16px;
  color: #00afcb;
  margin-bottom: 6px;
}
form {
  font-size: 18px;
}
.form-group {
  margin-bottom: 31px;
}
.form-group.divider {
  border-bottom: 1px solid #e9e9e9;
}
.onoffswitch-wrap {
  vertical-align: middle;
  float: right;
  display: inline-block;
}
.form-group input {
  font-size: 18px;
}
.label-remem {
  font-size: 18px;
  color: #00272d;
  text-transform: none;
  padding-left: 10px;
  margin-top: -1px;
}
.new_caregiver a:first-of-type {
  color: #00afcb;
}
.new_caregiver a {
  font-size: 18px;
  color: #b7b7b7;
}
.landing.footer {
  font-size: 18px;
}
.landing.footer svg {
  vertical-align: middle;
}
svg.icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-bottom: 2.5px;
  display: block;
  margin: 0 auto;
}
.circle-div {
  border-radius: 50%;
  background: #f4f5f7;
  text-align: center;
  vertical-align: middle;
}
.column-white-wrap {
  height: 100%;
  position: relative;
  overflow: auto;
}
.column-white {
  background: #fff;
  overflow-y: auto;
  height: 100%;
}
.column-white-wrap > div {
  height: 100%;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
}
html {
  min-height: 100%;
  height: 100%;
  position: relative;
}
body {
  height: 100%;
}
#wrap {
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}
table {
  word-wrap: anywhere;
}
p.alert:empty {
  display: none;
}
.navbar-main {
  margin-left: 15px;
}
.dropdown-flags .glyphicon {
  top: 5px;
  left: 4px;
}
nav .name {
  width: 168px;
  height: 30px;
  border-left: 2px solid #204247;
  overflow: hidden;
  float: left;
  color: #FFF;
  line-height: 30px;
  font-size: 15px;
  text-align: right;
  margin-top: 12px;
}
nav .photoarea {
  float: right;
  width: 85px;
}
nav .photo {
  margin: 4px 0 0 10px;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
}
nav .photo img {
  margin: 3px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.photo-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.photo-img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.cell-quarter {
  width: 25%;
}
.flag {
  width: 19px;
  height: 15px;
}
.footer .navbar-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li > a {
    border: 0;
  }
  svg.icon {
    margin-right: 9px;
  }
  #subnav {
    padding-top: 6px;
  }
  .footer .navbar-right {
    display: none;
  }
}
@media (min-width: 768px) {
  svg.icon {
    margin-right: auto;
  }
  .navbar-main.navbar-nav > li > a,
  .navbar-right.navbar-nav > li > a {
    padding: 6px;
  }
}
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 35px;
  padding: 0;
  line-height: 35px;
  border: 2px solid #EEB2B2;
  border-radius: 35px;
  background-color: #EEB2B2;
  transition: all 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 35px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  border: 2px solid #EEB2B2;
  border-radius: 35px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #CEEEB2;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #CEEEB2;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label {
  background-color: #8c6464;
  border-color: #8c6464;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label:before {
  border-color: #8c6464;
}
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label {
  background-color: #6e825d;
}
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label:before {
  border-color: #6e825d;
}
.navbar-fixed-bottom-minheight {
  margin-bottom: 0;
  left: 0;
  right: 0;
}
@media (min-height: 500px) {
  .navbar-fixed-bottom-minheight {
    bottom: 0;
    position: fixed;
  }
  body.fixed-bottom-minheight {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }
}
.score_-1 {
  color: #ff0600;
}
.score_0 {
  color: #fd7c00;
}
.score_1 {
  color: #e8f301;
}
.score_2 {
  color: #53a900;
}
.score_3 {
  color: #23f900;
}
