body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  position: relative;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
}

* {
  font-family: "Roboto", sans-serif;
}
html {
  height: 100%;
  max-width: 100%;
}
body {
  min-height: 100%;
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
ul {
  list-style-type: none !important;
}
.custom-modal {
  width: 80%;
}
.custom-modal table {
  white-space: nowrap;
}
.buttons-csv {
  margin-bottom: -32px;
  border-radius: 4px;
}

.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}

.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}

#responsive-sidebar {
  padding: 20px;
}
@media (min-width: 992px) {
  #responsive-sidebar {
    margin-bottom: -5000px;
    padding-bottom: 5000px;
  }
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.navbar .hidden-nav {
  display: block;
}
.navbar .visible-nav {
  display: none;
}

.navbar {
  font-size: 14px;
  margin-bottom: 0px;
}

.nav > li {
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-inverse,
.dropdown-menu {
  background-color: #444444;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-nav > li > a {
  border-bottom: 5px solid transparent;
  background-color: transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  border-bottom: 5px solid #c3d600;
  background-color: transparent;
}

.dropdown-menu > li {
  margin: 5px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #444444;
}

.navbar-toggle {
  background-color: #444444;
  color: #efefef;
}

/*straighten edges*/
.navbar,
.btn,
input {
  border-radius: 0px !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
  color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

.navbar-form .form-control {
  max-width: 120px;
}

.bg-ltgray a.list-group-item {
  background: transparent;
  border: none;
  color: #818181;
}

.checkbutton {
  text-align: center;
  margin-bottom: 40px;
}

.checkbutton .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.checkbutton .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbutton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.checkbutton .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.checkbutton input:checked + .slider {
  background-color: rgba(130, 188, 0, 0.8);
}

.checkbutton input:focus + .slider {
  box-shadow: 0 0 1px rgba(130, 188, 0, 0.8);
}

.checkbutton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sso-option-button {
  display: block;
  margin: 40px auto;
  background: white;
  color: #999;
  width: 300px;
  box-shadow: 0 0 3px 3px rgba(153, 153, 153, 0.2);
  white-space: nowrap;
}
.sso-option-button img {
  height: 1.5em;
  margin: 0 10px;
}

/* override bs negative margins */
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* override bs line height on input-sm */
select.input-sm {
  line-height: normal !important;
}
/* override line height on select 2 multiple select placeholders */
.select2-container--bootstrap
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  line-height: 2.3 !important;
}

/*jquery autocomplete overrides*/
.ui-menu .ui-menu-item {
  font-size: 18px !important;
  padding: 5px 1em 5px 0.4em !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-color: transparent !important;
  background: #efefef !important;
}

/* jquery date range picker overrides*/
.ui-datepicker {
  padding: 10px !important;
}
.ui-datepicker .ui-widget-content {
  background: white !important;
}
.ui-datepicker .ui-widget-header {
  background: white !important;
  border: none;
}
.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-w {
  background: none !important;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next:after {
  font-family: FontAwesome;
  content: "   \f105";
  white-space: pre;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next:hover,
.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover {
  background: #efefef !important;
  border-radius: 50%;
  white-space: pre;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 3px;
}
.ui-widget-header .ui-datepicker-prev:after {
  font-family: FontAwesome;
  content: "  \f104";
  white-space: pre;
}

.ui-datepicker .ui-widget-header .ui-icon-circle-triangle-e {
  background: none !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 100% !important;
}

.ui-datepicker th {
  color: #999 !important;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: white !important;
  border: 1px solid white;
  padding: 5px;
  text-align: center;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  font-weight: 700 !important;
  background: #efefef !important;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  width: 100% !important;
  float: none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  border-radius: 0;
  font-weight: 700 !important;
}

/*overwrite collapse for nav bar */
@media (max-width: 920px) {
  .navbar-form .form-control,
  .navbar-form .btn {
    min-width: 80% !important;
    margin: 20px auto;
  }
  .navbar-form .form-group {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    overflow: hidden;
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    border-color: transparent;
  }
  .dropdown-menu > li {
    margin-bottom: 10px;
  }

  .navbar .hidden-nav {
    display: none !important;
  }
  .navbar .visible-nav {
    display: block !important;
  }
}

/* fix for auto borer 2*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

/* fix for styles of beta select 2*/

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border: none !important;
  background-color: transparent !important;
}

.ml-250 {
  margin-left: 250px;
}
.w-250 {
  width: 250px;
}

.table-borderless td,
.table-borderless th {
  border: none !important;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

@media (min-width: 768px) {
  .console-sidebar {
    position: fixed;
    top: 59px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

.print-show {
  display: none;
}

a.link-success {
  color: #0c9c14;
}
a.link-success:hover,
a.text-success:focus {
  color: #0c9c14;
}

.text-med-green {
  color: #82bc00;
}
.text-green {
  color: #c3d600;
}

.bg-dkgray {
  background-color: #666666 !important;
  color: #efefef;
  padding: 60px 0;
}

tr.muted,
.table-striped > tbody > tr.muted:nth-of-type(odd) {
  color: #d8d8d8;
  background-color: #fff;
}

.text-standard {
  color: rgb(68, 68, 68);
}

/* Make hire-details links easier to spot in lead match tables */
#lead-analysis .table a.text-standard {
  color: #0b3f91 !important;
}

#lead-analysis .table a.text-standard:hover,
#lead-analysis .table a.text-standard:focus,
#lead-analysis .table a.text-standard:hover,
#lead-analysis .table a.text-standard:focus {
  color: #082f6e !important;
}

.text-lt-gray {
  color: #d0cfcf;
}

.text-md-gray {
  color: #a7a7a7;
}

.popover {
  max-width: 100%;
}

.darkmode > .select2-container--bootstrap.select2-container .select2-selection,
.darkmode > .select2-container--bootstrap.select2-container .select2-selection {
  background-color: #444;
}

.darkmode
  > .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__rendered {
  color: #efefef;
}

.table-striped > tbody > tr:nth-of-type(even) > td.info {
  background-color: #ebf5fb;
}

span.rollover-link a.edit-link {
  opacity: 0;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: 20px;
}

span.rollover-link:hover a.edit-link {
  opacity: 1;
  color: #999;
}

.jumbotron {
  text-align: center;
  padding: 60px 0;
}

.bg-mdgray {
  background-color: #a7a7a7 !important;
  color: #efefef;
  padding: 60px 0;
}

.bg-ltgray {
  background-color: #ededed !important;
  color: #444444;
  padding: 60px 0;
}

.bg-ltestgray {
  background-color: #fbfbfb !important;
  color: #444444;
  padding: 60px 0;
}

.bg-white {
  background-color: #fff !important;
  color: #444444;
  padding: 60px 0;
}

.bg-search {
  background-image: url("/images/search-page-bg.png");
  color: #444444;
  padding: 60px 0;
  background-size: cover;
  margin-bottom: 0px;
  -webkit-print-color-adjust: exact !important ;
}

.bg-graph {
  background-color: #fff !important;
  background-image: url("/images/agency_background_image_1529099365.jpeg")
    bottom center no-repeat;
  color: #efefef;
  background-size: 100%;
  -webkit-print-color-adjust: exact !important ;
}

.bg-swoosh {
  background-image: url("/images/gray-background.jpg");
  color: #efefef;
  background-size: cover;
  -webkit-print-color-adjust: exact !important ;
}

.bg-hex {
  background-image: url("/images/gray-hex-background.jpg");
  color: #efefef;
  background-size: cover;
  -webkit-print-color-adjust: exact !important ;
}

.btn {
  border-radius: 0;
}

.ui-border {
  border-left: 4px solid whitesmoke;
}

.client-search-box {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
  padding: 20px;
}

/* jquery autocomplete style fix*/
.ui-widget-content {
  max-height: 70%;
  overflow: scroll;
}

/*jquery datepicker style fixes*/

.ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
}
.ui-datepicker {
  overflow: hidden;
}
#ui-datepicker-div {
  z-index: 9999 !important ;
}
.image-box {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.image-box-small {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.image-box-tiny {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.img-padd-15 {
  padding: 15px;
}

.img-padd-15 > .img-circle {
  margin-top: -5px;
}

.img-padd-10 {
  padding: 10px;
}

.img-padd-5 {
  padding: 5px;
}

.img-bg-white {
  background: white;
}

.img-bg-blue {
  background: #789ed1;
}

.img-bg-green {
  background: #6bb84c;
}

.half-col {
  padding: 0 10%;
  margin: 10% 0;
}

@media (max-width: 991px) {
  .half-col {
    margin: 20% 0;
  }
}

.img-circle {
  border-radius: 50%;
}

.jumbotron .logo {
  max-width: 200px;
}

.btn-primary {
  background-color: #789ed1;
  border-color: #678fc0;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #678fc0;
  border-color: #678fc0;
}

.btn-success,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #6bb84c;
  border-color: #6bb84c;
}

.btn-success:focus,
.btn-success:hover,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-color: #65ae48 !important;
  border-color: #6bb84c;
}

.btn-success-lite {
  background-color: rgba(100, 188, 0, 0.1);
  color: rgb(100, 188, 0);
  border-color: rgba(100, 188, 0, 0.5);
}

.btn-success-lite:focus,
.btn-success-lite:hover,
.btn-success-lite:active,
.open > .dropdown-toggle.btn-success-lite {
  background-color: rgba(100, 188, 0, 0.5);
  color: rgb(100, 188, 0);
  border-color: rgba(100, 188, 0, 0.5);
}

.pagination {
  margin: 20px 0;
}

.btn-lt-green,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #8eb938;
  border-color: #8eb938;
  color: white;
}

.btn-lt-green {
  padding: 20px 16px;
}

.btn-lt-green:focus,
.btn-lt-green:hover,
.btn-lt-green:active,
.open > .dropdown-toggle.lt-green {
  background-color: #8eb938 !important;
  border-color: #8eb938;
  color: white;
  padding: 20px 16px;
}

.title {
  color: #a7a7a7;
}

#lead-analysis .title {
  margin-bottom: 33px;
}

