/* line 10, app/stylesheets/themes/_common.scss */
body {
  min-width: 320px;
  min-height: 568px;
  color: #555 !important;
}

/* line 16, app/stylesheets/themes/_common.scss */
.container-fluid {
  padding: 0;
}

/* line 20, app/stylesheets/themes/_common.scss */
html, body {
  height: 100%;
}

/* line 22, app/stylesheets/themes/_common.scss */
footer {
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #eee;
  color: #666;
}

/* line 26, app/stylesheets/themes/_common.scss */
footer .row {
  margin: 0px;
}

/* line 29, app/stylesheets/themes/_common.scss */
footer > p {
  margin-bottom: 11px;
  margin-top: 13px;
}

/* line 34, app/stylesheets/themes/_common.scss */
.page-header {
  margin: 1.5rem 0 1.5rem;
  padding: 12px 19px 12px 19px !important;
}

/* line 39, app/stylesheets/themes/_common.scss */
.pagination {
  margin: 10px 0;
}

@media (max-width: 534px) {
  /* line 41, app/stylesheets/themes/_common.scss */
  .pagination {
    margin-bottom: 0;
  }
}

/* line 44, app/stylesheets/themes/_common.scss */
.pagination li {
  font-size: 12px;
}

/* line 48, app/stylesheets/themes/_common.scss */
.app_integration_company_app_integration_company_id.has-error .control-label,
.app_integration_company_app_integration_company_id.has-error .checkbox {
  color: inherit;
  /* Reset color to inherit */
}

/* line 53, app/stylesheets/themes/_common.scss */
.export-action {
  margin: 0;
}

/* line 55, app/stylesheets/themes/_common.scss */
.export-action a {
  margin: 0;
}

/* line 56, app/stylesheets/themes/_common.scss */
.export-action:after {
  clear: both;
}

@media (max-width: 534px) {
  /* line 59, app/stylesheets/themes/_common.scss */
  .export-action {
    margin: 10px 0;
  }
}

/* line 62, app/stylesheets/themes/_common.scss */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow-x: hidden;
}

/* line 70, app/stylesheets/themes/_common.scss */
.wrapper-recorder {
  min-height: 100vh !important;
  overflow-x: clip;
  margin-bottom: -40px;
}

/* line 77, app/stylesheets/themes/_common.scss */
.wrapper-recorder > .container-fluid {
  padding-top: 60px;
}

/* line 85, app/stylesheets/themes/_common.scss */
.table th .current {
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 91, app/stylesheets/themes/_common.scss */
.table th .asc:after {
  content: "\25b2"/"";
  line-height: 9px;
  font-size: 0.8em;
  padding-left: 10px;
}

/* line 98, app/stylesheets/themes/_common.scss */
.table th .desc:after {
  content: "\25bc"/"";
  line-height: 9px;
  font-size: 0.8em;
  padding-left: 10px;
}

/* line 105, app/stylesheets/themes/_common.scss */
.table td {
  word-wrap: break-word;
  color: unset;
}

/* line 110, app/stylesheets/themes/_common.scss */
.border-free-table td, .border-free-table th {
  border: 0 !important;
  padding: 0;
}

/* work-around of IE's bug on max-width */
/* add class 'could-too-long' onto column which could contain too long text */
/* line 117, app/stylesheets/themes/_common.scss */
.lte8 .table {
  table-layout: fixed;
}

/* line 120, app/stylesheets/themes/_common.scss */
.lte8 .table td.could-too-long,
.lte8 .table th.could-too-long {
  width: 200px;
}

/* custom navbar height */
/* line 126, app/stylesheets/themes/_common.scss */
.nav.toggle {
  margin-bottom: 0;
}

/* line 127, app/stylesheets/themes/_common.scss */
.navbar .navbar-brand {
  height: 20px;
  padding: 3px 20px 3px;
}

/* line 132, app/stylesheets/themes/_common.scss */
.navbar-nav.ms-auto a {
  line-height: 36px;
}

/* line 134, app/stylesheets/themes/_common.scss */
.nav-item .dropdown-menu.show {
  z-index: 1030 !important;
  width: 180px;
  position: absolute;
  background-color: white;
  border: 1px solid #D9DEE4;
}

/* line 141, app/stylesheets/themes/_common.scss */
.nav-item .dropdown-menu.show a {
  line-height: 18px;
  white-space: wrap;
}

/* line 145, app/stylesheets/themes/_common.scss */
.nav-item .dropdown-menu.show i.fa {
  position: absolute;
  right: 0;
  left: 140px;
}

/* custom font sizes */
/* line 153, app/stylesheets/themes/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #555 !important;
  text-rendering: optimizelegibility;
}

/* line 165, app/stylesheets/themes/_common.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #a39162;
}

/* line 174, app/stylesheets/themes/_common.scss */
h1 {
  font-size: 30px;
  line-height: 36px;
}

/* line 178, app/stylesheets/themes/_common.scss */
h1 small {
  font-size: 18px;
}

/* line 181, app/stylesheets/themes/_common.scss */
h2 {
  font-size: 24px;
  line-height: 36px;
}

/* line 185, app/stylesheets/themes/_common.scss */
h2 small {
  font-size: 18px;
}

/* line 188, app/stylesheets/themes/_common.scss */
h3 {
  font-size: 18px;
  line-height: 27px;
}

/* line 192, app/stylesheets/themes/_common.scss */
h3 small {
  font-size: 14px;
}

/* line 195, app/stylesheets/themes/_common.scss */
h4,
h5,
h6 {
  line-height: 18px;
}

/* line 200, app/stylesheets/themes/_common.scss */
h4 {
  font-size: 14px;
}

/* line 203, app/stylesheets/themes/_common.scss */
h4 small {
  font-size: 12px;
}

/* line 206, app/stylesheets/themes/_common.scss */
h5 {
  font-size: 12px;
}

/* line 209, app/stylesheets/themes/_common.scss */
h6 {
  font-size: 11px;
  color: #a39162;
  text-transform: uppercase;
}

/* line 215, app/stylesheets/themes/_common.scss */
.carousel .carousel-control {
  display: none;
}

/* line 218, app/stylesheets/themes/_common.scss */
.carousel:hover .carousel-control {
  display: inherit;
}

/* line 222, app/stylesheets/themes/_common.scss */
.invisible {
  display: none;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* line 230, app/stylesheets/themes/_common.scss */
.alert.alert-danger {
  font-weight: bold;
}

/* line 234, app/stylesheets/themes/_common.scss */
.alert.alert-event-category a {
  color: #a94442 !important;
}

/* line 238, app/stylesheets/themes/_common.scss */
.placeholder {
  color: #aaa;
  background-color: #fff;
  opacity: 1;
}

/* line 244, app/stylesheets/themes/_common.scss */
.centered {
  text-align: center;
}

/* line 248, app/stylesheets/themes/_common.scss */
.form-check {
  display: inline-block;
  vertical-align: -1px;
  margin: 5px;
}

/* line 253, app/stylesheets/themes/_common.scss */
.form-check input {
  display: inline;
}

/* line 256, app/stylesheets/themes/_common.scss */
.form-check .form-check-input {
  display: inline;
  vertical-align: -3px;
  margin: 5px;
}

/* line 261, app/stylesheets/themes/_common.scss */
.form-check-inline {
  margin-left: 0 !important;
}

/* line 265, app/stylesheets/themes/_common.scss */
.approved {
  color: #106E5C;
}

/* line 269, app/stylesheets/themes/_common.scss */
.accepted {
  color: #106E5C;
}

/* line 273, app/stylesheets/themes/_common.scss */
.pending {
  color: #AF5800;
}

/* line 277, app/stylesheets/themes/_common.scss */
.cancelled {
  color: #CD0200;
}

/* line 281, app/stylesheets/themes/_common.scss */
.demo {
  color: blue;
}

/* line 289, app/stylesheets/themes/_common.scss */
.modal {
  position: fixed;
  overflow-y: auto !important;
}

/* line 293, app/stylesheets/themes/_common.scss */
.modal .modal-header {
  color: #555;
  padding: 10px 15px;
}

/* line 299, app/stylesheets/themes/_common.scss */
.info-box {
  height: 85px;
}

/* line 303, app/stylesheets/themes/_common.scss */
table.nowrap td,
.table.nowrap td,
.widget-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 311, app/stylesheets/themes/_common.scss */
.table {
  table-layout: fixed;
}

/* line 315, app/stylesheets/themes/_common.scss */
.spinner {
  background: url(/assets/images/spinner-419a59aeec699acd05c8feda65049de65da7e785cef0d0f214dafa2078a696a1.gif) no-repeat center center;
  min-height: 25px;
}

/* line 320, app/stylesheets/themes/_common.scss */
.spinner-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white url(/assets/images/spinner-419a59aeec699acd05c8feda65049de65da7e785cef0d0f214dafa2078a696a1.gif) center center no-repeat !important;
  opacity: .4;
}

/* line 328, app/stylesheets/themes/_common.scss */
.disabled-menu {
  cursor: not-allowed;
  color: darkgray !important;
}

/* line 333, app/stylesheets/themes/_common.scss */
.bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0;
}

