/** Variables **/
/* Color used for text in red color */
/*Color used for text in black color*/
/* Color used for dialog box's header background */
/* Color used for dialog box's header background */
/* This is color for border or divider to use in dropdown. */
/* use for scrolling be careful to change it */
/** Variables end **/
.p4t-form-designer {
  height: 100%;
  overflow: hidden;
}
.p4t-form-designer.gray {
  background-color: #f4f4f4;
}
.p4t-form-designer .form-group:after,
.p4t-form-designer .form-group:before {
  display: table;
  content: " ";
}
.p4t-form-designer .form-group:after {
  clear: both;
}

#loading-indicator {
  display: none;
  padding-top: 30px;
}

.p4t-form-designer-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p4t-form-designer-row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p4t-form-designer-row-eq-height > .p4t-form-designer-column {
  flex: 0 0 auto;
  padding: 0;
}

.fields-dropzone {
  min-height: 30px;
}

.p4t-form-designer-content-container {
  background-color: #fff;
}
.p4t-form-designer-content-container .p4t-form-designer-content {
  height: 100%;
}

.p4t-form-designer-content {
  height: 100%;
}

.form-designer-scrollable {
  height: calc(100% - 44px);
  overflow-y: auto;
  outline: none;
}
.form-designer-scrollable .fields-in-group {
  height: 100%;
}

.form-designer-panel-header {
  padding: 15px;
}
.form-designer-panel-header .title-text {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.form-designer-panel-header.white-bg {
  background-color: #fff;
}
.form-designer-panel-header.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.form-designer-panel-header .icon-close2 {
  color: #a6a6a6;
}

.draggable-field,
.ui-draggable-dragging {
  padding: 10px 15px;
}
.draggable-field:hover,
.ui-draggable-dragging:hover {
  background-color: #e7e7e7;
  transition: background-color 300ms ease-in-out;
}

.ui-draggable-dragging {
  background-color: #e7e7e7;
  border: 1px solid #cdcdcd;
  cursor: move;
}
.ui-draggable-dragging > .builder-action-icons {
  display: none;
}

.ui-placeholder {
  border: 2px dotted #4d4d4d;
}

.expanders {
  margin-bottom: 10px;
}

.traffic-light-form .trafficlight {
  padding-top: 14px;
  padding-left: 16px;
  float: left;
}

.form-designer-form-fields .group-title {
  padding: 10px 15px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.form-designer-form-fields .draggable-field {
  cursor: move;
}
.form-designer-form-fields hr {
  margin: 0 15px 17px;
  border-color: #d6d6d6;
}
.form-designer-form-fields hr:last-child {
  display: none;
}

.p4t-form-designer-sidebar-container {
  height: calc(100vh - 50px);
  max-height: 100%;
}

.p4t-form-designer-custom-content:not(:empty) {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 20px;
}

#form-designer-main-content {
  height: 100%;
  overflow: hidden;
}
#form-designer-main-content .jd-tabs-container {
  height: calc(100vh - 50px);
  max-height: 100%;
}

#form-designer-main-content-preview {
  height: 100%;
}
#form-designer-main-content-preview .jd-tabs-container {
  height: 100%;
}
#form-designer-main-content-preview .jd-tabs-container .jd-tab-form-container {
  overflow-y: auto;
  height: calc(100% - 50px);
}

.jd-tab-container {
  height: 100%;
}
.jd-tab-container .threshold-field-container .labelLeft {
  margin-top: 18px;
}

.jd-tab-form-container .form-designer-preview-form {
  padding: 15px 20px;
}
.jd-tab-form-container .fields-dropzone {
  padding: 10px 15px;
}
.jd-tab-form-container .fields-dropzone > * {
  padding-left: 20px;
}
.jd-tab-form-container .threshold-field-container .labelLeft {
  margin-top: 22px;
}

.form-builder-content {
  overflow-y: auto;
  padding-bottom: 20px;
}
.form-builder-content.no-pill {
  height: 100%;
}
.form-builder-content:not(.no-pill) {
  padding-top: 20px;
  height: calc(100% - 50px);
}
.form-builder-content .draggable-field {
  position: relative;
}
.form-builder-content .draggable-field > .builder-action-icons {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
}
.form-builder-content .draggable-field:hover {
  background-color: #e7e7e7;
  transition: background-color 300ms ease-in-out;
}
.form-builder-content .draggable-field.selected {
  background-color: #cccccc;
}
.form-builder-content .draggable-field.selected .trafficlight .traffilight-point {
  background: #eee;
}
.form-builder-content .draggable-field.selected .trafficlight .line:before {
  border-color: #eee;
}
.form-builder-content .draggable-field:not(.ui-draggable-dragging):hover > .builder-action-icons, .form-builder-content .draggable-field.selected > .builder-action-icons {
  display: block;
}
.form-builder-content .draggable-section:hover, .form-builder-content .draggable-section.selected {
  background-color: transparent;
}
.form-builder-content .draggable-section.selected .fields-dropzone {
  border: 2px solid #cdcdcd;
}
.form-builder-content .draggable-section .fields-dropzone {
  border: 1px dotted #cdcdcd;
}
.form-builder-content .draggable-section .fields-dropzone .draggable-field {
  padding-left: 35px;
}
.form-builder-content .checkbox.customCeckBox {
  margin-top: 8px;
}

.form-designer-settings-panel {
  padding-left: 15px;
  padding-right: 15px;
}
.form-designer-settings-panel [class^=col-sm-] {
  padding-left: 0;
  padding-right: 0;
}
.form-designer-settings-panel .read-only-label {
  margin-right: 10px;
  padding-top: 0;
  width: auto;
  height: auto;
}
.form-designer-settings-panel .read-only-input {
  margin: 0;
  padding: 0;
  width: auto;
}
.form-designer-settings-panel .form-group:last-child {
  margin-bottom: 15px;
}
.form-designer-settings-panel .checkbox.customCeckBox {
  margin-top: 10px;
}

.form-designer-horizontal-line {
  border-color: #d6d6d6;
  margin: 0 15px 17px;
}

@charset "UTF-8";
/** VARIABLES **/
/* 2020 PALETTE */
/* 2020 PALETTE END */
/* BORDERS  */
/*TEXT COLORS*/
/* Color used for text in red color */
/*TEXT COLORS END*/
/*GRID/FLEXLIST COLORS*/
/*GRID/FLEXLIST COLORS END*/
/*DISABLED FORMS COLOR*/
/*DISABLED FORMS COLOR*/
/*DIALOGBOX*/
/*DIALOGBOX END*/
/*STATUS INDICATOR COLORS e.g. Declined approved etc*/
/*STATUS INDICATOR COLORS e.g. Declined approved etc END*/
/* progress bars / pies*/
/* progress colors END*/
/*status Messages in the black Message Box*/
/*status Messages in the black Message Box END*/
/*Header Status Messages*/
/*Header Status Messages END*/
/*Status Badge/ Keyword Colors*/
/*Status Badge/ Keyword Colors END*/
/*Avatar colors*/
/*Avatar colors END*/
/*MISC*/
/* This is color for border or divider to use in dropdown. */
/*MISC END*/
/*SIDEBAR*/
/*SIDEBAR END*/
/*DEFAULT THEME COLOR*/
/*This variable is used like default color for Legacy theme which is currently default one. In the feature, Legacy theme will be removed.
New default theme will be Dark theme and for it defaultThemeColor: #3f6fdc ($blue_20) */
/*DEFAULT THEME COLOR ENDS*/
/** VARIABLES END **/
.pcr-app .pcr-interaction input[data-type].active, .pcr-app .pcr-interaction input[data-type] {
  background-color: #fff;
  color: #1c1c1c;
}

.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-save {
  height: 30px;
  min-width: 75px;
  padding: 7px 10px 8px 11px;
  font-size: 12px;
  line-height: 15px;
}

.pcr-app .pcr-interaction .pcr-clear:hover, .pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction input:hover {
  -ms-filter: none;
  filter: none;
}

.pcr-app {
  font-family: Roboto, "Noto Sans KR", "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", sans-serif;
  width: 360px;
  height: 239px;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.3);
  padding: 10px;
}
.pcr-app .pcr-interaction {
  margin-top: 0;
}
.pcr-app .pcr-interaction .pcr-result {
  width: 85px;
  height: 30px;
  flex-grow: 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 0;
  margin-right: 7px;
  font-size: 13px;
  color: #b0b0b0;
  border-radius: unset;
}
.pcr-app .pcr-interaction input {
  border-radius: unset;
}
.pcr-app .pcr-interaction input:focus {
  box-shadow: none;
}
.pcr-app .pcr-interaction input[data-type] {
  margin: 0;
  cursor: default;
  font-size: 13px;
}
.pcr-app .pcr-interaction .pcr-save {
  background-color: #3f6fdc;
  color: #fff;
  margin: 0;
  order: 1;
}
.pcr-app .pcr-interaction .pcr-clear {
  background-color: #e0e0e0;
  color: #1c1c1c;
  margin-left: 31px;
  margin-right: 10px;
}
.pcr-app .pcr-interaction .pcr-clear:focus {
  box-shadow: none;
}

.jaggaer-wizard-header {
  padding: 10px 20px;
  border: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
  z-index: 1;
}
.jaggaer-wizard-header > .step {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jaggaer-wizard-header > .step:not(:last-child) {
  margin-right: 80px;
}
.jaggaer-wizard-header > .step .step-circle {
  min-width: initial;
  min-height: initial;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #fff;
}
.jaggaer-wizard-header > .step .step-divider {
  display: none;
}
.jaggaer-wizard-header > .step .step-text {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 17px;
}
.jaggaer-wizard-header > .step.current-step .step-circle {
  border: none;
}
.jaggaer-wizard-header > .step.visited .step-circle {
  background-color: transparent !important;
  border: 2px solid #fff;
}
.jaggaer-wizard-header > .step.completed .step-circle-icon {
  font-size: 10px;
  display: inherit;
  top: 0;
}
.jaggaer-wizard-header > .step > .step-wrapper {
  margin-right: 0;
}

.portal-settings {
  height: 100%;
}
.portal-settings .jd-tabs-container {
  overflow: hidden;
  height: 100%;
}
.portal-settings .jd-tabs-container .nav-tabs {
  text-transform: capitalize;
}
.portal-settings .portal-pure-container {
  height: 100%;
  overflow-y: auto;
}
.portal-settings .portal-pure-container-with-tabs {
  height: calc(100% - 50px);
  overflow-y: scroll;
}
.portal-settings .selectform .btn {
  padding: 10px 18px 9px 8px !important;
}
.portal-settings .selectform .input-field {
  min-width: 200px;
}
.portal-settings .selectform .input-field .dropdown-menu {
  min-width: inherit !important;
}
.portal-settings .p4t-form-designer-content .jaggaer-tabs-header {
  display: none;
}

.portal-pure-form {
  margin-top: 39px;
  padding-bottom: 55px;
}
.portal-pure-form .addon-span.p4t-icon {
  color: #767676;
  background-color: transparent !important;
}
.portal-pure-form label.labelLeft {
  padding: 0 15px;
  color: #1c1c1c;
  margin-bottom: 0;
}
.portal-pure-form .form-horizontal {
  margin: 0;
}
.portal-pure-form .form-horizontal .select-box-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.portal-pure-form .form-horizontal .select-box-form .select-tag {
  background-color: #f4f4f4;
  padding: 3.5px 24px 4.5px 10px;
  margin: 5px 10px 0 0;
}
.portal-pure-form .form-horizontal .select-box-form ul.dropdown-menu.inner {
  max-height: 90px !important;
}
.portal-pure-form .form-horizontal .select-box-form .dropdown-menu {
  box-shadow: 0 5px 7px 0 rgba(50, 50, 50, 0.15);
}
.portal-pure-form .form-horizontal .select-box-form .dropdown-menu li a {
  padding: 2px 56px 2px 10px;
}

.general-container > .portal-pure-form .checkbox-form {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.general-container > .portal-pure-form .checkbox-form label.labelLeft {
  order: 1;
  height: 20px;
  line-height: 20px;
  padding: 0;
}

#supplier-interface-left-container .portal-pure-form {
  padding-bottom: 0;
}
#supplier-interface-left-container .portal-pure-form label.labelLeft {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
#supplier-interface-left-container .portal-pure-form > .form-horizontal > .form-group {
  margin-bottom: 10px;
}
#supplier-interface-left-container .portal-pure-form > .form-horizontal > .form-group.caption-field {
  margin-bottom: 0;
  margin-top: 40px;
}
#supplier-interface-left-container .portal-pure-form > .form-horizontal > .form-group .p4t-attachments {
  padding: 0;
}
#supplier-interface-left-container .portal-pure-form > .form-horizontal > .form-group .p4t-attachments .dz-preview {
  margin-top: 0;
  margin-bottom: 0;
}

.accessibility-criteria-box h6 {
  color: #000;
  line-height: 14px;
  height: 23px;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.accessibility-criteria-box > div {
  background-color: #f4f4f4;
}

.accessibility-criteria-text {
  line-height: 20px;
  font-size: 13px;
}

.accessibility-criteria-link {
  padding: 20px 20px 0 0;
}
.accessibility-criteria-link > a {
  color: #3f6fdc;
  line-height: 14px;
  height: 23px;
}
.accessibility-criteria-link > a:hover, .accessibility-criteria-link > a:active, .accessibility-criteria-link > a:focus {
  color: #3f6fdc;
}
.accessibility-criteria-link > a > span {
  font-size: 12px;
  color: #000;
}

.navigation-container {
  padding: 19px 20px 0 21px;
}
.navigation-container .p4t-header-status.info {
  background-color: #3f6fdc;
  margin-bottom: 12px;
}
.navigation-container .p4t-flex-list-header-title {
  pointer-events: none;
  padding: 0 0 0 14px;
  margin-bottom: 5px;
  color: #767676;
}
.navigation-container .p4t-flex-list-column-content {
  padding-left: 14px;
}
.navigation-container .p4t-flex-list-column-content .p4t-details-title {
  color: #777777;
}
.navigation-container .p4t-flex-list-column-content .p4t-details-actions {
  width: auto;
  background-color: transparent;
  border-left: none;
}
.navigation-container .p4t-flex-list-column-content .p4t-details-actions li {
  width: 50px;
  text-align: center;
}
.navigation-container .p4t-flex-list-column-content .p4t-details-actions li a.btn {
  color: #767676;
}

.registration-tab > .form-horizontal {
  margin-left: 33.33%;
}
.registration-tab > .form-horizontal > .expanders {
  margin-bottom: 30px;
}
.registration-tab > .form-horizontal > .expanders span.icon-angle-down {
  margin-left: -15px;
  padding-right: 5px;
}
.registration-tab > .form-horizontal > .expanders > .colex_text {
  margin-top: 20px !important;
}
.registration-tab > .form-horizontal > .expanders form.section-field-form .form-group > .control-label.labelLeft {
  text-transform: capitalize;
}
.registration-tab > .form-horizontal > .expanders form.section-field-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.registration-tab > .form-horizontal > .expanders form.section-field-form .form-group > .segmented-button-group {
  margin-bottom: 5px;
}
.registration-tab > .form-horizontal > .expanders form.section-field-form .checkbox-form .checkbox {
  padding-top: 0;
}
.registration-tab > .form-horizontal > .expanders form.section-field-form > div:last-child > .form-group {
  margin-bottom: 0;
}
.registration-tab > .form-horizontal .p4t-input-info > .p4t-icon-action {
  font-size: 13px;
  top: 0;
}

.form-designer-panel-header {
  padding-top: 30px;
}
.form-designer-panel-header > .title-text {
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 17px;
}

.p4t-form-designer-left-container > .form-designer-scrollable {
  height: calc(100% - 62px);
}

.p4t-form-designer-right-container > .form-designer-scrollable {
  height: calc(100% - 79px);
}

.ui-draggable-dragging {
  border: none;
  background-color: #f4f4f4;
  box-shadow: 0 5px 7px 0 rgba(50, 50, 50, 0.15);
}
.ui-draggable-dragging:hover {
  background-color: #f4f4f4;
}

.ui-placeholder {
  border-color: #e0e0e0;
}

.form-designer-form-fields .group-title {
  letter-spacing: 0.3px;
  color: #777777;
  line-height: 15px;
  padding: 0 15px;
  height: 23px;
}
.form-designer-form-fields .draggable-field {
  color: #1c1c1c;
}

.form-builder-content > .draggable-section .fields-dropzone {
  border: none;
}
.form-builder-content .draggable-field.selected {
  background-color: #f4f4f4;
}

.portal-pure-container .form-builder-content {
  padding-top: 20px;
}

.p4t-form-designer-content-container .fields-dropzone > .draggable-field,
.p4t-form-designer-content-container .already-in-drop-zone {
  cursor: move;
}
.p4t-form-designer-content-container .fields-dropzone > .draggable-field .labelLeft,
.p4t-form-designer-content-container .already-in-drop-zone .labelLeft {
  color: #1c1c1c;
  margin-bottom: 0;
}
.p4t-form-designer-content-container .fields-dropzone > .draggable-field div[class^=col-],
.p4t-form-designer-content-container .already-in-drop-zone div[class^=col-] {
  padding-left: 0;
}
.p4t-form-designer-content-container .fields-dropzone > .draggable-field .builder-action-icons > .p4t-icon-action,
.p4t-form-designer-content-container .already-in-drop-zone .builder-action-icons > .p4t-icon-action {
  color: #767676 !important;
}
.p4t-form-designer-content-container .fields-dropzone > .draggable-field .builder-action-icons,
.p4t-form-designer-content-container .already-in-drop-zone .builder-action-icons {
  bottom: 10px;
  top: auto;
}
.p4t-form-designer-content-container .fields-dropzone > .draggable-field .builder-action-icons .tooltip > .tooltip-inner,
.p4t-form-designer-content-container .already-in-drop-zone .builder-action-icons .tooltip > .tooltip-inner {
  background-color: #1c1c1c !important;
  border-radius: 1px;
}
.p4t-form-designer-content-container .p4t-form-designer-content .draggable-section {
  padding: 10px 114px 0 113px;
}
.p4t-form-designer-content-container .draggable-field {
  padding-top: 7px;
}
.p4t-form-designer-content-container .draggable-field .checkbox-form label:not(.css-label) {
  padding-left: 8px;
  line-height: 20px;
}

.form-designer-settings-panel .caption-field > label {
  height: 23px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #777777;
}
.form-designer-settings-panel .addon-span.p4t-icon {
  color: #767676;
}
.form-designer-settings-panel .labelLeft {
  margin-bottom: 0;
}
.form-designer-settings-panel .checkbox.customCeckBox {
  margin: 0;
}
.form-designer-settings-panel .checkbox.customCeckBox > label.css-label {
  margin-right: 8px;
}
.form-designer-settings-panel div.checkbox-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.form-designer-settings-panel div.checkbox-form label.labelLeft {
  order: 1;
}

.viewport-headline-menu .navbar-nav > li > .p4t-text-action {
  padding-top: 17px;
  padding-bottom: 18px;
  padding-right: 19px;
}
.viewport-headline-menu .navbar-nav > li > .p4t-text-action > span.p4t-icon {
  top: 0;
}
.viewport-headline-menu .navbar-nav > li > .select-box-form {
  padding-top: 17px;
  padding-bottom: 18px;
}
.viewport-headline-menu .navbar-nav > li > .select-box-form .toolbar-actions-select-label {
  padding-left: 19px;
}
.viewport-headline-menu .navbar-nav > li > .select-box-form .bootstrap-select.btn-group:not(.input-group-btn) > .btn {
  margin: 0 !important;
  padding: 0 0 0 5px !important;
}
.viewport-headline-menu .navbar-nav > li > .select-box-form .bootstrap-select.btn-group:not(.input-group-btn) > .btn > .bs-caret {
  position: relative;
  right: 10px;
}
.viewport-headline-menu .navbar-nav > li > .select-box-form .bootstrap-select.btn-group:not(.input-group-btn) > .dropdown-menu {
  top: 35px !important;
}

.portal-pure-container #form-designer-main-content-preview .jd-tabs-container > .jd-tab-form-container {
  height: 100%;
}

