html,
body {
  height: 100% !important;
}

body {
  background: #ddd;
  font-size: 12px;
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "robotoregular", Helvetica, Arial, sans-serif;
}

/**
* RECEIPT FONTS POS
*/

.passbook {
  font-size: 9px !important;
}

.passbook table tr td {
  font-size: 9px !important;
}

.passbook table tr th {
  font-size: 10px !important;
}

.reciept {
  font-size: 9px !important;
}

.reciept table tr td {
  font-size: 9px !important;
}

.reciept table tr th {
  font-size: 10px !important;
}

.page-header {
  border: 0;
  margin: 1.5em 0 0;
}

.page-header h1 {
  color: #555;
  font-size: 1.5em;
  margin-top: 0;
  text-transform: uppercase;
}

.breadcrumb {
  border-radius: 0;
  margin-bottom: 10px;
  background-color: transparent;
}

/* solution for datepickers not working in modals */
.datepicker {
  z-index: 99999 !important;
}

.wrapper {
  min-height: 75%;
  min-height: 75vh;
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1366px;
}

.row {
  /*max-width: 100%;*/
}

.wizard > .content {
  overflow-y: auto;
}

hr {
  margin: 15px 0;
}

.btn {
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.btn + .btn {
  margin-left: 3px !important;
}

.btn-group .btn + .btn {
  margin-left: 0 !important;
}

.btn-filters .btn {
  background-color: #f3f3f3;
  color: #222 !important;
  border: 1px solid #ccc;
  background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
  background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
}

.btn-filters .btn:not(:last-child) {
  border-right: 0;
}

.btn-filters .btn:active,
.btn-filters .btn:hover .btn-filters .btn.active {
  background-color: #dfdfdf !important;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf) !important;
  background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf) !important;
  border-color: #ccc;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
  color: #222 !important;
}

.form-control {
  box-shadow: none !important;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  outline: none;
}

.form-control.error {
  background: #f4d7dc;
  border: 1px solid #dd4a64 !important;
}

.form-control[required]:after {
  color: #e8272e;
  content: "*";
  position: relative;
  left: 3px;
  top: 0;
  z-index: 2;
}

.form-control.toggle-field {
  margin-top: 5px;
}

input.datepicker {
  background: url(../img/calendar.png) no-repeat 5% center / 16px;
  padding-left: 3em;
}

h4.form-legend {
  background: #eee;
  color: #777;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
  padding: 5px 8px;
  text-transform: uppercase;
}

ul.infolist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.infolist li {
  margin-bottom: 6px;
}

.modal-content {
  border-radius: 0;
}

.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
  cursor: pointer;
  margin-top: 2px;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5em;
  padding: 1em;
}

