.portlet {
  width: 100%;
  margin-top: 14px;
  background: white;
  box-shadow: 0 0 3px #999999;
}
.portlet .portlet-row {
  float: left;
  width: 100%;
  padding: 6px 6px;
}
.portlet .portlet-header {
  padding: 0 6px;
  font-size: 14px;
  height: 25.2px;
  line-height: 25.2px;
  width: 100%;
  background: #555555;
  color: white;
}
.portlet .portlet-header .action {
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portlet .portlet-header .action:hover {
  color: #b0e1ef;
  cursor: pointer;
}
.portlet .portlet-content {
  padding: 1px 0;
}
.portlet .portlet-content.no-padding {
  padding: 0;
}
.portlet .portlet-content .row {
  margin: 0px 0px;
}
.portlet .portlet-content .row.bottom-divider {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 6px;
}
.portlet > .alert {
  margin: 0;
}
.portlet.danger .portlet-header {
  background-color: #D32F2F;
}
.portlet.success .portlet-header {
  background-color: #4CAF50;
}
.portlet.warning .portlet-header {
  background-color: #FFC107;
}
.portlet.info .portlet-header {
  background-color: #5bc0de;
}
.portlet-tabs .portlet-tab a {
  cursor: default;
  border-bottom-color: #555555 !important;
}
.portlet-tabs .portlet-tab.active a,
.portlet-tabs .portlet-tab.active a:hover {
  padding-bottom: 8px;
  border-bottom-color: #0288D1 !important;
  border-bottom-width: 3px;
  background: #eeeeee;
}
.portlet-tabs.no-border li:not(.active) a {
  border-bottom: none !important;
}
.radio-tabset {
  background: #004666;
}
.radio-tabset ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.radio-tabset ul li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.radio-tabset ul li a {
  padding: 8px 8px;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #aaa;
  width: 100%;
  cursor: pointer;
}
.radio-tabset ul li a:hover {
  text-decoration: none;
}
.radio-tabset ul li.active a {
  color: white;
  border-bottom: 2px solid yellow;
}
.catalog-item {
  border-bottom: 1px solid #ccc;
  min-height: 90px;
  padding: 6px 6px;
}
.catalog-item h1 {
  font-size: 13px;
  font-weight: 700;
  margin: 2px 0;
}
.attribute-label {
  margin: 0;
}
.attribute-checkbox {
  margin-top: 4px;
  margin-bottom: 4px;
}
.attribute-section {
  margin: 6px 0;
}
.catalog-attribute-list,
.catalog-category-list {
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0 6px;
}
.catalog-attribute-list .attribute-count,
.catalog-category-list .attribute-count {
  color: #999999;
  padding: 0 6px;
  font-size: 11.7px;
}
.catalog-attribute-list {
  max-height: 120px;
}
.hierarchy-select {
  position: relative;
}
.hierarchy-select .hierarchy-select-input,
.hierarchy-select .hierarchy-select-inner-input {
  padding: 6px 6px;
  line-height: 1.42857143;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  -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);
}
.hierarchy-select .hierarchy-select-input:hover,
.hierarchy-select .hierarchy-select-inner-input:hover {
  cursor: pointer;
}
.hierarchy-select .hierarchy-select-dropdown-wrapper {
  position: absolute;
  top: 0px;
  z-index: 2000;
  float: left;
  width: 100%;
  background: white;
}
.hierarchy-select .hierarchy-select-dropdown-wrapper .hierarchy-select-dropdown {
  width: 100%;
  float: left;
  background: white;
  position: relative;
}
.hierarchy-select .hierarchy-select-dropdown-wrapper .hierarchy-select-dropdown > .hierarchy-select-data {
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  border-top: none;
}
.hierarchy-select .hierarchy-select-dropdown-wrapper .hierarchy-select-dropdown > .hierarchy-select-data > p {
  padding: 6px 6px;
  margin: 0;
}
.hierarchy-select .hierarchy-select-dropdown-wrapper .hierarchy-select-dropdown > .hierarchy-select-data > p:hover {
  cursor: pointer;
  color: white;
  background: #3875D7;
}
.simple-product-search-wrapper {
  position: relative;
}
.simple-product-search-wrapper .simple-product-search-element {
  padding: 6px 6px;
  line-height: 1.42857143;
  height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  -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);
}
.simple-product-search-wrapper .simple-product-search-element:hover {
  cursor: pointer;
}
.simple-product-search-wrapper .simple-product-search {
  position: absolute;
  z-index: 2000;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  background: white;
}
.simple-product-search-wrapper .simple-product-search.openDown {
  top: 31px;
}
.simple-product-search-wrapper .simple-product-search.openDown .simple-product-search-data {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
}
.simple-product-search-wrapper .simple-product-search.openUp {
  bottom: 31px;
}
.simple-product-search-wrapper .simple-product-search.openUp .simple-product-search-data {
  -webkit-box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.275);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.275);
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown {
  width: 100%;
  float: left;
  background: white;
  position: relative;
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown > .simple-product-search-data {
  max-height: 200px;
  overflow: auto;
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown > .simple-product-search-data > p {
  padding: 6px 6px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown > .simple-product-search-data > p:hover {
  cursor: pointer;
  color: white;
  background: #3875D7;
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown > .simple-product-search-data > p.simple-product-search-loading {
  background: #9acef8;
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown .simple-product-search-input-wrapper {
  padding: 6px 6px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
}
.simple-product-search-wrapper .simple-product-search .simple-product-search-dropdown .simple-product-search-input-wrapper input {
  width: 100%;
}
.order-card {
  min-height: 66px;
  border-bottom: 1px solid #cccccc;
  padding: 6px 6px;
  -webkit-transition: all 0.2s linear, background-color 0.8s linear;
  -o-transition: all 0.2s linear, background-color 0.8s linear;
  transition: all 0.2s linear, background-color 0.8s linear;
  background-color: #ffffff;
}
.order-card:last-child {
  border-bottom: none;
}
.order-card .order-detail.small {
  font-size: 13px;
}
.order-card.ng-enter {
  -webkit-transition: all 0.2s linear, background-color 0.2s linear;
  -o-transition: all 0.2s linear, background-color 0.2s linear;
  transition: all 0.2s linear, background-color 0.2s linear;
  background-color: #ffffff;
  min-height: 0px;
  overflow: hidden;
}
.order-card.ng-enter.ng-enter-active {
  min-height: 66px;
  background-color: #dcfffc;
}
.line-item-table {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.line-item-table .column {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.line-item-table.ng-enter .column {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.line-item-table .line-number {
  width: 10%;
}
.line-item-table .line-item {
  width: 40%;
}
.line-item-table .line-vendor {
  width: 30%;
  opacity: 1;
}
.line-item-table .line-vendor.ng-hide {
  width: 0%;
  opacity: 0;
  padding: 0;
}
.line-item-table .line-vendor.ng-hide-remove.ng-hide-add-active {
  display: none;
}
.line-item-table .line-quantity {
  width: 16%;
}
.line-item-table .line-rate {
  width: 16%;
}
.line-item-table .line-amount {
  width: 16%;
}
.line-item-table .line-actions {
  width: 8%;
}
@media (min-width: 1200px) {
  .line-item-table .line-number {
    width: 4%;
  }
  .line-item-table .line-item {
    width: 40%;
  }
  .line-item-table .line-item.with-received-rejected {
    width: 30%;
  }
  .line-item-table .line-received-rejected {
    width: 13%;
  }
  .line-item-table .line-quantity {
    width: 16%;
  }
  .line-item-table .line-quantity.with-received-rejected {
    width: 15%;
  }
  .line-item-table .line-rate {
    width: 16%;
  }
  .line-item-table .line-rate.with-received-rejected {
    width: 15%;
  }
  .line-item-table .line-amount {
    width: 16%;
  }
  .line-item-table .line-amount.with-received-rejected {
    width: 15%;
  }
  .line-item-table .line-actions {
    width: 8%;
  }
}
.line-item-header {
  border-bottom: 1px solid #cccccc;
}
.order-line {
  padding: 12px 0 6px;
  line-height: 25px;
  background: white;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.075);
}
.order-line:before,
.order-line:after {
  content: " ";
  display: table;
}
.order-line:after {
  clear: both;
}
.order-line .extra-details:before,
.order-line .extra-details:after {
  content: " ";
  display: table;
}
.order-line .extra-details:after {
  clear: both;
}
.order-line .extra-details > div {
  padding: 8px;
}
.order-line.ng-enter,
.order-line.ng-move,
.order-line.ng-leave {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.order-line.ng-enter,
.order-line.ng-leave.ng-leave-active {
  line-height: 0px;
  padding: 0 0;
  height: 0;
  overflow-y: hidden;
}
.order-line.ng-leave,
.order-line.ng-enter.ng-enter-active {
  line-height: 0px;
  padding: 6px 0;
  height: 38px;
}
.order-line:hover .line-item-number .move-icon {
  color: #999999;
  opacity: 1;
}
.order-line .line-item-number {
  font-weight: bold;
}
.order-line .line-item-number .move-icon {
  opacity: 0;
}
.order-line .line-item-number:hover {
  cursor: move;
}
.order-line.even {
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.075);
}
.order-line .line-item-content {
  margin-left: 36px;
  padding: 6px 6px;
}
.order-line .line-item-row {
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #999999;
}
.filter-line {
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
}
.filter-line:first-child {
  border-top: 1px solid #cccccc;
}
.table-horizontal {
  overflow-x: auto;
  float: left;
  width: 100%;
}
.multi-vendor-box {
  float: left;
  width: 100%;
  height: 32px;
}
.multi-vendor-box .select {
  width: 88%;
  float: left;
}
.order-table-group td {
  background: #E1F5FE !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
.multi-vendor-box {
  float: left;
  width: 100%;
  height: 32px;
}
.multi-vendor-box {
  float: left;
  width: 100%;
  height: 50px;
}
.multi-vendor-box .select {
  width: 88%;
  float: left;
}
.line-details {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
}
.order-line-view {
  border-bottom: 1px solid #cccccc;
  padding: 6px;
}
.order-line-view .order-line-view-details {
  border-top: 1px solid #eeeeee;
  margin: 6px 0 0;
  padding: 6px 0 0;
}
.order-line-view:last-child {
  border: none;
}
.upload.thumbnail {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.upload.thumbnail .upload-actions-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 100%;
  z-index: 2;
}
.upload.thumbnail .upload-actions-wrapper:hover div.upload-actions {
  display: block;
}
.upload.thumbnail .upload-actions-wrapper .upload-actions {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(238, 238, 238, 0.68);
}
.upload.thumbnail .upload-actions-wrapper .upload-remove {
  height: 25px;
  width: 25px;
  border-radius: 12px;
  background: #eeeeee;
  position: absolute;
  right: 8px;
  top: 8px;
  padding-left: 6px;
  line-height: 25px;
  cursor: pointer;
}
.upload.thumbnail .upload-actions-wrapper .upload-remove:active {
  background: #cccccc;
}
.upload.thumbnail .image-wrapper {
  height: 110px;
  overflow: hidden;
}
.upload.thumbnail .image-wrapper > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.drop {
  padding: 9px;
  border: 2px #999999 dashed;
  border-radius: 5px;
}
.drop.drag-over {
  background: #daf1f8;
}
.messages-container {
  background: #eeeeee;
  height: 312px;
  overflow: auto;
}
.messages-container .messages-load-more {
  width: 106px;
  padding: 3px 0;
  text-align: center;
  background: white;
  margin: auto;
  cursor: pointer;
}
.messages-container .messages-load-more:hover {
  background: #0288D1;
  color: #ffffff;
}
.message {
  background: white;
  margin: 4px;
  padding: 0px 6px;
  -webkit-box-shadow: 1px 2px 10px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 2px 10px 0px rgba(50, 50, 50, 0.2);
}
.message .message-name {
  font-size: 11px;
  color: #999999;
}
.workflow-events {
  margin: 0 auto;
  background: white;
  width: 400px;
  box-shadow: 0 0 3px #D32F2F;
}
.workflow-element {
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 32px;
}
.condition-group-box {
  margin: 8px 0;
  padding: 8px;
  border: #D32F2F 1px solid;
}
/* Style when highlighting a search. */
.fancy-list-two-highlight {
  font-weight: bold;
}
.fancy-list-two-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* Selectize theme */
/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}
.select2-result-single {
  padding-left: 0;
}
.select2-locked > .select2-search-choice-close {
  display: none;
}
.select-locked > .ui-select-match-close {
  display: none;
}
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}
.fancy-list-two-wrapper {
  position: relative;
}
.fancy-list-two-wrapper .fancy-list-two-selected {
  padding: 6px 6px;
  line-height: 1.42857143;
  min-height: 32px;
}
.fancy-list-two-wrapper .fancy-list-two-element {
  padding: 6px 6px;
  line-height: 1.42857143;
  min-height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  -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);
}
.fancy-list-two-wrapper .fancy-list-two-element:hover {
  cursor: pointer;
}
.fancy-list-two-wrapper .fancy-list-two {
  position: absolute;
  top: 0px;
  z-index: 2000;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  background: white;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown {
  width: 100%;
  float: left;
  background: white;
  position: relative;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown > .fancy-list-two-data {
  max-height: 200px;
  overflow: auto;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown > .fancy-list-two-data > p {
  padding: 6px 6px;
  margin: 0;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown > .fancy-list-two-data > p:hover {
  cursor: pointer;
  color: white;
  background: #3875D7;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown > .fancy-list-two-data > p.fancy-list-two-loading {
  background: #9acef8;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown .fancy-list-two-input-wrapper {
  padding: 6px 6px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown .fancy-list-two-input-wrapper input {
  width: 100%;
}
.fancy-list-two-wrapper .fancy-list-two .fancy-list-two-dropdown .fancy-list-two-input-wrapper.less {
  -webkit-box-shadow: 0px 4px 11px -1px rgba(200, 200, 200, 0.75);
  box-shadow: 0px 4px 11px -1px rgba(200, 200, 200, 0.75);
}
body {
  background: #FAFAFA;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.video-border {
  width: 255px;
  height: 200px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-top: 1px;
  background-color: #0b93d5;
}
.paid-in-full {
  width: 160px;
  height: 107px;
  background: url("data:image/png;base64,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") no-repeat;
}
.blue-fonts {
  color: #039BE5 !important;
}
.text-md {
  font-size: 15px;
}
.text-sm {
  font-size: 12px;
}
.inline-validation {
  position: relative;
}
.inline-validation .inline-error {
  position: absolute;
  top: 7px;
  right: 10px ;
  color: #D32F2F;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 0;
  color: #555555;
  border: none;
  font-size: 27px;
  text-transform: uppercase;
}
.content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.main-content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 39.6px;
}
.load-hide {
  display: none;
}
.bell-header .bell-app-header {
  height: 0;
  background: #529aaf;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.bell-header .navbar {
  margin-bottom: 0;
  top: 0;
}
.bell-sidebar {
  position: fixed;
  top: 40px;
  bottom: 0;
  z-index: 600;
  width: 210px;
  background: #004666;
  -webkit-box-shadow: 6px 0px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 6px 0px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 6px 0px 8px 0px rgba(0, 0, 0, 0.26);
}
.bell-sidebar .bell-sidebar-inner {
  overflow-x: hidden;
  overflow-y: auto;
  width: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.subtle-label {
  color: #999999;
  margin-bottom: -1px;
}
.subtle-label.large {
  font-size: 15px;
}
.order-detail {
  font-size: 33px;
  line-height: 1.33;
  color: #333333;
  min-height: 45px;
}
.order-detail .order-number {
  float: left;
}
.order-detail .order-number.temp {
  color: #999999;
}
.order-detail .order-description {
  width: 300px;
  margin-left: 12px;
  float: left;
  height: auto;
  position: relative;
  font-size: 20px;
  margin-top: 8px;
}
.order-detail .order-description > input {
  position: absolute;
  bottom: 0;
  top: 0;
}
ul.page-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.page-sidebar-menu a {
  color: white;
  font-size: 15px;
  transition: all 0.16s ease-in;
}
ul.page-sidebar-menu a:hover {
  cursor: pointer;
  text-decoration: none;
}
ul.page-sidebar-menu a:focus {
  text-decoration: none;
}
ul.page-sidebar-menu a:active {
  transition: all 0.3s ease-in;
  background: #0077ae !important;
}
ul.page-sidebar-menu > li {
  line-height: 15px;
  display: block;
}
ul.page-sidebar-menu > li.active > a {
  background: #0077ae;
  border-bottom: none;
}
ul.page-sidebar-menu > li > a {
  display: block;
  padding: 8px 14px;
}
ul.page-sidebar-menu > li > a:hover {
  background: #0077ae;
}
ul.page-sidebar-menu > li > a > .glyphicon {
  margin-right: 8px;
}
ul.page-sidebar-menu .submenu {
  background: rgba(90, 90, 90, 0.11);
  filter: alpha(opacity=11);
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
ul.page-sidebar-menu .submenu.closed {
  display: none;
}
ul.page-sidebar-menu .submenu > li {
  line-height: 18px;
}
ul.page-sidebar-menu .submenu > li > a {
  display: block;
  padding: 8px 13px 8px 32px;
}
ul.page-sidebar-menu .submenu > li > .submenu > li {
  line-height: 16px;
}
ul.page-sidebar-menu .submenu > li > .submenu > li > a {
  display: block;
  padding: 8px 13px 8px 46px;
}
.side-bar-menu-decoration {
  position: fixed;
  left: 202px;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 8px;
  background: #039BE5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-container {
  margin-top: 41px;
}
.quick-nav {
  z-index: 500;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  height: 200px;
  line-height: 36px;
  position: absolute;
  top: -124px;
  left: 210px;
  right: 0;
  -webkit-box-shadow: 0 0 8px #999999;
  box-shadow: 0 0 8px #999999;
}
.quick-nav .quick-nav-container {
  padding: 6px 6px;
}
.quick-nav.phone {
  left: 0;
}
.quick-nav.open {
  top: 40px;
  background: white;
  -webkit-box-shadow: 0 0 8px #555555;
  box-shadow: 0 0 8px #555555;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}
.quick-nav.closed {
  top: -124px;
  min-height: 36px;
  -webkit-box-shadow: 0 0 8px #999999;
  box-shadow: 0 0 8px #999999;
}
.quick-nav.closed:hover {
  top: -118px;
  background: white;
  cursor: pointer;
}
.quick-nav .quick-nav-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 0 14px;
  border-top: 1px solid #eeeeee;
}
.quick-nav .quick-nav-bottom:before,
.quick-nav .quick-nav-bottom:after {
  content: " ";
  display: table;
}
.quick-nav .quick-nav-bottom:after {
  clear: both;
}
.quick-nav .breadcrumbs {
  font-weight: 600;
  color: #555555;
  text-transform: uppercase;
  float: left;
  font-size: 15px;
}
.quick-nav .user-log {
  float: right;
  font-weight: bold;
  color: #555555;
}
.quick-nav .quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 19px;
}
.quick-nav .activity-log {
  text-align: right;
}
.quick-nav .activity-log ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 19px;
}
.main-actions {
  height: 66px;
  line-height: 66px;
}
/**
 * Phones
 */
.page-content {
  margin-left: 0;
  bottom: 0;
  padding-bottom: 60px;
  transition: margin-right 0.5s;
  transition-delay: 0.4s;
}
/**
 * Tablets
 */
@media (min-width: 768px) {
  .page-content {
    margin-left: 210px;
  }
}
/**
 * Desktop
 */
@media (min-width: 992px) {
  .page-content {
    margin-left: 210px;
  }
}
/**
 * Large Desktop
 */
@media (min-width: 1200px) {
  .page-content {
    margin-left: 210px;
  }
}
.page-content.show-help {
  margin-right: 300px;
  transition-delay: 0s;
}
.help-button {
  cursor: pointer;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  position: fixed;
  right: 50px;
  bottom: -6px;
  width: 150px;
  height: 36px;
  background: #039BE5;
  color: white;
  line-height: 30px;
  text-align: center;
  transition: all 0.2s;
  z-index: 10;
}
.help-button label {
  cursor: pointer;
}
.help-button.show-help {
  transition-delay: 0s;
  bottom: -38px;
}
.help-button.show-help:hover {
  bottom: -38px;
}
.help-button:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.084);
  transition-delay: 0s;
  bottom: 0;
}
.help-done {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #039BE5;
  color: white;
  line-height: 30px;
  text-align: center;
}
.help-done label {
  cursor: pointer;
}
#help-close {
  cursor: pointer;
  background: #333333;
  height: 28px;
  width: 28px;
  position: absolute;
  left: -14px;
  bottom: 16px;
  border-radius: 14px;
  color: #eeeeee;
  z-index: 4000;
  text-align: center;
  line-height: 28px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  transition: box-shadow 0.2s;
}
#help-close:hover {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.084);
}
.help-view {
  position: fixed;
  top: 40px;
  bottom: 0;
  z-index: 501;
  right: -340px;
  width: 300px;
  background: white;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.26);
  transition: all 0.5s;
  transition-delay: 0s;
}
.help-view .help-processing {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: rgba(85, 85, 85, 0.5);
}
.help-view h1 {
  font-size: 23px;
  color: #0288D1;
}
.help-view h3 {
  font-size: 13px;
  color: #0288D1;
}
.help-view.show-help {
  right: 0;
  transition-delay: 0.4s;
}
.help-view .help-text-area {
  padding: 0 16px 8px 16px;
}
.help-view .help-text-area h1 {
  font-size: 23px;
  color: #0288D1;
}
.help-view .help-text-area img {
  width: 100%;
}
.help-view .help-image {
  border: 1px solid transparent;
}
.help-view .help-image:hover {
  border: 1px solid #0288D1;
}
.help-view .help-view-contact-support {
  padding: 0 16px 8px 16px;
}
.quick-image-background {
  background: rgba(51, 51, 51, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 300px;
  bottom: 0;
  z-index: 2000;
  text-align: center;
}
.quick-image-background img {
  margin: 60px auto 0;
}
.editable-area {
  border: 1px solid transparent;
  height: auto;
}
.editable-area:hover {
  margin: 0px;
  border: 1px dashed black;
}
.editable-area.edit {
  background: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  position: relative;
  width: 100%;
}
.editable-area.edit .editable-area-actions {
  width: 100%;
  height: 18px;
  background: rgba(236, 236, 236, 0.24);
  text-align: right;
  border-bottom: 1px solid #cccccc;
}
.editable-area.edit .editable-area-actions button {
  border: none;
  background: none;
  font-size: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: 10px;
}
.editable-area.edit .editable-area-actions button:hover {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.275);
  border-color: #c6c6c6;
  background: #fbfbfb;
  transition: all linear 0.2s;
}
.editable-area.edit .editable-area-input-wrapper {
  padding: 4px 0 4px 6px;
  top: 19px;
  bottom: 0;
  left: 0;
  right: 0;
}
.editable-area.edit textarea {
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
/**
 * Page Processing
 */
.page-processing {
  position: fixed;
  z-index: 1000;
  top: 41px;
  bottom: 0;
  right: 0;
  left: 209px;
  background: rgba(128, 128, 128, 0.24);
}
.page-processing.phone {
  left: 0;
}
.dynamic-select-wrapper {
  position: relative;
}
.dynamic-select-wrapper .dynamic-select-selected {
  padding: 6px 6px;
  line-height: 1.42857143;
  min-height: 32px;
}
.dynamic-select-wrapper .dynamic-select-element {
  padding: 6px 6px;
  line-height: 1.42857143;
  min-height: 32px;
  border: 1px solid #ccc;
  background: #fff;
  -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);
}
.dynamic-select-wrapper .dynamic-select-element.open {
  border-bottom: none;
}
.dynamic-select-wrapper .dynamic-select-element.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);
}
.dynamic-select-wrapper .dynamic-select-element:hover {
  cursor: pointer;
}
.dynamic-select-wrapper .dynamic-select {
  position: absolute;
  z-index: 2000;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  background: white;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown {
  width: 100%;
  float: left;
  background: white;
  position: relative;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown > .dynamic-select-data {
  max-height: 200px;
  overflow: auto;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown > .dynamic-select-data > p {
  padding: 6px 6px;
  margin: 0;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown > .dynamic-select-data > p:hover {
  cursor: pointer;
  color: white;
  background: #3875D7;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown > .dynamic-select-data > p.dynamic-select-loading {
  background: #9acef8;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown .dynamic-select-input-wrapper {
  padding: 6px 6px;
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown .dynamic-select-input-wrapper input {
  width: 100%;
}
.dynamic-select-wrapper .dynamic-select .dynamic-select-dropdown .dynamic-select-input-wrapper.less {
  -webkit-box-shadow: 0px 4px 11px -1px rgba(200, 200, 200, 0.75);
  box-shadow: 0px 4px 11px -1px rgba(200, 200, 200, 0.75);
}
.fancy-list-selection.active {
  background: #3875D7;
  color: white;
}
.fancy-list-action {
  height: 32px;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
}
.fancy-list-action .sub-action {
  display: table-cell;
  line-height: 32px;
  height: 32px;
  width: 1%;
}
.fancy-list-action .sub-action label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.fancy-list-action .sub-action:not(:last-child) {
  border-right: 1px solid #cccccc;
}
.fancy-list-action .sub-action:hover {
  cursor: pointer;
  background: #0288D1;
  color: white;
}
.fancy-list-action.more {
  -webkit-box-shadow: 0px -4px 11px -1px rgba(200, 200, 200, 0.75);
  box-shadow: 0px -4px 11px -1px rgba(200, 200, 200, 0.75);
}
.fancy-list-two-match .placeholder {
  color: #999999;
}
.add-new-line {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  color: #0288D1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add-new-line:hover {
  background-color: #e6fcff;
  color: #015785;
  cursor: pointer;
}
.table-container {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.table-container.table-top-scroll {
  height: 11px;
}
.top-buffer {
  margin-top: 16px;
}
.bottom-buffer {
  margin-bottom: 16px !important;
}
#notification-icon .number {
  font-size: 13px;
  color: #0288D1;
  font-weight: bold;
}
.notification-border {
  border-bottom: 1px solid #cccccc !important;
}
.notification-dropdown {
  width: 320px;
  padding: 0;
}
.notification-dropdown .notification-container {
  max-height: 300px;
  overflow-y: auto;
}
.notification-dropdown .notification-dropdown-title {
  padding: 0 6px;
  font-size: 14.3px;
  height: 25.2px;
  line-height: 25.2px;
  background: #555555;
  color: white;
}
.notification-dropdown .notification-dropdown-title.less {
  -webkit-box-shadow: 0px 4px 11px -2px rgba(150, 150, 150, 0.75);
  box-shadow: 0px 4px 11px -2px rgba(150, 150, 150, 0.75);
}
.notification-dropdown .notification-dropdown-title-right {
  float: right;
  color: #CFD8DC;
}
.notification-dropdown .notification-dropdown-title-right:hover {
  cursor: pointer;
}
.notification-dropdown .notification-view-all {
  padding: 0;
  text-align: center;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
.notification-dropdown .notification-view-all a {
  font-size: 14.3px;
  line-height: 19.8px;
}
.notification-dropdown .notification-view-all a:hover {
  background: #daf1f8;
}
.notification-dropdown .notification-view-all.more {
  -webkit-box-shadow: 0px -4px 11px -2px rgba(150, 150, 150, 0.75);
  box-shadow: 0px -4px 11px -2px rgba(150, 150, 150, 0.75);
}
.notification {
  line-height: 16px;
  padding: 8px 6px 8px 12px;
  border-bottom: 1px solid #999999;
}
.notification:last-child {
  border-bottom: none;
}
.notification .notification-icon {
  height: 50px;
  width: 50px;
  margin: 0 7px 0 0;
  background: red;
}
.notification.not-viewed {
  background: #E1F5FE;
  border-bottom: 1px solid #222222;
}
.notification .notification-title {
  line-height: 16px;
  font-size: 16px;
  color: #222222;
}
.notification .notification-desc {
  color: #555555;
  line-height: 20px;
}
.notification .notification-date {
  color: #999999;
  font-size: 12px;
}
.notification a,
.notification a:hover,
.notification a:visited {
  border: none;
  outline: none;
  text-decoration: none;
  color: inherit;
}
.no-link-styling a,
.no-link-styling a:hover,
.no-link-styling a:visited {
  border: none;
  outline: none;
  text-decoration: none;
  color: inherit;
}
.hover:hover {
  background: #f7f7f7;
}
.portlet-header-right {
  float: right;
  color: #CFD8DC;
}
.portlet-header-right:hover {
  cursor: pointer;
}
.hover-highlight:hover {
  background: #85d0e7;
  cursor: pointer;
}
.animate-show {
  line-height: 20px;
  opacity: 1;
  padding: 10px;
  color: #4CAF50;
  font-weight: bolder;
}
.animate-show {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-show.ng-hide {
  opacity: 0;
}
.progress.progress-thin {
  height: 6px;
}
.progress.progress-thin .progress-bar {
  line-height: 6px;
  font-size: 10px;
}
.simple-list {
  border: 1px solid #cccccc;
}
.simple-list .simple-list-item {
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
  line-height: 24px;
  padding: 0 6px;
}
.simple-list .simple-list-item:last-child {
  border-bottom: none;
}
.simple-list .simple-list-item:nth-child(even) {
  background: none;
}
.welcome-page {
  font-size: 14px;
}
.import-warning {
  margin-top: 1em;
  color: #FFC107;
}
.import-error {
  margin-top: 1em;
  color: #D32F2F;
}
.menu-button {
  color: #333333;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-bottom: 13px;
}
.menu-button .menu-button-icon {
  font-size: 26px;
}
.menu-button:hover {
  border: 1px solid #0288D1;
  background: #f2f8ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f8ff 0%, #d3edff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f8ff), color-stop(100%, #d3edff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f8ff 0%, #d3edff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f8ff 0%, #d3edff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f8ff 0%, #d3edff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f8ff 0%, #d3edff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f8ff', endColorstr='#d3edff', GradientType=0);
  /* IE6-9 */
}
.margin-top {
  margin-top: 8px;
}
.chart-selection {
  color: #0288D1;
  font-weight: bold;
}
.entity-custom-field-container {
  height: 58px;
}
.entity-custom-field-container .entity-custom-field {
  padding: 8px;
  border: 1px dashed #cccccc;
  margin: 8px;
}
.selected-orders {
  background: #eeeeee;
}
.row-border-top {
  border-top: 1px solid #cccccc;
  padding-top: 6px;
  padding-bottom: 6px;
}
.row-border-top:first-child {
  border-top: 1px solid #999999;
}
.filter-criteria-list {
  margin: 8px 0;
  float: left;
  width: 100%;
}
.alert ul {
  margin: 0;
}
.main-view-container {
  position: relative;
}
.main-view.ng-enter {
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in, opacity 0.1s ease-in;
  -moz-transition: all 0.4s ease-in, opacity 0.1s ease-in;
  -o-transition: all 0.4s ease-in, opacity 0.1s ease-in;
  transition: all 0.4s ease-in, opacity 0.1s ease-in;
}
.main-view.ng-leave {
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in, opacity 0.3s ease-in;
  -moz-transition: all 0.4s ease-in, opacity 0.3s ease-in;
  -o-transition: all 0.4s ease-in, opacity 0.3s ease-in;
  transition: all 0.4s ease-in, opacity 0.3s ease-in;
}
.main-view.ng-enter {
  transition-delay: 0.3s;
}
.main-view.ng-enter {
  opacity: 0;
}
.main-view.ng-enter-active {
  opacity: 1;
}
.main-view.ng-leave {
  opacity: 1;
  /*padding-left: 0px;*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-view.ng-leave-active {
  opacity: 0;
  /*padding-left: 100px;*/
  -webkit-transform: translate3d(16px, 8px, 0);
  -moz-transform: translate3d(16px, 8px, 0);
  transform: translate3d(16px, 8px, 0);
}
.sub-view.ng-enter,
.sub-view.ng-leave {
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.sub-view-right .sub-view.ng-enter {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.sub-view-right .sub-view.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sub-view-right .sub-view.ng-leave {
  /*padding-left: 0px;*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sub-view-right .sub-view.ng-leave-active {
  /*padding-left: 100px;*/
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.sub-view-left .sub-view.ng-enter {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sub-view-left .sub-view.ng-enter-active {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.sub-view-left .sub-view.ng-leave {
  /*padding-left: 0px;*/
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.sub-view-left .sub-view.ng-leave-active {
  /*padding-left: 100px;*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-records {
  background: #eeeeee;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.btn-flat {
  font-weight: bold;
  background: none;
  border: none;
}
.btn-flat:hover {
  background-color: #eeeeee !important;
}
.btn-flat.btn-danger {
  background: none;
  border: none;
  color: #D32F2F;
}
.btn-flat.btn-cancelled {
  background: none;
  border: none;
  color: #630404;
}
.btn-flat.btn-primary {
  background: none;
  border: none;
  color: #0288D1;
}
.btn-flat.btn-default {
  background: none;
  border: none;
}
.dropdown-menu-right {
  left: inherit;
  right: 0;
}
.required-label {
  font-weight: 200;
  font-size: 12px;
  color: #D32F2F;
}
.setup-list-item {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
}
.setup-list-item a {
  font-size: 17px;
}
.fields-list-first {
  list-style: none;
  padding: 0;
}
.fields-list-first .model-field {
  padding-left: 6px;
}
.fields-list-first .fields-list {
  list-style: none;
  padding-left: 20px;
}
.model-field {
  line-height: 24px;
}
.model-field .model-field-add:hover {
  background: #d3efff;
}
.highlight {
  background: #eeeeee;
  padding: 8px;
}
.budget-row {
  height: 85px;
  border-bottom: 1px solid #d7d7d7;
  text-align: start;
  margin-top: 25px;
  margin-bottom: 25px;
}
.border-left {
  border-left: solid 1px #CCCCCC;
}
.budget-progress {
  width: 100%;
  height: 14px;
  background: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.budget-progress .budget-progress-fraction {
  height: 14px;
  float: left;
}
.budget-progress .budget-progress-fraction.invoices {
  background: #1B5E20;
}
.budget-progress .budget-progress-fraction.invoices:hover {
  background: #103613;
}
.budget-progress .budget-progress-fraction.pending-invoices {
  background: #FF8F00;
}
.budget-progress .budget-progress-fraction.pending-invoices:hover {
  background: #cc7200;
}
.budget-progress .budget-progress-fraction.purchase-orders {
  background: #43A047;
}
.budget-progress .budget-progress-fraction.purchase-orders:hover {
  background: #347c37;
}
.budget-progress .budget-progress-fraction.pending-purchase-orders {
  background: #FFC107;
}
.budget-progress .budget-progress-fraction.pending-purchase-orders:hover {
  background: #d39e00;
}
.budget-progress .budget-progress-fraction.requisitions {
  background: #A5D6A7;
}
.budget-progress .budget-progress-fraction.requisitions:hover {
  background: #82c685;
}
.budget-progress .budget-progress-fraction.pending-requisitions {
  background: #FFE082;
}
.budget-progress .budget-progress-fraction.pending-requisitions:hover {
  background: #ffd34f;
}
.budget-info {
  height: 22px;
}
.checkbox-valign {
  position: relative !important;
  margin-right: 0.3em !important;
}
.free-form-item-section {
  background: #eeeeee;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  padding-top: 6px;
  margin-bottom: 6px;
}
.one-time-ship-to-section {
  background: #eeeeee;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  padding-top: 6px;
  margin-bottom: 6px;
}
.menu-count-badge {
  background: #FFAB91;
  color: #222222;
}
.po-progress-step {
  font-size: 12px;
  color: #FFFFFF;
  display: table-cell;
  border-right: 1px solid black;
  width: 1%;
  text-align: center;
  background: #4CAF50;
}
.po-progress-step.complete {
  border-right: 1px solid #3d8b40;
}
.po-progress-step.partial {
  background: #FFC107;
  border-right: 1px solid #d39e00;
  color: #222222;
}
.po-progress-step.incomplete {
  background: #eeeeee;
  border-right: 1px solid #999999;
  color: #999999;
}
.po-progress-step.pending-approval {
  background: #FFC107;
  border-right: 1px solid #FFC107;
}
.po-progress-step.rejected {
  background: #D32F2F;
  border-right: 1px solid #D32F2F;
}
.po-progress-step:last-child {
  border-right: none;
}
.sort-handle {
  color: #cccccc;
  margin-right: 6px;
}
.sort-handle:hover {
  cursor: move;
  color: #999999;
}
.toast-grey {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  background-color: #424242 !important;
}
.divider-heading {
  margin-top: 24px;
  color: #999999;
}
.changelog-item {
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #eeeeee;
  background: white;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  position: relative;
  padding: 10px 0;
}
.changelog-item .fade {
  opacity: 1;
  max-height: 300px;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0.05s;
  /* Safari */
  transition-delay: 0.05s;
}
.changelog-item .fade.ng-hide {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.25s ease-in-out;
}
.changelog-item.seen {
  background: #f4f4f4;
}
.changelog-item .changelog-item-inner {
  background: white;
  overflow-y: hidden;
  position: relative;
}
.changelog-item.active {
  margin: 25px -20px;
}
.changelog-item label {
  font-size: 15px;
}
.changelog-item:last-child {
  border-bottom: none;
}
.whiteframe-z1 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
.whiteframe-z3 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.084);
}
.whiteframe-z4 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.084);
}
.whiteframe-z5 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.084);
}
.whiteframe-transition {
  transition: box-shadow 0.2s;
}
.tour-backdrop {
  opacity: 0.4 !important;
}
.btn {
  padding: 6px 7px !important;
}
.quick-info {
  margin: 50px auto;
  width: 67%;
}
.quick-info i {
  font-size: 25px;
  padding-top: 12px;
}
.quick-info p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
}
.quick-info p span {
  font-size: 0.5em;
}
.quick-info.horizontal i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
}
.quick-info.horizontal i:before {
  position: relative;
  top: 6px;
}
.quick-info.horizontal p {
  padding-left: 70px;
  padding-top: 0;
  text-align: left;
}
.quick-info.horizontal p span {
  display: block;
}
@media screen and (max-width: 992px) {
  .quick-info.horizontal {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .quick-info.horizontal p {
    text-align: left;
    padding-left: 70px;
  }
}
@media screen and (max-width: 480px) {
  .quick-info.horizontal {
    display: block;
  }
  .quick-info.horizontal i {
    float: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .quick-info.horizontal p {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1500px) {
  .transaction-edit-date input,
  .transaction-edit-date .ng-valid-date {
    width: 90px !important;
  }
}
.quick-info.vertical {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.quick-info.vertical i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  color: #fff;
}
.quick-info.vertical i:before {
  position: relative;
  top: 6px;
}
.quick-info.vertical p {
  padding-left: 0;
  text-align: center;
}
.quick-info.vertical p span {
  display: block;
}
@media screen and (max-width: 768px) {
  .quick-info.vertical {
    margin-bottom: 30px;
  }
}
.quick-info.boxed {
  display: block;
  position: relative;
  padding: 15px;
  color: #fff;
}
.quick-info.boxed i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  position: absolute;
  top: 2px;
  right: 15px;
  line-height: 1;
  font-size: 72px;
}
.quick-info.boxed p {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.6;
}
.quick-info.boxed-icon-first {
  padding: 15px;
}
.quick-info.boxed-icon-first i {
  position: relative;
  top: 3px;
  font-size: 48px;
  line-height: 1;
}
.quick-info.boxed-icon-first p {
  margin-bottom: 0;
  text-align: right;
}
.quick-info.boxed-icon-first p span {
  display: block;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-cancelled {
  color: #fff;
}
.bg-default {
  background: #919191;
}
.bg-primary {
  background: #1688ae;
}
.bg-success {
  background: #7bae16;
}
.bg-info {
  background: #59b7de;
}
.bg-warning {
  background: #ff9800;
}
.bg-danger {
  background: #ef2020;
}
.bg-cancelled {
  background: #630404;
}
.bg-blue {
  background: #1D92AF;
}
.bg-green {
  background: #859419;
}
.bg-orange {
  background: #CE7B11;
}
.bg-seagreen {
  background: #3F7577;
}
.bg-white {
  background: #fff;
}
.alert-message {
  margin: 0px 0;
  padding: 20px;
  border-left: 3px solid #eee;
  border-bottom: 1px solid #ccc !important;
}
.alert-message h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.alert-message p:last-child {
  margin-bottom: 0;
}
.alert-message code {
  background-color: #fff;
  border-radius: 3px;
}
.alert-message-success {
  background-color: #F4FDF0;
  border-color: #3C763D;
}
.alert-message-success h4 {
  color: #3C763D;
}
.alert-message-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.alert-message-danger h4 {
  color: #d9534f;
}
.alert-message-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.alert-message-warning h4 {
  color: #f0ad4e;
}
.alert-message-info {
  background-color: #f4f8fa;
  border-color: #0095da;
}
.alert-message-info h4 {
  color: #0095da;
}
.alert-message-default {
  background-color: #EEE;
  border-color: #B4B4B4;
}
.alert-message-default h4 {
  color: #000;
}
.alert-message-notice {
  background-color: #FCFCDD;
  border-color: #BDBD89;
}
.alert-message-notice h4 {
  color: #444;
}
.punchout iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
#brand {
  position: absolute;
  bottom: 0;
  padding-left: 5px;
}
.help-view div:nth-child(2) {
  overflow-y: scroll;
  height: 100%;
}
.approval-condition {
  padding: 8px 0;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand > img {
  max-height: 40px;
  padding: 0 0 0 5px;
  margin: 0;
}
.navbar-brand > label {
  padding: 10px 10px 10px 5px;
}
.strike {
  text-decoration: line-through;
}
.tooltip-inner {
  white-space: pre-wrap;
}
.justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0288D1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #02679e;
}
.label-success {
  background-color: #4CAF50;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d8b40;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #FFC107;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d39e00;
}
.label-danger {
  background-color: #D32F2F;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ab2424;
}
.label-cancelled {
  background-color: #630404;
}
.label-cancelled[href]:hover,
.label-cancelled[href]:focus {
  background-color: #320202;
}
.multiselect-sm div.select2-container {
  min-width: 100% !important;
}
.multiselect-sm li.select2-container-multi {
  width: 100%;
}
.multiselect-sm input.select2-container-multi {
  width: 100% !important;
}
.grid-hdr-checkbox {
  padding: 8px 10px !important;
}
.glyphicon.spinner-darkbg {
  color: white;
  animation: spinner-kf1 1s infinite linear;
  -webkit-animation: spinner-kf2 1s infinite linear;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.timeline-date-left {
  position: absolute;
  left: -20px;
  width: 120px;
  text-align: center;
  font-size: 14px;
  color: #555;
  font-weight: bold;
  top: 0;
}
.timeline-content {
  margin-left: 90px;
}
.timeline li.active .content {
  color: #007bff;
}
.timeline li h6 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
.timeline-container {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 5px 5px 12px 5px !important;
}
.timeline li p {
  margin: 0px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 94px;
  width: 2px;
  height: 114%;
  z-index: 400;
}
ul.timeline > li {
  margin: 5px 0;
  padding-left: 30px;
}
ul.timeline > li:before {
  content: '\2713';
  background: #fff;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 0;
  left: 80px;
  width: 30px;
  height: 30px;
  z-index: 400;
  text-align: center;
  line-height: 30px;
  color: #d4d9df;
  font-size: 24px;
  border: 2px solid #d4d9df;
}
ul.timeline > li.active:before {
  content: '\2713';
  background: #28a745;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 0;
  left: 80px;
  width: 30px;
  height: 30px;
  z-index: 400;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  border: 3px solid #f6f7f6;
  top: 0;
}
ul.timeline > li.reject:before {
  content: '\2716';
  background: #d33607;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 0;
  left: 80px;
  width: 30px;
  height: 30px;
  z-index: 400;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  border: 3px solid #f8f8f8;
  top: 0;
}
.portlet-date input {
  height: 33px !important;
}
@keyframes spinner-kf1 {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinner-kf2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