.btn-with-separator {
  border-right: 1px solid #f4f4f4;
}

.btn-with-separator-left {
  border-left: 1px solid #f4f4f4;
}

.viewport-headline-menu .p4t-btn-default {
  background-color: #f4f4f4 !important;
}
.viewport-headline-menu .p4t-icon-action {
  color: #000 !important;
}
.viewport-headline-menu .p4t-icon-action span {
  color: #000 !important;
}

.form-designer-preview-form .labelLeft {
  padding-top: 0;
  margin-bottom: 0;
}
.form-designer-preview-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.form-designer-preview-form .form-group > .form-group {
  margin-left: 0;
}
.form-designer-preview-form .form-group label.inputCustomMax {
  margin-bottom: 0;
}
.form-designer-preview-form .form-group > div[class^=col-] {
  padding-left: 0;
}
.form-designer-preview-form > .expanders:not(:last-child) {
  margin-bottom: 30px;
}
.form-designer-preview-form .checkbox-form label {
  line-height: 20px;
}

.categories-container > .form-horizontal {
  margin-left: 33.33%;
}
.categories-container > .form-horizontal > .field-segmented-button:first-child .field-container {
  height: 50px;
}
.categories-container > .form-horizontal > .field-segmented-button:first-child .field-container .segmented-button > label {
  padding: 15px 0;
  line-height: 20px;
}
.categories-container > .form-horizontal > .form-group {
  margin-bottom: 20px;
}

.document-item-heading, .card-item > .card-item-link {
  line-height: 20px;
  margin: 0;
}

.buttons-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buttons-row > li {
  flex-shrink: 1;
  -webkit-flex-shrink: 1;
  min-width: 75px;
  list-style: none;
  margin-top: 10px;
}
.buttons-row > li > button {
  padding: 7px 14px 8px 15px !important;
  line-height: 15px;
}
.buttons-row > li:not(:last-child) {
  margin-right: 10px;
}

.register-buttons-row > li:first-child {
  margin-left: -15px;
}

/*DNB*/
.dnb-button > li {
  margin-bottom: 30px;
}

.dnb-hidden {
  display: none !important;
}

.dnb-btn-lookup button.p4t-btn-default {
  border-radius: 5px !important;
  padding: 10px 15px !important;
  font-size: 18px !important;
  text-decoration: none !important;
  margin: 0px !important;
  color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  height: auto !important;
}

.dnb-btn-lookup button.p4t-btn-default:active {
  transform: translate(0px, 1px) !important;
  -webkit-transform: translate(0px, 1px) !important;
  box-shadow: 0px 1px 0px 0px !important;
}

.dnb-btn-lookup.blue button.p4t-btn-default {
  background-color: #4e6ce5 !important;
  box-shadow: 0px 5px 0px 0px #465dbd !important;
}

.dnb-btn-lookup.blue button.p4t-btn-default:hover {
  background-color: #5875e8 !important;
}

/*END DNB*/
.portal-pure-register-form {
  height: 100%;
}

.portal-pure-register-form-main-content {
  height: 100%;
}

#register-container {
  height: 100%;
}

.register-form-row {
  padding-bottom: 60px;
}

#register-header-logo {
  padding-top: 37px;
  padding-bottom: 34px;
}
#register-header-logo > .header-logo > img {
  max-height: 30px;
  max-width: 150px;
}

