/**
 * Styles for Enquiry Management System.
 */
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  font-size: 16px;
}
a {
  color: #ff7f2a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff6600;
  text-decoration: none;
}
a:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.btn {
  border-radius: 0;
}
.dropdown-menu {
  border-radius: 0;
}
.label {
  border-radius: 0;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #999999;
}
.form-control:focus {
  box-shadow: none;
  border-color: #666666;
}
.input-group-addon {
  background-color: #fff;
  border-radius: 0;
  border-color: #999999;
}
.input-group-addon:hover {
  background-color: #f2f2f2;
}
form .btn {
  margin-bottom: 5px;
}
input.form-control[data-type=date],
.cursor-pointer,
.cursor-pointer[disabled],
.cursor-pointer[readonly] {
  cursor: pointer;
}
.checkbox-inline.no-indent,
.checkbox-inline.no-indent + .checkbox-inline.no-indent,
.radio-inline.no-indent,
.radio-inline.no-indent + .radio-inline.no-indent {
  margin-left: 0;
  margin-right: 10px;
}
.checkbox-inline.no-indent:last-child,
.radio-inline.no-indent:last-child {
  margin-right: 0;
}
.col-major {
  padding: 0 30px;
}
.wrapper {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.content {
  margin-left: 70px;
  transition: margin-left 0.5s ease-out;
}
.content-header {
  height: 69px;
  border-bottom: 1px solid #588d3f;
}
.content-header h2 {
  padding: 25px 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.content-header h2 .label {
  margin-left: 10px;
}
.content-header .options {
  height: 69px;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  list-style-type: none;
}
.content-header .options li {
  display: inline-block;
}
.content-header .options a {
  display: inline-block;
  padding: 25px 0;
  font-weight: bold;
}
.content-header .options .fa {
  padding-right: 5px;
}
.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.navbar-form .bootstrap-select .dropdown-toggle {
  color: #fff;
  background-color: #363b3e;
  border-color: #363b3e;
}
.navbar-default {
  background-color: #363b3e;
}
.navbar-default .navbar-brand {
  background-color: #23272a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: #0c0d0e;
}
.navbar-default .navbar-nav > li > a {
  padding: 15px 30px;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #23272a;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #23272a;
}
.navbar-default .fa {
  padding-right: 5px;
}
.navbar-default .caret {
  margin-left: 5px;
}
.navbar-default .toggle {
  padding-top: 14px;
  margin: 0;
}
.navbar-default .toggle a {
  padding: 15px;
  color: #fff;
}
.navbar-default .toggle a:hover {
  color: #fff;
  background-color: #23272a;
}
.sidebar-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  min-width: 70px;
  background-color: #7cb860;
  transition: width 0.5s ease-out;
}
.sidebar-menu .collapse {
  display: none;
}
.sidebar-menu .nav {
  text-align: center;
}
.sidebar-menu .nav li {
  margin-top: 0;
}
.sidebar-menu .nav .title {
  display: none;
}
.sidebar-menu .nav i {
  font-size: 28px;
}
.sidebar-menu .nav a,
.sidebar-menu .nav .active a {
  padding: 20px 15px;
  color: #2e5732;
  background-color: #7cb860;
  border-radius: 0;
}
.sidebar-menu .nav a:hover,
.sidebar-menu .nav .active a:hover,
.sidebar-menu .nav a:focus,
.sidebar-menu .nav .active a:focus {
  color: #e6e6e6;
  background-color: #6eb04f;
}
.sidebar-menu .nav .active a {
  color: #e6e6e6;
  background-color: #6eb04f;
  position: relative;
}
.sidebar-menu .nav .active a:before {
  top: 50%;
  right: 0;
  content: "";
  height: 0;
  position: absolute;
  margin-top: -10px;
  margin-right: -2px;
}
.sidebar-menu .nav .active a:after {
  top: 50%;
  right: 0;
  color: #fff;
  content: "\f0d9";
  position: absolute;
  text-align: center;
  width: 10px;
  line-height: 20px;
  font-size: 20px;
  font-family: "FontAwesome";
  margin-top: -10px;
  margin-right: -2px;
}
.sidebar-menu .nav .toggle-sidebar a {
  height: 69px;
  color: #2e5732;
  background-color: #588d3f;
}
.sidebar-menu .nav .toggle-sidebar a:hover,
.sidebar-menu .nav .toggle-sidebar a:focus {
  color: #e6e6e6;
}
.tabs-wrapper {
  padding: 0 15px;
}
.major-tabs {
  margin: 15px 0;
  border-color: #7cb860;
}
.major-tabs > li {
  padding-right: 60px;
}
.major-tabs > li > a,
.major-tabs > li.active > a {
  padding: 10px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 1px solid #7cb860;
  color: #333333;
}
.major-tabs > li > a:hover,
.major-tabs > li.active > a:hover,
.major-tabs > li > a:focus,
.major-tabs > li.active > a:focus {
  color: #ff6600;
  background-color: #fff;
  border-color: #7cb860;
  position: relative;
}
.major-tabs > li > a:hover:before,
.major-tabs > li.active > a:hover:before,
.major-tabs > li > a:focus:before,
.major-tabs > li.active > a:focus:before {
  border-bottom: 1px solid white;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-bottom: -1px;
  margin-left: -5px;
  position: absolute;
  width: 9px;
}
.major-tabs > li > a:hover:after,
.major-tabs > li.active > a:hover:after,
.major-tabs > li > a:focus:after,
.major-tabs > li.active > a:focus:after {
  bottom: 0;
  color: #7cb860;
  content: "\f106";
  left: 50%;
  margin-bottom: -7px;
  margin-left: -6px;
  position: absolute;
  text-align: center;
  width: 10px;
  line-height: 19px;
  font-size: 19px;
  font-family: "FontAwesome";
}
.major-tabs li.active > a,
.major-tabs li.active > a:hover,
.major-tabs li.active > a:focus {
  color: #ff6600;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #7cb860;
  cursor: default;
  position: relative;
}
.major-tabs li.active > a:before,
.major-tabs li.active > a:hover:before,
.major-tabs li.active > a:focus:before {
  border-bottom: 1px solid white;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-bottom: -1px;
  margin-left: -5px;
  position: absolute;
  width: 9px;
}
.major-tabs li.active > a:after,
.major-tabs li.active > a:hover:after,
.major-tabs li.active > a:focus:after {
  bottom: 0;
  color: #7cb860;
  content: "\f106";
  left: 50%;
  margin-bottom: -7px;
  margin-left: -6px;
  position: absolute;
  text-align: center;
  width: 10px;
  line-height: 19px;
  font-size: 19px;
  font-family: "FontAwesome";
}
.tab-content {
  margin-top: 30px;
}
.tab-content p {
  margin-bottom: 15px;
}
.tab-pane h4 {
  font-size: 16px;
  font-weight: bold;
}
body > footer {
  color: #fff;
  text-align: center;
  background-color: #363b3e;
  font-size: 13px;
}
body > footer p {
  padding: 15px;
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel .panel-heading {
  border-radius: 0;
}
.expanded-menu aside.sidebar-menu {
  width: 230px;
}
.expanded-menu aside.sidebar-menu .expand {
  display: none;
}
.expanded-menu aside.sidebar-menu .collapse {
  display: inline-block;
}
.expanded-menu aside.sidebar-menu li {
  text-align: left;
}
.expanded-menu aside.sidebar-menu li .title {
  position: relative;
  top: -5px;
  display: inline-block;
  height: 28px;
  margin-left: 10px;
  line-height: 28px;
}
.expanded-menu section.content {
  margin-left: 230px;
}
.table-borderless {
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%;
}
.table-borderless th,
.table-borderless td {
  line-height: 1.5;
  padding: 8px;
  vertical-align: top;
}
.enquiry-dash {
  margin: 30px 0;
}
.enquiry-dash .count-display {
  margin: 15px 0;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #444;
  *zoom: 1;
}
.enquiry-dash .count-display:before,
.enquiry-dash .count-display:after {
  content: " ";
  display: table;
  line-height: 0;
}
.enquiry-dash .count-display:after {
  clear: both;
}
.enquiry-dash .count-display .icon {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  font-size: 32px;
  text-align: center;
  background-color: #222;
}
.enquiry-dash .count-display .icon .fa {
  line-height: 100px;
}
.enquiry-dash .count-display .info {
  display: block;
  float: left;
  padding-left: 15px;
}
.enquiry-dash .count-display .info .count {
  display: block;
  line-height: 60px;
  font-size: 28px;
  font-weight: bold;
}
.enquiry-dash .count-display .info .name {
  display: block;
  text-transform: uppercase;
}
.enquiry-dash .count-display.green {
  background-color: #5cb85c;
}
.enquiry-dash .count-display.green .icon {
  background-color: #449d44;
}
.enquiry-dash .count-display.orange {
  background-color: #f0ad4e;
}
.enquiry-dash .count-display.orange .icon {
  background-color: #ec971f;
}
.enquiry-dash .count-display.blue {
  background-color: #5bc0de;
}
.enquiry-dash .count-display.blue .icon {
  background-color: #31b0d5;
}
.enquiry-dash .count-display.red {
  background-color: #d9534f;
}
.enquiry-dash .count-display.red .icon {
  background-color: #c9302c;
}
.enquiry-dash .status-count {
  height: 270px;
  padding: 15px;
  border: 1px solid #e6e6e6;
}
.enquiry-dash .status-count h3 {
  margin-top: 0;
  padding: 10px 0;
  line-height: 30px;
  border-bottom: 1px solid #7cb860;
}
.enquiry-dash .status-count h3 .fa {
  padding-right: 10px;
  font-size: 20px;
  line-height: 30px;
  color: orange;
}
.enquiry-dash .status-count ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.enquiry-dash .status-count ul li {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  *zoom: 1;
}
.enquiry-dash .status-count ul li:before,
.enquiry-dash .status-count ul li:after {
  content: " ";
  display: table;
  line-height: 0;
}
.enquiry-dash .status-count ul li:after {
  clear: both;
}
.enquiry-dash .status-count ul li:last-child {
  border-bottom: none;
}
.enquiry-dash .day-chart > canvas {
  width: 100% !important;
  height: 270px !important;
}
@media (max-width: 1300px) {
  .enquiry-dash .count-display {
    margin: 10px 0;
    height: 75px;
  }
  .enquiry-dash .count-display .icon {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }
  .enquiry-dash .count-display .icon .fa {
    line-height: 75px;
  }
  .enquiry-dash .count-display .info {
    padding-left: 10px;
  }
  .enquiry-dash .count-display .info .count {
    line-height: 40px;
    font-size: 28px;
  }
  .enquiry-dash .count-display .info .name {
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .enquiry-dash .count-display {
    margin: 10px 0;
    height: 60px;
  }
  .enquiry-dash .count-display .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .enquiry-dash .count-display .icon .fa {
    line-height: 60px;
  }
  .enquiry-dash .count-display .info {
    padding-left: 10px;
  }
  .enquiry-dash .count-display .info .count {
    line-height: 35px;
    font-size: 24px;
  }
  .enquiry-dash .count-display .info .name {
    font-size: 11px;
  }
}
.tab-overview p {
  position: relative;
  *zoom: 1;
}
.tab-overview p:before,
.tab-overview p:after {
  content: " ";
  display: table;
  line-height: 0;
}
.tab-overview p:after {
  clear: both;
}
.tab-overview .enquiry-no {
  padding-left: 5px;
}
.tab-overview .enquiry-status {
  float: right;
}
.tab-overview .customer .name {
  padding: 0 5px;
  font-weight: bold;
}
.tab-overview .title {
  display: inline-block;
  width: 75px;
}
.tab-overview .count,
.tab-overview .price,
.tab-overview .shipping,
.tab-overview .payment,
.tab-overview .name,
.tab-overview .created,
.tab-overview .updated {
  display: inline-block;
  font-weight: bold;
}
.tab-overview .count,
.tab-overview .shipping {
  width: 200px;
}
.tab-overview .created,
.tab-overview .updated {
  font-weight: normal;
  font-style: italic;
}
.enquiry-saved {
  margin: 30px 0;
}
.enquiry-options {
  padding: 10px 0;
  margin-top: 50px;
  margin-bottom: 15px;
  border-top: 1px solid #7cb860;
  border-bottom: 1px solid #7cb860;
  text-align: right;
}
.enquiry-options .btn {
  width: 125px;
  margin-left: 10px;
}
.tab-customer .btn {
  margin-left: 5px;
}
.tab-customer .search:before {
  color: #666666;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 25px;
}
.tab-customer .search .form-control {
  padding-left: 35px;
}
.tab-customer .customer-view .fa {
  width: 30px;
}
.tab-customer .address p,
.tab-customer .contact-person p {
  padding-left: 30px;
}
.tab-customer .address h4 {
  padding-top: 0;
  margin-top: 0;
}
.tab-customer .contact-person h4 {
  margin-top: 40px;
}
.tab-customer .search:before {
  z-index: 10;
}
.tab-customer .search .twitter-typeahead {
  display: block !important;
}
.tab-customer .search .tt-dropdown-menu {
  padding: 10px;
  width: 100%;
  border: 1px solid #999999;
  border-top: none;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tab-customer .search .tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 10px;
}
.tab-customer .search .tt-dropdown-menu .tt-suggestion.tt-cursor {
  background-color: #7cb860;
  color: #fff;
}
.tab-customer .search .tt-dropdown-menu .tt-suggestion p {
  margin-bottom: 0;
}
.tab-shipping h4 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.tab-shipping .basic-info {
  margin-bottom: 30px;
}
.tab-products .category h4 {
  padding-top: 0;
  margin-top: 0;
}
.tab-products .search {
  margin-left: 10px;
}
.tab-products .search:before {
  color: #666666;
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 35px;
}
.tab-products .search .form-control {
  padding-left: 35px;
  margin-bottom: 30px;
}
.tab-products .price-range .form-control {
  width: 35%;
  display: inline-block;
}
.tab-products .price-range .hyphen {
  display: inline-block;
  margin: 0 10px;
}
.tab-products .table-products th {
  text-align: center;
}
.tab-products .table-products .form-control {
  height: 30px;
}
.tab-products .table-products .price,
.tab-products .table-products .quantity,
.tab-products .table-products .total {
  text-align: right;
}
.tab-products .table-products .quantity {
  width: 50px;
}
.tab-products .table-products .options {
  text-align: center;
}
.tab-products .table-products .options .remove {
  color: #d9534f;
}
.tab-products .table-products .options .remove:hover {
  color: #c9302c;
}
.tab-products .product-list {
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin-left: 10px;
}
.tab-products .product-list .entry {
  color: #666666;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.tab-products .product-list .entry:last-child {
  border-bottom: none;
}
.tab-products .product-list p {
  margin-bottom: 8px;
}
.tab-products .product-list .name {
  color: #333333;
}
.tab-products .product-list .price {
  color: #333333;
}
.tab-products .product-list .quantity {
  display: inline-block;
  margin-left: 5px;
  width: 75px;
}
.tab-products .product-list .btn {
  width: 75px;
}
.content {
  position: relative;
  overflow: auto;
}
.sidebar {
  position: absolute;
  top: 69px;
  right: 0;
  bottom: 0;
  border-left: 1px solid #e6e6e6;
  background-color: #f9f9f9;
}
.sidebar-content h4 {
  padding: 10px 0;
  margin: 15px 0;
  height: 43px;
  color: #333333;
  border-bottom: 1px solid #7cb860;
  font-size: 16px;
  font-weight: normal;
}
.sidebar-content h4 .fa {
  padding-right: 5px;
}
.sidebar-content table {
  margin: 30px 0;
  width: 100%;
}
.sidebar-content table th,
.sidebar-content table td {
  padding: 3px;
}
.sidebar-content table th {
  font-weight: normal;
}
.sidebar-content ul {
  padding: 15px 0;
  list-style-type: none;
  font-size: 14px;
}
.sidebar-content .entry {
  *zoom: 1;
  padding-top: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-content .entry:before,
.sidebar-content .entry:after {
  content: " ";
  display: table;
  line-height: 0;
}
.sidebar-content .entry:after {
  clear: both;
}
.sidebar-content .entry:last-child {
  border-bottom: none;
}
.sidebar .bank-account h4 {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.sidebar .bank-account .form-control {
  margin-bottom: 15px;
  margin-right: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: bottom;
}
.sidebar .bank-account .btn {
  margin-bottom: 15px;
  width: 75px;
}
.sidebar .price-range .form-control {
  display: inline-block;
  width: 75px;
}
.enquiry-view h2 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7cb860;
  font-size: 16px;
  font-weight: bold;
  color: orange;
}
.enquiry-view .table {
  margin-bottom: 40px;
}
.table-follow-up th {
  text-align: center;
}
.table-follow-up .amount {
  text-align: right;
}
.table-follow-up .date,
.table-follow-up .options {
  text-align: center;
}
.table-follow-up .options.multi .fa {
  margin: 0 10px;
}
.login {
  padding-top: 20vh;
  margin: 0 auto;
  width: 500px;
}
.login h1 {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
  color: orange;
}
.login form {
  padding: 30px;
  padding-bottom: 15px;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}
.login form label {
  color: #4d4d4d;
  font-weight: normal;
}
.admin .content-wrapper {
  padding-top: 30px;
}
.admin .content-wrapper .form-horizontal .form-group {
  margin: 0;
  margin-bottom: 15px;
}
.admin .content-wrapper h3 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: bold;
}
.admin .content-wrapper p > .fa {
  width: 25px;
  text-align: center;
}
.admin .sidebar table th {
  font-weight: bold;
}
input[type=number] {
  padding-right: 0 !important;
}
.admin-dash {
  margin: 30px 0;
}
.admin-dash .counter {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  *zoom: 1;
}
.admin-dash .counter:before,
.admin-dash .counter:after {
  content: " ";
  display: table;
  line-height: 0;
}
.admin-dash .counter:after {
  clear: both;
}
.admin-dash .counter .counter-icon {
  float: left;
}
.admin-dash .counter .counter-icon i {
  display: block;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #333333;
  font-size: 25px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.admin-dash .counter .counter-label {
  float: left;
  padding-left: 25px;
}
.admin-dash .counter .counter-label strong {
  display: block;
  color: #4d4d4d;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
}
.admin-dash .counter .counter-label span {
  margin-top: 5px;
  display: block;
  color: #999999;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.admin-dash .counter.green {
  border-color: #5cb85c;
}
.admin-dash .counter.green .counter-icon i {
  background-color: #449d44;
}
.admin-dash .counter.orange {
  border-color: #f0ad4e;
}
.admin-dash .counter.orange .counter-icon i {
  background-color: #ec971f;
}
.admin-dash .counter.blue {
  border-color: #5bc0de;
}
.admin-dash .counter.blue .counter-icon i {
  background-color: #31b0d5;
}
.admin-dash .counter.red {
  border-color: #d9534f;
}
.admin-dash .counter.red .counter-icon i {
  background-color: #c9302c;
}
.admin-dash .admin-chart {
  margin-bottom: 10px;
  height: 300px !important;
  width: 100% !important;
}
.table-report th {
  text-align: left;
}
.table-report .amount {
  text-align: right;
}
.table-report .date,
.table-report .options {
  text-align: center;
}
th.sort-header {
  cursor: pointer;
}
th.sort-header:after {
  content: "\f0d8";
  float: right;
  visibility: hidden;
}
th.sort-header:hover:after {
  visibility: visible;
}
th.sort-up:after,
th.sort-down:after,
th.sort-down:hover:after {
  visibility: visible;
  opacity: 0.5;
}
th.sort-up:after {
  content: "\f0d7";
}
.print-doc {
  background-color: #7cb860;
}
.print-doc .printable {
  width: 210mm;
  margin: 50px auto;
  padding: 10mm;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.print-doc .table-borderless {
  border: none;
}
.print-doc .table-borderless th,
.print-doc .table-borderless td {
  border: none;
  padding: 1mm;
}
.print-doc .table-borderless th {
  padding-left: 10mm;
}
.print-doc .table-borderless th:first-child {
  padding-left: 1mm;
}
.print-doc .table-borderless td {
  padding-left: 2mm;
}
.print-doc .table-full {
  width: 100%;
}
.print-doc .header {
  margin-bottom: 10mm;
}
.print-doc .header h1 {
  margin-top: 0;
}
.print-doc .table-quotation {
  margin-top: 10mm;
}
.print-doc .table-quotation th {
  text-align: center;
}
.print-doc .table-quotation .price,
.print-doc .table-quotation .quantity,
.print-doc .table-quotation .total {
  text-align: right;
}
.print-doc .footer {
  text-align: center;
  font-size: 0.9em;
}
.print-doc .btn-print {
  margin-bottom: 50px;
}
@media print {
  body {
    margin: 0px;
    background-color: #fff;
  }
  .printable {
    margin: 0;
    padding: 2cm;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  @page {
    size: auto;
    margin: 0mm;
  }
}
.error-message {
  padding-top: 35vh;
  margin: 0 auto;
  width: 500px;
  text-align: center;
}
.error-message h1 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  text-align: center;
  color: orange;
  border-bottom: 1px solid orange;
}
.error-message .btn {
  margin-bottom: 2px;
}
/*# sourceMappingURL=../css/main.css.map */