.app-transition-ease, #analytics-content-stage, #analytics-filter {
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  /* Standard syntax */
  transition-property: all;
  transition-duration: 0.3;
  transition-timing-function: ease;
  transition-delay: 0s; }

.analytics-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  border-radius: 0px;
  padding: 5px;
  background-color: #f4f4f4;
  background-image: url("../images/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: 170px 5px;
  background-size: 26px 22px;
  border: none;
  color: #666; }

.analytics-select-arrow {
  margin-left: -30px; }

.analytics-export-buttons {
  position: relative;
  cursor: pointer;
  color: #999;
  font-size: 10pt;
  float: right;
  padding-right: 30px;
  margin-top: -30px;
  z-index: 20; }

.analytics-export-buttons:hover {
  opacity: 0.5; }

.analytics-panel {
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  clear: both; }

.analytics-panel-title-stage {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-top: 10px;
  cursor: pointer; }

.analytics-panel-title-stage:hover {
  opacity: 0.7; }

.analytics-panel-title-stage:active {
  opacity: 0.9; }

.analytics-panel-title-chevron {
  font-size: 12pt;
  width: 40px;
  height: 40px;
  padding-left: 14px;
  padding-top: 10px;
  float: left; }

.analytics-panel-title-chevron-rotated {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg); }

.analytics-panel-title-label {
  font-size: 14pt;
  font-weight: 200;
  padding-top: 5px; }

.clear-both {
  clear: both; }

.analytics-tabs {
  clear: both; }

.analytics-tab {
  float: left;
  min-width: 100px;
  background-color: #e5e5e5;
  cursor: pointer;
  text-align: center;
  padding: 6px;
  margin-right: 1px;
  color: #999; }

.analytics-tab:hover {
  opacity: 0.7; }

.analytics-tab.active {
  background-color: #fff;
  color: #018ac1; }

#analytics-wrapper {
  background-color: #f4f4f4; }

#analytics-stage {
  padding: 0px;
  width: 100%;
  overflow-x: hidden; }

#analytics-content-stage {
  padding: 40px; }

.analytics-content-stage-filter-open {
  margin-right: 280px; }

.analytics-content-stage-filter-closed {
  margin-right: 30px; }

#analytics-filter {
  position: absolute;
  width: 280px;
  overflow-x: hidden;
  opacity: 1;
  background-color: #e5e5e5; }

#analytics-filter-content-stage {
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px; }

.analytics-filter-toggle-stage {
  width: 30px;
  height: 50px;
  background-color: #dbdbdb;
  cursor: pointer; }

.analytics-filter-toggle-stage:hover {
  opacity: 0.7; }

.analytics-filter-toggle-left, .analytics-filter-toggle-right {
  position: absolute;
  color: #3d3d3d;
  font-size: 14pt;
  margin-left: 10px;
  margin-top: 10px; }

.analytics-filter-toggle-left {
  display: none; }

.analytics-filter-open {
  right: 0px; }

.analytics-filter-closed {
  right: -250px; }

.analytics-filter-section-label {
  padding-bottom: 10px;
  cursor: pointer; }

.analytics-filter-section {
  margin-top: 20px; }

#analytics-filter-header-label {
  font-size: 14pt; }

#analytics-filter-date-label {
  margin-top: 20px;
  width: 70px;
  padding-bottom: 10px;
  float: left; }

.analytics-title-arrows {
  padding-right: 3px; }

#analytics-filter-date-buttons {
  width: 130px;
  color: #999;
  font-size: 11px;
  float: left;
  margin-top: 22px; }

#analytics-filter-date-from {
  width: 45%; }

#analytics-filter-date-to {
  width: 45%; }

#analytics-filter-date- {
  width: 10%; }

#analytics-filter-date-from, #analytics-filter-date-, #analytics-filter-date-to {
  float: left;
  text-align: center;
  cursor: pointer; }

#analytics-filter-date-from:hover, #analytics-filter-date-:hover, #analytics-filter-date-to:hover {
  color: #018ac1; }

#analytics-filter-date-list {
  clear: both; }

.list-all-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  cursor: pointer;
  float: left;
  margin-top: 6px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.2); }

