div#main, header#header, html {
  background-image: none;
  background-color: #fff;
}

body, h1, h2, h3, h4, html {
  font-family: Roboto, "Open Sans", Arial, Helvetica, Sans-Serif;
}

a {
  color: #3377B1;
}

.k-grid a:not(.btn):not(.k-button):not(.k-icon):not(.dashboard-grid-row-icon):not(.k-grid-filter-menu) {
  color: #3377B1;
}
.k-grid a:not(.btn):not(.k-button):not(.k-icon):not(.dashboard-grid-row-icon):not(.k-grid-filter-menu):hover, .k-grid a:not(.btn):not(.k-button):not(.k-icon):not(.dashboard-grid-row-icon):not(.k-grid-filter-menu):focus {
  color: #214e75;
  text-decoration: underline;
}

i.icon-blue {
  color: #3377B1;
}

i.icon-gray {
  color: #b8b8b8;
}

body #logo-group > span#module {
  pointer-events: none;
  margin: 0;
}

body #scs-logo {
  height: 35px;
  margin: -8px 5px 0 0;
}

body aside#left-panel {
  background-image: -webkit-linear-gradient(top, #11273a 80px, #000000 600px);
  background-image: -o-linear-gradient(top, #11273a 80px, #000000 600px);
  background-image: linear-gradient(to bottom, #11273a 80px, #000000 600px);
}
body aside#left-panel .login-info {
  border-bottom: none;
}
body aside#left-panel nav ul li a {
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
body aside#left-panel nav ul li a:active {
  background-color: inherit !important;
}
body aside#left-panel nav ul li a i.fa {
  color: rgba(255, 255, 255, 0.9);
}
body aside#left-panel nav ul li ul {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body aside#left-panel nav ul li.active > a, body aside#left-panel nav ul li > a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body aside#left-panel nav ul li.active > a:before {
  margin-top: -3px;
}
body aside#left-panel nav ul li.active > a.no-caret:before {
  content: "";
}
body aside#left-panel span.minifyme {
  background-color: rgba(255, 255, 255, 0.1);
}
body aside#left-panel span.minifyme:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
body aside#left-panel .badge {
  background-color: rgba(255, 255, 255, 0.2);
}

body h1 i.fa, body h2 i.fa {
  color: #439144;
}

body .white-label-logo-wrapper {
  width: 230px !important;
}

body .white-label-logo-wrapper #logo img {
  margin-top: -2px !important;
  width: 176px !important;
}

body .jarviswidget-color-darken > header {
  background-color: #3377B1;
  border-color: #1c4262 !important;
}

body .k-grouping-header .k-group-indicator {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #3377B1;
  border-color: #73a9d7;
}

body .k-grouping-header .k-group-indicator:active, body .k-grouping-header .k-group-indicator:focus, body .k-grouping-header .k-group-indicator:hover {
  background-color: #4c91cb;
  border-color: #73a9d7;
}

body .k-grouping-header .k-group-indicator a:active, body .k-grouping-header .k-group-indicator a:focus, body .k-grouping-header .k-group-indicator a:hover {
  text-decoration: none !important;
}

body #ribbon ol.breadcrumb {
  padding: 5px !important;
  margin-left: -16px;
}

body #ribbon ol.breadcrumb li {
  font-family: Candara, Roboto, "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 1.7em;
  position: relative;
  line-height: 0.1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 14px;
}

body .strike-through {
  text-decoration: line-through;
}

body div.page-footer {
  background-color: #000000;
}

body .k-grid tbody .k-button {
  min-width: 33px;
}

body #mobile-calendar-filter.filter-used {
  color: #e4606d;
}

body .padding-top-5 {
  padding-top: 5px;
}

body .grouped-grid-styled .k-grouping-row td {
  background-color: #fafafa;
}

body .grouped-grid-styled .k-grouping-row td[aria-expanded=false] .k-button {
  display: none;
}

body .grouped-grid-styled .k-grid-footer {
  display: none;
}

body .grouped-grid-styled .group-header-text {
  font-size: 1.3em;
  font-weight: 400;
}

body .k-tabstrip-items .k-item, body .k-tabstrip.k-header {
  background-color: #1c4262;
}

body .k-switch [type=checkbox] {
  display: none;
}

body .k-grid-header th.k-header {
  padding-left: 0.3em;
}

body .k-tabstrip .k-content.k-state-active {
  opacity: 1 !important;
}

body .k-grid .k-header .k-button, body a.k-button, body button.k-button, body header.k-button {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /*margin-bottom: 6px*/
}

body .k-grid .k-header .k-button.btn-edit, body .k-grid .k-header .k-button.btn-green, body .k-grid .k-header .k-button.btn-save, body .k-grid .k-header .k-button.btn-success, body a.k-button.btn-edit, body a.k-button.btn-green, body a.k-button.btn-save, body a.k-button.btn-success, body button.k-button.btn-edit, body button.k-button.btn-green, body button.k-button.btn-save, body button.k-button.btn-success, body header.k-button.btn-edit, body header.k-button.btn-green, body header.k-button.btn-save, body header.k-button.btn-success {
  background-color: #79c17a;
  border-color: #79c17a;
  color: white;
}

body .k-grid .k-header .k-button.btn-edit.k-button-mobile:active, body .k-grid .k-header .k-button.btn-edit.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-edit.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-green.k-button-mobile:active, body .k-grid .k-header .k-button.btn-green.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-green.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-save.k-button-mobile:active, body .k-grid .k-header .k-button.btn-save.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-save.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-success.k-button-mobile:active, body .k-grid .k-header .k-button.btn-success.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-success.k-button-mobile:hover, body a.k-button.btn-edit.k-button-mobile:active, body a.k-button.btn-edit.k-button-mobile:focus, body a.k-button.btn-edit.k-button-mobile:hover, body a.k-button.btn-green.k-button-mobile:active, body a.k-button.btn-green.k-button-mobile:focus, body a.k-button.btn-green.k-button-mobile:hover, body a.k-button.btn-save.k-button-mobile:active, body a.k-button.btn-save.k-button-mobile:focus, body a.k-button.btn-save.k-button-mobile:hover, body a.k-button.btn-success.k-button-mobile:active, body a.k-button.btn-success.k-button-mobile:focus, body a.k-button.btn-success.k-button-mobile:hover, body button.k-button.btn-edit.k-button-mobile:active, body button.k-button.btn-edit.k-button-mobile:focus, body button.k-button.btn-edit.k-button-mobile:hover, body button.k-button.btn-green.k-button-mobile:active, body button.k-button.btn-green.k-button-mobile:focus, body button.k-button.btn-green.k-button-mobile:hover, body button.k-button.btn-save.k-button-mobile:active, body button.k-button.btn-save.k-button-mobile:focus, body button.k-button.btn-save.k-button-mobile:hover, body button.k-button.btn-success.k-button-mobile:active, body button.k-button.btn-success.k-button-mobile:focus, body button.k-button.btn-success.k-button-mobile:hover, body header.k-button.btn-edit.k-button-mobile:active, body header.k-button.btn-edit.k-button-mobile:focus, body header.k-button.btn-edit.k-button-mobile:hover, body header.k-button.btn-green.k-button-mobile:active, body header.k-button.btn-green.k-button-mobile:focus, body header.k-button.btn-green.k-button-mobile:hover, body header.k-button.btn-save.k-button-mobile:active, body header.k-button.btn-save.k-button-mobile:focus, body header.k-button.btn-save.k-button-mobile:hover, body header.k-button.btn-success.k-button-mobile:active, body header.k-button.btn-success.k-button-mobile:focus, body header.k-button.btn-success.k-button-mobile:hover {
  background-color: #79c17a;
  border-color: #79c17a;
  color: white;
}