.register-form-row > div[class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.register-left-side-container {
  max-width: 220px;
  margin-left: auto;
}

.card-item {
  padding: 30px 10px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.card-item > .card-item-heading {
  font-size: 16px;
  line-height: 20px;
  height: 25px;
  margin: 0;
}
.documents-item {
  background-color: #fff;
  padding: 20px;
}

.document-item-heading {
  font-size: 14px;
}

.document-item-link {
  line-height: 20px;
  padding-top: 10px;
}

.document-item-icon {
  display: inline-block;
  vertical-align: middle;
  color: #1c1c1c;
}

.register-form-container {
  font-size: 14px;
  text-align: center;
}
.register-form-container .field-switch-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.register-form-container > p {
  margin-bottom: 21px;
  margin-top: 65px;
}
.register-form-container .buttons-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.register-form-general-title {
  font-size: 18px;
  color: #3f6fdc;
}

.register-main-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-designer-register-form .labelLeft {
  padding-top: 0;
}
.form-designer-register-form label.control-label.labelLeft {
  margin-bottom: 5px;
}
.form-designer-register-form span.icon-angle-down {
  display: none;
}
.form-designer-register-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.form-designer-register-form .form-group > .form-group {
  margin-left: 0;
}
.form-designer-register-form .form-group label.inputCustomMax {
  margin-bottom: 0;
}
.form-designer-register-form > .expanders > .colex_text {
  margin-top: 20px !important;
}
.form-designer-register-form > .expanders:not(:last-child) {
  margin-bottom: 30px;
}
.form-designer-register-form .p4t-input-link > a > span {
  font-size: 13px;
}
.form-designer-register-form .p4t-input-info > span {
  font-size: 13px;
}
.form-designer-register-form .checkboxGroupTree input[type=checkbox].css-checkbox:checked + label.css-label:after {
  vertical-align: middle;
  top: -1px;
}
.form-designer-register-form.field-label-above .form-group > div[class^=col-] {
  padding-left: 0;
}
.form-designer-register-form .addon-auto > .addon-span {
  background-color: transparent !important;
  color: #767676;
}

.register-consent-text-content {
  margin-bottom: 20px;
}
.register-consent-text-content > p {
  line-height: 20px;
}

.mandatory-document-checkbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.mandatory-document-checkbox input[type=checkbox].css-checkbox + label.css-label {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.mandatory-document-checkbox > span {
  padding-left: 10px;
  line-height: 20px;
}

.register-success-text {
  line-height: 20px;
}

.register-success-link .p4t-icon-action {
  color: #1c1c1c !important;
  font-size: 13px;
}

.company-data-container > .header-message-container .p4t-header-status-message-content {
  margin: 0;
}
.company-data-container.message-container {
  height: calc(100% - 40px);
}

.company-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.company-data > .form-horizontal {
  margin: 0;
}
.company-data > .pure-form {
  padding-bottom: 60px;
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
}
.company-data > .pure-form span.icon-angle-down {
  display: inline-block;
}
.company-data > .pure-form > .form-group {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.company-data .field-switch-button {
  padding-left: 35px;
}
.company-data .field-switch-button input[type=checkbox].css-checkbox + label.css-label {
  background: #fff no-repeat 0 0;
  border-radius: initial;
}
.company-data .field-switch-button input[type=checkbox].css-checkbox + label.css-label:before {
  content: none;
}
.company-data .field-switch-button input[type=checkbox].css-checkbox:checked + label.css-label {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.company-data .field-switch-button input[type=checkbox].css-checkbox:checked + label.css-label:after {
  content: "";
  font-family: "pure", monospace;
  font-size: 13px;
  position: relative;
  vertical-align: middle;
}
.company-data .field-switch-button > .labelLeft {
  width: 100%;
  height: 100%;
  text-transform: none;
  line-height: 20px;
}
.company-data .field-switch-button > .check-box-group {
  padding-right: 10px !important;
}
.company-data .field-switch-button div.checkbox {
  padding-top: 0;
}
.company-data > .registration-company-data > .form-group {
  width: 40%;
}

.link-invitation-request {
  height: 100%;
  background-color: #f4f4f4;
}
.link-invitation-request .link-invitation-request-center {
  height: 100%;
  background-color: #fff;
  padding-top: 60px;
  font-size: 15px;
  line-height: 20px;
}

.add-site-form-view {
  height: 100%;
  overflow-y: auto;
  background-color: #f4f4f4;
}
.add-site-form-view .p4t-header-status-message-content {
  margin: 0;
}
.add-site-form-view .add-site-form-container {
  padding: 30px 8%;
  min-height: 100%;
  background-color: #fff;
}
.add-site-form-view .add-site-form-container .add-site-top-from {
  padding: 0 15px 0 35px;
}
.add-site-form-view .add-site-form-container .add-site-top-from .field-segmented-button:last-child {
  margin-bottom: 20px;
}
.add-site-form-view .field-switch-button {
  padding: 0 35px 0 35px;
}
.add-site-form-view .field-switch-button label.labelLeft {
  height: auto;
}

.edit-site-form-view {
  height: 100%;
  overflow-y: auto;
  background-color: #f4f4f4;
}
.edit-site-form-view .edit-site-form-container {
  padding: 30px 8%;
  min-height: 100%;
  background-color: #fff;
}
.edit-site-form-view .edit-site-form-container .edit-site-top-form {
  padding: 0 15px 20px 35px;
}
.edit-site-form-view .field-switch-button {
  padding: 0 35px 0 35px;
}
.edit-site-form-view .field-switch-button label.labelLeft {
  height: auto;
}

.contacts-flex-list .p4t-flex-list-header-title {
  color: #767676;
  pointer-events: none;
}
.contacts-flex-list .p4t-flex-list-column-content:not(.p4t-flex-list-header-title) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contacts-flex-list .p4t-flex-list-column-content > .p4t-detail-content > .p4t-details-title {
  color: #777777;
}
.contacts-flex-list .p4t-flex-list-column-content > .p4t-detail-content > .p4t-details-title > .p4t-link {
  color: #3f6fdc !important;
}
.contacts-flex-list .p4t-flex-list-column-content > .p4t-detail-content > .p4t-details-title > .p4t-link:hover {
  color: #3f6fdc !important;
}
.contacts-flex-list .p4t-flex-list-column-content .p4t-details-actions > li > a {
  color: #767676;
}
.contacts-flex-list > .jd-tabs-container > .nav-tabs {
  background-color: #fff;
}
.contacts-flex-list .p4t-avatar-outer-circle {
  width: 50px;
  height: 50px;
}
.contacts-flex-list .p4t-avatar-outer-circle + div.p4t-detail-content .name-action-link {
  padding: 0;
}
.contacts-flex-list .p4t-avatar {
  font-weight: 600;
}
.contacts-flex-list .p4t-flex-icon-list-column {
  flex: 0 1 100% !important;
}
.contacts-flex-list.scrollable-container {
  overflow: hidden;
  height: 100%;
}
.contacts-flex-list.scrollable-container > .jd-tabs-container {
  height: 100%;
}
.contacts-flex-list.scrollable-container .contacts-container {
  height: calc(100% - 50px);
  overflow-y: scroll;
}

.contacts-container {
  padding-bottom: 60px;
}

.modal-footer > .btn-primary {
  background: #3f6fdc !important;
}
.modal-footer > .btn-primary:hover, .modal-footer > .btn-primary[disabled] {
  background-color: #3f6fdc !important;
}

.dnb-modal {
  /* modal centering */
  text-align: center;
  /* end vertical centering */
}
.dnb-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.dnb-modal .modal-dialog {
  margin-top: 0;
  max-width: 1200px;
  /* also necessary style for vertical centering */
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 1000px) {
  .dnb-modal .modal-dialog.modal-lg {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .dnb-modal .modal-dialog.modal-lg {
    width: 1100px;
  }
}
@media (min-width: 1300px) {
  .dnb-modal .modal-dialog.modal-lg {
    width: 1200px;
  }
}
.dnb-modal .dnb-modal-header {
  display: flex;
  justify-content: space-between;
}
.dnb-modal .tooltip {
  pointer-events: auto;
}
.dnb-modal .alert.alert-danger {
  margin: 20px;
}
.dnb-modal .modal-body {
  padding: 20px 0;
  -ms-overflow-style: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.dnb-modal #view-body {
  max-height: 550px;
}
.dnb-modal #actionBtn {
  float: left;
  opacity: 0;
  transition: visibility 1s, opacity 1s linear;
}
.dnb-modal .search-header {
  width: 500px;
  padding: 10px 20px 30px;
  display: flex;
}
.dnb-modal .search-header .search-input {
  border: none !important;
  height: 100%;
  width: calc(100% - 30px);
}
.dnb-modal .search-header .icon-search {
  height: 100%;
  font-size: 13px;
  color: #767676;
}
.dnb-modal .search-header .count {
  margin: 12px;
  margin-right: 0;
}
.dnb-modal .search-header .search-container {
  margin: auto;
  margin-left: 0;
  height: 40px;
  width: 500px;
  border: 1px solid #DDD;
  background-color: white;
}
.dnb-modal .search-header #search-total-number {
  margin: 12px;
  margin-left: 2px;
  width: 80px;
}
.dnb-modal .rows-container {
  overflow: scroll;
  height: 470px;
}
.dnb-modal .info-label {
  font-size: 14px;
  color: gray;
  margin-right: 15px;
}
.dnb-modal .dnb-table-box-container {
  padding: 0 20px;
  clear: both;
}
.dnb-modal .dnb-table-box-container > .dnb-table-box-heading {
  height: 20px;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.dnb-modal .dnb-table-box-container > .dnb-table-box-heading > div {
  flex: 0 1 100%;
  line-height: 20px;
}
.dnb-modal .dnb-table-box-container > .dnb-table-box-heading > div.dnb-heading-duns {
  flex: 0 0 130px;
}
.dnb-modal .dnb-table-box-container > .dnb-table-box-heading > div.dnb-heading-company {
  padding-right: 20px;
}
.dnb-modal .dnb-row-selected {
  background-color: #dde3fc !important;
}
.dnb-modal .dnb-item-reg-num {
  margin-left: 20px;
}
.dnb-modal .dnb-table-box-item {
  min-height: 60px;
  padding: 10px 15px;
  background-color: #f4f4f4;
  border-left: 3px solid transparent;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}
.dnb-modal .dnb-table-box-item > div {
  flex: 0 1 100%;
  line-height: 20px;
}
.dnb-modal .dnb-table-box-item > div.dnb-item-company {
  font-weight: 600;
  padding-right: 20px;
}
.dnb-modal .dnb-table-box-item > div.dnb-item-duns {
  flex: 0 0 130px;
}
.dnb-modal .dnb-table-box-item:hover {
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.dnb-modal .modal-footer {
  box-shadow: 0 -10px 25px -10px rgba(115, 115, 115, 0.75);
  overflow: hidden;
}

.dnb-modal:not(.with-loader) .p4t-loader-overlay {
  padding: 40px 0;
  position: relative;
}

#p4tModal .modal-header {
  padding: 10px 15px;
  min-height: 40px;
}
#p4tModal .modal-header .modal-title {
  line-height: 20px !important;
}
#p4tModal .modal-footer {
  border-top: 1px solid #f4f4f4 !important;
}

.contact-profile-modal .modal-body {
  padding: 0;
  overflow-y: scroll;
}
.contact-profile-modal .contact-profile-header, .contact-profile-modal .assigned-role-header,
.contact-profile-modal .contact-profile-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.contact-profile-modal .contact-profile-header > div, .contact-profile-modal .assigned-role-header > div,
.contact-profile-modal .contact-profile-data > div {
  flex: 0 1 100%;
}
.contact-profile-modal .contact-profile-header > div.contact-profile-data-text, .contact-profile-modal .assigned-role-header > div.contact-profile-data-text,
.contact-profile-modal .contact-profile-data > div.contact-profile-data-text {
  flex: 0 0 190px;
}
.contact-profile-modal .contact-profile-data-label {
  color: #979797;
  text-transform: capitalize;
}
.contact-profile-modal .contact-profile-data {
  line-height: 30px;
  letter-spacing: 0.22px;
}
.contact-profile-modal .contact-profile-section-data {
  border-top: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.contact-profile-header-text > p {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 25px;
  margin: 0;
}
.contact-profile-header-text > a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.22px;
  color: #668DA2;
}

.assigned-role-section {
  display: none;
}

.expand-role-item {
  font-size: 30px;
  vertical-align: middle;
}
.expand-role-item:before {
  margin: 0 -10px 0 0;
}

.light-grey-border {
  border-bottom: 1px solid #e0e0e0;
}

.light-grey-border-top {
  border-top: 1px solid #e0e0e0;
}

.row-selected, .company-item:hover {
  background-color: #e0e0e0;
}

.company-roles-modal .modal-body {
  padding: 0;
}

.company-item {
  line-height: 30px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.company-item > label {
  cursor: pointer;
}
.company-item > .p4t-icon {
  vertical-align: middle;
  font-size: 12px;
  color: #f94c4c;
}
.roles-right-panel-form,
.roles-left-panel-list {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.company-role-header {
  border-bottom: 1px solid #e0e0e0;
}
.company-role-header > label {
  cursor: pointer;
}
.company-role-header > label a {
  color: #668DA2;
}
.company-role-header > .p4t-icon {
  font-size: 14px;
  vertical-align: middle;
  cursor: default;
}

.company-role-form-title {
  padding-bottom: 10px;
}
.company-role-form-title > label {
  text-transform: uppercase;
  margin: 0;
  color: #DC4B3F;
}
.company-role-form-title > span {
  color: #1c1c1c;
}

.portal-pure-register-form-main-content .select-box-form .dropdown-menu {
  min-height: 250px !important;
}

.company-role-form-content .form-designer-register-form .labelLeft {
  padding-bottom: 0;
}
.company-role-form-content .form-designer-register-form .checkbox-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.company-role-form-content .form-designer-register-form .checkbox-form label.labelLeft {
  order: 1;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}
.company-role-form-content .form-designer-register-form .checkbox-form .checkbox {
  padding-top: 0;
  min-height: 20px;
}

.rfq-assign-person-modal .modal-dialog {
  width: 100%;
}
.rfq-assign-person-modal .modal-body {
  overflow: visible;
}

.rfq-assign-person-modal-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}
.rfq-assign-person-modal-container .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100% !important;
  left: 0;
}
.rfq-assign-person-modal-container .control-label {
  line-height: 20px;
  padding: 0;
}
.rfq-assign-person-modal-container div.input-field {
  height: 40px;
  border-color: #e0e0e0;
}
.rfq-assign-person-modal-container div.input-field > .btn {
  padding: 0 15px !important;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rfq-assign-person-modal-container div.input-field .filter-option {
  color: #767676;
}

.decline-rfq-modal-container .control-label {
  line-height: 20px;
  color: #000;
  padding: 0;
}
.decline-rfq-modal-container .textAreaCustom {
  padding: 15px;
  border-color: #e0e0e0;
}
.decline-rfq-modal-container .textAreaCustom::-webkit-input-placeholder {
  color: #767676;
}
.decline-rfq-modal-container .textAreaCustom::-moz-placeholder {
  color: #767676;
}
.decline-rfq-modal-container .textAreaCustom:-ms-input-placeholder {
  color: #767676;
}
.decline-rfq-modal-container > .form-group > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.rfq-ota-metric-form > .form-horizontal {
  margin: 0;
}
.rfq-ota-metric-form > .form-horizontal label.control-label.labelLeft {
  margin-bottom: 5px;
}
.rfq-ota-metric-form .field-combo {
  float: left;
  height: auto !important;
  width: 50%;
}
.rfq-ota-metric-form .field-combo:first-child {
  padding-right: 20px;
}
.rfq-ota-metric-form .form-group:last-child {
  width: 50%;
  padding-right: 20px;
}
.rfq-ota-metric-form div.input-field .filter-option {
  color: #000;
}

.rfq-additional-information-modal .modal-body {
  padding: 0;
}
.rfq-additional-information-modal #view-body {
  padding: 0 20px 20px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rfq-additional-information-form > .form-group.expanders:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
}
.rfq-additional-information-form.pure-form .form-group.rfq-multifile .read-only-wrapper {
  padding-top: 0 !important;
}
.rfq-additional-information-form.pure-form > .form-group.expanders > .colex_text {
  margin-top: 10px !important;
}
.rfq-additional-information-form .fields-dropzone {
  min-height: initial;
}

.rfq-info-message-modal-text {
  text-align: left;
  margin: 15px 20px;
  font-size: 13px;
  line-height: 20px;
  min-height: 80px;
  color: #000;
}

.modal-dialog .pure-form .form-group [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.modal-dialog .pure-form > .form-group.expanders:not(:last-child) {
  margin-bottom: 20px;
}
.modal-dialog .pure-form.no-expanders .form-group {
  margin-left: 0;
  margin-right: 0;
}

.sites-contacts-modal .modal-body {
  padding: 5px 20px;
}
.sites-contacts-modal table {
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  table-layout: fixed;
}
.sites-contacts-modal table tr {
  height: 40px;
}
.sites-contacts-modal table tr:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.sites-contacts-modal table tr th {
  text-transform: uppercase;
}
.sites-contacts-modal table tr th:first-child {
  width: 200px;
}
.sites-contacts-modal table tr td {
  font-weight: 400;
}

.overview-sites-list-modal .portal-access {
  display: inline-flex;
  padding-top: 12px;
  line-height: 16px;
}
.overview-sites-list-modal .overview-grid-access-admin,
.overview-sites-list-modal .overview-grid-access-editor {
  color: #02a564;
  margin-right: 5px;
}
.overview-sites-list-modal .overview-grid-access-no_access {
  color: #f94c4c;
  margin-right: 5px;
}
.overview-sites-list-modal .overview-grid-access-mixed {
  color: #fee059;
  margin-right: 5px;
}

#contacts-overview-list-grid .overview-grid-access-icon .p4t-icon {
  cursor: default;
}

.remove-site-modal .modal-body {
  padding: 30px 25px 40px;
}

.jd-portal-pure-actions-form {
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-flow: column;
}
.jd-portal-pure-actions-form .form-horizontal {
  margin: 0;
}
.jd-portal-pure-actions-form .add-suppliers-modal .modal-body {
  height: 350px;
}
.jd-portal-pure-actions-form .addon .addon-span.p4t-icon {
  color: #767676;
  background: transparent !important;
}
.jd-portal-pure-actions-form .tag-cloud {
  margin-top: 10px;
}
.jd-portal-pure-actions-form .tag-cloud .select-tag {
  margin-top: 0;
}
.jd-portal-pure-actions-form .form-builder-form {
  width: 33.33% !important;
  min-width: unset !important;
  max-width: unset !important;
  float: none;
  margin: 36px auto !important;
}
.jd-portal-pure-actions-form .form-designer-preview-form {
  padding: 0;
  width: 33.33%;
  float: none;
  margin: 36px auto;
}
.jd-portal-pure-actions-form .form-designer-preview-form > div > .form-group:not(.expanders),
.jd-portal-pure-actions-form .form-designer-preview-form > div > .sub-form-group,
.jd-portal-pure-actions-form .form-designer-preview-form > .form-group:not(.expanders) {
  margin-left: 15px;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) {
  margin: 0 -10px 20px -10px;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) label.labelLeft {
  width: auto;
  height: 23px;
  padding: 0 10px;
  line-height: 17px;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) > div:not(.field-combo),
.jd-portal-pure-actions-form .form-group:not(.expanders) > div.field-combo:first-child > div {
  clear: both;
  padding: 0 10px;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) > div.field-combo > div {
  padding: 0 10px;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) > div.field-combo.joined-fields:not(:first-of-type) > div {
  padding-left: 0;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) > div.field-combo.joined-fields:not(:last-of-type) > div {
  padding-right: 0;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) > div.field-combo.joined-fields .btn.dropdown-toggle,
.jd-portal-pure-actions-form .form-group:not(.expanders) > div.field-combo.joined-fields .btn.dropdown-toggle .caret {
  background: #f4f4f4;
}
.jd-portal-pure-actions-form .form-group:not(.expanders) .bootstrap-select.input-field {
  width: 100% !important;
}
.jd-portal-pure-actions-form .sub-form-group > .form-group > label.labelLeft {
  height: auto;
}
.jd-portal-pure-actions-form .expanders {
  clear: both;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.jd-portal-pure-actions-form .expanders:not(:first-child) {
  margin-top: 30px;
}
.jd-portal-pure-actions-form .expanders > a > span {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.2px;
}
.jd-portal-pure-actions-form .expanders > a > span.p4t-icon {
  display: inline-block;
  float: left;
  top: 0;
  width: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.jd-portal-pure-actions-form .expanders .colex_text {
  margin: 20px 0 0 25px;
  padding: 0;
}
.jd-portal-pure-actions-form .expanders .colex_text .sortable-zone.fields-dropzone {
  padding: 0;
}
.jd-portal-pure-actions-form .expanders .colex_text .sortable-zone.fields-dropzone > form {
  padding: 0;
}
.jd-portal-pure-actions-form .expanders .colex_text .expander-content {
  margin: 0;
  padding: 0;
}
.jd-portal-pure-actions-form .comments-container {
  background: #f4f4f4;
  border-top: 1px solid #e0e0e0;
  overflow: auto;
  flex-grow: 1;
  padding: 36px 0;
}
.jd-portal-pure-actions-form .comments-container > .comments-title,
.jd-portal-pure-actions-form .comments-container > .p4t-comments {
  width: 33.33%;
  margin: 20px auto 0;
  padding-left: 25px;
}
.jd-portal-pure-actions-form .comments-container > .comments-title {
  display: block;
  color: #DC4B3F;
  text-transform: uppercase;
}
.jd-portal-pure-actions-form .expanders > a {
  color: #DC4B3F;
}
.jd-portal-pure-actions-form .p4t-comments .p4t-comments-new-comment:not(.focused) > .new-comment-field textarea {
  min-height: 120px;
  max-height: none;
}
.jd-portal-pure-actions-form .p4t-comments .p4t-comments-new-comment:not(.focused) > button {
  margin: 10px 0 0 10px;
  overflow: visible;
  height: 30px;
  padding: 6px 12px 7px 12px !important;
}

/* FORM RESPONSIVE CSS */
/* This includes the css for form builder responsive layout */
.form-builder-form.responsive {
  width: 90% !important;
  max-width: 1500px !important;
  margin: 36px auto !important;
  clear: both;
}
.form-builder-form.responsive .expanders {
  width: 45%;
  margin: 0 45px 0 0;
  float: left;
  clear: none;
}
.form-builder-form.responsive .expanders:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) and (min-width: 10px) {
  .form-builder-form.responsive .expanders {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .form-builder-form.responsive .expanders .form-group > * {
    float: none;
  }
}

.comments-container.container.responsive {
  width: 100%;
  padding: 0;
  margin: 0;
}
.comments-container.container.responsive .p4t-comments,
.comments-container.container.responsive .p4t-comments .col-sm-12 {
  min-width: 400px;
}

/* END FORM RESPONSIVE CSS */
#Rfq-Views-List > .panel-container, #Rfq-Quote-List > .panel-container,
#Qdx-Views-List > .panel-container,
#additional-sites-list-view > .panel-container {
  width: 100%;
}
#Rfq-Views-List #rfq-main-content, #Rfq-Quote-List #rfq-main-content,
#Rfq-Views-List #qdx-main-content,
#Rfq-Quote-List #qdx-main-content,
#Rfq-Views-List #grid-main-content,
#Rfq-Quote-List #grid-main-content,
#Qdx-Views-List #rfq-main-content,
#Qdx-Views-List #qdx-main-content,
#Qdx-Views-List #grid-main-content,
#additional-sites-list-view #rfq-main-content,
#additional-sites-list-view #qdx-main-content,
#additional-sites-list-view #grid-main-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#Rfq-Views-List .trackComparison:hover, #Rfq-Quote-List .trackComparison:hover,
#Rfq-Views-List .trackComparison.dragging,
#Rfq-Quote-List .trackComparison.dragging,
#Qdx-Views-List .trackComparison:hover,
#Qdx-Views-List .trackComparison.dragging,
#additional-sites-list-view .trackComparison:hover,
#additional-sites-list-view .trackComparison.dragging {
  background: none;
}

.rfq-overview-empty-list,
.sites-grid-empty-list,
.qdx-overview-empty-list {
  margin: 20px;
  background-color: #fff;
  height: calc(100% - 40px);
  display: none;
  border: 1px dashed #e0e0e0;
}
.rfq-overview-empty-list .rfq-overview-empty-list-center-box,
.rfq-overview-empty-list .sites-grid-empty-list-center-box,
.rfq-overview-empty-list .grid-empty-list-center-box,
.sites-grid-empty-list .rfq-overview-empty-list-center-box,
.sites-grid-empty-list .sites-grid-empty-list-center-box,
.sites-grid-empty-list .grid-empty-list-center-box,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box,
.qdx-overview-empty-list .sites-grid-empty-list-center-box,
.qdx-overview-empty-list .grid-empty-list-center-box {
  width: auto;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rfq-overview-empty-list .rfq-overview-empty-list-center-box .rfq-overview-empty-list-title,
.rfq-overview-empty-list .rfq-overview-empty-list-center-box .sites-grid-empty-list-title,
.rfq-overview-empty-list .rfq-overview-empty-list-center-box .grid-empty-list-title,
.rfq-overview-empty-list .sites-grid-empty-list-center-box .rfq-overview-empty-list-title,
.rfq-overview-empty-list .sites-grid-empty-list-center-box .sites-grid-empty-list-title,
.rfq-overview-empty-list .sites-grid-empty-list-center-box .grid-empty-list-title,
.rfq-overview-empty-list .grid-empty-list-center-box .rfq-overview-empty-list-title,
.rfq-overview-empty-list .grid-empty-list-center-box .sites-grid-empty-list-title,
.rfq-overview-empty-list .grid-empty-list-center-box .grid-empty-list-title,
.sites-grid-empty-list .rfq-overview-empty-list-center-box .rfq-overview-empty-list-title,
.sites-grid-empty-list .rfq-overview-empty-list-center-box .sites-grid-empty-list-title,
.sites-grid-empty-list .rfq-overview-empty-list-center-box .grid-empty-list-title,
.sites-grid-empty-list .sites-grid-empty-list-center-box .rfq-overview-empty-list-title,
.sites-grid-empty-list .sites-grid-empty-list-center-box .sites-grid-empty-list-title,
.sites-grid-empty-list .sites-grid-empty-list-center-box .grid-empty-list-title,
.sites-grid-empty-list .grid-empty-list-center-box .rfq-overview-empty-list-title,
.sites-grid-empty-list .grid-empty-list-center-box .sites-grid-empty-list-title,
.sites-grid-empty-list .grid-empty-list-center-box .grid-empty-list-title,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box .rfq-overview-empty-list-title,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box .sites-grid-empty-list-title,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box .grid-empty-list-title,
.qdx-overview-empty-list .sites-grid-empty-list-center-box .rfq-overview-empty-list-title,
.qdx-overview-empty-list .sites-grid-empty-list-center-box .sites-grid-empty-list-title,
.qdx-overview-empty-list .sites-grid-empty-list-center-box .grid-empty-list-title,
.qdx-overview-empty-list .grid-empty-list-center-box .rfq-overview-empty-list-title,
.qdx-overview-empty-list .grid-empty-list-center-box .sites-grid-empty-list-title,
.qdx-overview-empty-list .grid-empty-list-center-box .grid-empty-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.rfq-overview-empty-list .rfq-overview-empty-list-center-box .rfq-overview-empty-list-text,
.rfq-overview-empty-list .rfq-overview-empty-list-center-box .sites-grid-empty-list-text,
.rfq-overview-empty-list .rfq-overview-empty-list-center-box .grid-empty-list-text,
.rfq-overview-empty-list .sites-grid-empty-list-center-box .rfq-overview-empty-list-text,
.rfq-overview-empty-list .sites-grid-empty-list-center-box .sites-grid-empty-list-text,
.rfq-overview-empty-list .sites-grid-empty-list-center-box .grid-empty-list-text,
.rfq-overview-empty-list .grid-empty-list-center-box .rfq-overview-empty-list-text,
.rfq-overview-empty-list .grid-empty-list-center-box .sites-grid-empty-list-text,
.rfq-overview-empty-list .grid-empty-list-center-box .grid-empty-list-text,
.sites-grid-empty-list .rfq-overview-empty-list-center-box .rfq-overview-empty-list-text,
.sites-grid-empty-list .rfq-overview-empty-list-center-box .sites-grid-empty-list-text,
.sites-grid-empty-list .rfq-overview-empty-list-center-box .grid-empty-list-text,
.sites-grid-empty-list .sites-grid-empty-list-center-box .rfq-overview-empty-list-text,
.sites-grid-empty-list .sites-grid-empty-list-center-box .sites-grid-empty-list-text,
.sites-grid-empty-list .sites-grid-empty-list-center-box .grid-empty-list-text,
.sites-grid-empty-list .grid-empty-list-center-box .rfq-overview-empty-list-text,
.sites-grid-empty-list .grid-empty-list-center-box .sites-grid-empty-list-text,
.sites-grid-empty-list .grid-empty-list-center-box .grid-empty-list-text,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box .rfq-overview-empty-list-text,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box .sites-grid-empty-list-text,
.qdx-overview-empty-list .rfq-overview-empty-list-center-box .grid-empty-list-text,
.qdx-overview-empty-list .sites-grid-empty-list-center-box .rfq-overview-empty-list-text,
.qdx-overview-empty-list .sites-grid-empty-list-center-box .sites-grid-empty-list-text,
.qdx-overview-empty-list .sites-grid-empty-list-center-box .grid-empty-list-text,
.qdx-overview-empty-list .grid-empty-list-center-box .rfq-overview-empty-list-text,
.qdx-overview-empty-list .grid-empty-list-center-box .sites-grid-empty-list-text,
.qdx-overview-empty-list .grid-empty-list-center-box .grid-empty-list-text {
  color: #767676;
}

.overview-grid-container,
.sites-grid-container {
  width: 100%;
  padding: 0;
}
.overview-grid-container .ui-jqgrid-toppager,
.sites-grid-container .ui-jqgrid-toppager {
  height: 50px !important;
}
.overview-grid-container .ui-jqgrid-toppager .ui-pager-control,
.sites-grid-container .ui-jqgrid-toppager .ui-pager-control {
  height: 50px;
  background-color: #f4f4f4;
  padding: 0 20px;
}
.overview-grid-container .ui-jqgrid-toppager .text_t-circle-item,
.sites-grid-container .ui-jqgrid-toppager .text_t-circle-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3f6fdc;
  color: #fff;
  min-width: 2em;
  font-size: 10px;
  border-radius: 50%;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
.overview-grid-container .ui-jqgrid-toppager .text_t-circle-item:before,
.sites-grid-container .ui-jqgrid-toppager .text_t-circle-item:before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.overview-grid-container .ui-jqgrid-toppager .text_t-label,
.sites-grid-container .ui-jqgrid-toppager .text_t-label {
  vertical-align: middle;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.overview-grid-container .ui-jqgrid-toppager *,
.sites-grid-container .ui-jqgrid-toppager * {
  color: #000;
}
.overview-grid-container .ui-jqgrid-toppager .ui-pg-button.ui-state-hover,
.sites-grid-container .ui-jqgrid-toppager .ui-pg-button.ui-state-hover {
  background: transparent !important;
}
.overview-grid-container .ui-jqgrid-toppager .ui-pg-button > .ui-icon-seek-first,
.overview-grid-container .ui-jqgrid-toppager .ui-pg-button .ui-icon-seek-end,
.sites-grid-container .ui-jqgrid-toppager .ui-pg-button > .ui-icon-seek-first,
.sites-grid-container .ui-jqgrid-toppager .ui-pg-button .ui-icon-seek-end {
  display: none;
}
.overview-grid-container .ui-jqgrid-toppager .ui-pg-button .ui-icon-seek-next,
.sites-grid-container .ui-jqgrid-toppager .ui-pg-button .ui-icon-seek-next {
  background-position: -32px -16px;
  background-image: url("/images/ui-icons_222222_256x240.png");
  margin-left: 0;
  margin-right: 0;
}
.overview-grid-container .ui-jqgrid-toppager .ui-pg-button .ui-icon-seek-prev,
.sites-grid-container .ui-jqgrid-toppager .ui-pg-button .ui-icon-seek-prev {
  background-position: -96px -16px;
  background-image: url("/images/ui-icons_222222_256x240.png");
  margin-left: 0;
  margin-right: 0;
}
.overview-grid-container .grid-selected-counter,
.sites-grid-container .grid-selected-counter {
  display: none;
}
.overview-grid-container .ui-paging-info,
.sites-grid-container .ui-paging-info {
  margin: 0;
}
.overview-grid-container .ui-paging-info .jqgrid-results-container:after,
.sites-grid-container .ui-paging-info .jqgrid-results-container:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  margin-left: 15px;
}
.overview-grid-container .ui-jqgrid .ui-jqgrid-sortable span,
.sites-grid-container .ui-jqgrid .ui-jqgrid-sortable span {
  right: auto;
}
.overview-grid-container ul.dropdown-menu.inner,
.sites-grid-container ul.dropdown-menu.inner {
  max-height: 100% !important;
}
.overview-grid-container .dropdown-menu,
.sites-grid-container .dropdown-menu {
  top: 33px;
  left: -20px !important;
}
.overview-grid-container .dropdown-menu li > a,
.sites-grid-container .dropdown-menu li > a {
  padding: 3px 16px 3px 18px;
}
.overview-grid-container .dropdown-menu a,
.sites-grid-container .dropdown-menu a {
  text-align: right;
}
.overview-grid-container .ui-pg-table,
.sites-grid-container .ui-pg-table {
  line-height: 50px;
}
.overview-grid-container .ui-pg-table .p4t-select,
.sites-grid-container .ui-pg-table .p4t-select {
  margin: 0 0 0 30px;
  width: auto;
}
.overview-grid-container .ui-pg-table .p4t-select > label,
.sites-grid-container .ui-pg-table .p4t-select > label {
  margin: 0;
}
.overview-grid-container .ui-pg-table .p4t-select .ui-pg-selbox,
.sites-grid-container .ui-pg-table .p4t-select .ui-pg-selbox {
  padding: 0 !important;
  height: 100%;
}
.overview-grid-container .ui-pg-table .p4t-select .btn,
.sites-grid-container .ui-pg-table .p4t-select .btn {
  background-color: #f4f4f4 !important;
  font-weight: bold;
}
.overview-grid-container .ui-pg-table .p4t-select .btn .caret,
.sites-grid-container .ui-pg-table .p4t-select .btn .caret {
  right: 16px;
}

.main-grid-wrapper {
  padding: 0 !important;
  margin-top: 10px;
}
.main-grid-wrapper .handleComparison {
  background: #767676;
}
.main-grid-wrapper .ui-jqgrid-hdiv {
  border-top: 0 !important;
  padding: 0;
  border-bottom-color: #f4f4f4 !important;
}
.main-grid-wrapper .ui-jqgrid-hdiv th {
  padding: 0 !important;
}
.main-grid-wrapper .ui-jqgrid-hdiv th > div {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
}
.main-grid-wrapper .ui-jqgrid-hdiv th.ui-state-default.ui-th-column.ui-th-ltr.ui-state-hover {
  background-color: #f4f4f4 !important;
}
.main-grid-wrapper .ui-jqgrid-hdiv .s-ico {
  top: 1px;
}
.main-grid-wrapper .ui-jqgrid-hdiv .s-ico > span.ui-icon {
  margin-top: 0;
  background-image: url("/images/ui-icons_222222_256x240.png");
}
.main-grid-wrapper .ui-jqgrid-hdiv > .ui-jqgrid-hbox {
  width: inherit;
  padding-right: 0 !important;
}
.main-grid-wrapper .ui-jqgrid-bdiv {
  border-bottom: 0;
}
.main-grid-wrapper .ui-jqgrid-bdiv tr:not(.jqgfirstrow) > td {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 20px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
}
.main-grid-wrapper .ui-jqgrid-bdiv .ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight {
  background-color: #f4f4f4 !important;
}
.main-grid-wrapper .ui-jqgrid-bdiv .ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight .hidden_icons {
  background-color: #f4f4f4 !important;
}
.main-grid-wrapper .ui-jqgrid-bdiv .ui-widget-content.jqgrow.ui-row-ltr.ui-state-hover {
  background-color: #f4f4f4 !important;
}
.main-grid-wrapper .ui-jqgrid-bdiv .ui-widget-content.jqgrow.ui-row-ltr.ui-state-hover .hidden_icons {
  padding: 0;
}
.main-grid-wrapper .hidden_icons {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  margin-left: 10px;
}
.main-grid-wrapper .hidden_icons > .p4t-icon {
  margin: 0 10px 0 0;
}

.status-circle-icon, .qdx-overview-status-other, .qdx-overview-status-declined, .qdx-overview-status-finished,
.qdx-overview-status-done, .qdx-overview-status-checking, .qdx-overview-status-in_progress,
.qdx-overview-status-running, .qdx-overview-status-waiting, .rfq-quotation-quote-status-not_quoted, .rfq-quotation-quote-status-ready, .rfq-quotation-quote-status-declined, .rfq-overview-quote-status-in_progress, .rfq-overview-quote-status-quoted, .rfq-overview-quote-status-declined, .rfq-overview-quote-status-new, .rfq-overview-quote-status-expired, .rfq-overview-quote-status-canceled {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.rfq-overview-quote-status-expired, .rfq-overview-quote-status-canceled {
  background-color: #e0e0e0;
}

.rfq-overview-quote-status-new {
  background-color: #3f6fdc;
}

.rfq-overview-quote-status-declined {
  background-color: #f94c4c;
}

.rfq-overview-quote-status-quoted {
  background-color: #02a564;
}

.rfq-overview-quote-status-in_progress {
  background-color: #fee059;
}

#Rfq-Quote-List {
  height: 100%;
  position: relative;
}
#Rfq-Quote-List .overview-grid-container .ui-jqgrid-toppager {
  display: none;
}

.rfq-quotation-quote-status-declined {
  background-color: #f94c4c;
}

.rfq-quotation-quote-status-ready {
  background-color: #02a564;
}

.rfq-quotation-quote-status-not_quoted {
  background-color: #3f6fdc;
}

.rfq-quotation-quote-alt {
  background: #f4f4f4;
  border-radius: 2px;
  color: #000;
  text-align: center;
  padding: 0 5px;
  line-height: 1;
}
.rfq-quotation-quote-alt > span {
  font-size: 8px;
  font-weight: 700;
  line-height: 15px;
  vertical-align: middle;
  letter-spacing: 0.8px;
}

.rfq-quote-material-number {
  display: inline !important;
}

.rfq-quote-original-item > .p4t-icon:before {
  vertical-align: middle;
}
.rfq-quote-original-item .rfq-quote-original-item-link {
  line-height: 20px;
  letter-spacing: 0.2px;
}

.main-company-data {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.main-company-data .jd-tabs-container {
  height: 100%;
}

.main-contacts-overview {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#contacts-overview-list-grid .overview-grid-access-icon {
  display: flex;
}
#contacts-overview-list-grid .overview-grid-access-admin,
#contacts-overview-list-grid .overview-grid-access-editor {
  color: #02a564;
  margin-right: 5px;
}
#contacts-overview-list-grid .overview-grid-access-no_access {
  color: #f94c4c;
  margin-right: 5px;
}
#contacts-overview-list-grid .overview-grid-access-mixed {
  color: #fee059;
  margin-right: 5px;
}

.qdx-overview-status-waiting {
  background-color: #3f6fdc;
}

.qdx-overview-status-in_progress,
.qdx-overview-status-running {
  background-color: #fee059;
}

.qdx-overview-status-checking {
  background-color: #a27eff;
}

.qdx-overview-status-finished,
.qdx-overview-status-done {
  background-color: #02a564;
}

.qdx-overview-status-declined {
  background-color: #f94c4c;
}

.qdx-overview-status-other {
  background-color: #767676;
}

.icon-document-required, .rfq-quotation-participation-last-accepted {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.rfq-multifile .read-only-file.hidden-attachment, .rfq-multifile .p4t-attachments .dz-preview.hidden-attachment {
  transform: scaleY(0);
  height: 0 !important;
  border: 0;
  margin: 0 !important;
  transition: height 0.3s ease;
}

.pure-label-20 {
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #000;
}
.pure-label-20.grey {
  color: #767676;
}

.viewport-headline .btn.active-filter, .viewport-headline .btn.filter-open {
  color: #3f6fdc;
}

.rfq-quick-filter-dropdown {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  float: left;
}
.rfq-quick-filter-dropdown > .btn:hover, .rfq-quick-filter-dropdown > .btn:focus, .rfq-quick-filter-dropdown > .btn:active {
  background-color: transparent;
}
.rfq-quick-filter-dropdown.open > .btn {
  color: #3f6fdc;
}

.quick-filter-icon {
  font-size: 12px;
}

.quick-filter-dropdown {
  position: absolute;
  min-width: 200px;
  padding: 10px 0 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.quick-filter-dropdown .divider {
  margin: 15px 0;
  background-color: #f4f4f4;
}
.quick-filter-dropdown > div {
  padding: 0 15px;
}
.quick-filter-dropdown .radio,
.quick-filter-dropdown .checkbox {
  margin-top: 0;
}
.quick-filter-dropdown .radio:last-child,
.quick-filter-dropdown .checkbox:last-child {
  margin-bottom: 0;
}
.quick-filter-dropdown .radio > label,
.quick-filter-dropdown .checkbox > label {
  color: #000;
  font-size: 13px;
  line-height: 22px;
}
.quick-filter-dropdown .checkbox > label {
  padding-left: 10px;
  line-height: 20px;
}
.quick-filter-dropdown .radio > label:not(.css-label) {
  top: 0;
}
.quick-filter-dropdown input[type=checkbox].css-checkbox + label.css-label {
  position: relative;
}
.quick-filter-dropdown input[type=checkbox].css-checkbox:checked + label.css-label:after {
  display: inline-block;
}
.quick-filter-dropdown input[type=radio]:not(:checked) + label:after,
.quick-filter-dropdown input[type=radio]:checked + label:after {
  display: inline-block;
}
.quick-filter-dropdown .filters-all-checkbox > input[type=checkbox].css-checkbox:indeterminate + label.css-label {
  background-color: #fff;
  border-color: #3f6fdc;
  line-height: 20px;
}
.quick-filter-dropdown .filters-all-checkbox > input[type=checkbox].css-checkbox:indeterminate + label.css-label:after {
  content: "";
  font-family: "pure", monospace;
  position: relative;
  color: #3f6fdc;
  display: inline-block;
}
.quick-filter-dropdown .filters-all-checkbox > ul {
  padding-left: 31px;
}
.quick-filter-dropdown .quick-filter-apply-btn {
  margin: 0 !important;
}
.quick-filter-dropdown .quick-filter-label {
  font-size: 12px;
  color: #000;
  font-weight: 500 !important;
  letter-spacing: 0.8px;
  line-height: 20px;
}

.rfq-quotation-information-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1400;
}

.rfq-quotation-information-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.rfq-quotation-information-view {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 400px;
  background: #fff;
  display: none;
}

.rfq-quotation-information-header {
  background: #1c1c1c;
  height: 50px;
  padding: 15px 20px;
  line-height: 20px;
}

#rfq-quotation-information-header-button {
  color: #fff;
  float: right;
  vertical-align: middle;
}

.rfq-quotation-information-header-title {
  color: #fff;
  font-size: 16px;
  max-width: 300px;
}

.rfq-quotation-information-content-title {
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.8px;
}

.rfq-quotation-information-content-data {
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.rfq-quotation-information-content-data-text {
  color: #767676;
  margin-left: 5px;
}

.rfq-additional-information {
  position: relative;
  margin-left: 0;
  font-size: 18px;
}
.rfq-additional-information:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.viewport-headline .p4t-text-truncation {
  min-width: 1px;
}
.viewport-headline .additional-information.rfq-additional-information {
  padding-top: 0;
}

.rfq-quotation-participation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.rfq-quotation-participation-box-label {
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.rfq-quotation-participation-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.rfq-quotation-participation-mandatory-document {
  font-size: 12px;
  line-height: 20px;
  color: #767676;
}

.rfq-quotation-participation-last-accepted {
  color: #000;
  cursor: pointer;
}
.rfq-quotation-participation-last-accepted:hover {
  color: #3f6fdc;
}

.rfq-quotation-participation-main {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.rfq-quotation-participation-main .checkbox label {
  padding-left: 10px;
}
.rfq-quotation-participation-main .form-group {
  position: relative;
  margin-bottom: 10px;
}
.rfq-quotation-participation-main .form-group:last-child {
  margin-bottom: 0;
}

.rfq-quotation-participation-file-box {
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 40px;
  align-items: center;
  display: flex;
}

.rfq-quotation-participation-file-icon {
  margin-left: 14px;
  margin-right: 8px;
}
.rfq-quotation-participation-file-icon.icon-link {
  font-size: 10px;
}

.rfq-quotation-participation-agree-to-document {
  margin-top: 30px;
}

.required-document {
  border-color: #c43535 !important;
}

.icon-document-required {
  cursor: default;
  color: #c43535;
}

.required-text {
  color: #c43535;
}

.rfq-quotation-participation-main .form-group.disabled {
  background-color: #f4f4f4 !important;
  color: #000 !important;
  cursor: default !important;
}
.rfq-quotation-participation-main .form-group.disabled .rfq-quotation-participation-file-box > .p4t-link {
  cursor: default !important;
  color: #000 !important;
  pointer-events: none;
}
.rfq-quotation-participation-main .form-group.disabled .rfq-quotation-participation-file-box > .p4t-icon {
  color: #767676;
  cursor: default;
  pointer-events: none;
}
.rfq-quotation-participation-main input.css-checkbox[type=checkbox]:disabled + label.css-label {
  border-color: #e0e0e0 !important;
  background-color: #e0e0e0 !important;
  color: #fff !important;
}
.rfq-quotation-participation-main .disabled-label {
  color: #767676;
}

.rfq-quotation-general {
  overflow: hidden;
}
.rfq-quotation-general .card-item-content {
  margin-bottom: 10px;
}
.rfq-quotation-general .card-item-content:last-child {
  margin-bottom: 0;
}
.rfq-quotation-general .card-item-title {
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  letter-spacing: 0.8px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}
.rfq-quotation-general .rfq-quotation-general-main {
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
}
.rfq-quotation-general .rfq-quotation-general-main .file-upload-field .dz-image {
  display: inline-block !important;
}

.rfq-pure-form {
  padding-bottom: 60px;
}
.rfq-pure-form .dnd-file-upload {
  height: 120px;
}
.rfq-pure-form label.control-label.labelLeft {
  text-transform: none;
}
.rfq-pure-form label.control-label.labelLeft > .p4t-input-info > .p4t-icon-action {
  color: #000 !important;
}
.rfq-pure-form label.control-label.labelLeft > .p4t-input-info > .p4t-icon-action:hover {
  color: #000 !important;
}
.rfq-pure-form.centered-form {
  width: 50%;
  margin: 0 auto;
}
.rfq-pure-form .form-group .addon-date > .addon-span {
  padding: 0 15px 0 7px;
}
.rfq-pure-form .form-group .input-date.disabled + span, .rfq-pure-form .form-group .input-date[disabled] + span {
  color: #767676;
}
.rfq-pure-form .form-group.price-reduction-field:not(:last-child) {
  margin-bottom: 10px;
}
.rfq-pure-form .form-group.price-reduction-field.disabled-price-reduction {
  margin-bottom: 0;
}
.rfq-pure-form .form-group.caption-field:not(:last-child) {
  margin-bottom: 0;
}
.rfq-pure-form .form-group.caption-field label.control-label.labelLeft {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 0.8px;
  margin-top: 0;
  margin-bottom: 5px;
}
.rfq-pure-form .form-group.caption-field label.control-label.labelLeft.disabled-label {
  color: #000;
}
.rfq-pure-form .form-group.separator-field:not(:last-child) {
  margin-bottom: 0;
}
.rfq-pure-form .form-group.separator-field label.control-label.labelLeft {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 0.8px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.rfq-pure-form .form-group.separator-field label.control-label.labelLeft.disabled-label {
  color: #000;
}
.rfq-pure-form .form-group.form-inline-group-fields .control-label.labelLeft {
  padding-left: 0;
}
.rfq-pure-form .addon.label-addon-inside.disabled {
  background-color: #f4f4f4 !important;
}

.rfq-pure-form-caption {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 20px 0;
  padding-left: 5px;
  letter-spacing: 0.2px;
  color: #000;
  text-transform: capitalize;
}

.rfq-multifile .dnd-multi-file-upload {
  height: 120px;
  background-color: #fff;
}
.rfq-multifile .dnd-multi-file-upload .dz-message {
  border-color: #e0e0e0;
}
.rfq-multifile .dnd-multi-file-upload .dz-message span {
  letter-spacing: 0.2px;
}
.rfq-multifile .dnd-multi-file-upload .dz-message span:not(.p4t-link) {
  color: #000;
}
.rfq-multifile .dnd-multi-file-upload .dz-message span[class^=icon-]:before {
  vertical-align: middle;
}
.rfq-multifile .dnd-multi-file-upload.dz-drag-hover .dz-message {
  border-color: #000;
}
.rfq-multifile .dnd-multi-file-upload.disabled {
  background-color: #f4f4f4 !important;
  pointer-events: none;
}
.rfq-multifile .dnd-multi-file-upload.disabled .dz-message > span:first-child {
  color: #767676;
}
.rfq-multifile .dnd-multi-file-upload.disabled span.p4t-link {
  cursor: default;
  pointer-events: none;
  color: #000 !important;
}
.rfq-multifile .p4t-attachments {
  padding-top: 0;
  max-height: 100%;
}
.rfq-multifile .p4t-attachments .dz-preview {
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #e0e0e0;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  height: 40px;
  align-items: center;
  transition: height 0.3s ease;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-image {
  display: inline-block !important;
  margin-right: 10px;
  z-index: 2;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-image > img {
  display: none;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-success-mark {
  display: inline-block !important;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-success-mark > svg {
  display: none;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-success-mark > .p4t-icon {
  color: #098755;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-error-mark {
  display: inline-block !important;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-error-mark > svg {
  display: none;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-error-mark > .p4t-icon {
  color: #c43535;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-details {
  overflow: hidden;
  flex: 1;
  z-index: 2;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-filename {
  color: #3f6fdc;
  width: 100%;
  float: left;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-remove {
  color: #000;
  z-index: 2;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-remove:before {
  content: "";
  font-family: "pure", monospace;
  vertical-align: middle;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-progress {
  z-index: 1;
  height: 100%;
}
.rfq-multifile .p4t-attachments .dz-preview .dz-progress .dz-upload {
  background-color: #f4f4f4;
  border-bottom: 3px solid #3f6fdc;
}
.rfq-multifile .p4t-attachments.readonly:empty:after {
  content: "";
}
.rfq-multifile .read-only-file {
  line-height: 20px;
  margin-bottom: 10px;
  height: 20px;
  transition: height 0.3s ease;
}
.rfq-multifile .read-only-file > .p4t-icon:before {
  vertical-align: middle;
}
.rfq-multifile .dropzone-previews:not(.dropzone-previews-no-content) {
  padding-top: 10px;
  padding-bottom: 0;
}
.rfq-multifile .dropzone-previews-no-content {
  padding: 0;
}

.dropzone-wrapper {
  position: relative;
}

.dropzone-previews-more-less-option {
  line-height: 20px;
}
.dropzone-previews-more-less-option.show-on-top {
  position: absolute;
  top: 10px;
  right: 0;
}
.dropzone-previews-more-less-option.show-on-top.t-20 {
  top: 20px;
}

.dropzone-previews-headline-title {
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000;
  font-weight: 500;
}

.info-text-field label.labelLeft {
  font-size: 13px;
  letter-spacing: 0.2px;
}
.info-text-field label.labelLeft.info-text-label {
  color: #767676;
}
.info-text-field .info-text-content {
  color: #000;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.rfq-offline-link {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  height: 40px;
}
.rfq-offline-link a span {
  top: 2px;
  font-size: 13px;
  line-height: 20px;
}
.rfq-offline-link a span.p4t-icon {
  font-size: 16px;
  top: 0;
  vertical-align: middle;
}

.rfq-quotation-special-page {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rfq-quotation-special-page .rfq-quotation-special-page-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
}
.rfq-quotation-special-page .rfq-quotation-special-page-text {
  font-size: 13px;
  line-height: 20px;
  color: #767676;
}
.rfq-quotation-special-page .rfq-quotation-declined-recall-btn {
  margin-top: 15px;
}

.rfq-items-file-modal .modal-body {
  padding: 0;
}
.rfq-items-file-modal .modal-dialog {
  width: 100%;
}
.rfq-items-file-modal #view-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.rfq-items-file-modal #view-body .file-form-divider {
  margin-bottom: 0px;
}
.rfq-items-file-modal #view-body .file-form-divider > div {
  padding: 0px !important;
}
.rfq-items-file-modal #view-body .file-form-divider > div .dropzone-wrapper {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px;
}

.quick-filter-dropdown.open {
  display: block;
}

.rfq-pure-panel {
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
}

.rfq-pure-panel-container {
  height: 100%;
  max-width: 100%;
}

.rfq-pure-panel-card-section {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #fff;
}
.rfq-pure-panel-card-section:last-child {
  border: 0;
}

.rfq-pure-panel-card-section-title, #rfq-quote-multipos-offline-form > .pure-form > .form-group.caption-field {
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
}

.rfq-pure-panel-card-section-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.rfq-pure-panel-card-item {
  padding: 20px;
}
.rfq-pure-panel-card-item:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}

.rfq-overview-quote-item {
  overflow: hidden;
}
.rfq-overview-quote-item .rfq-quotation-quote-item-content-center {
  height: 100%;
  overflow-y: auto;
}

.rfq-item-detail-counter, .rfq-item-files-download {
  font-size: 12px;
  margin: 15px 0;
}

.rfq-item-detail-content > .info-text-field:not(:last-child) {
  margin-bottom: 10px;
}

.left-form-divider.dropzone-previews-has-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}

.quote-item-files-form.form-horizontal > .form-group {
  margin: 0;
}
.quote-item-files-form > .rfq-multifile {
  padding-left: 20px;
  padding-right: 20px;
}
.quote-item-files-form > .rfq-multifile .dnd-multi-file-upload {
  height: 80px;
}
.quote-item-files-form > .rfq-multifile:only-child {
  border-bottom: 0;
}
.quote-item-files-form > .rfq-multifile .p4t-attachments .dz-preview.dz-complete {
  border: 0;
  padding: 0 !important;
  height: 20px;
}
.quote-item-files-form > .rfq-multifile .p4t-attachments .dz-preview.dz-processing {
  padding: 10px 0 !important;
}
.quote-item-files-form > .rfq-multifile .p4t-attachments .dz-preview.dz-processing.dz-complete {
  border: 0;
  padding: 0 !important;
  height: 20px;
}
.quote-item-files-form.field-label-above .form-group > div[class^=col-] {
  padding: 0;
}

.quote-item-main-form {
  width: 80%;
  margin: 0 auto;
}
.quote-item-main-form > div:not(.expanders) {
  padding-left: 35px;
  padding-right: 15px;
}
.quote-item-main-form .form-group.info-text-field:not(:last-child) {
  margin-bottom: 30px;
}
.quote-item-main-form .form-group.checkbox-inline-form {
  flex-wrap: wrap;
}
.quote-item-main-form .form-group.checkbox-inline-form .control-label.labelLeft {
  height: 100%;
  position: relative;
  top: -20px;
}
.quote-item-main-form .form-group.checkbox-inline-form:not(:last-child) {
  margin-bottom: 0;
}

.quote-item-files-top-value {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 25px;
}

.quote-item-files-top-icon {
  color: #3f6fdc;
}

.quote-item-prefill-identical .pure-form .radio {
  padding-top: 0;
  min-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.quote-item-prefill-identical .pure-form .radio:not(:last-child) {
  margin-bottom: 10px;
}
.quote-item-prefill-identical .pure-form .radio label:last-child {
  vertical-align: middle;
  letter-spacing: 0.2px;
  color: #000;
  margin-left: 5px;
}
.quote-item-prefill-identical .pure-form .radio .radio-label {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
}
.quote-item-prefill-identical .pure-form .radio input[type=radio]:not(:checked) + label:before,
.quote-item-prefill-identical .pure-form .radio input[type=radio]:checked + label:before {
  top: 0;
}
.quote-item-prefill-identical .pure-form .radio input[type=radio]:not(:checked) + label:after,
.quote-item-prefill-identical .pure-form .radio input[type=radio]:checked + label:after {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.rfq-questionnaire-form-container {
  overflow: scroll;
}

.rfq-supplier-wizard .p4t-header-status-message-content {
  margin: 0;
}
.rfq-supplier-wizard .rfq-quotation-multipos-online .p4t-header-status-message-content {
  padding-left: 8px;
}
.rfq-supplier-wizard .rfq-quotation-multipos-online .p4t-header-status-message-content .close-message-btn {
  margin-right: 15px;
  text-align: right;
}

.rfq-quotation-review {
  overflow: hidden;
  position: relative;
}
.rfq-quotation-review .review-table {
  width: 100%;
  text-align: right;
  color: #000;
}
.rfq-quotation-review .review-table tr {
  height: 50px;
}
.rfq-quotation-review .review-table tr:not(:last-child) {
  border-bottom: #f4f4f4 solid 1px;
}
.rfq-quotation-review .review-table th {
  padding: 0 20px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 20px;
}
.rfq-quotation-review .review-table th:first-child {
  width: 40px;
}
.rfq-quotation-review .review-table td {
  padding: 0 20px;
}
.rfq-quotation-review .review-table .left {
  text-align: left;
}
.rfq-quotation-review .review-table .center {
  text-align: center;
}
.rfq-quotation-review .rfq-review-main-content {
  overflow: auto;
}
.rfq-quotation-review .review-main-title {
  height: 50px;
  background-color: #f4f4f4;
  padding: 12px 20px;
}
.rfq-quotation-review .review-items-title {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 25px;
  color: #000;
}
.rfq-quotation-review .rfq-review-right-content {
  background-color: #f4f4f4;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-right-content-box {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-right-content-bottom {
  border-top: 1px solid #fff;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-right-content-bottom .box {
  padding: 15px 20px;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-right-content-bottom .box:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-quoted-items {
  border-bottom: 1px solid #f4f4f4;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-quoted-items .progress {
  overflow: visible;
  height: 2px !important;
  background-color: #f4f4f4 !important;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-quoted-items .progress-bar {
  position: relative;
  height: 2px;
  background-color: #3f6fdc !important;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-quoted-items .progress .progress-bar:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: -3px;
  right: 0;
  background: #3f6fdc;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(63, 111, 220, 0.2);
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-display-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.rfq-quotation-review .rfq-review-right-content .rfq-review-display-flex .deadline-status-circle-icon {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background-color: #f94c4c;
}
.rfq-quotation-review .rfq-review-file-box .column {
  display: flex;
  flex-direction: column;
}
.rfq-quotation-review .rfq-review-file-box .collapsed {
  max-height: 76px;
  overflow: hidden;
}
.rfq-quotation-review .rfq-review-file-box .expanded {
  max-height: max-content;
}
.rfq-quotation-review .rfq-review-file-box .icon-black {
  color: #000;
  margin-right: 10px;
}
.rfq-quotation-review .rfq-review-file-box .item-label {
  text-transform: uppercase;
  color: #000;
}
.rfq-quotation-review .rfq-review-file-box .file-row {
  margin-top: 5px;
  flex-shrink: 0;
}
.rfq-quotation-review .rfq-review-file-box .file-row:not(:last-child) {
  margin-bottom: 5px;
}

#rfq-quote-multipos-offline-form > .pure-form {
  padding: 0 20px 20px 20px;
}
#rfq-quote-multipos-offline-form > .pure-form > .form-group.caption-field {
  text-transform: capitalize;
}
#rfq-quote-multipos-offline-form > .pure-form > .form-group.caption-field label {
  margin: 0;
}
#rfq-quote-multipos-offline-form > .pure-form > .form-group.offline-link-field-form {
  margin-bottom: 35px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
#rfq-quote-multipos-offline-form > .pure-form > .form-group.offline-link-field-form:after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  margin-top: 20px;
  width: 25vw;
  margin-left: -20px;
}
#rfq-quote-multipos-offline-form > .pure-form > .form-group:not(.offline-link-field-form):not(.caption-field) {
  padding: 20px 0 20px 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#rfq-quote-multipos-offline-form > .pure-form .dnd-file-upload {
  height: 80px;
}
#rfq-quote-multipos-offline-form > .pure-form .rfq-offline-link {
  border: 0;
  height: 50px;
  background-color: #fff;
  padding: 0 20px;
  line-height: 50px;
}
#rfq-quote-multipos-offline-form > .pure-form .rfq-offline-link > a > span {
  color: #000;
}
#rfq-quote-multipos-offline-form > .pure-form .rfq-offline-link > a > span.p4t-link {
  letter-spacing: 0.2px;
}
#rfq-quote-multipos-offline-form > .pure-form .p4t-attachments .dz-preview {
  border: 0;
}

#rfq-quote-multipos-offline-grid .handleComparisonHorizontal {
  margin-left: 0;
}
#rfq-quote-multipos-offline-grid .grid-slim-scrollbar-container > .trackComparison {
  margin-right: 0;
}

#rfq-multipos-online-paginator {
  height: 50px;
  padding: 15px 15px 15px 20px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background-color: #f4f4f4;
  z-index: 2;
  position: relative;
}
#rfq-multipos-online-paginator span:first-child {
  text-transform: capitalize;
}
#rfq-multipos-online-paginator span:last-child {
  font-size: 16px;
  line-height: 24px;
}
#rfq-multipos-online-paginator .paginator-arrow-right:before {
  margin-right: 0;
}
#rfq-multipos-online-paginator .paginator-right {
  display: flex;
}
#rfq-multipos-online-paginator .paginator-right ul {
  list-style: none;
  display: flex;
  padding: 0 5px;
}
#rfq-multipos-online-paginator .paginator-right .icon-more {
  font-size: 10px;
  cursor: default;
}
#rfq-multipos-online-paginator .paginator-right .pagination-number {
  cursor: pointer;
  height: 20px;
  width: max-content;
  min-width: 20px;
  border-radius: 16px;
  margin: 0 2px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