.list-all-checkbox.selected {
  background-image: url(/images/check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid #018ac1; }

.analytics-filter-user-search-icon {
  margin-top: -25px;
  float: right;
  opacity: 0.5; }

.analytics.search {
  width: 170px;
  height: 30px;
  float: left;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  border-radius: 0px; }

.analytics.search.wrap {
  margin-left: 10px;
  width: 100%;
  height: 30px;
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border-bottom: none;
  border: none;
  overflow: hidden; }

.analytics.search.input {
  width: 70%;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  outline: none; }

.analytics.search.input:hover,
.analytics.search.input:focus {
  box-shadow: none; }

.analytics.search.button {
  width: 49px;
  height: 47px;
  background-color: #018ac1;
  background-image: none;
  box-shadow: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  cursor: pointer; }

.analytics.search.button:hover {
  background-color: #6BCBFF; }

.analytics.search.button.icon {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  box-shadow: none;
  border-radius: 0px;
  background-image: url(/client/images/analytics-search.png);
  background-repeat: no-repeat; }

.analytics-search-clear {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #333;
  text-align: center;
  cursor: pointer;
  display: none;
  margin-top: -27px;
  margin-right: 15px;
  float: right; }

.analytics-search-clear:hover {
  opacity: 0.5; }

#analytics-filter-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: none;
  z-index: 2; }

#analytics-filter-overlay:hover {
  background-color: rgba(102, 182, 222, 0.8); }

#analytics-filter-label {
  background-image: none; }

#analytics-filter-label .caret {
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000000;
  border-right: none; }

#analytics-filter-label .caret.toggle {
  margin-left: -10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: none;
  border-right: 4px solid #000000; }

#analytics-filter-date {
  width: 100%;
  clear: both; }

#analytics-filter-user {
  width: 100%;
  clear: both; }

#analytics-filter-teams {
  width: 100%;
  clear: both; }

#analytics-filter-title {
  width: 100%;
  clear: both; }

#analytics-filter-tag {
  width: 100%;
  clear: both; }

#analytics-sums {
  width: 100%;
  height: 220px; }

#analytics-sum {
  position: relative;
  width: 100%;
  height: 180px;
  font-size: 16px;
  padding-top: 20px; }

.analytics-panel-summary-open {
  max-height: 220px; }

.analytics-panel-summary-closed {
  max-height: 60px; }

.analytics-summary-images-stage {
  width: 50px;
  margin-left: auto;
  margin-right: auto; }

.analytics-summary-images {
  width: 50px;
  height: 50px; }

.analytics-summary-labels {
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 200;
  font-size: 10pt;
  color: #666; }

.analytics-summary-values {
  text-align: center;
  font-size: 24pt;
  width: 100%;
  color: #000;
  font-weight: 200; }

.analytics-summary-section {
  width: 25%;
  height: 120px;
  min-width: 80px;
  float: left; }

.analytics-summary-section:not(:last-child) {
  border-right: solid 1px #ccc; }

.analytics.sum {
  text-align: center;
  color: #AAAAAA;
  background-image: url(images/analytics-titles.png);
  background-repeat: no-repeat;
  cursor: default; }

.analytics-panel-titles-open {
  max-height: inline;
  padding-bottom: 20px; }

.analytics-panel-titles-closed {
  max-height: 0px;
  padding-bottom: 0px; }

#analytics-titles-stage {
  overflow: auto;
  padding-right: 20px;
  margin-top: 10px;
  padding-left: 20px;
  width: 100%; }

.analytics-title-table-stage {
  font-size: 16px;
  line-height: 50px;
  color: #888888; }

.analytics-titles-chevron {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 10pt;
  line-height: 30px;
  padding-left: 12px; }

.analytics-titles-chevron-checkbox {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 6px;
  background-color: rgba(0, 0, 0, 0.5); }

.analytics-titles-chevron-checkbox-all {
  margin-left: 21px; }

.analytics-titles-chevron-checkbox-stage {
  width: 60px; }

.analytics-titles-subsection-checkbox-stage {
  padding-left: 0px;
  float: left; }

.analytics-titles-subsection-checkbox {
  float: left;
  margin-top: 10px;
  margin-right: 10px; }

.analytics-titles-subsection-name {
  line-height: 40px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%; }

.analytics-title-table-td {
  width: 30%; }

.analytics-table-header {
  border-bottom: solid 1px #ddd;
  font-size: 16pt;
  color: #3e3e3e; }

.analytics-graphs {
  overflow: hidden; }

.analytics-graphs-open {
  max-height: 600px; }

.analytics-graphs-closed {
  max-height: 60px; }

#analytics-graphs-select-title {
  float: right;
  margin-top: 5px;
  margin-right: 10px; }

#analytics-graphs-select {
  position: relative;
  float: right;
  margin-right: 20px;
  z-index: 7; }

#analytics-graphs-views {
  margin-top: 20px; }

.analytics-graphs-views-full-width {
  width: 100%; }

.analytics-graphs-views-half-width {
  width: 50%; }

#analytics-percent-title {
  width: 40%;
  height: 30px;
  text-align: center;
  margin-left: 50%;
  margin-top: -30px;
  clear: both; }

