.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.indigo500 {
  color: #3f51b5;
}
.material-icons.green500 {
  color: #4caf50;
}
.material-icons.green700 {
  color: #388e3c;
}
.material-icons.red500 {
  color: #f44336;
}
.material-icons.redA700 {
  color: #d50000;
}
.material-icons.grey700 {
  color: #616161;
}
.material-icons.teal500 {
  color: #009688;
}
.material-icons.yellowA700 {
  color: #ffd600;
}
.material-icons.deep-purple500 {
  color: #673ab7;
}
.material-icons.amber {
  color: #ffc107;
}
.material-icons.md-white {
  color: #FFFFFF;
}
.material-icons.md-black {
  color: #000000;
}
.material-icons.md-success {
  color: #4caf50;
}
.material-icons.md-error {
  color: #f44336;
}
.material-icons.md-info {
  color: #2196f3;
}
input[type="text"],
input[type="search"] {
  font-family: sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  border-bottom: solid 2px #8591d5;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  padding: 10px;
}
input[type="text"]:focus,
input[type="search"]:focus {
  border-bottom: solid 2px #3f51b5;
  outline: none;
}
input[type="submit"],
button {
  background: #4caf50;
  color: #FFF;
  border: none;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 10px 0;
}
input[type="submit"]:hover,
button:hover {
  background: #2d682f;
}
input[type="submit"] a,
button a {
  color: #FFF;
}
input[type="submit"] a:hover,
button a:hover {
  color: #FFF;
  text-decoration: none;
}
input:-moz-read-only {
  background: transparent;
  border: none;
  cursor: text;
}
input:read-only {
  background: transparent;
  border: none;
  cursor: text;
}
input:-moz-read-only:focus {
  border: none;
  outline: none;
}
input:read-only:focus {
  border: none;
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  background: #FFF;
  border: none;
  border-bottom: solid 2px #8591d5;
  height: 50px;
  cursor: pointer;
}
select:focus {
  outline: none;
  border-bottom: solid 2px #3f51b5;
}
option {
  background: #eee;
}
.required-tooltip {
  color: #666666;
  font-style: italic;
}
table {
  margin: 10px 0;
  border: none;
  width: 100%;
}
table tr,
table th,
table td {
  border: none;
  text-align: center;
  padding: 10px;
}
table td a {
  display: block;
}
table input {
  width: 100%;
  text-align: center;
}
table tr:not(:first-child):hover {
  background: #eeeeee;
}
table tr:not(:first-child):hover input {
  background: #eeeeee;
}
table th {
  color: #616161;
}
.filter-table .quick {
  margin-left: 0.5em;
  font-size: 0.8em;
  text-decoration: none;
}
.fitler-table .quick:hover {
  text-decoration: underline;
}
td.alt {
  background-color: #ffc;
  background-color: rgba(255, 255, 0, 0.2);
}
.navbar-inverse {
  background: #3f51b5;
  box-shadow: 0px 3px 5px #5a5a5a;
  border-color: transparent;
  margin: 0;
  margin-bottom: 20px;
  height: 60px;
  position: fixed;
  z-index: 10;
}
.navbar-inverse .brand-header {
  width: 230px;
}
.navbar-inverse .brand-header a {
  line-height: 60px;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
}
.navbar-inverse .material-icons {
  color: #fff;
  float: left;
  line-height: 60px;
  margin: 0 15px;
}
.sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #303f9f;
  min-height: 0px;
  max-height: auto;
  padding: 0px;
  color: #fff;
  z-index: 8888;
  box-shadow: 3px 0 15px #5a5a5a;
  /*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}
.sidebar .sidebar-nav {
  overflow-y: auto;
  height: auto;
  margin: 0 auto;
}
.sidebar .sidebar-nav ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.sidebar .sidebar-nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  width: 16.66666667%;
  border-right: 1px solid black;
}
.sidebar .sidebar-nav ul li a {
  display: block;
  padding: 10px;
  padding-top: 15px;
  color: #eee;
  text-decoration: none;
  margin: 0;
}
.sidebar .sidebar-nav ul li a .material-icons {
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 3px;
}
.sidebar .sidebar-nav ul li a:hover {
  text-decoration: none;
  background: #4caf50;
}
.content {
  width: 80%;
  margin: 0 auto;
}
.content .module-container {
  padding: 0;
  margin: 0;
  border-radius: 2px;
}
.content .module-container .module {
  background: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 2px;
  box-shadow: 0 0 20px #aaa;
}
.content .module-container .module h3 {
  margin: 0;
  padding: 0;
}
.content .module-container .module h3 small {
  font-size: 14px;
  font-style: italic;
}
.content .module-container .module hr {
  marign: 0;
  padding: 0;
}
.current-user {
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background: #4caf50;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  box-shadow: 0 0 10px #aaa;
  z-index: 5;
}
.current-user a {
  text-decoration: none;
  color: #fff;
}
.current-user ul.dropdown-menu {
  background: #4caf50;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0 0 2px 2px;
}
.current-user ul.dropdown-menu li {
  margin: 0;
  padding: 0;
}
.current-user ul.dropdown-menu li a {
  margin: 0;
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.current-user ul.dropdown-menu li a .material-icons {
  vertical-align: middle;
  margin-right: 10px;
}
.current-user ul.dropdown-menu li a:hover {
  text-decoration: none;
  background: #2d682f;
}
span.error {
  padding: 10px 0;
  color: red;
  font-weight: bold;
}
.Modal__overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.Modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 15px;
}
.Modal__header h3 {
  display: inline-block;
}
.Modal__header .Modal--close {
  cursor: pointer;
  font-size: 18px;
}
.Modal__body {
  margin: 20px 0 0 0;
}
.Modal__footer {
  padding: 10px 15px;
  clear: both;
}
/*
    Stylings for VueJS' transition
*/
.modal-enter,
.modal-leave {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.remove-product {
  max-width: 10px;
  font-size: 18px;
  color: #f44336;
  cursor: pointer;
}
.remove-product:hover {
  color: #d32f2f;
}
.customer-info {
  float: left;
}
.location-info {
  float: right;
}
.sale-form {
  clear: both;
  padding-top: 10px;
}
.products {
  margin: 10px 0;
  min-width: 1000px;
  max-height: 210px;
  overflow-y: auto;
}
.products th {
  min-width: 90px;
}
.products .product-description {
  min-width: 250px;
}
.products .active-row {
  color: #4caf50;
}
.payment-method {
  cursor: pointer;
  text-transform: uppercase;
}
.payment-method button {
  margin: 10px 10px 0 0;
  width: 110px;
}
#new-repair-order-form .important-info {
  min-width: 1100px;
}
#new-repair-order-form .important-info input {
  width: 70px;
  margin: 0 5px;
}
#new-repair-order-form .product-info {
  display: block;
  margin-top: 20px;
}
#new-repair-order-form .product-info input {
  width: 80px;
  margin: 0 5px;
}
#new-repair-order-form .product-info textarea {
  width: 40%;
  height: 80px;
}
#new-part-order-form .part-order-number {
  float: right;
  font-size: 1.5em;
  width: 200px;
}
#new-part-order-form .part-order-number input {
  width: 70px;
}
#new-part-order-form .part-order-number input,
#new-part-order-form .part-order-number label {
  margin: 0;
  padding: 0;
}
#new-part-order-form .important-info {
  min-width: 1100px;
}
#new-part-order-form .important-info input {
  width: 70px;
  margin: 0 5px;
}
#new-part-order-form .product-info {
  display: block;
  margin-top: 20px;
}
#new-part-order-form .product-info input {
  width: 80px;
  margin: 0 5px;
}
#new-part-order-form .product-info textarea {
  width: 40%;
  height: 80px;
}
#close-out-form {
  text-align: right;
  float: left;
  display: block;
}
.sales-invoice {
  background: white;
  width: 8.5in;
  height: 5.5in;
  color: black;
  margin-top: 60px;
}
.sales-invoice div {
  float: none;
  margin: 0;
}
.sales-invoice div p {
  margin: 0;
  padding: 5px;
  line-height: 1;
}
.sales-invoice .heading {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.sales-invoice .customer-info {
  float: left;
  width: 50%;
}
.sales-invoice .invoice-info {
  float: right;
  text-align: right;
  width: 30%;
}
.sales-invoice .invoice-info span {
  float: left;
}
.sales-invoice .invoice-products {
  padding-top: 5px;
  clear: both;
}
.sales-invoice .invoice-products table tr {
  padding: 0;
  margin: 0;
}
.sales-invoice .invoice-products table th {
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.sales-invoice .invoice-products table td {
  padding: 0;
}
.sales-invoice .duplicate {
  font-weight: bold;
  font-size: 30px;
  float: right;
}
.part-order-invoice {
  background: white;
  width: 8.5in;
  height: 11in;
  color: black;
  padding: 0 10px;
  font-size: 12px;
}
.part-order-invoice p {
  display: inline;
  margin-right: 10px;
}
.part-order-invoice .heading {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.part-order-invoice .invoice-info p {
  display: inline;
  margin-right: 10px;
}
.part-order-invoice .invoice-products {
  clear: both;
}
.part-order-invoice .invoice-products table p {
  margin: 0;
}
.part-order-invoice .invoice-products table tr {
  padding: 0;
  margin: 0;
}
.part-order-invoice .invoice-products table th {
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.part-order-invoice .invoice-products table td {
  padding: 0;
}
.repair-order-invoice {
  background: white;
  width: 8.5in;
  height: 11in;
  color: black;
  padding: 0 10px;
}
.repair-order-invoice .heading {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.repair-order-invoice .invoice-header {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  padding: 5px 0;
}
.repair-order-invoice .invoice-header h2 {
  display: inline;
}
.repair-order-invoice .invoice-header .date {
  font-size: 16px;
  font-style: italic;
}
.repair-order-invoice .invoice-header p {
  float: right;
}
.repair-order-invoice .invoice-header p .invoice-number {
  font-size: 24px;
  font-weight: bold;
}
.repair-order-invoice .customer-info {
  width: 100%;
}
.repair-order-invoice .customer-info p {
  display: inline;
}
.repair-order-invoice .customer-info .name {
  font-size: 18px;
  font-weight: bold;
}
.repair-order-invoice .customer-info .address {
  font-style: italic;
}
.repair-order-invoice .customer-info .phone {
  font-weight: bold;
}
.repair-order-invoice .repair-info {
  clear: both;
  padding-top: 10px;
  width: 100%;
}
.repair-order-invoice .repair-info .unit-info {
  width: 100%;
}
.repair-order-invoice .repair-info .unit-info p {
  display: inline;
  margin-right: 10px;
  line-height: 2em;
}
.repair-order-invoice .repair-info .unit-info .heading {
  font-weight: bold;
  font-size: 18px;
}
.repair-order-invoice .repair-info .problem {
  width: 100%;
  border: 1px solid black;
  padding: 10px;
  height: 130px;
  margin-bottom: 10px;
}
.repair-order-invoice .repair-info .notes {
  width: 100%;
  border: 1px solid black;
  padding: 10px;
  height: 370px;
}
.repair-order-invoice .footer table {
  width: 100%;
}
.repair-order-invoice .footer table tr {
  height: 30px;
}
.repair-order-invoice .footer table th {
  color: #000;
  padding: 0;
  border: 1px solid black;
}
.repair-order-invoice .footer table td {
  border: 1px solid black;
  padding: 0;
}
.repair-order-invoice .customer-signature {
  padding-top: 10px;
  bottom: 0;
}
.close-out-print {
  background: white;
  width: 8.5in;
  height: 11in;
  color: black;
  padding: 0 10px;
  font-size: 15px;
}
.close-out-print .info {
  float: left;
}
.close-out-print .preTaxInfo {
  float: right;
}
.close-out-print .sales-info {
  clear: both;
  width: 100%;
  padding-right: 50px;
}
.close-out-print p {
  display: inline;
  margin-right: 10px;
}
.close-out-print tr th {
  font-weight: bold;
  color: #000;
}
.close-out-print tr th,
.close-out-print tr td {
  padding: 5px 0;
}
.close-out-print .heading {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.close-out-print .sales-list tr {
  font-size: 12px;
}
.close-out-print .totals {
  font-weight: bold;
}
.close-out-print .totals td {
  font-size: 20px;
}
.product-wrapper {
  color: #000;
  width: 100%;
  padding: 0;
  margin: 0;
}
.product-wrapper .product-info {
  padding: 0;
  margin: 0;
}
.product-wrapper .product-info table th {
  font-size: 18px;
  color: #000;
}
.product-wrapper .product-info table td {
  font-size: 14px;
}
.product-wrapper .product-image {
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.product-wrapper .product-image img {
  max-width: 200px;
  max-height: 200px;
}
.product-wrapper .sales-history a {
  text-decoration: none;
  color: #777;
}
.product-wrapper .sales-history th {
  font-size: 18px;
}
.product-wrapper .sales-history th small {
  font-size: 10px;
}
.table-results td {
  padding: 10px 0;
  pointer: cursor;
  margin: 0;
}
.table-results td a {
  color: #2962ff;
}
.table-results td a:hover {
  text-decoration: none;
  color: #0d47a1;
}
.table-results td button {
  margin: 0;
}
.table-results td button a {
  color: #FFFFFF;
}
.table-results td button a:hover {
  color: #FFFFFF;
}
.table-results tr {
  cursor: pointer;
}
.table-results tr:not(:first-child):nth-child(even) {
  background: #e0e0e0;
}
.sales-invoice-info div {
  float: none;
  margin: 0;
}
.sales-invoice-info div p {
  margin: 0;
  padding: 5px;
  line-height: 1;
}
.sales-invoice-info .heading {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.sales-invoice-info .customer-info {
  float: left;
  width: 50%;
}
.sales-invoice-info .invoice-info {
  float: right;
  text-align: right;
  width: 30%;
}
.sales-invoice-info .invoice-info span {
  float: left;
}
.sales-invoice-info .invoice-products {
  padding-top: 5px;
  clear: both;
}
.sales-invoice-info .invoice-products table tr {
  padding: 0;
  margin: 0;
}
.sales-invoice-info .invoice-products table th {
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.sales-invoice-info .invoice-products table td {
  padding: 0;
}
.stock-tabs .tab {
  padding: 15px 10px;
  margin: 0;
  width: 90px;
  background: #7986cb;
  border: 1px solid #3f51b5;
}
.stock-tabs .tab:hover {
  background: #303f9f;
}
.stock-tabs .tab-active {
  background: #3f51b5;
  border: 1px solid #303f9f;
}
.stock-tabs a:hover,
.stock-tabs a:active,
.stock-tabs a:visited {
  text-decoration: none;
}
.order {
  width: 100%;
}
.order .status-Unordered {
  background: #ffcdd2;
  border: 1px solid #e57373;
  color: #d50000;
  padding: 0 10px;
  padding-top: 9px;
  margin: 3px 0;
}
.order .status-Unordered .md-icon-Unordered {
  color: #d50000;
}
.order .status-Ordered {
  background: #fffde7;
  border: 1px solid #fff176;
  color: #fbc02d;
  padding: 0 10px;
  padding-top: 9px;
  margin: 3px 0;
}
.order .status-Ordered .md-icon-Ordered {
  color: #ffd600;
}
.order .status-In-Transit {
  background: #bbdefb;
  border: 1px solid #64b5f6;
  color: #2962ff;
  padding: 0 10px;
  padding-top: 9px;
  margin: 3px 0;
}
.order .status-In-Transit .md-icon-In-Transit {
  color: #2962ff;
}
.order .status-Completed {
  background: #c8e6c9;
  border: 1px solid #81c784;
  color: #00c853;
  padding: 0 10px;
  padding-top: 9px;
  margin: 3px 0;
}
.order .status-Completed .md-icon-Completed {
  color: #00c853;
}
.order p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.order .order-date,
.order .order-received {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}
.order .order-status,
.order .view-more,
.order .order-received {
  float: right;
  margin: 0 5px;
}
.order .material-icons {
  vertical-align: middle;
  padding-bottom: 3px;
}
.completed {
  background: #c8e6c9;
  border: 1px solid #81c784;
}
.stock-transfer-order .heading {
  font-size: 18px;
  font-weight: bold;
}
.stock-transfer-order .order-header .order-status {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.stock-transfer-order .order-header .status-Unordered {
  background: #ffcdd2;
  border: 1px solid #e57373;
  color: #d50000;
}
.stock-transfer-order .order-header .status-Ordered {
  background: #fff9c4;
  border: 1px solid #fff176;
  color: #ffd600;
}
.stock-transfer-order .order-header .status-In-Transit {
  background: #bbdefb;
  border: 1px solid #64b5f6;
  color: #2962ff;
}
.stock-transfer-order .order-header .status-Completed {
  background: #c8e6c9;
  border: 1px solid #81c784;
  color: #00c853;
}
.stock-transfer-order .order-header .order-number {
  float: left;
}
.stock-transfer-order .order-header .order-dates {
  float: right;
  text-align: right;
}
.todo-container input[type="checkbox"] {
  position: relative;
  z-index: -9999;
  margin-left: -10px;
}
.todo-container label {
  cursor: pointer;
  color: #3f51b5;
}
.todo-container input[type="checkbox"]:checked + label {
  color: #666;
  font-style: italic;
  text-decoration: line-through;
  font-size: 12px;
  cursor: default;
}
body {
  background: #eee;
  padding: 0;
  margin: 0;
  font-family: Roboto;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.highlight {
  font-weight: bold;
  color: #000;
}
:focus {
  outline: none;
}
.clear-class {
  clear: both;
  display: hidden;
}
.print-method {
  visibility: hidden;
}
footer {
  clear: both;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
}
.clickable {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