#lead-analysis .container {
  width:80%;
}

#lead-analysis .dt-buttons {
  vertical-align:bottom;
}

#lead-analysis .dtbf{
  margin-bottom:30px;
  _height: 1%;
}

/* Keep lead-analysis table headers visible while scrolling the page */
#lead-analysis .leadmatch-sticky-table thead th {
  position: sticky;
  top: var(--leadmatch-sticky-top, 56px);
  z-index: 5;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #ddd;
}

/* Keep hire-details modal header row visible while scrolling long result sets */
#hireDetailsModal .modal-body {
  max-height: 65vh;
  overflow-y: auto;
  padding-top: 0;
}

#hireDetailsModal .modal-body table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #ddd;
}

#hireDetailsModal .modal-header .hire-details-match-count {
  margin: 4px 0 0 0;
  font-size: 14px;
}

#hireDetailsModal .modal-body table {
  margin-top: 0;
  margin-bottom: 0;
}

@media print {
  #lead-analysis .leadmatch-sticky-table thead th {
    position: static;
    box-shadow: none;
  }
}

.dtbf:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0; 
}

#lead-analysis .exportable_dataTable > tfoot > tr{
   font-weight:bold;
   background-color:#f4f4ff;
}

#lead-analysis .exportable_dataTable > thead > tr > th,
#lead-analysis .exportable_dataTable > thead > tr > td,
#lead-analysis .exportable_dataTable > tbody > tr > th,
#lead-analysis .exportable_dataTable > tbody > tr > td,
#lead-analysis .exportable_dataTable > tfoot > tr > th,
#lead-analysis .exportable_dataTable > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
}


