/******************************
 *  Blueprint CPQ Stylesheet  *
 ******************************/

/*
    Page
*/

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}
body {
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
}
#page-container {
  margin-top: 50px;
}
.no-header {
  /* Set to negate the margin on #page-container */
  margin-top: -50px;
}
a,
.pointer {
  cursor: pointer;
}
.navbar {
  z-index: 1000;
}
.navbar-nav a .fa {
  padding-right: 5px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 41px;
  background-color: whitesmoke;
  border-top: 1px solid #e8e8e8;
}
p {
  padding: 10px;
  margin: 0;
}
p.form-control-static {
  padding-left: 0;
  padding-right: 0;
}
p.help-block {
  padding: 0;
  font-size: 90%;
}
.value p.help-block {
  padding: 0 2px;
}
.help {
  color: #337ab7;
  cursor: help;
}
.help-warning {
  color: #f0ad4e;
  cursor: help;
}
.split {
  display: flex;
}
.note {
  white-space: pre;
  overflow: auto;
}
.bold {
  font-weight: bold;
}
option {
  background-color: #f2faff;
}
.render-breaks {
  white-space: pre-wrap;
}
.no-top-border td {
  border-top: 0 !important;
}
.align-middle th,
.align-middle td {
  vertical-align: middle !important;
}
.align-top th,
.align-top td {
  vertical-align: top !important;
}
/*th {
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.key-column {
  background-color: #eeeeee;
}
#editor-shortcuts {
  margin-top: 5px;
}
.readonly-not-disabled {
  background-color: white !important;
}
.sidebar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}
.sidebar-toggle .icon-bar {
  background-color: white;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.large-icon {
  font-size: 3em;
}
.formatted-text {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
  overflow: auto;
}
.overflow-visible {
  overflow: visible;
}
.inline {
  display: inline !important;
}
/*.inline-toggle {

    .toggle-switch {
        float: left;
    }

    .toggle-label {
        height: 100%;
    }
}*/

.inline-toggle div {
  display: inline-block;
}
.inline-toggle label {
  top: -5px;
  padding-left: 10px;
  position: relative;
}
.frame-container {
  margin: -15px;
  height: 800px;
}
.frame-container iframe {
  width: 100%;
  height: 100%;
}
.no-table-borders td {
  border: none !important;
}
/*
    Custom Pages
*/

body.dashboard {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
body.dashboard #page-container {
  height: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}
body.dashboard #page-container iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 36px;
}
body.dashboard #page-container footer {
  position: fixed;
}
.xait-porter-example-image {
  margin: 20px auto auto auto;
  border: 2px solid black;
  width: 52px;
  height: 52px;
  text-align: center;
}
/*
    Sidebar
*/

