@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
.chart {
  margin: 15px;
  background-color: #F1F3F3;
  width:960px;
  height:500px;
}

div.google-visualization-tooltip {
  white-space: nowrap;
}

  .custom-loader {
    animation: loader 1s infinite;
    display: flex;
  }

 @-moz-keyframes loader {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes loader {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @-o-keyframes loader {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes loader {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }





.highbar {

  fill: #4c9393;
}

.bar {
  fill: #006666;
}


.backgroundbar {
  fill: #E3E3E3;
}

.axis path,
.axis line {
  fill: none;
  stroke: white;
  stroke-width: 2px;
  shape-rendering: crispEdges;
}
.axis text{
  fill: white;
  font-weight: bold;
  font: 18px sans-serif;
}
.x path {
  display: none;
}
.toolTip {
  position: absolute;
  display: none;
  min-width: 80px;
  height: auto;
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #6F257F;
  padding: 14px;
  text-align: center;
}

.c3-tooltip td {
  font-size:13px;
  padding: 3px 6px;
  background-color:#000;
  border-left:1px dotted #999;
}

svg text.label {
  fill:white;
  font: 18px sans-serif;
  font-weight: bold;
  text-anchor: right;
}

.interestdata {
  font-color:white;
  font: 48px sans-serif;

}

.packagetext {
  font: 16px sans-serif;
  font-weight: bold;
}

.surveytext {
  font: 14px sans-serif;
  font-weight: bold;
}

.responsetext {
  font-color:white;
  font: 16px sans-serif;

}

svg text.legend {
  fill: white;
  font: 18px sans-serif;
  font-weight: bold;
  text-anchor: right;
}


.text-xs-sentiment-negative {
  background-color: red;
}

.text-xs-sentiment-postitive {
  background-color: green;
}

.text-xs-sentiment-neutral{
  background-color: yellow;
}


.transcript-complete {
  background-color: #00D83B;
}

.transcript-notcomplete  {
  background-color:#D88A00;
}

/*.tabulator-cell {
  font-family: 'Eczar';
  font-style: normal;
}*/

/*.tabulator-row {
  padding:8px 8px;
}*/

/*.v-card__text {
  filter:blur(2px);
}*/

/*table.v-table tbody td {
  font-family: 'Montserrat', monospace;
}*/


/*#app .application {
  font-family: 'Montserrat', sans-serif;
}*/


#app #inspire {
    background-color: var(--v-background-base);
  }

#app .v-toolbar .logo {
    position: absolute;
    left: 0;
    top: 0;
}

#app .v-toolbar .logo:before {
    content: "";
    position: absolute;
    width: 79px;
    height: 64px;
    left: 0;
    top: 0;
    background-color: var(--v-primary-base);
    z-index: -1;
}

#app .v-toolbar .logo img {
    max-width: 215px;
    margin: 13px 0 0 11px;
}

#app .v-toolbar__content .v-menu__activator {
    margin-top: -5px;
}

#app .v-toolbar__content .v-menu__activator .v-icon {
  position: relative;
  right: -5px;
}

#app .toolbar-user-menu {
  padding: 0;
}

#app .toolbar-user-menu .v-list__tile--avatar {
    height: auto;
    padding-left: 0;
}

#app .toolbar-user-menu .v-list__tile--avatar img {
  margin-right: 20px;
}

#app .theme-toggle {
  text-align: center;
}

#app .theme-toggle span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  left: -5px;
  top: 4px;
}

#app .v-navigation-drawer>.v-list .v-list__tile {
  font-size: 14px;
  font-weight: 400;
}

#app .v-list--dense .v-list__tile:not(.v-list__tile--avatar) {
  height: 50px;
}

#app .high-tabs .v-tabs-bar__content {
    background: transparent;
    border-bottom: 1px solid var(--v-line-base) !important;
}

#app .high-tabs .v-tabs__item--active {
  font-weight: 600;
}

#app .tab-xtra-btn {
    position: absolute;
    top: 23px;
    z-index: 1;
    right: 19px;
}

#app .tab-xtra-btn2 {
    position: absolute;
    top: 23px;
    z-index: 1;
    right: 150px;
}

.pdf_print_page_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#app .v-card {
  border-radius: 5px;

}

#app .v-card__title {
  font-size: 23px;
}

#app .stat-card {
  padding: 12px;
}

/*#app .stat-card .v-progress-circular {
    position: absolute;
    left: 15px;
    top: 15px;
}*/

