
html, body, #main {
  height:100%;
}
body {
  background-color:rgb(247, 250, 252) !important;
  font-family: Open Sans,Arial,sans-serif;
}
#main {
  flex: 1 1 0%;
  border: 1px solid rgba(226,232,240);
  overflow-y: scroll;
  position: relative;
}
.navbar {
  position: fixed;
  height:4em;
  padding-left:2rem;
  padding-right: 2rem;
}
.h-screen {
  height:100vh;
}
.w-full {
  width:100%;
}
.z-40 {
  z-index:40;
}
.pt-16 {
  padding-top:4rem;
}

.overflow-y-auto {
  overflow-y: auto;
}
.navbar-collapse {
  flex-grow: 0 !important;
}
.hidden {
  height:0px !important;
  overflow: hidden;
}
.password-requirements .hidden {
  display:none;
}
.no-border {
  border:none !important;
}
th {
  border:none !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
#dataTable tr.even td.success-bg, #dataTable tr.odd td.success-bg {
  background-color: #28a745 !important;
}
#sidebar {
  padding:0 !important;
  background-color:white;
  width:12%;
  max-width: 210px;
  min-width:120px;
  overflow-y: scroll;
}
#sidebar-nav {
  margin-top:1.5rem;
}

#sidebar-nav a {
  padding:1em 2em;
  text-decoration: none;
  color: black;
}
#sidebar-nav a.active {
  background-color: #f0f0f6;
  border-left:4px solid rgb(132,99,183);
}
#sidebar-nav a:hover {
  background-color: #d3d3d3;
}
.navbar-brand img {
  height:50px;
}

.dataTables_wrapper {
  background-color:#343a40;
  padding-top:15px;
  padding-bottom: 10px;
  border-radius: 8px;
}
.table-border .dataTables_wrapper {
  border: 1px solid rgba(226,232,240);
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
  color:white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
color: #eee !important;
border: 1px solid transparent;
background: transparent !important;
box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
  background-color:#bbb !important;
}
.dataTables_length select, .dataTables_filter input, .dataTable thead, .dt-buttons button  {
  background-color:white !important;
  color:black;
}
.dataTables_length, .dataTables_info, .dt-buttons {
  margin-left: 10px !important;
}
.dataTables_length, .dataTables_info {
  margin-top:5px;
}
.dataTables_filter, .dt-buttons {
  margin-right:10px !important;
  margin-bottom:10px !important;
}
.dataTables_paginate {
  margin-right:10px;
    margin-top:5px;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
background-color: #f0f0f6 !important;
}
.dataTables_scroll {
  background-color:rgb(247, 250, 252) !important;
}
#edit-item-modal.modal, #new-item-modal.modal, .modal {
  height:auto !important;
  overflow:visible !important;
}
#content {
  padding-left: 3rem;
padding-right: 3rem;
padding-bottom: 3rem;
}

.modal button {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
table {
  font-size:14px;
}

.input-icon, .relative {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
	font-style: normal;
}


.input-icon > input {
  padding-left: 25px;
	padding-right: 0;
}

.input-icon.right > i {
  right: 0;
}

.input-icon.right > input {
  padding-left: .75rem;
  padding-right: 25px;
  text-align: right;
}
.modal {
  max-width: 550px !important;
}
.d-flex.flex-nowrap {
  margin-left: 1em;
  margin-right: 1em;
}
.d-flex.flex-nowrap label {
  margin-right:1em;
}
.input-long {
  min-width:400px;
}
.form-group.d-flex.justify-content-between {
  padding-right: 15px;
padding-left: 15px;
}
.right-aligned-cell {
  text-align:right;
}
.breadcrumbs {
  font-family: Poppins, sans-serif;
  font-size:.875rem;
  padding-bottom:1rem;
}
.breadcrumbs span {
  margin-left:0.5rem;
  margin-right:0.5rem;
}
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
}
.loader.low {
  top:80% !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#dataTable.table-spacing {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}
#dataTable.table-spacing tr {
  border-radius: 8px;
  border:1px solid rgb(226,232,240);
}
.dataTables_scrollHeadInner table {
  border-collapse: collapse !important;
}
.dataTables_scrollHeadInner table tr {
  border: 1px solid rgb(226,232,240);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dataTable.table-spacing td:first-child,.dataTable.table-spacing th:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px;border-left:1px solid rgb(226,232,240);}
