@import "../css-3rd-party/bootstrap.css";
@import "../../../Content/bootstrap-switch//bootstrap3/bootstrap-switch.min.css";
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@import url('../../../Content/fontawesome/css/fontawesome.css');
/* * * * * * Variables * * * * * */
/* * Font Family * */
/* Lato Font */
/* Rajdhani Font */
/* BG colors */
/* * Text Colors * */
/* * Colors * */
/* * Border  * */
/* * Alignment * */
/* * Fonts * */
/* * * * * * Position * * * * * */
/* * * * * * Width * * * * * */
/* * * * * * Tables * * * * * */
/*Some of these colours are duplicates but the naming isn't
great so I will consolidate these in the future*/
/* * Forms  * */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-HeavyItalic.woff2') format('woff2'), url('../fonts/lato/Lato-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), url('../fonts/lato/Lato-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/lato/Lato-HairlineItalic.woff2') format('woff2'), url('../fonts/lato/Lato-HairlineItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Light.woff2') format('woff2'), url('../fonts/lato/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Black.woff2') format('woff2'), url('../fonts/lato/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-LightItalic.woff2') format('woff2'), url('../fonts/lato/Lato-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-BlackItalic.woff2') format('woff2'), url('../fonts/lato/Lato-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Semibold.woff2') format('woff2'), url('../fonts/lato/Lato-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-ThinItalic.woff2') format('woff2'), url('../fonts/lato/Lato-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Medium.woff2') format('woff2'), url('../fonts/lato/Lato-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/lato/Lato-Hairline.woff2') format('woff2'), url('../fonts/lato/Lato-Hairline.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'), url('../fonts/lato/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Thin.woff2') format('woff2'), url('../fonts/lato/Lato-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Bold.woff2') format('woff2'), url('../fonts/lato/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-MediumItalic.woff2') format('woff2'), url('../fonts/lato/Lato-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/lato/Lato-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Heavy.woff2') format('woff2'), url('../fonts/lato/Lato-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Italic.woff2') format('woff2'), url('../fonts/lato/Lato-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
/* * * * * * Global * * * * * */
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: normal;
  font-size: 12px;
  color: #6E8A96;
  background: #EFF5F8;
}
a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  outline: 0 none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none !important;
}
h1 {
  font-size: 30px;
  color: #466B7B;
  margin: 0;
  padding: 0;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  padding: 18px 0px;
}
h1 span {
  color: #466B7B;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}
h3 {
  font-size: 23px;
  color: #466B7B;
  margin: 0;
  padding: 0;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  padding: 18px 0px;
}
h4 {
  font-size: 20px;
  color: #466B7B;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #466B7B;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #37474F;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: normal;
}
.paddingleftcon {
  margin-left: 20px;
}
.row {
  margin-top: 5px;
}
.no-margin {
  margin: 0 !important;
}
.grid-search-controls .col-md-5,
.grid-search-controls .col-md-4,
.grid-search-controls .col-md-3,
.grid-search-controls .col-md-2,
.grid-search-controls .col-md-6 {
  padding: 0px 10px;
}
p,
li {
  font-size: 13px;
  color: #6E8A96;
}
a:hover {
  color: #237ef4;
}
.btn-standard {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
}
.btn-standard:hover,
.btn-standard:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.input-standard {
  margin: 0;
  font-size: 13px;
  padding: 10px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
}
.padding0 {
  padding: 0px;
}
.padding020 {
  padding: 0px 20px;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.my-10 {
  margin: 10px 0;
}
.input-standard::-webkit-input-placeholder {
  /* Edge */
  color: #466B7B;
  opacity: 1;
}
.input-standard:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #466B7B;
  opacity: 1;
}
.input-standard::placeholder {
  color: #466B7B;
  opacity: 1;
}
.input-standard:focus {
  box-shadow: none;
}
.select-standard {
  margin: 0;
  font-size: 13px;
  padding: 9px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
}
.select-standard:focus {
  box-shadow: none;
}
/*customs*/
.k-edit-form-container70percent {
  padding-top: 10px;
}
.control-label {
  font-size: 13px;
  font-weight: 500;
  color: #466B7B;
  margin-bottom: 13px;
}
.img-thumbnail {
  width: 250px;
  margin-left: 10px;
}
.make-row-100 textarea {
  width: 100%;
}
.k-header,
.k-selectable {
  padding: 0px;
}
#SelectedFileName {
  padding: 7px;
}
.form {
  padding-top: 20px;
  padding-bottom: 10px;
}
.form-control-dropdown.form-control.k-widget {
  padding: 5px 10px;
}
.text-pre-wrap {
  white-space: pre-wrap !important;
}
.form-group .row {
  padding-top: 10px;
}
.notesText .text-right {
  position: fixed;
}
.font14 {
  font-size: 14px;
}
.k-list-filter > .k-textbox {
  max-width: 100%;
}
.CustomContainerwithHead h4 {
  padding: 10px 0px;
}
.k-button {
  border-width: 0px !important;
}
.k-edit-field,
.k-edit-form-container .editor-fiel {
  padding: 0px !important;
}
.k-edit-buttons {
  border-color: #ccc;
}
.hidden-print {
  margin: 8px 0px;
}
#mvc-app-content .row {
  margin: 5px;
}
.progress-bar-success {
  background-image: linear-gradient(to right, #00bfff, #ccffff);
}
.progress {
  border-radius: 23px;
  height: 10px;
}
a:hover {
  cursor: pointer;
}
.panelwhite,
#inventoryCountGrid {
  background-color: white !important;
  padding: 10px 20px;
  border-radius: 8px;
}
.k-widget {
  background-color: white !important;
}
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-textbox:focus {
  box-shadow: 0 0 5px 0 #76abd9 !important;
}
.pull-right {
  float: right !important;
  padding-right: 19px;
}
.btn-danger .svg-inline--fa.fa-w-16 {
  background-color: #d9534f;
  width: 24px;
  height: 24px;
}
.posreltop3 {
  position: relative;
  top: -3px;
}
.view-action-buttons .btn-default,
.view-action-buttons .btn-primary,
.view-action-buttons button {
  background: none;
  color: #466B7B;
  box-shadow: 0px 0px 0px rgba(152, 169, 180, 0.2);
  padding: 2px;
  border: 0px;
  margin-bottom: 10px;
}
.view-action-buttons a > span:first-child {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 0px 0px rgba(97, 125, 201, 0.2);
  line-height: 24px;
  color: #fff;
}
.view-action-buttons span svg-inline--fa {
  color: #fff;
}
tr.k-alt {
  background-color: #fff;
}
tr {
  background-color: #F6F9FB;
}
.panelwhite {
  background-color: white;
  padding: 20px 30px;
}
.panelwhite table {
  table-layout: fixed;
  width: 98%;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.mx--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.input-group .input-group-addon {
  background-color: #e1ebf3;
  border: 0px;
}
.k-grid.mbtm20 {
  /*display: flex;*/
  align-items: center;
}
.k-grid.mbtm20 .sqshape-print-btn,
.k-grid.mbtm20 .sqshape-share-btn,
.k-grid.mbtm20 .sqshape-edit-blue,
.k-grid.mbtm20 .btn-success,
.k-grid.mbtm20 .sqshape-delete-btn,
.k-grid.mbtm20 .sqshape-split-blk,
.k-grid.mbtm20 .sqshape-apply-refunds,
.k-grid.mbtm20 .sqshape-request-payment,
.k-grid.mbtm20 .sqshape-submit-green,
.k-grid.mbtm20 .btn-danger {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0px;
}
.k-grid.mbtm20 .btn-success,
.k-grid.mbtm20 .btn-danger {
  padding: 0px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.k-grid.mbtm20 .btn-success span .sqshape-successbtn,
.k-grid.mbtm20 .btn-danger span .sqshape-successbtn {
  width: 16px !important;
  margin: 0px !important;
}
.k-grid.mbtm20 .btn-success .posreltop3,
.k-grid.mbtm20 .btn-danger .posreltop3 {
  top: 0px;
}
.k-grid.mbtm20 .sqshape-submit-green span {
  background-color: #5cb85c;
}
.k-grid.mbtm20 .btn-danger span {
  background-color: #d9534f;
}
.k-grid.mbtm20 .btn-danger span .svg-inline--fa.fa-w-16 {
  width: 13px;
}
.k-grid.mbtm20 .small-action.small {
  margin-right: 10px;
}
.k-list-optionlabel {
  border-radius: 0px;
}
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected {
  padding: 6px 10px;
}
.k-widget {
  background-color: rgba(0, 0, 0, 0) !important;
}
.k-dropdown .k-state-hover .k-input {
  color: #333;
}
.k-dropdown .k-dropdown-wrap {
  width: 100%;
  height: 40px;
  line-height: 33px;
}
.k-dropdown .k-input {
  line-height: 33px;
  height: 40px;
}
.k-dropdown .k-select {
  width: 16px;
  margin-right: 9px;
}
.company-details p {
  font-size: 14px;
  margin-bottom: 10px;
}
.company-address-med {
  white-space: pre-line;
}
.setting-description p {
  font-size: 12px;
}
input.form-control {
  height: 40px;
}
.Select {
  min-height: 40px;
  height: auto;
}
.Select .Select-control {
  border: 0px;
  min-height: 40px;
  height: auto;
}
.Select .Select-control .Select-multi-value-wrapper {
  min-height: 40px;
  height: auto;
}
.Select .Select-control .Select-multi-value-wrapper .Select-placeholder,
.Select .Select-control .Select-multi-value-wrapper .Select-value {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  height: 40px;
  background-color: #f6f9fb;
  border: none;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  padding: 0.167em 0;
  text-indent: 0.8em;
}
.Select .Select-control .Select-multi-value-wrapper .Select-placeholder .Select-value-icon,
.Select .Select-control .Select-multi-value-wrapper .Select-value .Select-value-icon {
  padding: 4px !important;
  width: 4rem;
  position: relative;
  right: 10px;
}
.Select .Select-control .Select-multi-value-wrapper .Select-placeholder .Select-value-label,
.Select .Select-control .Select-multi-value-wrapper .Select-value .Select-value-label {
  margin-left: -12px;
  margin-right: 12px;
}
.Select .Select-menu-outer {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
}
.spacing-custom .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.spacing-custom [class^='col-'] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.spacing-custom textarea {
  resize: none;
}
.panel-heading {
  font-size: 14px !important;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  color: #6E8A96;
}
.panel-heading h3 > a,
.panel-heading h4 > a,
.panel-heading h3,
.panel-heading h4,
.panel-heading h3 > a > span,
.panel-heading h4 > a > span {
  font-size: 14px !important;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  color: #6E8A96;
}
.panel-heading h3 {
  padding: 0px;
}
.panel-heading h4 {
  padding: 0px 0px !important;
}
.view-action-buttons .btn-danger {
  padding: 0px;
  background: none;
  box-shadow: none;
  color: #466B7B;
}
.k-edit-display-field {
  margin-top: 7px;
  margin-bottom: 0px;
}
.k-edit-form-container .k-edit-field,
.tax-code-editor-template .k-edit-field,
.rental-editor .k-edit-field {
  margin-bottom: 20px;
}
.k-edit-form-container .k-edit-field .k-numerictextbox,
.tax-code-editor-template .k-edit-field .k-numerictextbox,
.rental-editor .k-edit-field .k-numerictextbox {
  width: 100%;
}
.k-edit-form-container .k-edit-field .k-numerictextbox .k-numeric-wrap .k-input,
.tax-code-editor-template .k-edit-field .k-numerictextbox .k-numeric-wrap .k-input,
.rental-editor .k-edit-field .k-numerictextbox .k-numeric-wrap .k-input {
  height: 40px;
}
.k-edit-form-container .k-edit-field .k-numerictextbox .k-select,
.tax-code-editor-template .k-edit-field .k-numerictextbox .k-select,
.rental-editor .k-edit-field .k-numerictextbox .k-select {
  border: 0px;
  background: #dfecf5;
}
.k-edit-form-container .k-edit-field .k-numerictextbox .k-select .k-link,
.tax-code-editor-template .k-edit-field .k-numerictextbox .k-select .k-link,
.rental-editor .k-edit-field .k-numerictextbox .k-select .k-link {
  height: 50%;
  line-height: 16px;
}
.k-edit-form-container .k-edit-field .k-dropdown,
.tax-code-editor-template .k-edit-field .k-dropdown,
.rental-editor .k-edit-field .k-dropdown {
  padding-top: 0px;
}
.k-edit-form-container .k-edit-field .k-input,
.tax-code-editor-template .k-edit-field .k-input,
.rental-editor .k-edit-field .k-input {
  height: 40px;
}
.retail-sale-details .k-datepicker .k-picker-wrap .k-input {
  height: 40px;
}
.retail-sale-details .k-datepicker .k-select {
  line-height: 40px;
}
.k-edit-cell .k-dropdown {
  padding-top: 0px;
}
.k-edit-cell .k-select {
  border: 0px;
}
.content-liningtabs .select-popup,
.productsku-editor-template .select-popup,
.content-liningtabs .k-dropdown,
.productsku-editor-template .k-dropdown {
  padding-top: 0px;
}
.content-liningtabs .file-input-wrapper,
.productsku-editor-template .file-input-wrapper {
  border: 1px solid #cecece;
}
.business-partner-editor .custom-liningtabs,
.productsku-editor-template .custom-liningtabs {
  margin-top: 0px;
}
.business-partner-editor .custom-liningtabs .btn-group .btn,
.productsku-editor-template .custom-liningtabs .btn-group .btn {
  padding-left: 6px;
  padding-right: 6px;
}
.business-partner-log-editor-container .row {
  padding-bottom: 10px;
}
.business-partner-log-editor-container textarea {
  height: 40px;
}
.tank-content .btn-tank button {
  padding: 9px 11px;
  font-size: 13px;
  border-radius: 4px;
}
.innerhdr .col-md-7 {
  padding: 0px 0px;
}
.sectxt {
  background: none;
}
.k-multiselect {
  min-height: 40px;
}
.k-multiselect .k-multiselect-wrap {
  min-height: 40px;
  cursor: text;
  height: initial !important;
}
.k-calendar .k-header {
  background: #667279;
}
.k-calendar .k-link.k-nav-fast {
  color: #fff;
  border: 0 !important;
  border-radius: 0 !important;
}
.k-calendar .k-link.k-nav-fast:hover {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.k-calendar .k-footer .k-nav-today,
.k-calendar .k-footer .k-nav-today:hover {
  background-color: #01B091;
  color: #fff;
}
.k-calendar .k-nav-next span {
  color: #fff !important;
}
.k-calendar .k-nav-next:hover span {
  color: #000 !important;
}
.k-calendar .k-nav-prev span {
  color: #fff !important;
}
.k-calendar .k-nav-prev:hover span {
  color: #000 !important;
}
.k-calendar .k-today.k-state-focused a,
.k-calendar .k-today.k-state-focused a:hover {
  background-color: #01B091;
  color: #fff;
}
.k-calendar .k-today a {
  color: #000;
}
.k-calendar .k-today.k-state-focused a {
  color: #fff;
}
.k-calendar-container {
  padding-bottom: 0 !important;
}
.k-calendar .k-state-hover {
  height: auto;
}
.k-calendar .k-state-hover a {
  background-color: #01B091;
  color: #fff;
}
.calendarfix .k-state-hover {
  height: auto;
}
.evbody {
  background-color: #98A9B4 !important;
  padding-left: 0rem !important;
}
.btn.btn-link {
  color: #6E8A96;
}
.panel.panel-default {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.signature-pad canvas {
  background-color: #FFF;
  border: 1px solid #000;
}
#recipe-import-ingredient-grid {
  height: 100% !important;
  margin-bottom: 15px;
}
.input-group .form-control {
  z-index: 0 !important;
}
/*
    -----------------------
    START OF TABLES / GRIDS
    -----------------------
*/
.table tbody tr th {
  vertical-align: inherit;
}
.tax-report tbody tr:nth-of-type(even),
.table-report tbody tr:nth-of-type(even),
.reports > tbody tr:nth-of-type(even),
.table-striped > tbody tr:nth-of-type(even),
.table-striped > thead tr:nth-of-type(even) {
  background-color: #F6F9FB;
}
.tax-report tbody tr:nth-of-type(odd),
.table-report tbody tr:nth-of-type(odd),
.reports > tbody tr:nth-of-type(odd),
.table-striped > tbody tr:nth-of-type(odd),
.table-striped > thead tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
#barrels-table table.bn-table > tbody > tr > td {
  padding: 8px !important;
}
#barrels-table table.bn-table > tbody > tbody > tr > td {
  padding: 0px !important;
}
.tax-report tbody,
.table-report tbody,
.reports > tbody,
.table > tbody,
.table > thead {
  color: #042121;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 10px;
  text-align: left;
}
.tax-report tbody tr > td,
.table-report tbody tr > td,
.reports > tbody tr > td,
.table > tbody tr > td,
.table > thead tr > td {
  font-size: 14px;
  font-weight: 600;
  padding: 25px 10px;
  border: none;
}
.tax-report tbody tr > td i,
.table-report tbody tr > td i,
.reports > tbody tr > td i,
.table > tbody tr > td i,
.table > thead tr > td i {
  padding: 0 5px;
  margin: 0;
  font-size: 15px;
  font-style: normal;
}
.tax-report tbody tr > td i .fa-trash,
.table-report tbody tr > td i .fa-trash,
.reports > tbody tr > td i .fa-trash,
.table > tbody tr > td i .fa-trash,
.table > thead tr > td i .fa-trash {
  color: #ee4037;
}
.tax-report tbody tr > th,
.table-report tbody tr > th,
.reports > tbody tr > th,
.table > tbody tr > th,
.table > thead tr > th {
  color: #98A9B4;
  letter-spacing: 1px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E7EFF4;
  border-top: none;
  text-transform: uppercase;
}
table.table.reports tbody > tr > th,
table.table-report tbody > tr > th,
table.table.reports tbody > tr > td,
table.table-report tbody > tr > td,
table.table.reports tfoot > tr > th,
table.table-report tfoot > tr > th,
table.table.reports tfoot > tr > td,
table.table-report tfoot > tr > td {
  font-size: 10px;
  word-break: break-word;
}
table.bn-table tbody.row-details tr > td {
  padding: 0px !important;
  border-bottom: 16px solid white;
}
.k-grid table {
  padding: 5px 35px;
}
td .new-window-link {
  white-space: nowrap;
}
div.k-grid.k-widget {
  background-color: #FFF !important;
}
.k-pager-sizes .k-dropdown-wrap.k-state-default {
  height: 29px;
}
.k-dropdown .k-input {
  line-height: 24px;
}
.k-dropdown .k-select {
  line-height: 26px;
}
/*
    -----------------------
     END OF TABLES / GRIDS
    -----------------------
*/
/*
    -----------------------
       START OF UTILITY
    -----------------------
*/
.mx-4,
.m-4 {
  margin-right: 4px;
  margin-left: 4px;
}
.mb-5,
.my-5,
.m-5 {
  margin-bottom: 5px;
}
.mt-5,
.my-5,
.m-5 {
  margin-top: 5px;
}
/*
    -----------------------
        END OF UTILITY
    -----------------------
*/
/*
    -----------------------
        START OF FORMS
    -----------------------
*/
.k-input,
.form-control,
textarea,
.k-textbox > input,
input.k-textbox,
input.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-dropdown-wrap,
.k-dropdown,
.k-datepicker,
.k-textbox,
.k-numerictextbox,
.k-multiselect-wrap,
textarea,
.k-picker-wrap .k-input,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap .k-state-default,
.k-dropdown-wrap.k-state-default {
  border: 1px solid #DDE5EA;
  color: #37474F;
  background-color: #F6F9FB;
  font-weight: 500;
  box-shadow: none;
  outline: 0 none;
  height: 40px;
  width: 100%;
  font-size: 14px;
}
.panel-body .k-dropdown-wrap.k-state-default {
  background-color: #FFF !important;
}
.panel-body .form-control-dropdown .k-floatwrap.k-multiselect-wrap {
  background-color: #FFF;
}
.panel-body .select-tags {
  background-color: #FFF !important;
}
.k-dropdown,
.k-edit-form-container {
  width: 100%;
}
.k-dropdown {
  padding-left: 0;
  padding-right: 0;
}
.k-datepicker .k-picker-wrap {
  border: 0px solid #DDE5EA !important;
}
.k-datepicker .k-picker-wrap .k-select {
  border-left: none;
  background-color: #F6F9FB;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #dde5ef;
}
/*
    -----------------------
         END OF FORMS
    -----------------------
*/
/*
    -------------------------
     START OF FLASH MESSAGES
    -------------------------
*/
.alert {
  font-size: 16px;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
}
.alert-dismissible .close {
  right: 0;
}
/*
    -------------------------
     END OF FLASH MESSAGES
    -------------------------
*/
/*
    -------------------------
        START OF BUTTONS
    -------------------------
*/
.btn {
  border-radius: 4px;
  margin-left: 5px;
  text-align: center;
  color: #FFFFFF;
  padding: 9px 11px;
  font-size: 13px;
  border: none;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}
.btn-primary {
  background-color: #237ef4;
}
.btn-primary:hover {
  background-color: rgba(35, 126, 244, 0.7);
}
.btn-success {
  background-color: #01B091;
}
.btn-success span {
  background-color: #01B091 !important;
}
.btn-success:hover {
  background-color: rgba(1, 176, 145, 0.7);
}
.btn-default {
  background-color: #ADBAC3;
}
.btn-default:hover {
  background-color: rgba(173, 186, 195, 0.7);
  color: #FFF;
}
.btn-info {
  background-color: #617DC9;
}
.btn-info span {
  background-color: #617DC9 !important;
}
.btn-info:hover {
  background-color: rgba(97, 125, 201, 0.7);
}
.btn-warning {
  background-color: #EA5427;
}
.btn-warning span {
  background-color: #EA5427 !important;
}
.btn-warning:hover {
  background-color: rgba(234, 84, 39, 0.7);
}
.btn-danger,
.btn-warning {
  background-color: #EA5427;
}
.btn-danger:hover,
.btn-warning:hover {
  background-color: rgba(234, 84, 39, 0.7);
}
.k-grid-Reverse,
.k-grid-Sync {
  background-color: transparent;
}
.k-grid-Reverse:hover,
.k-grid-Sync:hover {
  background-color: transparent;
  opacity: 0.3;
}
.grid-button-custom {
  margin-left: 10px;
}
/*
    -------------------------
         END OF BUTTONS
    -------------------------
*/
/*
    -------------------------
        START OF CUSTOM
    -------------------------
*/
.recipe-description {
  color: #6E8A96 !important;
}
.recipe-description p {
  font-size: 16px;
}
.recipe-description p a:hover {
  text-decoration: underline;
}
div.mini-loading-message {
  height: 2rem;
  width: auto;
  text-align: center;
  background: url('../../../Content/App/images/loading-transparent.gif') no-repeat center;
  background-size: contain;
}
div.loading-message {
  height: 15em;
  font-size: 20px;
  text-align: center;
  background: url('../../../Content/App/images/loading-transparent.gif') no-repeat center;
}
.rdt input.form-control {
  border-radius: 0;
}
.date-select-widget .btn-default {
  height: 42px;
}
.alert-dismissible button.close {
  width: 2em;
}
.event .evbody .event-color {
  color: #37474f;
}
.event .evbody .event-color svg {
  margin-left: 0.4rem;
}
/*
    -------------------------
         END OF CUSTOM
    -------------------------
*/
/*
    -------------------------
       START OF SIGNATURE
    -------------------------
*/
div.signature-window-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
}
div.signature-window-container div.signature-window {
  position: relative;
  border: 1px solid black;
  border-radius: 0.5em;
  height: 65%;
  background-color: white;
  padding: 2em;
  top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
@media screen and (max-width: 800px) {
  div.signature-window-container div.signature-window {
    top: 0;
    left: 0;
    width: 100%;
  }
}
div.signature-window-container div.signature-window div.signature-pad {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 80px;
  border: 1px solid #cccccc;
}
div.signature-window-container div.signature-window div.signature-pad canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
div.signature-window-container div.signature-window div.signature-message {
  position: absolute;
  bottom: 4em;
  right: 50%;
  color: #cccccc;
}
@media screen and (max-width: 450px) {
  div.signature-window-container div.signature-window div.signature-message {
    display: none;
  }
}
div.signature-window-container div.signature-window div.signature-buttons {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
div.signature-window-container div.signature-window div.signature-buttons button {
  margin-left: 1em;
}
@media screen and (max-width: 460px) {
  div.signature-row {
    width: 100%;
  }
}
div.signature-row div.signature-container {
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  width: 400px;
  min-height: 200px;
  max-height: 400px;
  background-color: #fff;
}
div.signature-row div.signature-container img {
  width: 100%;
}
div.signature-row div.signature-container img.hide-until-signed {
  display: none;
}
div.signature-row div.signature-buttons {
  text-align: right;
}
div.signature-row div.signature-buttons a {
  margin-top: 0.5em;
}
.init {
  visibility: hidden;
}
/*
    -------------------------
       END OF SIGNATURE
    -------------------------
*/
div.mini-message {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.mini-message > div {
  padding-top: 8px;
  padding-bottom: 8px;
}
p.alert.alert-icon {
  font-size: 10rem;
  color: #ee4037;
}
.inherit-text {
  color: inherit !important;
}
.warning-text {
  color: #EA5427;
}
.success-text {
  color: #28a745;
}
p.success.success-icon {
  font-size: 10rem;
  color: #28a745;
}
/* document attachments */
div.document-attachments table {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
div.document-attachments table tr {
  background-color: initial;
}
div.document-attachments table tr td {
  padding: 10px;
}
div.document-attachments .k-grid {
  border-radius: 8px;
}
div.document-attachments .k-grid .k-header {
  margin: 0;
  padding-left: 14px;
  padding-top: 6px;
  padding-bottom: 4px;
}
div.document-attachments .k-grid .k-grid-header {
  display: none;
}
div.document-attachments .k-grid .inline-title {
  padding-left: 0;
  line-height: 34px;
}
div.document-attachments .k-grid .grid-edit-buttons {
  font-size: 12px;
}
div.billing-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.2s;
}
div.billing-overlay div.overlay-content {
  z-index: 100001;
  position: relative;
  top: 25%;
  width: 100%;
  max-width: 80rem;
  padding: 4em;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid #090909;
}
@media print {
  .hide-print {
    display: none;
  }
}
@media screen {
  .hide-screen {
    display: none;
  }
}
.position-fixed {
  position: fixed;
}
.actions-group {
  display: flex;
  flex-direction: column;
}
.jumbotron p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
/* * * * * * Topheader * * * * * */
.navbar-default {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  border-color: #E7EFF4;
}
.navbar-default li > a {
  font-size: 15px;
  font-weight: 500;
}
.navbar-default li > a span {
  color: #8299A7;
  margin-left: 7px;
}
.navbar-default li > a:hover,
.navbar-default li > a:focus {
  color: #237ef4 !important;
}
.navbar-default li > a:hover span,
.navbar-default li > a:focus span {
  color: #237ef4;
}
.navbar-default .navbar-nav > li > a {
  color: #667279;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #237ef4;
}
.navbar-default .dropdown-menu {
  box-shadow: 3px 3px 15px rgba(152, 169, 180, 0.15);
  border-color: #DDE5EA;
  min-width: 164px;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-default .dropdown-menu ul {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.navbar-default .dropdown-menu li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
}
.navbar-default .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.navbar-default .dropdown-menu li.menu-app-version {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.navbar-default .dropdown-menu li.menu-section {
  margin-bottom: 10px;
  font-weight: bold;
  color: #237ef4;
}
.navbar-default .dropdown-menu a {
  font-size: 14px;
  color: #37474F;
  line-height: 17px;
  text-decoration: none;
}
.navbar-default .dropdown-menu a svg {
  margin-right: 7px;
  color: #98A9B4;
}
.navbar-default .dropdown-menu a:hover svg {
  color: #237ef4;
}
.navbar-default .dropdown-menu a:hover,
.navbar-default .dropdown-menu a:focus {
  background-color: transparent;
  text-decoration: none;
}
.navbar-right {
  padding-right: 30px;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.dropdown-menu.setup {
  min-width: 430px;
}
.dropdown-menu.setup a:hover {
  color: #237ef4;
}
.dropdown-menu.transactions {
  min-width: 420px;
}
.dropdown-menu.reports {
  min-width: 450px;
}
.dropdown-menu.reports a:hover {
  color: #237ef4;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar-brand img {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
}
ul.navbar-nav:first-child {
  margin-left: 14%;
}
.menu-app-version {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  margin-top: 1em;
}
a.user-menu-noicon {
  margin-left: 1.9em;
}
.menu-notification-badge::after {
  position: absolute;
  top: calc(12px/2);
  left: calc(12px/2);
  width: 12px;
  height: 12px;
  border-radius: calc(12px/2);
  background: #237ef4;
  content: '';
  filter: drop-shadow(0px 2px 2px rgba(14, 118, 163, 0.4));
}
.select-brewery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.select-brewery > .tenant-search-box {
  padding: 8px 16px;
}
/* * * * * * Dashboard * * * * * */
@media only screen {
  .container.body-content {
    margin-top: 3rem !important;
    padding-top: 0;
  }
  .container.body-content.logged-out {
    margin-top: calc(44px + 17px + 17px);
  }
}
.getting-started {
  margin-top: 50px;
}
.panel {
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}
.panel-heading.panelbg {
  background: #E7EFF4;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 28px;
  border-color: transparent;
  border-bottom: 0;
  color: #6E8A96;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.panel-heading.panelbg a {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.panel-content {
  padding-left: 28px;
  padding-right: 28px;
  background-color: #F6F9FB;
}
.panel-body {
  padding: 28px;
}
table.tutorials tr > td {
  padding: 20px 10px 20px 10px;
  border-top: none;
  border-bottom: 1px solid #DDE5EA;
}
table.tutorials tr > td:first-child {
  padding-left: 0;
}
table.tutorials tr > td:last-child {
  padding-right: 0;
}
table.tutorials tr:last-child > td {
  border-bottom: none;
}
table.tutorials h6 {
  margin-bottom: 8px;
  font-weight: 600;
}
table.tutorials h6 b {
  font-weight: 900;
}
table.tutorials h6 strong {
  font-weight: bold;
}
table.tutorials td a {
  display: block;
}
table.tutorials a.completed {
  background: #01B091;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
}
table.tutorials a.gothere {
  background: #BFC6D3;
  box-shadow: 3px 3px 15px rgba(191, 198, 211, 0.2);
}
table.tutorials a.igotit {
  background: #0E76A3;
  box-shadow: 3px 3px 15px rgba(14, 118, 163, 0.2);
  padding-left: 22px;
  padding-right: 22px;
}
table.tutorials td#btnexception a {
  background: #BFC6D3;
  box-shadow: 3px 3px 15px rgba(191, 198, 211, 0.2);
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
}
ul.listing-normal {
  padding: 0 0 0 0;
}
ul.listing-normal li {
  list-style-type: none;
  margin-bottom: 25px;
  color: #0E76A3;
  font-size: 16px;
  font-weight: 600;
}
ul.listing-normal li:last-child {
  margin-bottom: 0;
}
ul.listing-normal li a {
  color: #0E76A3;
  font-size: 16px;
  font-weight: 600;
}
table.scheduled-table {
  font-size: 16px;
}
table.scheduled-table h5 {
  font-weight: 500;
}
table.scheduled-table tr > td {
  border-bottom: 1px solid #DDE5EA;
  border-top: 0;
  padding-bottom: 28px;
  padding-top: 28px;
}
table.scheduled-table tr:nth-of-type(odd) {
  background-color: transparent;
}
.started-label {
  background: #BFC6D3;
  box-shadow: 3px 3px 15px rgba(191, 198, 211, 0.2);
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
}
.completed-label {
  background: #01B091;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
}
.starting-label {
  background: #0E76A3;
  box-shadow: 3px 3px 15px rgba(14, 118, 163, 0.2);
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
}
.nobdr {
  border: 0 !important;
}
.spr-minh {
  min-height: 533px;
}
.padd0 {
  padding: 0 !important;
}
.alerts-notification-panel a.new-window-link {
  color: #237ef4;
  padding: 0;
}
.alerts-notification-panel .table-hover > tbody > tr:hover {
  background-color: #E7EFF4;
}
.alerts-notification-panel .table > tbody > tr > td {
  border-top: transparent;
  color: #1b3636;
  padding: 10px 22px;
}
.alerts-notification-panel .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F6F9FB;
}
.alerts-notification-panel tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.alerts-notification-panel tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.alerts-notification-panel a {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}
.alerts-notification-panel a.hourbtn {
  background-color: #617DC9;
  box-shadow: 3px 3px 15px rgba(97, 125, 201, 0.2);
  margin-right: 6px;
}
.alerts-notification-panel a.daybtn {
  background-color: #0E76A3;
  box-shadow: 3px 3px 15px rgba(14, 118, 163, 0.2);
  margin-right: 6px;
}
.alerts-notification-panel a.deletebtn {
  background-color: #ee4037;
  box-shadow: 3px 3px 15px rgba(238, 64, 55, 0.2);
}
.manage-notifytxt {
  font-size: 12px;
  font-style: italic;
}
.custom-delivertmsg {
  font-size: 16px;
  color: #6E8A96;
}
.deliveryGrid {
  background-color: transparent;
}
.deliveryGrid .k-pager-sizes .k-dropdown-wrap .k-input {
  font-size: 13px;
}
.deliveryGrid .k-pager-input,
.deliveryGrid .k-pager-sizes {
  padding: 0;
}
.deliveryGrid .k-pager-sizes .k-widget.k-dropdown {
  margin-top: -30px;
}
.deliveryGrid .k-pager-info {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 12px;
}
.deliveryGrid .k-grid-header {
  background-color: #fff;
  padding-right: 0 !important;
  border-color: transparent;
}
.deliveryGrid td:nth-child(2) {
  padding-left: 50px;
}
.deliveryGrid .k-header {
  font-size: 16px;
  color: #6E8A96;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.deliveryGrid .k-grid td:nth-child(2) {
  padding-left: 50px;
}
.deliveryGrid .k-grid-header-wrap {
  border-color: transparent;
}
img.company-logo-icon {
  max-height: 100px;
  min-height: 50px;
}
#helpContent {
  display: none;
  /* The initial state is hidden; jquery.show()/.hide() will toggle */
  background-color: white;
}
.showHelpContainer {
  background-color: darkslategray;
  height: 48px;
  width: 100%;
  padding: 12px 16px;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: help;
}
.showHelpContainer h4 {
  color: white !important;
  display: inline;
}
.showHelpContainer i {
  font-size: 18px;
  color: white !important;
}
/* * * * * * Grids * * * * * */
.innerhdr {
  margin-bottom: 20px;
}
.innerhdr p {
  font-weight: 600;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  color: #98A9B4;
  font-size: 16px;
}
.innerhdr .well {
  box-shadow: none;
  border: 0;
  color: #6E8A96;
  font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
}
.innerhdr .well a.quick-link {
  background-color: #DDE5EA;
  color: #6E8A96;
  border-radius: 8px;
  font-weight: 600;
  padding: 1rem 0.6rem !important;
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  text-align: center;
  font-size: 13px;
  margin-right: 0.8rem;
}
.innerhdr .well a.quick-link:hover {
  color: #37474F;
  background-color: #b8c3c7;
}
.innerhdr .well a:last-of-type {
  margin-right: 0rem !important;
}
.innerhdr .well a:last-of-type:hover {
  margin-right: 0rem !important;
}
.unit-type-change-warning > span {
  font-weight: bold;
  color: #EA5427;
}
.search_icon {
  padding-right: 28px;
  background-image: url('../../../Content/App/images/icons/search-icon.png');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
input.grid-search-text-input {
  width: 280px;
}
input.grid-search-text-input:hover {
  width: 280px !important;
}
.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-grid {
  border-color: transparent;
  touch-action: auto !important;
}
.k-grid > table {
  touch-action: auto !important;
}
.k-button.k-state-active:hover,
.k-button:active:hover {
  background-color: transparent;
  border-color: transparent;
}
.k-block,
.k-widget {
  border-width: 0 !important;
  box-shadow: none;
  background-color: transparent;
}
.k-grid-toolbar {
  background-color: #E7EFF4;
  border-color: transparent;
  padding: 23px 28px;
}
/*.k-grid tr:nth-child(even):hover {
    background-color: inherit;
}

.k-grid tr:nth-child(odd) {
    background-color: #F6F9FB;
    border-radius: 6px;
}



.k-master-row {
    background-color: #F6F9FB;
    border-radius: 6px;
}

.k-master-row:hover {
    background-color: #F6F9FB !important;
}

.k-alt:hover {
    background-color: #fff !important;
}*/
.k-alt,
.k-pivot-layout > tbody > tr:first-child,
.k-resource.k-alt,
.k-separator {
  background-color: transparent;
}
.k-grid table {
  /*@{pl}: 30px;
  @{pr}: 30px;*/
  background: #fff;
  box-sizing: border-box;
}
.k-grid table tr td:first-child {
  /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;*/
}
.k-grid table tr td:last-child {
  /* border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;*/
}
.k-grid-header:first-child,
.k-grid-toolbar:first-child,
.k-grid > .k-grouping-header,
.k-scheduler > .k-scheduler-toolbar:first-child {
  border-radius: 8px 8px 0 0;
}
.k-filter-row th,
.k-grid-header th.k-header {
  background: #fff;
  border-color: transparent;
  font-size: 14px;
  color: #98A9B4;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E7EFF4;
}
.k-grid-header th.k-header > .k-link {
  font-size: 14px;
  color: #98A9B4;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.k-filter-row th,
.k-grid-header th.k-header {
  text-transform: uppercase;
}
.k-grid tr td {
  border-color: transparent;
  color: #042121;
  font-size: 14px;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
  /* @{pl}: 25px;
  @{pr}: 25px;
   @{pr}: .6em;
  @{pl}: .6em;*/
}
.k-grid .k-button {
  margin-right: 20px;
}
.k-grid .k-button:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  width: 18px;
  height: 24px;
  display: inline-block;
}
.k-link-button {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
}
.k-link-button span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.k-link-button span svg {
  color: #fff;
  font-size: 10px;
}
.k-link-button.k-success span {
  background: #01B091;
}
.k-link-button.k-primary span {
  background: #237ef4;
}
.k-link-button:hover {
  background-color: transparent;
  color: #466B7B;
}
.k-grid-excel {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
}
.k-grid-excel span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.k-grid-excel span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-excel:hover {
  background-color: transparent;
  color: #466B7B;
}
.k-grid-excel:focus {
  background-color: transparent;
  color: #466B7B;
}
.k-grid-add,
.k-button.btn-add {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.k-grid-add span,
.k-button.btn-add span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #237ef4;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(14, 118, 163, 0.2);
  line-height: 24px;
}
.k-grid-add span svg,
.k-button.btn-add span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-add:hover,
.k-button.btn-add:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-add:focus,
.k-button.btn-add:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-save-changes {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.k-grid-save-changes span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(14, 118, 163, 0.2);
  line-height: 24px;
}
.k-grid-save-changes span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-save-changes:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-save-changes:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-cancel-changes {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.k-grid-cancel-changes span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #ee4037;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(14, 118, 163, 0.2);
  line-height: 24px;
}
.k-grid-cancel-changes span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-cancel-changes:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-cancel-changes:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.go_btnhdr {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #98A9B4;
  border: 0;
  outline: 0 none;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
  display: inline-block;
}
.go_btnhdr:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.go_btnhdr:focus {
  box-shadow: none;
  color: #fff;
}
.width-f {
  width: 100%;
}
.txt-right-btn {
  text-align: right;
}
.cell-align-right {
  text-align: right !important;
}
.cell-align-center {
  text-align: center !important;
}
.hgr-rtgap {
  padding-right: 0px;
}
.hgr-lftgap {
  padding-left: 0px;
}
.k-i-collapse {
  background-image: url('../../../Content/App/images/icons/eye-icon-hover.svg') !important;
  background-position: 50% 50%;
  background-size: unset !important;
  outline: 0 none !important;
}
.k-i-expand {
  background-image: url('../../../Content/App/images/icons/eye-icon.svg') !important;
  background-size: unset !important;
  background-position: 50% 50%;
  outline: 0 none !important;
}
/* remove the font icon, as of R1 2017 */
.k-grid .k-hierarchy-cell .k-icon:before {
  content: none;
}
.k-grid .k-hierarchy-cell {
  padding-right: 30px;
  padding-left: 30px;
}
.k-grid-edit {
  padding: 0px;
  margin-right: 8px !important;
  margin-left: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #0E76A3;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-edit:before {
  content: "\f044";
  font-family: "Font Awesome\ 5 Free";
}
.k-grid-edit svg {
  display: none;
}
.k-grid-edit:hover,
.k-grid-edit:focus,
.k-grid-edit:active {
  background-color: transparent;
  opacity: 0.8;
  color: #0E76A3 !important;
  box-shadow: none !important;
}
.k-grid-Delete {
  padding: 0px;
  margin-right: 0px !important;
  margin-left: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #ee4037;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-Delete:before {
  content: "\f2ed" !important;
  font-family: "Font Awesome\ 5 Free";
}
.k-grid-Delete svg {
  display: none;
}
.k-grid-Delete:hover,
.k-grid-Delete:focus,
.k-grid-Delete:active {
  background-color: transparent;
  opacity: 0.8;
  color: #ee4037 !important;
  box-shadow: none !important;
}
.k-grid tr.k-state-selected:hover td.k-state-focused,
.k-grid tr:hover .k-state-focused.k-state-selected {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
  background-color: transparent;
}
.k-state-selected {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #e7eff4;
  color: #6E8A96;
}
.k-state-focused,
.k-state-focused:focus {
  box-shadow: none !important;
}
.k-grid-pager {
  border-radius: 0;
  padding-top: 98px !important;
  background: #fff;
  padding: 25px;
  position: relative;
}
.k-grid-pager:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #DDE5EA;
  width: 95%;
  height: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 44px;
}
.k-pager-wrap .k-link {
  background-color: #F5F6F9;
  color: #6E8A96 !important;
  border-color: #D3D6DF;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  outline: 0 none;
}
.k-pager-numbers .k-state-selected {
  border-color: #6E8A96;
}
.log-grid .k-pager-numbers .k-state-selected {
  line-height: 30px;
}
.k-widget.k-grid .k-pager-numbers {
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
}
.k-pager-sizes {
  color: #466B7B !important;
  border-color: #D3D6DF;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  margin-left: 0;
}
.k-pager-sizes .k-dropdown-wrap .k-input {
  color: #466B7B !important;
}
.k-pager-info {
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  color: #466B7B;
}
.k-pager-numbers .k-link,
.k-pager-wrap {
  line-height: 26px;
}
.k-pager-wrap > .k-link {
  line-height: 25px;
}
.k-state-active {
  background-color: transparent;
}
.detail-template {
  width: 94%;
  border-top: 1px solid #dee6eb;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #466B7B;
}
.detail-template p {
  padding-right: 20px;
  margin-bottom: 10px;
}
.detail-template b {
  font-weight: 900;
}
.detail-template a {
  color: #466B7B;
  font-size: 13px;
}
.k-detail-row {
  background-color: #F6F9FB;
}
.k-detail-row td:first-child,
.k-detail-row td:last-child {
  border-radius: 0px !important;
}
.k-detail-row:hover {
  background-color: #F6F9FB !important;
}
#_empty_state {
  width: 100%;
  float: none;
}
/* * * * * */
.k-window-titlebar {
  background: #E7EFF4;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 28px;
  border-color: transparent;
  border-bottom: 0;
  color: #6E8A96;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  min-height: 56px;
}
.k-window-titlebar .k-window-title {
  left: 28px;
  right: 28px;
}
.k-window-titlebar .k-window-actions {
  right: 22px;
  top: 15px;
  font-weight: bold;
  padding: 0 !important;
}
.k-window-titlebar .k-link {
  padding: 0 !important;
}
.k-window-titlebar .k-state-hover {
  border: 0;
  padding: 0 !important;
}
.k-window {
  border-color: transparent !important;
  border: 0 !important;
  background-color: transparent !important;
}
.k-window .k-window-content {
  overflow-x: hidden;
}
.k-edit-form-container {
  width: 100%;
  padding: 10px;
}
.k-edit-form-container .form-horizontal .control-label {
  font-size: 13px;
  font-weight: 500;
  color: #466B7B;
  margin-bottom: 13px;
}
.input-popup {
  height: 40px;
  border-color: #DDE5EA;
  border-width: 1px;
  color: #37474F;
  background-color: #f6f9fb;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  outline: 0 none;
}
.input-popup:focus {
  box-shadow: none;
  outline: 0 none;
}
.select-popup {
  height: 40px;
  outline: 0 none;
  border: 0;
  color: #37474F;
  background-color: #f6f9fb;
  box-shadow: none;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.select-popup span {
  background-color: transparent !important;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.select-popup .k-select {
  width: 16px;
}
.file-input-wrapper {
  height: 40px;
  outline: 0 none;
  border: none !important;
  /* because it's also an input */
  color: #37474F;
  box-shadow: none;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}
.file-input-wrapper input {
  opacity: 0;
}
.file-input-wrapper a {
  font-size: 14px;
  color: #37474F;
  font-weight: 500;
  display: block;
  padding: 10px 12px;
  z-index: 1;
  position: relative;
}
.file-input-wrapper .uploadicon {
  background: #E7EFF4;
  width: 28px;
  height: 100%;
  border-top-right-radius: 3px 3px;
  color: #98A9B4;
  line-height: 40px;
  text-align: center;
}
.recipe-details-header .file-input-wrapper {
  background: none;
  height: auto;
}
.recipe-details-header .file-input-wrapper a {
  color: #009bff;
  font-weight: bold;
}
.mbtm10 {
  margin-bottom: 10px;
}
.custom-liningtabs {
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #E7EFF4;
}
.custom-liningtabs .btn-group {
  display: block;
}
.custom-liningtabs label:hover,
.custom-liningtabs label:focus {
  background-color: transparent !important;
  border-bottom: 1px solid #0E76A3 !important;
  color: #0E76A3 !important;
  box-shadow: none;
  outline: 0 none;
}
.custom-liningtabs .active {
  color: #0E76A3;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #0E76A3;
}
.custom-liningtabs .btn-default {
  background-color: transparent !important;
}
.custom-liningtabs label {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 600;
  color: #98A9B4;
}
.custom-liningtabs label input {
  display: none;
}
.content-liningtabs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.k-grid-update {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #237ef4;
  border: 0 !important;
  margin-right: 15px !important;
}
.k-grid-update span {
  display: none;
}
.k-grid-update:hover,
.k-grid-update:focus,
.k-grid-update:active {
  background-color: #237ef4 !important;
  opacity: 0.8;
  color: #fff !important;
}
.k-grid-cancel {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #E7EFF4;
  color: #98A9B4;
  border: 0 !important;
}
.k-grid-cancel span {
  display: none;
}
.k-grid-cancel:hover,
.k-grid-cancel:focus,
.k-grid-cancel:active {
  background-color: #E7EFF4 !important;
  color: #98A9B4 !important;
  opacity: 0.8;
}
.blocklabel {
  display: block;
  width: 100%;
  text-align: left !important;
}
.blockwidth {
  display: block;
  width: 100%;
}
span.k-widget.k-numerictextbox.select-counter {
  width: 100%;
  border: 1px solid #d3d6df;
}
.select-counter {
  height: 40px;
  outline: 0 none;
  color: #37474F;
  box-shadow: none;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  border: 1px solid #d3d6df;
  background-color: #F6F9FB !important;
}
.select-counter span {
  background-color: transparent;
  border: none !important;
}
.select-counter .k-numerictextbox {
  width: 100%;
}
.select-counter .k-numerictextbox input.k-input {
  height: 100%;
}
.select-counter input {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
}
.select-counter .k-numeric-wrap {
  background-color: transparent !important;
  padding: 0 2px;
}
.select-counter .k-numeric-wrap .k-select {
  border-left: 0;
}
.k-numeric-wrap input.k-input {
  height: 100%;
}
.select-counter.disabld {
  background-color: #efefef;
  pointer-events: none;
}
.ddl-Background {
  height: 40px;
  background-color: #f6f9fb;
  width: 45%;
  margin-left: 13px;
  padding: 0;
}
.custom-logo {
  width: 100%;
}
.custom-logo img {
  width: 100% !important;
}
.mtp5 {
  margin-top: 5px;
}
.mtp20 {
  margin-top: 20px;
}
.mtp25 {
  margin-top: 20px;
}
.mbtm20 {
  margin-bottom: 20px;
}
.mbtm15 {
  margin-bottom: 15px;
}
.mtp15 {
  margin-top: 15px;
}
.mtp10 {
  margin-top: 10px;
}
.date-standard {
  margin: 0;
  font-size: 13px;
  padding: 8px 10px 8px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
}
.date-standard::-webkit-input-placeholder {
  /* Edge */
  color: #466B7B;
  opacity: 1;
}
.date-standard:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #466B7B;
  opacity: 1;
}
.date-standard::placeholder {
  color: #466B7B;
  opacity: 1;
}
.date-standard:focus {
  box-shadow: none;
}
.select-advanced {
  height: 40px;
  outline: 0 none;
  border: 0;
  color: #466B7B;
  background-color: #fff;
  box-shadow: none;
  font-size: 13px;
  width: 100%;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
}
.select-advanced span {
  background-color: transparent;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #466B7B !important;
}
.select-advanced .k-select {
  width: 16px;
}
.select-advanced .k-dropdown .k-input,
.select-advanced .k-dropdown .k-state-focused .k-input,
.select-advanced .k-menu .k-popup {
  color: #466B7B;
}
.k-grid-composite {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.k-grid-composite span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #617DC9;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(97, 125, 101, 0.2);
  line-height: 24px;
}
.k-grid-composite span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-composite:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-composite:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-uncomposite {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
}
.k-grid-uncomposite span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #BFC6D3;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(191, 198, 211, 0.2);
  line-height: 24px;
}
.k-grid-uncomposite span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-uncomposite:hover {
  background-color: transparent;
  color: #466B7B;
}
.k-grid-uncomposite:focus {
  background-color: transparent;
  color: #466B7B;
}
.k-grid-destroy {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
}
.k-grid-destroy span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #090909;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(191, 198, 211, 0.2);
  line-height: 24px;
}
.k-grid-destroy span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-destroy:hover {
  background-color: transparent;
  color: #466B7B;
}
.k-grid-destroy:focus {
  background-color: transparent;
  color: #466B7B;
}
#recipeGrid label {
  display: none;
}
#recipeGrid-searchField {
  margin: 0;
  font-size: 13px;
  padding: 10px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
  width: 49%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px !important;
  padding-right: 28px;
  background-image: url('../../../Content/App/images/icons/search-icon.png');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