#app .v-card .v-progress-linear {
    background: transparent;
    margin: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#app .v-card .linear-mid .v-progress-linear {
    background: transparent;
    overflow: hidden;
    margin:0px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#app .stat-card .questiontext {
    font-size: 24px;
    font-weight: 300;
    padding: 0 0 0 5px;
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
}

#app .audiencetext {
    font-size: 24px;
    font-weight: 300;
    height: auto;
    line-height: normal;
}


.mgr-text {
  font-size: 24px;
  font-weight: 300;
  padding: 0 0 0 5px;
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
}

.mgr-name-text {
    font-size: 36px;
    font-weight: 300;
    padding: 0;
    line-height: normal;
}

.welcome-title {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 5px;
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
}

.welcome-text {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 5px;
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
}

.welcome-text {
  font-size: 12px;
  font-weight: 500;
  padding: 0 0 0 5px;
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
}

#app .stat-card .statnumber {
    font-size: 36px;
    font-weight: 300;
    padding: 0;
    line-height: normal;
}

#app .stat-card .stat-row {
  margin-bottom: 25px;
}

#app .stat-card .stat-row:after {
  content: "";
  background-color: var(--v-line-base);
  width: 100%;
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  margin-top: 19px;
}

#app .stat-card .stat-row .trend-stat {
    text-align: right;
    margin: 10px 5px 0 15px;
    display: inline-block;
    border-left: 1px solid var(--v-line-base);
    padding-left: 15px;
}

#app .stat-card .stat-row .statnumber + .trend-stat {
  border:none;
}

#app .download-options {
  display: none;
}

#app .stat-card .small-graph {
  margin-top: 28px;
}

#app .stat-card .small-graph img {
  max-width: 100%;
}

#app .c3-lines path {
  stroke-width:3px;
}

#app .c3-areas path {
  /*fill: url(#timeframe-gradient) !important;*/
  /*opacity: 1 !important;*/
}

#app .c3-circle {
  r:4px;
}

#app .c3-grid text {
    font-size: 15px;
}

#app line.c3-ygrid {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-dasharray: 0;
}

#app line.c3-ygrid:first-of-type {
    stroke: rgba(255, 255, 255, 1);
    stroke-width:2px;
}

#app .c3-axis text, #app .c3-legend-item text {
    stroke: none;
    font-size: 13px;
}

#app .c3-bar {
    fill-opacity: .5;
    stroke-width: 2;
}

#app .c3-arc {
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 0px;
}

#app .c3-legend-item {
  margin: 15px 10px 0 10px;
}

#app .trend-stat {
  text-align: right;
  margin-top: 19px;
}

#app .trend-stat label {
  display: block;
  color: #969696;
  font-weight: 600;
}

#app .trend-stat i {
  position: relative;
  top: 1px;
}

#app .trend-stat .pct {
    font-size: 18px;
    font-weight: 600;
}

#app .trend-stat.up,
#app .trend-stat.up .theme--dark.v-icon,
#app .trend-stat.up .theme--light.v-icon  {
  color:#0e9624 !important;

}
#app .trend-stat.down,
#app .trend-stat.down .theme--dark.v-icon,
#app .trend-stat.down .theme--light.v-icon {
  color: #b01a1a !important;
}

#app .package-stats > .flex {
    text-align: center;
    border-right: 1px solid var(--v-line-base);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#app .package-stats .statnumber {
    font-size: 33px;
    line-height: normal;
    display: inline-block;
    font-weight: 300;
}

#app .package-stats h4 {
    font-weight: 300;
    font-size: 1.2em;
}


#app .theme--dark.v-toolbar {
  background-color: #101010;
  box-shadow: none;
}

#app .theme--dark.v-navigation-drawer {
  background-color: var(--v-widget-base);
}

#app .theme--dark.v-card {
    background-color: var(--v-widget-base);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

#app .theme--dark .c3-axis line,
#app .theme--dark .c3-axis path {
    stroke: #fff;
}

#app .theme--dark .c3-axis text,
#app .theme--dark .c3-legend-item text {
  fill: #fff;
}

#app .theme--dark g text {
  fill: #ffffff;
  stroke-width: .5px;
}


#app .theme--light g text {
  fill: #000000;
  stroke-width: .5px;
}

#app .theme--light g g text {
  fill: #000000;
  stroke-width: .5px;
}

#app .theme--dark g g text {
  fill: #ffffff;
  stroke-width: .5px;
}

#app .theme--dark .c3-chart-arcs-title {
  fill: #fff;
}