/* line 348, app/stylesheets/themes/_common.scss */
span#recaptcha_privacy {
  display: none;
}

/* line 352, app/stylesheets/themes/_common.scss */
.no-under:hover {
  text-decoration: none;
}

/* line 355, app/stylesheets/themes/_common.scss */
.container {
  padding: 0 1px !important;
}

/* line 360, app/stylesheets/themes/_common.scss */
.login {
  margin: 0 auto;
  width: 480px;
}

/* line 364, app/stylesheets/themes/_common.scss */
.onboard {
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 480px) {
  /* line 369, app/stylesheets/themes/_common.scss */
  .login, .onboard {
    width: 318px;
  }
}

@media (max-width: 479px) {
  /* line 378, app/stylesheets/themes/_common.scss */
  .table-filter {
    padding-left: 35% !important;
  }
  /* line 380, app/stylesheets/themes/_common.scss */
  .table-filter .pull-right {
    margin-bottom: 0px !important;
  }
}

/* line 384, app/stylesheets/themes/_common.scss */
.table-filter {
  width: 100%;
  display: inline-block;
}

/* line 387, app/stylesheets/themes/_common.scss */
.table-filter .pull-right {
  margin: 10px 0 10px 5px;
}

/* line 389, app/stylesheets/themes/_common.scss */
.table-filter .pull-right :after {
  clear: both;
}

/* line 399, app/stylesheets/themes/_common.scss */
.modal .form-group input select,
#advsearch_content .form-group input select {
  padding-top: 7px;
}

/* line 404, app/stylesheets/themes/_common.scss */
.modal .control-label,
#advsearch_content .control-label {
  padding: 0 10px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(5px, 7px, 0px) scale(1);
  transform-origin: left top;
  transition: 200ms;
  z-index: 999;
}

/* line 415, app/stylesheets/themes/_common.scss */
.modal .form-group.focused .control-label,
#advsearch_content .form-group.focused .control-label {
  visibility: visible !important;
  opacity: 1;
  font-weight: bold;
  background-color: white;
  transform: scale(0.8) translateX(5px) translateY(-11px);
}

/* line 424, app/stylesheets/themes/_common.scss */
.modal .file.control-label, .modal .form-group.focused .file.control-label,
#advsearch_content .file.control-label,
#advsearch_content .form-group.focused .file.control-label {
  all: revert;
  position: relative;
  padding: 5px 5px 5px 0px;
  vertical-align: text-bottom;
}

/* line 431, app/stylesheets/themes/_common.scss */
.modal .control,
#advsearch_content .control {
  align-self: flex-end;
}

/* line 435, app/stylesheets/themes/_common.scss */
.modal .control::-webkit-input-placeholder,
#advsearch_content .control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}

/* line 440, app/stylesheets/themes/_common.scss */
.modal .control:focus::-webkit-input-placeholder,
#advsearch_content .control:focus::-webkit-input-placeholder {
  transition: none;
}

/* line 444, app/stylesheets/themes/_common.scss */
.modal .form-group.focused .control::-webkit-input-placeholder,
#advsearch_content .form-group.focused .control::-webkit-input-placeholder {
  color: #bbb;
}

/* line 450, app/stylesheets/themes/_common.scss */
.form-group input select {
  padding-top: 27px !important;
}

/* line 456, app/stylesheets/themes/_common.scss */
#advsearch_content form {
  padding: 10px 0;
}

/* line 462, app/stylesheets/themes/_common.scss */
.navbar-brand {
  padding: 3px 20px !important;
}

/* line 466, app/stylesheets/themes/_common.scss */
input.search-query {
  border-radius: 15px !important;
}

/* line 469, app/stylesheets/themes/_common.scss */
.navbar-nav > .active > a {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.125) inset;
}

/* line 473, app/stylesheets/themes/_common.scss */
.navbar {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 0px !important;
  border-radius: 0;
}

@media only screen and (max-width: 881px) {
  /* line 480, app/stylesheets/themes/_common.scss */
  .nav_title a {
    padding-left: 0 !important;
  }
}

/* line 484, app/stylesheets/themes/_common.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

/* line 488, app/stylesheets/themes/_common.scss */
.navbar-nav {
  margin: 0px !important;
}