#rfq-multipos-online-paginator .paginator-right .pagination-number:hover:not(.active) {
  background-color: #e0e0e0;
}
#rfq-multipos-online-paginator .paginator-right .pagination-number.active {
  color: #fff;
  background-color: #3f6fdc;
}

#rfq-multipos-online-form {
  height: calc(100% - 50px);
}
#rfq-multipos-online-form form {
  height: 100%;
}
#rfq-multipos-online-form .form-group.material-field-form {
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.material-field-form > .caption-field {
  margin-bottom: 0;
}
#rfq-multipos-online-form .form-group.material-field-form .clearfix > .material-number,
#rfq-multipos-online-form .form-group.material-field-form .clearfix > .material-weight {
  margin-bottom: 5px;
}
#rfq-multipos-online-form .form-group.rfq-status-field-form {
  line-height: 20px;
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.form-field-icon {
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.checkbox-form {
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.info-text-field {
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.contract-length-field-form {
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.material-htn-field-form {
  margin-top: 10px;
}
#rfq-multipos-online-form .form-group.price-reduction-field .price-reduction-label.disabled {
  border: 1px solid #e0e0e0;
}
#rfq-multipos-online-form .form-group.rfq-multifile .read-only-wrapper {
  padding-top: 10px !important;
}
#rfq-multipos-online-form .form-group label.inputCustomMax, #rfq-multipos-online-form .form-group label.input-group {
  margin-bottom: 0;
}

@media print {
  .rfq-quotation-success-page .col-md-3 {
    display: none;
  }
}
.rfq-quotation-success-page {
  color: #000;
  letter-spacing: 0.2px;
}
.rfq-quotation-success-page .success-title {
  padding-left: 6px;
  margin-bottom: 20px;
}
.rfq-quotation-success-page .success-title .success-title-icon {
  font-size: 17px;
  color: #098755;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.rfq-quotation-success-page .success-title .success-title-icon::before {
  margin-right: 10px;
}
.rfq-quotation-success-page .success-title .success-title-text {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 25px;
}
.rfq-quotation-success-page .block-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.rfq-quotation-success-page .info-block {
  height: 40px;
  width: 50%;
  padding: 0 10px;
  margin: 10px 0;
  line-height: 20px;
}
.rfq-quotation-success-page .box-wrapper {
  display: flex;
  margin: 20px 0 30px;
}
.rfq-quotation-success-page .box-wrapper .box {
  display: flex;
  justify-content: space-between;
  height: 90px;
  width: 50%;
  margin: 0 10px;
  padding: 20px;
  background-color: #f4f4f4;
}
.rfq-quotation-success-page .box-wrapper .box .number {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.rfq-quotation-success-page .box-wrapper .box .text {
  line-height: 20px;
}
.rfq-quotation-success-page .box-wrapper .icon-status-check {
  font-size: 17px;
  color: #098755;
}
.rfq-quotation-success-page .box-wrapper .icon-status-declined {
  font-size: 17px;
  color: #c43535;
}
.rfq-quotation-success-page .col-md-6 {
  padding: 30px;
  overflow: auto;
  height: 100%;
}
.rfq-quotation-success-page .col-md-3 {
  background-color: #f4f4f4;
  height: 100%;
  overflow: hidden;
}

.price-reduction-field > .control-label.labelLeft {
  display: block;
}
.price-reduction-field ~ .price-reduction-field > .control-label.labelLeft {
  display: none;
}
.price-reduction-field .price-reduction-label {
  color: #000;
  border: 1px solid #e0e0e0;
  width: 50%;
  margin-right: 20px;
}
.price-reduction-field .price-reduction-label > input {
  border-color: transparent;
}
.price-reduction-field .price-reduction-label > input.p4t-form-validate {
  border-color: transparent !important;
}
.price-reduction-field .price-reduction-label > .input-group-addon {
  color: #000;
}
.price-reduction-field .price-reduction-label.disabled {
  border: 0;
}
.price-reduction-field .sufix-addon {
  background-color: #fff;
  padding: 0 15px 0 0;
}
.price-reduction-field .prefix-addon {
  background-color: #f4f4f4;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding-left: 15px;
  padding-right: 15px;
}
.price-reduction-field .prefix-addon.disabled {
  border-right: 1px solid #fff;
}
.price-reduction-field .disabled {
  color: #000 !important;
  background-color: #f4f4f4 !important;
}
.price-reduction-field.disabled-price-reduction {
  margin-bottom: 0;
}
.price-reduction-field.disabled-price-reduction .price-reduction-label {
  margin-bottom: 1px;
}
.price-reduction-field .price-reduction-container {
  display: flex;
}
.price-reduction-field .price-reduction-quantity {
  height: 42px;
  width: 50%;
  border: 1px solid #fff;
  background-color: #f4f4f4;
}
.price-reduction-field .price-reduction-quantity .quantity {
  padding: 12px 15px 13px 15px;
  display: inline-block;
  width: 80px;
  border-right: 1px solid #fff;
}
.price-reduction-field .price-reduction-quantity .quantity-amount {
  float: right;
  margin: 12px 15px;
}
.price-reduction-field .price-reduction-quantity.dont-show {
  visibility: hidden;
}

.contract-length-field-form > div[class^=col-],
.material-htn-field-form > div[class^=col-],
.material-field-form > div[class^=col-] {
  padding-right: 0 !important;
}

.last-imported {
  margin-bottom: 20px;
  color: #767676;
}

.excel-errors {
  display: flex;
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  white-space: normal;
  position: relative;
}
.excel-errors > .status-icon {
  padding-top: 10px;
  padding-left: 10px;
}
.excel-errors > .status-icon.status-error-icon {
  color: #c43535;
}
.excel-errors > .status-icon.status-warning-icon {
  color: #ffc100;
}
.excel-errors > .status-icon.status-info-icon {
  color: #3f6fdc;
}
.excel-errors > .status-icon.status-success-icon {
  color: #098755;
}
.excel-errors > .error-message {
  padding: 10px;
  font-size: 12px;
  color: #000;
  line-height: 20px;
}
.excel-errors > .error-message > span.warning {
  letter-spacing: 0.2px;
}
.excel-errors > .error-message ol {
  margin: 0;
  padding-left: 12px;
}
.excel-errors:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  bottom: -1px;
}
.excel-errors.excel-warnings-line:before {
  background-color: #ffc100;
}
.excel-errors.excel-errors-line:before {
  background-color: #c43535;
}
.excel-errors.excel-info-line:before {
  background-color: #3f6fdc;
}
.excel-errors.excel-success-line:before {
  background-color: #098755;
}

#rfq-quote-multipos-offline-form .rfq-offline-excel-file .dz-preview.dz-complete {
  padding: 0px;
  height: 20px;
}
#rfq-quote-multipos-offline-form .last-imported {
  margin-bottom: 10px;
}

