body{
  margin:0px !important;
  width:98% !important;
}

.login-page{
  margin: auto;
  text-align: center;
}
#login-form{
  text-align: center;
}
#login-email, #login-password {
  min-width: 300px;
}
#loginbutton{
  width: 100px;
}
#copyright{
  text-align: center;
}
#nav-menu{
  background-color: #00B6E6;
}
.my-middle{
  margin-top: auto;
  margin-bottom: auto;
}
.my-middle2{
  margin-right: auto;
  margin-left: auto;
}
.header-height{
  height: 70px;
}
.home-logo {
	height: 60px;
	padding: 5px;
}
.pointercursor {
    cursor: pointer;
}
.sortable th {
    cursor: pointer;
}
.justifycenter {
  justify-content: center;
}
table { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
.tableFixHead {
  overflow: auto;
  max-height: 800px;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
}
trix-editor {
  background-color: white;
}
.margin-auto {
  margin: auto;
}
.table-header {
  /* z-index: 100; */
  background-color: white;
}
.table-body {
  z-index: 0;
}
.tox-notifications-container{
  display: none !important;
}
.pagin-class {
  margin-left: 20px;
}


/* .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	padding-right: 15px;
	padding-left: 0px;
} */
.tab-categ {
  margin-bottom: 15px;
  display: block;
  float: left;
  margin-right: 5px;
}
.new-order{
  background-color: #e0caf6 !important;
}
.selected-table {
  font-weight: bold;
}
.opacity-50{
  opacity: 50%;
}