/* line 492, app/stylesheets/themes/_common.scss */
.navbar-form {
  margin-left: 0px;
  padding-right: 0px !important;
}

/* line 496, app/stylesheets/themes/_common.scss */
label {
  font-weight: normal;
}

/* line 500, app/stylesheets/themes/_common.scss */
.nav {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 504, app/stylesheets/themes/_common.scss */
  .form-horizontal .controls {
    margin-left: 20px;
  }
}

/* line 509, app/stylesheets/themes/_common.scss */
.form-check input[type="radio"] {
  margin: 5px 0 0 -15px;
}

/* line 513, app/stylesheets/themes/_common.scss */
.form-check label {
  padding: 4px 0 0 5px;
}

/* line 518, app/stylesheets/themes/_common.scss */
input[type="checkbox"] {
  margin: 2px 0 0;
}

@media only screen and (max-width: 767px) {
  /* line 523, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment .form-group .form-control, .simple_form.inline-alignment .form-group-custom {
    display: inline-block !important;
    width: 65% !important;
  }
  /* line 528, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment #company-select-container .ms-parent {
    display: block;
    width: 65%;
  }
}

@media only screen and (min-width: 767px) {
  /* line 535, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment .form-group .form-control, .simple_form.inline-alignment .form-group-custom {
    display: inline-block !important;
    width: 50% !important;
  }
  /* line 540, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment #company-select-container .ms-parent {
    display: block;
    width: 50%;
  }
  /* line 545, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment .form-group .input-group.date {
    width: 50% !important;
  }
  /* line 550, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment .form-group .multiselect-filter > .input-group {
    width: 100% !important;
  }
  /* line 555, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment .form-group .input-group.col-sm-12 {
    width: 104% !important;
    padding-left: 0px !important;
  }
  /* line 560, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment-custom .form-group .form-control, .simple_form.inline-alignment-custom .form-group-custom {
    display: inline-block !important;
    width: 70% !important;
  }
  /* line 565, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment-custom .form-group-custom .form-control {
    width: 100% !important;
  }
  /* line 569, app/stylesheets/themes/_common.scss */
  .simple_form.inline-alignment .form-group-custom .input-group, .simple_form.inline-alignment-custom .form-group-custom .input-group {
    vertical-align: middle;
    display: inline-table;
  }
  /* line 574, app/stylesheets/themes/_common.scss */
  .help-inline, .help-block, .form-text {
    display: inline-block;
    padding: 5px 5px;
    vertical-align: middle;
    color: #8c8c8c;
  }
}

/* line 581, app/stylesheets/themes/_common.scss */
.navbar-btn {
  padding: 5px 12px;
}

/* line 588, app/stylesheets/themes/_common.scss */
.btn {
  white-space: normal !important;
}

/* line 591, app/stylesheets/themes/_common.scss */
.btn-download {
  padding-right: 5px;
}

/* line 594, app/stylesheets/themes/_common.scss */
.btn-light, .btn-secondary {
  border-radius: 0.375rem !important;
  border: 1px solid #cccccc !important;
  border-bottom-color: #b3b3b3 !important;
}

/* line 599, app/stylesheets/themes/_common.scss */
.btn-themed {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: white;
}

/* line 603, app/stylesheets/themes/_common.scss */
.btn-themed:active, .btn-themed:focus {
  color: white;
}

/* line 605, app/stylesheets/themes/_common.scss */
.modal label.disabled {
  background: linear-gradient(180deg, white 0, #c8c8c8 250%), #0199d9;
}

/* line 612, app/stylesheets/themes/_common.scss */
.glyphicon-no:before {
  content: "\2122";
  color: transparent !important;
}

/* line 618, app/stylesheets/themes/_common.scss */
th .glyphicon {
  font-size: 13px !important;
}

/* line 622, app/stylesheets/themes/_common.scss */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 627, app/stylesheets/themes/_common.scss */
.no-ml {
  margin-left: 0 !important;
}

/* line 631, app/stylesheets/themes/_common.scss */
.nopad {
  padding: 0 !important;
}

/* line 635, app/stylesheets/themes/_common.scss */
.inline {
  display: inline;
}

/* line 638, app/stylesheets/themes/_common.scss */
.inline-block {
  display: inline-block;
  float: none !important;
}

@media only screen and (max-width: 767px) {
  /* line 643, app/stylesheets/themes/_common.scss */
  .inline-block {
    display: block;
    padding: 0;
  }
}

/* line 650, app/stylesheets/themes/_common.scss */
.page-header div.menu-stats-wrapper {
  display: inline-block;
  vertical-align: middle;
}

/* line 653, app/stylesheets/themes/_common.scss */
.page-header div.menu-stats-wrapper label {
  overflow: hidden;
  display: block;
}

/* line 656, app/stylesheets/themes/_common.scss */
.page-header div.menu-stats-wrapper label.menu-stats-label {
  font-weight: bold;
}

/* line 657, app/stylesheets/themes/_common.scss */
.page-header div.menu-stats-wrapper label.menu-stats {
  min-width: 125px;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  /* line 665, app/stylesheets/themes/_common.scss */
  .page-header div.menu-stats-wrapper {
    width: 50%;
  }
}

/* line 669, app/stylesheets/themes/_common.scss */
.label-as-badge {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 85px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 681, app/stylesheets/themes/_common.scss */
.bg-danger {
  background-color: #b94a48;
}

/* line 684, app/stylesheets/themes/_common.scss */
.label-static {
  border-radius: 0px !important;
}

/* line 687, app/stylesheets/themes/_common.scss */
.label-wrapped {
  white-space: normal !important;
}

/* line 692, app/stylesheets/themes/_common.scss */
.well {
  border-radius: 0;
  background-color: white;
  min-height: 100px;
}

/* line 698, app/stylesheets/themes/_common.scss */
.well-overflow {
  overflow: hidden;
}

/* line 701, app/stylesheets/themes/_common.scss */
.dialog-img-responsive {
  max-width: 100%;
  height: auto;
}

/* line 706, app/stylesheets/themes/_common.scss */
.breadcrumb {
  background-color: white;
}

/* line 708, app/stylesheets/themes/_common.scss */
.branding_logo {
  max-height: 220px;
  max-width: 400px;
  float: left;
  padding: 0 10px 10px 0;
}

/* line 723, app/stylesheets/themes/_common.scss */
.dashboard-well .chart-wrapper {
  margin-bottom: 10px;
}

/* line 727, app/stylesheets/themes/_common.scss */
.chart-top-heading {
  border-bottom: 1px solid #ededed;
}

/* line 730, app/stylesheets/themes/_common.scss */
.dashboard-label {
  color: #545454;
  font-weight: bold;
}

/* line 734, app/stylesheets/themes/_common.scss */
.dashboard-graph {
  padding: 10px;
}

/* line 738, app/stylesheets/themes/_common.scss */
.dashboard-graph .chart-container {
  background-color: white;
  padding: 15px;
  border: 1px solid #e6e9ed;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  height: 280px;
  width: 100%;
  cursor: move;
  position: relative;
}

/* line 749, app/stylesheets/themes/_common.scss */
.chart-bar {
  background-color: white;
  height: 196px;
  margin: 4px;
}

/* line 754, app/stylesheets/themes/_common.scss */
.canvas-wrapper {
  float: left;
  width: 55%;
  background-color: white;
}

/* line 760, app/stylesheets/themes/_common.scss */
.canvas-wrapper div.chart, div.base, div.overlay {
  height: 190px;
}

/* line 765, app/stylesheets/themes/_common.scss */
.dashboard-legend {
  margin-top: 10px;
  overflow: hidden;
  height: 190px;
}

/* line 771, app/stylesheets/themes/_common.scss */
.legendColorBox {
  padding: 5px 10px 5px 0px;
  text-align: left;
}

/* line 776, app/stylesheets/themes/_common.scss */
.legendLabel {
  text-align: left;
}

/* line 780, app/stylesheets/themes/_common.scss */
.system-dashboard .chart-container {
  height: 355px !important;
}

/* line 784, app/stylesheets/themes/_common.scss */
.system-dashboard-full .chart-container {
  height: 380px !important;
}

/* line 789, app/stylesheets/themes/_common.scss */
#eventsPerIpChart-table tbody th {
  overflow-wrap: anywhere;
  white-space: normal;
}

/* line 794, app/stylesheets/themes/_common.scss */
.system-dashboard-full .chart-container.with-filter {
  height: 420px !important;
}

/* line 798, app/stylesheets/themes/_common.scss */
.dashboard-graph .table-filter {
  margin-top: 0px;
}

/* line 802, app/stylesheets/themes/_common.scss */
.system-dashboard .chart-container {
  cursor: pointer !important;
}

/* line 806, app/stylesheets/themes/_common.scss */
.dashboard-graph .chart-container .chart-info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}

