.procurement-widget .widget-title {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative; }
  .procurement-widget .widget-title::before, .procurement-widget .widget-title::after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 100%; }
  .procurement-widget .widget-title::before {
    width: 25%;
    background: #6A9DFF; }
  .procurement-widget .widget-title::after {
    width: 75%;
    left: 25%;
    background: #e2dfdf; }
.procurement-widget .widget-body {
  line-height: 1.4em;
  font-size: 14px; }
.procurement-widget.info-widget .widget-title {
  transition: all .4s ease; }
  .procurement-widget.info-widget .widget-title::before, .procurement-widget.info-widget .widget-title::after {
    transition: all .5s ease; }
  .procurement-widget.info-widget .widget-title .collapse-widget {
    transition: .2s ease; }
.procurement-widget.info-widget.collapsed .widget-body {
  display: none; }
.procurement-widget.info-widget.collapsed .widget-title {
  text-indent: 1px;
  padding-left: 46px;
  cursor: pointer; }
  .procurement-widget.info-widget.collapsed .widget-title .collapse-widget {
    opacity: 0; }
  .procurement-widget.info-widget.collapsed .widget-title::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    content: "?";
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-indent: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .procurement-widget.info-widget.collapsed .widget-title:hover::before {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
  .procurement-widget.info-widget.collapsed .widget-title::after {
    width: 0;
    opacity: 0; }

label.control-label {
  display: block; }
label .helper {
  float: right;
  display: inline-block;
  margin-top: -3px; }
  label .helper::before {
    content: '?';
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #69ABFF;
    display: inline-block; }

.procurement-section .section-header {
  padding: 10px 20px;
  background: #6A9DFF;
  color: #fff;
  font-size: 18px; }
.procurement-section .section-body {
  border: 1px solid #e2dfdf;
  padding: 20px;
  position: relative; }
  .procurement-section .section-body .action-sheet.header-action-sheet {
    position: absolute;
    right: 40px;
    z-index: 22; }

.fieldset-group {
  border: 1px solid #e2dfdf;
  position: relative;
  padding: 20px;
  margin-top: 20px; }
  .fieldset-group .fieldset-group--title {
    background: #E7E7E7;
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-50%); }
  .fieldset-group .fieldset-group--body {
    padding-top: 20px; }

.action-sheet {
  margin-bottom: 40px; }
  .action-sheet.text-right {
    margin-bottom: 0;
    padding-left: 0; }

.form-section .section-body .action-sheet {
  padding-left: 20px; }

.lot-item {
  margin-bottom: 30px; }
  .lot-item .lot-item--header,
  .lot-item .lot-item--body {
    padding-left: 15px;
    padding-right: 15px; }
  .lot-item .lot-item--header {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #69ABFF;
    color: #fff;
    font-size: 16px; }
  .lot-item .lot-item--body {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #f5f5f5;
    border-top: none; }
  .lot-item .kv-plugin-loading {
    display: none !important; }
  .lot-item span.select2 {
    width: 100% !important; }
  .lot-item .c-red {
    color: #ff5b64; }

#lots-wrapper {
  margin-top: 20px; }

.action-button--labeled {
  display: inline-block;
  line-height: 32px;
  font-size: 13px;
  color: #777; }
  .action-button--labeled .action-button--round {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #69ABFF;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(3, 3, 3, 0.15);
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    margin-right: 5px; }
  .action-button--labeled:hover .action-button--round {
    transform: scale(1.05); }

.action-button--round {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #69ABFF;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  box-shadow: 0px 4px 4px rgba(3, 3, 3, 0.15);
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px; }

.action-card {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #F5F5F5;
  border: 1px solid rgba(200, 200, 200, 0.35);
  cursor: pointer;
  margin-bottom: 30px; }
  .action-card .action-card--button {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #69ABFF;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(3, 3, 3, 0.15);
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease; }
  .action-card .action-card--text {
    margin-bottom: 25px;
    font-size: 15px;
    color: #333; }
  .action-card .action-card--hint {
    font-size: 11px;
    color: #989898; }
  .action-card:hover .action-card--button {
    box-shadow: 0px 4px 5px rgba(3, 3, 3, 0.17);
    transform: scale(1.05); }

.after-iban-items {
  margin: 10px 0; }

.button-badge {
  margin: 5px 0;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0px 3px 4px rgba(3, 3, 3, 0.07);
  border: 1px solid rgba(255, 255, 255, 0); }
  .button-badge.button-badge--primary {
    background-color: #6A9DFF; }
    .button-badge.button-badge--primary.is--selected {
      color: #6A9DFF;
      background: #fff;
      border-color: #6A9DFF; }
  .button-badge.button-badge--success {
    background-color: #2CBB2C; }
  .button-badge.button-badge--warning {
    background-color: #FCAC3A; }
  .button-badge:hover {
    color: #fff;
    box-shadow: 0px 3px 4px rgba(3, 3, 3, 0.12); }

.cpv-modal .modal-body {
  max-height: 450px;
  overflow-y: scroll; }

.input--faker {
  white-space: nowrap;
  overflow: hidden; }

.sweet-alert fieldset input {
  display: none !important; }

.btn-action--update {
  border: 1px solid #6A9DFF;
  color: #6A9DFF;
  background: #fff; }
  .btn-action--update:hover {
    background: #6A9DFF;
    color: #fff; }

.value--holder {
  font-size: 16px; }
  .value--holder.accented {
    font-weight: bold; }

/*# sourceMappingURL=style.css.map */