body .k-grid .k-header .k-button.btn-edit:active, body .k-grid .k-header .k-button.btn-edit:focus, body .k-grid .k-header .k-button.btn-edit:hover, body .k-grid .k-header .k-button.btn-green:active, body .k-grid .k-header .k-button.btn-green:focus, body .k-grid .k-header .k-button.btn-green:hover, body .k-grid .k-header .k-button.btn-save:active, body .k-grid .k-header .k-button.btn-save:focus, body .k-grid .k-header .k-button.btn-save:hover, body .k-grid .k-header .k-button.btn-success:active, body .k-grid .k-header .k-button.btn-success:focus, body .k-grid .k-header .k-button.btn-success:hover, body a.k-button.btn-edit:active, body a.k-button.btn-edit:focus, body a.k-button.btn-edit:hover, body a.k-button.btn-green:active, body a.k-button.btn-green:focus, body a.k-button.btn-green:hover, body a.k-button.btn-save:active, body a.k-button.btn-save:focus, body a.k-button.btn-save:hover, body a.k-button.btn-success:active, body a.k-button.btn-success:focus, body a.k-button.btn-success:hover, body button.k-button.btn-edit:active, body button.k-button.btn-edit:focus, body button.k-button.btn-edit:hover, body button.k-button.btn-green:active, body button.k-button.btn-green:focus, body button.k-button.btn-green:hover, body button.k-button.btn-save:active, body button.k-button.btn-save:focus, body button.k-button.btn-save:hover, body button.k-button.btn-success:active, body button.k-button.btn-success:focus, body button.k-button.btn-success:hover, body header.k-button.btn-edit:active, body header.k-button.btn-edit:focus, body header.k-button.btn-edit:hover, body header.k-button.btn-green:active, body header.k-button.btn-green:focus, body header.k-button.btn-green:hover, body header.k-button.btn-save:active, body header.k-button.btn-save:focus, body header.k-button.btn-save:hover, body header.k-button.btn-success:active, body header.k-button.btn-success:focus, body header.k-button.btn-success:hover {
  background-color: #56b157;
  border-color: #56b157;
  color: white;
}

body .k-grid .k-header .k-button.btn-add, body .k-grid .k-header .k-button.btn-blue, body .k-grid .k-header .k-button.btn-info, body .k-grid .k-header .k-button.btn-primary, body .k-grid .k-header .k-button.btn-view, body a.k-button.btn-add, body a.k-button.btn-blue, body a.k-button.btn-info, body a.k-button.btn-primary, body a.k-button.btn-view, body button.k-button.btn-add, body button.k-button.btn-blue, body button.k-button.btn-info, body button.k-button.btn-primary, body button.k-button.btn-view, body header.k-button.btn-add, body header.k-button.btn-blue, body header.k-button.btn-info, body header.k-button.btn-primary, body header.k-button.btn-view {
  background-color: #4c91cb;
  border-color: #4c91cb;
  color: white;
}

body .k-grid .k-header .k-button.btn-add.k-button-mobile:active, body .k-grid .k-header .k-button.btn-add.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-add.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-blue.k-button-mobile:active, body .k-grid .k-header .k-button.btn-blue.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-blue.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-info.k-button-mobile:active, body .k-grid .k-header .k-button.btn-info.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-info.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-primary.k-button-mobile:active, body .k-grid .k-header .k-button.btn-primary.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-primary.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-view.k-button-mobile:active, body .k-grid .k-header .k-button.btn-view.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-view.k-button-mobile:hover, body a.k-button.btn-add.k-button-mobile:active, body a.k-button.btn-add.k-button-mobile:focus, body a.k-button.btn-add.k-button-mobile:hover, body a.k-button.btn-blue.k-button-mobile:active, body a.k-button.btn-blue.k-button-mobile:focus, body a.k-button.btn-blue.k-button-mobile:hover, body a.k-button.btn-info.k-button-mobile:active, body a.k-button.btn-info.k-button-mobile:focus, body a.k-button.btn-info.k-button-mobile:hover, body a.k-button.btn-primary.k-button-mobile:active, body a.k-button.btn-primary.k-button-mobile:focus, body a.k-button.btn-primary.k-button-mobile:hover, body a.k-button.btn-view.k-button-mobile:active, body a.k-button.btn-view.k-button-mobile:focus, body a.k-button.btn-view.k-button-mobile:hover, body button.k-button.btn-add.k-button-mobile:active, body button.k-button.btn-add.k-button-mobile:focus, body button.k-button.btn-add.k-button-mobile:hover, body button.k-button.btn-blue.k-button-mobile:active, body button.k-button.btn-blue.k-button-mobile:focus, body button.k-button.btn-blue.k-button-mobile:hover, body button.k-button.btn-info.k-button-mobile:active, body button.k-button.btn-info.k-button-mobile:focus, body button.k-button.btn-info.k-button-mobile:hover, body button.k-button.btn-primary.k-button-mobile:active, body button.k-button.btn-primary.k-button-mobile:focus, body button.k-button.btn-primary.k-button-mobile:hover, body button.k-button.btn-view.k-button-mobile:active, body button.k-button.btn-view.k-button-mobile:focus, body button.k-button.btn-view.k-button-mobile:hover, body header.k-button.btn-add.k-button-mobile:active, body header.k-button.btn-add.k-button-mobile:focus, body header.k-button.btn-add.k-button-mobile:hover, body header.k-button.btn-blue.k-button-mobile:active, body header.k-button.btn-blue.k-button-mobile:focus, body header.k-button.btn-blue.k-button-mobile:hover, body header.k-button.btn-info.k-button-mobile:active, body header.k-button.btn-info.k-button-mobile:focus, body header.k-button.btn-info.k-button-mobile:hover, body header.k-button.btn-primary.k-button-mobile:active, body header.k-button.btn-primary.k-button-mobile:focus, body header.k-button.btn-primary.k-button-mobile:hover, body header.k-button.btn-view.k-button-mobile:active, body header.k-button.btn-view.k-button-mobile:focus, body header.k-button.btn-view.k-button-mobile:hover {
  background-color: #4c91cb;
  border-color: #4c91cb;
  color: white;
}

body .k-grid .k-header .k-button.btn-add:active, body .k-grid .k-header .k-button.btn-add:focus, body .k-grid .k-header .k-button.btn-add:hover, body .k-grid .k-header .k-button.btn-blue:active, body .k-grid .k-header .k-button.btn-blue:focus, body .k-grid .k-header .k-button.btn-blue:hover, body .k-grid .k-header .k-button.btn-info:active, body .k-grid .k-header .k-button.btn-info:focus, body .k-grid .k-header .k-button.btn-info:hover, body .k-grid .k-header .k-button.btn-primary:active, body .k-grid .k-header .k-button.btn-primary:focus, body .k-grid .k-header .k-button.btn-primary:hover, body .k-grid .k-header .k-button.btn-view:active, body .k-grid .k-header .k-button.btn-view:focus, body .k-grid .k-header .k-button.btn-view:hover, body a.k-button.btn-add:active, body a.k-button.btn-add:focus, body a.k-button.btn-add:hover, body a.k-button.btn-blue:active, body a.k-button.btn-blue:focus, body a.k-button.btn-blue:hover, body a.k-button.btn-info:active, body a.k-button.btn-info:focus, body a.k-button.btn-info:hover, body a.k-button.btn-primary:active, body a.k-button.btn-primary:focus, body a.k-button.btn-primary:hover, body a.k-button.btn-view:active, body a.k-button.btn-view:focus, body a.k-button.btn-view:hover, body button.k-button.btn-add:active, body button.k-button.btn-add:focus, body button.k-button.btn-add:hover, body button.k-button.btn-blue:active, body button.k-button.btn-blue:focus, body button.k-button.btn-blue:hover, body button.k-button.btn-info:active, body button.k-button.btn-info:focus, body button.k-button.btn-info:hover, body button.k-button.btn-primary:active, body button.k-button.btn-primary:focus, body button.k-button.btn-primary:hover, body button.k-button.btn-view:active, body button.k-button.btn-view:focus, body button.k-button.btn-view:hover, body header.k-button.btn-add:active, body header.k-button.btn-add:focus, body header.k-button.btn-add:hover, body header.k-button.btn-blue:active, body header.k-button.btn-blue:focus, body header.k-button.btn-blue:hover, body header.k-button.btn-info:active, body header.k-button.btn-info:focus, body header.k-button.btn-info:hover, body header.k-button.btn-primary:active, body header.k-button.btn-primary:focus, body header.k-button.btn-primary:hover, body header.k-button.btn-view:active, body header.k-button.btn-view:focus, body header.k-button.btn-view:hover {
  background-color: #3377B1;
  border-color: #3377B1;
  color: white;
}

body .k-grid .k-header .k-button.btn-add.contrast, body .k-grid .k-header .k-button.btn-blue.contrast, body .k-grid .k-header .k-button.btn-info.contrast, body .k-grid .k-header .k-button.btn-primary.contrast, body .k-grid .k-header .k-button.btn-view.contrast, body a.k-button.btn-add.contrast, body a.k-button.btn-blue.contrast, body a.k-button.btn-info.contrast, body a.k-button.btn-primary.contrast, body a.k-button.btn-view.contrast, body button.k-button.btn-add.contrast, body button.k-button.btn-blue.contrast, body button.k-button.btn-info.contrast, body button.k-button.btn-primary.contrast, body button.k-button.btn-view.contrast, body header.k-button.btn-add.contrast, body header.k-button.btn-blue.contrast, body header.k-button.btn-info.contrast, body header.k-button.btn-primary.contrast, body header.k-button.btn-view.contrast {
  background-color: #285c89;
  border-color: #285c89;
}