#recipeGrid-searchButton {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #98A9B4;
  border: 0;
  outline: 0 none;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
#recipeGrid-searchButton:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
#recipeGrid-searchButton:focus {
  box-shadow: none;
  color: #fff;
}
.k-grid-Return {
  padding: 0px;
  margin-right: 8px !important;
  margin-left: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #617DC9;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-Return:before {
  content: "\f0e2";
  font-family: "Font Awesome\ 5 Free";
}
.k-grid-Return svg {
  display: none;
}
.k-grid-Return:hover,
.k-grid-Return:focus,
.k-grid-Return:active {
  background-color: transparent;
  opacity: 0.8;
  color: #617DC9 !important;
  box-shadow: none !important;
}
.k-grid-Refund,
.k-grid-CreateOrder,
.k-grid-MakeCustomerFromCustomerLead {
  padding: 0px;
  margin-right: 8px !important;
  margin-left: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #01B091;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-Refund svg,
.k-grid-CreateOrder svg,
.k-grid-MakeCustomerFromCustomerLead svg {
  display: none;
}
.k-grid-Refund:hover,
.k-grid-CreateOrder:hover,
.k-grid-MakeCustomerFromCustomerLead:hover,
.k-grid-Refund:focus,
.k-grid-CreateOrder:focus,
.k-grid-MakeCustomerFromCustomerLead:focus,
.k-grid-Refund:active,
.k-grid-CreateOrder:active,
.k-grid-MakeCustomerFromCustomerLead:active {
  background-color: transparent;
  opacity: 0.8;
  color: #01B091 !important;
  box-shadow: none !important;
}
.k-grid-CreateOrder:before {
  content: "\f571";
  font-family: "Font Awesome\ 5 Free";
}
.k-grid-Refund:before {
  content: "\f155";
  font-family: "Font Awesome\ 5 Free";
}
.k-grid-MakeCustomerFromCustomerLead:before {
  content: "\f005";
  font-family: "Font Awesome\ 5 Free";
}
.select-tags {
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  padding: 0px 4px;
  border: 1px solid #DDE5EA;
}
.select-tags .k-multiselect {
  min-height: 38px;
}
.select-tags .k-multiselect-wrap {
  box-shadow: none;
  border: none;
  min-height: 30px;
}
.normal-txt {
  font-weight: 600;
  color: #466B7B;
}
#notificationSubActorGrid-searchField {
  margin: 0;
  font-size: 13px;
  padding: 10px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
  width: 49%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px !important;
  padding-right: 28px;
  background-image: url('../../../Content/App/images/icons/search-icon.png');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
#notificationSubActorGrid-searchButton {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #98A9B4;
  border: 0;
  outline: 0 none;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
#notificationSubActorGrid-searchButton:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
#notificationSubActorGrid-searchButton:focus {
  box-shadow: none;
  color: #fff;
}
#notificationSubUserGrid-searchField {
  margin: 0;
  font-size: 13px;
  padding: 10px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
  width: 49%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px !important;
  padding-right: 28px;
  background-image: url('../../../Content/App/images/icons/search-icon.png');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