.dataTable.table-spacing td, .dataTable.table-spacing th { border-top: 1px solid rgb(226,232,240);border-bottom: 1px solid rgb(226,232,240)}
.dataTable.table-spacing td:last-child, .dataTable.table-spacing th:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px;border-right:1px solid rgb(226,232,240);}
.p-8 {
  padding:2rem;
}
.top-right {
  position: absolute;
  top:10px;
  right:10px;
}
.relative {
  position: relative;
}
.card-style {
  padding: 0.5rem;
  padding-top: 0.5rem;
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgba(226,232,240);
  margin-bottom:2rem;
}
.icon-primary {
  color: rgb(132,99,183);
  margin-left: 1rem;
  font-size: 1.5rem;
}
.icon-primary:hover {
  cursor:pointer;
}
.rotate-icon.rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.display-none {
  display:none;
}
.td-spacing {
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.td-spacing label {
  padding-right:0.25em;
}
.td-spacing td:nth-child(3) {
  padding-left: 3em;
}
.fa.large, .fas.large {
  font-size:1.5em;
}
#main.login {
  background-image: url(/images/image_banner-flowers.jpeg);
  overflow-y: hidden;
}
.login .card-header {
  background-color:rgb(132,99,183);
  color:white;
  border:1px solid rgb(109,80,145);
}
.login .card {
  padding:0 !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border:none !important;
}
.background-overlay {
  background-color:rgba(255,255,255,0.8);
  height:100%;
  width:100%;
  position: absolute;
}
.login-logo {
  width:50%;
  margin:auto;
  margin-top: 2em;
}
.login .btn {
  background-color:rgb(132,99,183);
  color:white;
}
.align-items-center h3, .align-items-end h3 {
  margin:0 !important;
}
.colours {
  padding-top:15px !important;
  max-width: 360px;
  text-align: center;
}
.category-container .category {
  flex-grow:1
}
.category-container .category:first-child {
  margin-right:2em;
}
.category-container .category:last-child {
  margin-left:2em;
}
.available-colour {
  position: relative;
  border: 1px solid rgba(226,232,240);
  padding:10px;
  margin:5px 0;
  align-items: center;
}
.available-colour h5:before {
	content: "x";
	color: #fff;
  font-weight: 300;
  font-family: Arial, sans-serif;
}
.available-colour h5 {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: lighter;
  line-height: 14px;
}
.available-colour .close {
  opacity: 0.3;
  display: block;
  width: 20px;
height: 20px;
}
.available-colour .close:hover {
  opacity: 1;
  cursor: pointer;
}
.colours h3 {
  font-weight: 400;
  margin-right: 2em;
  margin-left: 2em;
}
.colours {
  margin-left: 2em;
}
.available-colour .close:before, .available-colour .close:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #b61e2b;
}
.available-colour .close:before {
  transform: rotate(45deg);
}
.available-colour .close:after {
  transform: rotate(-45deg);
}

#dataTable tr.selected td {
  background-color: #acbad4 !important;
}
.passwordcheck {
  color:#dc3545;
  font-weight: bold;
  text-align: center;
}
.password-requirements .fail {
  color:#dc3545;
}
.password-requirements .pass {
  color:#28a745;
}
div.selection.search {
    height:auto;
}
div.text {
    display:flex !important;
    justify-content: space-between;
}
.item-image img {
  width:80%;
  margin:auto;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.item-image {
  display:flex;
  justify-content: center;
  margin-top:1em;
}
.recipe-image img {
  width:100%;
  max-width:620px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
#image_container {
  padding-left:2em;
  margin-top:1em;
}
#image_container img {
  width:100%;
  max-width: 600px;
  min-width: 250px;
}
#table_container {
  flex-grow: 1;
}
#table_container table {
  width:100%;
}

table.flex-grow-1 {
  max-width:540px;
  padding-left: 10px;
  padding-right: 10px;
}
.large-checkbox-25 {
  height: 25px;
  width:25px;
}

.ui.selection.dropdown {
  min-width:8em !important;
}
form hr {
  margin-top:0.25em !important;
  margin-bottom:0.25em !important;
}
form .form-group {
  margin-bottom: 0.25rem !important;
}
.table-title, .table-checkbox {
  margin-bottom: 0px;
  text-align: center;
}
.flex-grow {
  flex: 1 1 0px;
}
.flex-grow:first-child {
  margin:0.5em 0.25em 0.5em 0;
}
.flex-grow:last-child {
  margin:0.5em 0 0.5em 0.25em;
}
caption {
  color:white;
  font-size: 18px;
  background-color: #003d80;
}


@media (min-width: 0px) {
  .td-spacing td:nth-child(3) {
    padding-left: 0.5em;
  }
  .td-spacing td:nth-child(2) {
    padding-right: 0.5em;
  }
  .td-spacing td:last-child {
    padding-right:0.5em;
  }

}
@media (min-width: 768px) {
  .td-spacing td:nth-child(3) {
    padding-left: 0.75em;
  }
  .td-spacing td:nth-child(2) {
    padding-right: 0.75em;
  }
  .td-spacing td:last-child {
    padding-right: 0.75em;
  }
}

@media (min-width: 992px) {
  .td-spacing td:nth-child(3) {
    padding-left: 1em;
  }
  .td-spacing td:nth-child(2) {
    padding-right: 1em;
  }
  .td-spacing td:last-child {
    padding-right: 1em;
  }

  .px-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;

  }
}
.ui.search.dropdown .menu {
  max-height: 15rem !important;
}