body .k-grid .k-header .k-button.btn-add.contrast:active, body .k-grid .k-header .k-button.btn-add.contrast:focus, body .k-grid .k-header .k-button.btn-add.contrast:hover, body .k-grid .k-header .k-button.btn-blue.contrast:active, body .k-grid .k-header .k-button.btn-blue.contrast:focus, body .k-grid .k-header .k-button.btn-blue.contrast:hover, body .k-grid .k-header .k-button.btn-info.contrast:active, body .k-grid .k-header .k-button.btn-info.contrast:focus, body .k-grid .k-header .k-button.btn-info.contrast:hover, body .k-grid .k-header .k-button.btn-primary.contrast:active, body .k-grid .k-header .k-button.btn-primary.contrast:focus, body .k-grid .k-header .k-button.btn-primary.contrast:hover, body .k-grid .k-header .k-button.btn-view.contrast:active, body .k-grid .k-header .k-button.btn-view.contrast:focus, body .k-grid .k-header .k-button.btn-view.contrast:hover, body a.k-button.btn-add.contrast:active, body a.k-button.btn-add.contrast:focus, body a.k-button.btn-add.contrast:hover, body a.k-button.btn-blue.contrast:active, body a.k-button.btn-blue.contrast:focus, body a.k-button.btn-blue.contrast:hover, body a.k-button.btn-info.contrast:active, body a.k-button.btn-info.contrast:focus, body a.k-button.btn-info.contrast:hover, body a.k-button.btn-primary.contrast:active, body a.k-button.btn-primary.contrast:focus, body a.k-button.btn-primary.contrast:hover, body a.k-button.btn-view.contrast:active, body a.k-button.btn-view.contrast:focus, body a.k-button.btn-view.contrast:hover, body button.k-button.btn-add.contrast:active, body button.k-button.btn-add.contrast:focus, body button.k-button.btn-add.contrast:hover, body button.k-button.btn-blue.contrast:active, body button.k-button.btn-blue.contrast:focus, body button.k-button.btn-blue.contrast:hover, body button.k-button.btn-info.contrast:active, body button.k-button.btn-info.contrast:focus, body button.k-button.btn-info.contrast:hover, body button.k-button.btn-primary.contrast:active, body button.k-button.btn-primary.contrast:focus, body button.k-button.btn-primary.contrast:hover, body button.k-button.btn-view.contrast:active, body button.k-button.btn-view.contrast:focus, body button.k-button.btn-view.contrast:hover, body header.k-button.btn-add.contrast:active, body header.k-button.btn-add.contrast:focus, body header.k-button.btn-add.contrast:hover, body header.k-button.btn-blue.contrast:active, body header.k-button.btn-blue.contrast:focus, body header.k-button.btn-blue.contrast:hover, body header.k-button.btn-info.contrast:active, body header.k-button.btn-info.contrast:focus, body header.k-button.btn-info.contrast:hover, body header.k-button.btn-primary.contrast:active, body header.k-button.btn-primary.contrast:focus, body header.k-button.btn-primary.contrast:hover, body header.k-button.btn-view.contrast:active, body header.k-button.btn-view.contrast:focus, body header.k-button.btn-view.contrast:hover {
  background-color: #1c4262;
  border-color: #1c4262;
}

body .k-grid .k-header .k-button.btn-danger, body .k-grid .k-header .k-button.btn-delete, body .k-grid .k-header .k-button.btn-red, body a.k-button.btn-danger, body a.k-button.btn-delete, body a.k-button.btn-red, body button.k-button.btn-danger, body button.k-button.btn-delete, body button.k-button.btn-red, body header.k-button.btn-danger, body header.k-button.btn-delete, body header.k-button.btn-red {
  background-color: #e4606d;
  border-color: #e4606d;
  color: white;
}

body .k-grid .k-header .k-button.btn-danger.k-button-mobile:active, body .k-grid .k-header .k-button.btn-danger.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-danger.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-delete.k-button-mobile:active, body .k-grid .k-header .k-button.btn-delete.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-delete.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-red.k-button-mobile:active, body .k-grid .k-header .k-button.btn-red.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-red.k-button-mobile:hover, body a.k-button.btn-danger.k-button-mobile:active, body a.k-button.btn-danger.k-button-mobile:focus, body a.k-button.btn-danger.k-button-mobile:hover, body a.k-button.btn-delete.k-button-mobile:active, body a.k-button.btn-delete.k-button-mobile:focus, body a.k-button.btn-delete.k-button-mobile:hover, body a.k-button.btn-red.k-button-mobile:active, body a.k-button.btn-red.k-button-mobile:focus, body a.k-button.btn-red.k-button-mobile:hover, body button.k-button.btn-danger.k-button-mobile:active, body button.k-button.btn-danger.k-button-mobile:focus, body button.k-button.btn-danger.k-button-mobile:hover, body button.k-button.btn-delete.k-button-mobile:active, body button.k-button.btn-delete.k-button-mobile:focus, body button.k-button.btn-delete.k-button-mobile:hover, body button.k-button.btn-red.k-button-mobile:active, body button.k-button.btn-red.k-button-mobile:focus, body button.k-button.btn-red.k-button-mobile:hover, body header.k-button.btn-danger.k-button-mobile:active, body header.k-button.btn-danger.k-button-mobile:focus, body header.k-button.btn-danger.k-button-mobile:hover, body header.k-button.btn-delete.k-button-mobile:active, body header.k-button.btn-delete.k-button-mobile:focus, body header.k-button.btn-delete.k-button-mobile:hover, body header.k-button.btn-red.k-button-mobile:active, body header.k-button.btn-red.k-button-mobile:focus, body header.k-button.btn-red.k-button-mobile:hover {
  background-color: #e4606d;
  border-color: #e4606d;
  color: white;
}

body .k-grid .k-header .k-button.btn-danger:active, body .k-grid .k-header .k-button.btn-danger:focus, body .k-grid .k-header .k-button.btn-danger:hover, body .k-grid .k-header .k-button.btn-delete:active, body .k-grid .k-header .k-button.btn-delete:focus, body .k-grid .k-header .k-button.btn-delete:hover, body .k-grid .k-header .k-button.btn-red:active, body .k-grid .k-header .k-button.btn-red:focus, body .k-grid .k-header .k-button.btn-red:hover, body a.k-button.btn-danger:active, body a.k-button.btn-danger:focus, body a.k-button.btn-danger:hover, body a.k-button.btn-delete:active, body a.k-button.btn-delete:focus, body a.k-button.btn-delete:hover, body a.k-button.btn-red:active, body a.k-button.btn-red:focus, body a.k-button.btn-red:hover, body button.k-button.btn-danger:active, body button.k-button.btn-danger:focus, body button.k-button.btn-danger:hover, body button.k-button.btn-delete:active, body button.k-button.btn-delete:focus, body button.k-button.btn-delete:hover, body button.k-button.btn-red:active, body button.k-button.btn-red:focus, body button.k-button.btn-red:hover, body header.k-button.btn-danger:active, body header.k-button.btn-danger:focus, body header.k-button.btn-danger:hover, body header.k-button.btn-delete:active, body header.k-button.btn-delete:focus, body header.k-button.btn-delete:hover, body header.k-button.btn-red:active, body header.k-button.btn-red:focus, body header.k-button.btn-red:hover {
  background-color: #DC3545;
  border-color: #DC3545;
  color: white;
}

body .k-grid .k-header .k-button.btn-orange, body .k-grid .k-header .k-button.btn-special, body .k-grid .k-header .k-button.btn-warning, body a.k-button.btn-orange, body a.k-button.btn-special, body a.k-button.btn-warning, body button.k-button.btn-orange, body button.k-button.btn-special, body button.k-button.btn-warning, body header.k-button.btn-orange, body header.k-button.btn-special, body header.k-button.btn-warning {
  background-color: #F57F23;
  border-color: #F57F23;
  color: white;
}

