.col02 DIV.box-white-bg {
  background: white;
}

.mt30m20 {
  margin-top: 30px;
}

HR.separator04 {
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 28px;
}

DIV.la-form01 {
  margin: 0;
  padding: 0 20px;
}

DIV.la-form01 p {
  line-height: 1.4;
}

DIV.la-form01 HR.separator04 {
  margin-left: -20px;
  margin-right: -20px;
}

.notouch DIV.la-form01 DIV.row-flex,
DIV.la-form01 DIV.row-flex {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 29px;
  padding-top: 30px;
}

.notouch DIV.la-form01 DIV.row-fw,
DIV.la-form01 DIV.row-fw {
  /*Full width row*/
  width: 100%;
}

DIV.la-form01 DIV.row-fw UL.actions01 LI {
  margin-right: 0;
}

DIV.la-search-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.col01 DIV.la-form01 DIV.row,
.col01 DIV.la-form01 DIV.row {
  float: left;
}

.col01 DIV.la-form01 DIV.row .label,
.col01 DIV.la-form01 DIV.row LABEL {
  width: 100%;
  display: block;
  float: none;
  text-align: left;
  padding-bottom: 0;
}

.col01 DIV.la-form01 DIV.row-flex>.label,
.col01 DIV.la-form01 DIV.row-flex>LABEL {
  padding: 0;
  width: 40px;
  margin-right: 10px;
  align-self: flex-start;
}

DIV.la-form01 ul.checkboxes-flex.clear {
  padding-top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

DIV.la-form01 .collapse {
  display: none;
  margin-bottom: -10px;
}

DIV.la-form01 ul.checkboxes-flex LI {
  flex-basis: 33%;
}

.col01 DIV.la-form01 DIV.row DIV.items {
  width: 100%;
  flex-basis: calc(80% - 50px);
}

DIV.la-form01 .items .default {
  width: 100%;
}

DIV.la-form01 .items SELECT.default {
  min-width: 155px;
}

DIV.la-form01 .items input[type=text].default {
  min-width: 250px;
}

DIV.la-form01 P.h3tools {
  margin: 0;
  flex-basis: 20%;
  text-align: right;
  padding-top: 5px;
  align-self: center;
}

DIV.la-form01 P.h3tools A {
  white-space: nowrap;
}


/* No results */

.la-no-results h4 {
  margin-top: 0;
}

.la-no-results p {
  margin-top: 0.5rem;
  line-height: 1.4;
}


/*Action buttons*/

UL.actions01 LI>SPAN.wider SPAN INPUT,
UL.actions01 LI DIV.wider SPAN INPUT {
  padding-left: 40px;
  padding-right: 40px;
}

UL.actions01 LI A.no-border SPAN {
  border: none;
  padding-left: 6px;
  padding-right: 6px;
  color: #007AC7;
}

.notouch UL.actions01 LI A.no-border SPAN {
  font-size: 14px;
  height: 30px;
  margin: 0;
  padding: 6px;
  display: inline-block;
  border: none;
  color: #007AC7;
}

UL.actions01 LI A.no-border:hover SPAN,
UL.actions01 LI A.no-border:focus SPAN {
  background: white;
  color: #0D4B6C;
  text-decoration: underline;
}

.notouch UL.actions01 LI>SPAN.small SPAN INPUT,
.notouch UL.actions01 LI DIV.small SPAN INPUT {
  font-size: 14px;
  padding: 6px 27px;
  height: 28px;
  margin: 0;
}


/*Bank logotypes*/

.svg-icon-seb:before {
  background-image: url(../img/banklogos/seb-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}

.svg-icon-swedbank:before {
  background-image: url(../img/banklogos/swedbank-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}

.svg-icon-luminor:before {
  background-image: url(../img/banklogos/luminor-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}

.svg-icon-citadele:before {
  background-image: url(../img/banklogos/citadele-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}

.svg-icon-lhv:before {
  background-image: url(../img/banklogos/lhv-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}

.svg-icon-siauliu:before {
  background-image: url(../img/banklogos/siauliu-bankas-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}

.svg-icon-noname:before {
  background-image: url(../img/banklogos/noname-bank-logo.svg);
  display: inline-block;
  width: 40px;
  height: 40px;
}


/* IE fix */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .col01 DIV.la-form01 DIV.row DIV.items {
    width: 100%;
    flex-basis: calc(80% - 70px);
  }
}