.action-bar {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* Style images with 404 status */
img {
  font-weight: 300;
  line-height: 2;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

img:before {
  background: #eee;
  content: "We're sorry, the image below is broken :(";
  display: block;
  margin-bottom: 10px;
}

img:after {
  background: #eee;
  content: "Could not load picture";
  font-size: 16px;
  color: rgb(100, 100, 100);
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table thead tr th {
  background: #eee;
  border-bottom: 0 !important;
}

table.table-danger thead tr th {
  background: #f00;
  color: #fff;
  font-weight: normal;
}

table.table-primary thead tr th {
  background: #3896da;
  color: #fff;
  font-weight: normal;
}

table.table-success thead tr th {
  background: green;
  color: #fff;
  font-weight: normal;
}

table.table-info thead tr th {
  background: orange;
  color: #fff;
  font-weight: normal;
}

table tr th,
table tr td {
  font-size: 0.85em !important;
}

table tr td {
  padding: 6px 6px 1px !important;
}

table tr td .btn {
  font-size: 0.93em;
  position: relative;
  top: -2px;
}

table tr td h4 {
  margin: 0;
}

.table.table-editable tr td {
  border-bottom: 0;
  border-top: 0;
}

.table.table-editable tr td .btn {
  position: static;
  top: 0;
}

/* DataTables */
table.dataTable {
  margin-top: 1.2em !important;
  width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter {
  display: inline-block;
  float: right;
}

.dataTables_info {
  display: inline-block;
  padding-top: 10px;
}

.dataTables_paginate {
  display: inline-block;
  float: right;
}

table.dataTable tr th.select-checkbox::after {
  content: " ";
  cursor: pointer;
  border: 1px solid black;
  border-radius: 3px;
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  left: 0.4em;
  top: -0.2em;
  line-height: 0.6;
}

table.dataTable tr th.select-checkbox.selected::after {
  content: "✔";
}

.dt-buttons button {
  background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
  background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
  font-size: 12px;
  font-weight: bold;
}

.dt-buttons button + button {
  border-left: 0;
}

.dt-buttons button:hover {
  background: #ddd;
}

.alert {
  border-radius: 0px;
  padding: 0.6em 1em;
}

.alert .close {
  position: relative;
  top: -1px;
}

.action-bar {
  margin-bottom: 1em;
}

.search-bar {
  background: #ffc;
  margin: 1em 0;
  padding: 10px;
}

.search-bar div {
  margin: 0;
  padding-left: 0;
}

.search-bar .form-control {
  height: 32px;
}

/* Steps layout */
.step-app > .step-steps > li > a,
.step-app > .step-steps > li.done a {
  background: #eee;
  color: #777;
  cursor: pointer;
  padding: 1.3em;
  text-transform: uppercase;
}

.step-app > .step-steps > li > a:hover,
.step-app > .step-steps > li.active a {
  background: #2184be;
  color: #fff;
}

.step-app > .step-steps > li.active.error a {
  /* background:#e8272e; */
}

.step-app > .step-steps > li > a > .number {
  background: #fff;
  padding: 3px 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  color: #2184be;
}

.step-app > .step-steps > li > a:hover > .number,
.step-app > .step-steps > li.active a > .number {
  background: #fff;
  color: #2184be;
}

.step-app > .step-content {
  background: #fff;
  border: 0;
  min-height: 25em;
  padding: 2em 1em;
}

.step-app > .step-content label.error {
  color: #e8272e;
  font-weight: normal;
  font-size: 0.8em;
}

.step-app > .step-footer {
  background: #fff;
  margin: 0;
  padding: 1em 2em;
  text-align: right;
}

.step-app > .step-footer .btn {
  padding: 0.6em 2em;
}

/* Containers */
.content {
  background: #fff;
  margin-bottom: 1em;
  /*min-height: 70vh;*/
  padding: 1em 1em 2em;
}

.tab-content {
  background: #fff;
  /*border: 1px solid #ddd;*/
  border-top: 0;
  padding: 15px;
}

.auth-bd {
  background: url(../img/landing-bg.jpg) no-repeat;
  background-size: cover;
}

.auth-banner {
  background: rgba(56, 150, 218, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}

.auth-box {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  margin: auto;
  max-width: 300px;
  max-height: 400px;
  padding: 2em 3em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.auth-logo {
  margin: 2% auto 10%;
  max-width: 120px;
}

.main-header .navbar {
  box-shadow: 0 0px 5px #aaa;
}

.main-header .sidebar-toggle:before {
  color: #3c8dbc !important;
}

.main-sidebar,
.left-side {
  background: #ecf0f5;
}

.navbar {
  background: #eee;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0px;
}

.navbar-brand {
  height: auto;
  padding-top: 0;
  position: relative;
  width: 100px;
}

.navbar-brand img {
  background: #fff;
  box-shadow: 0 3px 5px #777;
  max-height: 3em;
  padding: 6px;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}

.navbar .navbar-collapse {
  padding: 0;
}

.navbar .navbar-nav > li > a {
  color: #555;
  font-size: 0.9em;
  padding: 10px 7px;
  transition: 200ms ease-in all;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li:hover > a,
.dash-bd .dash-lnk,
.member-bd .member-lnk,
.finance-bd .finance-lnk,
.hr-bd .hr-lnk,
.payroll-bd .payroll-lnk,
.users-bd .users-lnk,
.customers-bd .customers-lnk,
.suppliers-bd .suppliers-lnk,
.inventory-bd .inventory-lnk,
.sales-bd .sales-lnk,
.purchases-bd .purchases-lnk,
.loans-bd .loans-lnk,
.tools-bd .tools-lnk,
.agent-bd .agent-lnk,
.reports-bd .reports-lnk,
.banking-bd .banking-lnk,
.incomes-bd .income-lnk,
.expenses-bd .expenses-lnk,
.jobs-bd .jobs-lnk,
.config-bd .config-lnk,
.lip-bd .lip-lnk,
.prop-bd .prop-lnk,
.cashier-bd .cashier-lnk,
.shares-bd .shares-lnk {
  background: #3c8dbc !important;
  color: #fff !important;
}

.navbar .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  font-size: 0.8em;
  padding: 7px 20px;
}

.dropdown-menu .divider {
  height: auto;
  font-weight: bold;
  font-size: 0.7em;
  margin: 3px 0;
  padding: 3px 10px 4px 15px;
  text-transform: uppercase;
}

.dropdown-menu .divider:empty {
  height: 1px;
  padding: 0;
}

.dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  padding: 0;
}

.sidebar {
  margin-top: 15px;
}

.sidebar ul {
  padding-top: 0.5em;
}

.sidebar li.divider {
  background: #ccc;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 10px;
  text-transform: uppercase;
}

.sidebar li a {
  border-radius: 0;
  padding: 2px 6px;
  padding-left: 20px;
}

.side-header {
  cursor: pointer;
}

.sublink {
  background: #fff;
  margin-top: 0 !important;
  transition: all ease-in 200ms;
}

.profile-avatar {
  border: 0;
  width: 100%;
}

.stats-row {
  margin-bottom: 2em;
}

.stat-box {
  position: relative;
}

.stat-box a {
  background: #d9edf7;
  display: block;
  padding: 0.4em 1em;
  text-decoration: none;
}

.stat-box a:hover {
  background: #ddd;
}

.stat-box h3 {
  font-size: 3em;
  margin: 0;
}

/* Member form */
.member-form {
}

.upload-preview {
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  height: 133px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

/* #bdsMimage-preview input,
#bdsidcopy-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
} */

#bdsMimage-preview label,
#bdsidcopy-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

#regiration_form fieldset:not(:first-of-type) {
  display: none;
}

footer {
  color: #777;
  font-size: 0.9em;
  padding: 1em;
}

.empTable {
  table-layout: fixed;
  word-wrap: break-word;
}

#posEdit {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
}

#posEdit th {
  background-color: #999;
  padding: 5px;
  text-align: center;
  color: #fff;
}

#posEdit td {
  padding: 10px;
}

#posEdit td {
  background-color: #eee;
  padding: 3px;
  text-align: center;
}

.pE {
  background-color: #eee;
  padding: 10px;
  text-align: center;
}

.pEsearch {
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: center;
  display: inline-block;
}

.pEminfo {
  background-color: #eee;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}

/* styling for financial reports */

tr.td-title {
  background-color: #e2e4ff;
}
tr.s_total {
  border-top: 1px dashed #333;
}
tr.sb_exp_total {
  border-bottom: 1px dotted #333;
}
tr.exp_total {
  border-bottom: 1px dashed #333;
}
tr.sb_total {
  border-bottom: 1px solid #333;
}

/* hide vue elements before page load */

[v-cloak] {
  display: none;
}

address {
  font-size: 12px !important;
}

/* footer  logo */

.footer-logo {
  cursor: pointer;
  float: right;
}
.footer-logo a {
  background: url(../img/footer-logo.png) no-repeat center / 48px;
  display: inline-block;
  color: transparent;
  height: 48px;
  width: 48px;
}
