/*
# Typography
*/
html {
  font-family: "Helvetica Neue";
}

body {
  background-color: #f6f5f1;
}

a {
  text-decoration: none;
}

.portrait {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

/*
# Color
*/
/*
# Buttons
*/
/*
# Date Pickers
*/
/*
# Page Controls
*/
/*
# Segmented Controls
*/
.segmented {
  display: table;
  border-radius: 6px;
  border: 1px solid #157dfa;
  table-layout: fixed;
  width: 100%;
  font-size: 13px;
}

.segmented__item {
  display: table-cell;
}
.segmented__item > a {
  display: block;
  width: 100%;
  line-height: 28px;
  text-align: center;
  color: #157dfa;
}
.segmented__item.is-active {
  background-color: #157dfa;
}
.segmented__item.is-active a {
  color: #FFFFFF;
}

/*
# Sliders
*/
/*
# Steppers
*/
/*
# Switches
*/
input[type=checkbox].switch {
  -webkit-appearance: none;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  width: 50px;
  height: 28px;
  background-color: #FFF;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.switch:after {
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  content: "";
  border-radius: 26px;
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.2);
}

.switch.is-active,
.switch:checked {
  background-color: #53D769;
  box-shadow: inset 0 0 2px 1px #53D769;
}
.switch.is-active:after,
.switch:checked:after {
  position: absolute;
  top: 1px;
  right: 1px;
  left: inherit;
}

/*
# Text Fields
*/
/*
# Switches
*/
/*
# Alert Views
*/
/*
# Navigation Bars
*/
/*
# Search Bars
*/
/*
# Tab Bars
*/
/*
# Table Views
*/
.tableview__header{
  position: relative;
  line-height: 44px;
  font-size: 14px;
  text-transform:uppercase; 
  background-color:#ddd;
  vertical-align: bottom;
}
.tableview__item {
  position: relative;
  line-height: 44px;
  font-size: 18px;
  vertical-align: bottom;
}
.tableview__item + .tableview__item:before {
  display: list-item;
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 0;
  border-top: 1px solid #CCCCCC;
}

.tableview__item__target {
  display: table;
  width: 100%;
  color: #000000;
}

.tableview__item__cell {
  display: table-cell;
  padding-left: 16px;
}
.tableview__item__cell:last-child {
  padding-right: 16px;
}

/*
# Text Views
*/
/*
# Toolbars
*/
