/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
body {
  /*margin-top: 100px;*/
  height: 100%;
  color: #222222;
  width: 100%;
  overflow-x: hidden;
}

#wrapper {
  height: calc(100% - 57px);
  width: 100%;
}

#divmasterdata {
  width: 100%;
  height: 100%;
}

.divPage {
  float: left;
  height: 100%;
}

#page-wrapper {
  height: 100%;
}

i[data-translation] {
  font-style: normal;
}

#divLoginLogo {
  display: block;
  border: none;
}

#divMenuLogo {
  padding: 0px 5px;
  width: 100%;
  position: relative;
  margin: 20px 0px;
}
#divMenuLogo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media (min-width: 768px) {
  /*body {
      margin-top: 50px;
  }*/
}
.fa-fw-right {
  margin-right: 5px;
}

.fa-fw-left {
  margin-left: 5px;
}

.huge {
  font-size: 50px;
  line-height: normal;
}

@media (min-width: 768px) {
  #page-wrapper {
    color: black;
    padding: 30px;
  }
}
/* Top Navigation */
.top-nav {
  padding: 0 15px;
}

.top-nav > li {
  display: inline-block;
  float: left;
}

.top-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #999;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: #000;
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 275px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

li.message-footer {
  margin: 5px 0;
}

ul.alert-dropdown {
  width: 200px;
}

/* Side Navigation */
@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 51px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .side-nav > li > a {
    width: 225px;
  }
  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    background-color: #000 !important;
  }
}
.side-nav > li > ul {
  padding: 0;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #999;
}

.side-nav > li > ul > li > a:hover {
  color: #fff;
}

/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Custom Colored Panels */
.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-green > a {
  color: #5cb85c;
}

.panel-green > a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red > .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red > a {
  color: #d9534f;
}

.panel-red > a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow > a {
  color: #f0ad4e;
}

.panel-yellow > a:hover {
  color: #df8a13;
}

.hierarchyColor {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.cashregisterColor {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.locationColor {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.employeeColor {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.tab-pane {
  margin-top: 15px;
}

.fullwidth {
  width: 100% !important;
}

#divHeaderPage {
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
}

#divDetailPage:empty {
  display: none;
}

#contentHeaderPage, #divHeaderContent, #divDetailPage, #contentDetailPage, .page-wrapper {
  height: 100%;
  width: 100%;
}

#liEmployeeName i.fa-user:before {
  margin-right: 5px;
}

.list-group-item i {
  margin-right: 5px;
}

.list-group-item.archived {
  opacity: 0.8;
}
.list-group-item.archived i {
  float: right;
  margin-top: 3px;
}

.list-group-item.grouping {
  text-align: center;
  background-color: #d4d4d4 !important;
  color: #444444 !important;
  padding: 5px 15px;
  pointer-events: none;
  cursor: none !important;
  font-weight: bold;
  border-bottom: 1px solid #b3b3b3;
  border-bottom-width: 2px !important;
  font-size: 15px;
}

.bootstrap-select .dropdown-menu.inner {
  min-width: 350px !important;
}

label, h1, h2, h3, h4, h5, h6 {
  color: #272727;
}

ul {
  padding: 0;
}

.form-group .hierarchy-select {
  width: 100%;
}

.form-group-with-button {
  height: 53px;
  align-items: flex-end;
  display: flex;
}
.form-group-with-button button {
  display: block;
  height: 34px;
}

.btn-outline {
  background-color: transparent;
}

.btn-danger.btn-outline {
  color: #d43f3a;
}

.btn-danger.btn-outline:hover {
  background-color: #fff0f0;
}

.bootstrap-table .fixed-table-toolbar {
  margin-bottom: 5px;
}
.bootstrap-table thead {
  background-color: var(--grey-300);
  color: var(--black-900);
}
.bootstrap-table tbody tr td {
  line-height: 34px;
  border-top: none;
}
.bootstrap-table tbody tr.undraggable {
  cursor: default !important;
  pointer-events: none;
}
.bootstrap-table tbody tr.undraggable button:not(:disabled), .bootstrap-table tbody tr.undraggable .material-switch {
  cursor: pointer;
  pointer-events: all;
}
.bootstrap-table tbody tr.draggable td:first-child {
  cursor: move;
}
.bootstrap-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.bootstrap-table tbody tr:hover {
  background-color: #ececec;
}
.bootstrap-table th {
  border: none !important;
}
.bootstrap-table td {
  vertical-align: middle !important;
  border: none !important;
}
.bootstrap-table .editable-click {
  cursor: text;
}
.bootstrap-table a.editable {
  display: block;
  line-height: 16px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.panel-body {
  margin-top: 15px;
  padding-top: 0px;
}

.btn-primary {
  color: white;
  background-color: var(--primary-color-500);
  border: solid 1px var(--primary-color-700);
}

.btn-primary:hover, .btn-primary:active {
  outline: none;
  background-color: var(--primary-color-300);
}

#divLoginModal .form-group:nth-child(2) {
  margin-bottom: 5px;
}
#divLoginModal #btnLoginForgotPassword {
  text-decoration: underline;
  color: #4470ac;
  display: block;
  text-align: right;
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */