/* basic
-------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f4f2f1;
}
main {
  flex: 1;
}
footer {
  color: #777;
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
  padding: 20px 0;
}
footer p {
  margin-bottom: 0.5rem;
}

/* nav
-------------------------------------------*/
header.navbar {
  background-color: white;
  box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
}
header.navbar .navbar-brand {
  margin-bottom: 0;
}
header.navbar small {
  font-size: 0.9rem;
  color: #989898;
  margin-left: 1em;
}

/* main
-------------------------------------------*/
main {
  padding-top: 96px;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 200;
}

/* dashboard
-------------------------------------------*/
.dashboard {
  padding: 20px;
  background-color: white;
  border: 1px solid #d4d2d0;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.dashboard small {
  font-size: 0.75rem;
  color: #b7b7b7;
}
.dashboard p.address {
  font-weight: 400;
  font-size: 1.8rem;
  color: #999;
}
.dashboard h2 {
  font-weight: 200;
  font-size: 2.0rem;
  color: #565656;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}
.dashboard > *:last-child {
  margin-bottom: 0;
}
.dashboard th {
  font-weight: 300;
  color: #666;
}

.dashboard table.table-rows td,
.dashboard table.table-rows th {
  font-size: 0.9rem;
}
.dashboard table.table-rows thead td,
.dashboard table.table-rows thead th {
  border: 0;
  font-weight: 200;
  color: #565656;
}
.dashboard table.table-rows td.total {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard table.table-rows th.num {
  text-align: right;
}
.dashboard table.table-rows td {
  text-align: right;
}
.dashboard table.table-rows small {
  font-size: 0.75rem;
  color: #b7b7b7;
}

.dashboard .col-sm-6 {
  margin-bottom: 2.0rem;
}

/* gapi
-------------------------------------------*/
.gapi-analytics-data-chart {
  overflow: hidden;
}

/* auth-button
-------------------------------------------*/
#auth-button {
  font-weight: 300;
  font-size: 0.8rem;
  color: #7c7c7c;
  margin-bottom: 0.2em;
}

/* ViewSelector
-------------------------------------------*/
.ViewSelector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -1em -1em;
  width: -webkit-calc(100% + 1em);
  width: calc(100% + 1em)
}
.ViewSelector:not(:first-child) {
  margin-top: 1em;
}
.ViewSelector table,
.ViewSelector tbody,
.ViewSelector td,
.ViewSelector tr {
  display: block;
}
.ViewSelector table,
.ViewSelector table td {
  width: auto !important;
  height: auto !important;
}
.ViewSelector table {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100%/3 - 1em);
  -ms-flex: 1 1 calc(100%/3 - 1em);
  flex: 1 1 calc(100%/3 - 1em);
  margin-left: 1em;
  margin-bottom: 1em;
}
.ViewSelector td:first-child {
  font-weight: 700;
  margin: 0 .25em .25em 0;
}

.shr-a-shr-fc-shr-fb-shr-cb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  border: 1px solid #dcdcdc;
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  line-height: 27px;
  list-style: none;
  margin: 0 2px;
  min-width: 46px;
  outline: none;
  padding: 0 18px 0 6px;
  text-align: center;
  text-decoration: none;
}
.shr-a-shr-fc-shr-fb-shr-cb-shr-ne {
  overflow: hidden;
  font-size: 12px;
  max-width: 240px;
  height: 25px;
  text-overflow: ellipsis;
}
.shr-a-shr-fc-shr-fb-shr-cb-shr-oe {
  border-color: #777 transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  height: 0;
  width: 0;
  position: absolute;
  right: 5px;
  top: 12px
}
