body{
  font-family: 'Source Sans Pro',sans-serif;
}

.select2-container--default .select2-selection--single{
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  border: 1px solid #dbdbdb;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 34px !important;
}

[v-cloak] {
  display: none;
}
.is-center td, .is-center th{
  text-align: center;
  vertical-align: middle;
}

.is-product-heading td{
  padding: 10px 0px !important;
  background-color: #F9F9F9;
}
.is-hidden{
  display: none;
}

.table td{
    vertical-align: middle;
}

.addform label.radio{
  vertical-align: sub;
}

.addform span.button.is-disabled, .updateform .button.is-disabled{
  opacity: 1;
}

tr.clickable{
  cursor: pointer;
}

table.details td{
  border: none;
  padding: 0.2em 0.3em;
}

table tr.is-product-body{
  cursor:pointer;
}

table tr.is-product-body:hover{
  background: #FFEDAA;
}

table tr.is-selected{
  background: #FFEDAA;
}

table.tr{
  cursor: pointer;
}

table.details td:last-child{
  width: auto;
}

nav .icon{
  margin-right: 0.5em;
}