.rfq-offline-excel-file {
  padding-top: 0;
  padding-bottom: 10px;
}
.rfq-offline-excel-file .dz-details {
  min-width: 20px;
}
.rfq-offline-excel-file .dz-filename {
  width: 98%;
}
.rfq-offline-excel-file + .p4t-validate-error-msg {
  margin-top: 0;
  display: block;
}

.message-multifile > div {
  padding: 0 20px;
}
.message-multifile #message-file-upload > label {
  margin-bottom: 20px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.message-multifile .message-multi-file-upload.dropzone {
  height: 100px;
}
.message-multifile .message-multi-file-upload.dropzone.dz-drag-hover .dz-message {
  border: 2px solid #000;
}
.message-multifile .dropzone-previews-more-less-option {
  width: 20%;
  padding-top: 10px;
  text-align: right;
}
.message-multifile .previews-container {
  letter-spacing: 0.2px;
  overflow: hidden;
  display: none;
  margin-bottom: 10px;
}
.message-multifile .p4t-attachments {
  overflow: hidden;
  width: 80%;
  padding: 0;
}
.message-multifile .p4t-attachments .dz-preview {
  width: 31%;
  background-color: #fff !important;
  border: 1px solid #e0e0e0;
  margin: 0 10px 10px 0;
  padding: 0 10px !important;
  height: 40px;
  align-items: center;
  cursor: pointer;
}
.message-multifile .p4t-attachments .dz-preview .dz-image {
  margin-right: 5px;
  display: block !important;
}
.message-multifile .p4t-attachments .dz-preview .dz-image img {
  display: none;
}
.message-multifile .dz-success-mark {
  display: inline-block !important;
}
.message-multifile .dz-success-mark > svg {
  display: none;
}
.message-multifile .dz-success-mark > .p4t-icon {
  color: #098755;
}
.message-multifile .dz-error-mark {
  display: inline-block !important;
}
.message-multifile .dz-error-mark > svg {
  display: none;
}
.message-multifile .dz-error-mark > .p4t-icon {
  color: #c43535;
}
.message-multifile .dz-details {
  overflow: hidden;
  flex: 1;
  z-index: 2;
}
.message-multifile .dz-filename {
  color: #3f6fdc;
  width: 100%;
  float: left;
}
.message-multifile .dz-remove {
  color: #000;
  z-index: 2;
}
.message-multifile .dz-remove:before {
  content: "";
  font-family: "pure", monospace;
  vertical-align: middle;
}
.message-multifile .dz-progress {
  z-index: 1;
  height: 100%;
}
.message-multifile .dz-progress .dz-upload {
  background-color: #f4f4f4;
  border-bottom: 3px solid #3f6fdc;
}
.message-multifile .hidden-attachment {
  display: none;
}