/* line 813, app/stylesheets/themes/_common.scss */
.flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  box-shadow: 0 0 10px #555;
  opacity: .7;
  filter: alpha(opacity=70);
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
}

/* line 828, app/stylesheets/themes/_common.scss */
.data-point-label {
  font-size: 11px;
  color: #545454;
}

/* line 832, app/stylesheets/themes/_common.scss */
.tickLabel {
  margin-right: 5px;
  max-width: 95px !important;
}

/* line 837, app/stylesheets/themes/_common.scss */
.ui-autocomplete {
  z-index: 10300  !important;
}

/* line 841, app/stylesheets/themes/_common.scss */
.flot-x-axis div.flot-tick-label {
  transform: translateX(50%) rotate(25deg);
  transform-origin: 0 0;
  font-size: 9px;
  text-align: left !important;
}

/* line 849, app/stylesheets/themes/_common.scss */
#comm_time_filter {
  position: absolute;
  right: 28px;
  margin-top: 10px;
}

/* line 857, app/stylesheets/themes/_common.scss */
.tree_control {
  border: none;
  background-color: transparent !important;
  outline: none !important;
}

/* line 863, app/stylesheets/themes/_common.scss */
.treeview {
  margin-top: 20px;
}

/* line 864, app/stylesheets/themes/_common.scss */
.treeview .node-selected {
  color: black !important;
  background-color: lightgray !important;
}

/* line 869, app/stylesheets/themes/_common.scss */
.alert_text {
  color: red;
}

/* line 875, app/stylesheets/themes/_common.scss */
form.inline-form-custom label.custom-inline-label {
  text-align: right !important;
  margin-top: 10px;
}

/* line 879, app/stylesheets/themes/_common.scss */
form.inline-form-custom .form-group.text {
  margin-bottom: 14px !important;
}

/* line 880, app/stylesheets/themes/_common.scss */
form.inline-form-custom .form-group.datetime {
  margin-bottom: 8px !important;
}

/* line 881, app/stylesheets/themes/_common.scss */
form.inline-form-custom .form-group.string.optional {
  margin-bottom: 24px !important;
}

/* line 882, app/stylesheets/themes/_common.scss */
form.inline-form-custom .form-group.integer.optional {
  margin-bottom: 24px !important;
}

/* line 883, app/stylesheets/themes/_common.scss */
form.inline-form-custom .help-block {
  vertical-align: bottom;
}

/* line 884, app/stylesheets/themes/_common.scss */
form.inline-form-custom .mce-tinymce {
  margin-top: 20px;
}

/* line 887, app/stylesheets/themes/_common.scss */
label.btn {
  margin-right: 0px;
}

@media only screen and (min-width: 767px) {
  /* line 892, app/stylesheets/themes/_common.scss */
  .help-inline, .help-block {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    color: #8c8c8c;
  }
}

/* line 904, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 280px;
  max-height: 300px;
}

/* line 910, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}

/* line 914, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content {
  min-height: 300px;
  max-height: 300px;
  width: 328px;
  overflow: auto;
}

/* line 920, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

/* line 925, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

/* line 931, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/* line 935, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}

/* line 940, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}

/* line 945, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}

/* line 948, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}

/* line 952, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}

/* line 955, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}

/* line 959, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}

/* line 963, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}

/* line 968, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}

/* line 971, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}

/* line 977, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 13px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff, #f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}

/* line 991, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}

/* line 997, app/stylesheets/themes/_common.scss */
.dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}

/* line 1002, app/stylesheets/themes/_common.scss */
.navbar-nav .dropdown-menu.show {
  z-index: 1030 !important;
  width: 140px;
  position: absolute;
  background-color: white;
  border: 1px solid #D9DEE4;
}

/* line 1009, app/stylesheets/themes/_common.scss */
.navbar-nav .dropdown-menu.show a {
  line-height: 18px;
}

/* line 1010, app/stylesheets/themes/_common.scss */
.navbar-nav .dropdown-menu.show i.fa {
  position: absolute;
  right: 0;
  left: 140px;
}

@media (max-width: 600px) and (min-width: 192px) {
  /* line 1017, app/stylesheets/themes/_common.scss */
  .dropdown-menu.notify-drop {
    min-width: 100%;
    background-color: #fff;
    min-height: 280px;
    max-height: 300px;
  }
  /* line 1023, app/stylesheets/themes/_common.scss */
  .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
  }
  /* line 1027, app/stylesheets/themes/_common.scss */
  .dropdown-menu.notify-drop .drop-content {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 360px) {
  /* line 1037, app/stylesheets/themes/_common.scss */
  .dashboard-graph .chart-container {
    height: 410px;
  }
  /* line 1042, app/stylesheets/themes/_common.scss */
  .dashboard-legend {
    height: 250px;
    overflow: unset;
  }
}

