
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*** Spacing Utility Classes ***/

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

/*** Text Utility Classes ***/

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  padding: 0;
  margin: 0 12px 8px;
  list-style: none;
  font-size: 11px;
  max-width: 296px;
}
.breadcrumb > li {
  display: inline-block;
  margin-left: 0;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #616365;
}
.sfdcBody .breadcrumb > li > .divider {
  padding: 0 8px;
}
.breadcrumb > .active {
  color: #616365;
}
.breadcrumb > .active,
.breadcrumb > li > a.truncate {
  overflow: inherit;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:inline-block;
  vertical-align: bottom;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
:-moz-placeholder {
  color: #a0a1a3;
}
:-ms-input-placeholder {
  color: #a0a1a3;
}
::-webkit-input-placeholder {
  color: #a0a1a3;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
    background: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html.no-touch {
    -ms-overflow-style: scrollbar;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
td,th{
	word-wrap:break-word;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.radio,
.checkbox {
  min-height: 20px;
  /*padding-left: 20px;*/
}

label.checkbox {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  cursor: pointer;
  float: left;
  /*margin-left: -20px;*/
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #fff;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 31px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  /*float: left;*/
  display: block;
  padding: 8px 20px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  right: 0;
}
#EcolabPestService-page .navbar .brand,
.EcolabPestService-section .navbar .brand,
#employee-page .navbar .brand,
.employee-section .navbar .brand {
    margin-left: 64px;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand .navbar-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left:10px solid #fff;
    position: absolute;
    right: 0;
    top: 10px;
}

.navbar .brand .navbar-arrow.active {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: none;
    top: 11px;
}

.navbar-brand-container {
    position: absolute;
    right: 0;
    width: 100%;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #fff;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  background: #616365 url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-navbar-bg.png) repeat-x 0 0;
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-static-top .container {
    text-align: right;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {

}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {

}
.navbar .nav,
.navbar ul {
  position: absolute;
  right: 0;
  display: block;
  float: left;
  margin: -31px 0 0 0;
  padding: 0;
  list-style: none;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li,
.navbar ul > li {
  float: left;
  margin: 0;
  position: relative;
}
.navbar .nav > li > a,
.navbar ul > li > a {
  float: none;
  font-size: 12px;
  padding: 8px 12px 8px;
  color: #fff;
  text-decoration: underline;
  display: block;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar ul > li > a:focus,
.navbar ul > li > a:hover {
  background: #616365;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  background: none;
  border: none;
  display: none;
  float: right;
  outline: none;
  padding: 9px 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {

}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {

}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #A0A1A3;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.date input[readonly],
.time input[readonly] {
  cursor: pointer;
  background-color: #fff;
}

.bs-sf [class^="icon-"],
.bs-sf [class*="icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/glyphicons-halflings-blue.png);
  background-position: 14px 14px;
    background-repeat: no-repeat;
}

.date [class^="icon-"],
.date [class*=" icon-"],
.time [class^="icon-"],
.time [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/glyphicons-halflings-blue.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.date .icon-calendar {
  background-position: -192px -120px;
}

.time .icon-time {
  background-position: -48px -24px;
}

.icon-info-sign {
    background-position: -120px -96px !important;
}

.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media > .pull-left {
    margin-right: 10px;
}
.media-body :first-child{
    margin-top:0;
}

.media .pull-left{
    display: block;
    float:left;
}
.media-object {
    margin-right: 0;
    margin-left: 0;
}
.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}
.media-body{
    font-size:.85em;
    line-height:1.27em;
}
/*** START SMARTHPHONE CSS ***/

input[type="checkbox"],
input[type="radio"] {
    margin: 0 3px 0 0;
}

a,
.sfdcBody .pbBody a {
    color: #007ac9;
    text-decoration: none;
}

a:hover,
a:active,
.sfdcBody .pbBody a:hover,
.sfdcBody .pbBody a:active  {
    text-decoration: underline;
}

.phone-number,
.phone-number a {
    clear: none !important;
    color: #616365 !important;
    display: inline !important;
}

.wrapper {
    background: #fff;
    color: #616365;
    margin: 0 auto;
    width: 100%;
}

.page-container {
    background: #fff;
    margin-top: 86px;
}

.page-margin-top .page-container {
    margin-top: 138px;
}

.unauthenticated .page-container {
    margin-top: 0;
}

.logo-container {
    /*margin: 41px 0 20px;
    max-width: 300px;
    padding: 0 10px;*/
    float: left;
}

.logo-container .logo {
    display: block;
    float: left;
    margin-left: 8px;
    max-width: 92px;
}

.logo-title {
    clear: both;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 8px 0 0 8px;
}

.login-container {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-translucent-gray-bg.png) repeat 0 0;
    margin: 24px auto;
    padding: 6px 10px;
    position: relative;
    width: 278px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.22);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,.22);
    box-shadow: 0 0 9px rgba(0,0,0,.22);
}

.login-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #258ccf;
    position: absolute;
    top: 10px;
    right: 10px;
}

.active .login-arrow {
    border-bottom: 8px solid #258ccf;
    border-top: none;
}

.pest_servicelogin .login-container .login-arrow,
.unauthenticated .pest_servicehome .login-container .login-arrow {
    display: none;
}

.login-content {
    display: none;
    margin: 16px 0 0 0;
}

.pest_servicelogin .login-container .login-content,
.unauthenticated .pest_servicehome .login-container .login-content {
    display: block;
}

.login-title {
    color: #007ac9;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.login-header {
    cursor: pointer;
    display: block;
    text-decoration: none !important;
}

.pest_servicelogin .login-container .login-header,
.unauthenticated .pest_servicehome .login-container .login-header {
    cursor: default;
}

.login-container a {
    color: #007ac9;
    text-decoration: none;
}

.login-container a:hover {
    text-decoration: underline;
}

.login-container .input-field {
    margin: 0 0 10px 0;
    position: relative;
}
.search-container .input-field {
    position: relative;
}

.forgot-password-link {
    font-size: 12px;
}

.input-field input[type="text"],
.input-field input[type="password"] {
    border: 1px solid #a0a1a3;
    font-size: 14px;
    padding: 4px;
    height: 14px;
    width: 225px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

.page-container .input-field input[type="text"] {
    /*display: block;*/
}

.input-field textarea {
    border: 1px solid #a0a1a3;
    font-size: 14px;
    padding: 8px;
    min-height: 72px;
    line-height: 18px;
    resize: none;
    width: 217px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

.input-field label {
    color: #a0a1a3;
    cursor: text;
    display: none;
    font-size: 14px;
    left: 8px;
    position: absolute;
    top: 4px;
}

.checkbox-field {
    margin: 0 0 10px 0;
    position: relative;
}

.checkbox-field input[type="checkbox"] {
    left: 0;
    position: absolute;
}

.checkbox-field label {
    color: #616365;
    cursor: text;
    float: left;
    font-size: 14px;
    margin: 0 0 0 20px;
}

.checkbox-field label.error {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.login-submit {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-login-submit.png) no-repeat 0 0;
    border: none;
    height: 25px;
    margin: 0 0 0 8px;
    outline: none;
    width: 25px;
}

.search-container {
    float: right;
    margin-top: 14px;
}

.page-content .search-container {
    /*margin-bottom: 18px;*/
}

.search-container .input-field label {
    /*left: 20px;*/
}

.search-submit {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-login-submit.png) no-repeat 0 0 !important;
    border: none !important;
    height: 25px;
    margin: 0 0 0 4px !important;
    outline: none;
    width: 25px;
}

.input-field input.search-field {
    display: inline-block !important;
    width: 168px;
}

.featured-container {
    position: relative;
}

.featured-image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.featured-text {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-translucent-white-bg.png) repeat 0 0;
    bottom: 0;
    font-size: 14px;
    left: 50%;
    margin-left: -160px;
    padding: 12px;
    position: absolute;
    width: 296px;
}

.featured-text h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.featured-text p {
    margin: 0 0 12px 0;
}

.page-content {
    font-size: 14px;
    margin: 12px;
}

.pest_customerhome .page-content,
.pest_customerlogin .page-content,
.pest_servicehome .page-content {
    margin: 0;
}

.pest_customerlogin .featured-container .promotions-content,
.unauthenticated .pest_customerhome .featured-container .promotions-content {
    display: none;
}

.page-content h1 {
    color: #616365;
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 18px 0;
}

.btn-container {
    margin: 12px 0 0 0;
    width: 100%;
}

.btn-container a,
.btn-container input[type=button],
.btn-container input[type=submit] {
    margin-right: 8px;
}

.green-btn,
.btn.green-btn {
    color: #fff;
    padding: 10px 12px 10px 12px;
    border-radius: 8px;
    border-width: 0;
    background-color: #48a618;
    background-image: none;
    -webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 12px 1px rgba(0,0,0,.5);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    /*float:right;*/
    margin-bottom:8px;
    margin-left:7px;
}

.green-btn:hover,
.green-btn:active,
.btn.green-btn:hover,
.btn.green-btn:active {
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.green-btn[disabled],
.btn.green-btn[disabled],
.green-btn[disabled]:hover,
.btn.green-btn[disabled]:hover {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.blue-btn,
.btn.blue-btn {
    color: #fff;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-width: 0;
    background-color: #5EB6E4;
    background-image: none;
    font-family: Arial, Helvetica, sans-serif;
}

.blue-btn:hover,
.blue-btn:active,
.btn.blue-btn:hover,
.btn.blue-btn:active {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.dark-blue-btn,
.btn.dark-blue-btn,
a[href*=btnLink] {
    color: #fff;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-width: 0;
    background-color: #0078cb;
    background-image: none;
    font-family: Arial, Helvetica, sans-serif;
}

.dark-blue-btn:hover,
.dark-blue-btn:active,
.dark-btn.blue-btn:hover,
.dark-btn.blue-btn:active,
a[href*=btnLink]:hover,
a[href*=btnLink]:active {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.green-btn[disabled],
.btn.green-btn[disabled],
.green-btn[disabled]:hover,
.btn.green-btn[disabled]:hover,
.blue-btn[disabled],
.btn.blue-btn[disabled],
.blue-btn[disabled]:hover,
.btn.blue-btn[disabled]:hover,
.dark-blue-btn[disabled],
.btn.dark-blue-btn[disabled],
.dark-blue-btn[disabled]:hover,
.btn.dark-blue-btn[disabled]:hover {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}
a[href*=btnLink] {
    background-color: #0078cb !important;
    color: #fff !important;
    display: inline-block;
}
.small-btn{
    padding: 4px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 1px 1px rgba(0,0,0,.4);
}
.sign-up-btn {
    display: block;
    float: left;
    font-size: 22px;
    text-decoration: none;
}

.sign-up-btn.active {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.contact-rep-btn {
    display: block;
    float: left;
    font-size: 22px;
    margin: 0 0 0 18px;
    text-decoration: none;
}

.video-container {
    border-top: 2px solid #616365;
    margin: 0 auto;
    padding: 18px 0 0 0;
    width: 320px;
}

.video-title {
    font-size: 14px;
    margin: 0 12px 8px 12px;
}

.video-content {
    /*display: block;*/
    display: inline-block;
}

/*.promotions-container {
    border-top: 1px solid #a0a1a3;
    width: 100%;
}*/

.promotions-header {
    color: #007ac9;
    font-size: 24px;
}

.promotions-content {
    margin: 0 auto;
    padding: 0 0 16px 0;
    width: 320px;
}

.spotlight-container {
    border-top: 1px solid #a0a1a3;
    color: #616365;
    margin: 0 auto;
    padding: 18px 12px;
    width: 296px;
}

.spotlight-container .marketing-image {
    float: left;
    width: 150px;
}

.spotlight-container .promotions-content {
    width: 296px;
}

.spotlight-container .promotions-text {
    float: left;
    font-size: 14px;
    margin: 0 0 0 8px;
    width: 136px;
}

.spotlight-container .marketing-heading {
    color: #007ac9;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.spotlight-container .marketing-content {
    line-height: 1.2;
    padding: 0;
}

.footer-container,
.footer-container {
    background: #f2f2f2 url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-footer-bg.png) repeat-x 0 0;
    font-size: 12px;
    padding: 28px 12px 80px;
}

.EcolabPestCustomer-section .has-fedid .footer-container,
#EcolabPestCustomer-page .has-fedid .footer-container,
.customer-section .has-fedid .footer-container,
#customer-page .has-fedid .footer-container {
    background: #f2f2f2 url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-footer-bg.png) repeat-x 0 0;
    font-size: 12px;
    padding: 28px 12px 80px;
}

.footer-container a {
    color: #616365;
    /*display: block;*/
    text-decoration: none;
}

.footer-container a:hover,
.footer-container a:active {
    color: #616365;
    text-decoration: underline;
}

.social-media-container {

}

.social-media-container .social-link {
    display: block;
    float: left;
    margin: 0 0 0 12px;
}

.social-media-container .social-link:first-child {
    margin: 0;
}

.footer-links {

}

.footer-links h3 {
    border-bottom: 1px dotted #616365;
    display: block;
    font-size: 14px;
    margin: 14px 0;
    padding: 0 0 4px 0;
}

.footer-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    float: left;
    margin: 0 20px 6px 0;
}

.EcolabPestCustomer-section .has-fedid .footer-links li,
#EcolabPestCustomer-page .has-fedid .footer-links li,
.customer-section .has-fedid .footer-links li,
#customer-page .has-fedid .footer-links li {
    float: none;
    margin: 0 6px 6px 0;
}

.footer-links .span3 {
    margin-bottom: 24px;
}

.footer-copyright {
    margin: 0 0 4px 0;
}

.header-container {
    /*background: #fff;*/
    background: #007ac9; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDdhYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDgzNTgwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #007ac9 30%, #083580 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#007ac9), color-stop(100%,#083580)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #007ac9 30%,#083580 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #007ac9 30%,#083580 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #007ac9 30%,#083580 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #007ac9 30%,#083580 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ac9', endColorstr='#083580',GradientType=0 ); /* IE6-8 */
    min-height: 60px;
    position: relative;
}

.ie9 .header-container {
    filter: none;
}

.unauthenticated .header-container {
    /*min-height: 42px;*/
}

.header-inner-container {
    height: 52px;
    padding: 8px 0 0 0;
    position: relative;
}

.unauthenticated .header-inner-container {
    height: auto;
}

hr.trim-blue {
    background-color: #fff;
    border-bottom: 1px solid #083580;
    border-top: 1px solid #4696ca;
    border-left: none;
    border-right: none;
    bottom: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.75);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.75);
    box-shadow: 1px 1px 5px rgba(0,0,0,.75);
    height: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.loggedin-container {
    padding: 18px 12px 18px 12px;
}

.welcome-container {
    min-height: 48px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.unauthenticated .welcome-container {
    min-height: 30px;
}

.welcome-text {
    clear: both;
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 4px 0 0;
}

.welcome-links {
    clear: both;
    float: right;
    font-size: 11px;
    margin: 0 8px;
}

.unauthenticated .welcome-links {
    margin: 8px;
}

.welcome-links a {
    border-left: 1px solid #616365;
    color: #007ac9;
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
}

.welcome-links > a:first-child,
.welcome-links > ul > li:first-child a {
    border-left: none;
    margin: 0;
    padding: 0;
}

.EcolabPestCustomer-section .has-fedid .welcome-links > ul > li:first-child a,
#EcolabPestCustomer-page .has-fedid .welcome-links > ul > li:first-child a,
.customer-section .has-fedid .welcome-links > ul > li:first-child a,
#customer-page .has-fedid .welcome-links > ul > li:first-child a {
    color: #616365 !important;
    cursor: text;
    display: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}

.welcome-links span li:first-child a {
    border-left: 1px solid #616365;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
}

.unauthenticated .pest_servicehome .welcome-links span li:first-child a,
.unauthenticated .error-page .welcome-links span li:first-child a {
    border-left: none;
}

.welcome-links ul,
.welcome-links li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.welcome-links a:hover,
.welcome-links a:active {
    color: #007ac9;
}

.welcome-links a.logout-link {

}

.welcome-links br {
    display: none;
}

.update-profile-link {
    /*border-right: 1px solid #616365;
    margin:  0 6px 0 0;
    padding: 0 6px 0 0;*/
}

.logout-link {

}

.navigation-container {
    background: #f2f2f2 url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-video-carousel-container-background.png) repeat-x 0 100%;
    height: 75px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.navigation-container .submenu {
    background: #f2f2f2;
    display: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 75px;
    /*width: 100%;*/
    width: auto;
    z-index: 2;
}

.navigation-container .submenu li {
    list-style: none;
    margin-left: 0;
}

.navigation-container .submenu li a {
    display: block;
    font-size: 14px;
    line-height: 16px;
	padding: 8px 12px 17px 12px;    
}

.navigation-container .submenu > li {

}

.navigation-container .submenu > li > a {
    /*padding: 6px 14px;*/
    padding: 6px 30px 6px 14px;
}

.navigation-container .submenu > li > a:focus,
.navigation-container .submenu > li > a:hover,
.navigation-container .submenu > li.current > a {
    background: #5eb6e4;
    color: #fff;
    text-decoration: none;
}

.navigation-container .submenu > li ul li {
    font-size: 14px;
    /*padding: 0 0 0 12px;*/
}

.navigation-container .submenu ul > li > ul a {
    padding: 7px 24px 7px 66px;
}

.navigation-container .dropdown {
    position: relative;
}

.navigation-container .dropdown-toggle {
    *margin-bottom: -3px;
}
.navigation-container .dropdown-toggle:active,
.navigation-container .open .dropdown-toggle {
    outline: 0;
}

.navigation-container .dropdown button.btn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.navigation-container .dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #007ac9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
    margin-left: 2px;
}

.navigation-container .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 10px 0 5px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.navigation-container .open > .dropdown-menu {
    display: block;
}

.navigation-container .dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    margin: 0;
    padding: 6px 10px 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.navigation-container .submenu > li > ul.subsubmenu {
    margin-left: 0;
    min-height: auto;
    padding-left: 0;
    width: auto;
}
.navigation-container .submenu > li > ul.subsubmenu li {
    margin: 0;
    padding: 0;
}
.navigation-container .submenu > li > ul.subsubmenu li a {
    padding: 6px 28px 6px 28px;
    position: relative;
}

.navigation-container .submenu > li > ul.subsubmenu li a:hover,
.navigation-container .submenu > li > ul.subsubmenu li a:focus {
    background: #5eb6e4;
    color: #fff;
    text-decoration: none;
}

.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu {
    margin-left: 0;
    min-height: auto;
    padding-left: 0;
    width: auto;
}
.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu li {
    margin: 0;
    padding: 0;
}
.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu li a {
    padding: 6px 28px 6px 42px;
}

.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu li a:hover,
.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu li a:focus {
    background: #5eb6e4;
    color: #fff;
    text-decoration: none;
}

/*** BEING SUMOSELECT ***/

.SlectBox,
.SlectBoxa {
  width:200px;
  padding:4px;
}

.SelectClass {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:100%;
  width:100%;
  border:none;
  z-index:1;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
  opacity:0;
}

.SumoSelect > .optWrapper > .options > li {
  -moz-transition:200ms ease;
  -webkit-transition:200ms ease;
  transition:200ms ease;
  border-bottom:1px solid #F3F3F3;
  position:relative;
  padding:4px 6px;
  margin-left: 0;
}

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  user-select:none;
  -o-user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  margin: 0;
}

.SumoSelect {
  display:inline-block;
  position:relative;
}

.state-select .SumoSelect {
    width: 68px;
}

.SumoSelect > .CaptionCont {
  position:relative;
  border: 1px solid #a0a1a3;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 5px;
  line-height:17px;
  width: 214px;
  background-color:#fff;
}

.state-select .SumoSelect > .CaptionCont {
    width: 58px;
}

.SumoSelect > .CaptionCont > span {
  display:block;
  padding-right:30px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color:#999;
}

.SumoSelect > .CaptionCont > label,
input-field .SumoSelect > .CaptionCont > label {
  position:absolute;
  top:-1px;
  right:-1px;
  bottom:-1px;
  left: auto;
  width:30px;
  background-color:#fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a0a1a3;
}

.request-service-content .select-field .SumoSelect > .CaptionCont > label {
    margin: 0;
}

.SumoSelect > .CaptionCont > label > i {
  /*background-image:url(https://cdn2.iconfinder.com/data/icons/picol-vector/32/arrow_sans_down-16.png);
  background-position:center center;*/
  width:16px;
  height:16px;
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}

.SumoSelect > .CaptionCont > label > i:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #007ac9 transparent transparent transparent;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -4px;
}

.SumoSelect > .optWrapper {
  top:26px;
  width:100%;
  position:absolute;
  left:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:-100;
  background:#fff;
  border:1px solid #ddd;
  /*box-shadow:2px 3px 3px rgba(0,0,0,0.11);*/
  border-radius: 0 0 4px 4px;
}

.SumoSelect > .optWrapper.open {
  top:26px;
  visibility:visible;
  opacity:1;
  z-index:1000;
}

.SumoSelect > .optWrapper > .options {
  list-style:none;
  display:block;
  overflow:auto;
  border-radius:3px;
  max-height:250px;
  margin:0;
  padding:0;
}

.SumoSelect > .optWrapper.isFloating > .options {
  /*max-height:100%;*/
}

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius:3px 3px 0 0;
}

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom:none;
  border-radius:0 0 3px 3px;
}

.SumoSelect > .optWrapper > .options > li:hover {
  background-color:#007ac9;
}

.SumoSelect > .optWrapper > .options > li label {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  display:block;
  position: relative;
  left: auto;
  top: auto;
  color: #999;
}

.SumoSelect > .optWrapper > .options > li:hover label {
  color: #fff;
}

.SumoSelect > .optWrapper > .options > li span {
  display:none;
}

.SumoSelect > .optWrapper.isFloating {
  /*position:fixed;
  top:0;
  left:0;
  right:0;
  width:90%;
  bottom:0;
  max-height:90%;
  margin:auto;
  border-radius: 0 0 4px 4px;*/
}

.SumoSelect > .optWrapper > .options > li.disabled {
  background-color:inherit;
}

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
  opacity:0.5;
}

.SumoSelect > .optWrapper.multiple > .options > li span {
  position:absolute;
  display:block;
  width:30px;
  top:0;
  left:0;
  bottom:0;
}

.SumoSelect > .optWrapper.multiple > .options > li span i {
  background-color: #fff;
  /*background-image:url(http://graphics8.nytimes.com/packages/flash/business/20100325-FinancialTuneUp/gfx/checkbox.png);*/
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  /*background-repeat:no-repeat;
  background-position:center center;*/
  width:16px;
  height:16px;
  margin:auto;
  border: 1px solid #a0a1a3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.SumoSelect > .optWrapper > .MultiControls {
  display:none;
  border-top:1px solid #ddd;
  background-color:#fff;
  box-shadow:0 0 2px rgba(0,0,0,0.13);
  border-radius:0 0 4px 4px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display:block;
  margin-top:5px;
  position:absolute;
  bottom:0;
  width:100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display:block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding:6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display:inline-block;
  cursor:pointer;
  width:50%;
  box-sizing:border-box;
  text-align:center;
  padding:12px;
  margin: 0;
  background-color: #48A618;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color:#48A618;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right:1px solid #DBDBDB;
  border-radius:0 0 0 4px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  background: #48A618;
  border-radius:0 0 4px 0;
  border: none;
  font-weight: bold;
}

.SumoSelect > .optWrapper.isFloating > .options > li {
  /*padding:12px 6px;*/
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom:43px;
}

.SumoSelect > .optWrapper.multiple > .options > li.selected span i {
  /*background-image:url(https://cdn1.iconfinder.com/data/icons/Keyamoon-IcoMoon--limited/16/checkbox-checked.png);*/
    background-image: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/glyphicons-halflings-blue.png);
    background-color: #fff;
    background-position: -288px 0;
    background-repeat: no-repeat;
    line-height: 14px;
    vertical-align: text-top;
}