#app .theme--light.v-toolbar {
  background-color: #ffffff;
  box-shadow: none;
  box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}

#app .theme--light .theme--dark.v-navigation-drawer {
  background-color: #262626;
}

#app .theme--light.v-card {
  box-shadow: 0px 1px 6px rgba(0,0,0,0.15) !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #545454;
}

#app .theme--light .v-card__actions {
  background-color: var(--v-background-base);
}


#app .theme--light .c3-axis text,
#app .theme--light .c3-legend-item text {
  fill: #000;
}

#app .theme--light line.c3-ygrid {
    stroke: rgba(88, 88, 88, 0.15);
    stroke-dasharray: 0;
}

#app .theme--light .c3-chart-arcs-title {
  fill: #545454;
}

.statnumber {
  font-color:white;
  font: 64px sans-serif;

}

.statnumber-generic {
  font-size: 36px;
  font-weight: 300;
  line-height: normal;
}


.statnumber_enrollments {
  color:#d588f7;
  font: 64px sans-serif;

}

.spark_enrollments {
  color:#d588f7;
  font: 20px sans-serif;

}


.statnumber_completions {
  color:#ffff0c;
  font: 64px sans-serif;

}


.spark_completions {
  color:#ffff0c;
  font: 20px sans-serif;

}

.statnumber {

  font: 64px sans-serif;

}

.statnumber_completionpct {
  color:#aba8ff;
  font: 64px sans-serif;

}
.statnumber_days {
  color:#00faff;
  font: 64px sans-serif;

}
.statnumber_time {
  color:#00ff9d;
  font: 64px sans-serif;

}
.statnumber_catalog {
  color:#d88268;
  font: 64px sans-serif;

}

.statnumber_new_users {
  color:#76ff54;
  font: 64px sans-serif;

}
.statnumber_returning_users {
  color:#54d1ff;
  font: 64px sans-serif;

}
.statnumber_launches {
  color:#c205fc;
  font: 64px sans-serif;

}

.statnumber_views {

   color:#fc9505;
  font: 64px sans-serif;
}


.coled {
  background-color:var(--v-trow-base);
}

/*th {
  background-color:var(--v-toolbar_primary-base);
}*/

th {
  white-space: nowrap;
  background-color:var(--v-toolbar_primary-base);
}



.layout {
  display: inline-block;
  width: 100%;
}


/* Google Table "Chart" - dark defaults */
.google-visualization-table-table .google-visualization-table-tr-head {
  background-color: #969696;
}

.google-visualization-table-table .google-visualization-table-tr-odd {
  background-color: #ababab;
}

.google-visualization-table-table .google-visualization-table-tr-even {
  background-color: #c9c9c9;
}

.google-visualization-table .google-visualization-table-div-page {
  background-color: #969696;
}


.v-toolbar__title {
  color: var(--v-detect_font-base);
  font-family: 'Montserrat', sans-serif;
}

#app .titlefont {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5em;
}

#app .v-toolbar__content .v-menu__activator .v-icon {
  color: var(--v-detect_font-base);
}


#app .v-application {
  font-family: 'Montserrat', sans-serif;
}
/*
.tabulator .tabulator-footer .tabulator-pages {margin:0 7px;color:white !important;}
.tabulator .tabulator-footer .tabulator-page {display:inline-block;margin:0 2px;padding:2px 5px;border:1px solid #aaa;border-radius:3px;background:hsla(0,0%,100%,.2); color:white !important;}
.tabulator .tabulator-footer .tabulator-page.active{color:#90ee90 !important;}
*/

.selectableRow tr {
  cursor: pointer;
}

.google-visualization-tooltip { pointer-events: none; }

.align-right {
  float: right;
}











































@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

.outer-container {
    padding: 0 100px;
    background-color: rgb(247, 247, 247);
}

.container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#header-tile{
    box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.15);
}

.gradient-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background: rgb(210,4,3);
    background: linear-gradient(90deg, rgba(210,4,3,1) 30%, rgba(255,255,255,1) 100%);
}

.header-right {
    display: flex;
    justify-content:flex-end;
}

h3 {
    margin: 10px 0 5px;
    font-weight: 600;
}

header h3 {
    margin: 0;
    color: white;
    font-weight: 600;
}

.outer-container h3 {
    width: 100%;
    text-align: left;
}

#header-tile .button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-tile .button-container > *{
    margin: 0 10px;
}

.welcome-message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.welcome-message p {
    font-size: 22px;
    margin: 20px 0 5px;
}