@media only screen and (min-width: 360px) and (max-width: 1110px) {
  /* line 1050, app/stylesheets/themes/_common.scss */
  .dashboard-graph .chart-container {
    height: 310px;
  }
}

/* line 1056, app/stylesheets/themes/_common.scss */
#license_key_result {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  background-color: #F7F7F7;
  border: 2px dotted lightgray;
}

/* line 1066, app/stylesheets/themes/_common.scss */
.report_table {
  border: 1px #2A3F54 solid;
}

/* line 1072, app/stylesheets/themes/_common.scss */
.report_table thead th {
  background-color: #2A3F54;
  color: white;
  font-weight: bold;
}

/* line 1078, app/stylesheets/themes/_common.scss */
.report_table.disabled thead th {
  background-color: lightgray;
}

/* line 1082, app/stylesheets/themes/_common.scss */
.excel_download_icon {
  color: #008000;
  vertical-align: bottom;
}

/* line 1087, app/stylesheets/themes/_common.scss */
.excel_download_icon.disabled {
  color: #666;
}

/* line 1092, app/stylesheets/themes/_common.scss */
.left_aligned {
  text-align: left !important;
}

/* line 1097, app/stylesheets/themes/_common.scss */
.contract_history_link {
  margin-left: 10px;
}

/* line 1102, app/stylesheets/themes/_common.scss */
.approval_history_pagination .pagination {
  margin: 0 0 10px 0 !important;
}

/* line 1107, app/stylesheets/themes/_common.scss */
.announcement_icon {
  font-size: 26px !important;
  color: #1ABB9C;
}

/* line 1114, app/stylesheets/themes/_common.scss */
.onboarding_logo {
  margin: 5px;
  width: 179px;
}

/* line 1119, app/stylesheets/themes/_common.scss */
.login-header {
  margin-right: 27%;
}

/* line 1123, app/stylesheets/themes/_common.scss */
.login-button {
  width: 30%;
}

/* line 1126, app/stylesheets/themes/_common.scss */
.login-brand-logo {
  width: 55%;
  margin-bottom: 19px;
  height: auto;
}

/* line 1132, app/stylesheets/themes/_common.scss */
.login-wrapper {
  border: none !important;
}

/* line 1136, app/stylesheets/themes/_common.scss */
.login-wrapper {
  background-color: #f7f7f7;
  box-shadow: unset;
}

/* line 1141, app/stylesheets/themes/_common.scss */
.noborder {
  border: 0px !important;
}

/* line 1145, app/stylesheets/themes/_common.scss */
.filterActive {
  border: none;
  padding: 4px 4px 2px 4px !important;
  color: #000000;
}

/* line 1151, app/stylesheets/themes/_common.scss */
.filterIcon {
  border: none;
  padding: 4px 4px 2px 4px !important;
  color: #757575;
}

/* line 1157, app/stylesheets/themes/_common.scss */
.db-top-header {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
}

/* line 1163, app/stylesheets/themes/_common.scss */
.db-grpah-title {
  margin-top: 4px;
}

/* line 1167, app/stylesheets/themes/_common.scss */
.db-graph-legend {
  padding-top: 15px;
}

/* line 1171, app/stylesheets/themes/_common.scss */
.flt-icon-size {
  font-size: 15px;
}

/* line 1175, app/stylesheets/themes/_common.scss */
.tooltip {
  pointer-events: none;
}

/* line 1179, app/stylesheets/themes/_common.scss */
.warning_header {
  background-color: #a94442 !important;
  padding-left: 10px !important;
}

/* line 1182, app/stylesheets/themes/_common.scss */
.warning_header .warning_icon .fa {
  color: #E9D502 !important;
}

/* line 1187, app/stylesheets/themes/_common.scss */
.warning_icon {
  font-size: 18px;
}

/* line 1189, app/stylesheets/themes/_common.scss */
.warning_icon .fa {
  color: #a94442;
}

/* line 1194, app/stylesheets/themes/_common.scss */
.warning_title {
  color: white;
  padding-left: 5px;
}

/* line 1199, app/stylesheets/themes/_common.scss */
.rpt-channel {
  display: none;
}

/* line 1203, app/stylesheets/themes/_common.scss */
.ui-autocomplete-loading {
  background: white url(/assets/images/spinner-419a59aeec699acd05c8feda65049de65da7e785cef0d0f214dafa2078a696a1.gif) center right no-repeat !important;
}

/* line 1205, app/stylesheets/themes/_common.scss */
.disable-envelope {
  color: #666;
  pointer-events: none;
  opacity: 0.5;
}

/* line 1212, app/stylesheets/themes/_common.scss */
.filter-icon {
  font-size: 24px;
  cursor: pointer;
}

/* line 1217, app/stylesheets/themes/_common.scss */
.custom-tooltip {
  visibility: hidden;
  position: absolute;
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 0px 10px 10px 10px;
  border-radius: 5px;
  right: 0 !important;
  min-width: 200px;
  white-space: nowrap;
}

/* line 1230, app/stylesheets/themes/_common.scss */
.custom-tooltip[style*="visibility: visible"] {
  visibility: visible;
}

/* line 1233, app/stylesheets/themes/_common.scss */
.custom-tooltip[style*="visibility: visible"] * {
  visibility: visible;
}

/* line 1238, app/stylesheets/themes/_common.scss */
.custom-tooltip h4 {
  font-size: 12px !important;
}

/* line 1242, app/stylesheets/themes/_common.scss */
.custom-tooltip hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 1246, app/stylesheets/themes/_common.scss */
.custom-tooltip .form-check {
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
}

/* line 1253, app/stylesheets/themes/_common.scss */
.custom-tooltip .form-check-input {
  margin-right: 6px;
  margin-top: 0;
}

/* line 1258, app/stylesheets/themes/_common.scss */
.custom-tooltip .form-check-label {
  margin-bottom: 0;
  padding: 0px 0 5px 0px !important;
}

/* line 1264, app/stylesheets/themes/_common.scss */
.apply-filter-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
}

/* line 1274, app/stylesheets/themes/_common.scss */
.apply-filter-btn:hover {
  background-color: #0056b3;
}

/* line 1278, app/stylesheets/themes/_common.scss */
.tooltip-font {
  font-size: 11px !important;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif !important;
  font-weight: normal !important;
}

/* line 1284, app/stylesheets/themes/_common.scss */
.form-check-input {
  height: 11px;
  width: 12px;
}