.SumoSelect > .optWrapper.multiple > .options > li.selected span i:before {
    /*color: #007AC9;
    content:"\00d7";
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 16px;
    left: -2px;
    line-height: 1em;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 16px;*/
}

.SumoSelect.disabled {
  opacity:0.7;
}

body > .BackdropSelect {
  display:none;
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  width:100%;
  z-index:99;
}

.SumoSelect:hover > .CaptionCont > label,.SumoSelect.disabled > .CaptionCont > label {
  background-color:#fff;
}

.SumoSelect > .optWrapper.multiple > .options > li,.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left:35px;
}

/*** END SUMOSELECT ***/

/*** BEGIN SSO NAV ***/
.select-submit {
    background: #fefefe; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #007ac9;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    left: 142px;
    padding: 0 2px;
    position: absolute;
    text-transform: uppercase;
    top: 32px;
    width: 28px;
}

.ie9 .select-submit {
    filter: none;
}

.webkit .select-submit {
    left: 144px;
}

.nav-container select {
    background: transparent;
    border: none;
    color: #007ac9;
    display: block;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    height: 22px;
    line-height: 16px;
    max-width: 140px;
    padding: 2px;
    width: 130px;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
}

.webkit .nav-container select {
    background: transparent url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-custom-select.png) no-repeat right center;
    padding: 2px 28px 2px 2px;
}

.custom-select-container {
    background: #fefefe; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
    border: 1px solid #ccc;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.ie9 .custom-select-container {
    filter: none;
}

.nav-container .custom-select-container {
    left: 8px;
    position: absolute;
    top: 32px;
}

.nav-container {
    width: 100%;
    z-index:1000;
}

.nav-container ul {
    margin:0;
    padding: 0;
    list-style:none;
    list-style-image: none;
    font-size:16px;
    width: 100%;
}

.nav-container > ul {
    background: transparent url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-nav-bg.png) repeat-x 0 100%;
    display: none;
    padding: 0 0 13px 0;
    position: absolute;
    z-index: 1000;
}

.nav-container > ul > li {

}

.nav-container > ul > li:first-child {

}

.nav-container ul li {
    background: #fff;
    list-style:none;
    list-style-image: none;
    margin-left: 0;
}

.nav-container ul li a {
    display: block;
    font-weight: bold;
}

.nav-container ul li a:hover,
.nav-container ul li a:active {
    text-decoration: none;
}

.nav-container ul li[aria-haspopup="true"] {
    position: relative;
}

.nav-container ul li[aria-haspopup="true"] .expandable {
    background: #edeff2 url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-gray-nav-arrow.png) no-repeat 50% 0;
    cursor: pointer;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    z-index: 100;
}

.nav-container ul li[aria-haspopup="true"].active .expandable {
    background: #edeff2 url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-gray-nav-arrow.png) no-repeat 50% -38px;
}

.nav-container ul > li > a {
    height: 20px;
    padding: 0;
}

.nav-container ul > li > ul a {
    padding: 9px 24px 5px 54px;
}

.marketing-links .btn .caret {
    margin-left: 4px;
}

.navbar .caret,
.marketing-links .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.navbar .dropdown .caret,
.marketing-links.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 280px;
  padding: 10px 0 5px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.marketing-links .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  clear: both;
  float: none;
  min-width: 180px;
  padding: 18px 0 18px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
}
.marketing-links .dropdown-menu li {
    border: none;
    clear: both;
    display: block;
    float: none;
}

.navbar .open > .dropdown-menu,
.marketing-links.open > .dropdown-menu {
  display: block;
}

.navbar .dropdown .btn.dropdown-toggle,
.marketing-links.dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-container ul > li.marketing-links > ul a {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 10px;
}

.nav-container ul > li.marketing-links > ul a:hover,
.nav-container ul > li.marketing-links > ul a:focus,
.nav-container ul > li.marketing-links > ul a:active {
    color: #999;
}

.nav-collapse .marketing-links .btn {
  padding: 7px 30px 7px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-container .btn.dropdown-toggle {
    display: none;
}

.logout-waiting-overlay {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-position: initial initial;
    background-repeat: initial initial;
}

.logout-waiting-content {
    height: auto;
    width: 280px;
    display: none;
    left: 50%;
    margin-left: -150px;
    z-index: 1002;
    position: fixed;
    top: 40px;
    margin-top: 0px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}
/*** END SSO NAV ***/

.menu-header {
    bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    /*height: 32px;*/
    left: 8px;
    position: absolute;
}

.home-btn {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-home-icon.png) no-repeat 0 0;
    display: block;
    height: 17px;
    position: absolute;
    width: 22px;
}

.menu-btn {
    background: #fff;
    color: #007ac9;
    display: block;
    font-size: 14px;
    padding: 8px 26px 14px 12px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.menu-btn:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #a5a5a5;
    height: 0;
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0
}

.menu-btn.expanded {
    background: #b0b1b2;
    color: #fff;
}

.menu-btn.expanded:after {
    border-top: 8px solid #d1d2d3;
}

.menu-btn.expanded:before {
    content: "";
    bottom: -10px;
    border-bottom: 20px solid #f2f2f2;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    display: block;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    z-index: 2;
}

.menu-btn:hover,
.menu-btn:active {
    text-decoration: none;
}

.primary-navigation {
    border-top: 1px solid #a0a1a3;
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.primary-navigation li {
    border-bottom: 1px solid #a0a1a3;
    margin: 0;
    padding: 0 12px;
}

.primary-navigation li.active {
    background: #f2f2f2;
}

.primary-navigation a {
    color: #007ac9;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 8px;
}

.primary-navigation .expandable > a {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-blue-nav-arrow.png) no-repeat 100% 0;
}

.primary-navigation .expandable > a.expanded {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-blue-nav-arrow.png) no-repeat 100% -38px;
}

.primary-navigation a:hover,
.primary-navigation a:active {
    color: #007ac9;
    text-decoration: none;
}

.primary-navigation ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.primary-navigation ul li {
    border: none;
    padding: 0 12px 0 20px;
}

.primary-navigation ul li a {
    background: transparent;
    font-size: 14px;
    padding: 8px 0;
    text-transform: none;
}

.request-service-container {
    display: block;
    font-size: 14px;
    margin: 8px 1px 4px;
    padding: 10px 12px 2px 12px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float:left;
}

.request-service-container-inner {
    display: block;
    font-size: 14px;
    margin: 8px 1px 4px;
    padding: 10px 12px 2px 12px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.request-service-container fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.request-service-container fieldset p {
    color: #616365;
    margin: 1em 0;
}

.request-service-container fieldset p strong {
    font-weight: bold;
}

.request-service-container legend {
    color: #616365;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.request-service-container > a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.request-service-container > a:hover,
.request-service-container > a:active {
    color: #fff;
    text-decoration: none;
}
.request-service-container-inner > a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.request-service-container-inner > a:hover,
.request-service-container-inner > a:active {
    color: #fff;
    text-decoration: none;
}

.request-service-content {
    background: #fff;
    color: #616365;
    display: none;
    margin: 0 -10px;
    padding: 42px 6px 16px 6px;
    position: relative;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.request-service-content-inner {
    background: #fff;
    color: #616365;
    display: none;
    margin: 0 -10px;
    padding: 42px 6px 16px 6px;
    position: relative;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.request-service-content .input-field,
.acknowledge-form .input-field {
    margin: 0 0 10px 0;
    position: relative;
    padding-right: 10px;
}

.request-service-content small {
    font-size: 10px;
}

.request-service-content .input-field input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 14px;
    padding: 4px 10px;
    width: 100%;
}

.request-service-content .input-field .date input[type="text"],
.request-service-content .input-field .time input[type="text"] {
    display: inline-block;
    padding: 7px 10px;
    width: 100px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.request-service-content .radio-field {
    margin: 0 0 18px 0;
}

.request-service-content .radio-field input[type=radio] {
    margin: -2px 0 0 8px;
}

.request-service-content .radio-field label {
    font-weight: bold;
}

.request-service-content .radio-field label.error {
    clear: both;
    display: block;
    font-weight: normal;
}

.request-service-content .select-field {
    margin: 0 0 18px 0;
}

.request-service-content .select-field label {
    display: block;
    margin: 0 0 8px 0;
}

.request-service-content select[multiple] {
    border: 1px solid #a0a1a3;
    min-height: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.request-service-content textarea {
    width: 95%;
}

.request-service-content .submit-btn {
    font-size: 18px;
    font-weight: normal;
}

.request-service-content .sb-select,
.request-service-content .input-field input.sb-select[type="text"] {
    background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-select-short-btn.png) no-repeat 100% 50%;
    padding: 4px 34px 4px 10px;
}

.request-service-content .acct-number {
    display: none;
    margin: 8px 0 0 0;
}

.request-service-content [id$=acctInfo] {
    font-style: italic;
    font-weight: bold;
    margin: 12px 0 0 0;
}

.request-service-content .locationNameContainer {
    float: left;
    margin-bottom: 10px;
    margin-right: 3%;
    width: 48.5%;
}

.request-service-content .storeNumberContainer {
    float: left;
    margin-bottom: 10px;
    width: 48.5%;
}

.request-service-content .phoneNumberContainer {
    float: left;
    margin-bottom: 10px;
    margin-right: 3%;
    width: 48.5%;
}

.request-service-content .emailAddressContainer {
    float: left;
    margin-bottom: 10px;
    width: 48.5%;
}

.request-service-content .incorrect-email {
    display: block;
    font-size: 12px;
}

.request-service-content .incorrect-phone {
    display: block;
    font-size: 12px;
}

.request-service-content .incorrect-cellphone {
    display: block;
    font-size: 12px;
}

.request-service-content .incorrect-acct-number {
    display: block;
    font-size: 12px;
}

.request-service-content [id$=emailInfo] {
    display: none;
}

.request-service-content [id$=locationPhoneInfo] {
    display: none;
}

.request-service-content [id$=cellPhoneInfo] {
    display: none;
}

.request-service-content [id$=emailData] {
    font-style: italic;
    font-weight: bold;
}

.request-service-content [id$=locationPhoneData] {
    font-style: italic;
    font-weight: bold;
}

.request-service-content [id$=cellPhoneData] {
    font-style: italic;
    font-weight: bold;
}

.request-service-content .contact-email {
    display: none;
}

.request-service-content .contact-phone {
    display: none;
}

.request-service-content .contact-cellphone {
    display: none;
}

.request-service-content .contact-prior-fields {
    /*display: none;*/
    position: relative;
}

.request-service-content .contact-prior-fields table {
    font-size: 12px;
}

.request-service-content .contact-prior-fields .radio-field label.error {
    font-weight: normal;
    /*left: 0;
    position: absolute;
    top: 10px;*/
}

.request-service-content .input-field input[id$=city] {
    margin: 0 8px 0 0;
    width: 120px;
}
.request-service-content .city-state-zip {

}
.request-service-content .city-state-zip .input-field {
    float: left;
}
.request-service-content .city-state-zip .state-select {
    margin-right: 8px;
}
.request-service-content .city-state-zip .sb-custom {
    margin: 0 8px 0 0;
}
.request-service-content .city-state-zip .sb-dropdown {
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
}
.request-service-content .city-state-zip input.sb-select[type="text"] {
    width: 31px;
}
.request-service-content .city-state-zip .sparkbox-custom {
    margin-top: 0;
    outline: 1px solid #f00;
}
.request-service-content .input-field input[id$=zipCode] {
    width: 80px;
}
.request-service-content .city-state-zip .input-field label {
    white-space: nowrap;
}

.reminder-info {
    color: #f00;
    display: block;
    margin-bottom: 10px;
}

.close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
}

.close-btn-inner {
    position: absolute;
    right: 12px;
    top: 12px;
}

.close-btn-text {
    display: block;
    float: left;
    font-size: 12px;
    margin: 3px 10px 0 0;
}

.close-btn-icon {
    display: block;
    float: left;
    height: 20px;
    position: relative;
    width: 20px;
}

.close-btn-top {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #616365;
    display: block;
    height: 0;
    left: 3px;
    position: absolute;
    top: 0;
    width: 0;
}

.close-btn-right {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #616365;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
}

.close-btn-bottom {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #616365;
    bottom: 0;
    display: block;
    height: 0;
    left: 3px;
    position: absolute;
    width: 0;
}

.close-btn-left {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #616365;
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 3px;
    width: 0;
}

.sitemap-links {
    text-transform: uppercase;
}

.external-links {
    margin: 8px 0 18px 0;
}

.sdr-container,
.elogbook-container {
    background: #f2f2f2;
    border-top: 1px solid #a0a1a3;
    padding: 18px 12px;
}

.sdr-inner-container,
.elogbook-inner-container {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 296px;
}

.sdr-inner-container a.green-btn,
.elogbook-inner-container a.green-btn {
    display: block;
    font-weight: bold;
    position: relative;
    top: -12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.elogbook-inner-container a.green-btn {
  box-sizing:border-box;
  position: absolute;
  width: 100%;
  top:12px;
}
.sdr-inner-container img,
.elogbook-inner-container img {
  -webkit-box-shadow: 0 4px 9px rgba(0,0,0,.48);
  -moz-box-shadow: 0 4px 9px rgba(0,0,0,.48);
  box-shadow: 0 4px 9px rgba(0,0,0,.48);
}
.elogbook-inner-container img {
  margin-top:36px;
}

.sdr-header {
    font-size: 24px;
    margin: 0 0 18px 0;
}

.sdr-search-container {
    margin: 0 0 32px 0;
}

.sdr-reports-list-container {

}

.sdr-reports-list-container table {
    table-layout: fixed;
    width: 100%;
}

.sdr-reports-list-container caption {
    font-size: 18px;
    margin: 0 0 6px 0;
    text-align: left;
}

.sdr-reports-list-container td {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}

.sdr-icon {
    width: 26px;
}

.sdr-name {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/icon-pdf.png) no-repeat 0 0;
    padding: 0 0 0 26px;
    /*width: 130px;*/
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sdr-date {
    width: 80px;
}

.sdr-time {

}

.sdr-search-container .input-field input[type=text] {
    color: #616365;
    height: 15px;
    line-height: 15px;
    padding: 8px 10px 7px;
    width: 198px;
}

.sdr-search-container .input-field select {
    border: 1px solid #a0a1a3;
    color: #a0a1a3;
    font-size: 14px;
    /*height: 33px;
    margin: 12px 0 0 0;*/
    padding: 0 0 0 6px;
    line-height: 33px;
    /*width: 220px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sdr-search-container .input-field .selector {
    font-size: 14px;
}

.sdr-search-field {
    margin: 0 0 8px 0;
}

.sdr-search-container .input-field input {
    margin: 12px 0 0 0;
}

.sdr-search-container .input-field select option {
    color: #616365;
}

.sdr-search-container .input-field {
    position: relative;
}

.sdr-search-container .input-field .select-menu-icon {
    left: 187px;
    position: absolute;
    top: 12px;
}

.sdr-search-submit {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-search-btn.png) no-repeat 0 0;
    border: none;
    height: 33px;
    margin: 10px 0 0 18px;
    outline: none;
    width: 33px;
}

.pest_customerhome .resources-container,
.pest_servicehome .resources-container {
    border-top: 1px solid #a0a1a3;
    margin: 0 auto;
    padding: 18px 12px;
    width: 296px;
}
.pest_home .resources-container {
    position: absolute;
    top: 428px;
    width: 100%;
    margin: 0 -15px;
    padding: 0 15px;
}

.no-ca .resources-container {
    margin: 0;
    padding: 0;
    position: static;
}

.dashboard-homepage {
    margin-bottom: 20px;
}

.pest_locationdetail .elogbook-btn {
    margin-top: 8px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

@media (max-width: 767px) {
    .pest_home .resources-container {
        position: static;
        top: auto;
        margin: 0;
        padding: 0;
    }

    .container-order {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .container-order-1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        flex-order: 0;
        order: 0;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 1;
    }

    .container-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        flex-order: 1;
        order: 1;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 1;
    }

    .container-order-3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        flex-order: 2;
        order: 2;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 1;
    }
}

.resources-list {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.resources-content-container .resources-list .list-header {
    margin: 18px 0 18px 0;
}
.resources-content-container .resources-list li {
    margin: 0 0 6px 12px;
}

.resources-list li {
    margin: 0 0 6px 0;
}

.resources-list li a {
    display: block;
}

.resources-header {
    margin: 0 -12px 12px -12px;
    text-align: left;
    background: #f2f2f2;
    border: 1px solid #cfd4d8;
    color: #616365;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 4px;
}

.pest_customerhome .resources-header,
.pest_servicehome .resources-header {
    margin: 0 -12px 12px -12px;
    text-align: left;
    background: #f2f2f2;
    border: 1px solid #cfd4d8;
    color: #616365;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 0;
}

.resources-image {
    float: left;
    height: 30px;
    position: relative;
    width: 30px;
}

.resources-internal {
    bottom: 0;
    position: absolute;
    right: 0;
}

.resources-content {
    float: left;
    margin: 0 0 0 8px;
   /* width: 230px;*/
    width: 80%;
}

.resources-content p {
    margin: 0 0 12px 0;
}

.resource1-icon {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-resource1-icon.png) no-repeat 0 0;
    min-height: 46px;
    padding: 0 0 0 60px;
}

.resource2-icon {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-resource2-icon.png) no-repeat 0 0;
    min-height: 46px;
    padding: 0 0 0 60px;
}

.resource3-icon {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-resource3-icon.png) no-repeat 0 0;
    min-height: 46px;
    padding: 0 0 0 60px;
}

.news-image {
    overflow: hidden;
    /*height: 146px;*/
    width: 100%;
}

.news-container {
    border-top: 1px solid #a0a1a3;
}

.pest_news .news-container {
    border-top: none;
}

.news-header {
    /*background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-news-header-bg.png) repeat-x 0 0;
    color: #fff;*/
    background: #f2f2f2;
    border: 1px solid #cfd4d8;
    color: #616365;
    font-size: 18px;
    margin: 0 auto;
    padding: 8px 12px;
    width: 296px;
}

.pest_news .news-header {
    background: none;
    color: #616365;
    margin: 0;
    width: auto;
}

.news-search-header {
    clear: left;
    color: #616365;
    display: none;
    float: left;
    font-size: 18px;
    /*margin: -40px 0 0 0;*/
    padding: 8px 12px 8px 0;
}

.news-title {
    display: block;
    font-size: 20px;
}

.news-content {
    font-size: 12px;
    padding: 12px;
}

.news-content p {
    margin: 0;
}

.news-more {
    display: block;
}

.flex-container {
    margin: 0 auto;
    width: 320px;
}

.news-list {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-list li {
    border-top: 1px solid #A0A1A3;
    padding: 12px 0 0 0;
}

.news-list li:first-child {
    border-top: none;
    padding: 0;
}

.news-list .news-content {
    padding: 12px 0;
}

.news-detail .news-content {
    padding: 12px 0;
}

.news-detail .news-content h2 {
    color: #007ac9;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.main-news-link {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-prev-icon.png) no-repeat 0 2px;
    display: block;
    font-size: 13px;
    margin: 0 0 12px 0;
    padding: 0 0 0 12px;
}

.pagination-container {
    list-style-type: none;
    margin: 12px 0;
    padding: 0;
}

.pagination-container a {
    height: 16px;
    display: block;
    cursor: pointer;
    text-transform: lowercase;
    font-size: 12px;
}

.pagination-container .pagination-prev {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-prev-icon.png) no-repeat 0 2px;
    border: none;
    color: #007ac9;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 16px;
    margin: 0;
    outline: none;
    padding: 0 0 0 12px;
    text-transform: lowercase;
}

.pagination-container .pagination-next {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-next-icon.png) no-repeat 100% 2px;
    border: none;
    color: #007ac9;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 16px;
    margin: 0;
    outline: none;
    padding: 0 12px 0 0;
    text-align: right;
    text-transform: lowercase;
}

.pagination-container .pagination-prev:hover,
.pagination-container .pagination-next:hover {
    text-decoration: underline;
}

