/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------
    Additional stuff added by Evan Brumley for
    WSP Digital
-----------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, sans-serif;
}
a {
  color: #e3001b;
}
.pagination > li > a,
.pagination > li > span {
  color: #e3001b;
}
.page-wrap {
  padding: 0 20px 0 20px;
  min-height: 100%;
  /* equal to footer height */

  margin-bottom: -38px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer,
.page-wrap:after {
  height: 38px;
}
footer {
  box-sizing: border-box;
  background: #ebe3cd;
  padding: 8px 20px;
  margin: 0 20px;
}
footer .copyright {
  float: right;
  color: #6E787D;
}
.linde-controls {
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 4px;
  z-index: 99;
}
.linde-controls .location {
  padding: 5px 10px;
}
.linde-controls .worldwide {
  border: 1px solid #d6e6ea;
  border-bottom: 4px solid #d6e6ea;
  border-top: none;
}
.linde-controls a {
  padding: 5px 10px;
  color: #000000;
}
.linde-controls a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.fixed-alerts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.fixed-alerts .alert {
  width: 100%;
  margin: 0;
}
.ns-app h2 {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 30px;
  border: none;
  text-align: center;
  font-size: 18px;
}
.ns-app .app-version-list {
  padding: 0;
  margin: 0 10px;
}
.ns-app .app-version-list li {
  margin: 0 0 10px 0;
  list-style-type: none;
  width: 100%;
}
.ns-app .app-version-list li a {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #e3001b;
  text-align: center;
  color: white;
}
.app-logo-preview {
  max-width: 100%;
}
.btn {
  color: #000000;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
}
.btn .glyphicon-play {
  margin-left: 10px;
  font-size: 9px;
  position: relative;
  top: -1px;
}
.btn .glyphicon-download {
  color: #5a5a5a;
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.btn-action {
  border: 1px solid #d7dadb;
  color: #e3001b;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, #ffffff), color-stop(76%, #ebe9e2), color-stop(100%, #ebe3cd));
  background: -webkit-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -o-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: linear-gradient(to bottom, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebe3cd', GradientType=0);
}
.btn-action:hover {
  color: #e3001b;
  border: 1px solid #ccc;
}
.btn-process {
  border: 1px solid #d7dadb;
  color: #e3001b;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, #ffffff), color-stop(76%, #ebe9e2), color-stop(100%, #ebe3cd));
  background: -webkit-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -o-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: linear-gradient(to bottom, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebe3cd', GradientType=0);
}
.btn-process:hover {
  color: #e3001b;
  border: 1px solid #ccc;
}
.btn-process:after {
  content: '';
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
  background: url("../img/arrow-right-red-14x9.png") 0 0 no-repeat;
  position: relative;
  top: 0;
}
.btn-process-back {
  border: 1px solid #d7dadb;
  color: #e3001b;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, #ffffff), color-stop(76%, #ebe9e2), color-stop(100%, #ebe3cd));
  background: -webkit-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -o-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: linear-gradient(to bottom, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebe3cd', GradientType=0);
}
.btn-process-back:hover {
  color: #e3001b;
  border: 1px solid #ccc;
}
.btn-process-back:before {
  content: '';
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  background: url("../img/arrow-left-red-14x9.png") 0 0 no-repeat;
  position: relative;
  top: 0;
}
.btn-cancel {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, #ffffff), color-stop(76%, #ebe9e2), color-stop(100%, #ebe3cd));
  background: -webkit-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -o-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  background: linear-gradient(to bottom, #ffffff 0, #ebe9e2 76%, #ebe3cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebe3cd', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn[disabled] {
  color: #ccc;
}
.max-list-entry-notification {
  font-size: 0.8em;
  color: #777;
  margin-top: 3px;
}
.ns-internal {
  margin: 0;
}
.ns-internal .header {
  position: relative;
  padding-top: 40px;
  height: 170px;
  overflow: hidden;
}
.ns-internal .header .logo {
  float: left;
  display: block;
  width: 220px;
  height: 57px;
  margin: 30px 20px 30px 0;
  background: url("../img/boc-logo-220x57.png") 0 0 no-repeat;
}
.ns-internal .header .trademark {
  margin-top: 41px;
  font-size: 38px;
  margin-left: 264px;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
}
.ns-internal .header .trademark span {
  font-size: 30px;
  position: relative;
  top: -6px;
  left: 4px;
}
.ns-internal .wrapper {
  position: relative;
}
.ns-internal .sidebar {
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ns-internal .sidebar .sidebar-inner {
  border-right: 1px solid #e0e0e0;
}
.ns-internal .content-wrapper {
  box-sizing: border-box;
  padding-left: 219px;
  padding-bottom: 35px;
}
.ns-internal .content {
  min-width: 930px;
  max-width: 1280px;
  padding: 0 20px 20px 40px;
  margin-bottom: 10px;
}
.sidebar .nav {
  font-family: Helvetica, sans-serif;
  clear: both;
  background-color: #ebe3cd;
  padding: 10px 15px 40px 15px;
  border-bottom: 1px solid #dccfa9;
}
.sidebar .nav:last-child {
  margin-bottom: 0;
}
.sidebar .nav > li {
  border-bottom: 1px solid #ccc;
}
.sidebar .nav > li a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 100;
  font-size: 14px;
  padding: 4px 15px 4px 0;
}
.sidebar .nav > li a:hover,
.sidebar .nav > li a:focus,
.sidebar .nav > li a:active {
  color: #e3001b;
  background-color: transparent;
}
.sidebar .nav > li.active a {
  color: #e3001b;
}
.sidebar .nav > li.with-subnav.active a::after {
  display: none;
}
.sidebar .nav > li.with-subnav.active .subnav {
  display: block;
}
.sidebar .nav > li.nav-title {
  width: 100%;
  padding: 10px 15px 5px 15px;
  color: #999999;
}
.sidebar .nav > li .subnav {
  display: none;
  margin: -4px 0 10px 0;
  padding: 0;
}
.sidebar .nav > li .subnav li {
  list-style-type: none;
  border-bottom: none;
}
.sidebar .nav > li .subnav li a {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-transform: none;
  display: block;
  padding: 2px 15px;
  font-size: 12px;
}
.sidebar .nav > li .subnav li a:hover {
  text-decoration: none;
  color: #e3001b;
}
.sidebar .nav > li .subnav li .fa-circle {
  display: none;
}
.sidebar .nav > li .subnav li.active a {
  color: #e3001b;
}
h1 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
  border-top: 2px solid #90969b;
}
h1 .header-breadcrumb {
  color: black;
}
h1 a.header-breadcrumb {
  font-weight: 100;
}
h1 a:last-child {
  color: #e3001b;
  font-weight: normal;
}
h1 span.header-breadcrumb {
  font-weight: 100;
}
h1 span:last-child {
  color: #e3001b;
  font-weight: normal;
}
h1 .fa {
  color: #999999;
  font-size: 12px;
  margin: 0 4px;
  position: relative;
  top: -1px;
}
h1 .btn-group {
  position: relative;
  top: -10px;
}
h1 .btn-group .glyphicon {
  margin-right: 4px;
}
.byline {
  margin-top: -20px;
  font-size: 16px;
  border-bottom: 2px solid #90969b;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
h2 {
  font-weight: 100;
  font-size: 25px;
  border-top: 2px solid #cccccc;
  color: #888888;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
}
h2 .btn {
  margin: 0;
  float: right;
  margin-right: 5px;
}
section {
  margin-bottom: 40px;
}
section h2 + .table-container {
  margin-top: -30px;
}
p {
  color: #5a5a5a;
  margin-bottom: 10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-table {
  width: 100%;
}
.detail-table th,
.detail-table td {
  padding: 10px 20px;
  border: 3px solid white;
}
.detail-table tr th {
  background-color: #ececec;
}
.detail-table tr td {
  background-color: #f6f6f6;
}
.comments-section .comments-table {
  width: 100%;
}
.comments-section .comments-table th,
.comments-section .comments-table td {
  padding: 10px 20px;
  border: 3px solid white;
}
.comments-section .comments-table tr th {
  background-color: #ececec;
}
.comments-section .comments-table tr td {
  background-color: #f6f6f6;
}
.comments-section .comments-table th,
.comments-section .comments-table td {
  border-width: 3px 0 6px 0;
}
.comments-section .comments-table th {
  border-radius: 10px 0 0 10px;
}
.comments-section .comments-table td {
  border-radius: 0 10px 10px 0;
}
.comments-section .comments-table .modified-indicator {
  font-size: 13px;
  text-align: right;
}
.comments-section .comments-table .comment-controls {
  text-align: right;
  font-size: 13px;
}
.comments-section .comments-table .comment-controls a {
  margin: 0 0 0 4px;
}
.comments-section p.no-comments-dialog {
  margin-bottom: 0;
  color: #898989;
  text-align: center;
  font-style: italic;
}
.file-list {
  margin: 0;
  padding: 0;
  overflow: auto;
  border-bottom: 1px solid #e0e0e0;
}
.file-list li {
  list-style-type: none;
  border-top: 1px solid #e0e0e0;
}
.file-list li:first-child {
  border-top: none;
}
.file-list li a {
  display: block;
  color: #e3001b;
  padding: 5px 0;
}
.file-list li a .fa {
  font-size: 12px;
}
.file-list li a span {
  color: black;
  display: block;
  margin-left: 15px;
  font-size: 11px;
  text-decoration: none;
}
.revision-table tbody tr td {
  padding: 10px 20px;
  font-weight: 100;
  line-height: 20px;
}
.revision-table tbody tr .revision-number {
  width: 50px;
}
.revision-table tbody tr .revision-user {
  padding-left: 10px;
}
.revision-table tbody tr .revision-user .fa {
  margin-right: 4px;
  color: #555;
}
.action-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.action-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.action-list li a {
  padding: 3px 0;
  display: block;
  color: #e3001b;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.action-list li a .fa-arrow-right {
  float: right;
  position: relative;
  top: 4px;
}
.quick-actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.quick-actions li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 15px;
}
.quick-actions li a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 20px 0;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 15px;
  margin: 0 0 0 0;
  color: #333;
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quick-actions li a .fa {
  display: block;
  font-size: 44px;
  margin-bottom: 15px;
  color: #555;
}
.quick-actions li a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
  color: #e3001b;
}
.dashboard-sales-order-table td {
  padding: 10px;
  vertical-align: middle !important;
}
.dashboard-sales-order-table .sales-order-number {
  white-space: nowrap;
  font-size: 16px;
  color: #777;
}
.dashboard-sales-order-table .sales-order-number .fa {
  font-size: 14px;
  color: #333;
}
.dashboard-sales-order-table .btn {
  margin: 0;
}
.empty-container {
  font-style: italic;
  text-align: center;
  padding: 40px 0;
}
.status-ok {
  font-weight: bold;
  color: #389700;
}
.status-problem {
  font-weight: bold;
  color: #970007;
}
.alternate-value {
  font-size: 0.8em;
  color: #999;
  line-height: 0.8em;
}
.project-version {
  font-size: 0.7em;
  color: #999;
  line-height: 0.7em;
}
label {
  width: 100%;
  margin-bottom: 7px;
  font-weight: normal;
}
textarea,
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
select {
  width: 100%;
  margin-bottom: 15px;
  color: #000000;
  padding: 9px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
textarea.invalid,
input[type='text'].invalid,
input[type='password'].invalid,
input[type='email'].invalid,
input[type='number'].invalid,
input[type='url'].invalid,
select.invalid {
  border: 1px solid #e3001b;
}
.formset-delete {
  float: right;
}
.formset-delete input[type='checkbox'] {
  position: relative;
  top: 1px;
}
.formset-well {
  margin-bottom: 30px;
}
::-webkit-input-placeholder {
  color: #e0e0e0;
}
:-moz-placeholder {
  color: #939393;
}
::-moz-placeholder {
  color: #939393;
}
:ms-input-placeholder {
  color: #e0e0e0;
}
.picker {
  width: 350px;
  position: absolute;
  background-color: #ffffff;
}
.picker .picker__holder {
  background-color: #ffffff;
}
.use-datepicker + .picker {
  overflow: visible;
}
.use-datepicker + .picker .picker__holder {
  overflow: hidden;
}
.use-datepicker + .picker select {
  padding: 0;
  border: none;
}
.row > :last-child .picker {
  left: 15px;
}
form .choice-list {
  margin-top: 5px;
  padding-left: 20px;
}
form .choice-list li {
  list-style-type: none;
}
form .choice-list li label {
  font-weight: normal;
}
form .choice-list li input {
  margin-right: 10px;
  margin-bottom: 4px;
  float: left;
}
form .large-submit-button {
  border: 1px solid #e0e0e0;
  background: transparent;
  padding: 20px 23px;
}
form .large-download-button {
  border: 1px solid #e0e0e0;
  background: transparent;
  padding: 18px 23px 20px 23px;
}
form .password-reset-note {
  font-size: 12px;
  position: relative;
  top: -10px;
  margin-bottom: 0;
}
form label input[type="checkbox"] {
  margin-right: 5px;
}
form .field-help-text {
  margin-top: -15px;
}
.errorlist {
  padding-left: 0;
  list-style-type: none;
  color: #e3001b;
  margin-bottom: 3px;
}
.form-well {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px;
}
.form-well h3 {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
.select2-results__option {
  font-size: 12px;
}
.select2-container {
  width: 100%;
  margin-bottom: 15px;
}
.select2-search {
  width: 100%;
}
.select2-search input {
  width: 100% !important;
}
.select2-selection.select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 100% !important;
}
#select2-material_search_field-container {
  padding-block: 5px;
}
.no-margin {
  margin: 0;
}
.table-filters-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.table-filters-container .table-filters-header {
  display: block;
  padding: 10px 30px 10px 27px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 4px solid #e26e0a;
  color: #000000;
}
.table-filters-container .table-filters-header:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}
.table-filters-container .table-filters-header:focus {
  outline: none;
  text-decoration: none;
}
.table-filters-container .table-filters-header .hide-text {
  display: none;
}
.table-filters-container .table-filters-header .fa {
  font-size: 10px;
  position: relative;
  top: 4px;
}
.table-filters-container .table-filters-header .indicator-inactive {
  display: inline-block;
}
.table-filters-container .table-filters-header .indicator-active {
  display: none;
}
.table-filters-container .table-filters-header.active .indicator-inactive {
  display: none;
}
.table-filters-container .table-filters-header.active .indicator-active {
  display: inline-block;
}
.table-filters-container .table-filters-header.active .hide-text {
  display: inline;
}
.table-filters-container .table-filters-header.active .show-text {
  display: none;
}
.table-filters-container .table-filters {
  display: none;
  padding: 10px 30px 10px 27px;
  background: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 12px;
  border-left: 4px solid #e0e0e0;
}
.table-filters-container .table-filters.active {
  display: block;
}
.table-filters-container .table-filters-apply {
  float: right;
  padding: 3px 12px;
  background: white;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  color: black;
  margin-right: 5px;
}
.table-filters-container .table-filters-apply .fa-check {
  position: relative;
  top: -1px;
  font-size: 10px;
  margin-right: 3px;
  color: #0f9500;
}
.table-filters-container .table-filters-apply:hover {
  text-decoration: none;
  border: 1px solid #adadad;
}
.table-filters-container .table-filters-apply:hover .fa-close {
  color: #e3001b;
}
.table-filters-container .table-filters-apply:focus,
.table-filters-container .table-filters-apply:active {
  text-decoration: none;
}
.table-filters-container .table-filters-apply:active {
  background-color: #e9e9e9;
}
.table-filters-container .table-filters-reset {
  float: right;
  padding: 3px 12px;
  background: white;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  color: black;
}
.table-filters-container .table-filters-reset .fa-close {
  position: relative;
  top: -1px;
  font-size: 10px;
  margin-right: 3px;
  color: #ca0400;
}
.table-filters-container .table-filters-reset:hover {
  text-decoration: none;
  border: 1px solid #adadad;
}
.table-filters-container .table-filters-reset:hover .fa-close {
  color: #e3001b;
}
.table-filters-container .table-filters-reset:focus,
.table-filters-container .table-filters-reset:active {
  text-decoration: none;
}
.table-filters-container .table-filters-reset:active {
  background-color: #e9e9e9;
}
.table-container .table-content {
  padding: 0;
}
.table-container .table-content table tr th {
  white-space: nowrap;
}
.table-container .table-content table tr td {
  padding: 8px 18px;
  white-space: nowrap;
}
.table-container .table-controls {
  padding: 5px 0 4px 16px;
  border-bottom: 1px solid #e0e0e0;
  overflow: auto;
  font-size: 12px;
}
.table-container .table-controls .dataTables_length {
  float: left;
}
.table-container .table-controls .dataTables_length label {
  margin-bottom: 0;
}
.table-container .table-controls .dataTables_length select {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 0 10px;
  margin-right: 5px;
}
.table-container .table-controls .ColVis {
  margin-bottom: 0;
}
.table-container .table-controls .ColVis button {
  margin-right: 0;
  margin-top: 2px;
  height: 25px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table-container .table-controls .refresh {
  margin-right: 5px;
  margin-top: 2px;
  height: 25px;
  width: 25px;
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: none;
}
.table-container .table-controls .refresh .fa-refresh {
  position: relative;
  top: 1px;
}
.table-container .table-footer {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  padding: 10px 30px;
}
.table-container .table-footer .dataTables_paginate {
  height: 39px;
}
.table-container .table-footer .paginate_button a {
  color: #000000;
}
.table-container .table-footer .paginate_button.next a,
.table-container .table-footer .paginate_button.previous a {
  color: #e3001b;
}
.table-container .table-footer .paginate_button.next.disabled a,
.table-container .table-footer .paginate_button.previous.disabled a {
  color: #a7a7a7;
}
.table-container .table-footer .paginate_button.active a {
  background-color: white;
  border-color: #e0e0e0;
  color: #e3001b;
  font-weight: bold;
}
ul.ColVis_collection {
  width: 180px;
  background-color: #f9f9f9;
}
.workflow {
  margin: 0;
  padding: 0;
}
.workflow li {
  position: relative;
  list-style-type: none;
  margin: 0 0 3px 0;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-left: 5px solid #cccccc;
}
.workflow li.workflow-stream_change {
  background-color: #555;
  color: white;
  border-left: none;
  font-weight: bold;
}
.workflow li.workflow-stream_change .workflow-timestamp {
  display: none;
}
.workflow li.workflow-stream_change .workflow-comment {
  margin-bottom: 2px;
}
.workflow li.workflow-error {
  border-left: 5px solid #FF8080;
}
.workflow li.workflow-success {
  border-left: 5px solid #80FF80;
}
.workflow li .workflow-timestamp {
  font-size: 10px;
  color: #777;
  line-height: 12px;
}
.workflow li .workflow-user {
  font-size: 10px;
  color: #555;
  white-space: nowrap;
  line-height: 12px;
  margin-bottom: 2px;
}
.workflow li .workflow-comment {
  font-size: 10px;
}
.scan-status-ok {
  color: green;
}
.scan-status-warnings {
  color: orange;
}
.scan-status-excluded {
  color: #999;
}
.scan-actions a {
  font-size: 0.8em;
  padding: 2px 6px;
  border: 1px solid #ccc;
  background: #e9e9e9;
  color: #333;
}
.scan-actions a:hover {
  text-decoration: none;
  background: #e0e0e0;
  border: 1px solid #bbb;
}
.ns-customer-retention .retention-survey-flow {
  overflow: auto;
  margin-bottom: 20px;
}
.ns-customer-retention .retention-survey-sentiment-block {
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
  color: white;
  font-weight: bold;
  float: left;
  width: 100%;
}
.ns-customer-retention .retention-survey-sentiment-block span {
  display: block;
  font-weight: normal;
}
.ns-customer-retention .retention-survey-sentiment-happy {
  background-color: #67b168;
}
.ns-customer-retention .retention-survey-sentiment-unhappy {
  background-color: #d9534f;
  width: 50%;
  height: 60px;
}
.ns-customer-retention .retention-survey-sentiment-unhappy::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #d9534f;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 100%;
  z-index: 1;
}
.ns-customer-retention .retention-survey-sentiment-leaving_market {
  background-color: #f0ad4e;
}
.ns-customer-retention .retention-survey-outcome-block {
  background-color: #d9d9d9;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  float: left;
  width: 50%;
}
.ns-customer-retention .retention-survey-outcome-customer_retained {
  color: #569357;
}
.ns-customer-retention .retention-survey-outcome-forwarded_to_save_team {
  color: #dc7d10;
}
.ns-customer-retention .retention-survey-outcome-could_not_resolve {
  color: #000;
}
.ns-customer-retention .retention-reason-for-leaving-market-block {
  background-color: #f0ad4e;
  text-align: center;
  color: white;
  padding: 20px;
  float: left;
  width: 50%;
}