.modal-sidebar {
  width: 300px;
}
.modal-sidebar .modal-content {
  background-color: #505c66;
  color: white;
}
.modal-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-sidebar li ul {
  background: rgba(0, 0, 0, 0.25);
  padding-left: 25px;
}
.modal-sidebar .modal-content li.header {
  font-size: 80%;
  padding: 30px 10px 5px 10px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.modal-sidebar .modal-content li > a,
.modal-sidebar .modal-content li > span {
  color: white;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.modal-sidebar .modal-content li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.modal-sidebar .modal-content li span i {
  width: 20px;
  text-align: center;
  opacity: 0.5;
  font-size: 16px;
  padding-right: 5px;
}
.modal-sidebar .form-control {
  background-color: #406a8c;
  border-color: #8298ab;
  color: white;
}
.modal-sidebar .form-control:active,
.modal-sidebar .form-control:hover,
.modal-sidebar .form-control:focus {
  outline: none;
  box-shadow: none;
}
.modal-sidebar .form-control:focus {
  border-color: white;
}
.modal-sidebar .form-control::placeholder {
  color: #bbbbbb;
}
.modal-sidebar .modal-content li.menu-loading {
  height: 50px;
}
.modal-sidebar .modal-content li.menu-loading span {
  height: 100%;
}
.modal-sidebar .modal-content li.menu-loading span .spinner {
  position: relative !important;
  top: 100% !important;
}
/* 
    Item Builder
*/

.item-builder-property-types {
  overflow-y: auto;
  max-height: calc(100% - 140px);
}
#item-builder #wysiwyg {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  user-select: none;
  position: fixed;
  width: CALC(100% - 400px);
  height: CALC(100% - 90px);
  overflow-y: auto;
}
#item-builder #wysiwyg.full-width {
  width: 100%;
  padding-right: 15px;
  transition: all 0.4s;
}
#item-builder #options {
  width: 400px;
  padding-bottom: 40px;
  position: fixed;
  bottom: 0;
  top: 50px;
  right: 0;
  background-color: whitesmoke;
  border-left: 1px solid #e8e8e8;
  user-select: none;
}
#item-builder #options.ng-leave {
  animation: slideOutRight 0.2s;
}
#item-builder #options.ng-enter {
  animation: slideInRight 0.2s;
}
#item-builder .option-panel {
  height: 50%;
  overflow: hidden;
}
#item-builder .option-panel .properties,
#item-builder .option-panel .attributes {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#item-builder .option-panel .properties h2,
#item-builder .option-panel .attributes h2 {
  padding: 5px 5px;
  margin: 0;
  height: 30px;
  font-size: 18px;
  background-color: #e8e8e8;
  position: relative;
}
#item-builder .option-panel .properties h2 a,
#item-builder .option-panel .attributes h2 a {
  color: #333333;
}
#item-builder .option-panel .properties .filter,
#item-builder .option-panel .attributes .filter {
  padding: 10px;
}
#item-builder .option-panel .properties .property-tabs,
#item-builder .option-panel .attributes .property-tabs {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#item-builder .option-panel .properties .property-tabs .nav-tabs li a,
#item-builder .option-panel .attributes .property-tabs .nav-tabs li a {
  background-color: #e8e8e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #dddddd;
  color: #555555;
}
#item-builder .option-panel .properties .property-tabs .nav-tabs li.active a,
#item-builder .option-panel .attributes .property-tabs .nav-tabs li.active a {
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
#item-builder .option-panel .properties .property-tabs .tab-content,
#item-builder .option-panel .attributes .property-tabs .tab-content {
  flex: 1;
  overflow: hidden;
}
#item-builder .option-panel .properties .property-tabs .tab-content .tab-pane,
#item-builder .option-panel .attributes .property-tabs .tab-content .tab-pane {
  height: 100%;
  border: none;
  padding: 0;
}
#item-builder .option-panel .properties .property-tabs .tab-content .tab-pane .values,
#item-builder .option-panel .attributes .property-tabs .tab-content .tab-pane .values {
  overflow-y: auto;
  height: 100%;
}
#item-builder .option-panel .properties .property-tabs .tab-content .tab-pane .values .no-results,
#item-builder .option-panel .attributes .property-tabs .tab-content .tab-pane .values .no-results {
  padding: 10px 0;
}
#item-builder .option-panel .properties .values,
#item-builder .option-panel .attributes .values {
  overflow-y: auto;
  height: 100vh;
}
#item-builder .option-panel .properties .values table,
#item-builder .option-panel .attributes .values table {
  width: 100%;
  table-layout: fixed;
}
#item-builder .option-panel .properties .values table tr,
#item-builder .option-panel .attributes .values table tr {
  border-bottom: 1px solid #e8e8e8;
}
#item-builder .option-panel .properties .values table:last-child,
#item-builder .option-panel .attributes .values table:last-child {
  border-bottom: none;
}
#item-builder .option-panel .properties .values table td,
#item-builder .option-panel .attributes .values table td {
  width: 50%;
}
#item-builder .option-panel .properties .values table td .btn-default-focus,
#item-builder .option-panel .attributes .values table td .btn-default-focus {
  box-shadow: none;
  outline: none;
}
#item-builder .option-panel .properties .values table td input,
#item-builder .option-panel .attributes .values table td input,
#item-builder .option-panel .properties .values table td select,
#item-builder .option-panel .attributes .values table td select {
  border: none;
  width: 100%;
  padding: 1px 5px;
  outline: none;
  box-shadow: none;
}
#item-builder .option-panel .properties .values table td input.ng-invalid,
#item-builder .option-panel .attributes .values table td input.ng-invalid,
#item-builder .option-panel .properties .values table td select.ng-invalid,
#item-builder .option-panel .attributes .values table td select.ng-invalid {
  background-color: #ffc0c0;
}
#item-builder .option-panel .properties .values table td .attribute-editor .option-picker div,
#item-builder .option-panel .attributes .values table td .attribute-editor .option-picker div {
  padding: 1px 5px;
  height: 22px;
  float: left;
  width: 100%;
  line-height: 22px;
  background-color: white;
  overflow: hidden;
}
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container {
  height: 22px;
}
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container .ui-select-match,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container .ui-select-match {
  height: 100%;
}
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle {
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: text;
}
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle:hover,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle:hover {
  background: white;
}
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle .ui-select-placeholder,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle .ui-select-placeholder,
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle .ui-select-match-text,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container .ui-select-match .ui-select-toggle .ui-select-match-text {
  padding: 0;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#item-builder .option-panel .properties .values table td .attribute-editor .ui-select-container input,
#item-builder .option-panel .attributes .values table td .attribute-editor .ui-select-container input {
  height: 22px;
  border-radius: 0;
  border-right: 1px solid #e8e8e8;
}
#item-builder .option-panel .properties .values table td .attribute-editor .input-group-btn,
#item-builder .option-panel .attributes .values table td .attribute-editor .input-group-btn {
  padding: 0;
  width: 15%;
}
#item-builder .option-panel .properties .values table td .attribute-editor .input-group-btn .btn,
#item-builder .option-panel .attributes .values table td .attribute-editor .input-group-btn .btn {
  height: 22px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #e8e8e8;
  border-radius: 0;
  width: 100%;
}
#item-builder .option-panel .properties .values table td .lookup,
#item-builder .option-panel .attributes .values table td .lookup {
  display: flex;
}
#item-builder .option-panel .properties .values table td .lookup span,
#item-builder .option-panel .attributes .values table td .lookup span {
  width: 80%;
}
#item-builder .option-panel .properties .values table td .lookup button,
#item-builder .option-panel .attributes .values table td .lookup button {
  width: 20%;
  height: 22px;
}
#item-builder .option-panel .properties .values table td span,
#item-builder .option-panel .attributes .values table td span {
  padding: 1px 5px;
}
#item-builder .option-panel .properties .values table td:first-child,
#item-builder .option-panel .attributes .values table td:first-child {
  border-right: 1px solid #e8e8e8;
}
#item-builder .option-panel .properties .values .type,
#item-builder .option-panel .attributes .values .type {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  float: left;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: move;
}
#item-builder .option-panel .properties .values .type.disabled,
#item-builder .option-panel .attributes .values .type.disabled {
  color: #aaaaaa;
  cursor: not-allowed;
}
#item-builder .option-panel .properties .values .type:hover,
#item-builder .option-panel .attributes .values .type:hover {
  background-color: #eeeeee;
}
#item-builder .option-panel .properties .values .type:nth-child(even),
#item-builder .option-panel .attributes .values .type:nth-child(even) {
  border-right: none;
}
#item-builder .option-panel .properties .values .type:nth-last-child(2):nth-child(odd),
#item-builder .option-panel .attributes .values .type:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
#item-builder .option-panel .properties .values .type:last-child,
#item-builder .option-panel .attributes .values .type:last-child {
  border-bottom: none;
}
/*
    Visual Script
*/