.filtered-news {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.search-form {
    /*margin: 0 12px;*/
}

.main-error {
    padding: 12px;
}

.main-error .icon-error {
    float: left;
    margin: 0 12px 0 0;
}

.main-error .input-field {
    margin: 0 0 12px 0;
    position: relative;
}

.main-error .input-field label {
    color: #616365;
    cursor: text;
    /*display: block;
    margin: 0 0 6px 0;*/
    position: absolute;
    font-size: 14px;
    left: 8px;
    position: absolute;
    top: 4px;
}

.main-error .title {
    color: #616365;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.main-error .btn-submit {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-login-submit.png) no-repeat 0 0 !important;
    border: none !important;
    height: 25px;
    outline: none;
    width: 25px;
}

.marketing-container {
    border-top: 1px solid #a0a1a3;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.marketing-image {
    text-align: center;
}
.marketing-heading {
    color: #007AC9;
    font-size: 18px;
    margin: 8px 0 0 0;
    padding: 0 12px;
    text-align: left;
    text-transform: uppercase;
}
.marketing-content {
    line-height: 1.4;
    margin: 8px 0 0 0;
    padding: 0 12px;
    text-align: left;
}
.marketing-link {
    margin: 12px 0 0 0;
    padding: 0 12px;
    text-align: left;
}
.video-content {
    /*max-width: 600px;*/
}
.pest_customerhome .video-content {
    max-width: 320px;
}
.pest_customerhome .marketing-image .video-content {
    max-width: none;
}
.video-lightbox {
    display: block;
}
.news-detail .sfdc_richtext .video-lightbox {
    display: inline;
}
.video-iframe {
    display: none;
    height: 0;
    max-width: 600px;
    position: relative;
    width: 0;
    visibility: hidden;
}
.video-lightbox+.video-iframe{
    overflow:hidden;
}
.video-iframe .close-link {
    background: #333;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    padding: 3px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 9999;
}
.video-iframe .close-link:hover,
.video-iframe .close-link:focus,
.video-iframe .close-link:hover:active {
    color: #ccc !important;
    text-decoration: none;
}
.signup-container {
    /*background: #fff;
    border: 2px solid #48A618;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    color: #616365;
    font-size: 14px;
    /*padding: 36px 6px 18px 6px;
    position: absolute;
    z-index: 110;*/
}
.signup-content {
    /* display: none; */
}
.signup-container .input-field {
    margin: 0 0 10px 0;
    position: relative;
}
.signup-container .input-field input[type="text"] {
    padding: 4px 8px;
    width: 271px;
}
.signup-container .sb-dropdown {
    top: 21px;
}
.signup-container .sb-select,
.signup-container .input-field input.sb-select[type="text"] {
    background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-select-short-btn.png) no-repeat 100% 50%;
    padding: 4px 34px 4px 10px;
}
.signup-container .input-field input[id$=firstName],
.signup-container .input-field input[id$=lastName] {
    width: 147px;
}
.signup-container .acct-number-signup {
    display: none;
}
.signup-container .input-field input[id$=city] {
    margin: 0 8px 0 0;
    width: 109px;
}
.signup-container .city-state-zip {
    margin: 0 0 32px 0;
}
.signup-container .city-state-zip .input-field {
    float: left;
}
.signup-container .city-state-zip .sb-custom {
    margin: 0 8px 0 0;
}
.signup-container .city-state-zip .sb-dropdown {
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
}
.signup-container .city-state-zip input.sb-select[type="text"] {
    width: 31px;
}
.signup-container .city-state-zip .sparkbox-custom {
    margin-top: 0;
    outline: 1px solid #f00;
}
.signup-container .input-field input[id$=zipCode] {
    width: 54px;
}
.signup-container .city-state-zip .input-field label {
    white-space: nowrap;
}
.signup-container .contact-info {
    margin: 0 0 32px 0;
}
.signup-container .contact-info .input-field input[type=text] {
    width: 174px;
}
.signup-container .radio-field {
    margin: 0 0 18px 0;
}
.signup-container .radio-field td {
    display: block;
    padding: 0 0 6px 0;
}
.signup-container .radio-field input[type=radio] {
    float: left;
    margin: -2px 0 0 8px;
}
.signup-container .radio-field label {
    display: block;
    font-weight: bold;
    margin: 0px 0 0 26px;
}
.signup-container .select-field {
    margin: 0 0 16px 0;
}
.signup-container .select-field label {
    display: block;
    margin: 0 0 8px 0;
}
.signup-container .textarea-field label {
    width: 261px;
}
.signup-container .input-field textarea {
    padding: 8px;
    width: 277px;
}

.signup-container .submit-btn {
    margin: 14px 0 0 8px;
}

.sdr-search-container .input-field label {
    top: 8px;
}

.filter-container .sb-dropdown {
    top: 24px;
}

.filter-container .sb-select,
.filter-container input.sb-select[type="text"] {
    background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-select-short-btn.png) no-repeat 100% 50%;
    border: 1px solid #A0A1A3;
    color: #616365;
    display: inline-block;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    left: 0;
    padding: 4px 34px 4px 10px !important;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 145px;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-right: none;
}

.filter-container {
    background: #f2f2f2;
    clear: both;
    float: left;
    margin: 0 -12px 32px -12px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
}

.filter-container:after {
  content: '';
  display: inline-block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #f2f2f2;
  position: absolute;
  bottom: -14px;
  left: 24px;
}
.filter-select {
    clear: both;
    width: 100%;
}
.filter-select .sb-custom {
    float: left;
    margin: 0;
    width: auto;
}
.filter-select .sb-custom .sb-dropdown {
    height: 106px;
    overflow: scroll;
    overflow-x: hidden;
}
.filter-header {
    float: left;
    font-weight: bold;
    margin: 3px 6px 0 0;
}
.filter-subfilters {
    clear: both;
    padding: 12px 0 0 106px;
    position: relative;
}
.filter-subfilters .sb-custom {
    clear: none;
    float: left;
    margin: 8px 8px 0 0;
    width: auto;
}
.filter-connector {
    border-left: 1px solid #007ac9;
    border-bottom: 1px solid #007ac9;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    float: left;
    height: 22px;
    left: 90px;
    margin: 0 3px 0 0;
    position: absolute;
    top: 3px;
    width: 12px;
}
.resources-content-container {
    clear: both;
}
.resources-content-header {
    font-size: 18px;
    margin: 0 0 16px 0;
    text-align: left;
}
.resources-sidebar {
    border-top: 1px solid #A0A1A3;
    clear: both;
    margin: 12px 0 0 0;
    padding: 12px 0 24px 0;
    width: 100%;
}
.resources-sidebar ul {
    list-style-type: none;
    margin: 0 0 32px 0;
    padding: 0;
}
.resources-sidebar ul li {

}
.resources-sidebar ul li:first-child a {
    padding: 0 0 6px 0;
}
.resources-sidebar ul a {
    color: #007AC9;
    display: block;
    padding: 6px 0;
    text-decoration: none;
}
.resources-sidebar ul a.active {
    color: #aeaeae;
}
.resources-sidebar ul a:active,
.resources-sidebar ul a:hover {
    text-decoration: underline;
}

#recaptcha_widget {
    border: 1px solid #A0A1A3;
    clear: both;
    margin: 0 0 16px 0;
    width: 293px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#recaptcha_widget a {
    display: block;
}

#recaptcha_image {
    border-bottom: 1px solid #A0A1A3;
    height: 56px !important;
    margin: 0 0 10px 0;
    width: 293px !important;
}

#recaptcha_image img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#recaptcha_input {
    float: left;
    margin: 0 0 10px 8px;
}

#recaptcha_response_field {
    border: 1px solid #A0A1A3;
    clear: both;
    display: block;
    font-size: 14px;
    padding: 4px 8px;
    height: 14px;
    line-height: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

#recaptcha_icons {
    float: right;
    margin: 0 8px 8px 0;
}

#recaptcha_widget label.error {
    float: left;
    width: 200px;
}

.recaptcha_only_if_image {
    margin: -2px 0 -1px 0;
}

.recaptcha_only_if_audio {
    margin: -2px 0 -1px 0;
}

.contact-form label.error,
.request-form label.error,
.acknowledge-form label.error {
    clear: both;
    color: #f00;
    display: block;
    font-size: 12px;
    margin: 6px 0 0 0;
    position: static;
}

.site-search-results .pbSubsection table {
    empty-cells: show;
    width: 100%;
}

/*.site-search-results .bPageBlock .detailList .list tr th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

.site-search-results .bPageBlock .detailList .list tr td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #A0A1A3;
    color: #616365;
    border-bottom: none;
}

.site-search-results table.list tbody tr.even td,
.site-search-results table.list tbody tr.even th {
    background: #f2f2f2;
}*/

.site-search-results .bPageBlock {
    border: none;
}

/*.site-search-results .bPageBlock .detailList > tbody > tr,
.site-search-results .bPageBlock .detailList > tbody > tr > td {
    border: none !important;
    padding: 0 !important;
}*/

.site-search-results .bPageBlock .pbBody {
    padding: 0 !important;
}

.site-search-results .bPageBlock .pbBody > div {
   /* margin: 0 0 18px 0;*/
}

.site-search-results .apexp .detailList .list .headerRow th {
    border-bottom: none;
    color: #616365;
}

.site-search-results .record_type_name {
    width: 150px;
}

.site-search-results .pbSubheader {
    background: transparent;
    padding: 0;
}

.site-search-results .pbSubheader h3 {
    margin: 18px 0 0 0;
}

.site-search-results .bPageBlock .detailList > tbody > tr > td.no-results {
    font-style: italic;
    padding: 12px 0 0 0 !important;
}
.sdr-landing-page{
    font-size:13px;
}
.sdr-landing-page .row-fluid{
    margin-bottom:50px;
}
.sdr-landing-page h2{
    color:#007ac9;
    font-weight:normal;
    margin-bottom:0;
}
.sdr-landing-page h2:first-child,
.sdr-landing-page .pull-right + h2,
.sdr-landing-page .pull-left + h2{
    margin-top: 0;
}
.sdr-landing-page h2 + p,
.sdr-landing-page h2 + .sub-heading{
    margin-top:.1em;
}
.sdr-landing-page .sub-heading{
    font-weight:normal;
    font-size:.85em;
    line-height:1.27;
    color:#999;
}

.view-service-report {
    background: #0079C9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-color: transparent;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px !important;
    font-weight: bold;
    margin: 0 12px 6px 12px;
    padding: 4px 8px;
    position: static !important;
}
.view-service-report:hover,
.view-service-report:active {
    color: #fff;
    text-decoration: none;
}

.company-logo {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-logo-arc.png) no-repeat 0 100%;
    display: table;
    height: 58px;
    max-height: 58px;
    max-width: 100px;
    min-width: 100px;
    padding: 0 0 0 127px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 128px;
}

.unauthenticated .company-logo {
    background: none;
}