#analytics-chart-session {
  position: relative;
  height: 420px;
  padding: 20px;
  margin-bottom: 20px;
  float: left; }

.analytics-chart-session-full-width {
  width: 100%; }

.analytics-chart-session-half-width {
  width: 50%; }

#chart-session-pie {
  position: relative;
  width: 50%;
  float: left;
  margin-top: 50px;
  height: 300px; }

#chart-session-box {
  position: relative;
  height: 350px;
  margin-top: 30px; }

#analytics-pages {
  overflow: hidden; }

.analytics-pages-open {
  max-height: inline; }

.analytics-pages-closed {
  max-height: 60px; }

.analytics.box:not(.search) {
  background-color: #FFFFFF;
  border-radius: 0px;
  /*box-shadow:0px 0px 8px #CCCCCC;*/
  overflow: hidden;
  display: none;
  z-index: 1; }

.analytics.box.div {
  background-color: transparent; }

.analytics.box.div.top {
  border-bottom: 1px solid #018ac1;
  background-color: #FCFEFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none; }

.analytics.box.div.top:hover {
  background-color: #eee; }

.analytics.box.div.bottom {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: inset 0px 1px 0px #FFFFFF, inset 1px 0px 0px #FFFFFF, inset -1px 0px 0px #FFFFFF; }

.analytics.label {
  font-size: 16px;
  line-height: 40px;
  color: #888888;
  text-align: left;
  padding-left: 20px;
  background-image: none;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1; }

.analytics.label .caret {
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000; }

.analytics.label .caret.toggle {
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid #000000; }

.analytics.box.row {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  padding-left: 20px;
  border-radius: 0px;
  background-color: transparent;
  cursor: pointer; }

.analytics.box.row .caret {
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000; }

.analytics.box.row .caret.toggle {
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid #000000; }

.analytics.box.row:hover {
  color: #018ac1; }

.analytics.list {
  width: 100%;
  min-height: 30px;
  padding-left: 10px;
  clear: both; }

.analytics.list-item {
  color: #777;
  position: relative;
  width: 200px;
  height: 30px;
  background-color: transparent;
  line-height: 30px;
  word-wrap: break-word;
  display: inline-table;
  text-overflow: ellipsis;
  padding-left: 40px;
  cursor: pointer; }

.analytics.list-item:hover {
  background-color: #eee; }

.analytics.list-item.selected .list-item-checkbox {
  background-image: url(..//images/check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid #018ac1; }

.analytics.list-item.selected:hover {
  background-color: #eee; }

.analytics.list-item-checkbox {
  margin-left: -30px;
  margin-top: -24px;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #999; }

thead th.sort {
  border-bottom: none !important; }

th .caret {
  visibility: hidden; }

th.headerSortDown .caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000000;
  border-top: none;
  visibility: visible; }

th.headerSortUp .caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  border-bottom: none;
  visibility: visible; }

#analytics-titles {
  margin-top: 20px;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

#analytics-titles-for-teams {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 500px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: none; }

#analytics-titles-for-users {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 900px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: none; }

#analytics-titles-table {
  width: 100%; }

#analytics-titles-for-teams-table {
  width: 100%; }

#analytics-titles-table thead tr th {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  border-right: 1px solid #FFFFFF;
  background-color: transparent !important; }

#analytics-titles-for-teams-table thead tr th {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  border-right: 1px solid #FFFFFF;
  background-color: transparent !important; }

#analytics-titles-for-users-table {
  width: 100%; }

#analytics-titles-for-users-table thead tr th {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  border-right: 1px solid #FFFFFF;
  background-color: transparent !important; }

#analytics-titles-table thead tr th:hover {
  color: #018ac1; }

#analytics-titles-for-teams-table thead tr th:hover {
  color: #018ac1; }

#analytics-titles-for-teams-table tbody tr.selected {
  background-color: #fff;
  border-bottom: 1px solid #FFFFFF; }

#analytics-titles-for-teams-table tbody tr.selected:hover {
  background-color: #eee; }

#analytics-titles-for-teams-table tbody tr td {
  height: 40px;
  line-height: 40px; }

#analytics-titles-for-users-table tbody tr td {
  height: 40px;
  line-height: 40px; }

#analytics-titles-table tbody tr:hover {
  background-color: #eee;
  border-bottom: 1px solid #FFFFFF; }

#analytics-titles-table tbody tr.selected {
  background-color: #fff;
  border-bottom: 1px solid #FFFFFF; }

#analytics-titles-table tbody tr.selected:hover {
  background-color: #eee; }

#analytics-titles-table tbody tr td {
  height: 40px;
  line-height: 40px;
  padding-left: 10px; }