#toolbox {
  display: none;
}
.blockly-row {
  height: 100%;
}
.blockly-row #blockly {
  height: 100%;
}
#blockly {
  height: 1000px;
  width: 100%;
}
/*
    Account pages
*/

.login-panel {
  background-color: white;
  padding: 15px;
  border-radius: 4px;
}
.login-panel-message {
  padding: 15px;
  color: white;
  font-weight: bold;
}
.integration-panel {
  padding: 40px;
}
.login .logo,
.register .logo,
.set-password .logo,
.forgot-password .logo {
  padding: 20px 0;
}
.login .logo img,
.register .logo img,
.set-password .logo img,
.forgot-password .logo img {
  margin: auto;
}
.login .auth-switch-link {
  font-size: 90%;
  padding: 5px 0 10px 0;
}
.not-found-panel .code {
  font-size: 4em;
  color: white;
  text-align: center;
  font-weight: bold;
  opacity: 0.9;
}
.not-found-panel .message {
  color: white;
  font-size: 1.5em;
  text-align: center;
  opacity: 0.9;
}
.not-found-panel .actions {
  margin-top: 20px;
}
/* 
    Admin
*/

.branding-container .form-group {
  margin-left: 0;
  margin-right: 0;
}
.branding-container .form-group .control-label {
  text-align: left;
}
.branding-container .gap {
  margin-bottom: 20px;
}
.admin-filters {
  background-color: #eeeeee;
  margin: -10px -10px 10px -10px;
  padding: 15px 5px;
}
.admin-filters.extra-row {
  padding-top: 0;
}
@media (min-width: 992px) {
  .admin-filters .row {
    height: 34px;
  }
  .admin-filters .row > * {
    height: 34px;
  }
  .admin-filters label {
    line-height: 34px;
  }
  .admin-filters .switch-light {
    margin-top: 3px;
  }
}
/* 
    Panel
*/