.company-logo-inner {
    display: table-cell;
    max-width: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.company-logo-inner p {
    margin: 0;
}
.company-logo img {
    margin: 0 10px 0 0;
    max-height: 58px;
    max-width: 88px;
    vertical-align: middle;
}

.search-term-container {
    margin-bottom: 12px;
}

.search-category {
    margin-bottom: 18px;
}

.search-expand {
    font-weight: bold;
    text-decoration: underline;
}
.search-sidebar {
    word-wrap: break-word;
}
.pest_sitesearchresults .search-content{
	width: 78.3%;
}   
.search-category-input {
    border: 1px solid #cfd4d8;
    display: none;
    padding: 18px 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.unauthenticated .search-category-input {
  display: block;
}

.search-category-input .search-container {
    float: none;
    margin-top: 0;
}

.search-category-input label {
    color: #616365;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    position: static;
}

.bPageBlock .search-category-input .input-field input[type="text"],
.search-category-input input[type="text"] {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    border: 1px solid #a0a1a3;
    font-size: 14px;
    line-height: 14px;
    width: 230px;
    padding: 4px;
}

.narrow-results-container {
    border: 1px solid #cfd4d8;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.narrow-results-header {
    background-color: #f2f2f2;
    padding: 6px 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.narrow-results-header.expanded {
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.narrow-results-header a {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-blue-nav-arrow.png) no-repeat 100% 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
}

.narrow-results-header.expanded a {
    background-position: 100% -38px;
}

.narrow-results-content {
    /*display: none;*/
    position: relative;
}

.narrow-results-content.in {
    padding: 4px 8px 8px;
}

.narrow-results-content .bPageBlock {
    margin-bottom: 0;
    padding-bottom: 0;
}

.narrow-results-content ul {
    margin: 0;
    padding: 0;
}

.narrow-results-content li {
    border-top: 1px solid #cfd4d8;
    list-style-type: none;
    margin-left: 0;
}

.narrow-results-content li:first-child {
    border-top: none;
}

.narrow-results-content li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
}

.search-results-container {
    border: 1px solid #cfd4d8;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.search-results-header {
    background-color: #f2f2f2;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.search-results-header a {
    display: block;
    float: left;
    font-size: 21px;
    padding: 8px;
}

@media (max-width: 360px) {
    .search-results-header a.constrain-width {
        max-width: 200px;
    }
}

a.search-back-to-results {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.search-results-header a.search-back-to-results {
    margin-top: 4px;
    padding: 0;
    width: 72px;
}

.search-results-content {
    padding: 8px;
}

.search-results-content table {
    border-collapse: collapse;
    width: 100%;
}

.search-results-content .list .headerRow th {
    border-bottom: none;
    color: #616365;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 8px 8px;
    text-align: left;
    /*white-space: nowrap;*/
}

.search-results-content .list .headerRow th:first-child {
    padding: 8px 0;
}

.search-results-content .list td {
    border-bottom: none;
    border-top: 1px solid #cfd4d8;
    font-size: 12px;
    padding: 8px 0 8px 8px;
    text-align: left;
    vertical-align: top;
}

.search-results-content .list td:first-child {
    padding: 8px 0;
}

.search-results-content .list td.sdr_start_date,
.search-results-content .list th.sdr_start_date,
.search-results-content .list td.sdr_servicedate,
.search-results-content .list th.sdr_servicedate {
    width: 64px;
}

.search-results-content .list td.sdr_start_date__c,
.search-results-content .list th.sdr_start_date__c,
.search-results-content .list td.sdr_servicedate,
.search-results-content .list th.sdr_servicedate {
    width: 64px;
}
a.icon-type.searched-list-a img {
    transition: all .1s linear;
}
a.icon-type.searched-list-a:hover {
    border-bottom: 3px solid #5EB6E4;
}

a.icon-type.searched-list-a:hover img {
    margin-top: -2px;
    margin-bottom: 2px;
}

.pest_correctiveactions table.list .headerRow th,
.pest_correctiveactions table.list .dataRow td {
    padding-right: 20px;
}
.search-results-content .no-results {
  font-size: 12px;
    margin: 12px 0;
}

.icon-type {
    display: block;
}

.search-results-footer {
    margin-bottom: 12px;
    padding: 0 8px;
}

.facet-section {
    margin: 32px 0 16px 0;
}

.facet-section:first-child {
    margin: 16px 0 16px 0;
}

.facet-header {
    border-bottom: 1px solid #cfd4d8;
    color: #616365;
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.facet-content label.checkbox {
    font-size: 14px;
    margin-bottom: 8px;
}

.facet-actions {
    padding: 0 10px;
}

.apply-btn {
    background: #0079C9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: transparent;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apply-btn[disabled] {
    cursor: not-allowed;
}

input[type='checkbox'][disabled] {
    cursor: not-allowed;
}

.facet-content .filter-loading {
    position: relative;
}

.facet-content .filter-loading:after {
    background: #fff url(/EcolabPestService/img/loading.gif) 1px 1px no-repeat;
    content: '';
    display: block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 19px;
    z-index: 9999;
}

.clear-filter {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: left;
}

.ir-nav-container {
    border: 1px solid #cfd4d8;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 0 8px;
    position: relative;
}

.ir-nav-container ul {
    margin: 0;
    padding: 0;
}

.ir-nav-container li {
    border-top: 1px solid #cfd4d8;
    list-style-type: none;
    margin-left: 0;
}

.ir-nav-container li:first-child {
    border-top: none;
}

.ir-nav-container li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
}

.ir-nav-container li a.current {
    font-weight: bold;
}

.ir-banner-content {
    background-color: #007ac9;
    color: #fff;
    font-size: 12px;
    margin: 0 0 8px 0;
    overflow: hidden;
    padding: 12px;
    max-height: 97px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.ir-banner-content h1 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 12px 0;
}

.ir-banner-content p {
    margin: 0;
}

.ir-banner-image {
    min-height: 137px;
}

.ir-content h2,
.ir-related-sidebar h2 {
    font-size: 16px;
    margin: 0;
}

.ir-content h3 {
    font-size: 14px;
    margin: 24px 0 12px 0;
}

.ir-content .accordion,
.ir-related-sidebar .accordion {
    margin-bottom: 0;
}

.ir-content .accordion-group,
.ir-related-sidebar .accordion-group {
    border: none;
    margin-bottom: 0;
}

.ir-content .accordion-heading,
.ir-related-sidebar .accordion-heading {
    background-color: #f2f2f2;
    border: 1px solid #cfd4d8;
    padding: 6px 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ir-content .accordion-heading .accordion-toggle,
.ir-related-sidebar .accordion-heading .accordion-toggle {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-blue-nav-arrow.png) no-repeat 100% -38px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    width: 100%;
}

.ir-content .accordion-heading .accordion-toggle.collapsed,
.ir-related-sidebar .accordion-heading .accordion-toggle.collapsed {
    background-position: 100% 0;
}

.ir-content .accordion-inner,
.ir-related-sidebar .accordion-inner {
    border: none;
    padding: 12px 8px;
}

.ir-content .accordion-inner ul {
    margin: 0 0 12px 18px;
}

.ir-page-section-content {
    border-top: 1px solid #e1e1e1;
    line-height: 1.4;
    margin: 12px 0 0 0;
    padding: 18px 0 0 0;
}

.ir-page-section-content:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.ir-page-section-content img:first-child {
    float: right;
    margin: 0 0 8px 16px;
    max-width: 120px;
}

.ir-related-document {
    margin-bottom: 18px;
}

#ir-related-accordion ul {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#ir-related-accordion li {
    /*display: none;*/
    list-style: none;
    margin: 12px 0;
}

.view-more-link a {
    font-weight: bold;
    padding: 0 0 0 24px;
    position: relative;
}

.view-more-link a:before {
    background: #fff;
    border: 1px solid #cfd4d8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #007ac9;
    content: "+";
    display: block;
    font-weight: bold;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 16px;
}

.view-more-link a.active:before {
    content: "-";
}

.service-username-tooltip {
    display: inline;
    margin: 0 0 0 4px;
    vertical-align: baseline;
}

.resource-search-loader,
.sdr-search-loader,
.frs-search-loader,
.account-search-loader,
.contact-search-loader,
.search-filter-loader {
    display: none;
    margin: 8px 0;
}

.search-results-content .list .headerRow th.contact_email,
.search-results-content .list td.contact_email {
  min-width: 100px;
  -ms-word-break: break-all;
  word-break: break-all;

  word-break: break-word;

  white-space: normal;
  vertical-align: top;
}

.search-results-content .list .headerRow th.contact_mailing_street,
.search-results-content .list td.contact_mailing_street {
  min-width: 220px;
}

/*** END SMARTHPHONE CSS ***/

/*** START SPARKBOX SELECT CSS ***/

.sb-custom {
    cursor: pointer;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width:  100%;
}
.sdr-search-container .sb-custom {
    margin: 0 16px 0 0;
}
.sdr-search-container .state-select {
    display: inline-block;
}
.sdr-search-container .state-select .sb-custom {
    margin: 0 8px 0 0;
}
.sdr-search-container .state-select .sb-dropdown {
    height: 106px;
    overflow: scroll;
    overflow-x: hidden;
    width: 74px;
}
.sdr-search-container .state-select input.sb-select[type="text"] {
    width: 40px;
}
.sdr-search-container .state-select .sparkbox-custom {
    /*margin-top: -23px;*/
}
.sparkbox-custom {
    display: none;
}
.no-js .sparkbox-custom {
    display: block;
}
.sb-select:focus {

}
.sb-select,
.input-field input.sb-select[type="text"] {
    background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-select-btn.png) no-repeat 100% 50%;
    border: 1px solid #A0A1A3;
    color: #616365;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    left: 0;
    padding: 8px 34px 8px 10px;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 175px;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-right: none;
}
.sb-dropdown {
    background: white;
    border: 1px solid #A0A1A3;
    display: none;
    font-size: 14px;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px;
    width: 218px;
    z-index: 2;
}
.request-service-content .sb-dropdown {
    top: 21px;
}
.sdr-search-container .sb-dropdown {
    top: 31px;
}
.sb-dropdown li {
    margin: 0;
}
.sb-dropdown a {
    color: #a0a1a3;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.sb-dropdown a:hover,
.sb-dropdown .selected {
    background: #f2f2f2;
    color: #A0A1A3;
}
.lt-ie10 .filter-container .sb-select,
.lt-ie10 .filter-container input.sb-select[type="text"],
.lt-ie10 .filter-subfilters .sb-select,
.lt-ie10 .filter-subfilters input.sb-select[type="text"]{
    background: none;
    border: none;
    max-width: 137px;
    padding: 4px 0 4px 10px !important;
    width: 137px;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.lt-ie10 .filter-select .sb-custom,
.lt-ie10 .filter-subfilters .sb-custom{
    background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-select-short-btn.png) no-repeat 100% 50%;
    border: 1px solid #A0A1A3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-right: none;
    padding: 0 42px 0 0;
    max-width: 137px;
    width: 137px;
}
.lt-ie10 .filter-container .sb-dropdown {
    top: 23px;
    left: -1px;
}

.filter-subfilters .selector {
    font-size: 14px;
}

.filter-select-container {
    float: left;
}

.filter-select-container .selector {
    font-size: 14px;
}

.info-message {
    padding: 8px 14px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.info-message strong {
    font-weight: bold;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
input[name="save_new"] {
    display: none;
}

/*** END SPARKBOX SELECT CSS ***/

/*** START FLEXSLIDER CAROUSEL CSS ***/
.marcomm-carousel .flex-container a:active,
.marcomm-carousel .flexslider a:active,
.marcomm-carousel .flex-container a:focus,
.marcomm-carousel .flexslider a:focus  {
    outline: none;
}
.marcomm-carousel .slides,
.marcomm-carousel .flex-control-nav,
.marcomm-carousel .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.marcomm-carousel .flexslider {
    margin: 0;
    padding: 0;
}
.marcomm-carousel .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.marcomm-carousel .flexslider .slides > li > div {
    position:relative;
}
.marcomm-carousel .flexslider .slides img {
    width: 100%;
    display: block;
}
.marcomm-carousel .flex-pauseplay span {
    text-transform: capitalize;
}
.marcomm-carousel .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .marcomm-carousel .slides {
    display: block;
}
* html .marcomm-carousel .slides {
    height: 1%;
}
.no-js .marcomm-carousel .slides > li:first-child {
    display: block;
}
.marcomm-carousel .flexslider {
    margin: 0 0 50px;
    position: relative;
    zoom: 1;
}
.marcomm-carousel .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.marcomm-carousel .loading .flex-viewport {
    max-height: 300px;
}
.marcomm-carousel .flexslider .slides {
    zoom: 1;
}
.marcomm-carousel .flex-direction-nav{
    display:none;
}
/* Control Nav */
.marcomm-carousel .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.marcomm-carousel .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.marcomm-carousel .flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.marcomm-carousel .flex-control-paging li a:hover {
    background: #929292;

}
.marcomm-carousel .flex-control-paging li a.flex-active {
    background: #929292;
    cursor: default;
}
.marcomm-carousel .flexslider .promo{
    position:absolute;
    top:0;
    right:25px;
    background:#fff;
    background:rgba(255,255,255,.85);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:20px 0;
    width:28%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.marcomm-carousel .flexslider .promo h2{
    font-size: 2.15em;
    line-height:1;
}
.marcomm-carousel .flexslider .promo p{
    font-size:1.23em;
}
.marcomm-carousel .flexslider .promo h2,
.marcomm-carousel .flexslider .promo p{
    margin:0 20px 5px;
}

@media (max-width: 767px) {
    .marcomm-carousel .flexslider .promo{
        position: relative;
        right: 0;
        top: 0;
        width: auto;
        background: #0078cb;
        border-radius:0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        padding-bottom:40px
    }
    .marcomm-carousel .flexslider .promo h2,
    .marcomm-carousel .flexslider .promo p,
    .marcomm-carousel .flexslider .promo a{
        color:#fff;
    }
    .marcomm-carousel .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .marcomm-carousel .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }

}
/*** END FLEXSLIDER CAROUSEL CSS ***/

/*** Public Site Search ***/

.select-region {
    margin-bottom: 10px;
    width: 100%;
}
.select-region label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}
.select-region select {
    background: #fff;
    border: 1px solid #cfd4d8 !important;
    color: #333 !important;
    font-size: 12px;
    height: 24px;
    margin: 0;
    padding: 0 0 0 6px;
    line-height: 33px;
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .pest_sitesearchresults .search-content{
    width: 80%;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sdr-landing-page [class*="span"]{
      margin-bottom:60px;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .news-carousel {
    height: auto;
    overflow: visible;
    visibility: visible;
  }
    .media .pull-left{
        margin-bottom: 10px;
        float:none;
    }
    .media-body {
        font-size: 1em;
        line-height: 1.27em;
    }

    .resource_summary,
    .resource_summary__c,
    .sdr_address1,
    .sdr_address1__c,
    .sdr_address2__c,
    .sdr_city,
    .sdr_city__c,
    .sdr_state,
    .sdr_state__c,
    .sdr_specialist_name,
    .account_shipping_city,
    .account_shippingcity,
    .account_shipping_stateprovince,
    .account_shippingstate,
    .contact_mailing_street,
    .contact_city__state,
    .sdr_location_num {
        display: none !important;
    }

    .search-results-content .list .headerRow th.account_account_name,
    .search-results-content .list td.account_account_name {
      width: 44%;
    }
    
    .search-results-content .list .headerRow th.account_name,
    .search-results-content .list td.account_name {
      width: 44%;
    }

    .search-results-content .list .headerRow th.account_location_num,
    .search-results-content .list td.account_location_num {
      width: 12%;
      min-width: 70px;
    }
    
    .search-results-content .list .headerRow th.account_location__c,
    .search-results-content .list td.account_location__c {
      width: 12%;
      min-width: 70px;
    }

    .search-results-content .list .headerRow th.account_shipping_street,
    .search-results-content .list td.account_shipping_street {
      width: 44%;
    }
    
    .search-results-content .list .headerRow th.account_shippingstreet,
    .search-results-content .list td.account_shippingstreet {
      width: 44%;
    }
    
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
  .search-results-content .list td {
    -ms-word-break: break-all;
    word-break: break-all;

    // Non standard for webkit
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-static-top {
    position: absolute;
    z-index: 3;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    float: right;
    padding-left: 10px;
    padding-right: 20px;
    margin: 0 0 0 -5px;
  }
  .navbar-brand-container {
    position: static;
    width: auto;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav,
  .nav-collapse ul {
    float: none;
    margin: 0;
    padding: 0;
  }
  .nav-collapse .nav > li,
  .nav-collapse ul > li {
    float: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse ul > li > a {
    text-align: right;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse ul > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 7px 10px;
    color: #fff;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse ul > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #9ea0a1;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse ul > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu,
  .navigation-container .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .nav,
  .navbar ul {
      position: relative;
      left: 0;
  }
  .pest_servicelogin .login-content,
  .unauthenticated .pest_servicehome .login-content {
    display: block !important;
  }
  .pest_servicelogin .login-container .input-field input[type="text"],
  .pest_servicelogin .login-container .input-field input[type="password"],
  .unauthenticated .pest_servicehome .login-container .input-field input[type="text"],
  .unauthenticated .pest_servicehome .login-container .input-field input[type="password"] {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .filtered-news {
    height: auto;
    overflow: visible;
    visibility: visible;
  }
  .news-carousel {
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .pest_customerhome .news-header,
  .pest_servicehome .news-header {
      margin: 0;
      width: auto;
  }
  .page-inner-container {
      margin: 0 auto 90px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 979px) {
    .pest_customerlogin .featured-container,
    .unauthenticated .pest_customerhome .featured-container {
        float: left;
        width: 360px;
    }
    .pest_customerlogin .featured-container .marketing-image img,
    .unauthenticated .pest_customerhome .featured-container .marketing-image img {
        width: 360px;
    }
    .pest_customerlogin .featured-container .featured-text,
    .unauthenticated .pest_customerhome .featured-container .featured-text {
        margin-left: -180px;
        width: 336px;
    }
    .pest_customerlogin .video-container,
    .unauthenticated .pest_customerhome .video-container {
        border-top: none;
        clear: right;
        float: right;
        margin-top: 12px;
        padding: 0;
        width: 360px;
    }
    .pest_customerlogin .marketing-container,
    .unauthenticated .pest_customerhome .marketing-container {
        border-top: none;
        clear: left;
        float: left;
        max-width: 360px;
        padding: 18px 0;
    }
    .pest_customerlogin .spotlight-container,
    .unauthenticated .pest_customerhome .spotlight-container {
        border-top: none;
        float: right;
        width: 348px;
    }
    .pest_customerlogin .logo-container,
    .unauthenticated .pest_customerhome .logo-container {
        float: left;
    }
    .pest_customerlogin .login-container,
    .unauthenticated .pest_customerhome .login-container {
        position: absolute;
        right: 8px;
        top: 20px;
        z-index: 1000;
    }
    .pest_customerhome .promotions-container,
    .pest_servicehome .promotions-container {
        float: left;
        width: 360px;
    }
    .pest_customerhome .promotions-container .marketing-image img,
    .pest_servicehome .promotions-container .marketing-image img {
        width: 360px;
    }
    .pest_customerhome .promotions-content,
    .pest_servicehome .promotions-content {
        float: left;
        width: 360px;
    }
    .pest_customerhome .sdr-container,
    .pest_customerhome .elogbook-container,
    .pest_servicehome .sdr-container {
        clear: right;
        float: right;
        width: 336px;
    }
    .pest_customerhome .news-container,
    .pest_servicehome .news-container {
        clear: left;
        float: left;
    }
    .pest_customerhome .resources-container,
    .pest_servicehome .resources-container {
        float: right;
        padding: 18px 12px 0;
        width: 336px;
    }
    .pest_customerhome .flex-container,
    .pest_servicehome .flex-container {
        width: 360px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .company-logo {
        min-width: 1px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .company-logo {
        min-width: 1px;
    }
}

  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=02c028a7bf9e473ea168)
 * Config saved to config.json and https://gist.github.com/02c028a7bf9e473ea168
 */
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.bs-sf article,
.bs-sf aside,
.bs-sf details,
.bs-sf figcaption,
.bs-sf figure,
.bs-sf footer,
.bs-sf header,
.bs-sf hgroup,
.bs-sf main,
.bs-sf menu,
.bs-sf nav,
.bs-sf section,
.bs-sf summary {
  display: block;
}
.bs-sf audio,
.bs-sf canvas,
.bs-sf progress,
.bs-sf video {
  display: inline-block;
  vertical-align: baseline;
}
.bs-sf audio:not([controls]) {
  display: none;
  height: 0;
}
.bs-sf [hidden],
.bs-sf template {
  display: none;
}
.bs-sf a {
  background-color: transparent;
}
.bs-sf a:active,
.bs-sf a:hover {
  outline: 0;
}
.bs-sf abbr[title] {
  border-bottom: 1px dotted;
}
.bs-sf b,
.bs-sf strong {
  font-weight: bold;
}
.bs-sf dfn {
  font-style: italic;
}
.bs-sf h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bs-sf h1,
.bs-sf h2,
.bs-sf h3,
.bs-sf h4,
.bs-sf h5,
.bs-sf h6 {
    font-weight: normal;
}
.bs-sf mark {
  background: #ff0;
  color: #000;
}
.bs-sf small {
  font-size: 80%;
}
.bs-sf sub,
.bs-sf sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bs-sf sup {
  top: -0.5em;
}
.bs-sf sub {
  bottom: -0.25em;
}
.bs-sf img {
  border: 0;
}
.bs-sf svg:not(:root) {
  overflow: hidden;
}
.bs-sf figure {
  margin: 1em 40px;
}
.bs-sf hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.bs-sf pre {
  overflow: auto;
}
.bs-sf code,
.bs-sf kbd,
.bs-sf pre,
.bs-sf samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bs-sf button,
.bs-sf input,
.bs-sf optgroup,
.bs-sf select,
.bs-sf textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bs-sf button {
  overflow: visible;
}
.bs-sf button,
.bs-sf select {
  text-transform: none;
}
.bs-sf button,
.bs-sf html input[type="button"],
.bs-sf input[type="reset"],
.bs-sf input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bs-sf button[disabled],
.bs-sf html input[disabled] {
  cursor: default;
}
.bs-sf button::-moz-focus-inner,
.bs-sf input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bs-sf input {
  line-height: normal;
}
.bs-sf input[type="checkbox"],
.bs-sf input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bs-sf input[type="number"]::-webkit-inner-spin-button,
.bs-sf input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bs-sf input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bs-sf input[type="search"]::-webkit-search-cancel-button,
.bs-sf input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bs-sf fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bs-sf legend {
  border: 0;
  padding: 0;
}
.bs-sf textarea {
  overflow: auto;
}
.bs-sf optgroup {
  font-weight: bold;
}
.bs-sf table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bs-sf td,
.bs-sf th {
  padding: 0;
}
.bs-sf * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-sf *:before,
.bs-sf *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-sf html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bs-sf body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.bs-sf input,
.bs-sf button,
.bs-sf select,
.bs-sf textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bs-sf a {
  color: #337ab7;
  text-decoration: none;
}
.bs-sf a:hover,
.bs-sf a:focus {
  /*color: #23527c;
  text-decoration: underline;*/
}
.bs-sf a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bs-sf figure {
  margin: 0;
}
.bs-sf img {
  vertical-align: middle;
}
.bs-sf .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bs-sf .img-rounded {
  border-radius: 6px;
}
.bs-sf .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bs-sf .img-circle {
  border-radius: 50%;
}
.bs-sf hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bs-sf .text-left {
    text-align: left
}

.bs-sf .text-right {
    text-align: right
}

.bs-sf .text-center {
    text-align: center
}

.bs-sf .text-justify {
    text-align: justify
}

.bs-sf .text-nowrap {
    white-space: nowrap
}

.bs-sf .text-lowercase {
    text-transform: lowercase
}

.bs-sf .text-uppercase {
    text-transform: uppercase
}

.bs-sf .text-capitalize {
    text-transform: capitalize
}

.bs-sf .text-muted {
    color: #777
}
.bs-sf .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bs-sf .sr-only-focusable:active,
.bs-sf .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bs-sf [role="button"] {
  cursor: pointer;
}
.bs-sf .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bs-sf .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bs-sf .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bs-sf .container {
    width: 1170px;
  }
}
.bs-sf .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bs-sf .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bs-sf .col-xs-1,
.bs-sf .col-sm-1,
.bs-sf .col-md-1,
.bs-sf .col-lg-1,
.bs-sf .col-xs-2,
.bs-sf .col-sm-2,
.bs-sf .col-md-2,
.bs-sf .col-lg-2,
.bs-sf .col-xs-3,
.bs-sf .col-sm-3,
.bs-sf .col-md-3,
.bs-sf .col-lg-3,
.bs-sf .col-xs-4,
.bs-sf .col-sm-4,
.bs-sf .col-md-4,
.bs-sf .col-lg-4,
.bs-sf .col-xs-5,
.bs-sf .col-sm-5,
.bs-sf .col-md-5,
.bs-sf .col-lg-5,
.bs-sf .col-xs-6,
.bs-sf .col-sm-6,
.bs-sf .col-md-6,
.bs-sf .col-lg-6,
.bs-sf .col-xs-7,
.bs-sf .col-sm-7,
.bs-sf .col-md-7,
.bs-sf .col-lg-7,
.bs-sf .col-xs-8,
.bs-sf .col-sm-8,
.bs-sf .col-md-8,
.bs-sf .col-lg-8,
.bs-sf .col-xs-9,
.bs-sf .col-sm-9,
.bs-sf .col-md-9,
.bs-sf .col-lg-9,
.bs-sf .col-xs-10,
.bs-sf .col-sm-10,
.bs-sf .col-md-10,
.bs-sf .col-lg-10,
.bs-sf .col-xs-11,
.bs-sf .col-sm-11,
.bs-sf .col-md-11,
.bs-sf .col-lg-11,
.bs-sf .col-xs-12,
.bs-sf .col-sm-12,
.bs-sf .col-md-12,
.bs-sf .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bs-sf .col-xs-1,
.bs-sf .col-xs-2,
.bs-sf .col-xs-3,
.bs-sf .col-xs-4,
.bs-sf .col-xs-5,
.bs-sf .col-xs-6,
.bs-sf .col-xs-7,
.bs-sf .col-xs-8,
.bs-sf .col-xs-9,
.bs-sf .col-xs-10,
.bs-sf .col-xs-11,
.bs-sf .col-xs-12 {
  float: left;
}
.bs-sf .col-xs-12 {
  width: 100%;
}
.bs-sf .col-xs-11 {
  width: 91.66666667%;
}
.bs-sf .col-xs-10 {
  width: 83.33333333%;
}
.bs-sf .col-xs-9 {
  width: 75%;
}
.bs-sf .col-xs-8 {
  width: 66.66666667%;
}
.bs-sf .col-xs-7 {
  width: 58.33333333%;
}
.bs-sf .col-xs-6 {
  width: 50%;
}
.bs-sf .col-xs-5 {
  width: 41.66666667%;
}
.bs-sf .col-xs-4 {
  width: 33.33333333%;
}
.bs-sf .col-xs-3 {
  width: 25%;
}
.bs-sf .col-xs-2 {
  width: 16.66666667%;
}
.bs-sf .col-xs-1 {
  width: 8.33333333%;
}
.bs-sf .col-xs-pull-12 {
  right: 100%;
}
.bs-sf .col-xs-pull-11 {
  right: 91.66666667%;
}
.bs-sf .col-xs-pull-10 {
  right: 83.33333333%;
}
.bs-sf .col-xs-pull-9 {
  right: 75%;
}
.bs-sf .col-xs-pull-8 {
  right: 66.66666667%;
}
.bs-sf .col-xs-pull-7 {
  right: 58.33333333%;
}
.bs-sf .col-xs-pull-6 {
  right: 50%;
}
.bs-sf .col-xs-pull-5 {
  right: 41.66666667%;
}
.bs-sf .col-xs-pull-4 {
  right: 33.33333333%;
}
.bs-sf .col-xs-pull-3 {
  right: 25%;
}
.bs-sf .col-xs-pull-2 {
  right: 16.66666667%;
}
.bs-sf .col-xs-pull-1 {
  right: 8.33333333%;
}
.bs-sf .col-xs-pull-0 {
  right: auto;
}
.bs-sf .col-xs-push-12 {
  left: 100%;
}
.bs-sf .col-xs-push-11 {
  left: 91.66666667%;
}
.bs-sf .col-xs-push-10 {
  left: 83.33333333%;
}
.bs-sf .col-xs-push-9 {
  left: 75%;
}
.bs-sf .col-xs-push-8 {
  left: 66.66666667%;
}
.bs-sf .col-xs-push-7 {
  left: 58.33333333%;
}
.bs-sf .col-xs-push-6 {
  left: 50%;
}
.bs-sf .col-xs-push-5 {
  left: 41.66666667%;
}
.bs-sf .col-xs-push-4 {
  left: 33.33333333%;
}
.bs-sf .col-xs-push-3 {
  left: 25%;
}
.bs-sf .col-xs-push-2 {
  left: 16.66666667%;
}
.bs-sf .col-xs-push-1 {
  left: 8.33333333%;
}
.bs-sf .col-xs-push-0 {
  left: auto;
}
.bs-sf .col-xs-offset-12 {
  margin-left: 100%;
}
.bs-sf .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bs-sf .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bs-sf .col-xs-offset-9 {
  margin-left: 75%;
}
.bs-sf .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bs-sf .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bs-sf .col-xs-offset-6 {
  margin-left: 50%;
}
.bs-sf .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bs-sf .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bs-sf .col-xs-offset-3 {
  margin-left: 25%;
}
.bs-sf .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bs-sf .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bs-sf .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bs-sf .col-sm-1,
  .bs-sf .col-sm-2,
  .bs-sf .col-sm-3,
  .bs-sf .col-sm-4,
  .bs-sf .col-sm-5,
  .bs-sf .col-sm-6,
  .bs-sf .col-sm-7,
  .bs-sf .col-sm-8,
  .bs-sf .col-sm-9,
  .bs-sf .col-sm-10,
  .bs-sf .col-sm-11,
  .bs-sf .col-sm-12 {
    float: left;
  }
  .bs-sf .col-sm-12 {
    width: 100%;
  }
  .bs-sf .col-sm-11 {
    width: 91.66666667%;
  }
  .bs-sf .col-sm-10 {
    width: 83.33333333%;
  }
  .bs-sf .col-sm-9 {
    width: 75%;
  }
  .bs-sf .col-sm-8 {
    width: 66.66666667%;
  }
  .bs-sf .col-sm-7 {
    width: 58.33333333%;
  }
  .bs-sf .col-sm-6 {
    width: 50%;
  }
  .bs-sf .col-sm-5 {
    width: 41.66666667%;
  }
  .bs-sf .col-sm-4 {
    width: 33.33333333%;
  }
  .bs-sf .col-sm-3 {
    width: 25%;
  }
  .bs-sf .col-sm-2 {
    width: 16.66666667%;
  }
  .bs-sf .col-sm-1 {
    width: 8.33333333%;
  }
  .bs-sf .col-sm-pull-12 {
    right: 100%;
  }
  .bs-sf .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bs-sf .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bs-sf .col-sm-pull-9 {
    right: 75%;
  }
  .bs-sf .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bs-sf .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bs-sf .col-sm-pull-6 {
    right: 50%;
  }
  .bs-sf .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bs-sf .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bs-sf .col-sm-pull-3 {
    right: 25%;
  }
  .bs-sf .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bs-sf .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bs-sf .col-sm-pull-0 {
    right: auto;
  }
  .bs-sf .col-sm-push-12 {
    left: 100%;
  }
  .bs-sf .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bs-sf .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bs-sf .col-sm-push-9 {
    left: 75%;
  }
  .bs-sf .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bs-sf .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bs-sf .col-sm-push-6 {
    left: 50%;
  }
  .bs-sf .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bs-sf .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bs-sf .col-sm-push-3 {
    left: 25%;
  }
  .bs-sf .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bs-sf .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bs-sf .col-sm-push-0 {
    left: auto;
  }
  .bs-sf .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bs-sf .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-sf .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-sf .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bs-sf .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-sf .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-sf .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bs-sf .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-sf .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-sf .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bs-sf .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-sf .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-sf .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bs-sf .col-md-1,
  .bs-sf .col-md-2,
  .bs-sf .col-md-3,
  .bs-sf .col-md-4,
  .bs-sf .col-md-5,
  .bs-sf .col-md-6,
  .bs-sf .col-md-7,
  .bs-sf .col-md-8,
  .bs-sf .col-md-9,
  .bs-sf .col-md-10,
  .bs-sf .col-md-11,
  .bs-sf .col-md-12 {
    float: left;
  }
  .bs-sf .col-md-12 {
    width: 100%;
  }
  .bs-sf .col-md-11 {
    width: 91.66666667%;
  }
  .bs-sf .col-md-10 {
    width: 83.33333333%;
  }
  .bs-sf .col-md-9 {
    width: 75%;
  }
  .bs-sf .col-md-8 {
    width: 66.66666667%;
  }
  .bs-sf .col-md-7 {
    width: 58.33333333%;
  }
  .bs-sf .col-md-6 {
    width: 50%;
  }
  .bs-sf .col-md-5 {
    width: 41.66666667%;
  }
  .bs-sf .col-md-4 {
    width: 33.33333333%;
  }
  .bs-sf .col-md-3 {
    width: 25%;
  }
  .bs-sf .col-md-2 {
    width: 16.66666667%;
  }
  .bs-sf .col-md-1 {
    width: 8.33333333%;
  }
  .bs-sf .col-md-pull-12 {
    right: 100%;
  }
  .bs-sf .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bs-sf .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bs-sf .col-md-pull-9 {
    right: 75%;
  }
  .bs-sf .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bs-sf .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bs-sf .col-md-pull-6 {
    right: 50%;
  }
  .bs-sf .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bs-sf .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bs-sf .col-md-pull-3 {
    right: 25%;
  }
  .bs-sf .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bs-sf .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bs-sf .col-md-pull-0 {
    right: auto;
  }
  .bs-sf .col-md-push-12 {
    left: 100%;
  }
  .bs-sf .col-md-push-11 {
    left: 91.66666667%;
  }
  .bs-sf .col-md-push-10 {
    left: 83.33333333%;
  }
  .bs-sf .col-md-push-9 {
    left: 75%;
  }
  .bs-sf .col-md-push-8 {
    left: 66.66666667%;
  }
  .bs-sf .col-md-push-7 {
    left: 58.33333333%;
  }
  .bs-sf .col-md-push-6 {
    left: 50%;
  }
  .bs-sf .col-md-push-5 {
    left: 41.66666667%;
  }
  .bs-sf .col-md-push-4 {
    left: 33.33333333%;
  }
  .bs-sf .col-md-push-3 {
    left: 25%;
  }
  .bs-sf .col-md-push-2 {
    left: 16.66666667%;
  }
  .bs-sf .col-md-push-1 {
    left: 8.33333333%;
  }
  .bs-sf .col-md-push-0 {
    left: auto;
  }
  .bs-sf .col-md-offset-12 {
    margin-left: 100%;
  }
  .bs-sf .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-sf .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-sf .col-md-offset-9 {
    margin-left: 75%;
  }
  .bs-sf .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-sf .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-sf .col-md-offset-6 {
    margin-left: 50%;
  }
  .bs-sf .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-sf .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-sf .col-md-offset-3 {
    margin-left: 25%;
  }
  .bs-sf .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-sf .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-sf .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bs-sf .col-lg-1,
  .bs-sf .col-lg-2,
  .bs-sf .col-lg-3,
  .bs-sf .col-lg-4,
  .bs-sf .col-lg-5,
  .bs-sf .col-lg-6,
  .bs-sf .col-lg-7,
  .bs-sf .col-lg-8,
  .bs-sf .col-lg-9,
  .bs-sf .col-lg-10,
  .bs-sf .col-lg-11,
  .bs-sf .col-lg-12 {
    float: left;
  }
  .bs-sf .col-lg-12 {
    width: 100%;
  }
  .bs-sf .col-lg-11 {
    width: 91.66666667%;
  }
  .bs-sf .col-lg-10 {
    width: 83.33333333%;
  }
  .bs-sf .col-lg-9 {
    width: 75%;
  }
  .bs-sf .col-lg-8 {
    width: 66.66666667%;
  }
  .bs-sf .col-lg-7 {
    width: 58.33333333%;
  }
  .bs-sf .col-lg-6 {
    width: 50%;
  }
  .bs-sf .col-lg-5 {
    width: 41.66666667%;
  }
  .bs-sf .col-lg-4 {
    width: 33.33333333%;
  }
  .bs-sf .col-lg-3 {
    width: 25%;
  }
  .bs-sf .col-lg-2 {
    width: 16.66666667%;
  }
  .bs-sf .col-lg-1 {
    width: 8.33333333%;
  }
  .bs-sf .col-lg-pull-12 {
    right: 100%;
  }
  .bs-sf .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bs-sf .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bs-sf .col-lg-pull-9 {
    right: 75%;
  }
  .bs-sf .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bs-sf .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bs-sf .col-lg-pull-6 {
    right: 50%;
  }
  .bs-sf .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bs-sf .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bs-sf .col-lg-pull-3 {
    right: 25%;
  }
  .bs-sf .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bs-sf .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bs-sf .col-lg-pull-0 {
    right: auto;
  }
  .bs-sf .col-lg-push-12 {
    left: 100%;
  }
  .bs-sf .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bs-sf .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bs-sf .col-lg-push-9 {
    left: 75%;
  }
  .bs-sf .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bs-sf .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bs-sf .col-lg-push-6 {
    left: 50%;
  }
  .bs-sf .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bs-sf .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bs-sf .col-lg-push-3 {
    left: 25%;
  }
  .bs-sf .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bs-sf .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bs-sf .col-lg-push-0 {
    left: auto;
  }
  .bs-sf .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bs-sf .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-sf .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-sf .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bs-sf .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-sf .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-sf .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bs-sf .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-sf .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-sf .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bs-sf .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-sf .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-sf .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bs-sf table {
  background-color: transparent;
}
.bs-sf caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bs-sf th {
  text-align: left;
}
.bs-sf .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bs-sf .table > thead > tr > th,
.bs-sf .table > tbody > tr > th,
.bs-sf .table > tfoot > tr > th,
.bs-sf .table > thead > tr > td,
.bs-sf .table > tbody > tr > td,
.bs-sf .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #cfd4d8;
}
.bs-sf .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cfd4d8;
}
.bs-sf .table > caption + thead > tr:first-child > th,
.bs-sf .table > colgroup + thead > tr:first-child > th,
.bs-sf .table > thead:first-child > tr:first-child > th,
.bs-sf .table > caption + thead > tr:first-child > td,
.bs-sf .table > colgroup + thead > tr:first-child > td,
.bs-sf .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bs-sf .table > tbody + tbody {
  border-top: 2px solid #cfd4d8;
}
.bs-sf .table .table {
  background-color: #ffffff;
}
.bs-sf .table-condensed > thead > tr > th,
.bs-sf .table-condensed > tbody > tr > th,
.bs-sf .table-condensed > tfoot > tr > th,
.bs-sf .table-condensed > thead > tr > td,
.bs-sf .table-condensed > tbody > tr > td,
.bs-sf .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bs-sf .table-bordered {
  border: 1px solid #cfd4d8;
}
.bs-sf .table-bordered > thead > tr > th,
.bs-sf .table-bordered > tbody > tr > th,
.bs-sf .table-bordered > tfoot > tr > th,
.bs-sf .table-bordered > thead > tr > td,
.bs-sf .table-bordered > tbody > tr > td,
.bs-sf .table-bordered > tfoot > tr > td {
  border: 1px solid #cfd4d8;
}
.bs-sf .table-bordered > thead > tr > th,
.bs-sf .table-bordered > thead > tr > td {
  background: #edf0f2;
  border-bottom-width: 2px;
  font-size: 13px;
  font-weight: bold;
}
.bs-sf .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bs-sf .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bs-sf table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bs-sf table td[class*="col-"],
.bs-sf table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bs-sf .table > thead > tr > td.active,
.bs-sf .table > tbody > tr > td.active,
.bs-sf .table > tfoot > tr > td.active,
.bs-sf .table > thead > tr > th.active,
.bs-sf .table > tbody > tr > th.active,
.bs-sf .table > tfoot > tr > th.active,
.bs-sf .table > thead > tr.active > td,
.bs-sf .table > tbody > tr.active > td,
.bs-sf .table > tfoot > tr.active > td,
.bs-sf .table > thead > tr.active > th,
.bs-sf .table > tbody > tr.active > th,
.bs-sf .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bs-sf .table-hover > tbody > tr > td.active:hover,
.bs-sf .table-hover > tbody > tr > th.active:hover,
.bs-sf .table-hover > tbody > tr.active:hover > td,
.bs-sf .table-hover > tbody > tr:hover > .active,
.bs-sf .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bs-sf .table > thead > tr > td.success,
.bs-sf .table > tbody > tr > td.success,
.bs-sf .table > tfoot > tr > td.success,
.bs-sf .table > thead > tr > th.success,
.bs-sf .table > tbody > tr > th.success,
.bs-sf .table > tfoot > tr > th.success,
.bs-sf .table > thead > tr.success > td,
.bs-sf .table > tbody > tr.success > td,
.bs-sf .table > tfoot > tr.success > td,
.bs-sf .table > thead > tr.success > th,
.bs-sf .table > tbody > tr.success > th,
.bs-sf .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bs-sf .table-hover > tbody > tr > td.success:hover,
.bs-sf .table-hover > tbody > tr > th.success:hover,
.bs-sf .table-hover > tbody > tr.success:hover > td,
.bs-sf .table-hover > tbody > tr:hover > .success,
.bs-sf .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bs-sf .table > thead > tr > td.info,
.bs-sf .table > tbody > tr > td.info,
.bs-sf .table > tfoot > tr > td.info,
.bs-sf .table > thead > tr > th.info,
.bs-sf .table > tbody > tr > th.info,
.bs-sf .table > tfoot > tr > th.info,
.bs-sf .table > thead > tr.info > td,
.bs-sf .table > tbody > tr.info > td,
.bs-sf .table > tfoot > tr.info > td,
.bs-sf .table > thead > tr.info > th,
.bs-sf .table > tbody > tr.info > th,
.bs-sf .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bs-sf .table-hover > tbody > tr > td.info:hover,
.bs-sf .table-hover > tbody > tr > th.info:hover,
.bs-sf .table-hover > tbody > tr.info:hover > td,
.bs-sf .table-hover > tbody > tr:hover > .info,
.bs-sf .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bs-sf .table > thead > tr > td.warning,
.bs-sf .table > tbody > tr > td.warning,
.bs-sf .table > tfoot > tr > td.warning,
.bs-sf .table > thead > tr > th.warning,
.bs-sf .table > tbody > tr > th.warning,
.bs-sf .table > tfoot > tr > th.warning,
.bs-sf .table > thead > tr.warning > td,
.bs-sf .table > tbody > tr.warning > td,
.bs-sf .table > tfoot > tr.warning > td,
.bs-sf .table > thead > tr.warning > th,
.bs-sf .table > tbody > tr.warning > th,
.bs-sf .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bs-sf .table-hover > tbody > tr > td.warning:hover,
.bs-sf .table-hover > tbody > tr > th.warning:hover,
.bs-sf .table-hover > tbody > tr.warning:hover > td,
.bs-sf .table-hover > tbody > tr:hover > .warning,
.bs-sf .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bs-sf .table > thead > tr > td.danger,
.bs-sf .table > tbody > tr > td.danger,
.bs-sf .table > tfoot > tr > td.danger,
.bs-sf .table > thead > tr > th.danger,
.bs-sf .table > tbody > tr > th.danger,
.bs-sf .table > tfoot > tr > th.danger,
.bs-sf .table > thead > tr.danger > td,
.bs-sf .table > tbody > tr.danger > td,
.bs-sf .table > tfoot > tr.danger > td,
.bs-sf .table > thead > tr.danger > th,
.bs-sf .table > tbody > tr.danger > th,
.bs-sf .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bs-sf .table-hover > tbody > tr > td.danger:hover,
.bs-sf .table-hover > tbody > tr > th.danger:hover,
.bs-sf .table-hover > tbody > tr.danger:hover > td,
.bs-sf .table-hover > tbody > tr:hover > .danger,
.bs-sf .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bs-sf .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .bs-sf .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bs-sf .table-responsive > .table {
    margin-bottom: 0;
  }
  .bs-sf .table-responsive > .table > thead > tr > th,
  .bs-sf .table-responsive > .table > tbody > tr > th,
  .bs-sf .table-responsive > .table > tfoot > tr > th,
  .bs-sf .table-responsive > .table > thead > tr > td,
  .bs-sf .table-responsive > .table > tbody > tr > td,
  .bs-sf .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bs-sf .table-responsive > .table-bordered {
    border: 0;
  }
  .bs-sf .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bs-sf .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bs-sf .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bs-sf .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bs-sf .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bs-sf .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bs-sf .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bs-sf .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bs-sf .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bs-sf .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bs-sf .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bs-sf .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bs-sf .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bs-sf .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bs-sf .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bs-sf .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bs-sf fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bs-sf legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bs-sf label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bs-sf input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-sf input[type="radio"],
.bs-sf input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bs-sf input[type="file"] {
  display: block;
}
.bs-sf input[type="range"] {
  display: block;
  width: 100%;
}
.bs-sf select[multiple],
.bs-sf select[size] {
  height: auto;
}
.bs-sf input[type="file"]:focus,
.bs-sf input[type="radio"]:focus,
.bs-sf input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bs-sf output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bs-sf .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bs-sf .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bs-sf .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bs-sf .form-control:-ms-input-placeholder {
  color: #999999;
}
.bs-sf .form-control::-webkit-input-placeholder {
  color: #999999;
}
.bs-sf .form-control[disabled],
.bs-sf .form-control[readonly],
.bs-sf fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bs-sf .form-control[disabled],
.bs-sf fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bs-sf textarea.form-control {
  height: auto;
}
.bs-sf input[type="search"] {
  -webkit-appearance: none;
}
.bs-sf .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.bs-sf .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.bs-sf .input-group .form-control,
.bs-sf .input-group-addon,
.bs-sf .input-group-btn {
    display: table-cell;
}
.bs-sf .input-group-addon,
.bs-sf .input-group-btn {
    /*width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
}
.bs-sf .input-group .form-control,
.bs-sf .input-group-addon, .input-group-btn {
    display: table-cell;
}
.bs-sf .input-group .form-control:first-child,
.bs-sf .input-group-addon:first-child,
.bs-sf .input-group-btn:first-child>.btn,
.bs-sf .input-group-btn:first-child>.btn-group>.btn,
.bs-sf .input-group-btn:first-child>.dropdown-toggle,
.bs-sf .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.bs-sf .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    /*border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
}
.bs-sf .input-group .form-control:last-child,
.bs-sf .input-group-addon:last-child,
.bs-sf .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.bs-sf .input-group-btn:first-child>.btn:not(:first-child),
.bs-sf .input-group-btn:last-child>.btn,
.bs-sf .input-group-btn:last-child>.btn-group>.btn,
.bs-sf .input-group-btn:last-child>.dropdown-toggle {
    /*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
}
.bs-sf .input-group-btn {
    position: relative;
    /*font-size: 0;*/
    white-space: nowrap;
}
.bs-sf .input-group-btn>.btn {
    position: relative;
}
.bs-sf .input-group-btn:last-child>.btn,
.bs-sf .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bs-sf input[type="date"].form-control,
  .bs-sf input[type="time"].form-control,
  .bs-sf input[type="datetime-local"].form-control,
  .bs-sf input[type="month"].form-control {
    line-height: 34px;
  }
  .bs-sf input[type="date"].input-sm,
  .bs-sf input[type="time"].input-sm,
  .bs-sf input[type="datetime-local"].input-sm,
  .bs-sf input[type="month"].input-sm,
  .bs-sf .input-group-sm input[type="date"],
  .bs-sf .input-group-sm input[type="time"],
  .bs-sf .input-group-sm input[type="datetime-local"],
  .bs-sf .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .bs-sf input[type="date"].input-lg,
  .bs-sf input[type="time"].input-lg,
  .bs-sf input[type="datetime-local"].input-lg,
  .bs-sf input[type="month"].input-lg,
  .bs-sf .input-group-lg input[type="date"],
  .bs-sf .input-group-lg input[type="time"],
  .bs-sf .input-group-lg input[type="datetime-local"],
  .bs-sf .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.bs-sf .form-group {
  margin-bottom: 15px;
}
.bs-sf .radio,
.bs-sf .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bs-sf .radio label,
.bs-sf .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bs-sf .radio input[type="radio"],
.bs-sf .radio-inline input[type="radio"],
.bs-sf .checkbox input[type="checkbox"],
.bs-sf .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bs-sf .radio + .radio,
.bs-sf .checkbox + .checkbox {
  margin-top: -5px;
}
.bs-sf .radio-inline,
.bs-sf .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bs-sf .radio-inline + .radio-inline,
.bs-sf .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bs-sf input[type="radio"][disabled],
.bs-sf input[type="checkbox"][disabled],
.bs-sf input[type="radio"].disabled,
.bs-sf input[type="checkbox"].disabled,
.bs-sf fieldset[disabled] input[type="radio"],
.bs-sf fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bs-sf .radio-inline.disabled,
.bs-sf .checkbox-inline.disabled,
.bs-sf fieldset[disabled] .radio-inline,
.bs-sf fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bs-sf .radio.disabled label,
.bs-sf .checkbox.disabled label,
.bs-sf fieldset[disabled] .radio label,
.bs-sf fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bs-sf .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.bs-sf .form-control-static.input-lg,
.bs-sf .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bs-sf .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs-sf select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bs-sf textarea.input-sm,
.bs-sf select[multiple].input-sm {
  height: auto;
}
.bs-sf .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs-sf .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bs-sf .form-group-sm textarea.form-control,
.bs-sf .form-group-sm select[multiple].form-control {
  height: auto;
}
.bs-sf .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bs-sf .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bs-sf select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bs-sf textarea.input-lg,
.bs-sf select[multiple].input-lg {
  height: auto;
}
.bs-sf .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bs-sf .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bs-sf .form-group-lg textarea.form-control,
.bs-sf .form-group-lg select[multiple].form-control {
  height: auto;
}
.bs-sf .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bs-sf .has-feedback {
  position: relative;
}
.bs-sf .has-feedback .form-control {
  padding-right: 42.5px;
}
.bs-sf .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bs-sf .input-lg + .form-control-feedback,
.bs-sf .input-group-lg + .form-control-feedback,
.bs-sf .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bs-sf .input-sm + .form-control-feedback,
.bs-sf .input-group-sm + .form-control-feedback,
.bs-sf .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bs-sf .has-success .help-block,
.bs-sf .has-success .control-label,
.bs-sf .has-success .radio,
.bs-sf .has-success .checkbox,
.bs-sf .has-success .radio-inline,
.bs-sf .has-success .checkbox-inline,
.bs-sf .has-success.radio label,
.bs-sf .has-success.checkbox label,
.bs-sf .has-success.radio-inline label,
.bs-sf .has-success.checkbox-inline label {
  color: #3c763d;
}
.bs-sf .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs-sf .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bs-sf .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.bs-sf .has-success .form-control-feedback {
  color: #3c763d;
}
.bs-sf .has-warning .help-block,
.bs-sf .has-warning .control-label,
.bs-sf .has-warning .radio,
.bs-sf .has-warning .checkbox,
.bs-sf .has-warning .radio-inline,
.bs-sf .has-warning .checkbox-inline,
.bs-sf .has-warning.radio label,
.bs-sf .has-warning.checkbox label,
.bs-sf .has-warning.radio-inline label,
.bs-sf .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bs-sf .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs-sf .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bs-sf .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bs-sf .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bs-sf .has-error .help-block,
.bs-sf .has-error .control-label,
.bs-sf .has-error .radio,
.bs-sf .has-error .checkbox,
.bs-sf .has-error .radio-inline,
.bs-sf .has-error .checkbox-inline,
.bs-sf .has-error.radio label,
.bs-sf .has-error.checkbox label,
.bs-sf .has-error.radio-inline label,
.bs-sf .has-error.checkbox-inline label {
  color: #a94442;
}
.bs-sf .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs-sf .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bs-sf .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.bs-sf .has-error .form-control-feedback {
  color: #a94442;
}
.bs-sf .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bs-sf .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bs-sf .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bs-sf .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs-sf .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bs-sf .form-inline .form-control-static {
    display: inline-block;
  }
  .bs-sf .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bs-sf .form-inline .input-group .input-group-addon,
  .bs-sf .form-inline .input-group .input-group-btn,
  .bs-sf .form-inline .input-group .form-control {
    width: auto;
  }
  .bs-sf .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bs-sf .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs-sf .form-inline .radio,
  .bs-sf .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs-sf .form-inline .radio label,
  .bs-sf .form-inline .checkbox label {
    padding-left: 0;
  }
  .bs-sf .form-inline .radio input[type="radio"],
  .bs-sf .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bs-sf .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bs-sf .form-horizontal .radio,
.bs-sf .form-horizontal .checkbox,
.bs-sf .form-horizontal .radio-inline,
.bs-sf .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bs-sf .form-horizontal .radio,
.bs-sf .form-horizontal .checkbox {
  min-height: 27px;
}
.bs-sf .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bs-sf .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bs-sf .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bs-sf .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bs-sf .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bs-sf .clearfix:before,
.bs-sf .clearfix:after,
.bs-sf .container:before,
.bs-sf .container:after,
.bs-sf .container-fluid:before,
.bs-sf .container-fluid:after,
.bs-sf .row:before,
.bs-sf .row:after,
.bs-sf .form-horizontal .form-group:before,
.bs-sf .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.bs-sf .clearfix:after,
.bs-sf .container:after,
.bs-sf .container-fluid:after,
.bs-sf .row:after,
.bs-sf .form-horizontal .form-group:after {
  clear: both;
}
.bs-sf .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bs-sf .pull-right {
  float: right !important;
}
.bs-sf .pull-left {
  float: left !important;
}
.bs-sf .hide {
  display: none !important;
}
.bs-sf .show {
  display: block !important;
}
.bs-sf .invisible {
  visibility: hidden;
}
.bs-sf .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bs-sf .hidden {
  display: none !important;
}
.bs-sf .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bs-sf .visible-xs,
.bs-sf .visible-sm,
.bs-sf .visible-md,
.bs-sf .visible-lg {
  display: none !important;
}
.bs-sf .visible-xs-block,
.bs-sf .visible-xs-inline,
.bs-sf .visible-xs-inline-block,
.bs-sf .visible-sm-block,
.bs-sf .visible-sm-inline,
.bs-sf .visible-sm-inline-block,
.bs-sf .visible-md-block,
.bs-sf .visible-md-inline,
.bs-sf .visible-md-inline-block,
.bs-sf .visible-lg-block,
.bs-sf .visible-lg-inline,
.bs-sf .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bs-sf .visible-xs {
    display: block !important;
  }
  .bs-sf table.visible-xs {
    display: table !important;
  }
  .bs-sf tr.visible-xs {
    display: table-row !important;
  }
  .bs-sf th.visible-xs,
  .bs-sf td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bs-sf .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bs-sf .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bs-sf .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-sf .visible-sm {
    display: block !important;
  }
  .bs-sf table.visible-sm {
    display: table !important;
  }
  .bs-sf tr.visible-sm {
    display: table-row !important;
  }
  .bs-sf th.visible-sm,
  .bs-sf td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-sf .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-sf .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-sf .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-sf .visible-md {
    display: block !important;
  }
  .bs-sf table.visible-md {
    display: table !important;
  }
  .bs-sf tr.visible-md {
    display: table-row !important;
  }
  .bs-sf th.visible-md,
  .bs-sf td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-sf .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-sf .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-sf .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bs-sf .visible-lg {
    display: block !important;
  }
  .bs-sf table.visible-lg {
    display: table !important;
  }
  .bs-sf tr.visible-lg {
    display: table-row !important;
  }
  .bs-sf th.visible-lg,
  .bs-sf td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bs-sf .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bs-sf .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bs-sf .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bs-sf .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-sf .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-sf .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bs-sf .hidden-lg {
    display: none !important;
  }
}
.bs-sf .visible-print {
  display: none !important;
}
@media print {
  .bs-sf .visible-print {
    display: block !important;
  }
  .bs-sf table.visible-print {
    display: table !important;
  }
  .bs-sf tr.visible-print {
    display: table-row !important;
  }
  .bs-sf th.visible-print,
  .bs-sf td.visible-print {
    display: table-cell !important;
  }
}
.bs-sf .visible-print-block {
  display: none !important;
}
@media print {
  .bs-sf .visible-print-block {
    display: block !important;
  }
}
.bs-sf .visible-print-inline {
  display: none !important;
}
@media print {
  .bs-sf .visible-print-inline {
    display: inline !important;
  }
}
.bs-sf .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bs-sf .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bs-sf .hidden-print {
    display: none !important;
  }
}

/*** Customer Permissions Page ***/
.tooltip-dashboard-access + div.tooltip {
    opacity: 1;
    filter: none;
}

.tooltip-dashboard-access + div.tooltip .tooltip-arrow {
    display: none;
}

.tooltip-dashboard-access + div.tooltip .tooltip-inner {
    background-color: #c7e7fe;
    border: 1px solid #0476cc;
    border-radius: 0;
    color: #333;
    font-weight: normal;
}

input.btn-remove,
a.btn-remove {
    background: none;
    border: none;
    color: #f00;
    font-weight: bold;
    outline: none;
}

.btn-add-rows {
    font-weight: bold;
}

.form-permissions label.error {
    color: #f00;
    font-weight: normal;
    font-size: 11px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 8px;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 3px 0 3px 8px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  /*background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);*/
  background-clip: padding-box;
  /*box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);*/
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single:hover {
  text-decoration: none;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /*background: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) no-repeat 0px 2px;*/
  background-image: none !important;
}
.chosen-container-single .chosen-single div b:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) no-repeat 100% -20px;
  background: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;*/
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
  background-image: none !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #666  transparent;
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) no-repeat -30px -20px;
  background: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single div b {
    background-image: none !important;
  }
}
/* @end */

@media  only screen and (max-width: 767px) {
    .bs-sf .col-md-12,
    .bs-sf .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    /* Force table to not be like tables anymore */
    table.table-responsive,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    table.table-responsive {
        border: none !important;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    .table-responsive tr {
        /*border: 1px solid #ccc;*/
        margin-bottom: 12px;
    }

    .table-responsive td {
        border: 1px solid #cfd4d8 !important;
        border-bottom: none !important;
        position: relative;
        text-align: left !important;
    }

    .table-responsive td:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-right: 8px;
        text-align: left !important;
    }

    .table-responsive td:first-child {
        background: #c0ddf3;
    }

    .table-responsive td:last-child {
        border-bottom: 1px solid #cfd4d8 !important;
    }
}

/*** Bootstrap 3 CSS ***/
.bs-v3 {
    font-size: 14px;
}
.bs-v3 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-v3 *:before,
.bs-v3 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-v3 .pull-left {
  float: left !important;
}
.bs-v3 .hide {
  display: none !important;
}
.bs-v3 .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.bs-v3 .badge:empty {
  display: none;
}
.bs-v3 .badge.badge-danger {
    background-color: #d6443c;
}
.bs-v3 .badge.badge-warning {
    background-color: #dd8a3b;
}
.bs-v3 .badge.badge-success {
    background-color: #48a618;
}
.bs-v3 article,
.bs-v3 aside,
.bs-v3 details,
.bs-v3 figcaption,
.bs-v3 figure,
.bs-v3 footer,
.bs-v3 header,
.bs-v3 hgroup,
.bs-v3 main,
.bs-v3 menu,
.bs-v3 nav,
.bs-v3 section,
.bs-v3 summary {
  display: block;
}
.bs-v3 audio,
.bs-v3 canvas,
.bs-v3 progress,
.bs-v3 video {
  display: inline-block;
  vertical-align: baseline;
}
.bs-v3 audio:not([controls]) {
  display: none;
  height: 0;
}
.bs-v3 [hidden],
.bs-v3 template {
  display: none;
}
.bs-v3 a {
  background-color: transparent;
}
.bs-v3 a:active,
.bs-v3 a:hover {
  outline: 0;
}
.bs-v3 abbr[title] {
  border-bottom: 1px dotted;
}
.bs-v3 b,
.bs-v3 strong {
  font-weight: bold;
}
.bs-v3 dfn {
  font-style: italic;
}
.bs-v3 h1 {
  margin: .67em 0;
  font-size: 2em;
}
.bs-v3 mark {
  color: #000;
  background: #ff0;
}
.bs-v3 small {
  font-size: 80%;
}
.bs-v3 sub,
.bs-v3 sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bs-v3 sup {
  top: -0.5em;
}
.bs-v3 sub {
  bottom: -0.25em;
}
.bs-v3 img {
  border: 0;
}
.bs-v3 svg:not(:root) {
  overflow: hidden;
}
.bs-v3 figure {
  margin: 1em 40px;
}
.bs-v3 hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bs-v3 pre {
  overflow: auto;
}
.bs-v3 code,
.bs-v3 kbd,
.bs-v3 pre,
.bs-v3 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bs-v3 button,
.bs-v3 input,
.bs-v3 optgroup,
.bs-v3 select,
.bs-v3 textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.bs-v3 button {
  overflow: visible;
}
.bs-v3 button,
.bs-v3 select {
  text-transform: none;
}
.bs-v3 button,
.bs-v3 html input[type="button"],
.bs-v3 input[type="reset"],
.bs-v3 input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bs-v3 button[disabled],
.bs-v3 html input[disabled] {
  cursor: default;
}
.bs-v3 button::-moz-focus-inner,
.bs-v3 input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bs-v3 input {
  line-height: normal;
}
.bs-v3 input[type="checkbox"],
.bs-v3 input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bs-v3 input[type="number"]::-webkit-inner-spin-button,
.bs-v3 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bs-v3 input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.bs-v3 input[type="search"]::-webkit-search-cancel-button,
.bs-v3 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bs-v3 fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.bs-v3 legend {
  padding: 0;
  border: 0;
}
.bs-v3 textarea {
  overflow: auto;
}
.bs-v3 optgroup {
  font-weight: bold;
}
.bs-v3 table {
  border-spacing: 0;
  border-collapse: collapse;
}
.bs-v3 td,
.bs-v3 th {
  padding: 0;
}

.bs-v3 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bs-v3 .row:before,
.bs-v3 .row:after {
    display: table;
    content: "";
    line-height: 0;
}
@media (min-width: 768px) {
  .bs-v3 .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bs-v3 .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bs-v3 .container {
    width: 1170px;
  }
}
.bs-v3 .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bs-v3 .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bs-v3 .col-xs-1,
.bs-v3 .col-sm-1,
.bs-v3 .col-md-1,
.bs-v3 .col-lg-1,
.bs-v3 .col-xs-2,
.bs-v3 .col-sm-2,
.bs-v3 .col-md-2,
.bs-v3 .col-lg-2,
.bs-v3 .col-xs-3,
.bs-v3 .col-sm-3,
.bs-v3 .col-md-3,
.bs-v3 .col-lg-3,
.bs-v3 .col-xs-4,
.bs-v3 .col-sm-4,
.bs-v3 .col-md-4,
.bs-v3 .col-lg-4,
.bs-v3 .col-xs-5,
.bs-v3 .col-sm-5,
.bs-v3 .col-md-5,
.bs-v3 .col-lg-5,
.bs-v3 .col-xs-6,
.bs-v3 .col-sm-6,
.bs-v3 .col-md-6,
.bs-v3 .col-lg-6,
.bs-v3 .col-xs-7,
.bs-v3 .col-sm-7,
.bs-v3 .col-md-7,
.bs-v3 .col-lg-7,
.bs-v3 .col-xs-8,
.bs-v3 .col-sm-8,
.bs-v3 .col-md-8,
.bs-v3 .col-lg-8,
.bs-v3 .col-xs-9,
.bs-v3 .col-sm-9,
.bs-v3 .col-md-9,
.bs-v3 .col-lg-9,
.bs-v3 .col-xs-10,
.bs-v3 .col-sm-10,
.bs-v3 .col-md-10,
.bs-v3 .col-lg-10,
.bs-v3 .col-xs-11,
.bs-v3 .col-sm-11,
.bs-v3 .col-md-11,
.bs-v3 .col-lg-11,
.bs-v3 .col-xs-12,
.bs-v3 .col-sm-12,
.bs-v3 .col-md-12,
.bs-v3 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bs-v3 .col-xs-1,
.bs-v3 .col-xs-2,
.bs-v3 .col-xs-3,
.bs-v3 .col-xs-4,
.bs-v3 .col-xs-5,
.bs-v3 .col-xs-6,
.bs-v3 .col-xs-7,
.bs-v3 .col-xs-8,
.bs-v3 .col-xs-9,
.bs-v3 .col-xs-10,
.bs-v3 .col-xs-11,
.bs-v3 .col-xs-12 {
  float: left;
}
.bs-v3 .col-xs-12 {
  width: 100%;
}
.bs-v3 .col-xs-11 {
  width: 91.66666667%;
}
.bs-v3 .col-xs-10 {
  width: 83.33333333%;
}
.bs-v3 .col-xs-9 {
  width: 75%;
}
.bs-v3 .col-xs-8 {
  width: 66.66666667%;
}
.bs-v3 .col-xs-7 {
  width: 58.33333333%;
}
.bs-v3 .col-xs-6 {
  width: 50%;
}
.bs-v3 .col-xs-5 {
  width: 41.66666667%;
}
.bs-v3 .col-xs-4 {
  width: 33.33333333%;
}
.bs-v3 .col-xs-3 {
  width: 25%;
}
.bs-v3 .col-xs-2 {
  width: 16.66666667%;
}
.bs-v3 .col-xs-1 {
  width: 8.33333333%;
}
.bs-v3 .col-xs-pull-12 {
  right: 100%;
}
.bs-v3 .col-xs-pull-11 {
  right: 91.66666667%;
}
.bs-v3 .col-xs-pull-10 {
  right: 83.33333333%;
}
.bs-v3 .col-xs-pull-9 {
  right: 75%;
}
.bs-v3 .col-xs-pull-8 {
  right: 66.66666667%;
}
.bs-v3 .col-xs-pull-7 {
  right: 58.33333333%;
}
.bs-v3 .col-xs-pull-6 {
  right: 50%;
}
.bs-v3 .col-xs-pull-5 {
  right: 41.66666667%;
}
.bs-v3 .col-xs-pull-4 {
  right: 33.33333333%;
}
.bs-v3 .col-xs-pull-3 {
  right: 25%;
}
.bs-v3 .col-xs-pull-2 {
  right: 16.66666667%;
}
.bs-v3 .col-xs-pull-1 {
  right: 8.33333333%;
}
.bs-v3 .col-xs-pull-0 {
  right: auto;
}
.bs-v3 .col-xs-push-12 {
  left: 100%;
}
.bs-v3 .col-xs-push-11 {
  left: 91.66666667%;
}
.bs-v3 .col-xs-push-10 {
  left: 83.33333333%;
}
.bs-v3 .col-xs-push-9 {
  left: 75%;
}
.bs-v3 .col-xs-push-8 {
  left: 66.66666667%;
}
.bs-v3 .col-xs-push-7 {
  left: 58.33333333%;
}
.bs-v3 .col-xs-push-6 {
  left: 50%;
}
.bs-v3 .col-xs-push-5 {
  left: 41.66666667%;
}
.bs-v3 .col-xs-push-4 {
  left: 33.33333333%;
}
.bs-v3 .col-xs-push-3 {
  left: 25%;
}
.bs-v3 .col-xs-push-2 {
  left: 16.66666667%;
}
.bs-v3 .col-xs-push-1 {
  left: 8.33333333%;
}
.bs-v3 .col-xs-push-0 {
  left: auto;
}
.bs-v3 .col-xs-offset-12 {
  margin-left: 100%;
}
.bs-v3 .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bs-v3 .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bs-v3 .col-xs-offset-9 {
  margin-left: 75%;
}
.bs-v3 .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bs-v3 .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bs-v3 .col-xs-offset-6 {
  margin-left: 50%;
}
.bs-v3 .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bs-v3 .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bs-v3 .col-xs-offset-3 {
  margin-left: 25%;
}
.bs-v3 .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bs-v3 .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bs-v3 .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bs-v3 .col-sm-1,
  .bs-v3 .col-sm-2,
  .bs-v3 .col-sm-3,
  .bs-v3 .col-sm-4,
  .bs-v3 .col-sm-5,
  .bs-v3 .col-sm-6,
  .bs-v3 .col-sm-7,
  .bs-v3 .col-sm-8,
  .bs-v3 .col-sm-9,
  .bs-v3 .col-sm-10,
  .bs-v3 .col-sm-11,
  .bs-v3 .col-sm-12 {
    float: left;
  }
  .bs-v3 .col-sm-12 {
    width: 100%;
  }
  .bs-v3 .col-sm-11 {
    width: 91.66666667%;
  }
  .bs-v3 .col-sm-10 {
    width: 83.33333333%;
  }
  .bs-v3 .col-sm-9 {
    width: 75%;
  }
  .bs-v3 .col-sm-8 {
    width: 66.66666667%;
  }
  .bs-v3 .col-sm-7 {
    width: 58.33333333%;
  }
  .bs-v3 .col-sm-6 {
    width: 50%;
  }
  .bs-v3 .col-sm-5 {
    width: 41.66666667%;
  }
  .bs-v3 .col-sm-4 {
    width: 33.33333333%;
  }
  .bs-v3 .col-sm-3 {
    width: 25%;
  }
  .bs-v3 .col-sm-2 {
    width: 16.66666667%;
  }
  .bs-v3 .col-sm-1 {
    width: 8.33333333%;
  }
  .bs-v3 .col-sm-pull-12 {
    right: 100%;
  }
  .bs-v3 .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bs-v3 .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bs-v3 .col-sm-pull-9 {
    right: 75%;
  }
  .bs-v3 .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bs-v3 .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bs-v3 .col-sm-pull-6 {
    right: 50%;
  }
  .bs-v3 .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bs-v3 .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bs-v3 .col-sm-pull-3 {
    right: 25%;
  }
  .bs-v3 .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bs-v3 .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bs-v3 .col-sm-pull-0 {
    right: auto;
  }
  .bs-v3 .col-sm-push-12 {
    left: 100%;
  }
  .bs-v3 .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bs-v3 .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bs-v3 .col-sm-push-9 {
    left: 75%;
  }
  .bs-v3 .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bs-v3 .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bs-v3 .col-sm-push-6 {
    left: 50%;
  }
  .bs-v3 .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bs-v3 .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bs-v3 .col-sm-push-3 {
    left: 25%;
  }
  .bs-v3 .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bs-v3 .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bs-v3 .col-sm-push-0 {
    left: auto;
  }
  .bs-v3 .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bs-v3 .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-v3 .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-v3 .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bs-v3 .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-v3 .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-v3 .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bs-v3 .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-v3 .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-v3 .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bs-v3 .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-v3 .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-v3 .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bs-v3 .col-md-1,
  .bs-v3 .col-md-2,
  .bs-v3 .col-md-3,
  .bs-v3 .col-md-4,
  .bs-v3 .col-md-5,
  .bs-v3 .col-md-6,
  .bs-v3 .col-md-7,
  .bs-v3 .col-md-8,
  .bs-v3 .col-md-9,
  .bs-v3 .col-md-10,
  .bs-v3 .col-md-11,
  .bs-v3 .col-md-12 {
    float: left;
  }
  .bs-v3 .col-md-12 {
    width: 100%;
  }
  .bs-v3 .col-md-11 {
    width: 91.66666667%;
  }
  .bs-v3 .col-md-10 {
    width: 83.33333333%;
  }
  .bs-v3 .col-md-9 {
    width: 75%;
  }
  .bs-v3 .col-md-8 {
    width: 66.66666667%;
  }
  .bs-v3 .col-md-7 {
    width: 58.33333333%;
  }
  .bs-v3 .col-md-6 {
    width: 50%;
  }
  .bs-v3 .col-md-5 {
    width: 41.66666667%;
  }
  .bs-v3 .col-md-4 {
    width: 33.33333333%;
  }
  .bs-v3 .col-md-3 {
    width: 25%;
  }
  .bs-v3 .col-md-2 {
    width: 16.66666667%;
  }
  .bs-v3 .col-md-1 {
    width: 8.33333333%;
  }
  .bs-v3 .col-md-pull-12 {
    right: 100%;
  }
  .bs-v3 .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bs-v3 .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bs-v3 .col-md-pull-9 {
    right: 75%;
  }
  .bs-v3 .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bs-v3 .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bs-v3 .col-md-pull-6 {
    right: 50%;
  }
  .bs-v3 .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bs-v3 .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bs-v3 .col-md-pull-3 {
    right: 25%;
  }
  .bs-v3 .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bs-v3 .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bs-v3 .col-md-pull-0 {
    right: auto;
  }
  .bs-v3 .col-md-push-12 {
    left: 100%;
  }
  .bs-v3 .col-md-push-11 {
    left: 91.66666667%;
  }
  .bs-v3 .col-md-push-10 {
    left: 83.33333333%;
  }
  .bs-v3 .col-md-push-9 {
    left: 75%;
  }
  .bs-v3 .col-md-push-8 {
    left: 66.66666667%;
  }
  .bs-v3 .col-md-push-7 {
    left: 58.33333333%;
  }
  .bs-v3 .col-md-push-6 {
    left: 50%;
  }
  .bs-v3 .col-md-push-5 {
    left: 41.66666667%;
  }
  .bs-v3 .col-md-push-4 {
    left: 33.33333333%;
  }
  .bs-v3 .col-md-push-3 {
    left: 25%;
  }
  .bs-v3 .col-md-push-2 {
    left: 16.66666667%;
  }
  .bs-v3 .col-md-push-1 {
    left: 8.33333333%;
  }
  .bs-v3 .col-md-push-0 {
    left: auto;
  }
  .bs-v3 .col-md-offset-12 {
    margin-left: 100%;
  }
  .bs-v3 .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-v3 .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-v3 .col-md-offset-9 {
    margin-left: 75%;
  }
  .bs-v3 .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-v3 .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-v3 .col-md-offset-6 {
    margin-left: 50%;
  }
  .bs-v3 .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-v3 .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-v3 .col-md-offset-3 {
    margin-left: 25%;
  }
  .bs-v3 .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-v3 .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-v3 .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .bs-v3 .col-lg-1,
  .bs-v3 .col-lg-2,
  .bs-v3 .col-lg-3,
  .bs-v3 .col-lg-4,
  .bs-v3 .col-lg-5,
  .bs-v3 .col-lg-6,
  .bs-v3 .col-lg-7,
  .bs-v3 .col-lg-8,
  .bs-v3 .col-lg-9,
  .bs-v3 .col-lg-10,
  .bs-v3 .col-lg-11,
  .bs-v3 .col-lg-12 {
    float: left;
  }
  .bs-v3 .col-lg-12 {
    width: 100%;
  }
  .bs-v3 .col-lg-11 {
    width: 91.66666667%;
  }
  .bs-v3 .col-lg-10 {
    width: 83.33333333%;
  }
  .bs-v3 .col-lg-9 {
    width: 75%;
  }
  .bs-v3 .col-lg-8 {
    width: 66.66666667%;
  }
  .bs-v3 .col-lg-7 {
    width: 58.33333333%;
  }
  .bs-v3 .col-lg-6 {
    width: 50%;
  }
  .bs-v3 .col-lg-5 {
    width: 41.66666667%;
  }
  .bs-v3 .col-lg-4 {
    width: 33.33333333%;
  }
  .bs-v3 .col-lg-3 {
    width: 25%;
  }
  .bs-v3 .col-lg-2 {
    width: 16.66666667%;
  }
  .bs-v3 .col-lg-1 {
    width: 8.33333333%;
  }
  .bs-v3 .col-lg-pull-12 {
    right: 100%;
  }
  .bs-v3 .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bs-v3 .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bs-v3 .col-lg-pull-9 {
    right: 75%;
  }
  .bs-v3 .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bs-v3 .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bs-v3 .col-lg-pull-6 {
    right: 50%;
  }
  .bs-v3 .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bs-v3 .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bs-v3 .col-lg-pull-3 {
    right: 25%;
  }
  .bs-v3 .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bs-v3 .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bs-v3 .col-lg-pull-0 {
    right: auto;
  }
  .bs-v3 .col-lg-push-12 {
    left: 100%;
  }
  .bs-v3 .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bs-v3 .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bs-v3 .col-lg-push-9 {
    left: 75%;
  }
  .bs-v3 .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bs-v3 .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bs-v3 .col-lg-push-6 {
    left: 50%;
  }
  .bs-v3 .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bs-v3 .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bs-v3 .col-lg-push-3 {
    left: 25%;
  }
  .bs-v3 .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bs-v3 .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bs-v3 .col-lg-push-0 {
    left: auto;
  }
  .bs-v3 .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bs-v3 .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs-v3 .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs-v3 .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bs-v3 .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs-v3 .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs-v3 .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bs-v3 .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs-v3 .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs-v3 .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bs-v3 .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs-v3 .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs-v3 .col-lg-offset-0 {
    margin-left: 0;
  }
}
.bs-v3 .radio,
.bs-v3 .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bs-v3 .radio label,
.bs-v3 .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bs-v3 .radio input[type="radio"],
.bs-v3 .radio-inline input[type="radio"],
.bs-v3 .checkbox input[type="checkbox"],
.bs-v3 .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bs-v3 .radio + .radio,
.bs-v3 .checkbox + .checkbox {
  margin-top: -5px;
}
.bs-v3 .radio-inline,
.bs-v3 .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.bs-v3 .radio-inline + .radio-inline,
.bs-v3 .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bs-v3 input[type="radio"][disabled],
.bs-v3 input[type="checkbox"][disabled],
.bs-v3 input[type="radio"].disabled,
.bs-v3 input[type="checkbox"].disabled,
.bs-v3 fieldset[disabled] input[type="radio"],
.bs-v3 fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bs-v3 .radio-inline.disabled,
.bs-v3 .checkbox-inline.disabled,
.bs-v3 fieldset[disabled] .radio-inline,
.bs-v3 fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bs-v3 .radio.disabled label,
.bs-v3 .checkbox.disabled label,
.bs-v3 fieldset[disabled] .radio label,
.bs-v3 fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden;
}
.bs-v3 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bs-v3 .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.bs-v3 .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bs-v3 .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bs-v3 .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.bs-v3 .modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bs-v3 .modal-header .close {
  margin-top: -2px;
}
.bs-v3 .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bs-v3 .modal-body {
  position: relative;
  padding: 15px;
}
.bs-v3 .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bs-v3 .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bs-v3 .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bs-v3 .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bs-v3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bs-v3 .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bs-v3 .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bs-v3 .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bs-v3 .modal-lg {
    width: 900px;
  }
}

.bs-v3 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bs-v3 .pagination > li {
  display: inline;
}
.bs-v3 .pagination > li > a,
.bs-v3 .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bs-v3 .pagination > li:first-child > a,
.bs-v3 .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bs-v3 .pagination > li:last-child > a,
.bs-v3 .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bs-v3 .pagination > li > a:hover,
.bs-v3 .pagination > li > span:hover,
.bs-v3 .pagination > li > a:focus,
.bs-v3 .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.bs-v3 .pagination > .active > a,
.bs-v3 .pagination > .active > span,
.bs-v3 .pagination > .active > a:hover,
.bs-v3 .pagination > .active > span:hover,
.bs-v3 .pagination > .active > a:focus,
.bs-v3 .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bs-v3 .pagination > .disabled > span,
.bs-v3 .pagination > .disabled > span:hover,
.bs-v3 .pagination > .disabled > span:focus,
.bs-v3 .pagination > .disabled > a,
.bs-v3 .pagination > .disabled > a:hover,
.bs-v3 .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bs-v3 .pagination-lg > li > a,
.bs-v3 .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.bs-v3 .pagination-lg > li:first-child > a,
.bs-v3 .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bs-v3 .pagination-lg > li:last-child > a,
.bs-v3 .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bs-v3 .pagination-sm > li > a,
.bs-v3 .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.bs-v3 .pagination-sm > li:first-child > a,
.bs-v3 .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bs-v3 .pagination-sm > li:last-child > a,
.bs-v3 .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  color: #616365;
  font-size: 18px;
}
.panel-no-body .panel-heading {
    border-radius: 7px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 7px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 7px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #cfd4d8;
}
.panel-default > .panel-heading {
  color: #616365;
  font-size: 18px;
  background-color: #f2f2f2;
  border-color: #cfd4d8;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfd4d8;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfd4d8;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.panel-body:after {
  clear: both;
}
.nav-tab-danger {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf605c+0,d6443c+100 */
    background: #d6443c; /* Old browsers */
    background: -moz-linear-gradient(top,  #cf605c 0%, #d6443c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cf605c 0%,#d6443c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cf605c 0%,#d6443c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf605c', endColorstr='#d6443c',GradientType=0 ); /* IE6-9 */
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.nav-tab-warning {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0a74a+0,dd8a3b+100 */
    background: #dd8a3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #d0a74a 0%, #dd8a3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d0a74a 0%,#dd8a3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d0a74a 0%,#dd8a3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a74a', endColorstr='#dd8a3b',GradientType=0 ); /* IE6-9 */
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.nav-tab-danger.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #d6443c transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.nav-tab-warning.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #dd8a3b transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
.nav-tab-warning a,
.nav-tab-danger a {
    background-color: transparent;
    border: none;
    color:#fff;
}
.nav-tabs > .nav-tab-warning > a,
.nav-tabs > .nav-tab-warning.active > a,
.nav-tabs > .nav-tab-warning.active > a:hover,
.nav-tabs > li.nav-tab-warning > a:hover,
.nav-tabs > .nav-tab-danger > a,
.nav-tabs > .nav-tab-danger.active > a,
.nav-tabs > .nav-tab-danger.active > a:hover,
.nav-tabs > li.nav-tab-danger > a:hover {
    background-color: transparent;
    border: none;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.nav-tab-total {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.nav-tab-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.panel-widget {
    position: relative;
}
.panel-widget .tab-content {
    height: 250px;
    padding: 10px 15px;
}
.panel-widget .tab-content table {
    margin: 0;
}
.panel-widget .tab-content .table > thead > tr > th,
.panel-widget .tab-content .table > tbody > tr > th,
.panel-widget .tab-content .table > tfoot > tr > th,
.panel-widget .tab-content .table > thead > tr > td,
.panel-widget .tab-content .table > tbody > tr > td,
.panel-widget .tab-content.table > tfoot > tr > td {
    padding: 8px 8px 8px 0;
}
.panel-widget .tab-content .table > tbody > tr:hover > td {
    background-color: #edf2fa;
}
.loader {
    background: #fff;
    border-radius: 3px;
    bottom: 0;
    height: 40px;
    left: 0;
    opacity: 0.5;
    position: relative;
    right: 0;
    top: -8px;
    width: 32px;
}
.loader:after {
    content: attr(title);
    display: block;
    left: 120%;
    position: absolute;
    top: 50%;
    width: 200px;
}
.loader img {
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -8px;
    position: relative;
    top: 50%;
    width: 32px;
}
.loader.loader-stretch {
    height: 100%;
    position: absolute;
    width: 100%;
}
.panel-data {
    border-bottom: 1px solid #cfd4d8;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.submenu-container{
    /*display: inline-block;*/
    padding-left: 2%;
    margin-left: 3%;
}
.nav-compact .submenu-container {
    margin-left: 0;
}
.close-container {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
}
.close-container a {
    background-color: #fff;
    color: #616365;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 12px;
    padding: 0px 0px 0px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    z-index: 1;
}

.close-container a:hover,
.close-container a:focus {
    text-decoration: none;
}
@media (min-width: 980px) {
  .navbar .nav > li > a:hover:after,
  .navbar ul > li > a:hover:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #616365;
    bottom: -8px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .navbar .brand .navbar-arrow.active {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid white;
    border-right: none;
    top: 10px;
  }
  .navbar-inner,
  .navbar-inner .container {
    margin: 0 auto;
    position: relative;
    width: 900px;
  }
  .loggedin-container {
    background: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 900px;
  }
  .logo-container {
    /*left: 0;
    margin: 0;
    min-width: 450px;
    max-width: 100%;
    padding: 0;
    position: absolute;
    top: 39px;*/
    margin: 0 16px 0 0;
    position: relative;
  }
  .logo-container .logo {
    margin-left: 0;
    max-width: 100%;
  }
  .logo-title {
    clear: none;
    font-size: 22px;
    padding: 0 0 0 20px;
  }
  .search-container {
    top: 16px;
    float: none;
    margin-top: 0;
    position: absolute;
    right: -28px;
  }
  .page-content .search-container {
    position: static;
  }
  .input-field input.search-field {
    width: 153px;
  }
  .welcome-container {
    height: 28px;
    min-height: 0;
  }
  .welcome-inner-container {
    position: absolute;
    right: 194px;
    top: 6px;
  }
  .unauthenticated .welcome-inner-container {
    right: 0;
    top: 0;
  }
  .welcome-text {
    border-right: 1px solid #616365;
    clear: none;
    float: left;
    font-size: 12px;
    margin:  0 6px 0 0;
    padding: 0 6px 0 0;
  }
  .EcolabPestCustomer-section .has-fedid .welcome-text,
  #EcolabPestCustomer-page .has-fedid .welcome-text,
  .customer-section .has-fedid .welcome-text,
  #customer-page .has-fedid .welcome-text {
    border-right: none;
    padding: 0;
  }
  .welcome-links {
    clear: none;
    float: left;
    font-size: 12px;
    margin: 0;
  }
  .header-container {
    /*background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-header-bg.png) repeat-x 0 122px;*/
    min-height: 60px;
  }
  .header-inner-container {
    /*height: 104px;*/
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 18px;
    position: relative;
    /*width: 900px;*/
  }
  .unauthenticated .header-inner-container {
    /*height: 52px;*/
  }
  .login-container {
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    right: 12px;
    top: 42px;
    /*top: 14px;*/
    width: 180px;
    z-index: 1000;
  }
  .pest_servicelogin .login-container,
  .unauthenticated .pest_servicehome .login-container {
    margin: 18px auto;
    padding: 6px 10px;
    position: static;
    width: 278px;
  }
  .pest_servicelogin .login-container .input-field input[type="text"],
  .pest_servicelogin .login-container .input-field input[type="password"],
  .unauthenticated .pest_servicehome .login-container .input-field input[type="text"],
  .unauthenticated .pest_servicehome .login-container .input-field input[type="password"] {
    width: 220px;
  }
  .login-container .input-field input[type="text"],
  .login-container .input-field input[type="password"] {
    width: 125px;
  }
  .navigation-container {
    height: 58px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .menu-header {
    display: none;
  }
  .navigation-container .submenu {
    background: transparent;
    display: block;
    padding: 0px;
    position: static;
    max-width: 750px;
    width: 100%;
  }
  .navigation-container .submenu.shift-nav {
    margin: 0 0 0 0;
  }
  .navigation-container .submenu.shift-nav.en {
    margin: 0 0 0 183px;
  }
  .navigation-container .submenu.shift-nav.es {
    margin: 0 0 0 235px;
  }
  
  .navigation-container .submenu.shift-nav.zh_CN {
    margin: 0 0 0 96px;
  }
    
  .navigation-container .submenu.shift-nav.ja {
    margin: 0 0 0 150px;
  }
  
  .navigation-container .submenu.shift-nav.pt_BR {
    margin: 0 0 0 225px;
  }
  
  .navigation-container .submenu.shift-nav.it {
    margin: 0 0 0 213px;
  }
  
  .navigation-container .submenu.shift-nav.fr {
    margin: 0 0 0 227px;
  }
  
  
  .navigation-container.nav-compact .submenu.shift-nav,
  .navigation-container.nav-compact .submenu.shift-nav.en,
  .navigation-container.nav-compact .submenu.shift-nav.es {
    margin: 0;
  }
  .navigation-container .submenu a,
.navigation-container .submenu ul > li > ul a {
    font-weight:normal;
    background:none;
    padding:0;
    display:block;
    letter-spacing: 0;
}
.navigation-container .submenu a,
.navigation-container .submenu ul > li > ul a {
    color: #007ac9;
}
.navigation-container .submenu > li[aria-haspopup="true"] > a {
    padding: 8px 36px 18px 12px;
}

.navigation-container .submenu > li[aria-haspopup="true"].current > a {
    padding: 8px 36px 17px 12px;
}
.navigation-container .submenu > li {
    border: none;
    clear: none;
    float: left;
    margin: 11px 0 0 5px;
    padding: 0;
}
.navigation-container .submenu > li:first-child {
    margin: 11px 0 0 0;
}
.navigation-container .submenu > li.current {
    background: none;
    border-bottom: 6px solid #5eb6e4;
    position: relative;
}
.navigation-container .submenu > li.current:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #5eb6e4;
    bottom: -14px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
.navigation-container .submenu > li.current > a {
    background: none;
    color: #5eb6e4;
}
.navigation-container .submenu > li > a:focus,
.navigation-container .submenu > li > a:hover {
    background: none;
    color: #007ac9;
}
.navigation-container .submenu > li > a {
    padding: 8px 12px 17px 12px;
    /*-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #fff;*/
}
.navigation-container .submenu > li > ul {
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
}
.navigation-container .submenu > li > ul:first-child {
    margin-left: 0;
}
.navigation-container .submenu > li > ul > li {
    float: none;
    /*position: static;*/
    position: relative;
    border: none;
    padding: 0 0 10px 0;
    display: block;
    height: auto;
    background-image: none;
    background: #fff;
}
.navigation-container .dropdown .btn.dropdown-toggle {
    padding: 6px 10px;
    top: 2px;
}
.navigation-container .dropdown .caret {
    border-top: 6px solid #007ac9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.navigation-container .submenu > li > ul.subsubmenu {
    background: #fff;
    border: 1px solid #5eb6e4;
    border-top-width: 6px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 41px;
    width: 200;
    z-index: 102;
}
.navigation-container .submenu > li > ul.subsubmenu > li > ul{
    border: 1px solid #5eb6e4;
    border-top-width: 6px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 12px 0 12px 0;
    position: absolute;
    top:0;
    margin-left:100%;
}
.navigation-container .submenu > li > ul.subsubmenu:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #5eb6e4;
    top: 0;
    content: " ";
    left: 36px;
    margin-left: -16px;
    position: absolute;
}

.navigation-container .submenu > li > ul.subsubmenu li a {
    padding: 6px 14px 6px 14px;
}

.navigation-container .submenu > li > ul.subsubmenu li a .dropdown-toggle {
    display: none;
}

.navigation-container.nav-compact .submenu > li > ul.subsubmenu li a .dropdown-toggle {
    display: block;
}

.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu {
    background: #fff;
    border: 1px solid #5eb6e4;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0x;
    border-radius: 0 5px 5px 0;
    padding: 3px 0 3px 0;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 102;
}

.navigation-container .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu > li a {
    padding: 6px 14px 6px 14px;
}

/*** NAVIGATION FIX FOR TOO MANY TABS ***/
.navigation-container.nav-compact {
    height: 58px;
    z-index: 1000;
}
.navigation-container.nav-compact .menu-header {
    display: block;
}
.navigation-container.nav-compact .submenu {
    background: #f2f2f2;
    -webkit-box-shadow: 0px 3px 6px 0px #ccc;
    box-shadow: 0px 3px 6px 0px #ccc;
    display: none;
    margin: 0;
    max-width: none;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 58px;
    width: auto;
    z-index: 2;
}
.navigation-container.nav-compact .submenu > li {
    float: none;
    margin: 0;
}
.navigation-container.nav-compact .loggedin-container {
    margin: 0 auto;
    padding: 18px 12px 18px 12px;
    position: static;
    width: auto;
}
.navigation-container.nav-compact .search-container {
    float: right;
    margin-top: -2px;
    position: static;
    right: inherit;
    top: inherit;
}
.navigation-container.nav-compact .request-service-container {
    left: 92px;
    top: 12px;
}
.navigation-container.nav-compact .submenu > li > ul > li {
    background: none;
}
.navigation-container.nav-compact .submenu > li > a {
    padding:6px 32px 6px 14px;
}
.navigation-container.nav-compact .submenu > li.current {
    border-bottom: none;
}
.navigation-container.nav-compact .submenu > li.current:after {
    border: none;
}
.navigation-container.nav-compact .submenu > li > a:focus,
.navigation-container.nav-compact .submenu > li > a:hover,
.navigation-container.nav-compact .submenu > li.current > a {
    background: #5eb6e4;
    color: #fff;
    text-decoration: none;
}
.navigation-container.nav-compact .dropdown .btn.dropdown-toggle {
    padding: 6px 10px 13px;
    top: 0;
}
.navigation-container.nav-compact .submenu > li > ul.subsubmenu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navigation-container.nav-compact .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navigation-container.nav-compact .dropdown-menu:before,
.navigation-container.nav-compact .dropdown-menu:after {
    display: none;
}
.navigation-container.nav-compact .dropdown-menu .divider {
    display: none;
}
.navigation-container.nav-compact .dropdown-menu:before,
.navigation-container.nav-compact .dropdown-menu:after {
    display: none;
}
.navigation-container .dropdown .caret {
    border-top: 4px solid #007ac9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navigation-container.nav-compact .submenu > li.open > ul.subsubmenu {
    display: block;
}
.navigation-container.nav-compact .submenu > li > ul.subsubmenu {
    margin-left: 0;
    min-height: auto;
    padding-left: 0;
    width: auto;
}
.navigation-container.nav-compact .submenu > li > ul.subsubmenu li a {
    padding: 6px 28px 6px 28px;
}
.navigation-container.nav-compact .submenu > li.open > ul.subsubmenu > li.open > ul.subsubsubmenu {
    display: block;
}
.navigation-container.nav-compact .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu {
    margin-left: 0;
    min-height: auto;
    padding-left: 0;
    width: auto;
}
.navigation-container.nav-compact .submenu > li > ul.subsubmenu > li > ul.subsubsubmenu li a {
    padding: 6px 28px 6px 42px;
}

/*** BEGIN SSO NAV ***/
.nav-container .custom-select-container {
    top: -36px;
    left: 12px;
}
.select-submit {
    left: 148px;
    top: -36px;
}
.webkit .select-submit {
    left: 150px;
    top: -36px;
}
.nav-container {
    background: none;
    bottom: -14px;
    display: block;
    left: 142px;
    position: absolute;
    width: auto;
}

.nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-container ul,
.nav-container ul li {
    background: none;
    position: relative;
    margin:0;
    padding:0;
    list-style:none;
    list-style-image: none;
    font-size:13px;
    /*z-index:1000;*/
}

.nav-container ul li {
    float: left;
    position: relative;
    border-left: 1px solid #66aedd;
    border-left: 1px solid rgba(255,255,255,0.4);
    /*z-index:999;*/
}
.nav-container ul li:hover,
.nav-container ul li.hover {
    z-index: 100;
}
.nav-container > ul > li {
    border-left: 1px solid #66aedd;
    border-left: 1px solid rgba(255,255,255,0.4);
}

.nav-container > ul > li:first-child {
    border-left: none;
}

.nav-container > ul > li:hover,
.nav-container > ul > li.hover,
.nav-container > ul > li.current {
    background: transparent url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-nav-hover.png) repeat-x 0 100%;
}
.nav-container > ul > li > a {
    color: #fff;
    display: block;
    font-size:13px;
    letter-spacing:0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    height: auto;
    text-decoration: none;
    padding:6px 14px;
    text-transform: uppercase;
}
.nav-container ul li.current a:after {
    content: "";
    bottom: -10px;
    border-bottom: 16px solid #f2f2f2;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    display: block;
    left: 50%;
    margin-left: -16px;
    position: absolute;;
    z-index: 2;
}
.nav-container ul a:hover,
.nav-container ul a:focus,
.nav-container ul a:active,
.nav-container ul li:hover .submenu a:hover,
.nav-container ul li:hover .submenu a:focus,
.nav-container ul li:hover .submenu a:active,
.nav-container ul li:hover .submenu ul > li > ul a:hover,
.nav-container ul li:hover .submenu ul > li > ul a:focus,
.nav-container ul li:hover .submenu ul > li > ul a:active {

}

.nav-container > ul {
    display: block;
}

.nav-container > ul > li[aria-haspopup="true"] > a {
    /*background:transparent url(/EcolabPestService/resource/1568343886000/ONE_SSO_assets/img/image-parent-nav-arrow.png) no-repeat top right;*/
}
.nav-container ul li[aria-haspopup="true"] {

}

.nav-container ul li[aria-haspopup="true"]:hover,
.nav-container ul li[aria-haspopup="true"].hover {
    /*position: static;*/

}
.nav-container ul li[aria-haspopup="true"]:hover:after,
.nav-container ul li[aria-haspopup="true"].hover:after {
    /*content:"";
    position:absolute;
    bottom:-2px;
    left:0;
    height:4px;
    width:100%;
    background:#F2F2F2;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    z-index: 1000;*/
}

.nav-container ul li:hover ul a,
.nav-container ul li.hover ul a {

}
.nav-container ul li:hover ul a:hover,
.nav-container ul li.hover ul a:hover,
.nav-container ul li.hover ul a:focus,
.nav-container ul li.hover ul a:active {

}

.nav-container ul li[aria-haspopup="true"] .expandable {
    display: none;
}

.nav-container .row-fluid {
    margin: 0;
}

.navbar .marketing-links .dropdown-menu {
    padding: 10px 0 5px 0;
}

.navbar .dropdown .btn.dropdown-toggle,
.marketing-links.dropdown .btn.dropdown-toggle {
    background: none;
    border: none;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar ul li[aria-haspopup="true"].dropdown > a,
.navbar ul li[aria-haspopup="true"].dropdown.marketing-links > a {
    padding: 8px 30px 9px 12px;
}

ul li[aria-haspopup="true"].dropdown.marketing-links > a {
    padding: 6px 30px 6px 14px;
}

.nav-container .marketing-links {
  position: relative;
}
.nav-container .marketing-links.open:after {
  content: "";
  bottom: -2px;
  border-bottom: 8px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: block;
  left: 50%;
  margin-left: -12px;
  position: absolute;;
}
.nav-container .marketing-links .btn.dropdown-toggle {
  background: none;
  display: inline-block;
}

.nav-container ul .submenu > li > ul.subsubmenu {
    margin-left: 10px;
    min-height: auto;
    width: auto;
}
.nav-container ul .submenu > li > ul.subsubmenu li {
    margin: 0;
    padding: 0;
}
.nav-container ul .submenu > li > ul.subsubmenu li a {
    padding: 3px 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 3px;
    margin-right: -6px;
    border-left: 4px solid #007ac9;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: " ";
}
.nav-compact .dropdown-submenu > a:after {
    display: none;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.nav-container ul .submenu > li > ul.subsubmenu ul.subsubsubmenu {
    margin-left: 20px;
    min-height: auto;
    width: auto;
}
/*** END SSO NAV ***/

.breadcrumb {
    margin: 0 0 8px 0;
    max-width: none;
}
.sfdcBody .breadcrumb {
    margin: 0;
}
.breadcrumb > .active {
  /*overflow: visible;
  max-width: none;
  text-overflow: inherit;
  white-space: normal;*/
}
  .primary-navigation {
    border: none;
    display: block;
    padding: 8px 0 11px 0;
    position: absolute;
    right: 0;
  }
  .primary-navigation li {
    border-bottom: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;
  }
  .primary-navigation li.active {
    background: none;
    border-bottom: 6px solid #5eb6e4;
  }
  .primary-navigation li.active:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #5eb6e4;
    bottom: -14px;
    content: " ";
    left: 50%;
    margin-left: -10px;
    position: absolute;
  }
  .primary-navigation li a {
    border-left: 1px solid #e8e8e8;
    padding: 11px 12px 7px 12px;
  }
  .primary-navigation li:first-child a {
    border-left: none;
  }
  .primary-navigation .expandable > a {
    background: none;
  }
  .primary-navigation > li > a {
    height: 20px;
  }
  .primary-navigation .expandable > a.expanded {
    background: none;
  }
  .primary-navigation > li.active > a {
    color: #5eb6e4;
  }
  .primary-navigation ul {
    background: #fff;
    border: 1px solid #5eb6e4;
    border-top-width: 6px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 12px 0 12px 0;
    position: absolute;
    top: 43px;
    width: 180px;
    z-index: 102;
  }
  .primary-navigation ul:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #5eb6e4;
    top: 0;
    content: " ";
    left: 69px;
    margin-left: -16px;
    position: absolute;
  }
  .primary-navigation ul li {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
  }
  .primary-navigation ul li a {
    color: #007AC9;
    display: block;
    font-weight: normal;
    padding: 8px 10px;
  }
  .primary-navigation ul li a:hover,
  .primary-navigation ul li a:active {
    background: #5eb6e4;
    color: #fff;
  }
  .request-service-container {
    float: left;
    left: 6px;
    margin: 0;
    padding: 9px 12px 0;
    position: absolute;
    top: 11px;
    
    z-index: 100;
  }
  .request-service-container-innner {
    float: left;
    left: 18px;
    margin: 0;
    padding: 9px 12px 0;
    position: relative;
    top: 11px;
    
    z-index: 100;
  }
  .request-service-container > a {
    margin: 0 0 6px 0;
  }
  .request-service-content {
    border-bottom: 2px solid #48A618;
    border-right: 2px solid #48A618;
    border-top: 2px solid #48A618;
    padding: 36px;
    width: 466px;
    z-index: 101;
  }
  .request-service-content-inner {
    border-bottom: 2px solid #48A618;
    border-right: 2px solid #48A618;
    border-top: 2px solid #48A618;
    padding: 36px;
    width: 466px;
    z-index: 101;
  }
  /*.signup-container {
    padding: 36px;
    width: 464px;
  }*/
  .close-btn {
    position: absolute;
    right: 44px;
    top: 36px;
  }
  .close-btn-inner {
    position: absolute;
    right: 44px;
    top: 36px;
  }
  /*.pest_servicelogin .login-content {
    display: none;
  }

  .pest_servicelogin .login-header {
    cursor: pointer;
  }

  .pest_servicelogin .login-arrow {
    display: block;
  }*/
  .footer-container {
    padding: 28px 0 80px;
  }
  .footer-inner-container {
    margin: 0 auto;
    width: 1000px;
  }
  .EcolabPestCustomer-section .has-fedid .footer-inner-container,
  #EcolabPestCustomer-page .has-fedid .footer-inner-container,
  .customer-section .has-fedid .footer-inner-container,
  #customer-page .has-fedid .footer-inner-container {
    width: 940px;
  }
  .footer-links li {
    margin: 0 36px 0 0;
  }
  .external-links {
    margin: 0 0 24px 0;
  }
  .sitemap-links {
    border-right: 1px solid #616365;
    margin: 0 36px 0 0;
  }
  .footer-links {
    float: left;
  }
  .EcolabPestCustomer-section .has-fedid .footer-links,
  #EcolabPestCustomer-page .has-fedid .footer-links,
  .customer-section .has-fedid .footer-links,
  #customer-page .has-fedid .footer-links {
    float: none;
  }
  .footer-links .span3 {
    border-left: 1px solid #ccc;
    margin-bottom: 0;
    padding: 0 0 0 2.564102564102564%;
  }
  .footer-links .span3:first-child {
    border-left: none;
    padding: 0;
  }
  .footer-copyright {
    clear: left;
    float: left;
    margin: 0 28px 0 0;
  }
  .EcolabPestCustomer-section .has-fedid .footer-copyright,
  #EcolabPestCustomer-page .has-fedid .footer-copyright,
  .customer-section .has-fedid .footer-copyright,
  #customer-page .has-fedid .footer-copyright {
    margin-top: 24px;
  }
  .page-content,
  .main-error {
    margin: 0px -56px -13px -17px;
    overflow: hidden;
    padding: 17px 12px 0 12px;
  }
  .pest_home .page-content,
  .main-error {
    margin: 0px -56px -86px -18px;
    overflow: hidden;
    padding: 17px 12px 0 12px;
}
  .page-inner-content {
    margin: 0;
    background: #fff;
    padding: 24px;
    /*padding-left:220px;*/
    min-width: 828px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0 21px rgba(0,0,0,.22);
    -moz-box-shadow: 0 0 21px rgba(0,0,0,.22);
    box-shadow: 0 0 21px rgba(0,0,0,.22);
  }
  .home-btn {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-home-blue-icon.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 17px;
    margin: 20px 20px 0 0;
    position: static;
    width: 22px;
  }
  .page-container {
    /*background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-page-container-background.png) repeat-x 0 0;*/
    margin-top: 24px;
  }
  .page-margin-top .page-container {
    margin-top: 24px;
}
  .promotions-text {
    padding: 0;
  }
  .marketing-heading {
    padding: 0;
  }
  .marketing-content {
    padding: 0;
  }
    
  .pest_home .marketing-content {
    margin: 8px 0 0 0;
    text-align: left;
    
  }
  
  .marketing-link {
    padding: 0;
  }
  
  .pest_servicelogin .page-container,
  .pest_servicehome .page-container,
  .pest_customerlogin .page-container,
  .pest_customerhome .page-container {
    background-image: none;
  }
  .page-inner-container {
    margin: 0 auto 90px;
    width: 976px;
  }
  .pest_servicelogin .page-inner-container,
  .unauthenticated .pest_servicehome .page-inner-container {
    margin: 0 auto;
  }
  .page-content h1 {
    display: block;
    margin: 0 0 26px 0;
  }
  .pest_customerlogin .page-inner-container,
  .unauthenticated .pest_customerhome .page-inner-container {
    margin: 337px auto 0 auto;
  }
  
  .pest_customerlogin .page-content,
  .unauthenticated .pest_customerhome .page-content {
    margin: 0px -12px 36px -12px;
    overflow: hidden;
    padding: 0 12px 0 12px;
    width: 900px;
  }
  
  .pest_customerlogin .page-inner-content,
  .unauthenticated .pest_customerhome .page-inner-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 36px 36px 0 36px;
  }
  
  .pest_customerlogin .featured-container,
  .unauthenticated .pest_customerhome .featured-container {
    left: 0;
    margin: -337px 0 0 0;
    max-height: 337px;
    min-width: 900px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  .pest_customerlogin .featured-text,
  .unauthenticated .pest_customerhome .featured-text {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    left: 50%;
    margin-left: -450px;
    min-height: 94px;
    padding: 18px 364px 6px 36px;
    /*width: 828px;*/
    width: 500px;
  }
  .pest_customerlogin .featured-text h2,
  .unauthenticated .pest_customerhome .featured-text h2 {
    font-size: 42px;
    font-weight: normal;
    margin: 0 0 6px 0;
  }
  .pest_customerlogin .btn-container,
  .unauthenticated .pest_customerhome .btn-container {
    display: inline;
    left: 582px;
    position: absolute;
    top: 36px;
  }
  .pest_customerlogin .video-container,
  .unauthenticated .pest_customerhome .video-container {
    border-top: none;
    float: left;
    padding: 0;
    width: 320px;
  }
  .pest_customerlogin .video-title,
  .unauthenticated .pest_customerhome .video-title {
    margin: 0 0 8px 0;
  }
  .pest_customerlogin .spotlight-container,
  .unauthenticated .pest_customerhome .spotlight-container {
    border-top: none;
    clear: left;
    float: left;
    padding: 48px 0 0 0;
    width: 320px;
  }
  .pest_customerlogin .spotlight-text,
  .unauthenticated .pest_customerhome .spotlight-text {
    margin: 0 0 0 18px;
  }
  .pest_customerlogin .marketing-container,
  .unauthenticated .pest_customerhome .marketing-container {
    border-top: none;
    float: right;
    width: 480px;
  }
  
  
  .pest_customerhome .page-inner-container,
  .pest_servicehome .page-inner-container {
    margin: 386px auto 0 auto;
    /*width: 900px;*/
  }
  
  .pest_customerhome .overview-container,
  .pest_servicehome .overview-container {
    background: #f2f2f2;
    height: 386px;
    left: 0;
    margin: -386px 0 0 0;
    min-width: 900px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99 !important;
  }
  
  .pest_home .overview-container{
    background: #f2f2f2;
    height: 48%;
    left: 0px;
    margin: -2% 0% 17% 0%;
    min-width: 600px;
    overflow: hidden;
    width: 75%;
    z-index: 99 !important;
    margin-left: -19%;
    position: absolute;
    font-size:84%;
  }
  .pest_home .overview-inner-container,
  .pest_customerhome .overview-inner-container,
  .pest_servicehome .overview-inner-container {
    position: relative;
  }
  .pest_home .overview-inner-container .promotions-container,
  .pest_customerhome .overview-inner-container .promotions-container,
  .pest_servicehome .overview-inner-container .promotions-container {
    border-top: none;
    position: relative;
    z-index: 120 !important;
  }
  
  .pest_customerhome .overview-inner-container .promotions-content,
  .pest_servicehome .overview-inner-container .promotions-content {
    height: 386px;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    top: 0;
    width: 900px;
    z-index: 135 !important;
  }
  .pest_home .overview-inner-container .promotions-content{
  height: 386px;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    top: 0;
    width: 900px;
    z-index: 135 !important;
  }
  .pest_customerlogin .promotions-content,
  .unauthenticated .pest_customerhome .promotions-content {
    width: auto;
  }
  
  
  .pest_customerhome .overview-inner-container .marketing-image,
  .pest_servicehome .overview-inner-container .marketing-image {
    right: 50%;
    margin-right: -130px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 900px;
    z-index: 130 !important;
  }
    
  .pest_home .overview-inner-container .marketing-image
  {
    right: 41%;
    margin-right: -10%;
    position: absolute;
    text-align: right;
    top: 0;
    width: 44%;
    z-index: 130 !important;
    }
    
  .pest_customerhome .overview-inner-container .promotions-text,
  .pest_servicehome .overview-inner-container .promotions-text {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-translucent-white-bg.png) repeat 0 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 8px 12px 16px;
    position: absolute;
    right: 330px;
    width: 206px;
    z-index: 125 !important;
  }
  .pest_home .overview-inner-container .promotions-text
   {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-translucent-white-bg.png) repeat 0 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: -2% 12% 16%;
    position: absolute;
    right: -8%;
    width: 67%;
    z-index: 125 !important;
    font-size: 80%;
  }
  .pest_home .overview-inner-container .marketing-heading,
  .pest_customerhome .overview-inner-container .marketing-heading,
  .pest_servicehome .overview-inner-container .marketing-heading {
    font-size: 24px;
    text-transform: none;
  }
  .pest_customerhome .sdr-container,
  .pest_customerhome .elogbook-container,
  .pest_servicehome .sdr-container {
    background: none;
    border-top: none;
    left: 50%;
    /*margin-left: -450px;*/
    margin-left: 130px;
    padding: 0;
    position: absolute;
    top: 0;
    /*width: 900px;*/
    width: 320px;
    z-index: 120 !important;
  }
  .pest_customerhome .sdr-inner-container,
  .pest_customerhome .elogbook-inner-container,
  .pest_servicehome .sdr-inner-container {
    /*float: right;*/
    margin: 0 auto;
    /*padding: 16px 0 0 36px;*/
    padding: 32px 0 0 0;
    position: relative;
    /*width: 284px;*/
    width: 100%;
    z-index: 130 !important;
  }
  .elogbook-inner-container img {
    margin-top:12px;
}
  
  .pest_customerhome .sdr-header,
  .pest_servicehome .sdr-header {
    margin: 0 0 6px 0;
  }
  
  .pest_customerhome .sdr-search-container,
  .pest_servicehome .sdr-search-container {
    margin: 0 0 18px 0;
  }
  
  .pest_customerhome .sdr-search-submit,
  .pest_servicehome .sdr-search-submit {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-search-small-btn.png) no-repeat 0 0;
    height: 24px;
    width: 24px;
  }
  
  .pest_customerhome .sdr-search-container .input-field input,
  .pest_servicehome .sdr-search-container .input-field input {
    margin: 8px 0 0 0;
  }
  
  .pest_customerhome .sdr-search-container .input-field label,
  .pest_servicehome .sdr-search-container .input-field label {
    top: 4px;
  }
  
  .pest_customerhome .sdr-search-container .input-field input[type=text],
  .pest_servicehome .sdr-search-container .input-field input[type=text] {
    padding: 4px 10px 3px;
  }
  
  .pest_customerhome .sdr-search-container .sb-select,
  .pest_customerhome .sdr-search-container input.sb-select[type="text"],
  .pest_servicehome .sdr-search-container .sb-select,
  .pest_servicehome .sdr-search-container input.sb-select[type="text"] {
    background: #fff url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-select-short-btn.png) no-repeat 100% 50% !important;
    width: 175px;
  }
  
  .pest_customerhome .sdr-search-container .sb-dropdown,
  .pest_servicehome .sdr-search-container .sb-dropdown {
    top: 26px;
  }
  
  .authenticated .pest_customerhome .page-content,
  .authenticated .pest_servicehome .page-content {
    margin: 0px -12px -88px -12px;
    position: relative;
    top: -15px;
    z-index: 99;
    margin-bottom: -14px;
  }
  
  .authenticated .pest_customerhome .page-inner-content,
  .authenticated .pest_servicehome .page-inner-content {
    padding: 14px;
  }
  .pest_home .news-container,
  .pest_customerhome .news-container,
  .pest_servicehome .news-container {
    border: 1px solid #cecdcd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 565px;
  }
  .pest_home .news-header,
  .pest_customerhome .news-header,
  .pest_servicehome .news-header {
      -webkit-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      border-width: 0 0 1px 0;
      margin: 0;
      width: auto;
  }
  .pest_home .resources-container,
  .pest_customerhome .resources-container,
  .pest_servicehome .resources-container {
    border-top: none;
    float: right;
    padding: 0 0 36px 0;
    width: 268px;
  }
  
  
  .pest_home .resources-header,
  .pest_customerhome .resources-header,
  .pest_servicehome .resources-header {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 12px 0;
  }
  .news-container .flex-container {
    width: 565px;
  }
  .news-container .flex-container .news-image {
    float: left;
    max-height: 180px;
    overflow: hidden;
    width: 256px;
  }
  .news-container .flex-container .news-content {
    float: left;
    padding: 24px 12px 0 24px;
    width: 273px;
  }
  .news-search-header {
    margin: 0;
  }
  .news-list li {
    border-top: none;
    padding: 28px 0 0 0;
  }
  .news-list .news-image {
    float: left;
    height: auto;
    width: 160px;
  }
  .news-list .news-content {
    float: left;
    max-width: 644px;
    padding: 0 0 0 24px;
  }
  [id$=topPagination] .pagination-container {
    float: right;
    margin: -68px -16px 0 0;
    width: 130px;
  }
  [id$=bottomPagination] .pagination-container {
    float: right;
    margin: 16px -16px 0 0;
    width: 130px;
  }
  .main-news-link {
    float: right;
    margin: -68px -16px 0 0;
  }
  .main-news-link.position-bottom {
    float: right;
    margin: 8px -16px 0 0;
  }
  .news-detail .news-image {
    float: left;
    margin: 0 18px 0 0;
    max-width: 240px;
    /*width: 240px;*/
  }
  .news-detail .news-content {
    float: left;
    padding: 0;
    width: 670px;
  }
  .news-detail .video-content {
    margin: 0 0 18px 0;
  }
  .news-detail .sfdc_richtext .video-content {
    margin: 0;
  }
  .resources-page-container {
    float: right;
    width: 600px;
  }
  .resources-sidebar {
    border-top: none;
    clear: none;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 24px 0;
    width: 160px;
  }
  .filter-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 32px 0;
    padding: 10px 12px 10px 12px;
    width: auto;
  }
  .sdr-search-container .input-field select {
    /*margin: 12px 0 0 0;*/
  }
  .sdr-search-container .state-select .sparkbox-custom {
    margin-top: 0;
  }
  .sdr-search-field {
    margin: 0 0 4px 0;
  }
  .info-message {
    max-width: 320px;
}