/* Rest the color for multiselect dropdwon checkboxes, label within cms_test_message_event_type and has-error */
/* line 1290, app/stylesheets/themes/_common.scss */
.cms_test_message_event_type.has-error .control-label,
.cms_test_message_event_type.has-error .checkbox {
  color: inherit;
  /* Reset color to inherit */
}

/* line 1295, app/stylesheets/themes/_common.scss */
#new_cms_test_message .multiselect-container {
  width: auto;
  min-width: 280px;
}

/* line 1300, app/stylesheets/themes/_common.scss */
.block_visibility {
  visibility: hidden;
}

/* line 1304, app/stylesheets/themes/_common.scss */
.new-action .display-long-txt + .tooltip {
  min-width: 200px;
  width: auto;
}

/* line 1309, app/stylesheets/themes/_common.scss */
.mfa-content {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

/* line 1314, app/stylesheets/themes/_common.scss */
.mfa-content .login.animate.form {
  height: auto !important;
}

/* line 1319, app/stylesheets/themes/_common.scss */
.mfa-content + footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  z-index: 1;
}

/* line 1330, app/stylesheets/themes/_common.scss */
.multiselect-spinner {
  text-align: center;
  padding: 5px;
}

/* line 1341, app/stylesheets/themes/_common.scss */
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 3px !important;
}

/* line 1346, app/stylesheets/themes/_common.scss */
#json-editor {
  border: 1px solid #E6E9ED;
  padding: 15px;
  border-radius: 4px;
}

/* line 1351, app/stylesheets/themes/_common.scss */
#json-editor label {
  margin: 0 5px 4px 0;
}

/* line 1355, app/stylesheets/themes/_common.scss */
#json-editor input.form-control {
  max-width: 100%;
}

/* line 1359, app/stylesheets/themes/_common.scss */
#json-editor h3,
#json-editor .h3,
#json-editor .je-object__title {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  margin: 8px 0 4px;
}

/* line 1368, app/stylesheets/themes/_common.scss */
#json-editor .row {
  margin-bottom: 0 !important;
}

/* line 1372, app/stylesheets/themes/_common.scss */
#json-editor .form-group {
  margin-bottom: 6px !important;
}

/* line 1376, app/stylesheets/themes/_common.scss */
#json-editor .json-editor-btntype-toggle {
  margin-right: 7px !important;
  padding: 3px 4px;
}

/* line 1381, app/stylesheets/themes/_common.scss */
#json-editor .fa-caret-square-o-down,
#json-editor .fa-caret-square-o-right {
  font-size: 18px !important;
}

/* line 1386, app/stylesheets/themes/_common.scss */
#json-editor .form-group.select.template_thing_model_id {
  margin-bottom: 0 !important;
}

/* line 1390, app/stylesheets/themes/_common.scss */
#json-editor .json-editor-btn-add,
#json-editor .json-editor-btn-delete,
#json-editor .json-editor-btn-subtract {
  border-radius: 3px !important;
}

/* line 1396, app/stylesheets/themes/_common.scss */
#json-editor .json-editor-btntype-deleteall,
#json-editor .json-editor-btntype-deletelast {
  margin-left: 3px !important;
}

/* line 1401, app/stylesheets/themes/_common.scss */
#json-editor .btn-group {
  display: inline-block;
  margin-top: 3px !important;
}

/* line 1406, app/stylesheets/themes/_common.scss */
.json-editor-btn-moveup, .json-editor-btn-movedown {
  margin-left: 3px !important;
}

/* line 1410, app/stylesheets/themes/_common.scss */
#json-editor .form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 4px !important;
}

/* line 1416, app/stylesheets/themes/_common.scss */
.je-switcher {
  margin-bottom: 5px !important;
}

/* line 1420, app/stylesheets/themes/_common.scss */
.template-submit-div {
  padding-top: 18px;
}

/* line 1424, app/stylesheets/themes/_common.scss */
#template-form-submit:focus {
  outline: none;
  box-shadow: none;
}

/* line 1429, app/stylesheets/themes/_common.scss */
#company_filter_group .ms-drop {
  z-index: 2000 !important;
}

/* line 1434, app/stylesheets/themes/_common.scss */
label.no-block-click {
  pointer-events: none !important;
}

/* line 1438, app/stylesheets/themes/_common.scss */
label.no-block-click > span {
  pointer-events: auto !important;
}

/* line 1442, app/stylesheets/themes/_common.scss */
.invalid-feedback-custom {
  font-size: 12px;
  color: #dc3545;
}

/* line 1447, app/stylesheets/themes/_common.scss */
.inline-form .form-group input,
.inline-form .form-group select,
.inline-form .form-group textarea {
  display: inline-block !important;
  width: 50% !important;
}

/* line 1454, app/stylesheets/themes/_common.scss */
.d-none {
  display: none !important;
}

/* line 1458, app/stylesheets/themes/_common.scss */
.d-block {
  display: block !important;
}

/* line 1462, app/stylesheets/themes/_common.scss */
.float-end {
  float: right !important;
}

/* line 1466, app/stylesheets/themes/_common.scss */
.float-start {
  float: left !important;
}

/* line 1470, app/stylesheets/themes/_common.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.55;
}

/* line 1481, app/stylesheets/themes/_common.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.7;
}

/* line 1489, app/stylesheets/themes/_common.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 1498, app/stylesheets/themes/_common.scss */
.fade.show {
  opacity: 1;
}

/* line 1502, app/stylesheets/themes/_common.scss */
.fc-daygrid-event-dot {
  display: none !important;
}

/* line 1506, app/stylesheets/themes/_common.scss */
.popover {
  z-index: 10000 !important;
}

/* line 1510, app/stylesheets/themes/_common.scss */
.site_title img {
  height: 57px;
  margin-top: 5px;
  width: 75%;
}

/* line 1516, app/stylesheets/themes/_common.scss */
.filterIcon .fa, .filterIcon .far {
  color: #757575;
}

/* line 1520, app/stylesheets/themes/_common.scss */
.filterIcon .fa:hover {
  color: #006B9E;
}

/* line 1524, app/stylesheets/themes/_common.scss */
.invalid .fa {
  color: #a94442;
}

/* line 1528, app/stylesheets/themes/_common.scss */
.valid .fa {
  color: #3a7d34;
}

/* line 1532, app/stylesheets/themes/_common.scss */
.fc-event-main-frame > span {
  padding-right: 5px;
}

/* line 1537, app/stylesheets/themes/_common.scss */
.right_col h5, .x_content h5 {
  font-size: 12px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

/* line 1543, app/stylesheets/themes/_common.scss */
#camera_xpanel h2 {
  font-size: 15px !important;
  font-weight: bolder !important;
}

/* line 1548, app/stylesheets/themes/_common.scss */
.tile span {
  font-weight: unset;
}

/* line 1553, app/stylesheets/themes/_common.scss */
.modal-header > h5 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #73879C !important;
}