.panel-body {
  height: 100%;
  position: relative;
}
.panel-extras {
  background-color: #eeeeee;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.panel-extras.warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
/* 
    List 
*/

.table thead th.link:hover,
.table thead th.sort,
.table tbody tr.link:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.table thead th .fa:not(.help) {
  display: none;
}
.table thead th.sort.desc .fa-sort-desc {
  display: inline-block;
}
.table thead th.sort.asc .fa-sort-asc {
  padding-top: 6px;
  display: inline-block;
}
@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
  .table.data-list th span,
  .table.data-list td .value span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.table tbody .group-row {
  font-weight: bold;
  background-color: #dddddd;
}
.section-action-button {
  margin: 20px 0;
}
.admin-action-button {
  margin-top: 10px;
}
.filter {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .filter {
    padding-bottom: 15px;
  }
  .filter div {
    padding-bottom: 5px;
  }
}
.draggable td,
.dragger {
  cursor: move;
}
.draggable td,
.dragger-disabled {
  cursor: not-allowed;
}
.sortable-ghost {
  background: rgba(0, 0, 0, 0.1);
}
.table-basic {
  table-layout: auto;
}
.compatibility-grid {
  margin-bottom: 15px;
}
.compatibility-grid .table {
  table-layout: auto;
  margin-bottom: 0;
}
.compatibility-grid .table th {
  min-width: 50px;
}
.text-bp-warning {
  color: #eea236;
}
.deleted td > *,
.inactive {
  opacity: 0.5;
}
.deleted .toggle-state {
  opacity: 1;
}
/* List */

.standard-list tfoot td {
  border-top: 2px solid #cccccc;
  background-color: #eeeeee;
}
.standard-list tfoot td:not(:first-child):not(:last-child) {
  padding: 0;
}
.standard-list tfoot td .footer-formula-value {
  font-weight: bold;
  margin: 8px;
}
/* Grid */

.standard-grid .notification p {
  margin-bottom: 0px;
}
.standard-grid tfoot td {
  border-top: 2px solid #cccccc;
  background-color: #eeeeee;
}
.standard-grid tfoot td:not(:first-child):not(:last-child) {
  padding: 0;
}
.standard-grid tfoot td .footer-formula-value {
  font-weight: bold;
  margin: 6px 12px;
}
.ui-select-placeholder {
  width: 100% !important;
  height: 100% !important;
}
.flex-header {
  display: flex;
  align-items: flex-end;
}
.flex-header .toggle-switch {
  height: auto;
  margin-right: 5px;
}
/* Spreadsheet */

.standard-spreadsheet .notification p {
  margin-bottom: 0px;
}
.standard-spreadsheet .table-spreadsheet > thead th {
  width: 150px;
  border-bottom: none;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td {
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td .toggle-switch {
  padding-left: 10px;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td .form-control,
.standard-spreadsheet .table-spreadsheet > tbody tr td .input-group-btn .btn {
  border-radius: 0 !important;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td .form-control:not(:focus),
.standard-spreadsheet .table-spreadsheet > tbody tr td .btn {
  border-width: 0;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td .input-group-btn .btn {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td .input-group .form-control {
  border-right-width: 1px;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td:first-child {
  border-left: none;
  padding-left: 12px;
}
.standard-spreadsheet .table-spreadsheet > tbody tr td:last-child {
  border-right: none;
}
.standard-spreadsheet .table-spreadsheet > tbody tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.standard-spreadsheet .table-spreadsheet > tfoot td {
  border-top: 2px solid #cccccc;
}
.standard-spreadsheet .table-spreadsheet > tfoot td:not(:first-child):not(:last-child) {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 0;
}
.standard-spreadsheet .table-spreadsheet > tfoot td:not(:first-child):not(:last-child) .footer-formula-value {
  font-weight: bold;
  margin: 6px 12px;
}
/* Loading */

.loading .loading-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 500;
  color: white;
  display: inline-block;
}
.loading.loading-padding {
  padding: 50px;
}
.loading-spinner {
  display: none;
}
.loading .loading-spinner {
  display: block;
  position: relative;
  height: 100%;
}
.loading .loading-spinner-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading .loading-spinner-inner .fa {
  color: black;
}
/* Dialog */

.issue-identifier {
  color: #bbbbbb;
  padding: 10px 0 0 0;
}
.issue-details {
  background-color: #eeeeee;
  margin-top: 10px;
  padding: 15px;
  border-radius: 5px;
}
/* Pagination */

.pagination-container {
  text-align: center;
}
/* Date Picker */

.uib-datepicker-popup.dropdown-menu .btn-default {
  border: 0;
}
.uib-datepicker-popup.dropdown-menu table:focus {
  outline: none;
}
/* Multiline Text */

.type-multilinetext div,
.type-multilinetext textarea {
  min-height: 80px;
  overflow: auto;
}
.type-multilinetext span {
  white-space: pre;
}
/* Switch */

.toggle-switch input {
  height: 24px;
}
.toggle-switch-thin {
  height: 24px;
}
/* Number Input */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* File Upload */

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/* Image Preview */

.image-preview.loading {
  margin: 80px 0;
}
.image-preview img {
  width: 100%;
}
.logo-preview {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* Floating Action Button */

#floating-options {
  position: fixed;
  margin-bottom: 0;
  padding-top: 15px;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  animation: fadeIn 0.5s;
}
#floating-options ul {
  display: none;
}
#floating-options.active-add ul,
#floating-options.active-remove ul,
#floating-options.active ul {
  display: block;
}
#floating-options.ng-leave {
  animation: fadeOut 0.5s;
}
#floating-options .floating-button {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 55.5px;
  height: 55.5px;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
}
#floating-options .floating-button.disabled {
  background-color: #dfdfdf !important;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}
#floating-options ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  opacity: 0;
  padding: 0;
  list-style-type: none;
  animation: fadeOutLeft 0.5s;
}
#floating-options.no-animations ul {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}
#floating-options ul li {
  margin-bottom: 15px;
}
#floating-options ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 36px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding-top: 0px;
  padding-left: 0px;
}
#floating-options.active ul {
  opacity: 1;
  animation: fadeInRight 0.5s;
}
#floating-options .floating-button .glyphicon {
  line-height: 55.5px;
  font-size: 1.6rem;
}
/* Emails */