/*.company-logo {
    margin: 0;
    max-height: 86px;
    max-width: 108px;
    padding: 0 12px 0 127px;
    position: absolute;
    right: 0;
    bottom: -12px;
    top: auto;
}*/

.company-logo {
    margin: 0;
    max-height: 86px;
    min-height: 58px;
    /*height:auto;*/
    max-width: 108px;
    padding: 0 12px 0 127px;
    position: absolute;
    right: 0;
    bottom: -12px;
    top: auto;
}
.company-logo-inner {
    vertical-align: middle;
}
.company-logo img {
    margin: 0;
    max-height: 86px;
}

.search-sidebar {
    float: left;
    /*margin-top: -20px;*/
    width: 195px;
}

.search-sidebar.no-search {
    margin-top: 0;
}

.search-content {
    float: left;
    margin-left: 17px;
    /*margin-top: 12px;*/
    width: 707px;
}

.search-content.no-search {
    margin-top: 0;
}

.search-results-content {
    /*padding: 0 0 18px;*/
    /*padding-left: 3px;*/
}

.search-results-content table {
    /*table-layout: fixed;*/
}

.search-results-content .list .headerRow th,
.search-results-content .list td {
    /*-ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    white-space: normal;
    vertical-align: top;*/
}

.search-results-content .list td:first-child,
.search-results-content .list .headerRow th:first-child {
    padding: 8px 0 8px 8px;
}