.table-row-checkbox {
  left: 10px;
  top: 65px;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #999;
  cursor: pointer; }

.table-row-checkbox.selected {
  background-image: url(/images/check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: 1px solid #018ac1; }

#analytics-title-table-name {
  color: #666666;
  font-size: 11pt; }

.title-table-mark {
  position: relative;
  margin-top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 9px; }

.title-table-row:hover #analytics-title-table-name .title-table-mark {
  border: 1px solid #82C8ED; }

.title-table-name {
  position: relative;
  margin-left: 30px;
  margin-top: -28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.analytics.table.num {
  position: relative;
  left: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
  width: 100%;
  height: 40px;
  font-size: 12pt;
  background-color: transparent;
  color: #AAAAAA;
  line-height: 40px; }

.analytics.table.bar.wrap {
  position: relative;
  left: 30px;
  margin-top: -30px;
  margin-bottom: 0px;
  width: 60%;
  width: calc(100% - 45px);
  height: 20px; }

.analytics.table.time.bar.wrap {
  left: 70px;
  width: 50%;
  width: calc(100% - 70px); }

.analytics.table.bar:not(.wrap) {
  left: 0px;
  top: 0px;
  width: 10%;
  height: 100%;
  background-color: #018ac1; }

.analytics.table.bar.analytics-table-bar-pages-green:not(.wrap) {
  background-color: #0a9e43; }

#analytics-titles-no-data {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #AAAAAA;
  display: none; }

#analytics-pages {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
  width: 100%;
  height: 200px; }

#analytics-pages-table-div {
  font-size: 13px;
  line-height: 50px;
  color: #888888;
  padding-left: 20px;
  padding-right: 20px; }

#analytics-pages-table {
  width: 100%; }

#analytics-pages-table thead tr th {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  background-color: transparent !important; }

#analytics-pages-table thead tr th:hover {
  color: #018ac1; }

#analytics-pages-table tbody tr td {
  height: 40px;
  line-height: 40px;
  padding-left: 10px; }

#analytics-pages-no-data {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #AAAAAA;
  display: none; }

.chart.tab {
  position: absolute;
  top: 20px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #018ac1;
  cursor: pointer; }

.chart.tab:hover {
  color: #2B759E;
  background-color: #B0E3FF; }

.chart.tab.active {
  color: #FFFFFF;
  background-color: #018ac1; }

.chart.box {
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  box-shadow: none;
  z-index: 7; }

.chart {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.chart.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  cursor: pointer;
  display: none; }

#chart-page-box {
  left: 0px;
  top: 720px;
  width: 600px;
  height: 1200px;
  display: none; }

#chart-title-view-box {
  left: 620px;
  top: 250px;
  width: 250px;
  height: 250px;
  display: none; }

#chart-title-time-box {
  left: 620px;
  top: 520px;
  width: 250px;
  height: 250px;
  display: none; }

.chart.wrap.zoomin {
  -webkit-animation: zoomin 1s;
  animation: zoomin 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards; }

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(2, 2); } }
@keyframes zoomin {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(2, 2); }
  0% {
    -ms-transform: scale(1, 1); }
  100% {
    -ms-transform: scale(2, 2); } }
#calendar {
  right: 10px;
  top: 240px;
  width: 310px;
  height: 330px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 7; }

.calendar {
  position: absolute;
  cursor: default; }

#calendar-arrow {
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  border-top: none; }

#calendar-month {
  left: 50%;
  top: 20px;
  margin-left: -100px;
  width: 200px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #000000; }

#calendar-month-prev {
  left: 45px; }

#calendar-month-next {
  right: 40px; }

#calendar-month-next, #calendar-month-prev {
  top: 15px;
  width: 40px;
  height: 40px;
  padding-left: 16px;
  padding-top: 10px;
  cursor: pointer; }

#calendar-week {
  left: 30px;
  top: 60px;
  width: 310px;
  height: 32px; }

.calendar-week {
  position: relative;
  margin-left: 4px;
  margin-right: 0px;
  width: 32px;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  color: #777777; }

#calendar-day {
  left: 30px;
  top: 96px;
  width: 260px;
  height: 220px;
  text-align: center;
  line-height: 32px;
  color: #000000;
  cursor: default; }

.calendar-day {
  position: relative;
  margin-left: 4px;
  margin-top: 4px;
  width: 32px;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
  cursor: pointer; }

.calendar-day:hover {
  background-color: #82E0FF;
  border: 1px solid #38B6E0; }

.calendar-day.selected {
  background-color: #CCCCCC; }

.hideshow {
  display: none; }

/*# sourceMappingURL=analytics.css.map */