a.link-dark{
  color:#377ba1
}
.active-service {
  border: 1px solid #efefef;
  background: rgb(235, 250, 224);
  color: #82bc00;
}

.disabled-service {
  border: 1px solid #efefef;
  background: #f9f9f9;
  color: #d0cfcf;
}

.client-identity {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(249, 249, 249, 1) 100%
  );
  margin-bottom: 20px;
}

.client-nav-pills .nav-item {
  border-left: 2px solid transparent;
  margin: 0;
  background: rgb(249, 249, 249);
  background: linear-gradient(
    90deg,
    rgba(249, 249, 249, 1) 0%,
    rgba(246, 246, 246, 1) 40%
  );
}
.client-nav-pills .nav-item > a {
  color: rgb(99, 107, 111);
  font-size: 1.2em;
  padding: 15px 0 15px 10px;
}
.client-nav-pills .nav-item.active,
.client-nav-pills .nav-item.active:hover,
.client-nav-pills.nav-item.active:focus {
  color: rgb(99, 107, 111);
  font-weight: 700;
  border-left: 2px solid #678fc0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 60%,
    rgba(249, 249, 249, 1) 100%
  );
}
.client-nav-pills .nav-item i {
  color: #999;
  margin-right: 10px;
}
.client-nav-pills .nav-item.active i,
.client-nav-pills .nav-item.active:hover i,
.client-nav-pills.nav-item.active:focus i {
  color: #678fc0;
}

.nav-highlight > .nav-pills > li.active > a,
.nav-highlight > .nav-pills > li.active > a:hover,
.nav-highlight > .nav-pills > li.active > a:focus {
  background-color: #6bb84c;
  color: white;
}
.nav-highlight > .nav-pills > li > a {
  color: #6bb84c;
}