/* line 1558, app/stylesheets/themes/_common.scss */
.modal-header > h5 span {
  padding-left: 20px;
}

/* line 1564, app/stylesheets/themes/_common.scss */
.right_col h5 li, .x_content h5 li {
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

/* line 1570, app/stylesheets/themes/_common.scss */
.event-type-label {
  padding-top: 4px;
}

/* line 1574, app/stylesheets/themes/_common.scss */
ul.bar_tabs > li {
  border: none !important;
}

/* line 1578, app/stylesheets/themes/_common.scss */
.btn-success {
  background: #106E5C;
  border: 1px solid #106E5C;
}

/* line 1583, app/stylesheets/themes/_common.scss */
.txt-success {
  color: #106E5C;
}

/* line 256, app/stylesheets/themes/cerulean.scss */
.navbar {
  background-color: #2A3F54;
}

/* line 259, app/stylesheets/themes/cerulean.scss */
.nav_title a {
  padding-left: 12px;
}

/* line 262, app/stylesheets/themes/cerulean.scss */
.nav-pills .nav-link {
  color: white;
  font-weight: bold;
}

/* line 272, app/stylesheets/themes/cerulean.scss */
body {
  background: #2A3F54 !important;
}

/* line 273, app/stylesheets/themes/cerulean.scss */
.left_col {
  background: #2A3F54 !important;
}

/* line 275, app/stylesheets/themes/cerulean.scss */
.left_col .nav.side-menu li.active {
  background: #2A3F54 !important;
}

/* line 280, app/stylesheets/themes/cerulean.scss */
table.jambo_table thead {
  background: #2A3F54;
}

/* line 284, app/stylesheets/themes/cerulean.scss */
table.table.dataTable thead th, table.table.jumbo_table thead th, .dropdown-menu > .dropdown-item:hover, .dropdown-menu > .dropdown-item:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #ECF0F1 !important;
  background-color: #2A3F54 !important;
}

/* line 287, app/stylesheets/themes/cerulean.scss */
table.table.dataTable thead th .fa, table.table.dataTable thead th .fas, table.table.dataTable thead th .far, table.table.jumbo_table thead th .fa, table.table.jumbo_table thead th .fas, table.table.jumbo_table thead th .far, .dropdown-menu > .dropdown-item:hover .fa, .dropdown-menu > .dropdown-item:hover .fas, .dropdown-menu > .dropdown-item:hover .far, .dropdown-menu > .dropdown-item:focus .fa, .dropdown-menu > .dropdown-item:focus .fas, .dropdown-menu > .dropdown-item:focus .far, .dropdown-menu > li > a:hover .fa, .dropdown-menu > li > a:hover .fas, .dropdown-menu > li > a:hover .far, .dropdown-menu > li > a:focus .fa, .dropdown-menu > li > a:focus .fas, .dropdown-menu > li > a:focus .far {
  color: #ECF0F1 !important;
}

/* line 292, app/stylesheets/themes/cerulean.scss */
table.jambo_table thead > a:not(.btn) {
  color: #ECF0F1 !important;
}

/* line 296, app/stylesheets/themes/cerulean.scss */
.nav.side-menu > li.active > a, .nav.side-menu > li.current-page > a {
  background: rgba(255, 255, 255, 0.05);
}

/* line 301, app/stylesheets/themes/cerulean.scss */
.btn-primary {
  background-color: #337ab7 !important;
  border-color: #2A3F54 !important;
}

/* line 304, app/stylesheets/themes/cerulean.scss */
.btn-primary:hover {
  background-color: #2b6699 !important;
  border-color: #23537c !important;
}

/* line 308, app/stylesheets/themes/cerulean.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.5) !important;
}

/* line 311, app/stylesheets/themes/cerulean.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #285f8f !important;
  border-color: #204c72 !important;
}

/* line 315, app/stylesheets/themes/cerulean.scss */
.btn-primary:disabled {
  background-color: #4f93ce !important;
  border-color: #478dcb !important;
}

/* line 321, app/stylesheets/themes/cerulean.scss */
a:not(.export-action a):not(.badge):not(.dt-column-title > a):not(.close):not(.page-link):not(.btn):not(.collapse-link):not(.btn-account-upgrade):not(.count a):not(.active a):not(.btn-group a):not(table.jambo_table thead a:not(.btn)):not(.nav-item a):not(.dropdown-menu.show a):not(.side-menu > li > a):not(.filterActive):not(.flt-category):not(.filterIcon) {
  color: #006B9E;
  text-decoration: none;
}

/* line 328, app/stylesheets/themes/cerulean.scss */
.breadcrumb li.active a {
  color: #006B9E;
  text-decoration: none;
}

/* line 335, app/stylesheets/themes/cerulean.scss */
.fa, .far, .fas {
  color: #006B9E;
  text-decoration: none;
}

/* line 340, app/stylesheets/themes/cerulean.scss */
table.jambo_table thead th {
  background: #2A3F54;
}

/* line 345, app/stylesheets/themes/cerulean.scss */
.nav-tabs li > a.active {
  border-bottom: 3px solid #006B9E !important;
  background-color: #fff;
  color: #555555 !important;
  cursor: default;
}

/* line 353, app/stylesheets/themes/cerulean.scss */
.dropdown-toggle::after {
  color: #006B9E;
}

/* line 357, app/stylesheets/themes/cerulean.scss */
table thead th.company-name {
  background: #2A3F54;
  color: #ECF0F1;
}

/* line 362, app/stylesheets/themes/cerulean.scss */
table thead th.company-name {
  background: #2A3F54;
  color: #ECF0F1;
}

/* line 367, app/stylesheets/themes/cerulean.scss */
.btn-group-horizontal .btn-light {
  border-radius: 0px !important;
}

/* line 12, app/stylesheets/themes/_accessibility_common.scss */
a:not(.export-action a):not(.badge):not(.dt-column-title > a):not(.close):not(.page-link):not(.btn):not(.collapse-link):not(.btn-account-upgrade):not(.count a):not(.active a):not(.btn-group a):not(table.jambo_table thead a:not(.btn)):not(.nav-item a):not(.dropdown-menu.show a):not(.side-menu > li > a):not(.filterActive):not(.flt-category):not(.filterIcon) {
  color: #006B9E;
  text-decoration: none;
}

/* line 19, app/stylesheets/themes/_accessibility_common.scss */
.breadcrumb li.active a {
  color: #006B9E;
  text-decoration: none;
}

/* line 26, app/stylesheets/themes/_accessibility_common.scss */
.fa, .far, .fas {
  color: #006B9E;
  text-decoration: none;
}

