﻿html,
body {
  height: 100%;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: az_ea_font, "Segoe UI", wf_segoe-ui_normal, "Segoe WP", Tahoma, Arial, sans-serif;
  overflow: hidden;
}
a {
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.fa-stack[data-value]:after {
  position: absolute;
  right: 0%;
  top: 1%;
  content: attr(data-value);
  font-size: 60%;
  padding: 4px;
  border-radius: 999px;
  line-height: 5px;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
#appcontainer {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}
.loginBox {
  width: 100%;
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loginBox .inputRow {
  padding: 5px;
  margin-top: 10px;
  /* width: 280px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
}
.loginBox .inputRow i {
  margin-right: 5px;
}
.loginBox .inputRow input {
  border: 0;
  height: 30px;
  font-size: 17px;
  width: 100%;
  padding: 3px;
}
.loginBox .checkboxRow {
  margin-top: 10px;
  width: 280px;
}
.loginBox .buttonRow {
  margin-top: 10px;
  /*  width: 280px;*/
}
.loginBox .buttonRow button {
  width: 100%;
  height: 40px;
  font-size: 20px;
}
#header {
  z-index: 10;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .h1 {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#header .h1 a {
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
#header .userinfo {
  margin: 5px;
  white-space: nowrap;
}
#header .userinfo span {
  white-space: nowrap;
  margin: 5px;
}
#header .userinfo i {
  margin: 5px;
  cursor: pointer;
}
#header .quickopen {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .quickopen span {
  font-size: 12px;
  white-space: nowrap;
  margin-right: 5px;
}
#header .quickopen select {
  padding: 4px;
}
#header .quickopen input {
  padding: 4px;
}
#body {
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  min-height: 0;
}
.menuleft {
  transition: all 0.2s ease;
  flex: 0 0 170px;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.menuleft * {
  transition: all 0.2s ease;
}
.menuleft .sidebar-nav {
  height: 100%;
}
.menuleft .menuspacer {
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}
.menuleft .menuToggle {
  text-align: right;
  margin: 5px 5px 0 0;
  font-size: 15px;
}
.menusection {
  height: calc(100% - 25px);
  overflow: auto;
}
.menusection .menugrouptitle {
  font-size: 15px;
  padding-left: 5px;
  color: orange;
}
.menuitem {
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.menuitem .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
}
.menuitem .label {
  margin-left: 10px;
  font-size: 13px;
}
.menuitem.active {
  background-color: rgba(128, 128, 128, 0.18);
}
.menuleftcollapsed {
  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
}
.menuleftcollapsed .menugrouptitle {
  font-size: 10px;
  padding-left: 0px;
  color: orange;
}
.menuleftcollapsed .menuitem {
  flex-direction: column;
  height: auto;
  max-height: none;
  margin-bottom: 5px;
  padding: 4px;
}
.menuleftcollapsed .menuitem .label {
  margin-left: 0;
  font-size: 10px;
  text-align: center;
}
.menuleftcollapsed .menuitem .icon {
  margin-left: 0;
  display: flex;
  align-items: center;
}
#mainbody {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
#breadcrumbs {
  flex: 0 0 auto;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  padding-left: 16px;
}
#breadcrumbs span {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid gray;
}
#breadcrumbs i {
  font-size: 10px;
}
.modules {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: auto;
}
.module {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 0;
  overflow: hidden;
}
.module .title {
  padding-left: 25px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
  flex-direction: row;
}
.module .title .titleicon {
  font-size: 30px;
  margin-right: 10px;
}
.module .title .titletext {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: orange;
}
.module .title .titlesubtext {
  margin: 0;
  max-width: 100%;
  margin-top: -8px;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module .actions {
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module .body {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.module .modulebuttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  display: flex;
  flex-direction: row;
}
.module .modulebuttons .modulebtn {
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.actionitem {
  display: flex;
  align-items: center;
  padding: 6px;
  cursor: pointer;
}
.actionitem .icon {
  width: 18px;
  height: 18px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.actionitem .label {
  margin-left: 2px;
  font-size: 13px;
}
.actionitem.actioniteminactive {
  opacity: 0.3;
}
.actionitem .actiondrop {
  display: none;
  position: absolute;
  background-color: green;
  top: 34px;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
  width: 270px;
}
.actionitem .actiondrop .actions {
  flex-direction: column;
  margin: 6px;
  border-bottom: 0 !important;
  padding: 0;
  max-height: none;
  height: auto;
}
.actionitem .actiondrop .actions .actionitem {
  padding: 5px;
}
.actionitem:hover .actiondrop {
  display: block;
}
.actiondevider {
  border-left: 1px solid #605e5c;
  margin: 2px;
  height: 20px;
}
.comboaction {
  position: relative;
  z-index: 999;
  height: auto;
}
.comboactionitems {
  position: absolute;
  background-color: #373535;
  min-width: 200px;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.comboactionitems .actionitem {
  height: 35px;
}
.comboactionitems .actionitem .icon {
  margin-left: 5px;
}
.combofield {
  position: relative;
}
.combofield .combofielddrop {
  position: absolute;
  z-index: 999;
  top: 35px;
  background-color: #111111;
  padding: 5px;
  left: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid gray;
  border-radius: 8px;
  min-width: 202px;
  max-height: 400px;
  overflow: auto;
}
.combofield .combofielddrop .combofielddropitem {
  cursor: pointer;
  padding: 5px;
}
.combofield .combofielddrop .combofielddropitem:hover {
  background-color: #1965ce;
}
.btn {
  font-size: 13px;
  border: 0;
  background: 0;
  outline: none;
}
.btn i {
  width: 18px;
  height: 18px;
  font-size: 16px;
  align-items: center;
  margin-right: 6px;
}
/**datagrid**/
.datagrid {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 0;
}
.datagrid .gridfilter {
  display: flex;
  flex-direction: column;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  height: 100%;
}
.datagrid .gridcontainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.datagrid .gridcontainer .gridheader {
  display: flex;
  flex-direction: row;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.datagrid .gridcontainer .gridheader .gridcell {
  line-height: 35px;
}
.datagrid .gridcontainer .gridfooter {
  display: flex;
  flex-direction: row;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-left: auto;
  position: relative;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
}
.datagrid .gridcontainer .gridfooter input {
  height: 25px;
  width: 30px;
  margin: 2px;
}
.datagrid .gridcontainer .gridfooter button {
  height: 25px;
  width: 30px;
  margin: 2px;
}
.datagrid .gridcontainer .gridfooter div {
  margin: 3px;
}
.datagrid .gridcontainer .griddata {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /*overflow: scroll;
            overflow-x: hidden;*/
}
.datagrid .gridcontainer .gridrow {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  /*  height: 30px;*/
  align-content: center;
  align-items: center;
  color: #fff;
}
.datagrid .gridcontainer .gridcell {
  position: relative;
  /*display: flex;*/
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 21px;
}
.datagrid .gridcontainer .gridcell input {
  width: 99%;
}
.datagrid .gridcontainer .gridcell select {
  padding: 2px;
  margin: 3px;
}
.datagrid .gridcontainer .gridcell-fixed {
  flex-shrink: 0;
  white-space: nowrap;
}
.datagrid .gridcontainer .gridcell-sortable {
  cursor: pointer;
}
.datagrid .gridcontainer .subgrid-row {
  position: relative;
}
.gridfilter {
  /*.filter-items {
        display: flex;
        flex-direction: column;
     
        white-space: nowrap;
        overflow: auto;


        .filter-item {
            display: flex;
            flex-direction: column;
            flex-shrink: 0;
            color: white;


            select {
                padding: 1px
            }
        }
    }*/
}
.gridfilter .ftitle {
  height: 41px;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 5px;
  flex-shrink: 0;
}
.gridfilter .filter-actions {
  display: flex;
  flex-direction: row;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
}
.subgrid-row .gridcell {
  font-size: 12px!important;
}
/***************************/
.FilterBuilder .FilterBuilder_group,
.FilterBuilder .FilterBuilder_field {
  padding: 5px 0px 5px 0;
}
.FilterBuilder > div.FilterBuilder_group {
  border-left: 0;
}
.FilterBuilder .btnOperator {
  width: 100px;
  overflow: hidden;
}
.FilterBuilder .btnOperator button {
  width: 50px;
  float: left;
  display: block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
  margin: 0;
  /*border: 1px solid red;*/
  border: 0;
  cursor: pointer;
  padding: 0;
}
.FilterBuilder .btnOperator button.btn_and {
  /*border-radius: 15px 0 0 15px;*/
}
.FilterBuilder .btnOperator button.btn_or {
  /*border-radius: 0 15px 15px 0;*/
}
.FilterBuilder .header_actions {
  overflow: hidden;
}
.FilterBuilder .header_actions > * {
  float: left;
  margin: 2px;
}
.FilterBuilder .header_actions > button {
  /*border-radius: 15px;*/
  text-align: center;
  height: 18px;
  line-height: 18px;
  /*border: 1px solid red;*/
  border: 0;
  cursor: pointer;
  padding: 0 4px;
}
.FilterBuilder select,
.FilterBuilder input {
  /*border-radius: 15px;*/
  text-align: left;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  box-sizing: border-box;
  outline: none;
  max-width: 97%;
}
/**datagrid**/
/**datadetail**/
.datadetail {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.datadetail .detaildefault {
  display: flex;
  flex-direction: row;
  height: auto;
  /*  width: 200px;
        min-width: 200px;
        max-width: 200px;*/
  border-bottom: 1px solid #605e5c;
}
.datadetail .menusection {
  height: auto;
  overflow: auto;
  display: flex;
  padding: 5px;
}
.datadetail .menuitem {
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 10px;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}
.datadetail .menuitem .icon {
  display: none !important;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
}
.datadetail .menuitem .label {
  margin-left: 10px;
  font-size: 13px;
}
.datadetail .menuitem:hover {
  background-color: transparent !important;
  border-bottom: 2px solid orange;
}
.datadetail .menuitem.active {
  background-color: transparent;
  border-bottom: 2px solid orange;
}
.datadetail .detailcontent {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 5px;
  padding-top: 0;
}
.datadetail .cardspacer {
  height: 10px;
  width: 100%;
  flex-shrink: 0;
}
.datadetail .cardlayout_horizontal {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.datadetail .cardlayout_horizontal .cardspacer {
  height: 100%;
  width: 10px;
  flex-shrink: 0;
}
.datadetail .cardlayout_vertical {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.datadetail .cardlayout_vertical .cardspacer {
  height: 10px;
  width: 100%;
  flex-shrink: 0;
}
.datadetail .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*border: 1px solid green;*/
}
.datadetail .card .cardheader {
  font-size: 14px;
  padding: 5px;
  background-color: #4894fe5e;
}
.datadetail .card .cardheader button {
  border: 0;
  background: 0;
  color: white;
  cursor: pointer;
}
.datadetail .card .cardbody {
  font-size: 13px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  /*height: 100%;*/
  /*border: 1px solid red;*/
}
.datadetail .card .cardbody.closed {
  display: none;
}
.datadetail table {
  border-collapse: collapse;
  /*width: 100%;*/
  margin: 5px;
}
.datadetail table thead td {
  text-transform: uppercase;
  font-weight: bold;
}
.datadetail table tr {
  height: auto;
  min-height: 40px;
}
.datadetail table tr td {
  vertical-align: top;
  /*        border-bottom: 1px solid gray;*/
  padding: 4px 4px;
}
.datadetail table input {
  width: 25px;
  padding: 5px;
}
.datadetail .field {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  padding: 3px 5px;
  align-items: center;
}
.datadetail .field .label {
  font-weight: 600;
  width: 180px;
}
.datadetail .field .value {
  width: 100%;
  /*  display: flex;*/
  align-items: center;
}
.datadetail .field select {
  padding: 3px;
  margin: 3px;
}
.datadetail input {
  padding: 5px;
  height: 30px;
  margin: 3px;
  width: 70%;
  outline: none;
  border-radius: 5px;
  border: 2px solid #373535;
  background-color: #373535;
  border-bottom: 2px solid #aaaaaa;
  color: lightgray;
}
.datadetail input:disabled {
  color: gray;
  background-color: #4f4c4c;
  border-color: #4f4c4c;
}
.datadetail input:focus {
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #4b9fdb;
}
.datadetail textarea {
  padding: 5px;
  height: 30px;
  margin: 3px;
  width: 400px;
  outline: none;
  border-radius: 5px;
  border: 2px solid #373535;
  background-color: #373535;
  border-bottom: 2px solid #aaaaaa;
  color: lightgray;
}
.datadetail textarea:focus {
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #4b9fdb;
}
.datadetail select {
  padding: 5px;
  height: 30px;
  margin: 3px;
  /*   width: 400px;*/
  outline: none;
  border-radius: 5px;
  border: 2px solid #373535;
  background-color: #373535;
  border-bottom: 2px solid #aaaaaa;
  color: lightgray;
}
.datadetail select:focus {
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #4b9fdb;
}
.datadetail select:focus option {
  background-color: #111111;
}
.datadetail input[type="checkbox"] {
  padding: 5px;
  height: 25px;
  margin: 3px;
  width: auto;
}
.datadetail input[type="datetime-local"] {
  padding: 5px;
  padding-top: 0;
  height: 25px;
  margin: 3px;
}
.datadetail input[type="file"] {
  margin: 0;
  padding: 30px 5px 30px 0;
}
.datadetail input[type="file"]::file-selector-button {
  background-color: green;
  border: 0;
  padding: 5px;
  color: white;
}
.itemsreturned {
  background-color: rgba(213, 138, 0, 0.56);
}
/**datadetail**/
.taskPane {
  background-color: darkslategray;
  height: 100%;
  min-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}
.taskPane.off {
  display: none;
}
.activeUsers {
  position: relative;
}
.activeUsers .userList {
  background-color: gray;
  position: absolute;
  /*width: 200px;*/
  top: 30px;
  right: 0px;
  z-index: 10000;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  padding: 5px;
}
.activeUsers .userList ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
.activeUsers .userList ul li {
  white-space: nowrap;
}
.activeUsers .userList ul li .title {
  font-weight: bold;
}
.activeUsers .userList ul li span {
  margin-left: 5px;
}
.multiselect {
  position: relative;
  width: 200px;
  color: white;
  font-size: 11px;
}
.ms_head {
  box-sizing: border-box;
  border: 1px solid gray;
}
.ms_head_inner {
  width: calc(100%-30px);
  padding: 2px 20px 3px 8px;
  min-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms_dropdown_arrow {
  position: absolute;
  height: calc(100% -2px);
  width: 27px;
  right: 1px;
  top: 1px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.ms_dropdown_list {
  z-index: 100;
  left: 0;
  top: 22px;
  position: absolute;
  background-color: gray;
  border: 1px solid black;
  width: 100%;
  box-sizing: border-box;
  color: white;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ms_dropdown_list_item {
  padding: 5px;
  user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms_dropdown_list_item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.ms_dropdown_list_item i {
  font-size: 15px;
  cursor: pointer;
}
.ms_dropdown_list_item span {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listtable-row {
  display: flex;
  flex-direction: row;
}
.listtable-cell {
  flex: 1 1 auto;
}
/**********/
.date_actions {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 5px;
}
.quick-stats {
  width: 150px;
  flex: 0 0 auto;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #bfbfbf;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 4px;
  padding: 13px 0 0 0;
  height: 75px;
  overflow: hidden;
  box-shadow: none !important;
  background-color: #4b9fdb !important;
  color: #fff !important;
  border-radius: 5px;
}
.quick-stats h2 {
  position: absolute;
  margin: 2px 0 1px 0;
  bottom: 10px;
  line-height: 100%;
  font-size: 40px;
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.quick-stats small {
  color: white;
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 2px;
}
.pie-stats {
  position: relative;
  border: 1px solid #4b9fdb;
  margin-left: 7px;
  margin-right: 4px;
  border-radius: 5px;
}
.pie-stats small {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 2px;
}
.pie-stats .holder {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.pie-stats .holder .datalist {
  height: 180px;
  margin: 5px;
  width: 180px;
  overflow: auto;
  font-size: 11px;
}
.bar-stats {
  position: relative;
  border: 1px solid #4b9fdb;
  margin-left: 7px;
  margin-right: 4px;
  border-radius: 5px;
}
.bar-stats small {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  margin-bottom: 2px;
}
.bar-stats .holder {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
/*
.chartHolder {
    flex: 0 0 auto;
    border: 1px solid gray;
    margin-left: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.chartHolder h3 {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}


.stats-area {
    position: relative;
    border-bottom: 1px solid gray;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 25px;
}

.boxarea {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width:1024px) {

    .boxarea {
        flex-direction: column;
    }
}
    */
.dashboard .dashOptions {
  display: flex;
  flex-direction: row-reverse;
  padding: 5px;
}
.dashboard .dashOptions div {
  margin-right: 5px;
}
.dashboard .dashSection .dashHead {
  margin: 5px;
  height: 40px;
  background-color: rgba(128, 128, 128, 0.18);
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dashboard .dashSection .dashHead span {
  margin-left: 5px;
  margin-right: 5px;
}
.dashboard .dashSection .dashHead input,
.dashboard .dashSection .dashHead select {
  padding: 3px;
}
.dashboard .dashSection .dashContent {
  display: flex;
  flex-direction: row;
}
.splitBtn {
  background-color: #2196F3;
  color: white;
  padding: 5px;
  font-size: 14px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.splitBtn:hover {
  background-color: #0b7dda;
}
.splitBtnDropdown {
  position: absolute;
  display: inline-block;
}
.splitBtnDropdown .splitBtndropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 120px;
  z-index: 1;
}
.splitBtnDropdown .splitBtndropdown-content a {
  color: black;
  /*padding: 12px 16px;*/
  padding: 2px 4px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.splitBtnDropdown .splitBtndropdown-content a:hover {
  background-color: #ddd;
}
.splitBtnDropdown:hover .splitBtndropdown-content {
  display: block;
}
.splitBtnDropdown:hover .splitBtn {
  background-color: #0b7dda;
}
.visualizewarehouse {
  box-sizing: border-box;
}
.visualizewarehouse .row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.visualizewarehouse .row .header {
  box-sizing: border-box;
  width: 100px;
}
.visualizewarehouse .row .shelfs {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.visualizewarehouse .row .shelf {
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  margin-right: 3px;
}
.visualizewarehouse .row .shelf_4p {
  width: 60px;
  height: 125px;
}
.visualizewarehouse .row .shelf_3p {
  width: 50px;
  height: 125px;
}
.visualizewarehouse .row .shelf_1p {
  width: 60px;
  height: 125px;
}
.visualizewarehouse .row .level {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.visualizewarehouse .row .place {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid black;
}
.visualizewarehouse .row .place .filler_red_20 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: red;
}
.visualizewarehouse .row .place .filler_red_15 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: #fa3c0e;
}
.visualizewarehouse .row .place .filler_red_10 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: #f38006;
}
.visualizewarehouse .row .place .filler_red_5 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: #f8ae0d;
}
.visualizewarehouse .row .place .filler_red_2 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: #f8ae0d;
}
.visualizewarehouse .row .place .filler_red_0 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: #9bef0c;
}
.visualizewarehouse .row .place .filler_green {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: green;
}
.visualizewarehouse .row:nth-child(even) .shelfs {
  /*flex-flow: row-reverse;
            justify-content: flex-end;*/
}
.articlechooser {
  display: flex;
  flex-direction: column;
  height: calc(100% - 57px);
}
.articlechooser .item {
  display: flex;
  border-bottom: 1px solid gray;
}
.articlechooser .item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.articlechooser .variationitem {
  cursor: default;
}
.articlechooser .variationitem:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.articlechooser .bundleitem {
  border-bottom: 1px solid gray;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 9px;
}
.articlechooser .bundleitem .biarticle {
  cursor: default;
}
.articlechooser .bundleitem .biarticle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.moduleswrapper {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 10px;
}
.moduleswrapper .moduleslistitem {
  width: 300px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
  cursor: pointer;
}
.moduleswrapper .moduleslistitem .micon {
  width: 23px;
  padding: 5px;
}
.moduleswrapper .moduleslistitem .mtitle {
  width: 100%;
  padding: 5px;
}
.moduleswrapper .moduleslistitem .mfav {
  width: 23px;
  padding: 5px;
}
.moduleswrapper .moduleslistitem .mfav.active {
  color: orange;
}
.moduleswrapper .moduleslistitem:hover {
  background-color: gray;
}
.CodeMirror {
  width: 1330px !important;
  height: 800px !important;
}
.pos .positions {
  width: 33.3%;
  display: flex;
  flex-direction: column;
}
.pos .positions .header {
  padding: 10px;
  border-bottom: 1px solid gray;
  position: relative;
}
.pos .positions .header .clear {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 30px;
  width: 60px;
  background-color: red;
  text-align: center;
  font-weight: 600;
  padding-top: 3px;
  cursor: default;
}
.pos .positions .orderitems {
  padding: 5px;
  height: 100%;
}
.pos .positions .orderitems .item {
  margin: 2px;
  border: 1px solid gray;
  background-color: rgba(128, 128, 128, 0.18);
  padding: 5px;
  display: flex;
}
.pos .positions .orderitems .item .amount {
  width: 80px;
}
.pos .positions .orderitems .item .itemtitle {
  width: 100%;
}
.pos .positions .orderitems .item .price {
  width: 150px;
}
.pos .positions .footer {
  border-top: 1px solid gray;
  padding: 5px;
  height: 190px;
  flex-shrink: 0;
}
.pos .positions .footer .summary {
  text-align: center;
}
.pos .positions .footer .buttons {
  display: flex;
}
.pos .positions .footer .buttons button {
  box-sizing: border-box;
  margin: 2px;
  width: 100%;
  height: 76px;
  border: 1px solid green;
  background-color: green;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
.pos .items {
  width: 66.67%;
  border-left: 1px solid gray;
  display: flex;
  flex-direction: column;
}
.pos .items .search {
  height: 90px;
  flex-shrink: 0;
}
.pos .items .search input {
  box-sizing: border-box;
  height: 80px;
  width: 99%;
  font-size: 40px;
  text-align: center;
  border: 0;
  background-color: gray;
}
.pos .items .search input::placeholder {
  color: white;
}
.pos .items .search input::-ms-input-placeholder {
  color: white;
}
.pos .items .articleitems {
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  padding-left: 11px;
}
.pos .items .articleitems .item {
  margin: 6px;
  border: 1px solid gray;
  background-color: rgba(128, 128, 128, 0.18);
  padding: 5px;
  display: flex;
  width: 32%;
  height: 80px;
  position: relative;
}
.pos .items .articleitems .item .itemtitle {
  width: 100%;
  font-size: 16px;
}
.pos .items .articleitems .item .price {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.pos .items .articleitems .item .price .instead {
  text-decoration: line-through;
}
.pos .items .articleitems .item .stock {
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.pos .items .footer {
  border-top: 1px solid gray;
  padding: 5px;
  height: 190px;
  flex-shrink: 0;
}
.calendar {
  height: 100%;
}
.calendar.month {
  display: flex;
  flex-wrap: wrap;
}
.calendar.month .dayhead {
  height: 25px;
  font-size: 13px;
  background-color: #0b7dda;
  color: white;
  width: calc(100% / 7);
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.calendar.month .day {
  display: flex;
  flex-direction: column;
  width: calc(100% / 7);
  border: 0.5px solid gray;
  position: relative;
}
.calendar.month .day .dayinfo {
  display: flex;
  height: 30px;
  width: 100%;
}
.calendar.month .day .dayinfo .dayNum {
  margin: 3px;
}
.calendar.month .day .dayinfo .monthName {
  margin: 3px;
  font-size: 9px;
}
.calendar.month .day.selected {
  background-color: #4b9fdb;
}
.calendar.month .day .appointment {
  font-size: 12px;
  padding: 2px;
  border: 1px solid green;
  background-color: lightgreen;
  color: #111;
  margin: 3px;
}
.calendar.month .day .appointment.appointmentallday {
  border: 1px solid orangered;
  background-color: orange;
}
.calendar.month .day_4 {
  height: calc((100% - 25px) / 4);
}
.calendar.month .day_5 {
  height: calc((100% - 25px) / 5);
}
.calendar.month .day_6 {
  height: calc((100% - 25px) / 6);
}
.appointmentattachment {
  padding: 4px;
}
.appointmentattachment:hover {
  background-color: gray;
}
.appointmentattachment:hover a {
  color: white;
}
.numblock {
  margin: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.numblock .value {
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  font-size: 35px;
  height: 78px;
}
.numblock .value .clear {
  font-size: 40px;
  background: 0;
  border: 0;
  color: white;
  cursor: pointer;
}
.numblock .keys {
  height: 300px;
  box-sizing: border-box;
  border: 1px solid yellow;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto auto;
}
.numblock .keys .key {
  /* width: 100px;
            height: 100px;*/
  margin: 2px;
  box-sizing: border-box;
  border: 1px solid yellow;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
}
.numblock .keys .key.active {
  background-color: green;
}
.datagrid.touch .gridrow {
  height: 50px;
}
.datagrid.touch .gridrow .gridcell {
  font-size: 15px;
  line-height: 40px;
}
.touch {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.touch .c_row {
  display: flex;
  width: 100%;
  height: 100%;
}
.touch .c_row .c_cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /*border: 1px solid gray;*/
  justify-content: center;
  align-items: center;
}
.touch .c_row .c_cell.top {
  justify-content: flex-start;
}
.touch .c_row .c_cell .c_amount {
  height: 140px;
  border: 1px solid #4894fe;
  border-left: 40px solid #4894fe;
  padding: 0 30px;
  font-size: 100px;
}
.touch .c_row .c_cell .c_field {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0px;
}
.touch .c_row .c_cell .c_field .c_label {
  padding: 4px;
  width: 200px;
}
.touch .c_row .c_cell .c_field .c_value {
  padding: 4px;
}
.navcolumview {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 0;
}
.navcolumview .navcolumn {
  width: 380px;
  padding: 10px;
  border-right: 1px solid gray;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  min-height: 0;
}
.navcolumview .navcolumn .columnrow {
  display: flex;
  flex-direction: row;
  padding: 2px;
  height: 21px;
}
.navcolumview .navcolumn .columnrow:hover {
  background-color: rgba(128, 128, 128, 0.15);
}
.navcolumview .navcolumn .columnrow.active {
  background-color: #808080;
}
.navcolumview .navcolumn .columnrow .rowstat {
  flex: 0 0 auto;
  padding: 4px 4px 0 0;
  display: flex;
}
.navcolumview .navcolumn .columnrow .rowtitle {
  flex: auto;
  cursor: default;
  font-size: 13px;
}
.navcolumview .navcolumn .columnrow .rowbutton {
  width: 25px;
  flex: 0 0 auto;
  text-align: center;
  font-size: 11px;
}
input[type=checkbox] {
  height: 0!important;
  width: 0!important;
  visibility: hidden;
  display: flex;
}
label.checkbox {
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 17px;
  background: grey;
  display: block;
  border-radius: 12px;
  position: relative;
}
label.checkbox:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 45px;
  transition: 0.3s;
}
input:checked + label.checkbox {
  background-color: limegreen;
}
input:checked + label.checkbox:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
label.checkbox:active:after {
  width: 22px;
}
.toast-wide {
  width: 60rem!important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.apexcharts-menu-item {
  color: black!important;
}