.nav-pills-primary > .nav-pills > li.active > a,
.nav-pills-primary > .nav-pills > li.active > a:hover,
.nav-pills-primary > .nav-pills > li.active > a:focus {
  background-color: #789ed1;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #d4d3d3;
}

.bg-white .nav-pills > li.active > a,
.bg-white .nav-pills > li.active > a:hover,
.bg-white .nav-pills > li.active > a:focus {
  background-color: #4296b4;
}

.nav-pills > li > a {
  color: #666666;
}

.bg-coversheet {
  display: none;
}

.alert {
  border-radius: 0px !important;
}

.alert-danger {
  border-color: none;
  background-color: #a94442;
  color: white;
}
.vertical-align {
  display: flex;
  align-items: center;
}

.header {
  position: relative;
  font-family: "Open Sans", sans-serif;
  min-height: 50px;
}
.header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header .logo svg#logo-svg {
  width: 280px;
  margin-left: 1%;
  padding-left: 1%;
}
@media (max-width: 991px) {
  .header .logo svg#logo-svg {
    width: 320px;
  }
}
@media (max-width: 525px) {
  .header .logo svg#logo-svg {
    width: 200px;
  }
}
.header .logo svg#logo-svg #front-circle {
  fill: #fff;
  opacity: 1;
}
.header .logo svg#logo-svg #back-circle {
  fill: transparent;
  stroke: rgba(255, 128, 0, 0.9);
}
.header .logo svg#logo-svg #top-front-circle {
  animation: pulseColor 2s infinite;
  animation-delay: 1.5s;
}
.header .logo svg#logo-svg #top-back-circle {
  fill: transparent;
  stroke: rgba(255, 128, 0, 0.9);
}
.header .logo svg#logo-svg #bottom-front-circle {
  animation: pulseColor 2s infinite;
  animation-delay: 1.25s;
}
.header .logo svg#logo-svg #bottom-back-circle {
  fill: transparent;
  stroke: rgba(255, 128, 0, 0.9);
}
.header .logo img {
  max-width: 280px;
  max-height: 30px;
  margin: 11px 20px 0px 20px;
}
.header .logo h1 a {
  font-family: "Open Sans", sans-serif !important;
}
.header .logo .logo-separator {
  height: 30px;
  width: 3px;
  background: white;
  margin-right: 15px;
  margin-top: 10px;
}

.header nav ul li a {
  color: white;
  text-decoration: none;
}
.header nav ul li a:hover {
  text-decoration: none;
}
.header nav ul .login-btn {
  margin-top: -7px;
  background-color: #6bb84c;
  border-color: #6bb84c;
  border-radius: 0;
}

.copy {
  color: whitesmoke;
}
.menu-items {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 300px;
  top: 0px;
  margin-bottom: 0px;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.btn-accent {
  border: 2px double #ea2803;
}

@media (max-width: 1107px) {
  .menu-items {
    display: none;
  }
}
.menu-items ul.nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 45px;
}
.menu-items ul.nav li {
  border: none;
}
.menu-items ul.nav li a {
  color: white;
  min-width: 133px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding-top: 12%;
  transition: 0.25s ease-in-out;
}
.menu-items ul.nav li a i {
  padding-right: 5px;
}
.menu-items ul.nav li a:hover {
  border-bottom: 5px solid #ea2803;
  background-color: transparent;
}
.page-content > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 30px;
}

.main-content {
  margin-bottom: 30px;
}

.content-box-large {
  border: none;
  margin-bottom: 50px;
}
.content-box-large .panel-title {
  font-size: 25px;
}
.data-table {
  overflow-x: scroll;
  overflow-y: scroll;
  max-height: 600px;
  min-height: 400px;
  border: 4px solid whitesmoke;
}
.data-table.data-table::-webkit-scrollbar {
  width: 0.8em;
}
.data-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
.data-table::-webkit-scrollbar-thumb {
  background: #c75c14;
  outline: 1px solid #ea2803;
}

.scroll-message {
  width: 270px;
  height: 60px;
  background: #c75c14;
  z-index: 99;
  box-shadow: 0px 0px 13px grey;
  font-size: 1.2em;
  color: white;
  text-align: center;
  right: 170px;
  top: 90px;
  position: absolute;
  font-weight: bold;
  border-radius: 2px;
  padding-top: 18px;
  display: none;
}

footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  background-color: #444444;
  box-shadow: none;
  min-height: 60px;
  bottom: 0px;
  color: #efefef;
}
footer .logo__footer--small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .logo__footer--small img {
  max-width: 150px;
  max-height: 22px;
  margin-right: 8px;
}
footer .logo__footer--small small {
  font-size: 16px;
}
.copied-to-clipboard-popup {
  display: none;
  position: absolute;
  height: 40px;
  padding: 10px;
  background-color: #6bb84c;
  text-align: center;
  bottom: 104px;
  left: 30px;
  color: white;
}
.glyphicon-ok {
  color: #0c9c14;
}
.glyphicon-remove {
  color: #ea2803;
}
.info-well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background: #c75c14;
  border: 5px solid #99470f;
  border-radius: 2px;
}
.info-well ul li {
  color: white;
}

body,
label,
.checkbox label {
  font-weight: 300;
}

.cdr_priority_group {
  border-left: solid 3px #ccc;
  padding-left: 7px;
}

.cdr_disabled {
  color: #ccc;
}

.line-separator {
  height: 1px;
  background: #717171;
  border-bottom: 1px solid #313030;
}

.panel {
  padding: 20px;
  box-shadow: none;
}

.cm-date-form {
  margin-top: 22px;
}

@media (max-width: 1400px) {
  .ui-border {
    border-left: none;
  }
}

@media (max-width: 920px) {
  .table-responsive {
    border: none;
  }
}
.epChart,
.epChart-hire,
.epChart-industry,
.epChart-respondent {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin: 10px 20px;
  text-align: center;
}
.epChart-small-success,
.epChart-small-warning,
.epChart-small-danger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
  text-align: center;
}

.epChart canvas,
.epChart-hire canvas,
.epChart-industry canvas,
.epChart-respondent canvas,
.epChart-small-success canvas,
.epChart-small-warning canvas,
.epChart-small-danger canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  font-size: 20px;
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  margin-left: 0.1em;
  font-size: 0.8em;
}

.percent-small {
  font-size: 14px;
  display: inline-block;
  line-height: 50px;
  z-index: 2;
}
.percent-small:after {
  margin-left: 0.1em;
  font-size: 0.8em;
}

.slideout {
  position: relative;
  right: 110%;
}

.steps {
  width: 86px;
  color: #efefef;
  text-align: center;
}

.steps.active {
  color: #82bc00;
}

.steps > .numberCircle {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 8px;
  background: #fff;
  border: 2px solid #efefef;
  font: 32px Arial, sans-serif;
}
.steps.active > .numberCircle {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 8px;
  background: #fff;
  border: 2px solid #82bc00;
  font: 32px Arial, sans-serif;
}

.circle_container {
  width: 80px;
  height: 80px;
  border-radius: 42px;
  border: 3px solid #fff;
  font-size: 11px;
  color: white;
  line-height: 80px;
  text-align: center;
  background: #82bc00;
  box-shadow: 0 0 0 3px #82bc00;
}

.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}

#test-leads td {
  word-wrap: break-word;
}

.label-muted {
  background-color: #e7e7e7;
}

.info-box {
  border: 1px solid #efefef;
  padding: 5px 15px;
}

#notes-container {
  max-height: 1000px;
  overflow-y: auto;
  padding: 10px;
  background-color: #f5f8fa;
  position: relative;
}

#notes-container .panel-green {
  border-color: #6bb84c;
  position: relative;
  overflow: hidden;
}

#notes-container .panel-default {
  border-color: #669999;
  position: relative;
  overflow: hidden;
}

#notes-container .panel-green .panel-footer {
  color: #6bb84c;
  border-color: #6bb84c;
}

#contact-block {
  margin: 20px 0;
}

.slim {
  padding: 20px 0;
}

.bq-green {
  border-left: 5px solid #6bb84c;
}

.corner-ribbon {
  width: 130px;
  background: #6bb84c;
  position: absolute;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  top: 5px;
  left: -45px;
  padding-top: 5px;
}

.corner-ribbon-grey {
  width: 130px;
  background: #acb;
  position: absolute;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  top: 5px;
  left: -45px;
  padding-top: 5px;
}

.clients_dataTable {
  table-layout: auto !important;
}

/*  select 2 readonly bs */

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible .select2-selection {
  background: #eee;
  box-shadow: none;
}

.select2-selection__arrow,
select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection__clear {
  display: none;
}

/* loader for non ajax form request */
.naloader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.naloader > .text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: #82bc00;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#trends-graphs .chart-container {
  background-image: url("/images/loader.gif");
  background-repeat: no-repeat;
  background-position: right 50% top 50%, 0 0;
}