body .k-grid .k-header .k-button.btn-orange.k-button-mobile:active, body .k-grid .k-header .k-button.btn-orange.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-orange.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-special.k-button-mobile:active, body .k-grid .k-header .k-button.btn-special.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-special.k-button-mobile:hover, body .k-grid .k-header .k-button.btn-warning.k-button-mobile:active, body .k-grid .k-header .k-button.btn-warning.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-warning.k-button-mobile:hover, body a.k-button.btn-orange.k-button-mobile:active, body a.k-button.btn-orange.k-button-mobile:focus, body a.k-button.btn-orange.k-button-mobile:hover, body a.k-button.btn-special.k-button-mobile:active, body a.k-button.btn-special.k-button-mobile:focus, body a.k-button.btn-special.k-button-mobile:hover, body a.k-button.btn-warning.k-button-mobile:active, body a.k-button.btn-warning.k-button-mobile:focus, body a.k-button.btn-warning.k-button-mobile:hover, body button.k-button.btn-orange.k-button-mobile:active, body button.k-button.btn-orange.k-button-mobile:focus, body button.k-button.btn-orange.k-button-mobile:hover, body button.k-button.btn-special.k-button-mobile:active, body button.k-button.btn-special.k-button-mobile:focus, body button.k-button.btn-special.k-button-mobile:hover, body button.k-button.btn-warning.k-button-mobile:active, body button.k-button.btn-warning.k-button-mobile:focus, body button.k-button.btn-warning.k-button-mobile:hover, body header.k-button.btn-orange.k-button-mobile:active, body header.k-button.btn-orange.k-button-mobile:focus, body header.k-button.btn-orange.k-button-mobile:hover, body header.k-button.btn-special.k-button-mobile:active, body header.k-button.btn-special.k-button-mobile:focus, body header.k-button.btn-special.k-button-mobile:hover, body header.k-button.btn-warning.k-button-mobile:active, body header.k-button.btn-warning.k-button-mobile:focus, body header.k-button.btn-warning.k-button-mobile:hover {
  background-color: #F57F23;
  border-color: #F57F23;
  color: white;
}

body .k-grid .k-header .k-button.btn-orange:active, body .k-grid .k-header .k-button.btn-orange:focus, body .k-grid .k-header .k-button.btn-orange:hover, body .k-grid .k-header .k-button.btn-special:active, body .k-grid .k-header .k-button.btn-special:focus, body .k-grid .k-header .k-button.btn-special:hover, body .k-grid .k-header .k-button.btn-warning:active, body .k-grid .k-header .k-button.btn-warning:focus, body .k-grid .k-header .k-button.btn-warning:hover, body a.k-button.btn-orange:active, body a.k-button.btn-orange:focus, body a.k-button.btn-orange:hover, body a.k-button.btn-special:active, body a.k-button.btn-special:focus, body a.k-button.btn-special:hover, body a.k-button.btn-warning:active, body a.k-button.btn-warning:focus, body a.k-button.btn-warning:hover, body button.k-button.btn-orange:active, body button.k-button.btn-orange:focus, body button.k-button.btn-orange:hover, body button.k-button.btn-special:active, body button.k-button.btn-special:focus, body button.k-button.btn-special:hover, body button.k-button.btn-warning:active, body button.k-button.btn-warning:focus, body button.k-button.btn-warning:hover, body header.k-button.btn-orange:active, body header.k-button.btn-orange:focus, body header.k-button.btn-orange:hover, body header.k-button.btn-special:active, body header.k-button.btn-special:focus, body header.k-button.btn-special:hover, body header.k-button.btn-warning:active, body header.k-button.btn-warning:focus, body header.k-button.btn-warning:hover {
  background-color: #db660a;
  border-color: #db660a;
  color: white;
}

body .k-grid .k-header .k-button.btn-yellow, body a.k-button.btn-yellow, body button.k-button.btn-yellow, body header.k-button.btn-yellow {
  background-color: #e6d089;
  border-color: #e6d089;
  color: white;
}

body .k-grid .k-header .k-button.btn-yellow.k-button-mobile:active, body .k-grid .k-header .k-button.btn-yellow.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-yellow.k-button-mobile:hover, body a.k-button.btn-yellow.k-button-mobile:active, body a.k-button.btn-yellow.k-button-mobile:focus, body a.k-button.btn-yellow.k-button-mobile:hover, body button.k-button.btn-yellow.k-button-mobile:active, body button.k-button.btn-yellow.k-button-mobile:focus, body button.k-button.btn-yellow.k-button-mobile:hover, body header.k-button.btn-yellow.k-button-mobile:active, body header.k-button.btn-yellow.k-button-mobile:focus, body header.k-button.btn-yellow.k-button-mobile:hover {
  background-color: #e6d089;
  border-color: #e6d089;
  color: white;
}

body .k-grid .k-header .k-button.btn-yellow:active, body .k-grid .k-header .k-button.btn-yellow:focus, body .k-grid .k-header .k-button.btn-yellow:hover, body a.k-button.btn-yellow:active, body a.k-button.btn-yellow:focus, body a.k-button.btn-yellow:hover, body button.k-button.btn-yellow:active, body button.k-button.btn-yellow:focus, body button.k-button.btn-yellow:hover, body header.k-button.btn-yellow:active, body header.k-button.btn-yellow:focus, body header.k-button.btn-yellow:hover {
  background-color: #ddc05f;
  border-color: #ddc05f;
  color: white;
}

body .k-grid .k-header .k-button.btn-gray, body a.k-button.btn-gray, body button.k-button.btn-gray, body header.k-button.btn-gray {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  color: white;
}

body .k-grid .k-header .k-button.btn-gray.k-button-mobile:active, body .k-grid .k-header .k-button.btn-gray.k-button-mobile:focus, body .k-grid .k-header .k-button.btn-gray.k-button-mobile:hover, body a.k-button.btn-gray.k-button-mobile:active, body a.k-button.btn-gray.k-button-mobile:focus, body a.k-button.btn-gray.k-button-mobile:hover, body button.k-button.btn-gray.k-button-mobile:active, body button.k-button.btn-gray.k-button-mobile:focus, body button.k-button.btn-gray.k-button-mobile:hover, body header.k-button.btn-gray.k-button-mobile:active, body header.k-button.btn-gray.k-button-mobile:focus, body header.k-button.btn-gray.k-button-mobile:hover {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  color: white;
}

body .k-grid .k-header .k-button.btn-gray:active, body .k-grid .k-header .k-button.btn-gray:focus, body .k-grid .k-header .k-button.btn-gray:hover, body a.k-button.btn-gray:active, body a.k-button.btn-gray:focus, body a.k-button.btn-gray:hover, body button.k-button.btn-gray:active, body button.k-button.btn-gray:focus, body button.k-button.btn-gray:hover, body header.k-button.btn-gray:active, body header.k-button.btn-gray:focus, body header.k-button.btn-gray:hover {
  background-color: #858585;
  border-color: #858585;
  color: white;
}

body .k-grid .k-header .k-button.header-actions, body a.k-button.header-actions, body button.k-button.header-actions, body header.k-button.header-actions {
  margin-top: 6px;
}

body .k-table-md .k-button {
  margin-bottom: 0;
}

body .k-grid .k-grouping-header {
  color: rgba(255, 255, 255, 0.7);
}

body .k-tabstrip :hover {
  text-decoration: none !important;
}

body .k-tabstrip-top {
  background-color: #1c4262;
  border-color: #1c4262;
}

body .k-tabstrip-top .k-tabstrip-items .k-item {
  background-color: #1c4262;
  border-color: #1c4262;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

body .k-tabstrip-top .k-tabstrip-items .k-active {
  background-color: #285c89;
  border-color: #3377B1;
}

body .k-tabstrip-top .k-tabstrip-items .k-hover {
  background-color: #285c89;
  border-color: #285c89;
}

body .k-tabstrip-top .k-tabstrip-items .k-content {
  background-color: #fff;
}

body .k-tabstrip-top.second-level {
  background-color: #285c89;
  border-color: #285c89;
}

body .k-tabstrip-top.second-level .k-tabstrip-items .k-item {
  background-color: #285c89;
  border-color: #285c89;
}

body .k-tabstrip-top.second-level .k-tabstrip-items .k-active {
  background-color: #3377B1;
  border-color: #4c91cb;
}

body .k-tabstrip-top.second-level .k-tabstrip-items .k-hover {
  background-color: #3377B1;
  border-color: #3377B1;
}

body .k-tabstrip-top.third-level {
  background-color: #3377B1;
  border-color: #3377B1;
}

body .k-tabstrip-top.third-level .k-tabstrip-items .k-item {
  background-color: #3377B1;
  border-color: #3377B1;
}

body .k-tabstrip-top.third-level .k-tabstrip-items .k-active {
  background-color: #4c91cb;
  border-color: #73a9d7;
}

body .k-tabstrip-top.third-level .k-tabstrip-items .k-hover {
  background-color: #4c91cb;
  border-color: #4c91cb;
}

body .k-tabstrip-top .k-tabstrip-content.k-active, .k-tabstrip > .k-content.k-active {
  background-color: white;
}

body .k-tabstrip-items .k-item .k-link {
  color: #fff;
}

body .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

body .k-tabstrip-top > .k-tabstrip-items-wrapper {
  border-bottom-width: 0px;
}

body .k-tabstrip-items-wrapper .k-item.k-active::after {
  border-color: transparent;
}

body .k-button:not(.k-button-solid-primary) {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-color: transparent;
  background-color: #f5f5f5;
}

body .k-button:not(.k-button-solid-primary):hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-color: transparent;
  background-color: #ebebeb;
}

