@charset "UTF-8";
html {
  height: 100%;
  background: #F3F3F4;
}

body {
  margin: 0;
}

/* Bootstrap 4.0 */
/* Components */
.App {
  margin: 0;
  min-height: 100%;
  font-size: 13px;
  color: #676a6c;
}
.App__Row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .App__Row {
    min-height: 100%;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .App__Nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .App__Nav {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.App__Main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .App__Main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .App__Main {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.App__Banner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.Environment {
  color: #000;
  background: #fff;
  font-size: 16px;
  font-variant: small-caps;
  padding: 0.25em;
  margin: 0em -1em;
  text-align: center;
}
.Environment--development {
  color: #fff;
  background: #000;
}
.Environment--test {
  color: #000;
  background: yellow;
  font-weight: bold;
}

.avatar {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .avatar {
    display: none;
  }
}
.avatar--image {
  background-size: cover;
  background-position: top center;
}
.avatar--initials {
  background-color: #D6DADC;
}
.avatar__initials {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: bold;
}

.Banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #888888;
  background: #f3f3f4;
  border-bottom: 1px solid #e7eaec;
  padding: 20px 20px;
  font-size: 13px;
}
.Banner__ToggleNav {
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .Banner__ToggleNav {
    display: none;
  }
}
.Banner__Name {
  margin: 0px 15px;
}
.Banner a {
  color: #999c9e;
  font-weight: 600;
  font-size: 14px;
  margin: 0px 15px;
}

.DescriptionList {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.DescriptionList__Title {
  font-weight: 300;
  margin-bottom: 0.5em;
}
.DescriptionList__Term {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .DescriptionList__Term {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.DescriptionList__Term:last-child {
  margin-bottom: 1.5em;
}
.DescriptionList__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .DescriptionList__Details {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.DescriptionList__Details {
  min-height: 1.5em;
}
.DescriptionList__Details:last-child {
  margin-bottom: 1.5em;
}

.FormSection {
  margin-bottom: 2em;
}

.Main__Header, .Main__HeaderContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  padding: 1em 1em 0.5em 1em;
  background: white;
}
.Main__Header hgroup, .Main__HeaderContainer hgroup {
  flex: 1;
}
.Main__Header .badge, .Main__HeaderContainer .badge {
  margin-left: 10px;
  font-size: 10px;
}
.Main__Header--small, .Main__HeaderContainer--small {
  align-items: center;
}
.Main__Header--small__Title, .Main__HeaderContainer--small__Title {
  font-size: 14px;
  font-weight: 600;
}
.Main__HeaderContainer {
  margin-bottom: 1em;
}
.Main__Title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0px 5px 0px;
}
.Main__Subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 10px 0;
}
.Main__Nav {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}
.Main__Header-button {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.Main__Heading {
  font-size: 24px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
}
.Main__Subheading {
  font-size: 20px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 10px;
}
.Main__Content {
  padding: 1em 1.5em;
}
.Main__Footer {
  padding: 1em 1.5em;
}

.Nav {
  background: #2F4050;
}
@media (max-width: 767.98px) {
  .Nav {
    display: none;
  }
  .Nav.visible {
    display: flex;
  }
}
.Nav__Header {
  display: flex;
  flex-direction: column;
  background: #273645;
  padding: 36px 0px 35px 25px;
  line-height: 1.42857143;
}
@media (max-width: 767.98px) {
  .Nav__Header {
    display: none;
  }
}
.Nav__Email {
  color: #DFE4ED;
}
.Nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
.Nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  list-style-type: none;
}
.Nav ul li.active {
  background: #293846;
}
.Nav ul li.active li a {
  color: #a7b1c2;
}
.Nav ul li.active li.active a {
  color: #fff;
}
.Nav ul li.active a {
  color: #fff;
  padding-left: 21px;
}
.Nav ul li i.fa {
  width: 15px;
  text-align: center;
  margin-right: 9px;
}
.Nav ul li a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 14px 12px 14px 25px;
  color: #a7b1c2;
  font-weight: 600;
  text-decoration: none;
}
.Nav ul li a:hover {
  background: #293846;
  color: #fff;
}
.Nav > ul ul li {
  padding: 0px 10px 0px 32px;
}
.Nav > ul ul li a {
  padding: 7px 0px;
}
.Nav > ul ul li:last-child {
  margin-bottom: 10px;
}
.Nav > ul > li.active {
  border-left: 4px solid #19AA8D;
}

.Pagination {
  display: flex;
  justify-content: center;
  margin: 2em;
}

.SearchBar {
  padding: 1em 1.5em;
}
.SearchBar__Nav {
  display: flex;
  align-items: flex-end;
}
.SearchBar__Nav .btn-toolbar {
  flex-wrap: nowrap;
}

.Section {
  margin-bottom: 3em;
}
.Section:last-child {
  margin-bottom: 0;
}
.Section__Title {
  font-weight: 300;
}

.TopBar {
  background: #fff;
  color: #676a6c;
  padding: 1.5em 1em;
  margin: 0;
  border-top: none;
  border-bottom: 1px solid #e7eaec;
}
.TopBar__Title {
  font-size: 24px;
  font-weight: 100;
  margin: 0px;
  line-height: 1.1;
}
.TopBar__Breadcrumb {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  font-size: 13px;
}
.TopBar__Breadcrumb li {
  display: inline-block;
}
.TopBar__Breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.TopBar__Breadcrumb li.active {
  font-weight: 700;
}
.TopBar__Breadcrumb li a {
  color: #676a6c;
}

/* Templates */
.AccountView .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.AccountView__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .AccountView__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.AccountView__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .AccountView__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.AccountEdit .Main__Content {
  max-width: 600px;
}

.AdjustmentEdit .Main__Content {
  max-width: 600px;
}

@media (max-width: 575.98px) {
  .CustomerIndex__Email {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .CustomerIndex__CompanyName, .CustomerIndex__Phone {
    display: none;
  }
}
.CustomerIndex__Tags {
  font-size: 1.125em;
}

.CustomerView .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.CustomerView__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .CustomerView__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.CustomerView__Tags.DescriptionList__Details {
  font-size: 1.125em;
}
.CustomerView__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .CustomerView__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.CustomerEdit .Main__Content {
  max-width: 600px;
}

.LocationView .Main__Content {
  max-width: 600px;
}

.LocationEdit .Main__Content {
  max-width: 600px;
}

.InventoryItemEdit .Main__Content {
  max-width: 600px;
}

.InvoiceIndex__Actions {
  text-align: right;
}
.InvoiceIndex .table td {
  vertical-align: middle;
}

.InvoiceRegenerate .Main__Content {
  max-width: 600px;
}

.OrderRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 1em 0;
}
.OrderRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderRow__Details {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.OrderRow__Sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderRow__Overview th, .OrderRow__Overview td {
  padding: 0.3rem;
}
.OrderRow__Overview thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.OrderRow__Overview tbody td:last-child {
  text-align: right;
}

.OrderView .Main__Header {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.OrderView__Header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #999;
}
.OrderView__Header__Avatar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__Header__Avatar {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.OrderView__Header__Info {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__Header__Info {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderView__Header__OrderAddress {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__Header__OrderAddress {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderView__Header__CustomerAddress {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__Header__CustomerAddress {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.OrderView__Header__Summary {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__Header__Summary {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderView__Header__Summary table th, .OrderView__Header__Summary table td {
  padding: 0.3rem;
}
.OrderView__Header__Summary table thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.OrderView__Header__Summary table tbody td:last-child {
  text-align: right;
}
.OrderView__Header__Label {
  font-weight: 600;
}
.OrderView__Header__Name {
  font-size: 16px;
}
.OrderView__Header__PONumber {
  font-size: 16px;
}
.OrderView .Main__Content {
  padding: 1em;
}
.OrderView__ItemsHeader {
  padding: 1em 0;
  margin: 1em 0;
  align-items: flex-end;
  border-bottom: 1px solid #e7eaec;
}
.OrderView__ItemsHeader--blankslate {
  border-bottom: none;
  justify-content: center;
}
.OrderView__ItemsHeader__Title {
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 0;
}
.OrderView__ItemsHeader__OrderItemStatus select {
  min-width: 150px;
}
.OrderView__ItemsHeader__OrderItemRoom select {
  min-width: 150px;
}
.OrderView__ItemsHeader__FormGroup label {
  margin-bottom: 0.25em;
}
@media (max-width: 767.98px) {
  .OrderView__ItemsHeader__FormGroup {
    margin-top: 1em;
  }
}
.OrderView__ItemsHeader__Nav .btn-toolbar {
  flex-wrap: nowrap;
}
.OrderView__ItemGroup {
  margin-top: 20px;
  margin-bottom: 20px;
}
.OrderView__ItemGroupTitle {
  font-size: 16px;
  font-weight: 600;
}
.OrderView__Badge {
  font-size: 12px !important;
}
.OrderView__ItemRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 2em 0;
}
.OrderView__ItemRow__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__ItemRow__Image {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderView__ItemRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__ItemRow__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderView__ItemRow__Name {
  font-size: 1.25em;
}
.OrderView__ItemRow__Price {
  margin-bottom: 1em;
}
.OrderView__ItemRow__Description {
  margin-bottom: 1em;
}
.OrderView__ItemRow__Comment {
  font-style: italic;
  margin-bottom: 1em;
}
.OrderView__ItemRow__CommentTitle {
  text-decoration: underline;
  font-weight: 600;
}
.OrderView__ItemRow__Sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__ItemRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderView__ItemRow__Inventory th, .OrderView__ItemRow__Inventory td {
  padding: 0.3rem;
}
.OrderView__ItemRow__Inventory thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.OrderView__ItemRow__Actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.OrderView__DiscountRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 2em 0;
}
.OrderView__DiscountRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__DiscountRow__Details {
    margin-left: 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderView__DiscountRow__Title {
  font-size: 1.25em;
}
.OrderView__DiscountRow__Amount {
  margin-bottom: 1em;
}
.OrderView__DiscountRow__Sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__DiscountRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.OrderView__DiscountItemRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 1em 0 2em 0;
}
.OrderView__DiscountItemRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__DiscountItemRow__Details {
    margin-left: 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderView__DiscountItemRow__Title {
  font-size: 1em;
  font-style: italic;
}
.OrderView__DiscountItemRow__Amount {
  margin-bottom: 1em;
  font-style: italic;
}
.OrderView__DiscountItemRow__Sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderView__DiscountItemRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.OrderEdit .Main__Content {
  max-width: 600px;
}
.OrderEdit__TypeHelp {
  font-size: 1.125em;
}

.OrderPrint .Main__Content,
.OrderFulfill .Main__Content,
.OrderReturn .Main__Content {
  max-width: 600px;
}

.OrderScan .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.OrderScan__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderScan__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderScan__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderScan__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderScan__Barcodes {
  height: 12em;
}

.OrderDiscountEdit .Main__Content {
  max-width: 600px;
}

.OrderItemView .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.OrderItemView__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderItemView__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderItemView__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderItemView__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderItemView__Returns__Table td {
  vertical-align: middle;
}

.OrderItemEdit .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.OrderItemEdit__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderItemEdit__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.OrderItemEdit__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .OrderItemEdit__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.OrderItemAssignRoom .Main__Content,
.OrderItemBulkCopy .Main__Content,
.OrderItemBulkReturn .Main__Content {
  max-width: 600px;
}

.OrderItemDiscountEdit .Main__Content {
  max-width: 600px;
}

.OrderItemReturnEdit .Main__Content {
  max-width: 600px;
}

.OrderItemReturnScan__Barcodes {
  min-height: 160px;
}

.ProductRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 1em 0;
}
.ProductRow__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .ProductRow__Image {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ProductRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .ProductRow__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ProductRow__Description {
  margin-top: 0.5em;
}
.ProductRow__Tags {
  font-size: 1.125em;
}
.ProductRow__Sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .ProductRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ProductRow__Inventory th, .ProductRow__Inventory td {
  padding: 0.3rem;
}
.ProductRow__Inventory thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.ProductView .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ProductView__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .ProductView__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ProductView__Tags.DescriptionList__Details {
  font-size: 1.125em;
}
.ProductView__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .ProductView__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ProductView__Inventory__Table td {
  vertical-align: middle;
}

.ProductOrders .Main__Content,
.ProductVendors .Main__Content {
  padding: 1em 0.5em;
}

.ProductBulkAddToOrder__OrderFormGroup, .ProductBulkAddToPurchaseOrder__OrderFormGroup {
  max-width: 600px;
}
.ProductBulkAddToOrder__ItemHeader, .ProductBulkAddToPurchaseOrder__ItemHeader {
  padding: 1em 0 0 0;
}
.ProductBulkAddToOrder__ItemRow, .ProductBulkAddToPurchaseOrder__ItemRow {
  padding: 1em 0;
  border-bottom: 1px solid #e7eaec;
}
.ProductBulkAddToOrder__ItemRow:last-child, .ProductBulkAddToPurchaseOrder__ItemRow:last-child {
  border-bottom: none;
}

.ProductArchive .Main__Content,
.ProductBulkArchive .Main__Content,
.ProductBarcodeOptions .Main__Content,
.ProductPrint .Main__Content,
.ProductAdjustInventory .Main__Content {
  max-width: 600px;
}

.ProductCategoryView .Main__Content {
  max-width: 600px;
}

.ProductCategoryEdit .Main__Content {
  max-width: 600px;
}

.PurchaseOrderRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 1em 0;
}
.PurchaseOrderRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderRow__Details {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.PurchaseOrderRow__Sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.PurchaseOrderRow__Overview th, .PurchaseOrderRow__Overview td {
  padding: 0.3rem;
}
.PurchaseOrderRow__Overview thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.PurchaseOrderRow__Overview tbody td:last-child {
  text-align: right;
}

.PurchaseOrderView__Header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.PurchaseOrderView__Header__Vendor {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderView__Header__Vendor {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.PurchaseOrderView__Header__Location {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderView__Header__Location {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.PurchaseOrderView__Header__Label {
  font-weight: 600;
}
.PurchaseOrderView__Header__Name {
  font-size: 20px;
}
.PurchaseOrderView__Header__SONumber {
  font-size: 16px;
}
.PurchaseOrderView__Header__Summary {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderView__Header__Summary {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.PurchaseOrderView__Header__Summary table th, .PurchaseOrderView__Header__Summary table td {
  padding: 0.3rem;
}
.PurchaseOrderView__Header__Summary table thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.PurchaseOrderView__Header__Summary table tbody td:last-child {
  text-align: right;
}
.PurchaseOrderView .Main__Content {
  padding: 1em;
}
.PurchaseOrderView__ItemsHeader {
  padding: 1em 0;
  margin: 1em 0;
  align-items: flex-end;
  border-bottom: 1px solid #e7eaec;
}
.PurchaseOrderView__ItemsHeader--blankslate {
  border-bottom: none;
  text-align: center;
  justify-content: center;
}
.PurchaseOrderView__Badge {
  font-size: 12px !important;
}
.PurchaseOrderView__ItemRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #e7eaec;
  padding: 2em 0;
}
.PurchaseOrderView__ItemRow__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderView__ItemRow__Image {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.PurchaseOrderView__ItemRow__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderView__ItemRow__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.PurchaseOrderView__ItemRow__Name {
  font-size: 1.25em;
}
.PurchaseOrderView__ItemRow__TotalCost {
  margin-bottom: 1em;
}
.PurchaseOrderView__ItemRow__Description {
  font-style: italic;
}
.PurchaseOrderView__ItemRow__Sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderView__ItemRow__Sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.PurchaseOrderView__ItemRow__Inventory th, .PurchaseOrderView__ItemRow__Inventory td {
  padding: 0.3rem;
}
.PurchaseOrderView__ItemRow__Inventory thead th {
  text-align: center;
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.PurchaseOrderView__ItemRow__Actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.PurchaseOrderEdit .Main__Content {
  max-width: 600px;
}

.PurchaseOrderPrint .Main__Content {
  max-width: 600px;
}

.PurchaseOrderItemView .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.PurchaseOrderItemView__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderItemView__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.PurchaseOrderItemView__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderItemView__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.PurchaseOrderItemEdit .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.PurchaseOrderItemEdit__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderItemEdit__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.PurchaseOrderItemEdit__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .PurchaseOrderItemEdit__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.PurchaseOrderItemReceiptEdit .Main__Content {
  max-width: 600px;
}

.InventoryStatusReport table td {
  vertical-align: middle;
}

.RoomView .Main__Content {
  max-width: 600px;
}

.RoomEdit .Main__Content {
  max-width: 600px;
}

.System__AccountID {
  max-width: 300px;
}

.SystemImport .Main__Content {
  max-width: 600px;
}

.TaxRateView .Main__Content {
  max-width: 600px;
}

.TaxRateEdit .Main__Content {
  max-width: 600px;
}

@media (max-width: 575.98px) {
  .UserIndex__Email {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .UserIndex__CreatedAt {
    display: none;
  }
}

.UserView .Main__Content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.UserView__Details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .UserView__Details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.UserView__Image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .UserView__Image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.UserEdit .Main__Content {
  max-width: 600px;
}

.VendorView .Main__Content {
  max-width: 600px;
}

.VendorEdit .Main__Content {
  max-width: 600px;
}

.Dashboard__Main {
  margin-left: -15px;
  margin-right: -15px;
  padding: 2em;
  background: #f3f3f4;
}
.Dashboard__Row {
  margin-bottom: 2em;
}

.Panel {
  background: #ffffff;
  border-top: 2px solid #e7eaec;
}
.Panel__Header {
  display: flex;
  align-items: flex-end;
  padding: 1em 1em;
  border-bottom: 1px solid #e7eaec;
}
.Panel__Title {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.Panel__Subtitle {
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.Panel__Content {
  padding: 0.5em 1em;
}
.Panel--stat .Panel__Content {
  font-size: 30px;
  font-weight: 100;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .Panel--stat {
    margin-bottom: 1em;
  }
}

/*
.stat {
	flex: 1;
	background: white;
	margin: 20px 25px;
	border-top: 2px solid #e7eaec;

	header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
		padding: 5px 20px 5px 20px;
		border-bottom: 1px solid #e7eaec;

		@include media-breakpoint-down(sm) {
			flex-direction: column;
		}

		h1 {
			font-size: 14px;
			font-weight: 600;
			text-overflow: ellipsis;
		}

		.badge {
			font-size: 10px;
		}
	}

	> h1 {
		font-size: 30px;
		font-weight: 100;
		text-overflow: ellipsis;
		padding: 0px 20px 0px 20px;
	}
}
*/
.initials {
  font-size: 0.9em;
  padding: 0.4em;
  margin: 0 0.4em;
  background-color: #D6DADC;
  color: #4d4d4d;
  overflow: visible;
  user-select: none;
  border-radius: 25em;
  cursor: default;
}

.initials--small {
  font-size: 16px;
}

.Login, .Signup, .ForgotPassword {
  margin-top: 3em;
}

tr.RowGroup td {
  border-top: 3px double #666;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/**
 * We need a clone of bootstrap color-yiq mixin so we can get the same value for color
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap {
  /**
   * Search field in the Select2 dropdown.
   */
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  font-size: 1rem;
}
.select2-container--bootstrap {
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap .select2-search__field {
  /* Firefox 18- */
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap .select2-search__field {
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap {
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 4's default dropdown styles.
   *
   * @see https://getbootstrap.com/docs/4.0/components/dropdowns/
   */
}
.select2-container--bootstrap .select2-results__option {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #6c757d;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Hover state.
   */
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: rgb(8.4817170111%, 9.5098039216%, 10.537890832%);
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 0.375rem 0.75rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2.25rem;
  padding-left: 3rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3rem;
  padding-left: 3.75rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3.75rem;
  padding-left: 4.5rem;
}
.select2-container--bootstrap .select2-results__group {
  color: #6c757d;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: rgb(50%, 74.1176470588%, 100%);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
  box-shadow: none;
}
.select2-container--bootstrap {
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection__clear {
  color: #6c757d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: "#111";
}
.select2-container--bootstrap {
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see hhttps://getbootstrap.com/docs/4.0/components/forms/#disabled-forms
   */
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap {
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
}
.select2-container--bootstrap .select2-dropdown {
  border-color: rgb(50%, 74.1176470588%, 100%);
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap {
  /**
   * Limit the dropdown height.
   */
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap {
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection--single {
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.75rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container--bootstrap {
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: calc(2.25rem + 2px);
  padding: 0;
  height: auto;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #6c757d;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Make Multi Select2's choices match Bootstrap 4's default button styles.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: #e9ecef;
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: calc(0.375rem - 1px) 0 0 0.375rem;
  padding: 0 0.375rem;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Minus 2px borders.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.75rem;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  margin: -1px 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: "#111";
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.375rem;
}
.select2-container--bootstrap {
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see https://getbootstrap.com/docs/4.0/components/forms/#sizing
   */
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.form-control-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.form-control-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.25rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  border-radius: 0.2rem;
  min-height: calc(1.8125rem + 2px);
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: calc(0.25rem - 1px) 0 0 0.25rem;
  padding: 0 0.25rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px);
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.25rem;
}
.select2-container--bootstrap .select2-selection--single.form-control-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1.9375rem 0.5rem 1rem;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -0.5rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: calc(2.875rem + 2px);
  border-radius: 0.3rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  margin: calc(0.5rem - 1px) 0 0 0.5rem;
  padding: 0 0.5rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 1rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px);
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}
.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap {
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 1.5rem;
  padding-right: 0.75rem;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right; /* 1 */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 0.75rem;
  right: auto;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.375rem;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--bootstrap .select2-dropdown[dir=rtl] .select2-results__options {
  text-align: right;
}

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see https://getbootstrap.com/docs/4.0/components/forms/#validation
 */
.is-valid .select2-dropdown,
.is-valid .select2-selection {
  border-color: #28a745;
}
.is-valid .select2-container--focus .select2-selection,
.is-valid .select2-container--open .select2-selection {
  border-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}
.is-valid .select2-container--focus .select2-selection:focus,
.is-valid .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.is-valid.select2-drop-active {
  border-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}
.is-valid.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}

.is-invalid .select2-dropdown,
.is-invalid .select2-selection {
  border-color: #dc3545;
}
.is-invalid .select2-container--focus .select2-selection,
.is-invalid .select2-container--open .select2-selection {
  border-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}
.is-invalid .select2-container--focus .select2-selection:focus,
.is-invalid .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.is-invalid.select2-drop-active {
  border-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}
.is-invalid.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}

/* Validation classes on parent element. Preserved Bootstrap 3 validation classes */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: rgb(82.7450980392%, 62.0588235294%, 0%);
}
.has-warning .select2-container--focus .select2-selection:focus,
.has-warning .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.has-warning.select2-drop-active {
  border-color: rgb(82.7450980392%, 62.0588235294%, 0%);
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(82.7450980392%, 62.0588235294%, 0%);
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}
.has-error .select2-container--focus .select2-selection:focus,
.has-error .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.has-error.select2-drop-active {
  border-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}
.has-success .select2-container--focus .select2-selection:focus,
.has-success .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.has-success.select2-drop-active {
  border-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see https://getbootstrap.com/docs/4.0/components/input-group/
 * @see https://github.com/twbs/bootstrap/blob/v4.0.0-beta.2/scss/_input-group.scss
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap > .selection {
  display: flex;
  flex: 1 1 auto;
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap {
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap {
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see https://github.com/twbs/bootstrap/blob/v4.0.0-beta.2/scss/_input-group.scss
   */
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-append,
.input-group > .select2-container--bootstrap .input-group-prepend,
.input-group > .select2-container--bootstrap .input-group-append .btn,
.input-group > .select2-container--bootstrap .input-group-prepend .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

/* Overrides */
.table th {
  border-top: none;
}