.action-buttons {
  min-width: 100px;
  width: 100px !important;
}
.action-buttons-xs {
  min-width: 20px;
  width: 20px !important;
}
.action-buttons-sm {
  min-width: 50px;
  width: 50px !important;
}
.action-buttons-md {
  min-width: 70px;
  width: 70px !important;
}
.action-buttons-lg {
  min-width: 120px;
  width: 120px !important;
}
.action-buttons-xl {
  min-width: 170px;
  width: 170px !important;
}
.action-button-toggle-padding {
  padding: 3px;
}
/* Modals */

.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  top: 0;
  left: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  height: auto;
}
.modal-fullscreen .modal-body {
  position: absolute;
  padding: 15px;
  bottom: 64px;
  top: 64px;
  overflow-y: auto;
  width: 100%;
}
.modal-fullscreen .modal-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
/* Preview */

#preview iframe {
  border: 0;
  width: 100%;
  height: 300px;
}
.modal-fullscreen #preview {
  height: 100%;
}
.modal-fullscreen #preview iframe {
  height: 100%;
}
/* Web Document */

#web-document {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media print {
  #web-document {
    position: static;
    display: inline;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    margin-top: -50px;
    overflow: hidden;
  }
}
/* Code Editors */

.code-render pre {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.code-render pre code {
  padding: 0;
  tab-size: 4;
}
.code-editor {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0 1px;
}
.CodeMirror-fullscreen {
  z-index: 999;
}
/* Modal tables */

.modal-body .table-responsive td {
  vertical-align: middle;
}
/*
    PDF View
*/

#pdf {
  height: 500px;
}
/*
    Colour Picker
*/

.colour-display {
  text-align: center;
  padding: 0 5px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), 0px 0px 2px black;
}
.colour-display-square {
  height: 20px;
  width: 20px;
}
/*
    Highlight JS
*/

