/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.slide-out-pane {
  z-index: 20;
  width: 40rem;
  min-width: 400px;
  height: calc(100vh - 66px);
  right: -48rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-shadow: -6px 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -6px 0 2px 0 rgba(0, 0, 0, 0.4);
}
.slide-out-pane .fieldsetseparator {
  visibility: hidden;
}
.slide-out-pane.affix {
  height: 100%;
}
.slide-out-pane:not(.docked) {
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
@media (min-width: 1201px) {
  .slide-out-pane.docked:not(.large-pane) {
    height: 100%;
    position: fixed;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0 !important;
    border-left: 1px solid #cbd2d8;
  }
  .slide-out-pane.docked:not(.large-pane).visible {
    position: relative;
    display: inline-block;
  }
  .slide-out-pane.docked:not(.large-pane):not(.visible) {
    display: none;
  }
}
.slide-out-pane.large-pane {
  min-width: 80rem;
  right: -81rem;
}
.slide-out-pane.large-pane .top-wrapper {
  width: 100%;
}
.slide-out-pane.large-pane .pane-dock {
  display: none;
}
.slide-out-pane.large-pane .q-icon-Collapse:before {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.slide-out-pane.visible, .slide-out-pane.visible.large-pane {
  right: 0;
  z-index: 15;
}
.slide-out-pane .k-splitbar {
  width: 100% !important;
}
.slide-out-pane .k-splitbar.custom-border {
  border-top: 1px solid #cbd2d8;
}
.slide-out-pane table.auto-resize {
  width: 100%;
  height: 100%;
  border-width: 0;
}
.slide-out-pane .pane-content {
  height: 100%;
}
.slide-out-pane .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.slide-out-pane .top-wrapper .title-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-out-pane .top-wrapper .actions button {
  border: none;
  padding: 0;
  margin-left: 0.2rem;
  margin-right: 0.5rem;
  background-color: transparent;
}
.slide-out-pane .top-wrapper .actions button:hover, .slide-out-pane .top-wrapper .actions button:focus {
  outline: 0;
  cursor: pointer;
}
.slide-out-pane .top-wrapper .actions button:hover:before, .slide-out-pane .top-wrapper .actions button:focus:before {
  color: #022cc0;
}
.slide-out-pane .top-wrapper .actions button:last-child {
  margin-right: 0;
}
.slide-out-pane .generic-pane-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 4rem);
  overflow: hidden;
  margin-top: 1.2rem;
}
.slide-out-pane .generic-pane-content-container .generic-pane-inner-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.slide-out-pane .generic-pane-content-container .generic-pane-inner-auto-container {
  overflow: hidden;
  padding: 0.6rem 0;
}
.slide-out-pane .submit-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-out-pane .submit-wrapper .q-form-control-wrapper.required::before {
  top: 2.1rem;
}
.slide-out-pane .submit-wrapper .k-datepicker .k-select {
  line-height: 2rem;
}
.slide-out-pane .notes-list {
  width: 378px;
}
.slide-out-pane #middle-pane {
  width: 378px;
}
.slide-out-pane .top-wrapper {
  width: 378px;
}
.slide-out-pane .submit-wrapper {
  width: 378px;
}
@media (max-width: 1050px) {
  .slide-out-pane:not(.large-pane) .pane-resize {
    display: none;
  }
  .slide-out-pane:not(.large-pane) .pane-resize + .fieldsetseparator {
    display: none;
  }
}
@media (max-width: 1200px) {
  .slide-out-pane .pane-dock {
    display: none;
  }
  .slide-out-pane.docked {
    position: fixed !important;
  }
  .slide-out-pane .pane-dock + .fieldsetseparator {
    display: none;
  }
}
@media (hover: none) {
  aside {
    min-width: 0.1rem;
    background: #203d62;
  }
  .slide-out-pane:not(.docked) {
    height: calc(100% - 92px);
  }
  .slide-out-pane.docked {
    height: 100% !important;
  }
  .slide-out-pane.docked #add-edit-notes {
    height: calc(100% - 2.4rem) !important;
  }
  .slide-out-pane .attachments-list #attachments-grid .k-grid-content {
    overflow-x: auto;
  }
  .slide-out-pane .notes-list,
  .slide-out-pane #middle-pane,
  .slide-out-pane .top-wrapper,
  .slide-out-pane .submit-wrapper {
    width: 100%;
  }
  .notes-2 .notes-list #notes-grid .k-grid-content {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .slide-out-pane {
    width: 32rem;
    min-width: 32rem;
  }
  .slide-out-pane .notes-list {
    width: 300px;
  }
  .slide-out-pane #middle-pane {
    width: 300px;
  }
  .slide-out-pane .top-wrapper {
    width: 300px;
  }
  .slide-out-pane .submit-wrapper {
    width: 300px;
  }
  .attachments .attachments-list #hide-pane-attachments {
    width: 90%;
  }
}
@media screen and (max-width: 280px) {
  .slide-out-pane {
    width: 27.7rem !important;
    min-width: 0 !important;
  }
}
openscreens + actionbar + section + aside .slide-out-pane {
  height: calc(100vh - 92px);
}
/* Fixes a layout rendering issue in Safari where floating panes do not display */
html.k-safari aside,
html.k-safari .layout-aside {
  min-width: 0.5px;
}
/*# sourceMappingURL=panes.css.map */