body header .k-button {
  color: black;
}

body .k-widget.k-tabstrip {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

body .k-button:not(header) {
  padding: 8px 14px;
}

body .k-treeview-leaf {
  display: block;
}

body #tabPickerMobile .k-dropdownlist {
  border-radius: 1px;
  height: 3.5rem;
}

@media only screen and (max-width: 979px) {
  body .k-widget.k-tabstrip.mobile-hide-tabs {
    box-shadow: none;
    margin: -16px;
  }
  body .k-widget.k-tabstrip.mobile-hide-tabs > .k-tabstrip-items-wrapper {
    display: none !important;
  }
}
body .k-grouping-drop-container {
  color: #777;
}

body .k-tabstrip-items-wrapper {
  background-color: #1c4262;
}

body .second-level .k-tabstrip-items-wrapper {
  background-color: #285c89;
}

body .third-level .k-tabstrip-items-wrapper {
  background-color: #3377b1;
}

body .k-calendar .k-header .k-link.k-hover {
  background-color: #3377B1;
}

body .always-hidden {
  display: none !important;
}

body .fc-daygrid-event-harness a.fc-event {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

body .k-grid-content tr td {
  border-left-width: 1px;
}

body .smart-form {
  color: #000;
}

body .smart-form label:not(.input):not(.b) {
  color: #656565;
  font-weight: normal !important;
}

body .smart-form .button, body .smart-form .checkbox, body .smart-form .input, body .smart-form .input input, body .smart-form .radio, body .smart-form .select, body .smart-form .select select, body .smart-form .textarea, body .smart-form .textarea textarea, body .smart-form .toggle {
  font-weight: bold;
}

body .k-grid td {
  padding: 0.4em 0.2em;
}

body .k-grid.k-grid-md td, body .k-grid.k-grid-md th {
  padding-block: 0.4em;
  padding-inline: 0.2em;
}

.k-grid-md .k-hierarchy-cell > .k-icon {
  padding-block: 0;
}

body .k-grid, body .k-grid .k-table-md {
  font-size: 12px;
}

body .k-grid .label, body .k-grid .k-table-md .label {
  font-size: inherit;
}

body .k-grid .label-primary, body .k-grid .k-table-md .label-primary {
  background-color: #3377B1;
}

body .k-switch {
  font-size: 8px !important;
}

body .k-switch-on .k-switch-container {
  background-color: #4c91cb !important;
}

body .k-switch-on .k-switch-container:active, body .k-switch-on .k-switch-container:hover {
  background-color: #73a9d7 !important;
}

body .k-switch-on .k-switch-container:active .k-switch-handle, body .k-switch-on .k-switch-container:hover .k-switch-handle {
  background-color: #4c91cb;
}

body .k-switch-on .k-switch-container .k-switch-handle {
  background-color: #3377B1;
  -webkit-transition: background-color 0.1s ease-out 0s;
  -o-transition: background-color 0.1s ease-out 0s;
  transition: background-color 0.1s ease-out 0s;
}

body .k-treeview .k-icon.k-i-expand {
  top: 4px;
  left: -2px;
}

body .k-treeview .k-icon.k-i-collapse {
  top: 6px;
  left: -2px;
}

body .k-checkbox-label, body .k-radio-label {
  margin-bottom: 2px;
}

body .k-radio-label:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body .form-control {
  width: 100%;
}

body .after-label {
  padding-left: 7px;
}

body tr.shaded-row {
  color: #aaa;
}

body .btn, body a:link, body button {
  -webkit-tap-highlight-color: transparent;
}

body #catLegend {
  padding: 5px 10px 0px 10px;
  overflow: auto;
}

body #ribbon {
  background-color: #11273a;
}

body .margin-left-10 {
  margin-left: 10px;
}

body .switch-list li {
  list-style: none;
  line-height: 2.5em;
}

body .switch-list li .k-switch {
  margin-right: 10px;
}

body .tab-strip-dropdown {
  text-transform: capitalize;
}

body ul.k-list > li {
  text-transform: capitalize;
}

body .widget-toolbar .k-button {
  margin-top: 2px;
}

body .margin-top-3 {
  margin-top: 3px;
}

body .help-article-icon {
  margin: 8px;
  float: left;
  cursor: pointer;
}

body div.loading-spinner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

body div.loading-spinner img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px;
}

body .k-widget .row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .k-widget .row .col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body #impersonation-banner {
  border: none;
  border-radius: 4px;
  padding: 9px;
  margin-top: 5px;
  display: block;
  height: 40px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

body #close-impersonation-banner {
  margin-top: 5px;
}

body .btn.btn-red {
  background-color: #884444;
  border-color: #5a2f2f;
  color: white;
}

body .btn.btn-red:hover, body .btn.btn-red:active, body .btn.btn-red:focus {
  background-color: #703939;
  border-color: #442524;
  color: white;
}

