

/* Start:/local/components/uniqtrip/tradeflow.lots.filter/templates/.default/style.css?17077236494159*/
.lot-filter-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 20px 0px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 18px 0px rgba(69, 91, 99, 0.08);
  border-radius: 12px;
}

.lot-filter-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 400px;
  /* background-color: #f8f8f8; */
  left: -400px;
  top: 0;
}

.lot-filter-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 400px;
  /* background-color: #f8f8f8; */
  right: -400px;
  top: 0;
}

.bx-flat-filter {
  width: 100%;
  min-width: 220px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.bx-filter-form {
  position: relative;
  /* max-width: 900px; */
}

.bx-filter-form::before {
  content: "";
  position: absolute;
  height: 100%;
  /* width: 5px; */
  background-color: var(--theme-b-bg-primary);
  border-radius: 4px;
  left: 1px;
  z-index: 1;
}

.bx-flat-filter .bx-filter-section {
  background: #fff;
  position: relative;
  padding-top: 26px
}

.bx-flat-filter .bx-filter-section>.row {
  padding: 0 5px;
}

.bx-flat-filter .bx-filter-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

/*
  * Sections
  */

.bx-flat-filter .bx-filter-parameters-box-title {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 7px;
}

@media (min-width: 992px) {
  .bx-flat-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-flat-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}

.bx-flat-filter .bx-filter-parameters-box-title span {
  color: #039be5;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.bx-flat-filter .bx-filter-parameters-box.active .bx-filter-parameters-box-title span {
  color: #95a1a8;
}

.bx-flat-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -ms-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-flat-filter .bx-filter-button-box .bx-filter-block, .bx-flat-filter .bx-filter-parameters-box.active .bx-filter-block {
  display: block;
}

.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
  margin-top: 0;
}

.bx-flat-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/*
  * INPUTS
  */

.bx-flat-filter .bx-filter-input-container {}

.bx-flat-filter .bx-filter-input-container input, .bx-flat-filter .bx-filter-input-container select {
  display: block;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #C5C9CC;
  background: #fff;
  outline: none;
}

.bx-flat-filter .bx-filter-input-container input:focus, .bx-flat-filter .bx-filter-input-container select:focus {
  border-color: #499fd8;
}

.bx-flat-filter .bx-filter-button-box {
  clear: both;
}

.bx-flat-filter .bx-filter-button-box input {
  width: 150px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.19;
  color: #000;
  border-style: none;
}

/*
  * LABEL
  */

.bx-flat-filter .bx-filter-param-label {
  font-size: 13px;
}

.bx-flat-filter .bx-filter-param-text {
  font-weight: normal;
}

/*
  * CALENDAR
  */

.bx-flat-filter .bx-filter-parameters-box-container .bx-filter-calendar-container {
  max-width: 100%;
  position: relative;
}

.bx-flat-filter .bx-filter-parameters-box-container .bx-filter-calendar-container input.calendar {
  padding: 0 23px 0 4px;
  font-size: 15px;
}

.bx-flat-filter .bx-filter-parameters-box-container .bx-filter-calendar-container img.calendar-icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 18px;
  top: 7px;
  right: 3px;
  width: 22px;
  height: 23px;
}

.form-item--datepicker > svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 12px;
    color: #C5C9CC;
}
/* End */


/* Start:/local/components/uniqtrip/tradeflow.lots.list/templates/.default/style.css?17309530404357*/
div.news-list {
  word-wrap: break-word;
}

.news-detail {
  margin-bottom: 20px;
  box-shadow: 0px 4px 18px 0px rgba(69, 91, 99, 0.08);
  border-radius: 12px;
  background: #ffffff;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486DAA;
}

.lot-item-block {
  padding: 20px 0;
}

.lot-header {
  background-color: #eaeaea;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.lot-header:before {
  content: "";
  position: absolute;
  height: 100%;
  /* width: 5px; */
  background-color: var(--theme-b-link-hover);
  border-radius: 4px;
  left: 1px;
}

/* .lot-header:hover::before {
  background-color: var(--theme-b-bg-primary);
} */

.lot-header:hover {
  background-color: var(--theme-b-bg-primary);
  cursor: pointer;
}

.lot-header:hover .lot-header-inner a {
  text-decoration: none;
}

.lot-header-inner {
  min-height: 53px;
  padding: 15px 17px 17px 30px;
  color: #000000;
  position: relative;
  width: 100%;
}

.lot-header-inner a {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: black;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.lot-body {
  display: flex;
}


.lot-fields {
  width: 360px;
  display: block;
  list-style-type: none;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  /* margin-left: 10px; */
}

.lot-fields li {
  margin-bottom: 5px;
}

.lot-fields li img {
  margin-right: 10px;
}

.lot-field--label {
  font-weight: normal;
  font-size: 10pt;
  margin-bottom: 0;
  color: #666666;
  display: block;
}

.lot-status-green {
  color: #1cc4a6;
}

.lot-status-red {
  color: #d66565;
}

.lot-text {
  width: 100%;
  text-align: left;
  height: 11.42857144em;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #707070;
  padding: 0 20px;
}

.lot-text p {
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.appSent {
  width: 92px;
  border-radius: 7px;
  background-color: #d8dfa6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #585b3f;
  padding: 14px 11px 10px 14px;
  min-height: 53px;
}

@media screen and (max-width: 500px) {
  .lot-body {
    display: block;
  }
  .lot-header-inner {
    padding-left: 20px;
  }
}

.lot-footer {
  padding-top: 10px;
}

.lot-footer__fields {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
}

.lot-footer__fields a:hover {
  text-decoration: none;
}

.lot-footer__fields-item {
  border-right: 2px solid #f8f8f8;
  padding-right: 10px;
  margin-right: 10px;
  
}

.lot-footer__fields-item, .lot-footer__fields-item>a {
  display: flex;
  justify-content: center;
  align-items: end;
}

.lot-footer__fields-item span {
    border-bottom: 1px dashed #000;
}

.lot-footer__fields-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}



div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */
/* /local/components/uniqtrip/tradeflow.lots.filter/templates/.default/style.css?17077236494159 */
/* /local/components/uniqtrip/tradeflow.lots.list/templates/.default/style.css?17309530404357 */
