// If you want to override variables do it here
@import "variables";

// Import styles
@import "~@coreui/coreui/scss/coreui";
// If you want to add something do it here
@import "custom";
@import "card-custom";
@import "custom/sidebar-custom";
@import "custom/notification-custom";
@import "custom/grid-custom";
@import "custom/page-custom";
@import "custom/view-custom";
@import "custom/fancy-scrolls";
@import "custom/article-toc";
@import "custom/database-module";
@import "custom/table-custom";
@import "custom/shimit";
@import "custom/order-custom";
@import "custom/reporting-custom";
@import "custom/dcoument-page";
@import "custom/application-preview";

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }

  .headerBg {
    background: red;
    background: url("http://templatelab.com/wp-content/uploads/2016/01/Letterhead-Template-22.jpg");
    // backgFround-size: cover;
    height: 500px;
    width: 30em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}


@page {
  size: auto; /* auto is the initial value */
  margin: 0px !important; /* this affects the margin in the printer settings */
  padding: .2in 0 .2in 0 !important;
}

.ladda-button {
  padding: 12px 16px !important;
  height: 44px !important;
}