.welcome-message b {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;

}

.welcome-message p span {
    font-size: 14px;
    font-weight: 300;
}

/*tile HELPERS/DEFAULT*/
.tiles-cont {
    width: 100%;
}

.tile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
    margin: 20px 0;
}

.tile .tile-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(210, 4, 3);
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px;
}

.tile .tile-header h5 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.tile .tile-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.tile-actions {
    background-color: rgb(247, 247, 247);
    padding: 12px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tile .tile-body-split {
    display: flex;
    align-items: center;
    padding: 20px;
}

.tile .tile-body-split > div {
    width: 49%;
    height: 100%;
    display: flex;
}

.tile .tile-body-split div.stacked-stats-container {
    height: 100%;
    min-width: 320px;
}

.stacked-stats {
    padding: 20px 10px 20px 30px;
    height: 30%;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.stacked-stats.previous {
    padding: 10px;
}

.stacked-stats .stat-label {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
}

.stacked-stats .stat-num {
    color: rgba(0, 0, 0, 0.6);
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-display {
    font-size: 36px;
    color: #545454;
}

.time-legend {
    font-size: 16px;
    color: #545454;
}

#health .time-legend {
    font-size: 14px;
    color: #545454;
}

.tile.full {
    width: 100%;
}

.tile.half {
    width: 48%;
}

.tile.third {
    width: 31%;
}

.tile-footnote {
    color: #555;
    font-size: 14px;
    font-weight: 300;
}

.tile-controls {
  margin-top:12px;display:block;margin-left:auto;margin-right:0;
  color: #555;
  font-size: 14px;
  font-weight: 300;
}

.tile-body ul li {
    margin: 24px 0;
    font-size: 18px;
}

/* ELEMENT OVERRIDES */

#execTranscriptStatustile .tile-body > div > b {
    font-size: 22px;
}

#execTranscriptStatuses {
    margin-bottom: 20px;
}

#execTranscriptStatustile ul {
    padding: 0;
    font-size: 18px;
    width: 70%;
    margin-top: 10px;
}

#execTranscriptStatustile ul li {
    text-align: center;
}

#evc-health-layout {
    display: flex;
    justify-content: stretch;
    width: 100%;
    margin-top: 10px;
}

.quick-tile {
    width: 320px;
    height: 49%;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
    padding: 10px;
    position: relative;
}

.quick-tile .tile-actions {
    position: absolute;
    bottom: 0;
}

.quick-tile.half {
    width: 48%;
    margin: 10px;
    min-width: 440px;
    padding: 25px;
    padding-bottom: 80px;
}

.quick-tile .mid {
    margin-top: 20px;
}

.quick-tile .data-display {
    display: flex;
    align-items: baseline;
    color: #545454;
}

.quick-tile .data-display .stat {
    font-size: 32px;
    margin-right: 7px;
}

.quick-tile .data-display .label {
    font-size: 22px;
}

.quick-tile .bottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.previous-days {
    color: #545454;
    font-weight: 600;
    font-size: 18px;
}

.trend-stat {
    font-weight: 600;
    font-size: 28px;
}

.down {
    color: #b01a1a;
}

.up {
    color: #0e9624;
}

.btn-success {
    color: #fff;
    letter-spacing: .5px;
}

.tile-body p {
    font-size: 20px;
}

#evc-health-layout .right-cont {
    width: 100%;
}

#evc-health-layout .right-cont .tile {
    margin: 0 0 0 20px;
}

.stat-num.with-trend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 190px;
}

.stat-num.with-trend > span:not(.trend-stat) {
    text-align: center;
    width: 40%;
}

#health .container-fluid > h3 {
    text-align: center;
    margin: 30px 0 10px;
}

.splitter-right {
    padding-right: 20px;
    border-right: 1px solid #545454;
}

.vert {
    height: 90px;
    border-right: 1px solid #545454;
}

.plr-2 {
    padding: 0 40px;
}


/*HELPERS*/
.fr {
    display: flex;
    flex-direction: row!important;
}

.fc {
    display: flex;
    flex-direction: column!important;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-se {
    justify-content: space-evenly;
}

.jc-c {
    justify-content: center;
}

.ai-fs {
    align-items: flex-start;
}

.ai-fe {
    align-items: flex-end;
}

.ai-c {
    align-items: center;
}

.fw {
    flex-wrap: wrap;
}

.no-border {
    border: none;
}

.stat-num-font {
    color: rgba(0, 0, 0, 0.6);
    font-size: 36px;
}