/* line 32, app/stylesheets/themes/_accessibility_common.scss */
.nav-tabs li > a.active {
  border-bottom: 3px solid #006B9E !important;
  background-color: #fff;
  color: #555555 !important;
  cursor: default;
}

/* line 40, app/stylesheets/themes/_accessibility_common.scss */
.dropdown-toggle::after {
  color: #006B9E;
}

/* line 44, app/stylesheets/themes/_accessibility_common.scss */
table.dataTable tbody a {
  color: #006B9E !important;
}

/* line 46, app/stylesheets/themes/_accessibility_common.scss */
table.dataTable tbody a:hover, table.dataTable tbody a:focus {
  color: #003752 !important;
  text-decoration: underline !important;
}

/* line 53, app/stylesheets/themes/_accessibility_common.scss */
.btn-group a.btn.active.btn-light {
  border-bottom: 3px solid #006B9E !important;
  padding-bottom: calc(0.375rem - 2px) !important;
}

/* line 59, app/stylesheets/themes/_accessibility_common.scss */
.nav-tabs {
  margin-bottom: 10px;
}

/* line 61, app/stylesheets/themes/_accessibility_common.scss */
.nav-tabs li > a {
  color: #006B9E;
  border: 1px solid #DDD !important;
}

/* line 65, app/stylesheets/themes/_accessibility_common.scss */
.nav-tabs li > a:hover, .nav-tabs li > a:focus {
  color: #006B9E;
}

/* line 70, app/stylesheets/themes/_accessibility_common.scss */
.nav-link:focus-visible {
  box-shadow: 0 0 0 2px #006B9E !important;
  outline: none;
}

/* line 75, app/stylesheets/themes/_accessibility_common.scss */
.pagination {
  justify-content: center;
}

/* line 78, app/stylesheets/themes/_accessibility_common.scss */
.pagination .page-item.active .page-link {
  border-bottom: 3px solid #006B9E !important;
  background-color: #E2E2E2 !important;
  color: #006B9E !important;
  padding-bottom: calc(0.375rem) !important;
}

/* line 87, app/stylesheets/themes/_accessibility_common.scss */
.page-link:focus-visible,
#site_stats a:focus-visible,
.menu-toggle:focus-visible,
.side-menu-toggle:focus-visible,
#menu_toggle:focus-visible,
.searchtoggle:focus-visible,
.advsearchtoggle:focus-visible,
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.fa:focus-visible,
.far:focus-visible,
.fas:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #006B9E !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

/* line 105, app/stylesheets/themes/_accessibility_common.scss */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.fa:focus:not(:focus-visible),
.far:focus:not(:focus-visible),
.fas:focus:not(:focus-visible),
#side_menu_toggle:focus:not(:focus-visible),
.side-menu-toggle:focus:not(:focus-visible),
#menu_toggle:focus:not(:focus-visible),
.searchtoggle:focus:not(:focus-visible),
.advsearchtoggle:focus:not(:focus-visible),
.nav-item.dropdown:focus:not(:focus-visible),
.dropdown-toggle:focus:not(:focus-visible),
table.dataTable thead th a:focus:not(:focus-visible),
table.dataTable .dt-column-order:focus:not(:focus-visible),
.sort-icon:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* line 125, app/stylesheets/themes/_accessibility_common.scss */
#site_stats a {
  padding: 4px 8px;
  display: inline;
  border-radius: 4px;
}

/* line 131, app/stylesheets/themes/_accessibility_common.scss */
.form-control:focus-visible,
.form-select:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #006B9E !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

/* line 144, app/stylesheets/themes/_accessibility_common.scss */
.searchtoggle:focus-visible,
.advsearchtoggle:focus-visible,
.btn-new-modal:focus-visible,
a.btn > .fa:focus-visible,
button > .fa:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px #006B9E !important;
  border-radius: 4px !important;
}

/* line 149, app/stylesheets/themes/_accessibility_common.scss */
.searchtoggle:focus:not(:focus-visible),
.advsearchtoggle:focus:not(:focus-visible),
.btn-new-modal:focus:not(:focus-visible),
a.btn > .fa:focus:not(:focus-visible),
button > .fa:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* line 155, app/stylesheets/themes/_accessibility_common.scss */
.searchtoggle:focus-visible,
.advsearchtoggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
}

/* line 163, app/stylesheets/themes/_accessibility_common.scss */
.searchtoggle i,
.advsearchtoggle i {
  display: inline-block;
}

/* line 168, app/stylesheets/themes/_accessibility_common.scss */
.searchtoggle:focus-visible i,
.advsearchtoggle:focus-visible i {
  outline: none !important;
  box-shadow: 0 0 0 1px #006B9E !important;
  border-radius: 4px !important;
}

/* line 175, app/stylesheets/themes/_accessibility_common.scss */
.searchtoggle:focus:not(:focus-visible) i,
.advsearchtoggle:focus:not(:focus-visible) i {
  outline: none !important;
  box-shadow: none !important;
}

/* line 181, app/stylesheets/themes/_accessibility_common.scss */
#side_menu_toggle {
  display: inline-block;
  border-radius: 4px;
}

/* line 184, app/stylesheets/themes/_accessibility_common.scss */
#side_menu_toggle:focus-visible {
  outline: none !important;
}

/* line 187, app/stylesheets/themes/_accessibility_common.scss */
#side_menu_toggle:focus:not(:focus-visible) {
  outline: none !important;
}

/* line 190, app/stylesheets/themes/_accessibility_common.scss */
#side_menu_toggle:focus-visible i {
  outline: 2px solid #006B9E !important;
  outline-offset: 0px !important;
  border-radius: 4px !important;
}

/* line 195, app/stylesheets/themes/_accessibility_common.scss */
#side_menu_toggle:focus:not(:focus-visible) i {
  outline: none !important;
}

/* line 200, app/stylesheets/themes/_accessibility_common.scss */
table.dataTable .dt-column-order:focus-visible,
table.jambo_table thead th a:focus-visible,
table thead th a.sort-link:focus-visible,
table thead th .sort-icon:focus-visible,
.side-menu a:focus-visible {
  outline: 1px solid #ffffff !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}

/* line 210, app/stylesheets/themes/_accessibility_common.scss */
table.jambo_table thead th a:focus:not(:focus-visible),
table thead th a.sort-link:focus:not(:focus-visible),
table thead th .sort-icon:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* line 217, app/stylesheets/themes/_accessibility_common.scss */
table.jambo_table thead th a,
table thead th a.sort-link,
table thead th .sort-icon {
  text-decoration: none !important;
}

/* line 224, app/stylesheets/themes/_accessibility_common.scss */
.input-group .btn:focus-visible,
.input-group button:focus-visible {
  position: relative !important;
  z-index: 4 !important;
  outline: 2px solid #006B9E !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}