.search-results-content .list .headerRow th.resource_type,
.search-results-content .list td.resource_type {
    min-width: 40px;
}

.search-results-content .list .headerRow th.account_account_name,
.search-results-content .list td.account_account_name {
  min-width: 130px;
}

.search-results-content .list .headerRow th.account_name,
.search-results-content .list td.account_name {
  min-width: 106px;
}

.search-results-content .list .headerRow th.account_account_number,
.search-results-content .list td.account_account_number {
    min-width: 116px;
}

.search-results-content .list .headerRow th.account_shipping_street,
.search-results-content .list td.account_shipping_street{
    min-width: 95px;
}

.search-results-content .list .headerRow th.account_shippingstreet,
.search-results-content .list td.account_shippingstreet{
    /*min-width: 160px;*/
    max-width: 100px;
}
.search-results-content .list .headerRow th.account_shipping_city,
.search-results-content .list td.account_shipping_city {
    min-width: 70px;
}

.search-results-content .list .headerRow th.account_shippingcity,
.search-results-content .list td.account_shippingcity {
    min-width: 70px;
}

.search-results-content .list .headerRow th.account_shipping_stateprovince,
.search-results-content .list td.account_shipping_stateprovince {
    min-width: 42px;
}

.search-results-content .list .headerRow th.account_shippingstate,
.search-results-content .list td.account_shippingstate {
    min-width: 42px;
}