.hljs-line-numbers {
  text-align: right;
  background-color: #f0f0f0;
  border-right: 1px solid #cccccc;
  color: #999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.code-render pre {
  overflow: auto;
  word-break: normal;
  word-wrap: normal;
}
.code-render pre code {
  white-space: pre;
  padding: 5px;
}
/*
    XL Modal
*/

@media (min-width: 1202px) {
  .modal-xl {
    width: 1200px;
  }
}
/*
    List
*/

.selectable-list-group {
  cursor: pointer;
}
.selectable-list-group .list-group-item.active .fa-stack {
  background-color: white;
  border-radius: 14px;
}
.selectable-list-group .list-group-item .selectable-list-group-name {
  padding-left: 5px;
}
.condensed-list-group .list-group-item {
  padding: 5px 15px;
}
.fill-list-group .panel-group {
  margin-bottom: 0;
}
.fill-list-group .panel-group .list-group {
  margin: -15px;
  padding: 0;
}
.fill-list-group .panel-group .list-group .list-group-item {
  border-left: none;
  border-right: none;
}
.fill-list-group .panel-group .list-group .list-group-item:first-child {
  border-top: none;
  border-radius: 0;
}
.fill-list-group .panel-group .list-group .list-group-item:last-child {
  border-bottom: none;
  border-radius: 0;
}
/*
    UI Select
*/