.rfq-table-builder-form-header {
  padding: 0 12px 0 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #f4f4f4;
  z-index: 1;
  position: relative;
}
.rfq-table-builder-form-header table {
  table-layout: fixed;
  height: 50px;
  width: 100%;
}
.rfq-table-builder-form-header table tr > th {
  padding: 0 20px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  position: relative;
  line-height: 50px;
}
.rfq-table-builder-form-header table tr > th:first-child {
  width: 330px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.rfq-table-builder-form-header table tr > th:not(:last-child) {
  border-right: 1px solid #f4f4f4;
}
.rfq-table-builder-form-header table tr > th > .p4t-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.rfq-table-builder-form-header table tr > th > .p4t-icon:before {
  vertical-align: middle;
}
.rfq-table-builder-form-header .rfg-table-builder-header-title {
  display: inline-block;
  max-width: 90%;
  line-height: 20px;
}

.rfq-table-builder-form-horizontal {
  margin-left: 20px;
  margin-top: 0;
  padding-bottom: 60px;
  overflow-y: scroll;
  height: calc(100% - 50px);
  color: #000;
}

.rfq-table-form-builder {
  table-layout: fixed;
  margin-bottom: 0;
}
.rfq-table-form-builder tbody > tr {
  border-top: 1px solid #fff;
}
.rfq-table-form-builder tbody > tr > td {
  border-top: 0;
  padding: 10px 0 10px 20px;
  height: 60px;
}
.rfq-table-form-builder tbody > tr > td:first-child {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 20px;
  width: 330px;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 20px;
}
.rfq-table-form-builder tbody > tr[data-id*=price_reduction] > td {
  padding-bottom: 0;
}
.rfq-table-form-builder tbody > tr[data-id*=price_reduction] > td:first-child {
  visibility: visible;
}
.rfq-table-form-builder tbody > tr[data-id*=price_reduction] ~ [data-id*=price_reduction] {
  border-top: 0;
}
.rfq-table-form-builder tbody > tr[data-id*=price_reduction] ~ [data-id*=price_reduction] > td:first-child {
  visibility: hidden;
}
.rfq-table-form-builder tbody > tr:first-child {
  border-top: 0;
}
.rfq-table-form-builder tbody > tr:last-child {
  border-bottom: 1px solid #fff;
}
.rfq-table-form-builder.borderless tbody > tr > td {
  border: 0;
}

.rfq-single-message .message-container .message-textarea > textarea, .rfq-message-edit textarea {
  resize: none;
  height: 100%;
  width: 100%;
  border: none;
  overflow-y: auto;
  padding-left: 0;
  line-height: 20px;
}

.rfq-message-time {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #767676;
  cursor: default;
}

.rfq-message-recipient {
  color: #767676;
  letter-spacing: 0.2px;
  line-height: 20px;
  flex: 1;
}

.rfq-message-name {
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-bottom: 0;
  cursor: default;
}

.rfq-message-attachments-container {
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  letter-spacing: 0.2px;
  padding: 20px 20px 10px 20px;
}
.rfq-message-attachments-container .first-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.rfq-message-attachments-container .first-row > div:first-child {
  width: 80%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.rfq-message-attachments-container .first-row > div:last-child {
  width: 20%;
  text-align: right;
  margin-top: -10px;
}
.rfq-message-attachments-container #second-row-container {
  display: none;
}
.rfq-message-attachments-container .second-row {
  width: 80%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.rfq-message-attachment-file {
  height: 40px;
  background-color: #fff;
  color: #000;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 31%;
}
.rfq-message-attachment-file:hover, .rfq-message-attachment-file:focus, .rfq-message-attachment-file:active {
  color: #000;
}
.rfq-message-attachment-file .attachment-file-name {
  margin: 0 15px 0 5px;
  line-height: 20px;
  letter-spacing: 0.2px;
  flex: 1;
}

.rfq-messages-btn-container {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #000;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 20px;
  min-width: 90px;
  height: 40px;
  z-index: 1;
  padding: 0;
}
.rfq-messages-btn-container .rfq-message-button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: inherit;
}
.rfq-messages-btn-container label {
  letter-spacing: 0.8px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500 !important;
  margin-bottom: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.rfq-messages-btn-container .message-counter {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #3f6fdc;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  margin-left: 5px;
  line-height: 20px;
}

.no-messages-container {
  padding: 20px;
  height: inherit;
  background-color: #f4f4f4;
}
.no-messages-container > div {
  background-color: #fff;
  height: inherit;
  text-align: center;
  position: relative;
}
.no-messages-container > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty-list-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.no_messages_title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 25px;
}

.no_messages_text {
  margin: 10px 0 15px;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #767676;
}

.rfq-message-edit {
  padding: 20px;
  background-color: #f4f4f4;
}
.rfq-message-edit .message-container {
  overflow-y: auto;
  background-color: #fff;
  color: #000;
  height: inherit;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.rfq-message-edit .message-container .message-row {
  height: 50px;
  border-bottom: 1px solid #f4f4f4;
  flex-shrink: 0;
}
.rfq-message-edit .message-container .message-row span:first-child {
  margin: 10px 20px;
  width: 50px;
  height: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.rfq-message-edit .message-container .message-row span:last-child {
  padding: 15px 0;
  display: inline-block;
  letter-spacing: 0.2px;
}
.rfq-message-edit .message-container .message-row .subject {
  padding: 0 20px;
}
.rfq-message-edit .message-container .message-row input {
  border: none;
  padding: 0 20px;
  width: 100%;
  line-height: 20px;
}
.rfq-message-edit .message-container .message-row input::-webkit-input-placeholder {
  color: #767676;
}
.rfq-message-edit .message-container .message-row input::-moz-placeholder {
  color: #767676;
}
.rfq-message-edit .message-container .message-row input:-ms-input-placeholder {
  color: #767676;
}
.rfq-message-edit .message-container .message-textarea {
  height: 100%;
  padding: 15px 0 20px 20px;
}
.rfq-message-edit textarea::-webkit-input-placeholder {
  color: #767676;
}
.rfq-message-edit textarea::-moz-placeholder {
  color: #767676;
}
.rfq-message-edit textarea:-ms-input-placeholder {
  color: #767676;
}
.rfq-message-edit .message-subject-row {
  line-height: 50px;
}

#rfq-messages-left .pureHandleComparison {
  margin-right: -10px;
}

#rfq-messages-left-scroll-container {
  max-width: 100%;
  width: 100% !important;
}

.rfq-messages-list-item {
  min-height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
}
.rfq-messages-list-item:hover {
  background-color: #f4f4f4;
}
.rfq-messages-list-item:hover:after {
  background: #3f6fdc;
}
.rfq-messages-list-item.selected {
  background-color: #f4f4f4;
}
.rfq-messages-list-item.selected:after {
  background: #3f6fdc;
}
.rfq-messages-list-item:after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 2px);
  right: 0;
  position: absolute;
  bottom: -1px;
  background: transparent;
}
.rfq-messages-list-item .badge {
  font-size: 10px;
  letter-spacing: 1px;
  background-color: #3f6fdc;
  border-radius: 2px;
  margin-right: 10px;
  padding: 5px;
  cursor: default;
}
.rfq-messages-list-item .rfq-message-name {
  flex: 1;
}
.rfq-messages-list-item .rfq-message-headline {
  letter-spacing: 0.2px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}
.rfq-messages-list-item .rfq-message-text {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #767676;
  margin-bottom: 0;
  flex: 1;
}
.rfq-messages-list-item .rfq-message-details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.rfq-messages-list-item .rfq-message-details > div {
  overflow: hidden;
  width: 100%;
  margin-right: 10px;
}
.rfq-messages-list-item .rfq-message-details .rfq-message-time {
  white-space: nowrap;
  padding-top: 30px;
}