select.legend-monthly {
  max-width: 30%;
}

#do_legend > ul {
  padding: 0;
  text-align: center;
  margin-bottom: 0px;
}

#do_legend {
  vertical-align: top;
  display: inline-block;
  margin-bottom: -12px;
}
#do_legend li {
  cursor: pointer;
  margin: 4px 3px;
  display: inline-table;
}
#do_legend li span {
  position: relative;
  padding: 3px 10px;
  border-radius: 13px;
  color: white;
  z-index: 2;
  font-size: 11px;
}

#do_legend {
  padding: 1%;
}

select.legend-monthly {
  max-width: 30%;
}

#custom_do_legend > ul {
  padding: 0;
  text-align: center;
  margin-bottom: 0px;
}

#custom_do_legend {
  vertical-align: top;
  display: inline-block;
  margin-bottom: -12px;
}
#custom_do_legend li {
  cursor: pointer;
  margin: 4px 3px;
  display: inline-table;
}
#custom_do_legend li span {
  position: relative;
  padding: 3px 10px;
  border-radius: 13px;
  color: white;
  z-index: 2;
  font-size: 11px;
}

#custom_do_legend {
  padding: 1%;
}

.product-hidden {
  text-decoration: line-through;
  text-decoration-thickness: 1.4px;
  background-color: #ccc !important;
}

#trends-graphs select {
  display: inline-block;
}

#trends-graphs .text-muted {
  display: inline-block;
}

/* better looking selects */
select {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}
select:hover {
  border-color: #888;
}
select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
select option {
  font-weight: normal;
}

.header-stats {
  margin: 0 -10px 20px;
  overflow: hidden;
}

.header-stats-list {
  padding-left: 0;
  list-style: none;
}

.header-stats li {
  color: #999;
  float: left;
  width: 50%;
  height: 115px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  padding: 20px 10px 10px 10px;
}

.header-stats .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.header-stats li .text {
  display: block;
  text-align: center;
  word-wrap: break-word;
  font-weight: 700;
  color: rgb(99, 107, 111);
  font-size: 16px;
}

.header-stats li:hover {
  background-color: #efefef;
}

@media (min-width: 920px) {
  .header-stats {
    margin-right: 0;
    margin-left: 0;
  }

  .header-stats li {
    font-size: 10px;
    width: 20%;
  }
  .header-stats li .text {
    font-size: 14px;
  }

  .header-stats .pacing-stats li {
    padding: 20px 10px 10px 10px;
  }
  .header-stats .budget-stats li {
    padding: 30px 10px 10px 10px;
  }
}
@media (min-width: 1170px) {
  .header-stats li {
    font-size: 12px;
  }
  .header-stats li .text {
    font-size: 16px;
  }
}

/* add an xl browser definition */

@media (min-width: 1875px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.visible-xl {
  display: none !important;
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1874) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1874) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1874) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1874) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1874) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1874) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1875px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1875px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1875px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1875px) {
  .hidden-xl {
    display: none !important;
  }
}

.clearfix-xl,
.clearfix-lg,
.clearfix-md,
.clearfix-sm,
.clearfix-xs {
  display: none;
}
.clearfix-xl:after,
.clearfix-lg:after,
.clearfix-md:after .clearfix-sm:after,
.clearfix-xs:after {
  clear: none;
}

@media (max-width: 767px) {
  .clearfix-xs {
    display: block !important;
  }
  .clearfix-xs:before,
  .clearfix-xs:after {
    display: table !important;
    content: " ";
  }
  .clearfix-xs:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clearfix-sm {
    display: block !important;
  }
  .clearfix-sm:before,
  .clearfix-sm:after {
    display: table !important;
    content: " ";
  }
  .clearfix-sm:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clearfix-md {
    display: block !important;
  }
  .clearfix-md:before,
  .clearfix-md:after {
    display: table !important;
    content: " ";
  }
  .clearfix-md:after {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1874px) {
  .clearfix-lg {
    display: block !important;
  }
  .clearfix-lg:before,
  .clearfix-lg:after {
    display: table !important;
    content: " ";
  }
  .clearfix-lg:after {
    clear: both;
  }
}
@media (min-width: 1875px) {
  .clearfix-xl {
    display: block !important;
  }
  .clearfix-xl:before,
  .clearfix-xl:after {
    display: table !important;
    content: " ";
  }
  .clearfix-xl:after {
    clear: both;
  }
}