.ui-select-bootstrap > .ui-select-match > .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: default;
}
.enum-properties .ui-select-match-text {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
    Steps
*/

.guide-step {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 20px 0;
  display: block;
}
.guide-step:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.guide-step.guide-step-left {
  text-align: left;
}
.guide-step.guide-step-left span,
.guide-step.guide-step-left a {
  padding-left: 0 !important;
}
.guide-step span,
.guide-step a {
  padding: 0 15px;
  background-color: white;
}
.guide-step i {
  padding-right: 15px;
  background-color: white;
}
.condition-group {
  border-left: 2px solid #dfdfdf;
  margin-bottom: 10px;
}
.condition-group tr td:last-child {
  padding-right: 0 !important;
}
/*
    Chat
*/

.chat-toggle .badge {
  background-color: red;
  margin-left: -12px;
  margin-top: -14px;
}
.active-chats .badge {
  background-color: red;
  margin-top: -3px;
  margin-left: 5px;
}
.active-chats .notify {
  font-weight: bold;
}
.active-chats .chat-name {
  padding-right: 31px !important;
}
#chat-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#chat-menu div {
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#chat-menu .list-content {
  overflow-y: auto;
}
#chat-menu .context-aware {
  max-height: 25%;
}
#chat-menu .active-chats {
  height: 40%;
}
#chat-menu .available-users {
  max-height: 35%;
}
#chat-menu .filter {
  padding: 5px 10px;
}
.chat-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  margin-right: 100px;
}
.chat-container.fullscreen {
  top: 0;
  left: 0;
  margin-right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.chat-container.fullscreen .panel {
  display: none;
}
.chat-container.fullscreen .maximised {
  margin-top: 15px;
  margin-left: 15px;
  width: auto;
  display: block;
}
.chat-container .panel {
  width: 250px;
  margin: 0;
  margin-right: 15px;
  float: right;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.chat-container .panel .panel-heading {
  height: 36px;
  padding: 8px 10px;
}
.chat-container .panel .panel-heading span {
  max-width: 75%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-container .panel .panel-heading .btn-group .btn {
  height: 19px;
  background-color: inherit;
  margin-right: 5px;
}
.chat-container .panel .panel-heading .btn-group .btn:last-child {
  margin-right: 0;
}
.chat-container .panel .panel-heading .btn-group .btn:focus,
.chat-container .panel .panel-heading .btn-group .btn:hover {
  color: white;
}
.chat-container .panel .panel-body {
  overflow-y: scroll;
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  background-color: white;
}
.chat-container .panel .panel-body .chat {
  padding: 0;
  list-style: none;
}
.chat-container .panel .panel-body .chat li {
  margin-bottom: 10px;
  background-color: #f1f0f0;
  color: #333333;
  padding: 5px;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 0;
}
.chat-container .panel .panel-body .chat li.me {
  text-align: right;
  background-color: #337ab7;
  margin-left: 20px;
  margin-right: 0;
}
.chat-container .panel .panel-body .chat li.me .from,
.chat-container .panel .panel-body .chat li.me .message,
.chat-container .panel .panel-body .chat li.me .when {
  color: white;
}
.chat-container .panel .panel-body .chat li.sys {
  background-color: #ff5c5c;
}
.chat-container .panel .panel-body .chat li.sys .from,
.chat-container .panel .panel-body .chat li.sys .message,
.chat-container .panel .panel-body .chat li.sys .when {
  color: white;
}
.chat-container .panel .panel-body .chat li .from {
  font-weight: bold;
  font-size: 75%;
}
.chat-container .panel .panel-body .chat li .message {
  padding: 5px 0;
}
.chat-container .panel .panel-body .chat li .when {
  opacity: 0.5;
  font-size: 75%;
}
.chat-container .panel .panel-body .alert {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-bottom: none;
  margin: 0px -10px -10px -10px;
}
.chat-container .panel .panel-footer .form-control {
  width: 100%;
}
/*
    Bootstrap Angular Fixes
*/

.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.pad-top {
  padding-top: 20px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.pad-right {
  padding-right: 20px;
}
.pad-left {
  padding-left: 20px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-bottom-10 {
  padding-bottom: 10px;
}
.pad-right-10 {
  padding-right: 10px;
}
.pad-left-10 {
  padding-left: 10px;
}
.mar-top {
  margin-top: 20px;
}
.mar-bottom {
  margin-bottom: 20px;
}
.mar-right {
  margin-right: 20px;
}
.mar-left {
  margin-left: 20px;
}
.mar-top-10 {
  margin-top: 10px;
}
.mar-bottom-10 {
  margin-bottom: 10px;
}
.mar-right-10 {
  margin-right: 10px;
}
.mar-left-10 {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-top-xs {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .no-padding-bottom-xs {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-padding-left-xs {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-xs {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .no-padding-sm {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-top-sm {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .no-padding-bottom-sm {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-padding-left-sm {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-sm {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .no-padding-md {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-top-md {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .no-padding-bottom-md {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-padding-left-md {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-md {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .no-padding-lg {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-top-lg {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .no-padding-bottom-lg {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .no-padding-left-lg {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-lg {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
/*
    Content Editable 
*/

[contenteditable].single-line {
  white-space: nowrap;
  overflow: hidden;
}
[contenteditable].single-line br {
  display: none;
}
[contenteditable].single-line * {
  display: inline;
  white-space: nowrap;
}
[contenteditable]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  cursor: text;
  color: #999999;
}
/*
    Animations
*/

/* General */

.ng-animate.no-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}
/* Navbar */

/*#navbar .ng-enter {
    animation: fadeIn 0.2s;
}

#navbar .ng-leave {
    animation: fadeOut 0.2s;
}*/

/* Sections */

/*h2.ng-enter,
.sections.ng-enter,
.sections.ng-enter,
.sections.ng-enter,
.sections.ng-enter {
    animation: fadeInLeft 0.2s;
}

h2.ng-leave,
.sections.ng-leave,
.sections.ng-leave,
.sections.ng-leave,
.sections.ng-leave {
    animation: fadeOut 0.2s;
}*/

/* 
    FontAwesome Extras
*/

.fa-rotate-45 {
  filter: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
    User management
*/

.icon-container {
  display: inline-block;
  vertical-align: top;
}
/*
    XaitPorter Integration (not specific)
*/

.xait-porter-preview {
  height: 500px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.xait-porter-preview .left-pane {
  padding: 10px 0 10px 15px;
}
.xait-porter-preview .right-pane {
  padding: 10px 15px 10px 10px;
}
.xait-porter-preview .split-pane-divider {
  background-color: #cccccc;
}
.xait-porter-preview .split-pane-divider .split-pane-divider-inner {
  padding: 0 !important;
  left: 0 !important;
}
.xait-porter-preview .tree-picker .ivh-treeview-node-leaf {
  padding-left: 15px;
}
.xait-porter-preview .tree-picker .ivh-treeview-node-label {
  cursor: pointer;
}
.xait-porter-preview .tree-picker .ivh-treeview-node-label.highlight {
  font-weight: bold;
}
/*
    XaitPorter Integration (Specific)
*/

.section-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.xp-tree-alignment-fix {
  padding-right: 1px;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds {
  background-image: url(images/xp/section-white-three-thirds.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-warning {
  background-image: url(images/xp/section-white-three-thirds-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-flag-red {
  background-image: url(images/xp/section-white-three-thirds-flag-red.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-flag-red-warning {
  background-image: url(images/xp/section-white-three-thirds-flag-red-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-flag-yellow {
  background-image: url(images/xp/section-white-three-thirds-flag-yellow.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-flag-yellow-warning {
  background-image: url(images/xp/section-white-three-thirds-flag-yellow-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-linked {
  background-image: url(images/xp/section-white-three-thirds-linked.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-linked-warning {
  background-image: url(images/xp/section-white-three-thirds-linked-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-linked-flag-red {
  background-image: url(images/xp/section-white-three-thirds-linked-flag-red.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-linked-flag-red-warning {
  background-image: url(images/xp/section-white-three-thirds-linked-flag-red-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-linked-flag-yellow {
  background-image: url(images/xp/section-white-three-thirds-linked-flag-yellow.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-white-three-thirds-linked-flag-yellow-warning {
  background-image: url(images/xp/section-white-three-thirds-linked-flag-yellow-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third {
  background-image: url(images/xp/section-green-one-third.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-warning {
  background-image: url(images/xp/section-green-one-third-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-flag-red {
  background-image: url(images/xp/section-green-one-third-flag-red.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-flag-red-warning {
  background-image: url(images/xp/section-green-one-third-flag-red-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-flag-yellow {
  background-image: url(images/xp/section-green-one-third-flag-yellow.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-flag-yellow-warning {
  background-image: url(images/xp/section-green-one-third-flag-yellow-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-linked {
  background-image: url(images/xp/section-green-one-third-linked.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-linked-warning {
  background-image: url(images/xp/section-green-one-third-linked-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-linked-flag-red {
  background-image: url(images/xp/section-green-one-third-linked-flag-red.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-linked-flag-red-warning {
  background-image: url(images/xp/section-green-one-third-linked-flag-red-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-linked-flag-yellow {
  background-image: url(images/xp/section-green-one-third-linked-flag-yellow.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-one-third-linked-flag-yellow-warning {
  background-image: url(images/xp/section-green-one-third-linked-flag-yellow-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds {
  background-image: url(images/xp/section-green-two-thirds.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-warning {
  background-image: url(images/xp/section-green-two-thirds-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-flag-red {
  background-image: url(images/xp/section-green-two-thirds-flag-red.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-flag-red-warning {
  background-image: url(images/xp/section-green-two-thirds-flag-red-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-flag-yellow {
  background-image: url(images/xp/section-green-two-thirds-flag-yellow.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-flag-yellow-warning {
  background-image: url(images/xp/section-green-two-thirds-flag-yellow-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-linked {
  background-image: url(images/xp/section-green-two-thirds-linked.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-linked-warning {
  background-image: url(images/xp/section-green-two-thirds-linked-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-linked-flag-red {
  background-image: url(images/xp/section-green-two-thirds-linked-flag-red.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-linked-flag-red-warning {
  background-image: url(images/xp/section-green-two-thirds-linked-flag-red-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-linked-flag-yellow {
  background-image: url(images/xp/section-green-two-thirds-linked-flag-yellow.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-two-thirds-linked-flag-yellow-warning {
  background-image: url(images/xp/section-green-two-thirds-linked-flag-yellow-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-three-thirds {
  background-image: url(images/xp/section-green-three-thirds.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-three-thirds-warning {
  background-image: url(images/xp/section-green-three-thirds-warning.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-three-thirds-linked {
  background-image: url(images/xp/section-green-three-thirds-linked.svg) !important;
}
/* /workspace/themes/2020/packages/local/porter-theme/sass/etc/mixins/theme-icon.scss:2 */

.section-green-three-thirds-linked-warning {
  background-image: url(images/xp/section-green-three-thirds-linked-warning.svg) !important;
}
/*
    Syncs
*/

.syncs {
  overflow: hidden;
}
.table-body-scroll {
  height: 450px;
  overflow: auto;
  /* Set header to stick to the top of the container. */

}
.table-body-scroll table {
  border-collapse: collapse;
  width: 100%;
}
.table-body-scroll thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-body-scroll th {
  background: white;
  text-align: left;
}
/*
    Validation
*/

/*input.ng-invalid.ng-touched {
    border: red 1px solid;
}

textarea.ng-invalid.ng-touched {
    border: red 1px solid;
}

select.ng-invalid.ng-touched {
    border: red 1px solid;
}*/

