.btn {
  cursor: pointer;
  font-weight: 600; }
  .btn.btn-padded {
    padding: .6rem 1.5rem; }

.btn-primary {
  background-color: #f78e20;
  border-color: #f78e20; }
  .btn-primary:hover {
    background-color: #dc7408;
    border-color: #dc7408; }
  .btn-primary:focus {
    background-color: #ab5a06;
    border-color: #ab5a06; }

.btn-rounded {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px; }

.btn-delete {
  background-color: transparent;
  border: none;
  color: #cc0000;
  cursor: pointer;
  font-size: 14px; }

/* General */
body {
  background-color: #f4f6f9;
  color: #6d7885;
  font-family: "Open Sans", sans-serif;
  padding-top: 90px; }

h1 {
  font-size: 2rem; }

h1, .h1,
h2, .h2 {
  color: #3e4754; }

h2.font-weight-600.mb-3 {
  color: #f78e20; }

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #6d7885; }

/* Bootstrap Overrides */
.table {
  margin-bottom: 0; }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.025); }

.table-sm td, .table-sm th {
  padding: .5rem .3rem; }

.form-control {
  border-color: #ddd; }

/* Helpers */
.bg-white {
  background-color: #fff; }

.shadow {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.t-dark {
  color: #3e4754; }

.t-med {
  color: #6d7885; }

.t-light {
  color: #b0b6bf; }

.font-weight-600 {
  font-weight: 600; }

.up-2 {
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.miw-100 {
  min-width: 100px; }

.mw-200 {
  min-width: 200px; }

.mw-300 {
  min-width: 300px; }

/* Layout */
.header {
  height: 90px; }
  @media (max-width: 480px) {
    .header {
      padding-left: 0;
      padding-right: 0; } }
  .header .logo {
    max-height: 55px; }
  @media (max-width: 600px) {
    .header .navbar-nav {
      font-size: 13px; } }
  .header .navbar-nav li:not(:last-child):after {
    color: #b0b6bf;
    content: "//";
    display: inline-block;
    margin: 0 8px; }
    @media (max-width: 600px) {
      .header .navbar-nav li:not(:last-child):after {
        content: ""; } }
  .header .company {
    margin-top: -6px; }
  .header .search input[type='text'] {
    padding: 8px 16px;
    width: 100%; }
  .header .search input.button {
    background-color: transparent;
    background-image: url("../images/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border: none;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 16px;
    text-indent: -9999px;
    top: 0;
    width: 42px; }

.toggle-submenu {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  position: relative; }
  .toggle-submenu > span {
    display: inline-block;
    padding: 1rem 2rem; }
  .toggle-submenu .toggle-btn {
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px; }

.menu-line {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 20px; }
  .menu-line + .menu-line {
    margin-top: 5px; }

.sidebar {
  background-color: #333;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  position: fixed;
  top: 90px;
  z-index: 1000; }
  .sidebar .sidebar-logo {
    bottom: 20px;
    left: 50%;
    max-height: 30px;
    opacity: .2;
    position: absolute;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .sidebar .toggle-submenu {
    display: none; }
  @media (max-width: 767px) {
    .sidebar {
      padding-top: 0;
      position: relative;
      top: 0; }
      .sidebar .toggle-submenu {
        display: block; }
      .sidebar #navigation {
        display: none; } }
  @media (min-width: 768px) {
    .sidebar #navigation {
      display: block !important; } }

#column2 .inner {
  background-color: #fff;
  padding: 20px; }
  #column2 .inner > *:first-child {
    margin-bottom: 1rem; }
  #column2 .inner .recentList {
    box-shadow: none;
    padding: 0; }

main {
  background-color: #eee; }
  @media (max-width: 480px) {
    main #page {
      padding: 0; } }

footer .logo {
  max-height: 50px; }

/* Misc */
.productSelect {
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0; }
  .productSelect .ui-widget-header {
    background: #f0f0f0;
    border: none;
    border-radius: 0;
    font-size: 16px; }
  .productSelect .ui-dialog .ui-dialog-titlebar {
    padding: .75rem 1.5rem; }
  .productSelect .ui-dialog .ui-dialog-titlebar-close {
    right: .8em; }

.qq-upload-button {
  background-color: #17a2b8;
  background-image: none;
  border-color: #17a2b8;
  max-width: 185px;
  padding: 10px;
  text-align: center;
  width: 100%; }
  .qq-upload-button.qq-upload-button-hover {
    background-color: #117a8b;
    border-color: #117a8b; }
  .qq-upload-button, .qq-upload-button.qq-upload-button-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/*# sourceMappingURL=theme.css.map */