.search-results-content .list .headerRow th.contact_full_name,
.search-results-content .list td.contact_full_name {
    /*min-width: 100px;*/
}

.search-results-content .list .headerRow th.contact_account_name,
.search-results-content .list td.contact_account_name {
    /*min-width: 100px;*/
}

.search-results-content .list .headerRow th.contact_email,
.search-results-content .list td.contact_email {
  min-width: 100px;
}

.search-results-content .list .headerRow th.contact_business_phone,
.search-results-content .list td.contact_business_phone {
    min-width: 108px;
}

.search-results-content .list .headerRow th.contact_mailing_street,
.search-results-content .list td.contact_mailing_street {
    min-width: 220px;
}

.search-results-content .list .headerRow th.contact_city__state,
.search-results-content .list td.contact_city__state {
    min-width: 80px;
}

.search-results-content .list .headerRow th.sdr_type,
.search-results-content .list td.sdr_type {
    width: 40px;
}

.search-results-content .list .headerRow th.sdr_account_name,
.search-results-content .list td.sdr_account_name {
    min-width: 102px;
    max-width: 102px;
}

.search-results-content .list .headerRow th.sdr_customer_site_name__c,
.search-results-content .list td.sdr_customer_site_name__c {
    min-width: 102px;
    max-width: 102px;
}