body .header-row, body .smart-form .header-row {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  body .desktop-only, body .k-pdf {
    display: none !important;
  }
  body .page-title {
    display: block;
  }
  body .mobile-margin-top-60 {
    margin-top: 60px;
  }
  body .mobile-full-width {
    width: 100% !important;
  }
  body .white-label-logo-wrapper {
    width: 150px !important;
  }
  body .white-label-logo-wrapper #logo img {
    margin-top: 10px !important;
    width: 143px !important;
  }
  body .white-label-logo-wrapper #logo img.ag-woms-logo {
    margin-top: 6px !important;
  }
  body .jarviswidget-ctrls.mobile-collapse {
    position: absolute;
    right: 0;
  }
  body .jarviswidget-ctrls.mobile-collapse a.jarviswidget-toggle-btn {
    color: white !important;
    border: none;
  }
  body .jarviswidget-ctrls.mobile-collapse a.jarviswidget-toggle-btn .fa-plus {
    visibility: hidden;
  }
  body .grid-title-number a, body .grid-title-number span.a {
    font-size: 15px;
    padding-right: 10px;
  }
  body .grid-title-number a:before, body .grid-title-number span.a:before {
    content: "#";
  }
  body .mobile-tag-lg {
    font-size: 12px !important;
  }
  body .mobile-button-wrapper {
    float: left;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .mobile-button-wrapper.size-50 {
    width: 50% !important;
  }
  body .mobile-button-wrapper.size-33 {
    width: 33.333% !important;
  }
  body .mobile-button-wrapper .k-button {
    width: 100% !important;
  }
  body .mobile-button-wrapper:first-of-type {
    padding-left: 0;
  }
  body .mobile-button-wrapper:last-of-type {
    padding-right: 0;
  }
  body a.k-button.btn-md:not(.mobile-padded), body button.k-button.btn-md:not(.mobile-padded) {
    padding: 0.3em;
  }
  body a.k-button.btn-sm:not(.mobile-padded), body button.k-button.btn-sm:not(.mobile-padded) {
    padding: 0.3em;
  }
  body a.k-button.btn-xs:not(.mobile-padded), body button.k-button.btn-xs:not(.mobile-padded) {
    padding: 0.15em 0.3em;
  }
  body #content {
    padding-top: 0;
  }
  body .popover {
    display: none !important;
  }
  body #catLegend {
    max-height: none;
    overflow: initial;
  }
  body #logo-group:not(.white-label-logo-wrapper) {
    width: auto !important;
  }
  body .k-scheduler-navigation .k-nav-next a.k-link, body .k-scheduler-navigation .k-nav-prev a.k-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .width-115 {
    width: 115px;
  }
  body .width-120 {
    width: 120px;
  }
  body .k-grouping-header {
    display: none;
  }
  body #menuDropdownContainer {
    display: none !important;
  }
  body #ribbon {
    position: fixed;
    width: 100%;
    z-index: 11;
    border: none;
    top: 49px;
    height: 40px;
  }
  body header#header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 49px;
  }
  body aside#left-panel {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
  }
  body div#main {
    padding-top: 89px;
  }
  body .jarviswidget {
    margin-bottom: 5px;
  }
  body .jarviswidget > header {
    height: auto;
    min-height: 34px;
  }
  body .jarviswidget > header .widget-toolbar {
    height: auto;
    min-height: 32px;
    border-left: none;
  }
  body .jarviswidget > div {
    border-top: 1px solid #CCC !important;
  }
  body .k-grid tr td {
    border-left-width: 0;
  }
  body .textarea-controls.auto-height {
    height: auto;
  }
  body .convo-subject {
    font-style: italic;
    font-size: 1.2em;
  }
  body .remove-content-padding {
    margin: 0 -6px -11px;
  }
  body .deconstruct-grid-wrapper {
    margin-top: -6px;
  }
  body .deconstruct-grid {
    border: none;
    color: #000;
  }
  body .deconstruct-grid label {
    color: #656565;
    font-weight: normal !important;
  }
  body .deconstruct-grid table, body .deconstruct-grid table > tbody {
    display: block;
  }
  body .deconstruct-grid .k-grid-footer, body .deconstruct-grid .k-hierarchy-cell, body .deconstruct-grid .k-hierarchy-col, body .deconstruct-grid thead {
    display: none;
  }
  body .deconstruct-grid tbody tr {
    display: block;
  }
  body .deconstruct-grid tbody tr td {
    display: block;
    padding: 0.1em 0.2em;
  }
  body .deconstruct-grid tbody tr td.grid-title-number {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  body .deconstruct-grid tbody tr td.mobile-item-title {
    padding: 0;
  }
  body .deconstruct-grid .k-grid-header {
    border: none;
  }
  body .deconstruct-grid.k-grid tr:not(.k-grouping-row) {
    border: 1px solid #aaa;
    position: relative;
    padding: 0 7px;
  }
  body .deconstruct-grid.k-grid tr:not(.k-grouping-row) td {
    border-top: none;
    border-bottom: none;
  }
  body .deconstruct-grid.k-grid tr:not(.k-grouping-row) td.k-group-cell {
    display: none;
  }
  body .deconstruct-grid.k-grid tr:not(.k-grouping-row):not(:first-child) {
    border-top: none;
  }
  body .deconstruct-grid.k-grid tr.k-grouping-row {
    border: 1px solid #aaa;
  }
  body .deconstruct-grid.k-grid tr.k-grouping-row:not(:first-child) {
    margin-top: 10px;
  }
  body .deconstruct-grid .absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  body .deconstruct-grid .custom-toolbar {
    display: none;
  }
  body .deconstruct-grid i.icon-mid-right {
    position: absolute;
    top: calc(50% - 16px);
    right: 11px;
  }
  body .deconstruct-grid div.action-buttons {
    float: right;
    margin-bottom: 5px;
  }
  body #search-form-mobile .k-combobox {
    width: calc(100% - 15px) !important;
    margin-left: 15px;
  }
  body #search-form-mobile .k-combobox .k-dropdown-wrap {
    height: 33px;
    margin-top: -6px;
  }
  body #search-form-mobile .k-combobox .k-dropdown-wrap .k-input {
    height: 33px;
  }
  body .mobile-item-title {
    font-size: 17px;
    max-width: calc(100% - 122px);
    min-height: 32px;
  }
  body .mobile-pull-left {
    float: left;
  }
  body header h2.mobile-centered {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  body #scs-logo {
    display: none;
  }
  body .overlay-ribbon {
    position: fixed;
    top: 49px;
    left: 0;
    z-index: 11;
    width: 100%;
  }
  body .overlay-ribbon .fa-lg {
    padding-top: 6px;
  }
  body .modal:not(.custom-mobile-modal):not(.custom-barcode-scanner).fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body .modal:not(.custom-mobile-modal):not(.custom-barcode-scanner).fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
  }
  body .modal:not(.custom-mobile-modal):not(.custom-barcode-scanner).fade .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
  }
  body .modal:not(.custom-mobile-modal):not(.custom-barcode-scanner).fade .modal-dialog .modal-content .modal-header .close {
    display: none;
  }
  body .modal:not(.custom-mobile-modal):not(.custom-barcode-scanner).fade .modal-dialog.modal-lg {
    width: initial !important;
    min-width: initial !important;
  }
  body .modal-backdrop {
    opacity: 0 !important;
  }
  body .modal-backdrop.fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body .mobile-button-group {
    margin: 5px 0;
  }
  body .mobile-button-group .k-button {
    width: 100%;
  }
  body .col-xs-6.k-widget {
    width: 50%;
  }
  body #logo {
    margin-left: 0;
    margin-top: 0;
  }
  body #logo img {
    width: 153px;
    padding-left: 3px;
    margin-top: -9px;
  }
  body #toast-container.toast-top-center {
    top: 53px;
  }
  body #toast-container > div {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
  }
  body .unread-comments-custom {
    position: relative;
    right: 28px;
    top: 2px;
  }
  body .k-scheduler-agendaweek {
    clear: both;
  }
  body .k-scheduler-datecolumn {
    width: 70px;
  }
  body .k-scheduler-timecolumn {
    width: 95px;
  }
}
@media only screen and (max-width: 479px) {
  body #logo img {
    width: 90px;
    margin-top: 4px;
  }
  #extr-page #header #logo {
    margin-top: unset !important;
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 360px) {
  body #logo img {
    width: 70px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  body .navbar-nav > li > a {
    padding-bottom: 15px;
  }
}
@media (min-width: 980px) {
  body .mobile-only {
    display: none !important;
  }
  body .jarviswidget .k-button-mobile {
    display: block;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    cursor: inherit;
  }
  body .jarviswidget .k-button-mobile:active, body .jarviswidget .k-button-mobile:focus, body .jarviswidget .k-button-mobile:hover {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  body .jarviswidget {
    margin-bottom: 15px;
  }
  body a.k-button.btn-md, body button.k-button.btn-md {
    padding: 0.3em;
  }
  body a.k-button.btn-sm, body button.k-button.btn-sm {
    padding: 0.3em;
  }
  body a.k-button.btn-xs, body button.k-button.btn-xs {
    padding: 0.15em 0.3em;
  }
  body .pull-right-desktop {
    float: right !important;
  }
  body .deconstruct-grid div.action-buttons {
    float: left;
  }
}
body .k-button-wrapper-condensed {
  margin: 5px 0;
}

body .k-button-wrapper-condensed .k-button {
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
}

body .mobile-nav-button {
  float: left;
  width: 50px !important;
  height: 100% !important;
  padding: 11px 14px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

body #module-select-wrapper {
  float: right;
  padding: 3px 0;
}

body #module-select-wrapper .k-dropdownlist {
  font-size: 11px;
  width: 200px;
}

@media (max-width: 400px) {
  body #module-select-wrapper .k-dropdownlist {
    font-size: 11px;
    width: 130px;
  }
  body .white-label-logo-wrapper #logo img {
    margin-top: 10px !important;
    width: 120px !important;
  }
  body #logo-group:not(.white-label-logo-wrapper) {
    width: 100px !important;
  }
}
@media (max-width: 375px) {
  body #module-select-wrapper .k-dropdownlist {
    font-size: 11px;
    width: 150px;
  }
  body .white-label-logo-wrapper #logo img {
    margin-top: 10px !important;
    width: 120px !important;
  }
  body #logo-group:not(.white-label-logo-wrapper) {
    width: 100px !important;
  }
}
@media (max-width: 360px) {
  body #module-select-wrapper .k-dropdownlist {
    font-size: 11px;
    width: 130px;
  }
  body .white-label-logo-wrapper #logo img {
    margin-top: 10px !important;
    width: 120px !important;
  }
  body #logo-group:not(.white-label-logo-wrapper) {
    width: 100px !important;
  }
}
@media (max-width: 280px) {
  body #module-select-wrapper .k-dropdownlist {
    font-size: 11px;
    width: 80px;
  }
  body .white-label-logo-wrapper #logo img {
    margin-top: 10px !important;
    width: 120px !important;
  }
  body #logo-group:not(.white-label-logo-wrapper) {
    width: 100px !important;
  }
}
body #module-select-wrapper .k-dropdownlist .k-dropdown-wrap {
  padding: 7px 2.42em 7px 0;
}

