﻿html {
  visibility: hidden;
}
body {
  background-color: #efeeef;
  padding-bottom: 20px;
  font-family: 'Open Sans', Arial, sans-serif !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*max-width: 280px;*/
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.rightButton {
  float: right;
  margin-right: 10px;
}
.eventLabel,
.assignmentLabel {
  width: 110px;
  text-align: right;
}
#barcodeDiv {
  display: inline-block;
}
.loginLabel {
  width: 50px;
  text-align: right;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.assignmentDetailLabel {
  width: 200px;
  text-align: right;
  margin-right: 10px;
}
.standardInput {
  width: 250px !important;
}
.eventFieldset {
  margin-bottom: 20px;
  margin-top: 20px;
}
.leftMarginedDiv {
  margin-left: 110px;
}
.hiddenErrorMessages {
  visibility: hidden;
  display: none;
}
.visibleErrorMessages {
  background-color: mistyrose !important;
  margin-top: 20px;
  display: block;
}
.inlineParagraph {
  display: inline;
}
.mainMenuButton {
  height: 52px;
  border-radius: 0px !important;
  margin-right: 15px !important;
}
.userEditLabel {
  width: 165px;
  text-align: right;
  margin-bottom: 20px;
}
.userEditComboBoxDiv {
  display: inline;
  margin-left: 25px;
}
.userEditButton {
  margin-left: 194px !important;
  margin-bottom: 15px !important;
}
.usersCancelButton {
  margin-left: 15px !important;
  margin-bottom: 15px !important;
}
.userEditInput {
  margin-left: 24px;
  width: 300px !important;
}
.newPassowordDivClass {
  display: none;
}
.hiddenMessageDiv {
  display: none;
}
.infoMessageDiv {
  border: 1px solid;
  display: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px;
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}
.warningMessageDiv {
  display: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: lightyellow;
  border-radius: 6px;
  padding: 10px;
  color: #CC9900;
  border-color: #CC9900;
  background-color: #FCFE79;
  border: 1px solid;
}
.successMessageDiv {
  display: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px;
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
  border: 1px solid;
}
.errorMessageDiv {
  display: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px;
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
  border: 1px solid;
}
.HiddenElement {
  display: none !important;
}
.locationMultiselect {
  float: left;
}
.content-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
.MainShadedDiv {
  box-shadow: 0px 1px 15px #888888;
  background: white;
  padding: 50px;
  /*border: 5px solid;
    border-color: #7ea700;*/
}
.PageTitleDiv {
  background: #363940;
  width: auto;
  height: 40px;
}
.deleteIcon {
  background-image: url('../Media/Images/appbar.delete.png') !important;
  background-size: 22px;
  background-position-x: 4px;
  background-position-y: 4px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  background-repeat: no-repeat;
}
.editIcon {
  background-image: url('../Media/Images/appbar.edit.png') !important;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}
.passwordIcon {
  background-image: url('../Media/Images/appbar.interface.password.png') !important;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}
.showIcon {
  background-image: url('../Media/Images/appbar.magnify.png') !important;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}
.showIcon24 {
  background-image: url('../Media/Images/appbar.magnify.png') !important;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-left: -10px;
}
.HelpDiv {
  background-image: url('../Media/Images/appbar.lightbulb.coil.png');
  height: 32px;
  background-size: 32px;
}
.k-grid-Show {
  min-width: 0px !important;
  height: 35px !important;
}
.k-grid-Edit {
  padding: 0px !important;
  min-width: 0px !important;
  width: 32px !important;
}
.k-grid-Password {
  padding: 0px !important;
  min-width: 0px !important;
  width: 32px !important;
}
.k-grid-Delete {
  padding: 0px !important;
  min-width: 0px !important;
  width: 32px !important;
}
.trHeader {
  background: #363940;
  color: #ffffff;
  text-align: center;
}
.trSubHeader {
  background: #363940;
  color: #ffffff;
  text-align: center;
}
.tdPrice {
  text-align: right;
}
#MenuTabStrip-1 {
  border-color: #4c5356;
}
#MenuTabStrip-2 {
  border-color: #4c5356;
}
.LeftMenuShadedDiv {
  background: #63656a;
  border-radius: 0px !important;
  box-shadow: 0px 1px 15px #888888;
  height: calc(100% - 40px);
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: visible;
  position: fixed !important;
  width: 15%;
  z-index: 99;
  /*border: 5px solid;
    border-color: #7ea700;*/
}
#MenuVertical {
  border: none;
}
.ErrorDiv {
  background: #AD1B00;
  overflow: auto;
  padding-bottom: 20px;
  width: auto;
}
.NeutralDiv {
  background: white;
  overflow: auto;
  padding-bottom: 20px;
  width: auto;
}
.WarningDiv {
  background: #FF8500;
  padding-bottom: 20px;
  width: auto;
}
.InfoDiv {
  background: dodgerblue;
  padding-bottom: 20px;
  width: auto;
}
.SuccessDiv {
  background: #7ea700;
  padding-bottom: 20px;
  width: auto;
}
.MessageDiv {
  box-shadow: 0px 1px 15px #888888;
  margin: 5px;
  /*overflow: auto;*/
}
.MessageHeader {
  color: white;
  float: left;
  margin: 0px;
  margin-left: 10px;
  padding-top: 7px;
  text-align: center;
}
.CloseMessageButton {
  background: transparent !important;
  border: none !important;
  float: right;
  height: 30px;
}
.MessageParagraph {
  color: white;
  margin: 10px;
}
.MessageMailImage {
  float: right;
  height: 60px;
}
.MessageMailButton {
  background-color: #AD1B00 !important;
  border-color: #AD1B00 !important;
  float: right;
  margin-bottom: -20px !important;
}
.MessageMailButton:hover {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
}
.HiddenMessage {
  display: none;
}
#sidebar {
  background-color: #363940;
  /*box-shadow: 0px 1px 15px #363940;*/
  height: 100%;
  /*margin-right: 20px;*/
  position: absolute !important;
  z-index: 99;
  border-right: solid;
  border-right-width: 1px;
  border-color: white;
}
@media (max-width: 1499px) {
  #sidebar {
    box-shadow: none;
  }
}
.contentDiv {
  background: white;
  box-shadow: 0px 1px 15px #888888;
  height: calc(100%);
  margin-left: 300px;
  margin-right: 0px;
  margin-top: 0px;
  overflow: hidden;
  position: fixed !important;
  width: calc(100% - 300px);
}
@media (max-width: 1500px) {
  .contentDiv {
    margin-left: 0px;
    margin-top: 0px;
    width: calc(100%);
    height: calc(100%);
  }
}
@media (max-width: 991px) {
  .contentDiv {
    margin: 0px;
    width: 100%;
    box-shadow: none;
  }
}
#accountInfoInMenu {
  display: normal;
}
#databaseChangeInMenu {
  display: normal;
}
#userInfoButton {
  display: normal;
}
#businessCustomerInfoDiv {
  display: normal;
}
#DatabaseSelectionDiv {
  display: normal;
}
@media (min-width: 1000px) {
  #accountInfoInMenu {
    display: none;
  }
  #databaseChangeInMenu {
    display: none;
  }
}
@media (max-width: 999px) {
  #userInfoButton {
    display: none;
  }
  #businessCustomerInfoDiv {
    display: none;
  }
  #DatabaseSelectionDiv {
    display: none;
  }
}
.k-rpanel-left {
  -moz-min-width: 300px !important;
  -ms-min-width: 300px !important;
  -o-min-width: 300px !important;
  -webkit-min-width: 300px !important;
  min-width: 300px !important;
  width: 300px !important;
}
.mainHamburgerButton {
  height: 40px !important;
  margin-left: -10px !important;
  margin-top: -7px !important;
  padding-top: 0 !important;
}
.mainHamburgerIcon {
  margin-top: -15px;
}
.printButton {
  background-image: url('../Media/Images/appbar.printer.png') !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
}
.quickAccessButtonImage {
  height: 50px !important;
}
.quickAccessButton {
  height: 120px;
  margin-bottom: 5px !important;
  width: 100px;
}
.menuModeButton {
  height: 50px;
  margin-bottom: 5px !important;
  width: 48% !important;
}
.menuLeftModeButton {
  height: 50px;
  margin-bottom: 5px !important;
  width: 40% !important;
}
.menuRightModeButton {
  height: 50px;
  margin-bottom: 5px !important;
  width: 57% !important;
}
.menuModelP {
  float: left;
  margin-top: 6px;
  margin-left: 5px;
  font-size: 14pt;
}
#setStatusesButton > .k-image {
  height: 32px;
  margin-top: -7px;
  width: 32px;
}
.redIcon {
  color: red;
}
.greenIcon {
  color: green;
}
#infoWindow {
  overflow-x: hidden;
}
.BusinessCustomerPopUpEditorForm {
  width: 600px;
}
.ContractTypeDropDown {
  Width: 280px;
}
.CurrencyTextBox {
  width: 100%;
}
.EmployeeEditTab {
  width: 100%;
}
.IntegerTextBox {
  width: 100%;
}
.LabelsPopUpEditorForm {
  width: 470px;
}
.NumericTextBox {
  width: 100%;
}
#WasherMenuEntry {
  font-size: 28px;
  margin-left: 1px;
  margin-right: 12px;
}
.MenuEntry1stLevel {
  margin-top: 5px;
  margin-right: 10px;
}
.MenuEntry2ndLevel {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 10px;
}
#MainHamburgerIcon {
  margin-top: -5px;
}
#ContentTitle {
  color: white;
  float: left;
  margin: 0px;
  margin-left: 10px;
  padding-top: 7px;
  text-align: center;
}
.rightTopLayoutButton {
  float: right;
  height: 40px;
}
#businessCustomerInfoDiv {
  color: white;
  padding: 10px;
}
#viewDatabaseButton {
  float: right;
  height: 40px;
}
#userInfoButton {
  float: right;
}
#userInfoButton button {
  height: 40px !important;
}
#mainContentDiv {
  height: calc(100% - 40px);
  overflow: auto;
  overflow-x: hidden;
  padding: 5px;
}
#ContentWrapperSection {
  padding: 5px;
}
#SlideInIcon {
  margin-left: 3px;
  margin-top: 35px;
}
#SlideInParagraph {
  margin: 5px;
}
table {
  border-collapse: collapse;
}
#slide-in-status {
  z-index: 100;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 250px;
  height: 100px;
  margin-left: -250px;
  background: white;
  border-width: 1px 1px 1px 0;
  box-shadow: 0px 1px 15px #111111;
}
.noRadius {
  border-radius: 0px !important;
  width: 100%;
}
.panelHeader {
  font-weight: bold;
}
.panel-heading {
  padding: 1px 15px !important;
  border-radius: 0px !important;
}
.row.filterRow {
  margin-left: 0px;
  margin-right: 0px;
}
.row.dataRow {
  margin-left: 0px;
  margin-right: 0px;
}
.filterControlDiv {
  display: inline-block;
  margin: 5px;
  white-space: nowrap;
}
.dropdown-menu {
  background: #363940 !important;
  border-radius: 0px !important;
}
.dropdown-menu > li > a {
  color: #fff !important;
}
.k-widget.k-grid .k-widget.k-tooltip.k-tooltip-validation {
  position: absolute !important;
}
.k-widget.k-grid .k-widget.k-tooltip.k-tooltip-validation .k-callout.k-callout-n {
  left: 10px;
}
#DatabaseSelectionDiv {
  float: right;
  margin-top: 3px;
  margin-right: 3px;
}
.k-panelbar > .k-item > .k-link {
  height: 40px;
}