h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4, p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

h5 {
  font-size: 0.75rem;
}

h4 {
  font-weight: 600;
}

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'); */
/* @mixin border-radius{
  border-radius: 2px;
} */
/* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
.end {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

/*
Checkbox

Checkbox styles from trimble css

Markup:
<div class="checkbox">
  <input class="check-input" type="checkbox" id="timezones" /><label for="timezones">Display All Timezones</label>
</div>

Styleguide Form Elements.checkbox
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4, p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

h5 {
  font-size: 0.75rem;
}

h4 {
  font-weight: 600;
}

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'); */
/* @mixin border-radius{
  border-radius: 2px;
} */
/* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
.end {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

input[type="checkbox"] + label[for], input[type="radio"] + label[for] {
  cursor: pointer;
}

.check-input {
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  z-index: 0;
  width: 1rem;
  height: 1rem;
  margin: 0 2px;
}

.checkbox {
  position: relative;
}

.check-input + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

.check-input + label:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("../images/checkbox-unchecked.svg") no-repeat;
  display: inline-block;
}

.check-input + label:hover:before {
  background: url("../images/checkbox-unchecked-hover.svg") no-repeat;
}

.check-input:checked + label {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.check-input:checked + label:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("../images/checkbox-checked.svg") no-repeat;
  display: inline-block;
}

.check-input:checked + label:hover:before {
  background: url("../images/checkbox-checked-hover.svg") no-repeat;
}

.check-input:indeterminate + label {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.check-input:indeterminate + label:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("../images/checkbox-indeterminate.svg") no-repeat;
  display: inline-block;
}

.check-input:indeterminate + label:hover:before {
  background: url("../images/checkbox-indeterminate-hover.svg") no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

@media only screen and (max-width: 480px) {
  .checkbox {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-height: 1.5rem;
  }
}

/*table*/
.table {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  line-height: 1.5;
}

.table .tr, .table .thead {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  height: 60px;
  box-sizing: border-box;
}

.table .tr .td, .table .tr .th, .table .thead .td, .table .thead .th {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex-grow: 1;
  flex-basis: auto;
  padding: 1rem;
  word-break: break-word;
  min-width: 20px;
  width: 100px;
  border-bottom: 1px solid #EAEAEF;
  box-sizing: border-box;
}

.table .tr .td .card-avatar, .table .tr .th .card-avatar, .table .thead .td .card-avatar, .table .thead .th .card-avatar {
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0;
  border: none;
}

.table .tr .td.thumbnail, .table .tr .th.thumbnail, .table .thead .td.thumbnail, .table .thead .th.thumbnail {
  margin: 0 !important;
  max-width: 55px;
  flex-shrink: 0;
}

.table .tr .td.thumbnail img, .table .tr .th.thumbnail img, .table .thead .td.thumbnail img, .table .thead .th.thumbnail img {
  width: auto;
  height: auto;
  max-width: 29px;
  max-height: 22px;
}

.table .tr .th, .table .thead .th {
  font-size: 0.875rem;
}

.table .tr .th:first-child, .table .thead .th:first-child {
  flex: 0 0 100px;
}

.table .tr .th:last-child, .table .thead .th:last-child {
  flex: 0 0 auto;
}

.table .tr .td, .table .thead .td {
  color: #6A6976;
}

.table .tr .td .data, .table .thead .td .data {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
}

.table .tr {
  background: #FFFFFF;
  cursor: pointer;
}

.table .tr:hover {
  background-color: #009AD9;
}

.table .tr:hover .td {
  color: #FFFFFF;
}

.table .thead {
  font-weight: 600;
  background: #f9f9fb;
}

.width0 {
  max-width: 60px;
  flex-shrink: 0;
}

.width1 {
  flex-grow: 1;
}

.width2 {
  flex-grow: 2;
}

.width3 {
  flex-grow: 3;
}