.search-results-content .list .headerRow th.sdr_location_num,
.search-results-content .list td.sdr_location_num,
.search-results-content .list .headerRow th.account_location_num,
.search-results-content .list td.account_location_num {
    /*max-width: 86px; */
}

.search-results-content .list .headerRow th.sdr_location_num,
.search-results-content .list td.sdr_location_num,
.search-results-content .list .headerRow th.account_location__c,
.search-results-content .list td.account_location__c {
    /*max-width: 86px; */
}
.search-results-content .list .headerRow th.sdr_start_date,
.search-results-content .list td.sdr_start_date,
.search-results-content .list .headerRow th.sdr_servicedate,
.search-results-content .list td.sdr_servicedate {
    min-width: 72px;
}

.search-results-content .list .headerRow th.sdr_start_date__c,
.search-results-content .list td.sdr_start_date__c,
.search-results-content .list .headerRow th.sdr_servicedate,
.search-results-content .list td.sdr_servicedate {
    min-width: 60px;
}

.search-results-content .list .headerRow th.sdr_address1,
.search-results-content .list td.sdr_address1 {
    min-width: 140px;
    max-width: 140px;
}

.search-results-content .list .headerRow th.sdr_address1__c,
.search-results-content .list td.sdr_address1__c {
    /*min-width: 140px;*/
    max-width: 140px;
}

.search-results-content .list .headerRow th.sdr_address2__c,
.search-results-content .list td.sdr_address2__c {
    /*min-width: 140px;*/
    max-width: 140px;
}

.search-results-content .list .headerRow th.sdr_city,
.search-results-content .list td.sdr_city {
    min-width: 70px;
}

.search-results-content .list .headerRow th.sdr_city__c,
.search-results-content .list td.sdr_city__c {
    min-width: 70px;
}

.search-results-content .list .headerRow th.sdr_state,
.search-results-content .list td.sdr_state {
    min-width: 42px;
}

.search-results-content .list .headerRow th.sdr_state__c,
.search-results-content .list td.sdr_state__c {
    min-width: 42px;
}

.search-results-content .list .headerRow th.sdr_specialist_name,
.search-results-content .list td.sdr_specialist_name,
.search-results-content .list .headerRow th.sdr_serviceagent,
.search-results-content .list td.sdr_serviceagent {
    min-width: 90px;
    max-width: 90px;
}

.search-term-container {
    font-size: 16px;
    margin-left: 218px;
    margin-bottom: 0;
}

a.search-back-to-results {
    margin-right: 18px;
}

.search-results-header a {
    padding: 8px 8px 8px 18px;
}

.search-results-header a.search-back-to-results {
    margin-right: 24px;
    margin-top: 12px;
    width: auto;
}

.narrow-results-header {
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.narrow-results-header a {
    background: none;
    color: #616365;
    padding: 0;
}

.narrow-results-header a:hover,
.narrow-results-header a:focus {
    color: #616365;
    cursor: default;
    text-decoration: none;
}

.narrow-results-content {
    height: auto;
    overflow: auto;
    padding: 4px 8px 8px;
}

.search-expand {
    display: none;
}

.search-category-input {
    display: block;
}

.search-category-input label {
    font-size: 16px;
}

.bPageBlock .search-category-input .input-field input[type="text"],
.search-category-input input[type="text"] {
    width: 130px;
}

.search-results-content th,
.search-results-content td {
    padding: 8px 0 8px 24px;
}

.facet-header {
    font-size: 14px;
}

.facet-content div.checker {
    vertical-align: top;
}

.facet-content label.checkbox {
    font-size: 12px;
    margin-bottom: 0;
}

.facet-content label.checkbox > span {
    display: inline-block;
    left: 27px;
    line-height: 18px;
    margin-left: -27px;
    max-width: 148px;
    position: relative;
}

.ir-nav-sidebar {
    float: left;
    width: 190px;
}

.ir-content {
    float: left;
    margin: 0 24px;
    width: 500px;
}

.ir-content h2 {
    font-size: 18px;
    font-weight: normal;
}

.ir-page-section-content img:first-child {
    max-width: 160px;
}

.ir-related-sidebar h2 {
    font-size: 14px;
    font-weight: normal;
}

.ir-related-sidebar {
    float: left;
    width: 190px;
}

.ir-related-sidebar .accordion-heading {
    padding: 8px 10px;
}

.ir-content .accordion-heading {
    padding: 12px 24px;
}

.ir-content .accordion-heading .accordion-toggle {
    background-position: 100% -46px;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}

.ir-content .accordion-heading .accordion-toggle.collapsed {
    background-position: 100% -8px;
}

.ir-related-sidebar .accordion-heading .accordion-toggle {
    background-image: none;
    color: #616365;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

.ir-related-sidebar .accordion-heading .accordion-toggle:hover,
.ir-related-sidebar .accordion-heading .accordion-toggle:focus {
    cursor: text;
    text-decoration: none;
}

.ir-banner {
    margin: 0 0 24px 0;
    position: relative;
}

.ir-banner-content {
    background-color: transparent;
    background-color: rgba(0, 122, 201, 0.85);
    bottom: 0;
    line-height: 1.6;
    margin: 0;
    padding: 12px 24px;
    position: absolute;
}

.no-rgba .ir-banner-content {
    background: transparent url(/EcolabPestService/resource/1456174327000/zip_images_PestCustomer/image-translucent-blue-bg.png) repeat 0 0;
}

.ir-banner-content h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 12px 0;
}

.ir-banner-image {
    min-height: 226px;
}

.ir-content .accordion-inner {
    padding: 18px 24px;
}

.ir-related-sidebar .accordion-body.collapse {
    height: auto !important;
}

.resource_content_name {
    min-width: 240px;
}



  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  close-container {
    right: 10px;
    top: 10px;
}
.close-container a {
    font-size: 16px;
    padding: 3px 3px 3px 12px;
}
}