body #module-select-wrapper .k-dropdownlist .k-dropdown-wrap .k-i-arrow-60-down {
  top: 7px;
}

body #tabPickerMobile {
  float: right;
  padding: 3px 0;
}

body #tabPickerMobile .k-dropdownlist {
  font-size: 11px;
  width: 170px;
}

body #tabPickerMobile .k-dropdownlist .k-dropdown-wrap {
  padding: 3px 2.42em 2px 0;
}

body #tabPickerMobile .k-dropdownlist .k-dropdown-wrap .k-i-arrow-60-down {
  top: 3px;
}

body #logo-group {
  position: relative;
}

body #logo-group #module {
  position: absolute;
  left: 53px;
  top: 26px;
  width: 300px;
  margin: 0;
}

body .pull-down {
  position: absolute;
  bottom: 0;
}

body .mobile-title {
  font-size: 17px;
  font-weight: bold;
  padding-top: 7px;
  color: white;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 364px) {
  body .mobile-title {
    font-size: 100% !important;
  }
}
body .header-button-left {
  padding: 7px 0 5px;
  margin-right: 20px;
  color: white;
  float: left;
}

body .header-button-right {
  padding: 7px 0 5px;
  margin-left: 20px;
  color: white;
  float: right;
}

body .header-button-right.side-margins {
  margin: 0 5px;
}

body .header-button-right.side-margins:first-of-type {
  margin-right: 0;
}

body .header-button-right.side-margins:last-of-type {
  margin-left: 0;
}

body h1.page-title span.badge-label {
  font-size: 13px !important;
  letter-spacing: initial;
  position: relative;
  top: -0.3em;
}

body .navigation-disabled {
  pointer-events: none;
  opacity: 0.5;
}

body .margin-fix .smart-form .row {
  margin-left: 0;
  margin-right: 0;
}

body .margin-fix .smart-form .col {
  padding-left: 0;
  padding-right: 0;
}

body #div-video-container video {
  width: 100%;
}

body .label-virtual {
  background-color: #4221c7;
}

body .label-offsite {
  background-color: #387f69;
}

body .paragraph {
  padding-left: 7px;
}

body .smart-form footer .k-button {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  cursor: pointer;
}

body .smart-form footer.top-footer .k-button {
  margin: 0 3px;
}

body .read-only-body .row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

body .read-only-body .read-only-header {
  background-color: #c2daee;
  color: #3377B1;
  font-size: 1.2em;
  border-top: 1px solid #73a9d7;
  border-bottom: 1px solid #73a9d7;
}

body .read-only-body .read-only-header:not(:first-child) {
  margin-top: -1px;
}

body .read-only-body .read-only-sub-header {
  background-color: #deebf6;
  color: #3377B1;
  font-size: 1.2em;
  border-top: 1px solid #73a9d7;
  border-bottom: 1px solid #73a9d7;
}

body .read-only-body .read-only-sub-header:not(:first-child) {
  margin-top: -1px;
}

body .read-only-body div.pull-right {
  text-align: right;
}

body .read-only-body div.zebra-stripe {
  margin: 0 -13px;
}

body .read-only-body div.zebra-stripe div.zebra-row {
  padding: 0 13px;
  background-color: #f3f3f3;
}

body .read-only-body div.zebra-stripe div.zebra-row:nth-child(2n) {
  background-color: #e7e7e7;
}

body .custom-time-picker {
  position: absolute;
  background-color: #F2F2EB;
  z-index: 3;
  border-color: #ccc;
  border-radius: 3px;
  padding: 2px;
  font-weight: bold;
  margin-top: 2.6em;
  font-size: 13px;
  line-height: normal;
}

body .custom-time-picker table {
  width: 100%;
}

body .custom-time-picker table td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

body .custom-time-picker table td.tp-header {
  background-color: #5B5B59;
  color: #F2F2EB;
}

body .custom-time-picker table td.tp-am {
  background-color: #eee;
  text-align: right;
}

body .custom-time-picker table td.tp-am.tp-btn.tp-selected, body .custom-time-picker table td.tp-am.tp-btn:hover {
  background-color: #ffffff;
}

body .custom-time-picker table td.tp-pm {
  background-color: #bbb;
  text-align: right;
}

body .custom-time-picker table td.tp-pm.tp-btn.tp-selected, body .custom-time-picker table td.tp-pm.tp-btn:hover {
  background-color: #eeeeee;
}

body .custom-time-picker table td.tp-label {
  font-size: 1.2em;
}

body .custom-time-picker table td.tp-border-left {
  border-left: 1px solid #f7f7f7;
}

body .custom-time-picker table td.tp-btn {
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  cursor: pointer;
}

body .custom-time-picker table td.tp-btn.tp-btn.tp-selected, body .custom-time-picker table td.tp-btn:hover {
  background-color: #ffffff;
}

@media (orientation: portrait) {
  .landscape-desktop-only {
    display: none !important;
  }
  .portrait-specific-style {
    font-weight: normal !important;
    font-size: 8px !important;
    padding-left: 1px !important;
  }
}

.k-tabstrip .k-tabstrip-items .k-link {
  padding: 1.071em;
}

body .k-autocomplete, body .k-colorpicker, body .k-combobox, body .k-datepicker, body .k-datetimepicker, body .k-dropdown, body .k-dropdownlist, body .k-dropdowntree, body .k-listbox, body .k-multiselect, body .k-numerictextbox, body .k-selectbox, body .k-textbox, body .k-timepicker, body .k-toolbar .k-split-button {
  font-size: 13px;
  overflow: visible;
}

body .k-input.k-datepicker, body .k-input.k-datetimepicker, body .k-input.k-timepicker {
  width: 12.4em;
}

body .k-dropdownlist, body .k-multiselect {
  min-width: 180px;
}

body table .k-dropdownlist {
  min-width: inherit;
}

body #WebTMAGrid {
  overflow-x: auto;
}

body .k-popup.k-group.k-reset {
  max-height: 400px;
}

body .input-group input.form-control.datepicker {
  width: calc(100% - 12px);
}

body th.k-table-th.k-header {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
}

body th.k-table-th.k-header .k-icon.k-i-filter {
  font-size: 13px;
}

body .report-custom-class .k-grid.k-grid-md td {
  border-right: 1px solid #ddd;
}

body .k-button.btn-default, body .k-button.btn-sm {
  color: #333333;
}

body .checkbox.platform-checkbox2 {
  display: inline-block;
}

body .k-grid a.btn-edit,
body .k-grid a.btn-green,
body .k-grid a.btn-save,
body .k-grid a.btn-success,
body .k-grid a.btn-add,
body .k-grid a.btn-blue,
body .k-grid a.btn-info,
body .k-grid a.btn-primary,
body .k-grid a.btn-view,
body .k-grid a.btn-danger,
body .k-grid a.btn-delete,
body .k-grid a.btn-red,
body .k-grid a.btn-orange,
body .k-grid a.btn-special,
body .k-grid a.btn-warning,
body .k-grid a.btn-yellow {
  color: white;
  text-transform: uppercase;
}

#Reservations p.k-reset {
  margin-left: -3px;
}

body .k-group.k-treeview-group.k-treeview-lines {
  clear: both;
}

body .smart-form .inline-block {
  display: inline-block;
}

body .k-scheduler-timecolumn {
  font-size: 11px;
}

body .no-flex, body .no-flex .k-button {
  display: inline-block;
}

body .k-tabstrip-items-wrapper .k-button-icon {
  color: white;
}

body .k-grid-norecords {
  display: block;
}

body .block-label label {
  display: block;
}

body .block-label .k-picker-md {
  font-size: 13px;
}

.highcharts-tooltip table th {
  padding-bottom: 0.2em;
  border-bottom: 1px solid silver;
}

.highcharts-tooltip table td {
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.highcharts-tooltip {
  font-size: 1.2em;
}

.border-1-left {
  margin-left: -1px;
}

.billing-cart .cart-section {
  padding-top: 5px;
  padding-bottom: 12px;
}

.billing-cart {
  font-size: 12px;
}

/*body .billing-cart .border-1-right, body .billing-cart .border-1-left {
    border-width: 0px;
}*/
#subscription-form .billing-cart {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
}

#subscription-form .billing-cart #checkout {
  display: none;
}

.billing-cart .cart-header-row {
  line-height: 23px;
}

.billing-cart .cart-heading {
  font-size: 15px;
}

.billing-cart .remove-section {
  margin: -4px 0;
}

.billing-cart .monthChargeLine {
  position: absolute;
}