.rfq-single-message {
  padding: 0 20px 20px;
  height: 100%;
}
.rfq-single-message .message-container {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  height: calc(100% - 55px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.rfq-single-message .message-container .message-name-row {
  height: 50px;
  line-height: 50px;
  flex-shrink: 0;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 20px;
}
.rfq-single-message .message-container .rfq-message-recipient-row {
  padding: 15px 20px 20px;
  flex-shrink: 0;
}
.rfq-single-message .message-container .message-textarea {
  height: 100%;
  letter-spacing: 0.2px;
  line-height: 20px;
  padding: 0 0 20px 20px;
}
.rfq-single-message .message-container .message-seen-notification {
  padding: 0 20px 15px;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #767676;
}

.rfq-multi-message {
  padding-bottom: 10px;
}
.rfq-multi-message .message-row {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
}
.rfq-multi-message .message-content {
  background-color: #fff;
}
.rfq-multi-message .message-textarea {
  color: #000;
  line-height: 20px;
  letter-spacing: 0.2px;
  width: 100%;
  white-space: pre-wrap;
  max-height: 400px;
  overflow-y: scroll;
}
.rfq-multi-message .message-seen-notification {
  padding: 15px 20px;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #767676;
}
.rfq-multi-message .message-accordion {
  cursor: pointer;
  background-color: #fff;
}
.rfq-multi-message .message-accordion-not-expanded {
  background-color: #fff;
}
.rfq-multi-message .message-accordion-not-expanded:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.rfq-multi-message .message-accordion-not-expanded .message-textarea {
  max-height: 20px;
  overflow-y: hidden;
  white-space: nowrap;
  flex: 1;
}
.rfq-multi-message.hidden-message {
  display: none;
}

.rfq-message-subject-header {
  margin-right: -15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  padding: 15px 0;
}
.rfq-message-subject-header > div {
  line-height: 20px;
}
.rfq-message-subject-header .message-subject {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: 500 !important;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  flex: 1;
}

.rfq-messages-content {
  overflow-y: scroll;
  padding: 0 20px;
}
.rfq-messages-content .rfq-messages-show-more {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.rfq-messages-content .rfq-messages-show-more:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#rfq-messages-container {
  height: calc(100% - 55px);
  margin-right: -15px;
}

.qdx-wizard .step:not(:last-child) {
  margin-right: 3.5vw;
}
.qdx-wizard .step-text {
  max-width: 8vw;
}

.qdx-pure-panel {
  padding: 0;
  overflow: hidden;
  background-color: #f4f4f4;
}

.qdx-wizard-main-form {
  padding: 20px 5% 40px;
  background-color: #fff;
}

.qdx-wizard-step {
  display: flex;
  flex-direction: row;
  min-height: 100%;
}
.qdx-wizard-step .qdx-wizard-page-title {
  padding: 20px 5px 0;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000;
}

.details-box-container {
  padding: 20px 3.1% 20px;
}
.details-box-container .details-box:not(:last-child) {
  margin-bottom: 20px;
}
.details-box-container .details-box-header {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
}
.details-box-container .details-box-header .box-expander {
  margin: 0 15px;
  font-size: 20px;
}
.details-box-container .details-box-header .title {
  color: #000;
  font-size: 15px;
}
.details-box-container .details-box-body {
  display: none;
  flex-flow: row wrap;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 5px 20px;
}
.details-box-container .details-box-body.expanded {
  display: flex !important;
}
.details-box-container .details-box-body .error-box-container {
  width: 100%;
}
.details-box-container .details-box-body .error-box-container .error-list:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.details-box-container .details-box-body .error-box-container .error-list .error-list-label {
  line-height: 20px;
  display: inline-block;
  text-transform: capitalize;
  margin: 10px 0;
}
.details-box-container .details-box-body .error-box-container .error-list .error-list-item-wrapper {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 20px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.details-box-container .details-box-body .cell {
  width: 100%;
  display: inline-block;
  line-height: 40px;
}
.details-box-container .details-box-body .error-row {
  line-height: 20px;
  width: 100%;
  padding: 10px 0;
}
.details-box-container .details-box-body .error-row:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.details-box-container .details-box-body .details-row {
  height: 40px;
  width: 100%;
  display: flex;
}
.details-box-container .details-box-body .details-row:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.details-box-container .details-box-body .category {
  display: flex;
}
.details-box-container .details-box-body .error-cell {
  margin-right: 10px;
  min-width: 32%;
}
.details-box-container .details-box-body .pre-wrap {
  white-space: pre-wrap;
}
.details-box-container .details-box-body .cell-label {
  color: #767676;
  margin-right: 5px;
}
.details-box-container .details-box-body .cell-value {
  color: #000;
}

.left-side-box:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.left-side-box .left-side-box-header {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.left-side-box .left-side-box-header .box-expander {
  font-size: 20px;
}
.left-side-box .left-side-box-header .box-title {
  text-transform: capitalize;
  font-size: 16px;
}
.left-side-box .file-box {
  background-color: #fff;
  margin: 0 20px 20px;
  padding-top: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.left-side-box .file-box.expanded {
  display: grid !important;
}
.left-side-box .text-box {
  background-color: #fff;
  margin: 0 20px 20px;
  padding: 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.left-side-box .text-box .cell {
  line-height: 20px;
}
.left-side-box .text-box .cell:not(:last-child) {
  margin-bottom: 15px;
}
.left-side-box .text-box .cell-label {
  color: #767676;
}
.left-side-box .text-box .cell-value {
  color: #000;
}

.complaints-additional-information {
  position: relative;
  margin-left: 0;
  font-size: 18px;
  margin-right: 20px;
}
.complaints-additional-information:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.decline-qdx-modal .modal-body {
  padding: 20px;
}

.qdx-messenger-container {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 70px;
  min-width: 500px;
  min-height: 400px;
  width: min-content;
  background-color: #f4f4f4;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  z-index: 102;
  resize: both;
  overflow: hidden;
}
.qdx-messenger-container .messenger-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
.qdx-messenger-container .messenger-header:hover {
  cursor: move;
}
.qdx-messenger-container .messenger-header .messenger-title {
  font-size: 15px;
  color: #000;
}
.qdx-messenger-container .messenger-header .messenger-close {
  font-size: 20px;
}
.qdx-messenger-container .messenger-content {
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  height: calc(100% - 100px);
}
.qdx-messenger-container .messenger-content .messenger-messages {
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
  flex-grow: 1;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message {
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-flow: column nowrap;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message .messenger-message-top {
  padding: 10px;
  border-radius: 10px;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message .messenger-message-bottom {
  margin-top: 5px;
  color: #767676;
  font-size: 12px;
  padding: 0 5px;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message .messenger-message-bottom .messenger-message-name {
  color: #767676;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message .messenger-message-bottom .messenger-message-date {
  color: #767676;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message.customer {
  align-items: flex-end;
  padding-left: 40px;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message.customer .messenger-message-top {
  background-color: #E2EDFF;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message.supplier {
  align-items: flex-start;
  padding-right: 40px;
}
.qdx-messenger-container .messenger-content .messenger-messages .messenger-message.supplier .messenger-message-top {
  background-color: #f4f4f4;
}
.qdx-messenger-container .messenger-content .messenger-input {
  border-top: 1px solid #e0e0e0;
  padding: 20px;
  flex-grow: 1;
  min-height: 150px;
  min-width: 500px;
}
.qdx-messenger-container .messenger-content .messenger-input > textarea {
  min-height: 110px;
  width: 100%;
  padding: 15px;
  resize: none;
}
.qdx-messenger-container .messenger-footer {
  height: 50px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
  align-items: center;
  padding: 0 20px;
}
.qdx-messenger-container .messenger-footer .p4t-btn-default {
  background-color: #fff !important;
  border: 1px solid #a2b4df !important;
}

.qdx-messenger-button {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  cursor: pointer;
  color: #000;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 20px;
  min-width: 90px;
  height: 40px;
  z-index: 1;
  padding: 0 15px;
}
.qdx-messenger-button .messenger-button {
  letter-spacing: 0.8px;
  color: #000;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.p4t-qdx-messenger .ui-draggable-dragging {
  padding: 0;
}

.select-category .labelLeft, .p4t-form-designer-content-container .fields-dropzone > .draggable-field .labelLeft,
.p4t-form-designer-content-container .already-in-drop-zone .labelLeft, .form-designer-settings-panel .labelLeft, .portal-pure-form label.labelLeft, .form-designer-preview-form .labelLeft, .company-role-header > label, .company-role-form-title > label {
  line-height: 17px;
  height: 23px;
}

.select-category .labelLeft, .p4t-form-designer-content-container .fields-dropzone > .draggable-field .labelLeft,
.p4t-form-designer-content-container .already-in-drop-zone .labelLeft, .form-designer-settings-panel .labelLeft {
  padding: 0;
}

.pure-form label.labelLeft, .form-designer-register-form .labelLeft, .rfq-multifile .dnd-multi-file-upload .dz-message span, .rfq-multifile .p4t-attachments .dz-preview .dz-filename, .info-text-field label.labelLeft, .rfq-item-detail-counter, .rfq-item-files-download, .quote-item-prefill-identical .pure-form .radio label:last-child, .message-multifile .dz-filename {
  line-height: 20px;
  height: 20px;
}

.category-list-item > .category-label, .mandatory-document-checkbox input[type=checkbox].css-checkbox + label.css-label, .company-data .field-switch-button input[type=checkbox].css-checkbox + label.css-label {
  width: 20px;
  height: 20px;
  border-color: #e0e0e0;
  text-align: center;
}

.viewport-headline-menu .navbar-nav > li > .p4t-text-action, .viewport-headline-menu .navbar-nav > li > .select-box-form .toolbar-actions-select-label, .viewport-headline-menu .navbar-nav > li > .select-box-form .bootstrap-select.btn-group:not(.input-group-btn) > .btn, .viewport-headline-menu .navbar-nav > li > .select-box-form .bootstrap-select.btn-group:not(.input-group-btn) > .btn > .filter-option, .viewport-headline-menu .navbar-nav > li > .select-box-form .bootstrap-select.btn-group:not(.input-group-btn) > .btn > .bs-caret {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 15px;
}

.bootstrap-select-caret .selectform .bootstrap-select.btn-group .dropdown-toggle .caret, .pure-form .form-group.select-box-form .selectform .bootstrap-select.btn-group .dropdown-toggle .caret, .rfq-ota-metric-form .selectform .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50% !important;
  right: 12px !important;
  margin-top: -2px;
  vertical-align: middle;
  border-top: 4px solid !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  padding: 0;
  background-color: transparent;
}
.bootstrap-select-caret .selectform .bootstrap-select.btn-group .dropdown-toggle .caret:after, .pure-form .form-group.select-box-form .selectform .bootstrap-select.btn-group .dropdown-toggle .caret:after, .rfq-ota-metric-form .selectform .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  display: none !important;
}

/*  Overwritten from common.css
 *  need two classes for white and grey loader.
 *  Below is temporary solution
*/
.ball-scale-multiple > div {
  background-color: #b0b0b0;
}

.pure-form .read-only-input {
  padding: 10px 15px;
  line-height: 20px;
  min-height: 40px;
  color: #767676;
  border: 1px solid #e0e0e0;
  margin: 0;
}
.pure-form .addon-span.p4t-icon {
  color: #000;
  background-color: transparent !important;
}
.pure-form .addon:not(.label-addon-inside) > span.addon-span {
  top: 50%;
  transform: translateY(-50%);
}
.pure-form .addon.label-addon-inside {
  background-color: white;
}
.pure-form .addon.label-addon-inside.disabled {
  background-color: #f4f4f4 !important;
}
.pure-form > .form-group.expanders > a > span:not(.p4t-icon) {
  font-weight: 500;
  letter-spacing: 0.8px;
}
.pure-form > .form-group.expanders > .colex_text {
  margin-top: 20px !important;
  padding-left: 20px;
}
.pure-form > .form-group.expanders:not(:last-child) {
  margin-bottom: 30px;
}
.pure-form > .form-group.caption-field label.labelLeft {
  margin-bottom: 0;
}
.pure-form label.labelLeft {
  padding: 0;
  letter-spacing: 0.2px;
  color: #000;
}
.pure-form label.control-label.labelLeft {
  margin-bottom: 5px;
  float: none;
}
.pure-form label.control-label.labelLeft.disabled-label {
  color: #767676;
}
.pure-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.pure-form .form-group:not(.form-inline-group-fields) > div[class^=col-] {
  float: none;
}
.pure-form .form-group.form-inline-group-fields {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.pure-form .form-group.form-inline-group-fields .inline-group-field {
  margin-bottom: 20px;
}
.pure-form .form-group > div[class^=col-] {
  padding-left: 0;
  padding-right: 20px;
}
.pure-form .form-group.select-box-form .input-field {
  background-color: #fff;
}
.pure-form .form-group.select-box-form .input-field > .btn {
  padding: 0 15px !important;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pure-form .form-group.select-box-form .input-field > .btn.disabled {
  background-color: #f4f4f4 !important;
}
.pure-form .form-group.select-box-form .input-field > .btn.disabled span.caret {
  color: #767676 !important;
}
.pure-form .form-group.select-box-form .input-field .filter-option {
  color: #000;
}
.pure-form .form-group.select-box-form .selectlabel {
  width: 100%;
}
.pure-form .form-group input.css-checkbox[type=checkbox]:disabled + label.css-label {
  border-color: #e0e0e0 !important;
  background-color: #e0e0e0 !important;
  color: #fff !important;
}
.pure-form .form-group .p4t-integer-field .input-field.disabled + span.input-group-addon, .pure-form .form-group .p4t-integer-field .input-field[disabled] + span.input-group-addon {
  background-color: #f4f4f4;
}
.pure-form .form-group .telecommunication-input {
  height: 40px;
}
.pure-form .form-group.checkbox-form:not(.checkbox-inline-form) .check-box-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.pure-form.no-expanders .expanders > a {
  pointer-events: none;
}
.pure-form.no-expanders .expanders > a > span.p4t-icon {
  display: none;
}
.pure-form.no-expanders .expanders > .colex_text {
  padding-left: 0;
}
.pure-form.no-expanders .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.pure-form.no-expanders .form-group > .form-group {
  margin-left: 0;
  margin-right: 0;
}
.pure-form .form-control {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pure-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}
.pure-form .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100% !important;
  left: 0;
  box-shadow: 0 5px 7px 0 rgba(50, 50, 50, 0.15);
}
.pure-form .textAreaCustom,
.pure-form .input-field {
  border-color: #e0e0e0;
  color: #000;
}
.pure-form .textAreaCustom::-webkit-input-placeholder,
.pure-form .input-field::-webkit-input-placeholder {
  color: #767676;
}
.pure-form .textAreaCustom::-moz-placeholder,
.pure-form .input-field::-moz-placeholder {
  color: #767676;
}
.pure-form .textAreaCustom:-ms-input-placeholder,
.pure-form .input-field:-ms-input-placeholder {
  color: #767676;
}
.pure-form .textAreaCustom::placeholder,
.pure-form .input-field::placeholder {
  opacity: 0.5;
}
.pure-form .input-field {
  height: 40px;
}
.pure-form .input-field.disabled, .pure-form .input-field[disabled] {
  background-color: #f4f4f4 !important;
  color: #000 !important;
}
.pure-form .input-field.disabled::-webkit-input-placeholder, .pure-form .input-field[disabled]::-webkit-input-placeholder {
  color: transparent;
}
.pure-form .input-field.disabled::-moz-placeholder, .pure-form .input-field[disabled]::-moz-placeholder {
  color: transparent;
}
.pure-form .input-field.disabled:-ms-input-placeholder, .pure-form .input-field[disabled]:-ms-input-placeholder {
  color: transparent;
}
.pure-form .select-btn-field button {
  height: 38px;
}
.pure-form .select-btn-field button.disabled, .pure-form .select-btn-field button[disabled] {
  background-color: #f4f4f4 !important;
  color: #000 !important;
}
.pure-form .select-btn-field button.disabled::-webkit-input-placeholder, .pure-form .select-btn-field button[disabled]::-webkit-input-placeholder {
  color: transparent;
}
.pure-form .select-btn-field button.disabled::-moz-placeholder, .pure-form .select-btn-field button[disabled]::-moz-placeholder {
  color: transparent;
}
.pure-form .select-btn-field button.disabled:-ms-input-placeholder, .pure-form .select-btn-field button[disabled]:-ms-input-placeholder {
  color: transparent;
}
.pure-form .dnd-file-upload,
.pure-form .dnd-multi-file-upload {
  background-color: #fff;
}

.h-100 {
  height: 100%;
}

.txt-light {
  color: #fff;
}

.txt-dark {
  color: #000;
}

.light-grey-bg {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
  color: #1c1c1c;
}

.bg-dark {
  background-color: #1c1c1c;
}
.bg-dark * {
  color: #fff;
}

.row-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.column-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.caption-field {
  margin-bottom: 0;
}
.caption-field label {
  margin-top: 12px;
}

input[type=checkbox].css-checkbox + label.css-label {
  border-color: #e0e0e0;
}

.overflow-h {
  overflow: hidden;
}

.display-grid {
  display: grid;
}

.dnd-file-upload .dz-message {
  color: #000;
  border-color: #e0e0e0;
  font-size: 13px;
}

.field-switch-button input[type=checkbox].css-checkbox + label.css-label:hover {
  border-color: transparent;
}

.p4t-btn-primary, #headline .p4t-btn-primary {
  background-color: #3f6fdc !important;
}
.p4t-btn-primary:hover, #headline .p4t-btn-primary:hover, .p4t-btn-primary[disabled], #headline [disabled].p4t-btn-primary, .p4t-btn-primary.disabled, #headline .disabled.p4t-btn-primary {
  background-color: #3f6fdc !important;
}

.p4t-btn-default {
  background-color: #f4f4f4 !important;
}

.btn-small-topbar {
  border: 1px solid #3f6fdc;
  padding: 0 5px !important;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px !important;
  margin-top: 9px;
  color: #3f6fdc !important;
  letter-spacing: 0.2px;
}
.btn-small-topbar:hover {
  background-color: #dff2ff !important;
}

.p4t-details-actions > li > a.btn:hover {
  color: #3f6fdc;
}

.p4t-header-status.info {
  background-color: #3f6fdc;
}

.container-with-message > .header-message-container .p4t-header-status-message-content {
  margin-bottom: 20px;
}

#headline-title #expand,
.viewport-headline-title #expand {
  color: #000;
}

.viewport-headline-menu li > button {
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.viewport-headline-menu .navbar-nav > li {
  max-height: 50px;
}
.viewport-headline-menu .navbar-nav > li.icon-add-new-contact > a {
  padding-right: 0;
  padding-left: 0;
}

header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus, header .navbar-nav > li > a:active {
  color: #3f6fdc;
}
header .navbar-nav > li.user-menu > a:hover, header .navbar-nav > li.user-menu > a:focus, header .navbar-nav > li.user-menu > a:active {
  color: #3f6fdc;
}

#headline .btn:hover, #headline .btn:focus, #headline .btn:active,
.viewport-headline .btn:hover,
.viewport-headline .btn:focus,
.viewport-headline .btn:active {
  color: #3f6fdc;
}
#headline .viewport-headline-menu .nav .open .dropdown-toggle,
.viewport-headline .viewport-headline-menu .nav .open .dropdown-toggle {
  color: #3f6fdc;
  background-color: transparent;
}

#dashboard_area #headline {
  border-bottom-color: #f4f4f4 !important;
}
#dashboard_area #headline > #headline-menu > ul.menu_list > li > a.btn-default {
  color: #1c1c1c;
}
#dashboard_area #dashboard-main-content-id .dashBoardContainer {
  padding-top: 19px;
  padding-left: 20px;
}
#dashboard_area #dashboard-main-content-id .dashBoardContainer .recent-box-added .portlet {
  box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.2) !important;
  padding: 5px 0;
}
#dashboard_area #dashboard-main-content-id .dashBoardContainer .recent-box-added .portlet .db-line-hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.box-setting-container .section-header {
  color: #3f6fdc;
}

.dashboard-portlet-header .component-header-text {
  color: #3f6fdc;
}

.component-header-icons-db > ul.list-inline.dropdown > li.p4t-icon:hover {
  color: #3f6fdc !important;
}
.component-header-icons-db > ul.list-inline.dropdown > li .p4t-icon:hover {
  color: #3f6fdc !important;
}

.add-new-contact > .form-horizontal {
  margin-left: 33.33%;
  margin-top: 0;
}
.add-new-contact > .form-designer-register-form {
  padding-top: 40px;
  padding-bottom: 60px;
}
.add-new-contact .field-switch-button .check-box-group {
  padding-left: 0;
}
.add-new-contact .field-switch-button {
  align-items: baseline;
}
.add-new-contact .field-switch-button div.checkbox {
  padding-top: 0;
  min-height: 1px;
}
.add-new-contact > .pure-form {
  padding-top: 40px;
  padding-bottom: 60px;
}

#p4t-header-status-container > .p4t-header-status {
  min-height: 40px;
  width: auto;
}
#p4t-header-status-container > .p4t-header-status.warning {
  font-size: 13px;
}
#p4t-header-status-container > .p4t-header-status.warning .p4t-icon {
  font-size: 13px;
  vertical-align: middle;
}
#p4t-header-status-container > .p4t-header-status.warning .status-icon {
  width: 40px;
}
#p4t-header-status-container > .p4t-header-status.warning .status-text .p4t-status-text-span {
  color: #000;
}
#p4t-header-status-container > .p4t-header-status.warning .status-text .p4t-icon {
  font-size: 12px;
  margin-left: 5px;
}
#p4t-header-status-container > .p4t-header-status.declined .p4t-icon, #p4t-header-status-container > .p4t-header-status.info .p4t-icon {
  font-size: 13px;
  vertical-align: middle;
  color: #fff;
}
#p4t-header-status-container > .p4t-header-status.declined .status-icon, #p4t-header-status-container > .p4t-header-status.info .status-icon {
  width: 40px;
}
#p4t-header-status-container > .p4t-header-status.declined .status-text .p4t-icon, #p4t-header-status-container > .p4t-header-status.info .status-text .p4t-icon {
  font-size: 12px;
  margin-left: 5px;
}

