body:not(.sonata-bc) {
  margin-bottom: 120px;
}
.btn-primary {
  background-color: #6DB300;
  border-color: #CBCBCB;
}
.btn-lg {
  padding: 10px 40px;
  margin: 5px 5px;
}
.jumbotron {
  background-color: #31AAE5;
  color: white;
  text-align: center;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
.navbar {
  margin-bottom: 0px;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #979797;
  width: 30px;
  height: 4px;
}
.navbar .navbar-brand {
  padding: 8px 15px;
}
.footer {
  background-color: #31AAE5;
  border-top: 1px solid #979797;
  height: 100px;
}
.footer .container {
  padding: 20px 0;
  width: 100%;
  background-color: #31AAE5;
}
.footer .container p {
  text-align: center;
  color: white;
}
.logo img + span {
  margin-left: 10px;
  width: auto;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
label {
  display: block;
  margin-top: 10px;
}
.inline-label {
  display: inline;
}
.input-group.col-centered {
  margin-top: 20px;
}
input[type='text'],
input[type='email'],
input[type='password'] {
  width: 100%;
}
div.flash-success {
  text-align: center;
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
}
div.flash-failure {
  text-align: center;
  color: #a94442;
  background-color: #f2dede;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}
.cts-header {
  text-align: center;
}
.cts-header.recyclingjob h3 {
  background-color: #FF8000;
  color: white;
  padding: 10px;
  margin: 0 auto;
}
.cts-header.salesjob h3 {
  background-color: #6DB300;
  color: white;
  padding: 10px;
  margin: 0 auto;
}
.sonata-ba-field.sonata-ba-field-standard-natural select[tabindex='-1'] {
  display: block !important;
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0 !important;
}
.customer-rj-tab a {
  color: #FF8000;
}
li.customer-index-tab.active a {
  font-weight: bold;
}
li.customer-rj-tab.active > a {
  color: #FF8000;
  font-weight: bold;
}
.customer-sj-tab a {
  color: #6DB300;
}
li.customer-sj-tab.active > a {
  color: #6DB300;
  font-weight: bold;
}
.recycling-job-print-link.printed {
  color: #551A8B;
}
/* ES-CHG-7 */
#usersTable_wrapper table i {
  cursor: pointer;
}
/* ES-CHG-1 */
.menuHolder .nav {
  border-bottom: 3px solid #ccc;
  background: #fafafa;
  margin-bottom: 30px;
}
.menu-sub-header {
  border-bottom: 1px solid #ccc;
}
.menulabels {
  display: inline-block;
  margin: 10px 10px 5px 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: #31AAE5;
}
.glyphicon {
  line-height: 18px;
}
.glyphicon.glyphicon-remove {
  color: #c78d8d;
}
.glyphicon.glyphicon-ok {
  color: #6DB300;
}
#bulkReadyWarning {
  color: #dd4b39;
  font-size: 12px;
}
.bulk_cylinder_form_cylinders-collection-rescue-add {
  margin: 10px 0;
}
#bulkList {
  list-style-type: none;
}
.bulkActionItem {
  margin-bottom: 10px;
  display: inline-flex;
  width: 100%;
}
.bulkButtons {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#bulkStart {
  background-color: #31AAE5;
}
#bulkCancel {
  background-color: #dc3545;
}
.bulkCylinderItem {
  display: none;
}
.bulkCylinderItem.active {
  display: inline-block;
}
/* ES-CHG-13 */
#customerOverview {
  margin: 20px 0 30px 0;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#customerOverview .col {
  padding: 0.5em;
}
#customerOverview .col h4 {
  line-height: 40px;
  border-bottom: 3px solid #6DB300;
}
#customerOverview .recycledCount,
#customerOverview .salesCount {
  margin-bottom: 5px;
}
#customerOverview .ecoBlue {
  color: #31AAE5;
  text-transform: uppercase;
  font-size: 16px;
}
#customerOverview .ecoGreen {
  color: #6DB300;
  text-transform: uppercase;
  font-size: 16px;
}
#customerOverview .ecoCount {
  border: 1px solid #ccc;
  padding: 0 8px;
  margin-right: 3px;
  color: #4d4d4d;
}
#cylinderSubMenu {
  display: none;
}
ul.nav li.customer-index-tab:hover #cylinderSubMenu {
  display: initial;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
ul.nav li.customer-index-tab:hover #cylinderSubMenu li {
  margin-bottom: 1px;
}
ul.nav li.customer-index-tab:hover #cylinderSubMenu li a {
  background: #fff;
  color: #000;
  display: block;
}
#typeRjSubMenu,
#typeSjSubMenu {
  display: none;
}
#typeRjSubMenu .customer-rj-tab,
#typeSjSubMenu .customer-sj-tab {
  height: 34px;
}
ul.nav li.customer-index-tab li.customer-rj-tab:hover #typeRjSubMenu,
ul.nav li.customer-index-tab li.customer-sj-tab:hover #typeSjSubMenu {
  display: initial;
  position: absolute;
  right: -112px;
  list-style-type: none;
}
ul.nav li.customer-index-tab li.customer-rj-tab:hover #typeRjSubMenu {
  top: 0px;
}
ul.nav li.customer-index-tab li.customer-sj-tab:hover #typeSjSubMenu {
  top: 35px;
}
ul.nav li.customer-index-tab li.active a {
  background: #999999 !important;
}
ul.nav li.customer-index-tab li.customer-sj-tab:hover a.sublink,
ul.nav li.customer-index-tab li.customer-sj-tab #typeSjSubMenu li:hover a {
  background: #6DB300 !important;
}
ul.nav li.customer-index-tab li.customer-rj-tab:hover a.sublink,
ul.nav li.customer-index-tab li.customer-rj-tab #typeRjSubMenu li:hover a {
  background: #FF8000 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
  white-space: normal;
}
.statisticsYear {
  text-transform: uppercase;
  margin-right: 10px;
}
.yearButton {
  color: #fff;
  padding: 6px 10px;
  background: #31AAE5;
  cursor: pointer;
}
.yearSelection {
  margin: 20px 0;
}
.customerModal {
  background: #31AAE5;
  color: #fff;
  text-transform: uppercase;
}
.customerModal h5 {
  font-size: 20px;
  display: inline-flex;
  line-height: 20px;
}
.customerRentHeader {
  background: #31AAE5;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border-spacing: 10px 0;
}
/* ES-CHG-4 */
.row.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
}
#select_customer_form_allCustomers {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
