body {
  color: #333;
  background-color: #0F2027;
  /* fallback for old browsers */
  background-image: -webkit-linear-gradient(#2C5364, #203A43, #0F2027);
  background-image: -o-linear-gradient(#2C5364, #203A43, #0F2027);
  background-image: linear-gradient(#2C5364, #203A43, #0F2027);
  /* Chrome 10-25, Safari 5.1-6 */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  overflow: hidden;
}
body > * {
  flex: 0 0 auto;
}
.dx-toolbar .toolbar-label {
  padding: 0 18px;
}
.dx-toolbar .dx-button-has-text .dx-button-content {
  padding: 7px 8px 8px;
}
.dx-toolbar .badge {
  border-radius: 50px;
  font-size: 0.75em;
  height: 1.5em;
  display: inline-block;
  line-height: 1.1em;
  transform: translate(-20%, -50%);
}
.dx-toolbar .customiconbtn {
  position: relative;
  text-align: center;
}
.dx-toolbar .customiconbtn .dx-icon {
  margin-right: 9px;
  margin-left: 9px;
}
.dx-toolbar .customiconbtn .dx-icon + .badge {
  margin-left: -9px;
}
.dx-toolbar .dx-button .dx-icon-big {
  font-size: 24px;
}
.dx-toolbar .dx-icon + .badge {
  margin-left: -9px;
  position: absolute;
}
.dx-toolbar .dx-button-text + .badge {
  margin-left: 0;
}
#incidentfilterbuttons .toolbar-label {
  padding: 0 18px;
}
#incidentfilterbuttons .dx-button-has-text .dx-button-content {
  padding: 7px 8px 8px;
}
#incidentfilterbuttons .badge {
  float: right;
  margin-top: -7px;
  margin-left: 2px;
}
#incidentfilterbuttons .customiconbtn {
  position: relative;
  text-align: center;
}
#incidentfilterbuttons .customiconbtn .dx-icon {
  margin-right: 9px;
  margin-left: 9px;
}
#incidentfilterbuttons .dx-button .dx-icon-big {
  font-size: 24px;
}
#mainsection {
  color: #fff;
  overflow: auto;
  height: calc(100vh - 125px);
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mainsection.styledscroll {
  overflow-y: scroll;
}
#mainsection .card {
  color: #333;
}
#mainsection #incidentfilterbuttons {
  padding: 0 0.5em !important;
}
#mainsection.noflex {
  display: block;
}
#mainsection .login-container {
  text-align: center;
  flex: 0 0 auto;
  margin: 0 auto;
  font-weight: bold;
  max-width: 230px;
  width: 100%;
}
#mainsection .login-container p {
  margin: 1em 0;
}
#mainsection .blankspacer {
  flex: 0 0 auto;
}
#mainsection .navbar-container {
  flex: 0 0 auto;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