.icon-add-new-contact .p4t-icon {
  font-size: 20px;
}

.portal-pure-register-form .jaggaer-wizard-header {
  z-index: 3;
}
.portal-pure-register-form .jaggaer-wizard-header .step.visited {
  cursor: pointer;
}

.category-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.category-left-container {
  overflow-y: scroll;
}

.categories-list > ul {
  padding-left: 0;
}
.categories-list > ul > .checkbox label {
  margin-bottom: 5px;
}
.categories-list > ul > .checkbox ul {
  display: none;
  padding-left: 10px;
}
.categories-list > ul > .checkbox.disabled label {
  cursor: default;
}
.categories-list > ul .checkbox + .checkbox {
  margin-top: 5px;
}

.category-list-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.category-list-header .category-list-header-actions > .expand-close-categories {
  font-size: 12px;
  cursor: pointer;
  text-transform: capitalize;
}

.category-list-item {
  min-height: 30px;
}
.category-list-item > .category-label {
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  background-color: #f4f4f4;
}
.category-list-item > label.check-box-label.css-label {
  margin-top: 5px;
  border-color: transparent;
}

.category-overview-title {
  font-size: 16px;
  line-height: 30px;
  color: #1c1c1c;
}

.category-arrow {
  font-size: 30px;
  float: right;
}

.category-checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.category-checkbox > input[type=checkbox].css-checkbox:checked + div.category-list-item.bg-dark label.category-label {
  color: #fff;
}
.category-checkbox > input[type=checkbox].css-checkbox:checked + div.category-list-item.bg-dark label.category-label:hover {
  border-color: transparent;
}
.category-checkbox > input[type=checkbox].css-checkbox:checked + div.category-list-item label.category-label {
  color: #1c1c1c;
}
.category-checkbox > input[type=checkbox].css-checkbox:checked + div.category-list-item label.category-label:before {
  content: "";
  font-family: "pure", monospace;
  font-size: 13px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -1px;
}
.category-checkbox > input[type=checkbox].css-checkbox:checked + div.category-list-item label.category-label:hover {
  border-color: transparent;
}
.category-checkbox.disabled > input[type=checkbox].css-checkbox + div.category-list-item label.category-label {
  background-color: transparent;
}
.category-checkbox.disabled > input[type=checkbox].css-checkbox + div.category-list-item label.category-label:hover {
  border-color: transparent;
}
.category-checkbox.disabled > input[type=checkbox].css-checkbox + div.category-list-item.bg-dark label.category-label {
  color: #fff;
  background-color: transparent;
}
.category-checkbox.disabled > input[type=checkbox].css-checkbox + div.category-list-item.bg-dark label.category-label:hover {
  border-color: transparent;
}
.category-checkbox > input[type=checkbox].css-checkbox + div.category-list-item label.category-label:hover {
  border-color: #1c1c1c;
}
.category-checkbox > input[type=checkbox].css-checkbox + div.category-list-item.bg-dark label.category-label {
  color: #fff;
  background-color: #767676;
}
.category-checkbox > input[type=checkbox].css-checkbox + div.category-list-item.bg-dark label.category-label:hover {
  border-color: #fff;
}

.categories-search-for > .category-filter {
  border: none;
  height: 30px;
  color: #979797;
  padding: 0 10px !important;
  font-size: 13px;
  border-radius: 0;
}
.categories-search-for > .category-filter:focus {
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}
.categories-search-for > .p4t-icon {
  color: #777777;
}

.category-right-container {
  background-color: #1c1c1c;
  overflow-y: scroll;
}
.category-right-container .category-overview-title {
  color: #fff;
}

.category-selected {
  padding-top: 100px;
}

.select-category .labelLeft {
  color: #fff;
}
.select-category div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.select-category .bootstrap-select {
  width: 100% !important;
}

.selected-categories-list .category-list-item {
  line-height: 30px;
  cursor: pointer;
}
.selected-categories-list .category-list-item.disabled {
  background-color: #fff !important;
  color: #1c1c1c !important;
}
.selected-categories-list .category-list-item:not(.disabled):hover > .category-delete {
  visibility: visible;
}
.selected-categories-list .category-list-item:not(.disabled):hover > .category-info-right-container {
  visibility: visible;
}

.category-delete {
  float: right;
  visibility: hidden;
}

.category-info {
  float: right;
}

.category-info:hover {
  color: #3f6fdc;
}

.category-info-left-container {
  margin-right: 0.6em;
  margin-top: 0.3em;
}

.category-info-right-container {
  float: right;
  visibility: hidden;
}

.category-no-selected {
  position: relative;
  top: 50%;
  margin: 0 auto;
  text-align: center;
}
.category-no-selected > .p4t-icon {
  vertical-align: middle;
  cursor: default;
}

.profile-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.profile-container .jd-tabs-container {
  height: 100%;
}
.profile-container .profile-tab-container {
  height: calc(100% - 50px);
}
.profile-container .profile-corner-controls {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  gap: 8px;
}
.profile-container .profile-corner-controls button {
  margin-right: 10px;
}

.user-data {
  padding-bottom: 60px;
}
.user-data > .form-horizontal {
  margin-left: 33.33%;
  margin-top: 0;
}

input[type=radio]:not(:checked) + label:before,
input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}

input[type=radio]:not(:checked) + label:after,
input[type=radio]:checked + label:after {
  font-size: 12px;
  line-height: 20px;
  top: 1px;
}

div.radio label:last-child {
  padding-left: 0;
  top: 0;
}

.contacts-container > .header-message-container .p4t-header-status-message-content {
  margin-left: 10px;
  margin-right: 10px;
}

.assigned-role-name {
  font-size: 18px;
  text-transform: capitalize;
  flex: 1 1 100%;
  line-height: 25px;
}

.assigned-role-details {
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  cursor: pointer;
}
.assigned-role-details span {
  font-size: 12px;
  vertical-align: middle;
}

.assigned-role-status span {
  font-size: initial;
  cursor: default;
}

.mandatory-role {
  display: inline-block;
  color: #f94c4c;
  cursor: default;
}

.assigned-role-box-content {
  cursor: pointer;
  height: 150px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.assigned-role-box-content:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.role-box-header, .assigned-role-details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: baseline;
}

.center-vertically {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

.role-box-icon-actions {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.role-box-icon-actions > div {
  padding-right: 10px;
  color: #1c1c1c;
}
.role-box-icon-actions > div:last-child {
  padding-right: 0;
}
.role-box-icon-actions > div > span:before {
  vertical-align: baseline;
}

.collapsing {
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.dropdown-menu > li > a:focus {
  background-color: transparent;
}

.dropdown-menu > li > a:hover {
  background-color: #f4f4f4;
}

.dropdown-menu > li.selected > a:hover {
  background-color: #f4f4f4;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 14px 14px #777777;
  border: solid 4px transparent;
  border-radius: 14px;
}

.pureHandleComparison {
  width: 8px;
  right: 0;
  background: #767676;
  opacity: 0.5;
  border-radius: 7px;
  margin: 0 5px 0 0;
  -webkit-transition: width 250ms;
  transition: width 250ms;
  cursor: default !important;
}

.close-details, .custom-link {
  color: #fff;
  cursor: pointer;
}

.close-details:hover, .custom-link:hover {
  color: #b0b0b0;
}

.p4t-flex-right-container {
  background-color: #333;
  color: #fff;
}
.p4t-flex-right-container .status-badge-container > .key-word {
  color: #000;
}

.options-panel-content label {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  margin-top: 0px !important;
}

.document-details-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1400;
}

.document-details-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.document-details-view {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 400px;
  background: #fff;
  display: none;
}

.document-details-header {
  background: #1c1c1c;
  height: 50px;
  padding: 15px 20px;
  line-height: 20px;
}

#document-details-header-button {
  color: #fff;
  float: right;
  vertical-align: middle;
}

.document-details-header-title {
  color: #fff;
  font-size: 16px;
  max-width: 300px;
}

.document-details-content-title {
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.8px;
}

.document-details-content-data {
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.document-details-content-data-text {
  color: #767676;
  margin-left: 5px;
}

#document-pure-header-details-btn span {
  padding-left: 10px;
}

#document-pure-header-back-btn {
  width: 32px;
}

.document-pure-general-view {
  padding: 0;
}
.document-pure-general-view .p4t-header-status-message-content {
  margin: 0;
}
.document-pure-general-view .form-builder-form {
  padding-left: 20px !important;
}

.document-file-upload-modal .modal-dialog {
  width: 450px;
}
.document-file-upload-modal .modal-body {
  overflow: inherit;
}
.document-file-upload-modal #view-body {
  min-height: 250px;
  padding: 15px 20px;
}
.document-file-upload-modal .form-group {
  display: grid;
}
.document-file-upload-modal .dnd-multi-file-upload {
  height: 80px;
}

.document-file-download-modal .modal-dialog {
  width: 450px;
  max-height: 620px;
}
.document-file-download-modal #view-body {
  min-height: 170px;
  padding: 15px 20px;
}
.document-file-download-modal #view-body .input-field.textAreaCustom.inputCustomMax {
  max-height: 400px;
  overflow: auto;
}

/*PORTAL PURE BADGE*/
/*STATUS BADGE / KEYWORD*/
.key-word {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #dadada;
  padding: 1px 7px;
  color: #fff;
  min-height: 20px;
  text-transform: uppercase;
}

.key-word.approval {
  background-color: #98d4b8;
}

.key-word.canceled {
  background-color: #ec9890;
}

.key-word.checking {
  background-color: #f6ca76;
}

.key-word.done {
  background-color: #b8cb99;
}

.key-word.planned {
  background-color: #b086cd;
}

.key-word.running {
  background-color: #86b1cd;
}


/* classes attached to <body> */

.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

.fc-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    min-width: 40px;
    height: 30px;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    /* border-radius: 0.25em; */
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
   /* box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); */
  }
.fc .fc-button:disabled {
    opacity: 0.55;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-today-button {
    min-width: 80px;
}

.fc .fc-today-button:not(:disabled) {
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border: 0;
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2)
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #808080;
    color: var(--fc-button-text-color, #808080);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: transparent;
    border-color: var(--fc-button-border-color, transparent); /* overrides :hover */
    box-shadow: none;
  }
.fc .fc-button-primary:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); */
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5); */
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin: 12px 0;
    height: 26px;
    padding: 0 10px 0 20px;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid {
    height: auto

  }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: -webkit-sticky;
    position: sticky;
    z-index: 2; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: -webkit-sticky;
  position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
    color: #333;
    font-weight: 500;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3)
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: var(--fc-small-font-size, .85em);
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected {

  /* dimmer effect */

}
.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
  }
.fc-h-event .fc-event-main-frame {
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}


:root {
  --fc-daygrid-event-dot-width: 8px;
}
.fc .fc-popover {
    position: fixed;
    top: 0; /* for when not positioned yet */
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }
.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    color: #333;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    margin: 2px 3px 0;
  }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
  }
.fc {

  /* popover */

}
.fc .fc-more-popover {
    z-index: 8;
  }
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }


/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: var(--fc-event-resizer-thickness, 8px);
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical align */
    justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc-media-screen .fc-timegrid-event-harness {
    position: absolute; /* top/left/right/bottom will all be set by JS */
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event { /* events need to be root */

  font-size: .85em;

  font-size: var(--fc-small-font-size, .85em);
  border-radius: 3px

}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
  }
.fc-timegrid-event-condensed .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-condensed .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-condensed .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
  }
.fc-media-screen .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0;
    bottom: 1px; /* stay away from bottom slot line */
    left: 0;
    right: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }


:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}
.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
.fc {

  /* message when no events */

}
.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* vertically aligns fc-list-empty-inner */
  }
.fc .fc-list-empty-cushion {
    margin: 5em 0;
  }
.fc {

  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-table {
    width: 100%;
    border-style: hidden; /* kill outer border on theme */
  }
.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
  }
.fc .fc-list-sticky .fc-list-day > * { /* the cells */
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      background: #fff;
      background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
    }
.fc .fc-list-table th {
    padding: 0; /* uses an inner-wrapper instead... */
  }
.fc .fc-list-table td,
  .fc .fc-list-day-cushion {
    padding: 8px 14px;
  }
.fc {


  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
    }
.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0 }
.fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0 }
.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer; /* whole row will seem clickable */
  }
.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  }
.fc {

  /* shrink certain cols */

}
.fc .fc-list-event-graphic,
  .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
  }
.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  }
.fc {

  /* reset <a> styling */

}
.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
  }
.fc {

  /* underline link when hovering over any part of row */

}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
  }



  .fc-theme-bootstrap a:not([href]) {
    color: inherit; /* natural color for navlinks */
  }

