body,
h3,
h4,
h5,
h6 {
  font-family: "Lexend Deca", sans-serif !important;
}

h1,
h2 {
  font-family: "Lexend Exa", serif !important;
}

.cpoint {
  /*Make mouse pointer look like hand - used in (i) for showing help modals in various places*/
  cursor: pointer !important;
}

.style1 {
  border: 5px solid #000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.style2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 5px;
  border-style: solid;
}
.style6 {
  margin-bottom: 0px;
}
.style7 {
  margin-top: -3px;
}
.style13 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 3px;
  border-style: solid;
}
.style14 {
  margin-top: 6px;
  width: 500px;
}
.style17 {
  border-width: 3px;
  border-style: solid;
}
.style20 {
  margin-left: 0px;
  padding-left: 0px;
}
.disabled {
  pointer-events: none;
}
.FormSectionTitle {
  background: #eeeeee !important;
  border: 2px solid #333 !important;
  border-radius: 5px;
}
.sidebar-mini .sidebar .sidebar-wrapper {
  overflow-x: hidden;
}
.divFloat {
  /*floating label text input box setup. inspired from https://getbootstrap.com/docs/4.3/examples/floating-labels/*/
  position: relative;
}
.inputFloat {
  display: block;
  z-index: 10;
  background-color: white;
  border-style: none !important;
}
.selectFloat,
.selectFloatAlways {
  display: block;
  z-index: 10;
  position: relative !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  border-style: none !important;
}

.labelFloat {
  position: absolute;
  top: 2px !important;
  opacity: 0.8;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin-bottom: 0px;
  padding-top: 10px;
  left: 0px !important;
}

.inputFloat:not(:placeholder-shown) + .labelFloat,
.inputFloat:not(:placeholder-shown):valid ~ .labelFloat,
.inputFloat:not(:placeholder-shown):invalid ~ .labelFloat,
.inputFloat:focus ~ .labelFloat,
.inputFloat:focus + .labelFloat {
  opacity: 1 !important;
  font-size: 80% !important;
  top: 4px !important;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.selectFloat:focus ~ .labelFloat,
.selectFloat:focus + .labelFloat,
.selectFloat:valid ~ .labelFloat,
.selectFloat:valid + .labelFloat {
  opacity: 1;
  font-size: 80% !important;
  top: 4px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.inputFloat:required:valid ~ .labelFloat {
  color: #4caf50;
}

.inputFloat.dmxValidator-invalid ~ .labelFloat {
  color: #C80000;
}

.selectFloat:required:valid ~ .labelFloat {
  color: #4caf50;
}

.selectFloat.dmxValidator-invalid ~ .labelFloat {
  color: #C80000;
}

input:focus,
select,
select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-control.is-valid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.was-validated .form-control:invalid {
  background-image: none !important;
  padding-right: 0 !important;
  border-bottom-width: 1px;
  border-style: solid !important;
}

.messageArea {
  width: 30%;
}

.messageSidebar {
  height: calc(100% - 90px);
  /* width: 275px;
    left: 76%; */
  width: calc(28% - 60px);
  left: calc(71% + 60px);
  margin-top: 38px;
}

.sidebar-mini .messageArea {
  width: calc(30% - 60px);
}

@media (max-width: 991px) {
  .messageArea {
    position: absolute;
    width: 100%;
  }

  .messageSidebar {
    height: calc(100% - 140px);
    width: calc(100% - 30px);
    left: 15px;
    margin-top: 38px;
    z-index: 99;
  }
}

.table-sm > tbody > tr > td {
  padding: 9px 8px;
}

.style22 {
  background-size: cover;
  background-repeat: repeat-x;
  background-image: url("../assets/images/img-login.jpg");
}
.style23 {
  background-image: url("../assets/images/bg-7.jpg");
}

.container-with-background {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.51);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../assets/images/crane1.jpg");
}

.passcode {
  display: none;
}

#passcode {
  position: fixed;
  left: 20000px;
}
.style37 {
  background-image: url("../assets/images/bg-crane.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}
.style38 {
  min-height: 95vh;
}

.rowPeriods {
  max-height: 360px;
  overflow-y: auto;
}

.sidebar .user .photo {
  overflow: inherit;
}

.sidebarDraggingWidth {
  width: 80px !important;
  overflow: hidden !important;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: unset;
}

.note-btn {
  background: #585858;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border-radius: 0px !important;
  border: 1px solid #000 !important; */
}
.note-toolbar .note-btn {
  background: #dddddd;
  color: #000;
}

.note-toolbar {
  margin-top: 0px !important;
  background: #ddd !important;
  padding: 7px !important;
}
.note-btn-group {
  margin: 0px !important;
}
.card > .note-editor >,
.note-frame {
  margin-bottom: 0px;
}
.summernote-overflow {
  max-height: 700px;
  overflow: auto;
}
.width-30 {
  width: 30%;
}

.role-pill {
  border-radius: 20px !important;
  padding: 5px 9px !important;
  color: #333;
  border: 1px solid #b9b5b5;
  margin-right: 10px;
}

.prewrap {
  white-space: pre-wrap !important;
}
.preline {
  white-space: pre-line !important;
  overflow-wrap: anywhere;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is-focused .custom-select.is-valid:focus,
.is-focused .form-control.is-valid:focus,
.was-validated .is-focused .custom-select:valid:focus,
.was-validated .is-focused .form-control:valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.note-editor.note-frame .note-editing-area .note-editable b {
  font-weight: bold !important;
}
/* .note-frame {
  border-radius: 0px !important;
} */
.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: ns-resize;
}

.note-editor.note-airframe
  .note-statusbar.locked
  .note-resizebar
  .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: block;
}

/* used for page scrolling */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
.divPreloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1050;
  background-color: #FCE5CD;
}

.makeOverflowHidden {
  overflow: hidden;
}

.calendar-date {
  width: 14.28%;
}

.calendar-weekday {
  width: 14.28%;
  padding: 8px 0px;
}

.calendar-request-family {
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 65%;
  line-height: normal;
}

@media (min-width: 768px) {
  .calendar-request-family {
    top: 0;
    right: 6px;
    text-align: right;
    font-size: 100%;
  }
}

.bg-light-gray {
  background-color: lightgray;
}

.calendar-date:not(.disabled):hover {
  border: 1px solid black !important;
}

.font-size-large {
  font-size: large;
}

.cpoint.listMem:hover {
  background-color: #e91e63;
  color: #fff;
}

@media (min-width: 576px) {
  .font-size-x-large {
    font-size: x-large;
  }
}

.chat-bubble {
  display: inline-block;
  margin: 0;
  background: #e5e6ea;
  padding: 14px 21px 14px 21px !important;
  border-radius: 0 24px 24px 24px;
  -webkit-transition: background 375ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 375ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chat-bubble-header {
  border-radius: 0 24px 0px 0px;
}
ul.chat-bubble {
  padding-left: 42px !important;
}

.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
  border-bottom: 1px dotted #d2d2d2 !important;
}