#notificationSubUserGrid-searchButton {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #98A9B4;
  border: 0;
  outline: 0 none;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
#notificationSubUserGrid-searchButton:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
#notificationSubUserGrid-searchButton:focus {
  box-shadow: none;
  color: #fff;
}
#batchGrid-searchField {
  margin: 0;
  font-size: 13px;
  padding: 10px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
  width: 49%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px !important;
  padding-right: 28px;
  background-image: url('../../../Content/App/images/icons/search-icon.png');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
#batchGrid-searchButton {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #98A9B4;
  border: 0;
  outline: 0 none;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
}
#batchGrid-searchButton:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
#batchGrid-searchButton:focus {
  box-shadow: none;
  color: #fff;
}
#batchGrid label {
  display: none;
}
.jumbotron-white {
  background-color: #fff;
}
.k-grid-Transfer,
.k-grid-UnpackageComposite,
.k-grid-DestroyProductSkuInventory {
  padding: 0px;
  margin-right: 8px !important;
  margin-left: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #0E76A3;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-Transfer svg,
.k-grid-UnpackageComposite svg,
.k-grid-DestroyProductSkuInventory svg {
  display: none;
}
.k-grid-Transfer:hover,
.k-grid-UnpackageComposite:hover,
.k-grid-DestroyProductSkuInventory:hover,
.k-grid-Transfer:focus,
.k-grid-UnpackageComposite:focus,
.k-grid-DestroyProductSkuInventory:focus,
.k-grid-Transfer:active,
.k-grid-UnpackageComposite:active,
.k-grid-DestroyProductSkuInventory:active {
  background-color: transparent;
  opacity: 0.8;
  color: #0E76A3 !important;
  box-shadow: none !important;
}
.k-grid-Transfer:before {
  content: "\f07e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.k-grid-UnpackageComposite:before {
  content: "\f009";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.k-grid-DestroyProductSkuInventory:before {
  content: "\f2ed" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.dtleft {
  text-align: left !important;
}
.k-grid-up {
  padding: 0px;
  margin-left: 15px !important;
  margin-right: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #0E76A3;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-up:hover,
.k-grid-up:focus,
.k-grid-up:active {
  background-color: transparent;
  opacity: 0.8;
  color: #0E76A3 !important;
  box-shadow: none !important;
}
.k-grid-down {
  padding: 0px;
  margin-left: 15px !important;
  margin-right: 0 !important;
  min-width: 0px !important;
  background-color: transparent;
  border: 0;
  color: #0E76A3;
  font-size: 15px;
  box-shadow: none;
}
.k-grid-down:hover,
.k-grid-down:focus,
.k-grid-down:active {
  background-color: transparent;
  opacity: 0.8;
  color: #0E76A3 !important;
  box-shadow: none !important;
}
.k-detail-row.k-alt {
  background-color: #fff !important;
}
.k-detail-row.k-alt:hover {
  background-color: #fff !important;
}
.k-detail-row td.k-detail-cell {
  padding: 0;
}
tr.k-master-row {
  background-color: #F6F9FB;
  border-radius: 6px;
}
tr.k-master-row:hover {
  background-color: #F6F9FB;
}
tr.k-alt.k-master-row {
  background-color: #fff;
}
tr.k-alt.k-master-row:hover {
  background-color: #fff;
}
.k-grid-import {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.k-grid-import span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.k-grid-import span svg {
  color: #fff;
  font-size: 10px;
}
.k-grid-import:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid-import:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
/*.k-header {
    padding-left: 50px;
    padding-right: 50px;
}*/
.k-grid .k-edit-cell {
  padding: 7px;
}
.recipe-import .k-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.jumbotron.entity-details-jumbotron.col-md-10 {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.jumbotron.entity-details-jumbotron.col-md-10 .col-md-10 {
  background: #fff;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  border-radius: 8px;
}
.jumbotron.entity-details-jumbotron.col-md-10 .col-md-10 h1 {
  padding-bottom: 0;
}
.jumbotron.entity-details-jumbotron.col-md-10 .col-md-10 h2 {
  margin-top: 0;
}
.completed_btn {
  background: #01B091;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  border: 0;
}
.k-datepicker {
  border-radius: 8px 0 0 8px;
}
.k-datepicker .k-picker-wrap {
  border-radius: 8px 0 0 8px;
}
.k-datepicker .k-input {
  background: transparent;
}
.k-datepicker .k-select {
  border-radius: 0 4px 4px 0;
  width: 30px;
  padding: 0 0 0 0;
  background: #fff;
}
.k-datepicker .k-state-border-down {
  padding-bottom: 0 !important;
  border-bottom: 1px solid #ccc !important;
}
.drpbtn .btn {
  border-radius: 8px 0 0 8px;
}
.drpbtn button {
  border-radius: 0 8px 8px 0 !important;
}
.drpbtn .dropdown-menu li .btn {
  background-color: transparent;
  display: block;
}
.select-dropdown {
  border-radius: 8px;
  background: transparent;
}
.select-dropdown .k-header {
  padding-left: 0;
  padding-right: 0;
}
.select-dropdown .k-input {
  font-size: 12px;
}
.customtble {
  background: #fff;
  font-size: 15px;
}
.customtble a {
  color: #6E8A96;
}
.mbtm5 {
  margin-bottom: 5px !important;
}
.mrt10 {
  margin-right: 10px;
}
.register-select {
  margin: 0;
  font-size: 13px;
  padding: 10px 18px;
  height: auto;
  outline: 0 none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  color: #466B7B;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-weight: 500;
  width: 100%;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 5px;
}
.register_btn {
  background: #01B091;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  border: 0;
  padding: 5px 12px;
}
.register_btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.register_btn:focus {
  box-shadow: none;
  color: #fff;
}
.cancel_btn {
  background: #BFC6D3;
  box-shadow: 3px 3px 15px rgba(1, 176, 145, 0.2);
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  border: 0;
  padding: 7px 12px;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
}
.cancel_btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.cancel_btn:focus {
  box-shadow: none;
  color: #fff;
}
.schedule-view-toggle-widget button:disabled::before {
  content: '✓ ';
}
.schedule-view-toggle-widget div.checkbox {
  display: inline;
  margin-left: 1rem;
}
.spacing-custom .calendar-widget .react-grid-Main {
  border: 0px;
  outline: 0px !important;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid {
  border: 0px;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Canvas {
  min-height: 100px !important;
  overflow: auto !important;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Header {
  height: 71px !important;
  background: #fff;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Header .react-grid-HeaderRow > div {
  height: 71px !important;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Header .react-grid-HeaderRow > div .react-grid-HeaderCell {
  border-color: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto !important;
  font-size: 14px;
  color: #98A9B4 !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Viewport {
  top: 71px !important;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Viewport .react-grid-Canvas .react-grid-Row--even {
  background: #f6f9fb;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Viewport .react-grid-Canvas .react-grid-Row--even .react-grid-Cell {
  background: #f6f9fb;
}
.spacing-custom .calendar-widget .react-grid-Main .react-grid-Grid .react-grid-Viewport .react-grid-Canvas .react-grid-Row .react-grid-Cell {
  border-color: transparent;
  color: #042121;
  font-size: 14px;
}
.dayz.month .day-label {
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dayz.month .days .day {
  /*border-color: transparent;*/
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dayz.month .days .day .label {
  color: #98A9B4 !important;
}
#saleEntryGrid.k-grid .k-edit-cell .k-dropdown {
  width: 136px;
}
div.event-color {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div .calendar-widget .dayz.month div.day .event {
  height: 25px;
}
div .calendar-widget .dayz.month div.day .event img {
  height: 100%;
  margin: 0 0.5em;
  border-radius: 50%;
}
div.overlay-background {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.2s;
  display: none;
}
div.overlay-background div.overlay-content {
  z-index: 100001;
  position: relative;
  top: 25%;
  width: 40em;
  padding: 4em;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid black;
}
.packaging-notification-container {
  padding: 16px 0;
}
.inline-btns a {
  vertical-align: top;
  display: inline-block;
  margin-right: 3px;
}
.inline-btns a:last-child {
  margin-right: 0;
}
.inline-btns button {
  vertical-align: top;
  display: inline-block;
}
.btn-tank button {
  background-color: transparent;
  padding: 5px 12px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  padding: 10px 8px;
  font-size: 14px;
  border: 0;
  vertical-align: top;
}
.btn-tank button:hover,
.btn-tank button:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.btnadd button {
  background: #237ef4;
  box-shadow: 3px 3px 10px rgba(14, 118, 163, 0.4);
}
.btntransfer button {
  background: #01B091;
  box-shadow: 3px 3px 10px rgba(1, 176, 145, 0.4);
}
.btnpakage button {
  background: #617DC9;
  box-shadow: 3px 3px 10px rgba(97, 125, 201, 0.4);
}
.btndropdown button {
  background: #E7EFF4;
  box-shadow: 3px 3px 10px rgba(97, 125, 201, 0.4);
  color: #98A9B4;
  box-shadow: 0 0 10px #E7EFF4;
}
.btndropdown button:hover,
.btndropdown button:focus {
  color: #c1cfd8;
}
a.tankwipbtn {
  padding: 5px 12px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border: 0;
  vertical-align: top;
  background: #98A9B4;
}
a.tankwipbtn:hover,
a.tankwipbtn:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.inlinebtm-btns {
  padding: 0;
}
.inlinebtm-btns .btnguide {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
}
.inlinebtm-btns .btnguide:last-child {
  margin-right: 0;
}
.inlinebtm-btns button {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  border: 0;
  vertical-align: top;
  background: #98A9B4;
}
.inlinebtm-btns button:hover,
.inlinebtm-btns button:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.inlinebtm-btns button.hidden-desktop {
  display: none;
}
.panel-body.tank-list {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .tank-list {
    display: block;
  }
}
.ca {
  border-bottom: 1px solid #eeeeee;
}
.tankCard {
  border: 1px solid #DDE5EA;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 15px;
}
.tankCard .col-xs-6,
.tankCard .col-xs-9,
.tankCard .col-xs-3,
.tankCard .col-md-12,
.tankCard .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.tankCard .tankCard-hdr {
  background-color: #466B7B;
}
.tankCard h2 {
  font-size: 12px;
  color: #466B7B;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tankCard h3 {
  font-size: 18px !important;
  color: #466B7B;
  margin-top: 0;
  font-weight: 600;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tankCard h4 {
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.taproomCard h3 {
  padding: 0px;
}
.taproomcontent h3 {
  padding: 10px;
}
.blockview-btn {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background: #E7EFF4;
  vertical-align: top;
  color: #98A9B4;
  font-size: 12px;
  margin-top: 0px;
  margin: 0 5px 5px 0;
}
.blockview-btn:hover {
  color: #98A9B4;
}
.blv-blt span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
.blv-blt span:last-child {
  margin-right: 0;
}
/****Taproom start****/
.width100 {
  width: 100%;
}
.panel-heading.panelbg {
  margin: 0px;
}
.brew-ninja-app {
  background: #fff;
}
.taproomCard.panel {
  border: 1px solid #DDE5EA;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
}
.taproomCard h1 {
  background-color: #466B7B;
  margin: 0;
  padding: 26px 36px;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  line-height: 1em;
  font-size: 28px;
}
.tank-list {
  background-color: #fff;
}
.taproomcontent {
  padding: 0px 20px;
}
.taproomLogo.col-md-4 {
  padding: 0px;
}
.taproomLogo img {
  width: 77px;
  margin: 0 -26px;
}
.progress {
  margin-top: 10px;
}
.taproomChange {
  background-color: #01B091;
}
.taproomCard.panel {
  padding-bottom: 10px;
}
.modal-button-row .btn {
  margin-left: 6px;
}
/****Taproom End****/
.dash-listing ul {
  margin: 0;
  padding: 0;
}
.dash-listing ul li {
  position: relative;
  font-size: 15px;
  color: #37474F;
  list-style-type: none;
  padding: 0 0 0 15px;
  margin: 0 0 2px 0;
}
.dash-listing ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 10px;
  content: "-";
  font-size: 20px;
  color: #37474F;
}
.company-logo-med {
  width: 150px;
  border: none;
}
.connections-quickbooks img {
  margin-right: 1em;
  height: 75px;
}
.connections-quickbooks > input[type=image] {
  margin-right: 1em;
  height: 44px;
}
.connections-quickbooks > input[type=image]:hover {
  opacity: 0.8;
}
input.addon-qty {
  width: 10em;
  display: inline;
}
.remote-connection-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.remote-connection-row p {
  font-size: 14px;
}
.labelbtn-blue {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #237ef4;
  box-shadow: 3px 3px 10px rgba(35, 126, 244, 0.2);
}
.labelbtn-teal {
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: normal;
  background-color: #01B091;
  box-shadow: 3px 3px 10px rgba(1, 176, 145, 0.2);
}
.labelbtn-teal.label-danger {
  background-color: #d9534f;
  box-shadow: 3px 3px 10px rgba(238, 64, 55, 0.2);
}
.mrt5 {
  margin-right: 5px;
}
.mrt15 {
  margin-right: 15px;
}
#inventoryCountEntryGrid.k-grid,
#soEntryGrid.k-grid {
  padding: 0px;
}
.sqshape-share-btn {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-share-btn span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #0E76A3;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(14, 118, 163, 0.2);
  line-height: 24px;
}
.sqshape-share-btn span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-share-btn:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-share-btn:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.tank-list {
  margin-top: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-bottom: 0;
}
.tank-content .ca {
  margin-bottom: 2px;
}
.taproomcontent h2 {
  padding: 0px;
  margin-bottom: 0px;
}
.file-input-hidden {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}
.file-input-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.file-input-wrapper a {
  font-weight: bold;
  color: #009bff;
}
.quick-links strong {
  height: 100px;
  padding-top: 20px;
}
.table-report tr,
.tax-report tr,
table.reports tr {
  background-color: #fff;
}
.table-report > tr > th,
.table-report > tr > td,
.tax-report > tr > th,
.tax-report > tr > td,
table.reports > tr > th,
table.reports > tr > td {
  border-top: none;
}
.table-report > thead > tr > th,
.table-report > tbody > tr > th,
.table-report > tfoot > tr > th,
.table > thead > tr > td,
.table-report > tbody > tr > td,
.table-report > tfoot > tr > td,
.tax-report > thead > tr > th,
.tax-report > tbody > tr > th,
.tax-report > tfoot > tr > th,
.tax-report > thead > tr > td,
.tax-report > tbody > tr > td,
.tax-report > tfoot > tr > td,
table.reports > thead > tr > th,
table.reports > tbody > tr > th,
table.reports > tfoot > tr > th,
table.reports > thead > tr > td,
table.reports > tbody > tr > td,
table.reports > tfoot > tr > td {
  border-top: none;
  padding: 25px;
  font-weight: 600;
  font-size: 14px;
  color: #042121;
}
table.table-report td.total,
th.th.total {
  font-weight: 900;
}
table.table-report tr.excluded > td {
  color: #f69f9a;
}
table > thead.double-header tr:first-child {
  /*background-color: green;*/
  background-color: white;
}
table > thead.double-header tr:first-child th {
  padding-bottom: 0;
  border-bottom: none;
}
table > thead.double-header tr:nth-child(2) {
  /*background-color: orange;*/
  background-color: white;
}
table > thead.double-header tr:nth-child(2) th {
  padding-top: 10px;
  padding-bottom: 10px;
}
table > thead.double-header tr:nth-child(2) th img {
  width: 20px;
}
table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
/*.table-report tr:first-child th:first-child {

    border-top-left-radius: 15px;
}
.table-report tr:first-child td:last-child {

    border-top-right-radius: 15px;
}*/
.sqshape-print-btn {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-print-btn span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  text-align: center;
  background: #617DC9;
  display: inline-block;
  box-shadow: 3px 3px 10px rgba(97, 125, 201, 0.2);
  line-height: 24px;
}
.sqshape-print-btn span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-print-btn:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-print-btn:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-apply-refunds {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-apply-refunds span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #BFC6D3;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(191, 198, 211, 0.2);
  line-height: 24px;
}
.sqshape-apply-refunds span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-apply-refunds:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-apply-refunds:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-request-payment {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-request-payment span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.sqshape-request-payment span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-request-payment:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-request-payment:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-add-delivery {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-add-delivery span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #6E8A96;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(110, 138, 150, 0.2);
  line-height: 24px;
}
.sqshape-add-delivery span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-add-delivery:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-add-delivery:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-quick-delivery {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-quick-delivery span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #98A9B4;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(152, 169, 180, 0.2);
  line-height: 24px;
}
.sqshape-quick-delivery span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-quick-delivery:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-quick-delivery:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-submit-green {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-submit-green span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.sqshape-submit-green span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-submit-green:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-submit-green:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-complete-btn {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-complete-btn span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.sqshape-complete-btn span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-complete-btn:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-complete-btn:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-reconcile-btn {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-reconcile-btn span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #01B091;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(1, 176, 145, 0.2);
  line-height: 24px;
}
.sqshape-reconcile-btn span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-reconcile-btn:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-reconcile-btn:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.address-panel .img-thumbnail {
  width: 250px;
}
#deliveryEntryGrid table,
#refundGrid,
#refundGrid_empty_state {
  padding: 10px 20px;
  background: #fff;
}
#refundGrid,
#refundGrid_empty_state,
#rentalGrid,
#rentalGrid_empty_state {
  padding: 0px;
}
.sqshape-edit-blue {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-edit-blue span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #237ef4;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(35, 126, 244, 0.2);
  line-height: 24px;
}
.sqshape-edit-blue span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-edit-blue:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-edit-blue:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-split-blk {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-split-blk span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #777;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(119, 119, 119, 0.2);
  line-height: 24px;
}
.sqshape-split-blk span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-split-blk:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-split-blk:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.k-grid.mbtm20 .btn-success {
  color: #466B7B;
  background: none;
  border: none;
}
.sqshape-successbtn {
  height: 24px;
  color: #fff;
  padding: 0;
}
.sqshape-delete-btn {
  background: none;
  font-weight: 500;
  color: #466B7B;
  border: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.sqshape-delete-btn span {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 3px;
  background: #ee4037;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(238, 64, 55, 0.2);
  line-height: 24px;
}
.sqshape-delete-btn span svg {
  color: #fff;
  font-size: 10px;
}
.sqshape-delete-btn:hover {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.sqshape-delete-btn:focus {
  background-color: transparent;
  color: #466B7B;
  box-shadow: none !important;
}
.retail-sale-details .form-group,
.create-count-form {
  background-color: #fff;
  padding-right: 15px;
}
.create-count-form {
  padding: 10px 20px;
}
.k-selectbox .k-input,
.k-selectbox .k-select,
.k-picker-wrap.k-state-default,
.k-picker-wrap.k-state-hover,
.create-count-form .select-tags,
.create-count-form .k-dropdown,
.k-multiselect-wrap {
  background-color: #f6f9fb;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 40px;
}
.create-count-form .select-advanced {
  padding: 0px 0 0px 0px;
  border-radius: 4px;
}
.retail-sale-details .k-widget .k-state-hover {
  background-color: #f6f9fb !important;
  border: none;
}
.k-autocomplete.k-state-default .k-input,
.k-combobox .k-state-default .k-input,
.k-multiselect-wrap,
.k-numeric-wrap.k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-progress-status-wrap,
.k-slider-selection,
.k-slider-track {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#company-info-form .top-buffer,
#company-document-numbers-form .top-buffer {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#company-info-form .formcontainer,
#company-document-numbers-form .formcontainer {
  padding: 10px 15px;
}
.top-buffer {
  margin-top: 20px;
}
.retail-sale-details h4,
#company-info-form h4,
#company-document-numbers-form h4 {
  background: #E7EFF4;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 28px;
  border-color: transparent;
  border-bottom: 0;
  color: #6E8A96;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.company-logo-large {
  margin: 20px auto 0 auto;
}
#recipe-form .form-group {
  background: #fff;
  padding: 10px 30px;
}
.date-select-widget .form-control {
  padding: 20px;
}
.panel {
  margin-bottom: 30px;
}
.row.create-count-form {
  margin: 0px 0px;
}
.panel-default > .panel-heading {
  background-color: #E7EFF4;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 28px;
  border-color: transparent;
  border-bottom: 0;
  color: #6E8A96;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.recipe-grid-logo {
  width: 150px;
}
.sales-order-details img {
  width: 60px;
}
.retail-sale-details .form-group {
  padding: 15px;
}
.quick-links .well .col-md-3 {
  padding: 0px;
}
.productsku-editor-template .uploadicon {
  display: none;
}
.blv-blt .blockvalue {
  font-size: 11px;
}
.business-partner-editor .custom-liningtabs label {
  margin-right: 5px;
}
.k-grid .k-dropdown .k-input {
  height: auto;
  background: none;
}
.taproomLogo img {
  font-size: 0;
}
.poEntry-list table {
  table-layout: auto;
}
.k-window-titlebar .k-state-hover {
  height: auto;
}
.k-multiselect-wrap .k-button.k-state-hover {
  background-color: #3276b1 !important;
  height: auto;
}
.table-adjusted-summary .numeric,
.inventory-checklist-print .numeric {
  text-align: right;
}
div.col-sm-3 > .kendo-picker-time {
  width: 100px;
}
.referral-code {
  width: 20em;
  background-color: #F6F9FB;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}
#start-page {
  background-color: #3c4e60;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#start-page .blink {
  animation: blinker 1s linear infinite;
}
#start-page .middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#start-page .middle .content .content-box {
  box-shadow: 6px 6px 1px 1px rgba(50, 50, 50, 0.5);
  text-align: center;
  background-color: white;
  padding: 4rem;
  border-radius: 1rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
#start-page .middle .content .content-box p {
  font-size: medium;
}
#start-page .middle .content .content-box.warning {
  max-width: 1000px;
}
#start-page .middle .content .content-box.warning h2 {
  color: #A94442;
}
#start-page .middle .content .content-box.warning p {
  font-size: larger;
  text-align: left;
}
#start-page .middle .content .content-box.login-box {
  max-width: 400px;
}
#start-page .middle .content .content-box.info-message {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
#start-page .middle .content .content-box.info-message img {
  width: 6rem;
  margin-right: 2rem;
}
@media (max-width: 450px) {
  #start-page .middle .content .content-box.info-message img {
    display: none;
  }
}
#start-page .middle .content .content-box.info-message h2 {
  margin-right: 1rem;
}
#start-page .middle .content .content-box h1 {
  padding-top: 0;
  font-size: 50px;
}
#start-page .middle .content .content-box .login {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .checkout {
    text-align: center;
  }
  .checkout ul {
    list-style-type: none;
  }
}
.checkout img.small-logo {
  width: 20px;
}
.checkout button[type=submit] {
  width: 100%;
  height: 10rem;
  font-size: x-large;
  font-weight: bold;
}
.checkout ul {
  list-style-type: disclosure-closed;
}
.checkout .variation-title {
  text-align: right;
  height: 100%;
  font-size: larger;
  font-weight: bold;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .checkout .variation-title {
    text-align: center;
  }
}
.checkout .payment-monthly {
  text-align: center;
}
.checkout .payment-monthly .currency {
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.checkout .payment-description {
  font-style: italic;
  text-align: center;
}
.checkout .selection input {
  margin-top: 1rem;
  height: 24px;
  font-size: 24px;
  display: grid;
  grid-template-columns: 1em auto;
}
@media (max-width: 768px) {
  .checkout .selection input {
    margin-left: auto;
    margin-right: auto;
  }
}
.checkout .none input {
  margin-left: 0.5rem;
  text-align: left;
}
.checkout .field-validation-error {
  font-size: larger;
  font-style: italic;
}
.checkout .product-row {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ADBAC3;
}
.billing-info-request {
  text-align: center;
  padding: 3rem;
}
.billing-info-request p {
  font-size: larger;
}
.billing-info-request p.cta {
  font-size: large;
  font-weight: bold;
  color: #0E76A3;
  font-style: italic;
}
.billing-info-request .btn {
  font-size: x-large;
}
/* * * * * * Footer * * * * * */
.company-footer {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-top: 22px;
  clear: both;
  border-top: 1px solid #eaeff2;
  color: #5d7e8c;
}
img.company-logo-small {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  [class*="col-md-"] {
    float: left;
  }
  div.col-md-1 {
    width: 100/12%;
  }
  div.col-md-2 {
    width: 200/12%;
  }
  div.col-md-3 {
    width: 300/12%;
  }
  div.col-md-4 {
    width: 400/12%;
  }
  div.col-md-5 {
    width: 500/12%;
  }
  div.col-md-6 {
    width: 600/12%;
  }
  div.col-md-7 {
    width: 700/12%;
  }
  div.col-md-8 {
    width: 800/12%;
  }
  div.col-md-9 {
    width: 900/12%;
  }
  div.col-md-10 {
    width: 1000/12%;
  }
  div.col-md-11 {
    width: 1100/12%;
  }
  div.col-md-12 {
    width: 1200/12%;
  }
  div.col-md-offset-1 {
    margin-left: 100/12%;
  }
  div.col-md-offset-2 {
    margin-left: 200/12%;
  }
  div.col-md-offset-3 {
    margin-left: 300/12%;
  }
  div.col-md-offset-4 {
    margin-left: 400/12%;
  }
  div.col-md-offset-5 {
    margin-left: 500/12%;
  }
  div.col-md-offset-6 {
    margin-left: 600/12%;
  }
  div.col-md-offset-7 {
    margin-left: 700/12%;
  }
  div.col-md-offset-8 {
    margin-left: 800/12%;
  }
  div.col-md-offset-9 {
    margin-left: 900/12%;
  }
  div.col-md-offset-10 {
    margin-left: 1000/12%;
  }
  div.col-md-offset-11 {
    margin-left: 1100/12%;
  }
  div.col-md-offset-12 {
    margin-left: 1200/12%;
  }
  div.entity-details-jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-top: 4px;
    border: 1px dotted #808080;
  }
  div.entity-details-jumbotron h2 {
    font-size: larger;
  }
  div.row {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    page-break-inside: avoid;
  }
  body {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  div.panel-body {
    padding: 4px;
  }
  div.panel-body p {
    margin-bottom: 0px;
  }
  div.panel-heading {
    padding: 0px 10px !important;
  }
  ul {
    margin-bottom: 0px;
  }
  h1,
  h2,
  h3,
  h4 {
    margin-top: 4px;
    margin-bottom: 0px;
    font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif;
  }
  h1 {
    font-size: 22px;
  }
  td.gridcell,
  .k-grid td {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  th,
  .k-grid-header {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  hr {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 4px;
    font-size: x-small;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  footer p {
    font-size: xx-small;
  }
  table.inventory-checklist-print {
    font-size: x-small;
  }
  table.inventory-checklist-print td:first-child,
  table.inventory-checklist-print th:first-child {
    width: 4em;
  }
  table.inventory-checklist-print td:last-child,
  table.inventory-checklist-print th:last-child {
    width: 18em;
  }
  /* images in the details */
  /* should this be named 'sales-details' so we can re-use this style outside sales orders. */
  .sales-order-details img {
    width: 1in;
    border: none;
  }
  .sales-order-details .mtp15 {
    display: none;
  }
  .help-link {
    display: none;
  }
  div.row > p {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* print header */
  .company-logo-med {
    width: 1in;
  }
  .overlay-background,
  .alert-container {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  .brew-sheet-panel {
    font-size: smaller;
  }
  .innerhdr,
  .view-action-buttons.row,
  html.fc-widget-normal,
  .overlay-message,
  .freshwidget-theme,
  body.webchat.ember-application,
  a.freshwidget-button,
  div.d-hotline.h-btn.animated.zoomIn,
  .d-hotline .h-btn,
  #fc_frame,
  #freshworks-container,
  .chat-content {
    display: none !important;
  }
  .container.body-content {
    padding: 0px;
    margin: 0px;
  }
  .panel.panel-default {
    border: 1px solid #E7EFF4;
    padding: 5px;
  }
  .panel-default .panel-heading {
    padding: 5px;
    border-bottom: 1px solid #E7EFF4;
  }
  .company-title-small {
    font-size: 20px;
  }
  .k-grid table {
    padding: 5px 0;
  }
  .k-grid-header th.k-header {
    padding: 10px;
  }
  .panelwhite {
    padding: 10px;
  }
  .k-grid tr td {
    border-bottom: 1px solid #E7EFF4;
    padding: 5px 0;
    font-size: 11px;
  }
  .k-grid tr:last-child td {
    border-bottom: none;
  }
  tbody {
    text-align: left;
  }
  .k-filter-row th,
  .k-grid-header th.k-header,
  .k-grid-header th.k-header > .k-link {
    font-size: 12px;
    letter-spacing: 0px;
    text-align: left !important;
  }
  .dash-listing ul li {
    font-size: 12px;
  }
  .table.table-hover.delivery-entries {
    text-align: left;
  }
  .table-striped td {
    padding-top: 0 !important;
    padding-bottom: 18pt !important;
  }
  .total-row {
    margin: 0 20px;
  }
  .report-section {
    page-break-inside: avoid;
  }
  .report-title {
    padding: 5px 0px !important;
  }
  .reports td.number,
  .reports td.decimal {
    text-align: right;
  }
  .reports > thead {
    border-color: #000;
  }
  .reports > thead th {
    border: 2px solid black !important;
    text-align: center;
    padding: 8px !important;
    vertical-align: middle !important;
  }
  .reports tbody tr {
    border: 1px solid black !important;
  }
  .reports tbody tr td {
    padding: 8px !important;
    border-color: black;
    border-width: 1px;
    border-style: solid;
  }
  .reports .total th,
  .reports .total td {
    font-size: 1.25rem;
    font-weight: bold;
    border: 1px solid black;
    padding: 8px !important;
  }
  table.print td,
  th {
    font-size: 10px !important;
  }
  #main--print {
    padding: 1.2em !important;
  }
  #main--print.container {
    margin: 0 auto !important;
  }
  #main--print.container > h1 {
    font-size: 26px !important;
  }
  #main--print #customer-section,
  #main--print #invoice-details {
    width: 50%;
  }
  #main--print #customer-section .card-body__print,
  #main--print #invoice-details .card-body__print {
    padding: 0 !important;
    width: 100% !important;
  }
  #main--print #sales-total {
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  #main--print #sales-total > .col-md-4 {
    max-width: 50%;
  }
  #main--print #sales-total .grand-total {
    font-weight: bold;
    padding-top: 0.6em;
  }
  #main--print .panel.panel-default {
    padding: 0;
  }
  #main--print .panel.panel-default > .panel-heading {
    padding: 0.4em 0.8em !important;
    font-family: 'Rajdhani', "Roboto Serif", Georgia, "Times New Roman", Times, serif !important;
    font-weight: bold;
  }
  #main--print .panel.panel-default > .panel-body {
    padding: 0.8em !important;
  }
  #main--print .panel.panel-default .dash-listing > ul {
    padding-left: 16px;
  }
  #main--print .panel.panel-default .dash-listing > ul > li {
    list-style: initial;
    position: relative;
    padding: 0;
  }
  #main--print .panel.panel-default .dash-listing > ul > li:before {
    content: none;
    display: none;
    position: relative;
  }
  #mvc-app-footer,
  #mvc-app-navbar,
  #non-progress-overlay,
  #bn-spinner {
    display: none;
  }
}
.collapse-button {
  font-size: 85%;
  margin-right: 2em;
}
.grand-total {
  border-top: 1px solid #b1b1b1;
  font-size: larger;
}
a.small-action {
  margin-right: 1em;
}
.different-number-picked,
.different-number-delivered {
  font-weight: bold;
}
.transactions-action-button {
  font-family: 600;
  text-transform: uppercase;
  margin-right: 5px;
}
div.company-map-lg {
  height: 600px;
}
div.company-map-embed {
  height: 100vh;
}
div.company-map {
  width: 100%;
}
div.company-map div.company-map-marker {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  left: -40px;
}
div.company-map div.company-map-marker div.pin {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fffbfe;
  border: 3px solid #37474f;
  border-radius: 100% 100% 0 100%;
  overflow: hidden;
}
div.company-map div.company-map-marker div.pin img {
  width: 35px;
  height: 35px;
}
div.company-map div.company-map-marker h1 {
  display: none;
}
div.company-map div.company-map-marker div.info-window {
  visibility: hidden;
}
div.company-map div.company-map-marker:hover {
  z-index: 100;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -80px;
  left: -80px;
  text-align: center;
}
div.company-map div.company-map-marker:hover div.pin {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fffbfe;
  border: 4px solid #37474f;
  border-radius: 100% 100% 0 100%;
}
div.company-map div.company-map-marker:hover div.pin img {
  width: 80px;
  height: 80px;
}
div.company-map div.company-map-marker:hover h1 {
  display: initial;
  position: absolute;
  top: -30px;
  left: -220px/2;
  color: #37474f;
  font-size: 30px;
  border-radius: 8px;
  margin: 0;
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5em;
  background-color: #ffffffb8;
}
div.company-map div.company-map-marker:hover div.info-window {
  visibility: visible;
  border: 2px solid #37474f;
  padding: 10px 4px;
  color: initial;
  font-size: 16px;
  min-height: 80px;
  white-space: pre;
  background-color: #fffbfe;
  border-radius: 6px;
  position: absolute;
  left: -220px/2;
  width: 300px;
  padding: 0.5em;
  background-color: #ffffffb8;
}
div.company-map div.company-map-marker:hover div.info-window div {
  margin-top: 4px;
  margin-bottom: -4px;
  font-size: 10px;
}
/* * * * * * Validation * * * * * */
.validation-summary-errors {
  color: #A94442;
}
.validation-summary-errors li {
  color: #A94442;
}
.validation-summary-valid {
  display: none;
}
.field-validation-error {
  color: #A94442;
}
.form-horizontal .form-group-with-validation {
  margin-bottom: 0;
  margin-top: 24px;
}
.po-receive-table td {
  vertical-align: middle !important;
}
span.po-quantity-input input {
  width: 100px;
  border-radius: 4px;
  padding: 6px 12px;
}
span.po-quantity-input input:disabled {
  background-color: transparent;
  border: none;
  font-weight: bold;
}
.po-action select {
  width: 140px;
  display: inline;
}
.po-action > label {
  display: none;
}
tr.po-child-entry td:first-of-type {
  padding-left: 5rem;
}
/* CUSTOM */
/* - Custom classes Added for specific functionalities like .truncated.*/
/* - Some classes Added to match some of the Bootstrap 5 classes.*/
/* - Added the var.less file from the React side here. That way, we can skip that one two.*/
/* Copied these in from desktop styles */
/* Custom classes */
.text-center {
  text-align: center !important;
}
.truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Custom modifications under the ID*/
#brew-ninja-app .bn-status-pill {
  border-radius: 100px !important;
  width: max-content;
}
#brew-ninja-app .bn-status-pill.bn-status-on {
  background-color: #4bcc44;
  box-shadow: 4px 4px 16px rgba(75, 204, 68, 0.5);
  color: #fff;
}
#brew-ninja-app .bn-status-pill.bn-status-off {
  box-shadow: 4px 4px 16px rgba(152, 169, 180, 0.5);
  background-color: #98A9B4;
  color: #042121;
}
#brew-ninja-app .bn-image {
  width: 100%;
  height: auto;
}
#brew-ninja-app .bn-image.bn-image-shadow {
  box-shadow: 4px 4px 16px rgba(4, 33, 33, 0.1);
  border-radius: 3px;
}
#brew-ninja-app .bn-sidebar-sticky {
  position: fixed;
  margin: auto;
  min-width: 175px;
}
#brew-ninja-app #recipe-editor label.required {
  position: relative;
}
#brew-ninja-app #recipe-editor label.required::after {
  content: '   *';
  font-size: 24px;
  position: absolute;
  top: -5px;
  font-family: 'system-ui';
  color: #cc444b;
  margin-left: 8px;
}
#brew-ninja-app .bn-list-search .bn-list-search-input {
  font-size: 14px;
}
#brew-ninja-app .bn-list-search .bn-list-search-input:hover {
  font-size: 14px !important;
}
#brew-ninja-app .bn-list-search .bn-list-search-icons {
  position: absolute;
  right: 25px;
  top: 10px;
}
#brew-ninja-app .bn-list-search .bn-list-search-icons .bn-list-search-icon {
  font-size: 18px;
}
#brew-ninja-app .bn-tabs-underline {
  height: 5px;
  background-color: #237ef4;
  max-width: 50px;
  margin: auto;
  top: 4px;
  position: relative;
}
#brew-ninja-app textarea.bn-textarea-no-resize {
  resize: none;
}
#brew-ninja-app .recipe-description .recipe-info-title {
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
}
#brew-ninja-app .cursor {
  cursor: pointer;
}
#brew-ninja-app .cursor-dnd {
  cursor: -webkit-grab;
}
#brew-ninja-app .cursor-dnd.cursor-dnd-grabbed {
  cursor: -webkit-grabbing;
}
#brew-ninja-app .position-relative {
  position: relative;
}
#brew-ninja-app .position-absolute {
  position: absolute;
}
#brew-ninja-app .d-hidden {
  visibility: hidden;
}
#brew-ninja-app .bn-btn-icon-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
#brew-ninja-app .bn-btn-icon-link > .bn-btn-icon {
  transition: all ease-in-out 0.2s;
  margin-right: 1rem;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#brew-ninja-app .bn-btn-icon-link > .bn-btn-text {
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 12px;
  color: #466B7B;
  font-weight: 500;
}
#brew-ninja-app .bn-btn-icon-link:hover > .bn-btn-icon {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
#brew-ninja-app .bn-btn-icon-link.disabled {
  pointer-events: none;
}
#brew-ninja-app .bn-btn-icon-link.disabled > .bn-btn-icon {
  background-color: #98A9B4 !important;
}
#brew-ninja-app .bn-btn-icon-link.disabled > .bn-btn-text {
  color: #98A9B4 !important;
}
#brew-ninja-app .validation-error {
  color: #cc444b;
}
#brew-ninja-app .yes-no-toggle {
  width: 50px;
  height: 26px;
}
#brew-ninja-app .yes-no-toggle input:checked + .yes-no-slider:before {
  transform: translateX(22px) !important;
}
#brew-ninja-app .yes-no-toggle .yes-no-slider::before {
  height: 20px;
  width: 20px;
  left: 4px;
  top: 3px;
}
#brew-ninja-app .bn-image-input {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
#brew-ninja-app .bn-image-input:hover .bn-image-hover {
  opacity: 1;
}
#brew-ninja-app .bn-image-input .bn-image-preview > input {
  display: none !important;
}
#brew-ninja-app .bn-image-input .bn-image-hover {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(4, 33, 33, 0.9);
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 100%;
}
#brew-ninja-app .bn-image-input .bn-image-hover .btn:hover {
  opacity: 1;
  background-color: #084ea9;
}
#brew-ninja-app .innerhdr .well {
  margin: 0;
}
#brew-ninja-app .k-grid-toolbar {
  padding: 1rem 2rem;
}
#brew-ninja-app .k-grid-toolbar::after {
  display: none;
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-count {
  color: #98A9B4;
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn {
  padding: 0.8rem 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn:hover,
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn:focus,
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn:active {
  color: white !important;
  border-color: none !important;
  outline: none !important;
  background-color: #84b7f9 !important;
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn:disabled {
  background-color: rgba(152, 169, 180, 0.8) !important;
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn.bn-table-pagination-btn-first {
  background-color: rgba(35, 126, 244, 0.2);
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn.bn-table-pagination-btn-previous {
  background-color: rgba(35, 126, 244, 0.8);
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn.bn-table-pagination-btn-next {
  background-color: rgba(35, 126, 244, 0.8);
}
#brew-ninja-app .bn-table-pagination .bn-table-pagination-btn.bn-table-pagination-btn-last {
  background-color: rgba(35, 126, 244, 0.2);
}
#brew-ninja-app .bn-table.table {
  table-layout: fixed;
}
#brew-ninja-app .bn-table.table > thead > tr {
  background: transparent;
}
#brew-ninja-app .bn-table.table > thead > tr .tooltip {
  display: none !important;
}
#brew-ninja-app .bn-table.table > thead > tr > th {
  font-family: 'Lato';
  font-size: 14px;
  color: #98A9B4;
  border-bottom: 1px solid rgba(152, 169, 180, 0.2);
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#brew-ninja-app .bn-table.table > thead > tr > th .bn-column-sort {
  margin-left: 1rem;
  color: #01B091;
}
#brew-ninja-app .bn-table.table.bn-draggable > tbody > tr {
  transition: none;
}
#brew-ninja-app .bn-table.table > tbody > tr {
  transition: all ease-in-out 0.2s;
}
#brew-ninja-app .bn-table.table > tbody > tr:hover {
  background-color: rgba(110, 138, 150, 0.2);
}
#brew-ninja-app .bn-table.table > tbody > tr > td {
  vertical-align: middle !important;
  font-size: 1.3rem;
  color: rgba(4, 33, 33, 0.8);
}
#brew-ninja-app .bn-table.table > tbody > tr > td > .bn-table-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  background-color: white;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}
#brew-ninja-app .bn-table.table > tbody > tr > td .bn-delete-confirmation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA5427;
}
#brew-ninja-app .bn-table.table > tbody > tr > td .bn-delete-confirmation .bn-delete-confirm {
  background-color: #042121;
  color: #fff;
}
#brew-ninja-app .bn-ingredient-headline {
  font-weight: bolder;
  font-size: 1.4rem;
  text-transform: uppercase;
}
#brew-ninja-app .bn-ingredient-headline.bn-ingredient-create {
  color: #0b65d9;
}
#brew-ninja-app .bn-ingredient-headline.bn-ingredient-edit {
  color: #017d67;
}
#brew-ninja-app .bn-select.bn-select-internal-header {
  font-family: 'Lato' !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