#mainsection .create-container {
  padding: 10px 11px;
}
#mainsection .btnreport-container {
  text-align: center;
  flex: 0 0 50vmin;
  /* fix for IE 11 (and IE8+, although the earlier versions are harder to address) stupidly moving the inner button text on click */
}
#mainsection .btnreport-container button {
  background: url(/content/report.png);
  border-radius: 50%;
  width: 50vmin;
  height: 50vmin;
  border: none;
  color: white;
  font-family: Avenir, Arial, sans-serif;
  font-weight: 900;
  font-size: 2em;
  /* background: red; */
  text-shadow: 0 3px 1px rgba(122, 17, 8, 0.8);
  box-shadow: 0 8px 0 #130d0c, 0 15px 20px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  transition: 0.4s;
  outline: none;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-size: cover;
}
#mainsection .btnreport-container button span {
  position: relative;
}
#mainsection .btnreport-container .pressed {
  padding-top: 3px;
  transform: translateY(4px);
  box-shadow: 0 4px 0 #b70000, 0 8px 6px rgba(0, 0, 0, 0.45);
}
.clshome-create .dx-accordion-item-opened > .dx-accordion-item-title:before {
  content: "\f074";
}
.client + .client {
  padding-top: 0;
}
.client + .client > * {
  margin-top: -5px;
  padding-top: 0;
}
.client + .client > *:before {
  line-height: 0;
}
.staff + .staff {
  padding-top: 0;
}
.staff + .staff > * {
  margin-top: -5px;
  padding-top: 0;
}
.staff + .staff > *:before {
  line-height: 0;
}
.msgblock {
  clear: both;
  white-space: normal;
  padding: 1em;
  border-radius: 10px;
  width: 90%;
  background: #f4f4f4;
  color: #111111;
  word-break: break-all;
  margin: 0;
}
.msgblock.staffcolor {
  background: #111111;
  color: #f4f4f4;
  float: right;
}
.xscroller {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.xscroller > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.xscroller > div > .text-center {
  flex: 0 0 auto;
}
.xscroller > div > .text-center + div {
  flex: 1 1 auto;
}
.incidentlabel {
  width: 100%;
}
.incidentlabel > span {
  display: block;
  background: #ccc;
  color: #000;
  padding: 6px;
  float: right;
  white-space: normal;
  margin: 10px 0;
}
.admin .dx-drawer-content {
  overflow: auto;
}
body {
  overflow: hidden;
  height: 100vh;
}
.styledscroll {
  overflow-y: scroll;
}
.styledscroll.style1 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a5a5a5;
}
.styledscroll.style1 ::-webkit-scrollbar {
  width: 3px;
  background-color: #a5a5a5;
  transition: all 0.4s;
}
.styledscroll.style1 ::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: inherit;
  z-index: 999999999;
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollable-content {
  min-height: 100%;
}
header#headersection {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  right: 0;
}
#footersection {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  right: 0;
}
#messengerpopup {
  position: fixed;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  z-index: 99999;
  height: 96%;
  border: 2px solid #fff;
  border-radius: 1.25em;
  overflow: hidden;
}
#messengerpopup iframe {
  height: 100%;
  width: 100%;
}
p.files img {
  flex: 0 0 25%;
  max-width: 25%;
  height: auto;
  margin: 0 0 10px 10px;
}
p.files {
  margin: 0;
}
.admin #mainsection {
  height: calc(100vh - 80px);
  box-sizing: border-box;
  position: absolute;
  top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dx-drawer {
  height: 100vh !important;
}
.loader > div {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
}
.loader > div span {
  width: 47px;
  height: 47px;
  background-color: #fff;
  display: inline-block;
  -webkit-animation: square4 1.7s infinite ease-in-out both;
  animation: square4 1.7s infinite ease-in-out both;
}
.loader > div span:nth-child(1) {
  left: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader > div span:nth-child(2) {
  left: 15px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader > div span:nth-child(3) {
  left: 30px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader > div span:nth-child(4) {
  left: 45px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes square4 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@-webkit-keyframes square4 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
.adminmessage {
  max-height: calc(100vh - 150px);
}
.adminmessage .messages {
  color: #000;
  padding: 1rem;
  background: #F7F7F7;
  flex-shrink: 1;
  overflow-y: auto;
  box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
  flex-grow: 1;
  border-radius: 1em;
  margin-top: 8px;
}
.adminmessage .messages .time {
  font-size: 0.8rem;
  color: #000;
  margin: 0 auto;
  font-size: 10px;
  padding: 2px 0;
}
.adminmessage .messages .message {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 0.6rem 1rem 0 0;
  background: #FFF;
  border-radius: 1.125rem 1.125rem 1.125rem 0;
  min-height: 2.25rem;
  width: fit-content;
  max-width: 95%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.adminmessage .messages .message.new {
  position: relative;
}
.adminmessage .messages .message.stark.new:before {
  left: -5px;
}
.adminmessage .messages .message.parker.new:before {
  right: -5px;
}
.adminmessage .messages .message.new:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #4CAF50;
  border-radius: 5px;
  top: 1px;
}
.adminmessage .messages .message .typing {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0rem;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 50%;
}
.adminmessage .messages .message .typing.typing-1 {
  animation: typing 3s infinite;
}
.adminmessage .messages .message .typing.typing-2 {
  animation: typing 3s 250ms infinite;
}
.adminmessage .messages .message .typing.typing-3 {
  animation: typing 3s 500ms infinite;
}
.adminmessage .messages .message.parker {
  margin: 0.6rem 0 0 auto;
  border-radius: 1.125rem 1.125rem 0 1.125rem;
  background: #333;
  color: white;
}
.adminmessage .messages .message.parker + .time {
  text-align: right;
}
.adminmessage .input {
  box-sizing: border-box;
  flex-basis: auto;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0.5rem;
  flex-grow: 0;
}
.adminmessage .input i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #666;
  cursor: pointer;
  transition: color 200ms;
}
.adminmessage .input i:hover {
  color: #333;
}
.adminmessage .input input {
  border: none;
  background-image: none;
  background-color: white;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border-radius: 0.85rem;
  flex-grow: 2;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
  font-family: Red hat Display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.adminmessage .input input:placeholder {
  color: #999;
}
.adminmessage .adminmessagetabs {
  flex: 0 0 auto;
}
.adminmessage .adminmessagetabs .hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.adminmessage .adminmessagetabs .hvr-pulse-shrink.active:not(.current) {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.adminmessage .adminmessagetabs .contact {
  display: inline-block;
  padding: 4px 30px 4px 12px;
  border: 1px solid #737373;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}
.adminmessage .adminmessagetabs .current {
  background: #39dc6738;
}
.adminmessage .adminmessagetabs .message {
  font-size: 0.7em;
}
.adminmessage .adminmessagetabs .name {
  font-style: italic;
}
.adminmessage .adminmessagetabs .close {
  position: absolute;
  right: 4px;
  top: 3px;
  font-size: 1.2em;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
@keyframes typing {
  0%,
  75%,
  100% {
    transform: translate(0, 0.25rem) scale(0.9);
    opacity: 0.5;
  }
  25% {
    transform: translate(0, -0.25rem) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #incidentfilterbuttons .customiconbtn .dx-button-text {
    display: none;
  }
}
.ui-theme-settings {
  position: fixed;
  z-index: 155;
  right: -30px;
  top: 0;
  height: 100vh;
  transform: translate(500px);
  transition: all 0.2s;
  box-shadow: -0.46875rem 0 2.1875rem rgba(0, 0, 0, 0.03), -0.9375rem 0 1.40625rem rgba(0, 0, 0, 0.03), -0.25rem 0 0.53125rem rgba(0, 0, 0, 0.05), -0.125rem 0 0.1875rem rgba(0, 0, 0, 0.03);
}
.ui-theme-settings .btn-open-options {
  @include border-radius(50px);
  position: absolute;
  left: -114px;
  bottom: 80px;
  padding: 0;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
  display: block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: -27px;
}
.ui-theme-settings .btn-open-options svg {
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -0.5em 0 0 -0.5em;
}
.ui-theme-settings.settings-open {
  transform: translate(0);
  right: 0;
}
.ui-theme-settings .theme-settings-swatches {
  text-align: center;
}
.ui-theme-settings .theme-settings-swatches .swatch-holder-img {
  width: 72px;
  height: auto;
  @include border-radius(3px);
}
.ui-theme-settings .theme-settings-swatches .swatch-holder-img img {
  width: 100%;
}
.swatch-holder {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 5px 5px 0;
  transition: all 0.2s;
  opacity: 0.7;
  display: inline-block;
  @include border-radius(30px);
}
.swatch-holder.active {
  border: #fff solid 2px;
  box-shadow: 0 0 0 5px #333;
  opacity: 1;
}
.swatch-holder:hover {
  opacity: 1;
}
.swatch-holder-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.theme-settings-swatches [data-theme] {
  text-transform: capitalize;
  width: auto;
  cursor: pointer;
}
.bg-default {
  background-image: linear-gradient(#2C5364, #203A43, #0F2027) !important;
}
.bg-warm-flame {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important;
}
.bg-night-fade {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%) !important;
}
.bg-sunny-morning {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%) !important;
}
.bg-tempting-azure {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%) !important;
}
.bg-amy-crisp {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%) !important;
}
.bg-heavy-rain {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%) !important;
}
.bg-mean-fruit {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%) !important;
}
.bg-malibu-beach {
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
}
.bg-deep-blue {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
}
.bg-ripe-malin {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%) !important;
}
.bg-arielle-smile {
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%) !important;
}
.bg-plum-plate {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}
.bg-happy-fisher {
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%) !important;
}
.bg-happy-itmeo {
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%) !important;
}
.bg-mixed-hopes {
  background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%) !important;
}
.bg-strong-bliss {
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%) !important;
}
.bg-grow-early {
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}
.bg-love-kiss {
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%) !important;
}
.bg-premium-dark {
  background-image: linear-gradient(to right, #434343 0%, black 100%) !important;
}
.bg-happy-green {
  background-image: linear-gradient(to bottom, #00b09b, #96c93d) !important;
}
.bg-vicious-stance {
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%) !important;
}
.bg-midnight-bloom {
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%) !important;
}
.bg-night-sky {
  background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;
}
.bg-slick-carbon {
  background-image: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%) !important;
  background-blend-mode: multiply;
}
.bg-royal {
  background-image: linear-gradient(to right, #141e30, #243b55) !important;
}
.bg-asteroid {
  background-image: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important;
}
.bg-nogradient {
  background-image: none!important;
}
.bg-transparent {
  background: transparent !important;
}
.bg-night-sky .inst_title {
	color: #fff!important;
}

.inst_title {
    color: black;
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin: auto;
    width: 100%;
    padding-top: 10px;
}

.bg-plum-plate.dx-device-mobile .dx-toolbar .dx-toolbar-items-container {
	overflow: visible;
	height: 46px;
}