﻿/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* #region CONSTANTS */
/*uti colors*/
/*u-section-colors*/
/* #endregion */
/*pdf document*/
.pdf-document .c-criteria-list__item {
  margin-left: 2px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  margin-right: 2px !important;
}
.pdf-document .pre {
  background-color: #f9f9f9 !important;
  white-space: pre-line;
  line-height: 1;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI';
}
.pdf-document .h3line,
.pdf-document .h2line {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 20px !important;
}
.pdf-document .h3line::after,
.pdf-document .h2line::after {
  background-color: #bf7745 !important;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 0.5em;
  margin-right: -90%;
}
.pdf-document .h3::after,
.pdf-document h3::after,
.pdf-document .h2::after,
.pdf-document h2::after {
  background-color: transparent !important;
}
.pdf-document .c-df-notice .c-df-notice__box {
  margin-bottom: 0 !important;
}
.pdf-document .textarea-header {
  font-size: 13px;
  color: #ff8f32;
}
.pre {
  white-space: pre-wrap;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
}
/* GENERAL */
.total-results {
  font-size: 16px;
  font-weight: 400 !important;
  color: #444444 !important;
}
.total-results .records {
  background: none !important;
  color: #bf7745 !important;
}
.hr-delimiter {
  border-top: 1px solid #ff8f32;
}
.spin-isSpin {
  top: 0;
  left: 0;
  z-index: 2000000;
  width: 100%;
  height: 100%;
}
.indent {
  margin-left: 15px;
}
.sticky-header {
  position: fixed;
  z-index: 120;
}
.goto-edit {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10501;
  color: #ffffff;
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
button.btn.btn-copy {
  color: #5cb85c;
}
button.btn.btn-copy:hover {
  background: #5cb85c;
  color: #ffffff;
}
button.btn.btn-edit {
  color: #428bca;
  border-color: #428bca;
}
button.btn.btn-edit:hover {
  background: #428bca;
  color: #ffffff;
}
button.btn.btn-delete {
  color: #a94442;
  border-color: #a94442;
}
button.btn.btn-delete:hover {
  background: #a94442;
  color: #ffffff;
}
button.btn.btn-save {
  color: #5cb85c;
  border-color: #5cb85c;
}
button.btn.btn-save:hover {
  background: #5cb85c;
  color: #ffffff;
}
button.btn.btn-add {
  color: #5cb85c;
  border-color: #5cb85c;
}
button.btn.btn-add:hover {
  background: #5cb85c;
  color: #ffffff;
}
button.btn.btn-cancel {
  color: #7a7a7a;
  border-color: #7a7a7a;
}
button.btn.btn-cancel:hover {
  background: #7a7a7a;
  color: #ffffff;
}
button.btn.btn-move {
  color: #7a7a7a;
}
button.btn.btn-move:hover {
  background: #7a7a7a;
  color: #ffffff;
}
button.btn.btn-expand-collapse {
  border-color: #bf7745;
  color: #bf7745 !important;
}
button.btn.btn-expand-collapse:hover {
  background: #bf7745;
  color: #ffffff !important;
}
button.btn[disabled="disabled"] {
  opacity: 0.4;
  border-color: #c6c6c6 !important;
  color: #c6c6c6 !important;
}
.btn-group button.btn {
  border-color: #adadad;
}
.btn-group-padding-bottom-6 {
  padding-bottom: 6px !important;
}
label.form-label {
  font-size: 11px;
  color: #444444;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
label.form-label.inline {
  display: inline-block;
}
span.span-label {
  font-size: 11px;
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
}
label.form-checkbox,
label.form-radio {
  font-size: 11px;
  color: #444444;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
label.form-checkbox input[type="checkbox"],
label.form-radio input[type="checkbox"],
label.form-checkbox input[type="radio"],
label.form-radio input[type="radio"] {
  margin: 0 5px 0 0;
  float: left;
  line-height: 20px;
  display: inline-block;
  height: 20px;
}
label.form-checkbox span.text,
label.form-radio span.text {
  line-height: 20px;
  display: inline-block;
  height: 20px;
}
input.input-text {
  width: 100%;
  line-height: normal;
}
input.input-text.inline {
  display: inline-block;
  width: auto;
  margin-bottom: 3px;
}
.btn-save-score {
  vertical-align: baseline;
  margin: 10px 0;
}
.small-input {
  width: 50px;
}
textarea.input-textarea {
  width: 100%;
}
select.select {
  width: 100%;
}
form.filter-form .row {
  margin-bottom: 0 !important;
}
form.filter-form .value {
  margin-bottom: 15px;
}
form.filter-form hr {
  margin: 15px 0 !important;
  border-color: #d9d9c5;
}
form.filter-form label.form-label {
  color: #3a3531;
  margin: 0 0 3px 0;
}
form.filter-form .expand-more {
  color: #bf7745 !important;
  font-weight: 600;
  cursor: pointer;
}
form.filter-form .btn-group .btn.active {
  background: #bf7745;
  color: #ffffff;
  border-color: #bf7745;
}
.c-filter-form-title {
  text-transform: uppercase;
  color: #3a3531;
  background: #d9d9c5;
  line-height: 10px;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
}
.c-filter-form {
  background: #edede4;
}
.c-filter-form .c-filter-form__selected-grid {
  height: 110px;
}
.c-filter-form .c-filter-form__selected-grid .no-items {
  position: absolute;
  top: 10px;
  left: 30%;
  color: #adadad;
  font-style: italic;
}
.required {
  color: #a94442;
}
.field-group {
  margin-bottom: 10px;
  display: block;
}
.k-widget * {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.k-widget.select,
.k-widget.datepicker,
.k-widget.numeric-textbox {
  width: 100%;
}
.k-widget.select.inline,
.k-widget.datepicker.inline,
.k-widget.numeric-textbox.inline {
  display: inline-block;
  width: auto;
}
.k-widget.k-tooltip {
  max-width: 300px !important;
  text-align: justify;
}
/* UTILITIES */
.margin-0 {
  margin: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-15 {
  margin-right: 15px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.full-width {
  width: 100%;
}
.font-size-0 {
  font-size: 0;
}
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.no-border {
  border: none !important;
}
.no-uppercase {
  text-transform: none !important;
}
.k-window-title {
  color: #bf7745 !important;
}
.k-kendo-modal.k-window-content {
  background: #f9f9f9 !important;
}
.k-kendo-modal label.form-label {
  color: #3a3531;
}
.k-kendo-modal .modal-footer {
  background: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  margin-left: -0.58em;
  margin-right: -0.58em;
  margin-bottom: -0.58em;
}
.k-kendo-modal .modal-content-no-margins {
  display: block;
}
.u-displayfield {
  line-height: 19px;
}
.u-displayfield.s-row,
.u-displayfield.s-rowend {
  display: inline;
}
.u-displayfield.s-col {
  display: block;
  margin-bottom: 5px;
}
.u-displayfield.s-bool {
  display: inline-block;
}
.u-displayfield .u-displayfield__field {
  border-bottom: 1px solid #adadad;
  background: #f9f9f9;
  padding: 0 5px;
  color: #000000;
}
.u-displayfield .u-displayfield__preffix,
.u-displayfield .u-displayfield__suffix {
  margin-right: 3px;
  color: #606060;
}
.u-total-estimated {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  padding-top: 4px;
  color: #444444;
}
.u-total-estimated .u-total-estimated__description {
  display: inline-block;
  color: #7a7a7a;
}
.u-total-estimated .u-total-estimated__value {
  font-size: 14px;
  font-weight: 600;
}
.u-total-estimated .u-total-estimated__currency {
  font-size: 12px;
  font-weight: 600;
}
/* COMPONENTS */
.page-header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.page-header .header-title {
  margin: 0 0 0 5px;
  padding: 0;
}
.page-header .header-title .seg {
  font-size: 11px !important;
  color: #939393;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  line-height: 55px;
  display: inline-block;
}
.page-header .header-buttons {
  height: auto;
  position: relative;
  display: block;
  right: unset;
  top: unset;
  padding: 13px 15px 13px 0;
}
.page-header .header-buttons .k-widget.select {
  width: auto;
}
.width-300-wrapper {
  width: 300px;
}
.colored-modal-title {
  color: #bf7745 !important;
}
.documents-table-title {
  color: #bf7745 !important;
  font-size: 13px;
}
.uploaded-files-container {
  background-color: #eeeeee;
  border: 1px solid #bf7745;
}
.evaluation-section-container {
  background-color: #f0f7eb;
  border: 1px solid #bf7745;
}
.c-sticky-header {
  top: 175px;
  background: #edede4;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  margin: -2px -15px 0 -20px;
  z-index: 997;
  width: calc(100% - 40px);
  transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
}
.c-sticky-header .c-sticky-header__details {
  padding: 5px 0;
  z-index: 0;
}
.c-sticky-header .c-sticky-header__details h1 {
  font-size: 19px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #bf7745;
  font-weight: 400 !important;
  margin: 0;
  padding: 0 15px;
}
.c-sticky-header .c-sticky-header__details h1 span {
  font-weight: 300 !important;
  color: #606060;
}
.c-sticky-header .c-sticky-header__details ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0 15px;
}
.c-sticky-header .c-sticky-header__details ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a7a7a;
}
.c-sticky-header .c-sticky-header__sectionlist {
  background: #edede4;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.c-sticky-header .c-sticky-header__sectionlist a {
  text-align: center;
  border-bottom: 3px solid transparent;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #3a3531;
}
.c-sticky-header .c-sticky-header__sectionlist a:hover {
  color: #bf7745;
}
.c-sticky-header .c-sticky-header__sectionlist a.active {
  color: #bf7745;
  border-bottom-color: #bf7745;
}
.c-sticky-header .c-sticky-header__sectionlist h2 {
  font-size: 14px;
  padding: 5px 15px 3px 15px;
  color: #bf7745;
  font-weight: 600 !important;
  margin: 0;
}
.c-sticky-header .c-sticky-header__sectionlist h2 span {
  color: #606060;
  font-weight: 400 !important;
}
.c-sticky-header .c-sticky-header__sectionlist .c-sticky-header__sectionlist__description {
  padding: 0 15px 0 15px;
  margin: 0;
  line-height: normal;
  font-size: 11px;
  color: #7a7a7a;
}
.c-sticky-header .c-sticky-header__sectionlist ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0 15px;
}
.c-sticky-header .c-sticky-header__sectionlist ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a7a7a;
}
.c-sticky-header .badge {
  font-size: 10px !important;
  font-weight: 400 !important;
  margin-top: -4px;
  padding: 4px 10px;
}
.c-sticky-header .badge i.fa {
  font-size: 10px;
}
.c-sticky-header-content {
  padding-top: 100px;
}
.c-sticky-header-content.view {
  padding-top: 55px;
}
.c-export-btn a {
  text-transform: uppercase;
  color: #bf7745;
  font-weight: 800;
  font-size: 12px;
  padding: 5px 5px;
}
.c-export-btn a:hover {
  text-decoration: none;
  color: #ed4e2a;
}
.c-export-btn.open > a {
  color: #ed4e2a;
}
.c-export-btn.open > a i:last-child:before {
  content: "\f106";
}
.c-section-filter,
.c-section {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.c-section-filter .widget-header,
.c-section .widget-header {
  height: auto;
  min-height: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3a3531;
  background: #edede4;
}
.c-section-filter .widget-header .widget-buttons,
.c-section .widget-header .widget-buttons {
  height: auto;
  line-height: normal;
  padding: 0;
  display: block;
}
.c-section-filter .widget-header .widget-buttons .widget-header__alert,
.c-section .widget-header .widget-buttons .widget-header__alert {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  float: left;
  margin-left: -20px;
}
.c-section-filter .widget-header .widget-buttons .widget-header__title,
.c-section .widget-header .widget-buttons .widget-header__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
  padding: 5px 12px;
  text-align: left;
  display: inline-block;
}
.c-section-filter .widget-header .widget-buttons a,
.c-section .widget-header .widget-buttons a {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
  padding: 5px 12px;
  text-align: right;
  color: #3a3531;
  background: #edede4;
  line-height: normal;
  opacity: 1;
}
.c-section-filter .widget-header .widget-buttons a .widget-caption,
.c-section .widget-header .widget-buttons a .widget-caption {
  float: left;
}
.c-section-filter .widget-header .widget-buttons a:hover,
.c-section .widget-header .widget-buttons a:hover {
  text-decoration: none;
  background: #d9d9c5;
  color: #3a3531;
  opacity: 1;
}
.c-section-filter .widget-body,
.c-section .widget-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #edede4;
}
.c-sort .c-sort__title {
  display: inline-block;
  text-transform: uppercase;
  color: #939393;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
}
.c-sort .c-sort__buttons {
  display: inline-block;
}
.c-sort .c-sort__buttons button.c-sort__button {
  text-transform: uppercase;
  color: #bf7745;
  background: none !important;
  border: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 0;
  margin: 0 15px;
  outline: none;
}
.c-sort .c-sort__buttons button.c-sort__button i {
  margin: 0 0 0 3px;
  padding: 0;
  vertical-align: top;
}
.c-sort .c-sort__buttons button.c-sort__button i.fa-sort-up {
  line-height: 18px;
}
.c-sort .c-sort__buttons button.c-sort__button i.fa-sort-down {
  line-height: 8px;
}
.c-sort .c-sort__buttons button.c-sort__button:hover {
  text-decoration: underline;
}
.c-sort .c-sort__buttons button.c-sort__button.active {
  color: #000000;
}
.c-item__link {
  color: #bf7745;
}
.c-items-list {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.c-items-list .c-items-list__header {
  text-transform: uppercase;
  color: #3a3531;
  background: #edede4;
  border-bottom: 1px solid #edede4;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 0;
}
.c-items-list .c-items-list__label {
  text-transform: uppercase;
  color: #3a3531;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 0;
}
.c-items-list .c-items-list__content .c-items-list__item {
  background: #ffffff;
  border-bottom: 1px solid #edede4;
  padding: 15px 0;
}
.c-items-list .c-items-list__content .c-items-list__item h2 {
  margin: 0 0 10px 0;
  padding: 0;
}
.c-items-list .c-items-list__content .c-items-list__item h2 a {
  font-size: 20px;
  font-weight: 400;
  color: #bf7745;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items_list__state {
  margin-top: 3px;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items_list__state .badge {
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
  height: auto;
  text-transform: uppercase;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items-list__item__properties {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items-list__item__properties i {
  margin-right: 5px;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items-list__item__value {
  font-size: 16px;
  font-weight: 300;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items-list__item__value .currency {
  font-size: 18px;
}
.c-items-list .c-items-list__content .c-items-list__item .c-items-row__info {
  background: #f3f3f3;
}
.c-items-list .c-items-list__content .c-items-list__item:hover {
  background: #edede4;
}
.c-items-list .c-items-list__content .lot-border-delimiter {
  border-bottom: 1px solid #D0D0BA;
}
.c-list-container {
  border: 1px solid #e0e0e0;
  margin-top: -1px;
  background: #ffffff;
}
.c-list-container .c-list-container__header {
  text-transform: uppercase;
  color: #3a3531;
  border-bottom: 1px solid #edede4;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 0;
}
.c-list-container .c-list-container__item {
  padding: 5px;
  border-bottom: 1px dotted #e0e0e0;
}
.c-list-container .c-list-container__item .c-list-container__item__description {
  float: left;
  width: 90%;
}
.c-list-container .c-list-container__item .c-list-container__item__options {
  float: right;
}
.c-list-container .c-list-container__item:hover {
  background: #edede4;
}
.c-list-container .c-list-container__item:last-child {
  border: none;
}
.notice-info-widget .widget-header .widget-buttons a {
  background: #f47b20 !important;
}
.notice-info-widget .widget-header .widget-buttons span {
  color: #edede4 !important;
}
.notice-info-widget .widget-header .widget-buttons i {
  color: #edede4 !important;
}
.c-df-notice h2,
.c-df-notice h3,
.c-df-notice h4,
.c-df-notice h5,
.c-df-notice h6,
.c-df-notice .h2,
.c-df-notice .h3,
.c-df-notice .h4,
.c-df-notice .h5,
.c-df-notice .h6 {
  margin: 10px 0 5px 0;
  color: #bf7745;
}
.c-df-notice p,
.c-df-notice .p {
  color: #444444;
}
.c-df-notice h2,
.c-df-notice .h2 {
  font-size: 20px;
}
.c-df-notice h3,
.c-df-notice .h3 {
  font-size: 17px;
  margin: 0;
  font-weight: 400 !important;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
}
.c-df-notice h3:after,
.c-df-notice .h3:after {
  background-color: #bf7745;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 0.5em;
  margin-right: -90%;
}
.c-df-notice h4,
.c-df-notice .h4 {
  font-size: 14px;
  margin: 0 15px;
  font-weight: 400 !important;
}
.c-df-notice h5,
.c-df-notice .h5 {
  font-size: 13px;
  color: #000000;
  font-weight: 600 !important;
  margin: 0;
}
.c-df-notice h6,
.c-df-notice .h6 {
  font-size: 10px;
  font-weight: 800 !important;
  text-transform: uppercase;
  margin: 10px 0 3px 0;
}
.c-df-notice .c-df-notice__box {
  padding: 5px 15px;
  margin-bottom: 5px;
}
.c-df-notice .c-df-notice__box.in-edit {
  padding: 0;
  margin: 0;
}
.c-df-notice .separator {
  border-bottom: 1px solid #c6c6c6;
  margin: 0 15px 30px 15px;
  padding: 15px 0;
}
.c-df-notice ul.documents {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-df-notice ol.item {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.c-df-notice ol.item li {
  counter-increment: step-counter;
  padding: 0 0 0 40px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
}
.c-df-notice ol.item li::before {
  position: absolute;
  left: 0;
  content: counter(step-counter);
  font-size: 12px;
  font-weight: 600;
  background-color: #e0e0e0;
  color: #7a7a7a;
  padding: 5px 10px;
  border-radius: 3px;
}
.c-df-notice ol.item li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-df-notice .display-inline {
  display: inline;
}
.c-section .widget-body {
  background: #ffffff;
}
.c-section .widget-body .c-section__inner .widget-header {
  background: none;
  text-align: left;
}
.c-section .widget-body .c-section__inner .widget-header .widget-buttons {
  float: right;
  margin: -24px 0 0 0;
  padding: 0 0 0 10px;
  background: #ffffff;
}
.c-section .widget-body .c-section__inner .widget-header .widget-buttons button.btn {
  float: left;
  width: auto;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  opacity: 1;
  font-size: 14px;
}
.c-section .widget-body .c-section__inner .widget-header .widget-buttons button.btn .fa {
  margin: 0;
  min-width: 14px;
  min-height: 14px;
  display: inline-block;
}
.c-section .widget-body .c-section__inner .widget-body {
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
}
.c-section .widget-body .c-section__inner .widget-body .alert-warning {
  color: #a94442 !important;
}
.c-section .widget-body .c-section__inner .widget-body .alert {
  margin: 0 15px 5px 15px;
}
.c-section .widget-body .c-section__inner .widget-body.in-edit {
  background: #f0f7eb;
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
}
.c-section .widget-body .c-section__inner .widget-body.in-edit h6 {
  margin-top: 0;
}
.c-section .widget-body .c-section__inner .widget-body.in-edit label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3a3531 !important;
}
.c-section .widget-body .c-section__inner .widget-body.in-edit .label {
  font-size: 13px;
  color: #3a3531 !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.c-section .widget-body .c-section__inner:last-child {
  margin-bottom: 0;
}
.c-person .panel {
  margin-bottom: 10px;
}
.c-person .c-person__name {
  font-size: 18px;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-person .c-person__name .c-person__last {
  text-transform: uppercase;
}
.c-person .c-person__title {
  font-size: 12px;
  color: #939393;
  font-weight: 400;
  display: block;
}
.c-person .c-person__details {
  margin-top: 20px;
  line-height: 20px;
}
.c-person .c-person__details i {
  width: 13px;
  text-align: center;
  margin-right: 5px;
}
.c-person .c-person__details .c-person__pin {
  display: block;
}
.c-person .c-person__details .c-person__address {
  display: block;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-person .c-person__details_edit {
  margin-top: 10px;
  line-height: 25px;
}
.c-person .c-person__details_edit .c-person__edit_input {
  font-size: 18px;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-person .c-person__details_edit .c-person__address_edit {
  font-size: 18px;
  font-weight: 300;
  display: block;
  padding-top: 5px;
}
.c-person .c-person__details_edit .c-person__address_edit input {
  width: 100%;
}
.c-person-list .c-person-list__header {
  font-size: 10px;
  font-weight: 600;
  color: #7a7a7a;
  text-transform: uppercase;
  padding: 10px 15px 0 15px;
}
.c-person-list .widget .widget-buttons div[data-toggle="collapse"] {
  cursor: pointer;
  padding: 0 15px;
  margin: 0;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
  background: #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  opacity: 1;
}
.c-person-list .widget .widget-buttons div[data-toggle="collapse"] .badge {
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
.c-person-list .widget .widget-buttons div[data-toggle="collapse"]:hover {
  background: #e0e0e0;
}
.c-person-list .widget .widget-body {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin: 0;
  padding-bottom: 0;
}
.c-person-list .widget.collapsed .widget-buttons div[data-toggle="collapse"] {
  background: #f9f9f9;
}
.c-person-list .widget.collapsed .widget-buttons div[data-toggle="collapse"]:hover {
  background: #e0e0e0;
}
.c-person-list_add {
  padding: 50px 30px;
  font-size: 21px;
  margin-left: 15px;
}
.c-lots-list .widget {
  margin-bottom: 0;
}
.c-lots-list .widget .widget-buttons div[data-toggle="collapse"] {
  cursor: pointer;
  padding: 0 15px;
  margin: 0;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
  background: #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  opacity: 1;
}
.c-lots-list .widget .widget-buttons div[data-toggle="collapse"] .badge {
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
.c-lots-list .widget .widget-buttons div[data-toggle="collapse"]:hover {
  background: #e0e0e0;
}
.c-lots-list .widget .widget-body {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin: 0;
  padding-bottom: 0;
}
.c-lots-list .widget.collapsed .widget-buttons div[data-toggle="collapse"] {
  background: #f9f9f9;
}
.c-lots-list .widget.collapsed .widget-buttons div[data-toggle="collapse"]:hover {
  background: #e0e0e0;
}
.c-lots-list .c-lots-list__filters .c-lots-list__filters__header {
  font-size: 11px;
  font-weight: 600;
  color: #bf7745;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #edede4;
}
.c-lots-list .c-lots-list__filters .c-lots-list__filters__content {
  background: #edede4;
  padding: 5px 15px;
}
.c-lots-list .c-sort {
  background: #e0e0e0;
  font-size: 11px;
  padding: 5px 0;
}
.c-lots-list .c-sort .c-sort__title {
  font-size: 11px;
}
.c-lots-list .c-sort .c-sort__buttons button.c-sort__button {
  font-size: 11px;
  font-weight: 600;
}
.c-lots-list .c-lots-list__header {
  font-size: 10px;
  font-weight: 600;
  color: #7a7a7a;
  text-transform: uppercase;
  padding: 10px 15px 0 15px;
}
.c-lots-list .c-lots-list__items .c-lots-list__item {
  border-bottom: 1px solid #c6c6c6;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__header {
  font-size: 14px;
  margin: 15px 0 0 0;
  font-weight: 400;
  color: #444444;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__header h4 {
  margin: 5px 0 0 0;
  font-size: 16px;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__header h4 .c-lots-list__item__header__no {
  font-weight: 800;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__content {
  padding: 5px 15px;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__content .c-lots-list__item__description {
  color: #444444;
  font-size: 14px;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__label {
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: #939393;
  float: left;
  margin-right: 5px;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__value {
  float: left;
  font-size: 11px;
  font-weight: 600;
  color: #474747;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__price {
  padding: 5px 15px;
  background: #edede4;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__price .c-lots-list__item__label {
  font-size: 13px;
  font-weight: 400;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .c-lots-list__item__price .c-lots-list__item__value {
  font-size: 13px;
  font-weight: 600;
}
.c-lots-list .c-lots-list__items .c-lots-list__item .separator {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #c6c6c6;
}
.c-lots-list .c-lots-list__items .c-lots-list__item.is-new {
  padding: 0 8px;
  margin: 0;
  border: none;
}
.c-lots-list .c-lots-list__items .c-lots-list__item.is-new .c-lots-list__item__header {
  margin: 0;
}
.c-lots-list .c-lots-list__items .c-lots-list__item.is-new .c-lots-list__item__content {
  padding: 0;
  margin-top: 10px;
}
.c-lots-list .c-lots-list__items .c-lots-list__item.is-new .c-lots-list__item__price {
  padding-left: 0;
  padding-right: 0;
}
.c-lots-list .c-lots-list__items tr:nth-child(even) {
  background: #f9f9f9;
}
.c-lots-list .c-lots-list__items tr:nth-child(odd) {
  background: #ffffff;
}
.c-lots-list .c-lots-list__items tr:last-child .c-lots-list__item {
  border: none;
}
.c-lots-list .c-lots-list__items tr:hover {
  background: #edede4;
}
.c-lots-list .c-lots-list__items td {
  padding: 0;
}
.c-lots-editor-window.k-window-content {
  background: #f0f7eb !important;
}
.c-criteria-list {
  border: 1px solid #c6c6c6;
}
.c-criteria-list .c-criteria-list__header {
  background: #e0e0e0;
  font-size: 11px;
  padding: 5px 15px;
}
.c-criteria-list .c-criteria-list__item {
  border-bottom: 1px solid #c6c6c6;
}
.c-criteria-list .c-criteria-list__item .c-criteria-list__item__header {
  font-size: 14px;
  padding: 15px 15px 0 15px;
  font-weight: 400;
  color: #444444;
}
.c-criteria-list .c-criteria-list__item .c-criteria-list__item__header h4 {
  margin: 5px 0 0 0;
  font-size: 16px;
}
.c-criteria-list .c-criteria-list__item .c-criteria-list__item__header h4 .c-criteria-list__item__header__no {
  font-weight: 800;
}
.c-criteria-list .c-criteria-list__item .c-criteria-list__item__content {
  padding: 5px 15px;
}
.c-criteria-list .c-criteria-list__item:nth-child(even) {
  background: #f9f9f9;
}
.c-criteria-list .c-criteria-list__item:nth-child(odd) {
  background: #ffffff;
}
.c-criteria-list .c-criteria-list__item:last-child {
  border: none;
}
.c-criteria-list .c-criteria-list__item:hover {
  background: #edede4;
}
.c-criteria-list .c-criteria-list__item.in-edit {
  background: #f0f7eb;
}
.c-addresses-list {
  border: 1px solid #c6c6c6;
  background: #ffffff;
}
.c-addresses-list .c-addresses-list__header {
  background: #e0e0e0;
  padding: 5px 15px;
}
.c-addresses-list .c-addresses-list__header h4 {
  margin: 0;
  padding: 5px 0;
}
.c-addresses-list .c-addresses-list__item {
  border-bottom: 1px solid #c6c6c6;
}
.c-addresses-list .c-addresses-list__item .c-addresses-list__item__content {
  padding: 15px;
}
.c-addresses-list .c-addresses-list__item .c-addresses-list__item__content .c-addresses-list__item__value {
  font-size: 13px;
  color: #444444;
  padding: 3px;
  margin: 0 -3px;
}
.c-addresses-list .c-addresses-list__item .c-addresses-list__item__content.in-edit {
  background: #d6e9c6;
}
.c-addresses-list .c-addresses-list__item:nth-child(even) {
  background: #f9f9f9;
}
.c-addresses-list .c-addresses-list__item:nth-child(odd) {
  background: #ffffff;
}
.c-addresses-list .c-addresses-list__item:last-child {
  border: none;
}
.c-addresses-list .c-addresses-list__item:hover {
  background: #edede4;
}
.c-document {
  border-bottom: 1px dotted #c6c6c6;
  padding-right: 10px;
}
.c-document .c-document__icon {
  font-size: 38px;
  font-weight: 300;
  float: left;
  color: #7a7a7a;
}
.c-document .c-document__file {
  float: left;
  margin-left: 10px;
}
.c-document .c-document__file .c-document__filename {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.c-document .c-document__file .c-document__filetype {
  font-size: 11px;
  color: #939393;
}
.ea h2,
.ea h3,
.ea h4,
.ea h5,
.ea h6,
.ea .h2,
.ea .h3,
.ea .h4,
.ea .h5,
.ea .h6 {
  margin: 0 0 5px 0;
  color: #bf7745;
}
.ea p,
.ea .p {
  color: #444444;
}
.ea h2,
.ea .h2 {
  font-size: 20px;
}
.ea h3,
.ea .h3 {
  font-size: 17px;
  margin: 0;
  font-weight: 400 !important;
  position: relative;
  overflow: hidden;
  padding-right: 100px;
  line-height: 1.2;
}
.ea h3:after,
.ea .h3:after {
  background-color: #bf7745;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 0.5em;
  margin-right: -50%;
}
.ea h4,
.ea .h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 400 !important;
}
.ea h5,
.ea .h5 {
  font-size: 13px;
  color: #000000;
  font-weight: 600 !important;
  margin: 0;
}
.ea h6,
.ea .h6 {
  font-size: 10px;
  font-weight: 800 !important;
  text-transform: uppercase;
  margin: 10px 0 3px 0;
}
.ea .c-section .widget-body .c-section__inner .widget-body.in-edit {
  padding: 10px;
}
.ea .k-grid.c-list-container table {
  border-collapse: collapse;
}
.ea .k-grid.c-list-container td {
  border-left-style: none;
  border-right-style: none;
}
.ea-su-offer .form-control[disabled] {
  border: none !important;
}
.ea-su-offer .form-control[readonly] {
  border: none !important;
}
.ea-su-offer .info-icon {
  color: #428bca;
  font-size: 16px;
}
.ea-section .form-value {
  color: #bf7745;
  font-weight: 400 !important;
  font-size: 14px;
}
.ea-section .info-icon {
  color: #428bca;
  font-size: 16px;
}
.ea-general-info-edit .editable-radiolist label {
  display: block;
}
.ea-general-info-edit .editable-wrap .editable-controls {
  padding-left: 0 !important;
}
.ea-round-edit .editable-wrap .editable-controls {
  padding-left: 0 !important;
}
.c-procedure__info h4 {
  color: #bf7745;
  font-weight: 400 !important;
  font-size: 14px;
}
.c-procedure__info .form-section-title {
  background-color: #bf7745;
  padding: 5px;
  color: white;
}
.answer-edit {
  background: #f0f7eb;
}
.procedure-lot-list .lot {
  background-color: white;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e7eaec;
}
.procedure-lot-list .header {
  background-color: #ccc;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e7eaec;
}
.procedure-lot-list .lot:hover {
  border: 1px solid transparent;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.procedure-lot-questions-list .lot {
  background-color: white;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e7eaec;
}
.procedure-lot-questions-list .header {
  background-color: #ccc;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #e7eaec;
}
.procedure-lot-questions-list .lot:hover {
  border: 1px solid transparent;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.procedure-inline-menu {
  display: inline-flex;
}
.c-procedure__suppliers .c-list-container__item p {
  padding: 5px 0;
  line-height: normal;
}
.c-procedure__suppliers .c-list-container__item p small {
  font-size: 85%;
  display: block;
}
.c-procedure__suppliers .c-list-container__item:hover ul.nav.nav-tabs {
  /*background: @color-app-widget-header-bg-hover;*/
  border-top-color: #d9d9c5;
  border-bottom-color: #d9d9c5;
}
.c-procedure__suppliers .c-list-container__item:hover .tab-content {
  /*background: @color-app-widget-body-bg;*/
}
.c-tabs-line ul.nav.nav-tabs {
  box-shadow: none;
  background: #f9f9f9;
  border-top: 1px dotted #e0e0e0;
  border-bottom: 1px dotted #e0e0e0;
}
.c-tabs-line ul.nav.nav-tabs li a {
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid transparent;
  line-height: normal;
}
.c-tabs-line ul.nav.nav-tabs li.active a {
  border-bottom-color: #bf7745;
  color: #3a3531;
  padding-bottom: 8px;
  padding-top: 12px;
}
.c-tabs-line .tab-content {
  box-shadow: none;
  background: #f9f9f9;
}
.c-kendogrid--clean .k-grid-header {
  display: none;
}
.c-kendogrid--clean tr.k-alt {
  background: none;
}
.c-reject-reasons {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.c-reject-reasons .c-reject-reasons__header {
  text-transform: uppercase;
  color: #3a3531;
  background: #edede4;
  border-bottom: 1px solid #edede4;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 0;
}
.c-reject-reasons .c-reject-reasons__content .c-reject-reasons__item {
  background: #ffffff;
  border-bottom: 1px solid #edede4;
  padding: 15px 0;
  min-height: 22px;
  overflow: hidden;
}
.c-phases-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
.c-phases-list .c-phases-list__item {
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 15px 0 0;
  font-size: 12px;
  height: auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 100px;
  -ms-flex: 1 1 10px;
  flex: 1 1 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: auto;
  align-self: flex-start;
}
.c-phases-list .c-phases-list__item .databox-top {
  height: auto;
  position: relative;
  min-height: 50px;
  padding: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #edede4;
}
.c-phases-list .c-phases-list__item .databox-top h4 {
  padding: 15px 15px 5px 15px;
  font-size: 12px !important;
  text-align: center;
  font-weight: 600 !important;
  margin: 0;
  text-transform: uppercase;
  color: #bf7745;
}
.c-phases-list .c-phases-list__item .databox-top span {
  position: absolute;
  top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #bf7745;
  background: #ffffff;
  border: 1px solid #edede4;
}
.c-phases-list .c-phases-list__item .databox-bottom {
  min-height: 90px;
  display: block;
  padding: 20px 10px;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__terms {
  color: #444444;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__terms span {
  color: #bf7745;
  font-weight: 600;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  margin: 5px 0;
  text-align: center;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li.phases-three__item_list {
  width: 33%;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li.phases-awarded__item {
  width: 100%;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li a.is-in-progress {
  color: #428bca;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li a.is-cancelled {
  color: #a94442;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li a.is-awarded {
  color: #5cb85c;
}
.c-phases-list .c-phases-list__item .databox-bottom .c-phases-list__item__list li a.is-suspended {
  color: #f0ad4e;
}
.c-phases-list .c-phases-list__item.selected .databox-top {
  color: #ffffff;
  background: #bf7745;
}
.c-phases-list .c-phases-list__item.selected .databox-top h4 {
  color: #ffffff;
}
.c-phases-list .c-phases-list__item.selected .databox-top span {
  background: #bf7745;
  border-color: #ffffff;
  color: #ffffff;
}
.c-phases-list .c-phases-list__item:last-child {
  margin-right: 0;
}
/* Legacy Firefox implementation treats all flex containers as inline-block elements. */
@-moz-document url-prefix() {
  .c-phases-list {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .c-phases-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-phases-list .c-phases-list__item {
    min-width: 100%;
    margin: 0 0 10px 0;
  }
  .c-phases-list .c-phases-list__item .databox-top {
    min-height: 0;
    text-align: left;
    padding: 5px 15px;
  }
  .c-phases-list .c-phases-list__item .databox-top h4 {
    display: inline;
    padding: 0;
  }
  .c-phases-list .c-phases-list__item .databox-top span {
    position: relative;
    left: 0;
    transform: translateX(50%);
    top: 0;
    background: none;
    border: none;
    font-weight: 600 !important;
  }
  .c-phases-list .c-phases-list__item .databox-bottom {
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .c-phases-list .c-phases-list__item .databox-top h4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px !important;
  }
}
.u-filter-text {
  color: #3a3531;
  line-height: 12px;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 0;
}
.u-section-filter,
.u-section {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.u-section-filter .widget-header,
.u-section .widget-header {
  height: auto;
  min-height: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555555;
  background: #d3ceca;
}
.u-section-filter .widget-header .widget-buttons,
.u-section .widget-header .widget-buttons {
  height: auto;
  line-height: normal;
  padding: 0;
  display: block;
}
.u-section-filter .widget-header .widget-buttons .widget-header__alert,
.u-section .widget-header .widget-buttons .widget-header__alert {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  float: left;
  margin-left: -20px;
}
.u-section-filter .widget-header .widget-buttons .widget-header__title,
.u-section .widget-header .widget-buttons .widget-header__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
  padding: 5px 12px;
  text-align: left;
  display: inline-block;
}
.u-section-filter .widget-header .widget-buttons a,
.u-section .widget-header .widget-buttons a {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
  padding: 5px 12px;
  text-align: right;
  color: #555555;
  background: #d3ceca;
  line-height: normal;
  opacity: 1;
}
.u-section-filter .widget-header .widget-buttons a .widget-caption,
.u-section .widget-header .widget-buttons a .widget-caption {
  float: left;
}
.u-section-filter .widget-header .widget-buttons a:hover,
.u-section .widget-header .widget-buttons a:hover {
  text-decoration: none;
  background: #b5b5b5;
  color: #555555;
  opacity: 1;
}
.u-section-filter .widget-body,
.u-section .widget-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.u-section-filter .widget-header,
.u-section .widget-header {
  height: auto;
  min-height: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555555;
  background: #d3ceca;
}
.u-section-filter .widget-header .widget-buttons,
.u-section .widget-header .widget-buttons {
  height: auto;
  line-height: normal;
  padding: 0;
  display: block;
}
.u-section-filter .widget-header .widget-buttons .widget-header__alert,
.u-section .widget-header .widget-buttons .widget-header__alert {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  float: left;
  margin-left: -20px;
}
.u-section-filter .widget-header .widget-buttons .widget-header__title,
.u-section .widget-header .widget-buttons .widget-header__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
  padding: 5px 12px;
  text-align: left;
  display: inline-block;
}
.u-section-filter .widget-header .widget-buttons a,
.u-section .widget-header .widget-buttons a {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800 !important;
  padding: 5px 12px;
  text-align: right;
  color: #555555;
  background: #edede4;
  line-height: normal;
  opacity: 1;
}
.u-section-filter .widget-header .widget-buttons a .widget-caption,
.u-section .widget-header .widget-buttons a .widget-caption {
  float: left;
}
.u-section-filter .widget-header .widget-buttons a:hover,
.u-section .widget-header .widget-buttons a:hover {
  text-decoration: none;
  background: #d9d9c5;
  color: #555555;
  opacity: 1;
}
.u-section-filter .widget-body,
.u-section .widget-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.u-items-list .u-items-list__header {
  text-transform: uppercase;
  color: #7a481e /*#3a3531*/ #7a481e;
  background: #edede4 /*#d3ceca*/ #edede4;
  border-bottom: 1px solid #edede4 /*1px solid #d3ceca*/;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
  padding: 10px 0px;
}
.title-entity {
  color: #ff8f32;
  font-size: 20px;
  font-weight: 400;
}
.title-entity:hover {
  color: #ff8f32;
  font-size: 20px;
  font-weight: 400;
}
.form-h6-entity {
  display: block;
  font-size: 10px;
  font-weight: 800 !important;
  text-transform: uppercase;
  margin: 10px 0 3px 0;
  color: #ff8f32;
}
.c-statement-edit {
  color: #7a7a7a;
}
.c-statement-suppliers-list {
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item {
  border-bottom: 1px solid #c6c6c6;
  padding: 5px 5px 5px 5px;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item:nth-child(even) {
  background: #f9f9f9;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item:nth-child(odd) {
  background: #ffffff;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item:last-child {
  border: none;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item:hover {
  background: #eef7ff;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item.in-edit {
  background: #f0f7eb;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item .c-statement-participants-list {
  padding-left: 20px;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item .c-statement-participants-list .c-statement-participants-list__item {
  border-bottom: 1px solid #c6c6c6;
  padding: 5px 5px 5px 5px;
  /*&:nth-child(even) {
                    background: @color-gray-10;
                }

                &:nth-child(odd) {
                    background: @colorWhite;
                }*/
}
.c-statement-suppliers-list .c-statement-suppliers-list__item .c-statement-participants-list .c-statement-participants-list__item:last-child {
  border: none;
}
.c-statement-suppliers-list .c-statement-suppliers-list__item .c-statement-participants-list .c-statement-participants-list__item:hover {
  /*background: @color-app-widget-body-bg-hover;*/
}
.c-statement-suppliers-list .c-statement-suppliers-list__item .c-statement-participants-list .c-statement-participants-list__item.in-edit {
  background: #f0f7eb;
}
.c-edit-procedure-statement h2,
.c-edit-procedure-statement h3,
.c-edit-procedure-statement h4,
.c-edit-procedure-statement h5,
.c-edit-procedure-statement h6,
.c-edit-procedure-statement .h2,
.c-edit-procedure-statement .h3,
.c-edit-procedure-statement .h4,
.c-edit-procedure-statement .h5,
.c-edit-procedure-statement .h6 {
  margin: 0px 0 5px 0;
  color: #bf7745;
}
.c-edit-procedure-statement p,
.c-edit-procedure-statement .p {
  color: #7a7a7a;
}
.c-edit-procedure-statement h2,
.c-edit-procedure-statement .h2 {
  font-size: 20px;
}
.c-edit-procedure-statement h3,
.c-edit-procedure-statement .h3 {
  font-size: 17px;
}
.c-edit-procedure-statement h4,
.c-edit-procedure-statement .h4 {
  font-size: 14px;
  font-weight: 400 !important;
}
.c-edit-procedure-statement h5,
.c-edit-procedure-statement .h5 {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 600 !important;
}
.c-edit-procedure-statement h6,
.c-edit-procedure-statement .h6 {
  font-size: 10px;
  font-weight: 800 !important;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0.5;
  display: none;
}
.back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}
.back-to-top:focus {
  outline: none;
}
.slide-animation.ng-enter {
  display: none;
}
.slide-animation.ng-enter.ng-enter-active {
  display: block;
}
/*# sourceMappingURL=custom.css.map */