.smart-form .billing-cart .col {
  padding-left: 5px;
  padding-right: 5px;
}

.smart-form .billing-cart .row {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-standard-title .headline > button:first-of-type {
  border-radius: 2px 0 0 2px;
  width: calc(100% - 27px);
}

.grid-standard-title .headline > button:last-of-type {
  margin-left: -2px;
  border-radius: 0 2px 2px 0;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-standard-title h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-standard-title h2 i {
  font-size: 16px;
}

.grid-standard-title .other-buttons {
  position: absolute;
  background-color: white;
  padding: 3px;
  right: 13px;
  top: 35px;
  z-index: 3;
  width: 200px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.grid-standard-title .other-buttons .btn {
  width: calc(100% - 12px);
  margin: 3px 6px;
}

.k-grid-content-locked {
  border-bottom: 1px solid #777;
}

body .grid-standard .k-grid-header-locked th:first-child {
  text-align: center;
}

body .grid-standard .k-grid-header-locked th:first-child .k-link {
  align-items: center;
  justify-content: center;
}

.grid-standard .actions-button {
  color: #555;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4em;
  width: 20px;
  margin: auto;
  border-radius: 6px;
}

.grid-standard .actions-container-gs {
  display: none;
  position: fixed;
  background-color: white;
  border: 1px solid #777;
  border-radius: 2px;
  padding: 3px;
  z-index: 3;
  width: 200px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1333333333);
}

.grid-standard .actions-container-gs .btn {
  width: calc(100% - 12px);
  margin: 3px 6px;
}

.grid-standard td.action-cell {
  overflow: visible;
}

body .grid-standard .actions-container-gs {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

body .grid-standard .actions-container-gs .btn {
  border: none;
  background-color: transparent;
  color: #432;
  box-shadow: none;
  margin: 0;
  padding: 3px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}

body .grid-standard .actions-container-gs .btn:hover,
body .grid-standard .actions-container-gs .btn:active,
body .grid-standard .actions-container-gs .btn:focus {
  border: none;
  background-color: rgba(0, 0, 0, 0.1333333333);
  color: #432;
}

body .grid-standard .actions-container-gs .btn i {
  width: 20px;
  margin-left: 3px;
}

@media (max-width: 979px) {
  body .grid-standard .actions-button i {
    color: #aaa !important;
  }
  body .grid-standard .actions-container-gs .btn {
    padding: 7px;
  }
  .k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding-block: 8px !important;
    padding-inline: 16px !important;
  }
  body .k-grid button.k-button.grid-btn-margin {
    min-width: 110px;
    margin-bottom: 3px;
  }
  .hidden-menu .overlay-ribbon {
    left: 210px;
  }
}
body .grid-standard .k-grid-header .k-grid-header-locked .k-table-thead .k-table-row th.k-table-th.k-header {
  border-right: none;
  border-left-color: #ccc;
  border-inline-color: #ccc;
}

body .grid-standard .k-grid-content-locked td:not(:first-child) {
  border-left: none;
  font-weight: bold;
}

body .grid-standard.k-grid .k-grid-content-locked {
  border-color: #ccc;
}

body .grid-standard .k-grid-header .k-grid-header-locked {
  border-color: #ccc;
}

body .k-grid .k-cell-inner .k-grid-filter, .k-grid .k-cell-inner .k-header-column-menu, .k-grid .k-cell-inner .k-grid-header-menu {
  margin-inline-end: 16px;
}

body .k-grid-header .k-grid-filter.k-active, .k-grid-header .k-table-th-column-menu.k-active, .k-grid-header .k-grid-header-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active, .k-grid-header .k-hierarchy-cell .k-svg-icon.k-active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #3377b1;
  padding: 0;
  width: 25px;
  height: 25px;
  margin-right: 21px;
}

body .k-grid-header .k-grid-filter:focus, .k-grid-header .k-grid-filter.k-focus, .k-grid-header .k-table-th-column-menu:focus, .k-grid-header .k-table-th-column-menu.k-focus, .k-grid-header .k-grid-header-menu:focus, .k-grid-header .k-grid-header-menu.k-focus, .k-grid-header .k-hierarchy-cell .k-icon:focus, .k-grid-header .k-hierarchy-cell .k-icon.k-focus, .k-grid-header .k-hierarchy-cell .k-svg-icon:focus, .k-grid-header .k-hierarchy-cell .k-svg-icon.k-focus {
  background-color: rgba(0, 0, 0, 0.12);
  padding: 0;
  width: 25px;
  height: 25px;
  margin-right: 21px;
}

body .full-width-k-multiselect span.k-multiselect {
  width: 100%;
}

body .task-unchecked {
  font-size: 28px;
  color: #000;
}

body .task-checked {
  font-size: 28px;
  color: #79c17a;
}

body .fw-bold {
  font-weight: bold;
}

body .position-relative {
  position: relative;
}

body .card-block {
  border: 1px solid black;
  margin: 3px;
  padding: 5px;
}

body .card-block-lightGray {
  background-color: #eee;
}

body .card-block-header {
  position: absolute;
  top: -9px;
  left: 12px;
  background-color: white;
  padding: 0 3px;
  font-size: 1.1em;
}

body .heading-sub-tagline {
  position: absolute;
  top: -4px;
  left: 9px;
  font-size: 0.8em;
}

body .border-1-top {
  border-top: 1px solid black;
}

body .border-1-right {
  border-right: 1px solid black;
}

body .border-1-bottom {
  border-bottom: 1px solid black;
}

body .border-1-left {
  border-left: 1px solid black;
}

body .edit-time {
  border: none;
  background-color: transparent;
  margin: -10px 0 0 auto;
  display: block;
}

body .mobile-checkbox input[type=checkbox] {
  margin: 0 3px 0 12px;
}

body .mobile-button-large {
  font-size: 60px;
}

body input.task-time-input {
  width: 60px;
  font-size: 30px;
  display: block;
  margin: auto;
  text-align: center;
}

body label.top-center {
  display: block;
  text-align: center;
  font-size: 11px;
  margin: 0;
}

body button.task-time-button {
  display: block;
  background: transparent;
  border: none;
  margin: 5px auto;
}

body .task-assigned-to {
  padding: 3px !important;
  margin: 7px 0 0 0;
  background-color: rgba(51, 119, 177, 0.9);
  color: white;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
}

body div.row.task {
  border-left: 1px solid rgba(51, 119, 177, 0.9);
  border-bottom: 1px solid rgba(51, 119, 177, 0.9);
  border-right: 1px solid rgba(51, 119, 177, 0.9);
  padding: 5px;
}

body .k-grid .k-tabstrip-content:not(.k-active) {
  display: none;
}

body .notification-list .emailSwitch,
body .notification-list .mobileSwitch {
  margin-left: 10px;
}

body .smart-form .notification-list .checkbox {
  padding-left: 7px;
}

.k-grid-content {
  overscroll-behavior: none;
}

.smart-form .custom-toolbar > .row {
  margin: 0;
}

body .full-width-k-multiselect span.k-multiselect {
  width: 100%;
}

body .break-word-wrap {
  word-wrap: break-word;
}

/* begin history styling */
.history-template > .history-original-value {
  color: red;
  font-weight: bold;
}

.history-template > .history-new-value {
  color: green;
  font-weight: bold;
}

.history-template > .history-entity-name, .history-template > .history-field-name {
  font-weight: bold;
}

.history-template > .history-preposition {
  font-weight: normal !important;
}

/* end history styling */
/* interim kendo file uploader fix */
body.safari div .k-upload input {
  z-index: 0 !important;
}

body.safari div .k-upload input {
  margin: 75px 0;
}

body.safari button[onclick="removeProfileImage()"] {
  z-index: 2 !important;
  margin-bottom: 50px;
}

body.safari input[name=DocumentFileName] {
  margin-bottom: 25px;
}

/* end interim kendo file uploader fix */
.configuration-thumbnail-container {
  text-align: center;
  margin: auto;
}

.configuration-thumbnail {
  max-height: 50px;
  max-width: 50px;
}

a[onclick]:hover {
  cursor: pointer;
}

/* Pulse #10758323550 - CSS moved to calendar-specific files */
/* FullCalendar fixes: See eSpace.Web/Content/css/custom/calendar/fullcalendar.css */
/* Kendo Agenda fixes: See eSpace.Web/Content/css/custom/calendar/calendar.css */
/* Reason: FullCalendar v5+ injects CSS dynamically, overriding site.css on navigation */
/* Calendar-specific CSS bundles load after dynamic injection, ensuring persistence */