#brew-ninja-app .bg-white {
  background: white;
}
#brew-ninja-app .bg-grey {
  background-color: #E7EFF4;
}
#brew-ninja-app .bg-grey-75 {
  background-color: rgba(231, 239, 244, 0.75);
}
#brew-ninja-app .bg-grey-50 {
  background-color: rgba(231, 239, 244, 0.5);
}
#brew-ninja-app .bg-grey-20 {
  background-color: rgba(231, 239, 244, 0.2);
}
#brew-ninja-app .bg-green {
  background-color: #01B091;
}
#brew-ninja-app .bg-green-light {
  background-color: rgba(1, 176, 145, 0.3);
}
#brew-ninja-app .bg-green-lighter {
  background-color: rgba(1, 176, 145, 0.15);
}
#brew-ninja-app .bg-green-dark {
  background-color: #017d67;
}
#brew-ninja-app .bg-blue {
  background-color: #237ef4;
}
#brew-ninja-app .bg-blue-light {
  background-color: rgba(35, 126, 244, 0.3);
}
#brew-ninja-app .bg-blue-lighter {
  background-color: rgba(35, 126, 244, 0.15);
}
#brew-ninja-app .bg-blue-dark {
  background-color: #0b65d9;
}
/* Bootstrap 5 classes. This will help to use the components' library and move into the mobile app.*/
.text-white {
  color: #fff !important;
}
.d-flex,
#brew-ninja-app .bn-status-pill {
  display: flex;
}
.d-flex.flex-row {
  flex-direction: row;
}
.d-flex.flex-column {
  flex-direction: column;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex.justify-content-evenly {
  justify-content: space-evenly;
}
.d-flex.justify-content-around {
  justify-content: space-around;
}
.d-flex.justify-content-end {
  justify-content: flex-end;
}
.d-flex.justify-content-start {
  justify-content: flex-start;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.align-items-center {
  align-items: center;
}
.d-flex.align-items-start {
  align-items: flex-start;
}
.d-flex.align-items-end {
  align-items: flex-end;
}
.d-flex > .flex-split-2 {
  flex: 1 0 49%;
}
.d-flex > .flex-split-3 {
  flex: 1 0 32%;
}
.d-flex > .flex-split-4 {
  flex: 1 0 24%;
}
.pe-1,
.px-1,
.p-1 {
  padding-right: 0.25rem !important;
}
.pe-2,
.px-2,
.p-2 {
  padding-right: 0.5rem !important;
}
.pe-3,
.px-3,
.p-3 {
  padding-right: 1rem !important;
}
.pe-4,
.px-4,
#brew-ninja-app .bn-status-pill,
.p-4 {
  padding-right: 1.5rem !important;
}
.pe-5,
.px-5,
.p-5 {
  padding-right: 3rem !important;
}
.ps-1,
.px-1,
.p-1 {
  padding-left: 0.25rem !important;
}
.ps-2,
.px-2,
.p-2 {
  padding-left: 0.5rem !important;
}
.ps-3,
.px-3,
.p-3 {
  padding-left: 1rem !important;
}
.ps-4,
.px-4,
#brew-ninja-app .bn-status-pill,
.p-4 {
  padding-left: 1.5rem !important;
}
.ps-5,
.px-5,
.p-5 {
  padding-left: 3rem !important;
}
.pt-1,
.py-1,
.p-1 {
  padding-top: 0.25rem !important;
}
.pt-2,
.py-2,
#brew-ninja-app .bn-status-pill,
.p-2 {
  padding-top: 0.5rem !important;
}
.pt-3,
.py-3,
.p-3 {
  padding-top: 1rem !important;
}
.pt-4,
.py-4,
.p-4 {
  padding-top: 1.5rem !important;
}
.pt-5,
.py-5,
.p-5 {
  padding-top: 3rem !important;
}
.pb-1,
.py-1,
.p-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2,
.py-2,
#brew-ninja-app .bn-status-pill,
.p-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3,
.py-3,
.p-3 {
  padding-bottom: 1rem !important;
}
.pb-4,
.py-4,
.p-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5,
.py-5,
.p-5 {
  padding-bottom: 3rem !important;
}
.pe-0,
.px-0,
.p-0 {
  padding-right: 0 !important;
}
.ps-0,
.px-0,
.p-0 {
  padding-left: 0 !important;
}
.pt-0,
.py-0,
.p-0 {
  padding-top: 0 !important;
}
.pb-0,
.py-0,
.p-0 {
  padding-bottom: 0 !important;
}
.me-0,
.mx-0,
.m-0 {
  margin-right: 0 !important;
}
.ms-0,
.mx-0,
.m-0 {
  margin-left: 0 !important;
}
.mt-0,
.my-0,
.m-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0,
.m-0 {
  margin-bottom: 0 !important;
}
.mt-1,
.my-1,
.m-1 {
  margin-top: 0.25rem !important;
}
.mt-2,
.my-2,
.m-2 {
  margin-top: 0.5rem !important;
}
.mt-3,
.my-3,
.m-3 {
  margin-top: 1rem !important;
}
.mt-4,
.my-4,
.m-4 {
  margin-top: 1.5rem !important;
}
.mt-5,
.my-5,
.m-5 {
  margin-top: 3rem !important;
}
.me-1,
.mx-1,
.m-1 {
  margin-right: 0.25rem !important;
}
.me-2,
.mx-2,
.m-2 {
  margin-right: 0.5rem !important;
}
.me-3,
.mx-3,
.m-3 {
  margin-right: 1rem !important;
}
.me-4,
.mx-4,
.m-4 {
  margin-right: 1.5rem !important;
}
.me-5,
.mx-5,
.m-5 {
  margin-right: 3rem !important;
}
.mb-1,
.my-1,
.m-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2,
.my-2,
.m-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3,
.my-3,
.m-3 {
  margin-bottom: 1rem !important;
}
.mb-4,
.my-4,
.m-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5,
.my-5,
.m-5 {
  margin-bottom: 3rem !important;
}
.ms-1,
.mx-1,
.m-1 {
  margin-left: 0.25rem !important;
}
.ms-2,
.mx-2,
.m-2 {
  margin-left: 0.5rem !important;
}
.ms-3,
.mx-3,
.m-3 {
  margin-left: 1rem !important;
}
.ms-4,
.mx-4,
.m-4 {
  margin-left: 1.5rem !important;
}
.ms-5,
.mx-5,
.m-5 {
  margin-left: 3rem !important;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto !important;
}
html {
  scroll-behavior: smooth;
}
.text-wrap {
  white-space: normal !important;
}
/* * * * Responsive * * * */
/* * * * RESPONSIVE * * * */
.hidden-desktop {
  display: block ;
}
.hidden-mobile {
  display: none !important;
}
.hidden-desktop {
  display: block ;
}
.d-none {
  display: none !important;
}
/* test */
@media (min-width: 768px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  ul.navbar-nav:first-child {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 991px) {
  ul.navbar-nav:first-child {
    margin-left: 0;
  }
  .navbar-nav li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .spr-minh {
    height: auto;
    overflow: inherit;
  }
  .hgr-rtgap {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 15px;
  }
  .hgr-lftgap {
    text-align: center;
    padding-left: 15px;
  }
  .detail-template p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .go_btnhdr {
    width: 100%;
  }
  #recipeGrid-searchField {
    width: 100%;
    margin-top: 15px;
  }
  #recipeGrid-searchButton {
    width: 100%;
  }
  .mbtm-m {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav > li .tooltip {
    display: none;
  }
  .dropdown-menu.reports ul {
    margin-left: 15px;
    margin-top: 4px;
  }
  .dropdown-menu.setup li,
  .dropdown-menu.reports li {
    margin-bottom: 18px;
  }
  .dropdown-menu.setup li:last-child,
  .dropdown-menu.reports li:last-child {
    margin-bottom: 18px;
  }
  .dropdown-menu.setup li a,
  .dropdown-menu.reports li a {
    color: #777777 !important;
    line-height: 20px;
  }
  .hidden-desktop {
    display: none !important ;
  }
  .hidden-mobile {
    display: inline-block !important;
  }
}
/*# sourceMappingURL=main.css.map */