@charset "UTF-8";
@font-face {


  font-family: "AmaticSC";
  src: url(../fonts/AmaticSC-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Manteka";
    src: url('../fonts/manteka.ttf')  format('truetype'), /* Safari, Android, iOS */
    url("../fonts/manteka.woff") format("woff"),
}

div:focus, li:focus, select:focus, a:focus  {
  outline: none;
}

#lang_selection {
    /*padding-left: 14px;*/
    padding-top: 6px;
}
#lang_selection a {
    padding: 2px 3px;
    font-weight: 900;
    font-size: 14px;
    color: #1f3a4f;
}
#lang_selection a.active {
    color: #b3dd00;
}
#lang_selection a:hover {
    color: #b3dd00;
}
#lang_selection a.active:hover {
    color: #b3dd00;
}

.active.page_link span {
    border-bottom: 2px solid #1f3a4f;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

form {
    margin: 0;
}

body {
  color: #1f3a4f;
  font-family: "Open Sans", sans-serif;
  /* font-size: 1em; */
  line-height: 1.4em;
  font-weight: normal;
  margin: 0;
  position: relative;
 }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
  margin: .45em 0;
  padding: 0;
  color: #1f3a4f; }

h1 {
  font-size: 40px;
  font-weight: bold;
  color: #1f3a4f; }

h5 {
  font-size: 16px;
  font-weight: bold; }

iframe {
  width: 100%; }

/* links */
a,
a:visited,
a:active,
a:hover {
  color: #1f3a4f;
  font-family: "Open Sans", sans-serif; }

a:hover {
  text-decoration: none; }

/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* buttons */
.button {
    padding: 0px;
    text-transform: none;
    width: 257px;
    min-height: 36px;
    background-color: #b3dd00;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    box-shadow: 0 2px 0 0 #9bbf00;
    cursor: pointer;
}
.button a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.buj-txt a{
    color: #b3dd00;
}


.small {
  font-size: 12px;
  opacity: 0.6; }

/* buttons */
/* structure */
.wrapper {
  width: 92%;
  margin: 0 auto;
  /* border-right: solid 1px #979797; */
  /* border-left: solid 1px #979797;  */

}

.custom-conteiner {
    border-right: solid 1px #979797;
    border-left: solid 1px #979797;
}

#wrapper {
    padding-top: 80px;
}



/* header */
#header {
  height: 80px;
  padding: 7px 42px 9px 42px;
  background-color: #ffffff;
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.07);
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);  */
}

/* header */
#logo div {
  text-align: center; }

h1 {
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 10px; }

#content {
  margin: 40px 0; }

aside {
  margin: 40px 0; }

/*MAIN MENU*/
.menu-toggle {
  display: block;
  padding: 10px;
  cursor: pointer;
  text-transform: uppercase;
  width: 83px;
  height: 40px;
  border: solid 1px #a6cf38;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #a6cf38;
  border-radius: 3px; }

.main-menu.toggled-on {
  display: block;
  position: relative;
  z-index: 10; }

.main-menu {
  clear: both;
  margin-bottom: 60px; }

.main-menu li a {
  display: block;
  margin: 1px 0;
  padding: 0 10px;
  text-decoration: none; }

.main-menu li.active a {
  border-bottom: 2px solid; }

.main-menu li li a {
  padding-left: 40px; }

.main-menu li li li a {
  padding-left: 80px; }

/*SECONDARY MENU*/
#secondary-navigation {
  margin-bottom: 60px; }

#secondary-navigation ul {
  margin: 0;
  padding: 0; }

#secondary-navigation ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px;
  text-decoration: none; }

.grey-text {
  color: rgba(31, 58, 79, 0.6); }

.main-menu .button a {
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

.main-menu li#close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #b3dd00;
  display: none;
  cursor: pointer; }
  .main-menu li#close-menu i {
    font-size: 35px; }

.main-menu .menu-home {
  display: none; }

.wrapper.block-green {
  position: relative;
  padding: 47px;
  min-height: 230px;
  width: 100%;
  max-width: 100%;
  background-color: #b3dd00;
  display: inline-block;
 }

 .heading-bg-mask {
    background: url(/images/icons/bg-1.svg);
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    opacity: 0.2;
 }

  .block-green h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #1f3a4f; }
  .block-green h2 {
    font-family: "AmaticSC";
    font-size: 60px;
    text-align: center;
    margin: 0;
    color: #1f3a4f; }
  .block-green h5 {
    text-align: center; }

.block-main {
  min-height: 452px;
  padding: 72px 50px; }
  .block-main h1 {
    font-size: 24px;
    font-weight: bold; }
  .block-main .price h3 {
    font-size: 22px;
    display: inline-block;
    margin: 16px 0; }
  .block-main .price span {
    display: inline-block;
    padding: 0 8px;
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 16px; }
  .block-main .info h4 {
    font-size: 18px;
    margin: 0; }
  .block-main .info h4:before {
    content: url(../images/check.png);
    padding-right: 8px; }
  .block-main .info p {
    font-size: 13px;
    color: rgba(31, 58, 79, 0.6);
    padding-left: 25px;
    margin-top: 0px; }

.wrapper.bg-grey{
  background-color: #f5f5f5;
  padding: 45px 50px;
  width: 100%;
  max-width: 100%;
}

.wrapper.bg-white{
  background-color: #ffffff;
  padding: 45px 50px;
  width: 100%;
  max-width: 100%;
}

.wrapper.block-grey{
  background-color: #f5f5f5;
}
.wrapper.block-grey, .wrapper.how-works {
  padding: 45px 50px;
  width: 100%;
  max-width: 100%;
}

.wrapper.block-white {
  padding: 72px 50px;
  width: 100%;
  max-width: 100%;
}

.block-grey h1, .wrapper.how-works h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #1f3a4f;
    margin-bottom: 0;
}
.block-grey h1 span, .wrapper.how-works h1 span {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #1f3a4f;
    margin-bottom: 0;
}
.block-grey span, .wrapper.how-works span {
    text-align: center;
    display: block;
    /* color: rgba(31, 58, 79, 0.6);  */
    color: rgba(31, 58, 79, 0.8);
}
.block-grey h2, .wrapper.how-works h2 {
    font-family: "AmaticSC";
    font-size: 60px;
    text-align: center;
    margin: 0;
    color: #1f3a4f;
}
.block-grey .stages, .wrapper.how-works .stages {
    text-align: center;
}

.stages img {
  width:100px;
}

.wrapper.plg-home{
  padding-top:36px;
  padding-bottom:0;
}




.wrapper.plg-home .container h1{
  text-align: left;
}
.wrapper.plg-home .container .content-block{
  margin-top: 5em;
}


.stages {
    display: inline-block;
}
.stages ul {
    text-align: center;
    padding-top: 32px;
    list-style: none;
}
.stages ul li {
    padding-right: 40px;
    float: left;
}
.stages ul li .text {
    width: 200px;
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    color: #1f3a4f;
}

.block {
    padding: 2% 8%;
    /* padding-top: 10px; */
    /* padding-bottom: 20px; */
    /* padding-left: 40px; */
    /* padding-right: 40px; */
}
.block .heading {
   text-align: center;
}
.block .heading h1 {
    margin: 0;
}
.block .heading h1 span {
    font-size: 20px;
}
.block h5 {
    margin-top: 24px;
    margin-bottom: 0px;
}
.block .main-heading {
    width: 50%;
}
.block .grey {
    /* margin: 20px 0; */
    /* margin-right: 23px; */
    /* width: 48%; */
    background-color: #f5f5f5;
}
.grey-bg {
    background-color: #f5f5f5;
}
.green-bg {
    background-color: #b3dd00;
}


.card.card-adventages {
    border: 0;
    border-radius: 0;
}
.card.card-adventages .cost h2 {
  font-size: 30px;
  font-weight: bold;
}

.card.card-adventages .cost .currency {
    font-size: 24px;
    color:#1f3a4f;
    font-weight:bold;
}
.card.card-adventages .card-header {
    padding: 20px 0;
    text-align: center;
    border-bottom: 0;
    border-radius: 0;
}
.card.card-adventages.grey .card-header {
    background-color: #f5f5f5;
}
.card.card-adventages.green .card-header {
    background-color: #b3dd00;
}
.card.card-adventages.green {
    padding: 0;
    border: 3px solid #b3dd00;
}
.card.card-adventages .list ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    padding-left: 26%;
}
.card.card-adventages .list li::before {
    content: url(../images/check.png);
    padding-right: 8px;
    font-size: 12px;
    line-height: 24px;
}

.card.card-adventages .list ul li.not::before {
    content: url(../images/not.png);
}

.btn:hover {
    cursor: pointer;
}
.btn-primary {
    background-color: #b3dd00;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 0 0 #9bbf00;
}
.btn.btn-primary {
    border: 0;
    border-radius: 0;
    padding: 0.6rem 1.6rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f3a4f;
}
.btn-primary:hover {
    background-color: #b3dd00;
    color: #1f3a4f;
    text-decoration: none;
}
/* .btn-secondary {
    background-color: rgba(30, 56, 79, 0.15);
    border: 0;
    border-radius: 0;
    box-shadow: none;

}
.btn.btn-secondary {
    border: 0;
    border-radius: 0;
    padding: 0.6rem 1.6rem;
    font-weight: normal;
    font-size: 1rem;
    color: #1f3a4f;
}
.btn-secondary:hover {
    background-color: rgba(30, 56, 79, 0.15);
    color: #1f3a4f;
} */

.wrapper.block-slider {
    background-color: #b3dd00;
    padding: 47px;
    width: 100%;
    max-width: 100%;
}
.block-slider .heading p {
    text-align: center;
    margin-top: 5px;
}
.block-slider .heading h1 {
    margin: 0;
}
.block-slider h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #1f3a4f;
}
.block-slider h2 {
    font-family: "AmaticSC";
    font-size: 60px;
    text-align: center;
    margin: 0;
    color: #1f3a4f;
}
.block-slider .slider {
    max-height: 332px;
    border: none;
    position: relative;
}
.block-slider .slider ul {
    margin: 0 auto;
    width: 60%;
    list-style: none;
}
.block-slider .slider ul li .info h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.slider .slide img {
    width: 100%;
}
.block-slider .slider ul li .info p {
    font-size: 13px;
    color: #1f3a4f;
    margin: 0 0 0.5em;
}
.block-slider .slider .controls .prev {
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: url("../images/slider-left.png") no-repeat;
}
.block-slider .slider .controls .next {
    display: block;
    position: absolute;
    right: 10%;
    top: 35px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: url("../images/slider-right.png") no-repeat;
}

.block-text {
  overflow: hidden;
  padding: 1% 10%; }
  .block-text h1 {
    padding: 10px 0; }
  .block-text h2 {
    font-weight: bold; }
  .block-text p {
    line-height: 1.5;
    color: rgba(31, 58, 79, 0.8); }

.contacts .contat-info {
  padding-left: 10%;
  padding-top: 5%; }

.contacts .contat-info p.reg span{
    font-size: 14px; }
  .contacts .contat-info .fa {
    color: #b3dd00;
    padding-right: 20px;
    font-size: 20px; }
  .contacts .contat-info h4 {
    font-weight: bold; }

.contacts .map #map {
  width: 100%;
  height: 487px; }




.steps {
  padding-bottom: 0;
}
.steps .step {
    text-align: center;
    min-height: 170px;
    opacity: 0.2;
}
.steps .step h2 {
  font-family: 'Manteka', sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #1f3a4f;
  position: relative; }
.steps .step h2 i {
    position: absolute;
    right: -25px;
    font-size: 50px;
    bottom: 8px;
    font-weight: normal;
}
.steps .step h3 {
  font-weight: bold;
  line-height: 1em;
  margin: 0; }
.steps .step h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  text-align: center;
  color: rgba(31, 58, 79, 0.8);
}
.steps .step .triangle {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 15px solid #b3dd00;
  position: absolute;
  left: 20%;
  bottom: -15px;
}
.steps .step.active {
    opacity: 1;
}

.small-blocks .single-block {
    background-color: #f5f5f5;
    text-align: center;
    margin: 0 11px;
}
.small-blocks .single-block .heading-block {
    padding-top: 23px;
    display: block;
    max-width: 167px;
    text-align: center;
    margin: 0 auto;
}
.small-blocks .single-block .heading-title {
    font-weight: 700;
    font-size: 18px;
}

.small-blocks .single-block .block-info {
    padding: 14px 0;
    font-size: 14px;
}

.small-blocks .single-block .block-logo {
    padding-top: 27px;
    height: 80px;
    white-space: nowrap;
}
.small-blocks .single-block .block-logo img{
    vertical-align: middle;
}
.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.form-process .process-row h2 {
  font-weight: bold;
  color: #a6cf38;
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
  padding-bottom: 10px; }

.form-process .process-row .button {
  padding: 0 15px; }

.form-process .process-row .right {
  float: right; font-weight:bold; }

.form-process .process-row .left {
  float: left;
  background-color: rgba(179, 221, 0, 0.2);
  box-shadow: 0 2px 0 0 rgba(155, 191, 0, 0.2); }

.form-process .process-row .content-list .field_row {
      color: rgba(31, 58, 79, 0.8);
      padding: 6px 0;
      overflow: hidden;
      position: initial;
}

.form-process .process-block .content-list {
	border-bottom: 1px solid rgba(30, 56, 79, 0.15);
	padding-bottom: 10px;
  margin-bottom: 10px;
}

.form-process .process-row .content-list .field_row .gftooltip {
    background-image: url("../images/ask.png");
    vertical-align: middle;
    width: 20px;
    float: left;
    margin-right: 18px;
    cursor: pointer;
    height: 20px;
    background-repeat: no-repeat;
}
.form-process .process-row .content-list .field_row .gftooltip:hover {
    background-image: url("../images/ask_hover.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.form-process .process-row .content-list .field_row .rules {
    width: auto;
    font-size: 16px;
    color: #a6cf38;
    padding-left: 15px;
    text-decoration: none;
}

.content-list .field_row input {
    border: solid 1px rgba(31, 57, 79, 0.15);
    width: 100%;
}
.content-list .field_row input,
.input-group-btn:not(:first-child) > .btn {
    height: 38px;
}

.content-list .field_row p {
    margin: 0;
}
.content-list .field_row .payment-types {
    padding: 16px 0;
}
.content-list .field_row .payment-types ul {
    margin: 0;
    padding: 0;
}
.content-list .field_row .payment-types ul li {
    width: 20%;
    height: 80px;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}
.content-list .field_row .payment-types ul li .image {
    margin-right: 8px;
    background: white;
    height: 80px;
    text-align: center;
}
.content-list li .payment-types ul li .image img {
    margin: 0 auto;
}
.content-list li .payment-types ul li:last-child .image {
    margin-right: 0px;
    color: red;
}
.content-list li .field-view-cb .col-value {
    padding-left: 20px;
}
.card-details {
  height: 385px;
  background-color: #ffffff;
  border: solid 1px #b3dd00;
  border-radius: 5px; }
  .form-process .process-row .card-details h4 {
    margin: 0;
    padding: 7px 15px;
    height: 34px;
    background-color: #b3dd00;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal; }
    .form-process .process-row .card-details h4 .fa {
      font-size: 16px;
      padding: 3px 5px 3px 0px; }
  .form-process .process-row .card-details ul {
    padding: 15px 15px 24px 15px; }
    .form-process .process-row .card-details ul li label {
      display: inline-block;
      width: 100%;
      padding-bottom: 5px; }
    .form-process .process-row .card-details ul li input.small-input {
      width: 78px;
      margin-right: 5px;
      text-align: center;
      font-size: 13px; }
    .form-process .process-row .card-details ul li input.error {
      border: solid 1px #fe1734;
      color: #fe1734; }
    .form-process .process-row .card-details ul li .error-message {
      font-size: 10px;
      color: #ff1834;
      display: initial; }

.form-process .pdf li {
  font-weight: bold;
  line-height: 30px; }
  .form-process .pdf  li :before {
    content: url("../images/pdf.png");
    vertical-align: text-top;
    padding-right: 16px; }
  .form-process .pdf li a {
    line-height: 20px;
    text-decoration: none;
    display: inline-flex;
   }

.button.grey {
  background-color: rgba(30, 56, 79, 0.15);
  box-shadow: 0 2px 0 0 rgba(31, 57, 79, 0.3); }
.btn.grey {
  background-color: rgba(30, 56, 79, 0.15);
}



.success-message {
  height: 40px;
  font-weight: bold;
  color: #a6cf38; }

.thankyou-message {
  line-height: 1.5;
  color: rgba(31, 58, 79, 0.8); }

.thankyou-sub-message {
  line-height: 1.5;
  color: rgba(31, 58, 79, 0.8);
  padding:10px 0;
}

.bg-grey {
  background-color: #f1f1f1; }

.spacing {
  height: 1px;
  background: rgba(30, 56, 79, 0.15);
  margin: 10px 0;
  width: 100%;
  display: inline-block; }

input {
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px;
  color: rgba(31, 58, 79, 0.8); }

/* TOOLTIP */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 500px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
    /* font-size: 13px; */
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  /* border: 1px solid #F1D031; */
  /* background-color: #FFFFA3; */
  border: solid 1px rgba(31, 57, 79, 0.2);
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.16);
  color: #555; }

.qtip-default .qtip-titlebar {
  /* background-color: #FFEF93;  */
  background-color: #ffffff;
  font-size: 13px
}
.qtip-default .qtip-content {
    font-size: 12px
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.tooltiptext {
  display: none; }

/* RESPONSIVE IMAGES */
img {
  max-width: 100%;
  height: auto; }

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  /*positioning and padding*/
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

/*FOOTER*/
footer {
  min-height: 162px;
  padding: 32px 35px; }
  footer .social ul {
    padding: 0; }
    footer .social ul li {
      float: left;
      padding: 4px 15px; }
    footer .social ul li.facebook {
      padding-left: 0; }
      footer .social ul li.facebook img {
        width: 30px; }
    footer .social ul li.twitter img {
      width: 37px; }
    footer .social ul li.youtube img {
      width: 40px; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0 6%;
  float: left; }
  footer ul li {
    padding: 4px 0; }
    footer ul li a {
      font-size: 14px; }

footer h1, footer h2, footer h3, footer h4 {
  color: #CCC;
  margin-bottom: 10px; }

/* Contain floats*/
/* .clearfix:before, */
/* .clearfix:after, */
/* .row:before, */
/* .row:after { */
  /* content: " "; */
  /* display: table; } */

/* .clearfix:after, */
/* .container:after, */
/* .row:after { */
  /* clear: both; } */

/* .container { */
    /* border-right: solid 1px #979797; */
    /* border-left: solid 1px #979797; */
/* } */

.social img {
    max-height: 1.9rem;
}

.content-list {
  list-style: none;
  padding: 0;
}
/* .content-list li span { */
    /* width: 100%; */
    /* display: inline-block;  */
/* } */
.content-list .content-list-child {
    list-style: none;
}

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/

@media only screen and (min-width: 481px) {
  #logo {
    float: left;
    text-align: left;
    margin-bottom: -20px;
    /*this depends on the height of the logo*/ }
  .menu-toggle {
    /*make menu float right, instead of sitting under the logo*/
    margin-top: 10px;
    /*this depends on the height of the logo*/
    float: right; }

  .lursoft-data-plg .reg-row > div {
    width:50%;
  }

  .founder-content .founder-content-title {
    width: 90%;
  }
}
@media (max-width: 991px) {
    .bg-grey .plg .reg-nr #reg_nr {
      width: 100%;
    }
    .changes .changes-row .changes-block {
      padding: 0px!important;
    }
}

@media only screen and (max-width: 920px) {
    .block-green h1 {
    font-size: 32px; }
    .block-green h1 i {
      bottom: 0px; }


    .block-slider .slider ul {
        padding: 0;
        /* width: 100%;  */
    }

    .block {
    padding: 20px 0; }
    .block .grid_6 {
      width: 100%; }
    .block-main {
    padding: 20px 0; }
    .block-main .grid_6 {
      padding-top: 15px; }
    .block-main .info h4:before {
      height: 40px;
      float: left;
      padding-top: 5px; }
    .block-main .button {
      margin: 0 auto; }
    .block .inner {
    padding-bottom: 15px; }
    .block .inner .list ul {
      width: 170px;
      margin: 0 auto; }
      .block .inner .list ul li:before {
        padding-left: 0; }
    .topnav {
    display: inline-block;
    margin-bottom: 20px;
    float: right; }
    .topnav .main-menu {
      padding: 70px 30px;
      display: none;
      margin: 0;
      background: #FFF;
      list-style: none;
      position: fixed;
      z-index: 200;
      width: 300px;
      height: 100%;
      top: 0;
      right: 0; }
      .topnav .main-menu li {
        margin: 12px 0; }
      .topnav .main-menu li#close-menu {
        display: block; }
      .topnav .main-menu li.menu-home {
        display: block; }
      .topnav .main-menu .button {
        padding: 5px; }
        .topnav .main-menu .button a {
          text-align: inherit; }
    .topnav .is-active {
    display: block; }
    #header {
    height: auto;
    width: 100%;
    max-width: 100%;
    }
    #header #logo {
      display: inline-block; }


    /*FOOTER*/
    footer ul {
    float: none;
    text-align: center; }
    footer .social ul {
    padding-top: 20px; }
    footer .social ul li {
      float: initial;
      display: inline-block; }
    .block-grey .grid_12 .stages {
    display: inline-block; }
    .block-grey .grid_12 .stages ul {
      display: inline-block;
      padding: 0; }
      .block-grey .grid_12 .stages ul li {
        float: none; }
        .block-grey .grid_12 .stages ul li img {
          margin: 32px 0px 20px 0px; }


    .steps h1 {
        font-size: 18px; }
    .steps h5 {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        text-align: center;
        color: rgba(31, 58, 79, 0.8);
    }
    .steps .step {
    width: 33%;
    float: left;
    min-height: auto; }
    .steps .step h2 {
      font-size: 40px; }
    .steps .step h3 {
      font-size: 12px;
      font-weight: bold; }
    .steps .step .triangle {
      display: none;
    }

    .block-grey .grid_12 .stages ul li {
        padding-right: 0px;
    }
    .process-row h2 {
        font-size: 16px;
    }
    .process-row .button {
        width: 130px;
    }

} /* @media */

/*
TABLET & SMALLER LAPTOPS

The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {
  .wrapper {
    max-width: 1080px; }
  #logo {
    float: left;
    text-align: left;
    margin-bottom: 0px; }
  header {
    padding: 0; }
  #content {
    float: left;
    width: 65%; }
  #content.wide-content {
    float: none;
    width: 100%; }
  aside {
    float: right;
    width: 30%; }
  /*** MAIN MENU - ESSENTIAL STYLES ***/
  .menu-toggle {
    display: none; }
  #menu-main-navigation {
    display: block; }
  .main-menu, .main-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-menu ul {
    position: absolute;
    width: 12em; }
  .main-menu ul li {
    width: 100%; }
  .main-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */ }
  .main-menu li {
    display: inline-block;
    position: relative; }
  .main-menu li li {
    margin-left: 0px; }
  .main-menu a {
    display: block;
    position: relative; }
  .main-menu li:hover ul,
  .main-menu li.sfHover ul {
    display: block;
    left: 0;
    top: 45px;
    /* match top ul list item height */
    z-index: 99;
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.3); }
  ul.main-menu li:hover li ul,
  ul.main-menu li.sfHover li ul {
    top: -999em; }
  ul.main-menu li li:hover ul,
  ul.main-menu li li.sfHover ul {
    left: 12em;
    /* match ul width */
    top: 0; }
  ul.main-menu li li:hover li ul,
  ul.main-menu li li.sfHover li ul {
    top: -999em; }
  ul.main-menu li li li:hover ul,
  ul.main-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0; }
  .topnav, .main-menu {
    float: right; }
  .main-menu a {
    text-decoration: none; }
  .main-menu li a {
    padding: 8px 10px; }
  .main-menu li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
    height: auto; }
  .main-menu li li a:visited {
    color: #fff; }
  .main-menu li li li a,
  .main-menu li.current * li a {
    padding-left: 20px; }
  .row {
    margin-left: -15px;
    margin-right: -15px; }
  .grid_1 {
    width: 8.33333333%; }
  .grid_2 {
    width: 16.66666667%; }
  .grid_3 {
    width: 25%; }
  .grid_4 {
    width: 33.33333333%; }
  .grid_5 {
    width: 41.66666667%; }
  .grid_6 {
    width: 50%; }
  .grid_7 {
    width: 58.33333333%; }
  .grid_8 {
    width: 66.66666667%; }
  .grid_9 {
    width: 75%; }
  .grid_10 {
    width: 83.33333333%; }
  .grid_11 {
    width: 91.66666667%; }
  .grid_12 {
    width: 100%; }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    float: left;
    display: block; }
  .rightfloat {
    float: right; } }

@media only screen and (max-width: 1030px) {
  #header {
    padding: 7px 2px 8px 2px;
  }
  .block-slider .slider .slides img {
    width: auto;
  }
}


@media (max-width: 786px) {
    .card.card-adventages .list ul {
        padding-left: 10%;
    }
    .block-grey h1 span {
      line-height: 30px;
    }
    h1, .block-grey h1 span{
      margin:10px 0;
      font-size: 30px;
    }
    .button{
      width:100%;
    }
    .block-text{
      padding:0;
    }
    .social .col-6{
      flex: 100%;
      max-width: 100%;
    }

    .wrapper.block-slider, .wrapper.block-grey {
          padding: 10px;
    }

    .wrapper.block-green{
      padding:20px 10px
    }

    .bg-grey{
          padding-bottom: 20px;
    }
    .block-slider .slider ul {
      width:100%;
    }
    .stages ul li {
      padding-left: 0;
      padding-right: 0px;
    }
    .block-grey .video .embed-responsive{
          margin: 10px auto;
    }
    .wrapper.pt-8{
      padding: 0;
    }

    /* Slēpjam atsevišķus tulkojumus */
    .mob-hide p:nth-child(2){
      display:none;
    }

    #mainNavContent .close{
      display:block;
      color:#a6cf38;
      position: absolute;
      top: 20px;
      right: 20px;
    }

    .nav-item.dropdown{
      width:100%;
    }
    .navbar-nav{
      display: block;
      width: 100%;
      padding: 10px 0;
    }
    .signature .col_1 {
      width:100%;
    }
    .signature .col_2 {
      width:100%;
    }
    .signature .col_3 {
      width:85%;
    }
    .signature .col_4 {
      width:10%;
    }

    .flex {
      display: block!important;
    }
    .radiobox-box {
      padding-left: 18px;
    }

}

@media (max-width: 576px) {
    .block-slider .controls {
        display: block;
    }
    .wrapper {
        width: 100%;
        border: 0;
    }
    .card.card-adventages .list ul {
        padding-left: 10%;
    }


}




.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  /*height: 100%; */
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }



/* address widget */
.address-widget .adr-dropdown {
    display: inline-block;
    width: 100%;
    color: rgba(31, 58, 79, 0.8);
    padding: 6px 0;
    overflow: hidden;
    display: flex;
}

.address-widget select, .address-widget input {
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 0 8px;
    color: rgba(31, 58, 79, 0.8);
    height: 38px;
    border: solid 1px rgba(31, 57, 79, 0.15);
    width: 66.66666667%;
    margin-left: 12px;
}

.address-widget label {
    color: rgba(31, 58, 79, 0.8);
    padding: 6px 0;
    overflow: hidden;
    width: 33.33333333%;
}

.address-widget .adr-search-block input {
    width: 100%;
    margin-right: 20px;
    margin-left: 0px;
}

.address-widget .adr-search-block button {
  width: 33.33333333%;
  height: 36px;
  background-color: #b3dd00;
  box-shadow: 0 2px 0 0 #9bbf00;
  display: none;
  padding: 0 10px;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  text-align: center;
  color: #1f3a4f;
  cursor: pointer;
  font-family: "Open Sans", sans-serif; }

.adr-dropdown-controls {
  display: none;
}


.row.no-inner-gutters {
    padding-right: 0;
    padding-left: 0;
}

.ui-menu {
  background: white;
  width: 463px;
  list-style: none;
  padding: 5px 10px; }
  .ui-menu li a {
    cursor: pointer;
    font-size: 14px; }
  .ui-menu li:hover {
    background-color: #f1f1f1; }


#ui-id-1 {
  /*display:block!important;*/
  overflow: auto;
  height: 300px;
  outline: -webkit-focus-ring-color auto 5px; }


/* Addition */
input[type="text" i]:read-only {
    background-color: #e6e6e6;
}
input[type="text" i]:disabled {
    background-color: rgb(235, 235, 228);
}
select:disabled {
    background-color: rgb(235, 235, 228);
}


/* Errori un Dropdown errori START */

.adr-dropdown .wdg-error-label {
    color: #a94442;
}

.adr-dropdown .wdg-error-select {
    border: 1px solid #a94442;
}


.adr-dropdown .error-wrap{
    display: block;
    width: 66.666667%;
    margin-left: 12px;
}
.adr-dropdown .error-select{

    border:1px solid #a94442 ;
}

.adr-dropdown .error-wrap select{
    width:100%;
    margin:0;
}

.error{
  color: #a94442;
}

/* Errori un Dropdown errori END */


.input-group .errpk {
    display: table-row;
    float: none;
}
.form-process .process-row .content-list li .input-group label {
    float: none;
}


.input-group :not(:last-child) .input-group-addon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}
.input-group :not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group :not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group :not(:first-child) .input-group-btn .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .input-group-btn {
    height: 38px; /* must be for safari */
}
.input-group .input-group-btn .btn {
    border-radius: 0.25rem;
    /* height: 38px; */
}
/*
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;

    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 7px;
    padding-right: 7px;
}
*/
.form-control {
    font-size: 0.8rem;
}

.input-group-btn:not(:first-child) {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #8BC34A;
    /* background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; */
    font-weight: bold;
    color: #8BC34A;
}
.input-group-spinner {
    position: relative;
    width: 42px;
    display: none;
}
.input-group-spinner .spinner {
    position: absolute;
    right: 3px;
    margin-top: 4px;
    margin-left: 4px;
}
.overflow-hidden {
    overflow: hidden;
}



#footer .copyright {
    padding-left: 4%;
}
#footer .copyright .copyright_piece:not(:first-child) {
    padding-left: 4%;
}


a.button {
    display: inline-block;
    text-align: center;
    /* vertical-align: bottom; */
    padding-top: 5px;
    text-decoration: none;
}

/* #firm_name status field */
.firm_seach_result_block {
    margin-left:0px;
    margin-right:0px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 13px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.firm_seach_result_block .title {
    margin-top: 10px;
}

.firm_seach_result_block .title,
.firm_seach_result_block .have_more
{
    font-size: 13px;
    color: #949494;
    font-weight: bold;
}
.firm_seach_result_block .have_more .count {
    display: inline;
}
.firm_seach_result_block .names {
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.firm_seach_result_block .advanced_msg_block {
    margin-top: 10px;
}

.result_field.danger,
.result_field.success
{
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

.danger {
	color: #ff1834 !important;
}

.success {
    color: #a6cf38 !important;
}

.warning {
    color: #ff9800 !important;
}

/*Spinner*/

.spinner {
	position:relative;
	margin-right:-30px;
	width:30px;
	height:30px;
	margin: auto;
}

.spinner_el {
	position:absolute;
	background-color:rgb(180,221,0);
	width:7px;
	height:7px;
	border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:0.718s;
		-o-animation-duration:0.718s;
		-ms-animation-duration:0.718s;
		-webkit-animation-duration:0.718s;
		-moz-animation-duration:0.718s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

.spinner_el_1 {
	left:0;
	top:12px;
	animation-delay:0.268s;
		-o-animation-delay:0.268s;
		-ms-animation-delay:0.268s;
		-webkit-animation-delay:0.268s;
		-moz-animation-delay:0.268s;
}

.spinner_el_2{
	left:3px;
	top:3px;
	animation-delay:0.364s;
		-o-animation-delay:0.364s;
		-ms-animation-delay:0.364s;
		-webkit-animation-delay:0.364s;
		-moz-animation-delay:0.364s;
}

.spinner_el_3{
	top:0;
	left:12px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

.spinner_el_4{
	right:3px;
	top:3px;
	animation-delay:0.536s;
		-o-animation-delay:0.536s;
		-ms-animation-delay:0.536s;
		-webkit-animation-delay:0.536s;
		-moz-animation-delay:0.536s;
}

.spinner_el_5{
	right:0;
	top:12px;
	animation-delay:0.632s;
		-o-animation-delay:0.632s;
		-ms-animation-delay:0.632s;
		-webkit-animation-delay:0.632s;
		-moz-animation-delay:0.632s;
}

.spinner_el_6{
	right:3px;
	bottom:3px;
	animation-delay:0.718s;
		-o-animation-delay:0.718s;
		-ms-animation-delay:0.718s;
		-webkit-animation-delay:0.718s;
		-moz-animation-delay:0.718s;
}

.spinner_el_7{
	left:12px;
	bottom:0;
	animation-delay:0.814s;
		-o-animation-delay:0.814s;
		-ms-animation-delay:0.814s;
		-webkit-animation-delay:0.814s;
		-moz-animation-delay:0.814s;
}

.spinner_el_8{
	left:3px;
	bottom:3px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}



.banks {
	visibility:hidden !important;
	display: inline-block;
	/*display:none!important;*/
}
.content-list .field_row input.banks {
    width:1px;
}

.banks + label {
	border: solid 1px #dee2e5;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
 
  margin-bottom:10px;
}
.banks.error + label {
	border: solid 1px red;
}

.error#payment-error{
    width: 100%;
    border: 0;
}

.banks:checked + label {
	border: solid 2px #b3dd00;
	opacity: 1 !important;
	margin-top: -1px;
	margin-left:0px;

}
.banks:checked + label::after {
	content: url('/images/check.png');
	position: absolute;
	top:73px;
	left:54px;
}

.go_back {
    font-size:14px;
    font-family: OpenSans;
    padding-bottom: 16px;
}
.go_back a{
    color: rgba(31, 58, 79, 0.8);
}


.left-offset-lvl-1 {
    margin:20px;
}

.p-t-1 {
    padding-top:5px;
}
.p-t-2 {
    padding-top:10px;
}

.p-t-3 {
    padding-top:15px;
}

.p-t-4 {
    padding-top:20px;
}

.text-right {
    text-align: right;
}

p strong,
p b {
   color: #1f3a4f;
}


/* RW Bootstrap styles */
.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #a6cf38;
}



/* Partners section */
.partners img {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}


#sec_email_form form label {
    color: rgba(31, 58, 79, 0.8);
}

#sec_email_form .sec_email_form_inner {
    max-width: 636px;
    margin: 0 auto;
}


.pb-6 {
    padding-bottom: 3.5rem!important;
}
.pt-6 {
    padding-top: 3.5rem!important;
}


.pb-7 {
    padding-bottom: 4rem!important;
}
.pt-7 {
    padding-top: 4rem!important;
}

.pb-8 {
    padding-bottom: 4.5rem!important;
}
.pt-8 {
    padding-top: 4.5rem;
}

.pb-9 {
    padding-bottom: 5rem!important;
}
.pt-9 {
    padding-top: 5rem!important;
}







@media (min-width: 768px) {
    /* .col-value { */
        /* padding-left: 0px; */
    /* } */
}


@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
.doc_prep_button_wrap {
	margin-top: 3rem;
}




.js-hidden {
    display: none!important;
}


#main_nav {

}
#main_nav .navbar-collapse {
    /*position: relative!important;*/
}
.has-active-menu #main_nav #mainNavContent {
    position: absolute;
    z-index: 201;
    background-color: #fff;
    right: -2px;
    padding: 20px;
    padding-top: 55px;
    height:600px;
    width:80%;
    top: 0;
    display:none;
}

.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}

#main-overflow {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

#main-overflow {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.has-active-menu #main-overflow {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


.btn-outline-success {
    color: #a6cf38;
    border: solid 1px #a6cf38;
    background-image: none;
    background-color: transparent;
}
.navbar-light .navbar-toggler.btn-outline-success {
    color: #a6cf38;
    border: solid 1px #a6cf38;
    background-image: none;
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
}

#main_nav .navbar-toggler {
    margin-top: 0.8rem;
    font-size: 1rem;
}

#main_nav {
    z-index: 201;
        overflow: visible;
}

#main_nav .btn.btn-primary {
    padding: 0.6rem 3rem;
    white-space: normal;
}

#main_nav .navbar-brand {
    min-width: 11.5rem;
}

#header.wrapper {
    overflow: auto;
}

.wrapper.block h1 {
  text-align: center;
}

.img-content{
      padding: 10px;
}

.close{
  display:none;
}

.data-loader{
  background: #f1f1f1;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30em;
  height: auto;
  margin-top: -9em;
  margin-left: -15em;
  padding-bottom: 10px;
  background-color: #f3f3f3;
  /*display:none;*/
  z-index:1050;
}
.data-loader h3{
  text-align:center;
  font-weight:bold;
  font-size: 20px;
  color:#a6cf38;
}

.data-loader img {
  margin: 0 auto;
  display: block;
}

.mask{
  display:none;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index:1040;
}

.preview h1{
  padding:0;
  text-align: center;
  margin: 0;
}

.preview  span{
  display: block;
  text-align: center;
  margin: 0;
}

.preview > span{
  color: rgba(31, 58, 79, 0.8);
}
.preview  .heading{
  margin-top: 15px;
}

.green{
  color: #a6cf38;
}

.small-img{
  position: absolute;
  top: 34px;
  right: 0;
  background: red;
  padding: 7px 25px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.video .embed-responsive{
  width: 75%;
  padding: 0;
  margin: 0 auto;
  margin-top:0px;
}

.submit-register .button{
  float:left;
}

.submit-register img{
  float:left;
  padding:20px;
}

.border-row .border{
  border-bottom:1px solid rgba(31, 58, 79, 0.15);
  margin: 0px 65px;
}

.serial {
	cursor:pointer;
  color: #a6cf38;
}

.serial span{
	padding-left:5px;
	font-size: 16px;
	font-weight: bold;
	color: #75bb01;
}

.more-row{
  /* border-top: 1px solid rgba(30, 56, 79, 0.15); */
  margin-top: 10px;
  padding-top: 10px;
}

.valde-row{
  padding-bottom: 16px;
  margin:0;
}

.valde-row i {
	font-size: 18px;
	color: #75bb01;
}

.remove-valde-row span{
	padding-left:5px;
	font-size: 16px;
	font-weight: bold;
	color: #afafaf;
}
.remove-valde-row i{
	color: #afafaf;
	font-size: 18px;
}

.remove-valde-row{
    margin: 0;
}

.remove-valde{
	cursor:pointer;
	padding: 16px 0;
}


.error-select{
  border:1px solid #a94442!important;
}
.error-select:focus{
    outline: none;
}

.dropdown.show  .dropdown-menu{
  display:block;
  margin-top:5px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

.dropdown  .dropdown-menu .dropdown-item:active{    background: none;}
.dropdown  .dropdown-menu .dropdown-item{
  color: #1f3a4f;
  width: 334px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-align: left;
}

.success-info  {
  padding: 10px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(30, 56, 79, 0.15);
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
}
.success-info ul {
  list-style:none;
  padding: 0;
  margin:0;
}
.success-info ul li {
  padding: 5px 0;
  color: rgba(31, 58, 79, 0.8);
}


.block-text .text-LEFT, .block-text .text-left {
    width: 15%;
}

.dpicker{
  position: initial;
}

/* BUJ START */

.buj-row .buj-txt {
    opacity: 0;
	height: 0;
	max-height: 0;
}

.buj-row {
	user-select: none;
	position: relative;
	margin-left: 30px;
	display: block;
}

.buj-row.open .buj-txt {
	opacity: 1;
	height: auto;
	max-height: initial;
	transition:
		opacity 0.25s,
		height 0.25s 0.35s;
}

.buj-row strong {
	margin-top:12px;
	margin-bottom:12px;
	cursor: pointer;
	display: block;
}

.buj-row strong:before {
    content:"";
    border-style: solid;
    border-width: 7px 11px 7px;
    border-color: transparent transparent transparent #B3DD00;
    position: absolute;
    left: -27px;
	top: 4px;
}

.buj-row.open strong:before {
	top: 7px;
    border-width: 11px 7px 11px;
	border-color: #B3DD00 transparent transparent transparent;
}

/* BUJ END */

.warranty-row{
    padding-top:88px;
}
.warranty-block{
    padding:16px 18px;
    border-radius: 6px;
    background-color: #efefef;
    border: solid 1px #dbdbdb;
}

.warranty-block h5{
    margin:0;
    color: #49667c;
}


.warranty-block .description{
    font-size: 12px;
    text-align: left;
    color: #667987;
    line-height: 18px;
    font-family: OpenSans;
}


.content-list .field_row input[type="checkbox"]{
  width:auto;
  border-radius:0;
}
.content-list .field_row .checkbox label{
  float: left;
}

.content-list .field_row input[type=checkbox]{
  width: 25px;
  height: 25px;
  background:#fff;
  float: left;
  margin-right: 10px;
}

input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0
}
input[type=checkbox]:after {
  padding-right: 3px;
  top: 1px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  display:block;
}
input[type=checkbox]:checked:after {
  content: "\f00c";

}

/*
Checkbox radio butoniem
*/


/*Radio box*/

 .field_row input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
    margin-right: 5px;
    font-size: 22px;
    color: #c6ccd0;
}
 .field_row input[type="radio"]{
	position: absolute;
	right: 9000px;
}
 .field_row input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #9bbf00;
	animation: effect 250ms ease-in;
}

.field_row input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.field_row input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/


h2{
    font-size: 20px;
}

.content-list .field_row #pop u{
    text-decoration: none;
}

.content-list .field_row #pop b{
    color: #a6cf38;
}

.alert-warning {
    border-radius: 3px;
    border: solid 1px #ea9b9b;
    background-color: #ffe0de;
    font-size: 14px;
    color: #7c7363;
}
.alert-success {
    border-radius: 3px;
    border: solid 1px #f2f6de;
    background-color: #f2f6de;
    font-size: 14px;
    color: #7c7363;
}
.error.errpk{
  width:100%;
}

.row-info{
    margin-top: 10px;
}

#pieteikums .process-block .full{
  padding-bottom: 20px;
}

#pieteikums .process-block .full label{
  border: solid 1px #ea9b9b;
  background-color: #ffe1e1;
  padding: 5px;
}

#pieteikums .process-block .full .check-content{
  float:left;
  width:60%;
}
#pieteikums .process-block .full .plg-warning{
  margin-top: 10px;
  display: block;
}
#pieteikums .process-block .full .plg-warning i{
  margin-right: 10px;
  font-size: 20px;
  color:red;
}

#pieteikums label{
	width:100%;
	cursor:pointer;
  padding-left: 5px;
  padding-top: 9px;
}

#pieteikums .label-text{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgba(31, 58, 79, 0.8);
}

#pieteikums .sub-text{
	width: 100%;
	display: block;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
	color: rgba(98, 124, 143, 0.8);
}
#pieteikums .sub-text.free{
    margin-left: 10%;
	color: #75bb01;
	font-weight: bold;
}


.button-row{
	padding-top:30px;
}

.offline-form input{
	width: 100%;
	margin-bottom: 0;
	display: inline;
	min-width: 50px;
	padding: 13px;
	border-radius: 2px;
}

.offline-form .error{
	border:1px solid;
}
.offline-form .error-msg{
	color:#a94442;
}
.offline-form .star-rating label{
	margin-right:10px;
	margin-left:5px;
}

.picker--opened .picker__holder {
	overflow:hidden;
}

.offline-form .no-inner-gutters .col-1 {
	display:none;
}

.offline-form .label {
    color: #a6cf38;
}
.offline-form .radio {
    width:auto;
}
.offline-form .pilnkapitals {
    display:none;
}
.offline-form .checkbox input {
    width:auto;
	padding:0;
	min-width: auto;
}
.offline-form .checkbox{
	display: inline-block;
	padding:25px 0;
}
#offlineForm .submitForm{
	float: right;
	text-transform: none;
    width: 257px;
    height: 36px;
    background-color: #b3dd00;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    box-shadow: 0 2px 0 0 #9bbf00;
    cursor: pointer;
}

.submitForm{
	float: right;
	text-transform: none;
    width: 257px;
    height: 36px;
    background-color: #b3dd00;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    box-shadow: 0 2px 0 0 #9bbf00;
    cursor: pointer;
}

#offlineForm .submitForm{

}


.wrapper .field_row .main-counter .counter {
  width: 45px;
  border-radius: 0px !important;
  text-align: center;
}
.main-counter .up_count {
  background-color: #b3dd00;
  margin-left: -4px;
border:0;
border-radius:0;
}
.main-counter .down_count {
  background-color: #b3dd00;
  margin-right: -4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border:0;
  border-radius:0;
}

.main-counter.disabled .down_count, .main-counter.disabled .up_count {
  background-color: #c5c5c5;
  pointer-events: none;
}
.choices-wrapper  {
	width: 40%;
	margin: 0 auto;
	padding-top: 0;
}

.choices-wrapper h1 {
	text-align:center;
	font-size: 40px;
	color: #1f3a4f;
}
.choices-wrapper .head span {
	text-align:center;
	display:block;
	color: rgba(31, 58, 79, 0.8);
	font-size: 16px;
}
.choices-wrapper .choices-block{
    min-height: 86px;
	border: solid 1px #d6d6d6;
	border-radius: 3px;
	margin-bottom:16px;
	cursor:pointer;
}
.choices-wrapper .choices-block:hover{
	background-color: #f8f8f8;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.21);
}

.choices-wrapper .choices-block h3{
	padding: 0 5px;
	font-size: 16px;
	color: #1f3a4f;
	font-weight: bold;
 	text-align: center;
	margin-top: 14px;
	margin-bottom: 0;
}
.choices-wrapper .choices-block span{
	text-align: center;
	font-size: 12px;
	color: rgba(98, 124, 143, 0.8);
	display:block;
}
.choices-wrapper .choices-block span.green{
	color: #75bb01;
	font-weight: bold;
}

.choices-wrapper .choices-row{
	padding-top:40px;
}
.choices-wrapper .choices-row .status{
	position:absolute;
	top:-10px;
	background-color: #ffffff;
    border: solid 1px #d6d6d6;
	right: 38%;
}

.choices-wrapper .choices-row .status span{
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px;
}
.choices-wrapper .choices-row .status span.online{
	color: #75bb01;
}

.dibinat label{
	cursor:pointer;
}
.dibinat label input{
	margin-right: 10px;
}

.pointer-events{
	pointer-events:none;
	    opacity: 0.4;
}
.form-control::-webkit-input-placeholder { color: #bdb8b8; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #bdb8b8; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #bdb8b8; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #bdb8b8; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #bdb8b8; }  /* Microsoft Edge */

.disabled{
  opacity: 0.4;
  pointer-events:none;
  box-shadow: 0 0px 0 0 #9bbf00;
}
.input-disabled{
	background-color: rgb(235, 235, 228);
  pointer-events:none;
  box-shadow: 0 0px 0 0 #9bbf00;

    padding-left: 0;
}


.parstavnieciba-row .disabled{
  color: #cacaca;
  background-color: inherit;
}

.content-list .field_row input[type=checkbox].disabled{
    background: #e8e8e8;
}

.pers_code_block {
	width: 100%;
    display: inline-block;
}
.pers_code_block label{
	width:100%;
}
.pers_code_block .pers_code_input_1{
	width: 45%!important;
    float: left;
	text-align:center;
	letter-spacing: 3px;
}
.pers_code_block .pers_code_input_2{
	width: 30%!important;
    float: left;
	text-align:center;
	letter-spacing: 3px;
}
.pers_code_block .pers_code_seperator{
	text-align:center;
	width:20px;
    float: left;
}
.pers_code_block .error-msg{
 	clear:both;
	width:100%;
	display:block;
}
.pers-error{
	color: #a94442;
}

.not_pers {
	display:none;
}

.form-process .process-row .content-list .field_row.date_row{
	overflow:inherit;
}
.date_row .picker .picker__header select{
	height:2.5em;
}

.container .country-select, .container .plg-select {
	width:100%;
}

.message-block .message-button {
	padding: 5px 10px;
	font-size: 12px;
}

.login {
  padding: 20px 0 0 0;
	display:flex;
}

.login ul {
  line-height: 40px;
	list-style:none;
	margin:0;
  padding:16px;
  height:auto;
  background:#FFFFFF;
  border:1px solid #dee2e5;
  border-radius: 3px;
}
.login ul li{

}
.login ul li span{
	font-size:14px;
}

.login ul li a span{
	font-size:14px;
  font-weight: bold;
}

.login .logged ul li a{
  margin: 0;
  padding: 5px 16px;
  float: right;
  margin-right:5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0px 2px #afafaf;
}

.login .logged ul li span{
  font-weight: bold;
}

.login .auth-list li a{
  padding: 0px 10px;
}

.login .auth-list li .login-description:before{
  content: url(../images/icons/safe.svg);

  color: #75bb01;
  font-size: 25px;
  position: absolute;
  left: 0;
  margin: 2px;
}
.login .auth-list li .login-description{
  padding-left: 25px;
  font-weight: normal;
}

.login .logged ul li {
  font-size: 14px;
}

.firm_seach_result_block .getPlg {
    color: #75bb01;
    margin-right: 5px;
    font-weight: bold;
}

.firm_seach_result_block .similar-firms h5{
  margin: 5px 0;
  font-size: 15px;
}
.firm_seach_result_block .similar-firms ul{
  list-style:none;
}



#aupopth .pop-dialog{
    width: 50%;
    max-width: 660px;
}

#auth .pop-dialog .pop-content {
	border-radius:0;
}

#auth .pop-dialog .pop-body {
    padding: 15px 60px;
}

#auth .pop-dialog .pop-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.auth{
  padding: 0 65px;
}

#auth .auth-logo {
	margin: 0 auto;
    padding: 20px 0 0 0;
}

#auth ul.auth-list{
  pointer-events: none;
}
#auth ul.auth-list.authorize{
  pointer-events: initial;
}


#auth  ul {
	padding: 0;
}

#auth .description{
	line-height:22px;
}
#auth .description ul li{
  list-style: initial;
  list-style-position: inside;
}

.auth-container .auth-checkbox{
	width: 25px;
	height: 25px;
	float: left;
	color:#afafaf;
	border:1px solid;
	margin-right: 5px;
}
.auth-container .agree-text {
  font-size:16px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #1f3a4f;
}
.auth-container ul {
  list-style:none;
  padding:0;
}

.auth-container ul li {
  padding: 4px;
}
.auth-container ul li .auth-block {
  border: 1px solid rgba(31, 58, 79, 0.15);
  min-height: 85px;
  max-height: 80px;
  text-align: center;
}
.auth-container ul li .auth-block a {
padding: 2px 7px;
    text-align: center;
    display: block;
}
.auth-container ul li .auth-block img {
  height: 80px;
}
.auth-container .auth-block-content  {
  padding: 10px 60px;
}


#auth .modal-dialog .modal-content .agree-text{
	font-weight:bold;
	color:#1f3a4f;
}

#auth .modal-dialog .modal-content .auth-list{
	margin-top:25px;
}

#auth .modal-dialog .modal-content .auth-list li{
    padding: 4px;
}

#auth .modal-dialog .modal-content .auth-list li a{
    padding: 25px 7px;

}

#auth .modal-dialog .modal-content .auth-list li .auth-block{
	border:1px solid rgba(31, 58, 79, 0.15);
	min-height: 85px;
    max-height: 80px;
}

#auth .modal-dialog .modal-content .auth-list li .auth-block img{
  height: 80px;
}

body .swal2-popup #swal2-content {
  text-align: left;
}

.auth-container .image{
  text-align:center;
}





.add_sign_block{
  padding: 10px 0 20px 0;
}
.add_sign{
  color: #75bb01;
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
}

.remove-sign-row{
  float: left;
  margin-right: 12px;
  color: red;
  font-size: 17px;
  cursor: pointer;
}

.plg-person-row-auth .plg-name{
  padding: 10px 0;
  display:block;
  color: rgba(31, 58, 79, 0.8);
  font-size:16px;
  font-weight: bold;
  text-decoration: none;
  width:100%;
}
.plg-person-row-auth{
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
}
.plg-person-row-auth:first-child{
  border-top: 1px solid rgba(30, 56, 79, 0.15);
}

.plg-person-row-auth .plg-item{
  background-color: transparent;
  border:0;
  padding:5px 15px 5px 0px;
}

.plg-person-row-auth {
  position: relative;
}

.plg-person-row-auth select, .plg-person-row-auth input{
  font-family:"Open Sans", sans-serif;
  font-size: 16px;
  font-weight:normal;
}

.valde-button-row{
  padding-top: 15px;
}

.plg-person-row-auth .plg-item-value {
  border:1px solid rgba(31, 58, 79, 0.15);
}
.plg-person-row-auth .plg-name:after{
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 20px;
}
.plg-person-row-auth .plg-name:after{
  content: '\f0d7';
}
.plg-person-row-auth .plg-name[aria-expanded="true"]:after{
  content: '\f0d8';
}
.plg-person-row-auth .check-plg .checkbox .plg-checkbox{
  margin-top: 12px;
  width:18px;
  height:18px;
  margin-right: 12px;
}

.plg-person-row-auth .check-plg .checkbox .plg-checkbox:checked:after {
  content: "\f14a";
  color:#75bb01;
  margin-top: -3px;
}

.plg-non-auth .plg-item-value{
  border:0;
}

.plg-non-auth .remove-plg {
  float: right;
  color:#a94442;
  margin-top: 3px;
  margin-right: 40px;
}
.plg-non-auth .plg-name {
  min-height: 50px;
}

.plg-basic{
  display: inline-flex;
  top: 5px;
  width: 100%;
}
.plg-basic > div{
  position: relative;
}
.plg-basic .col-value input{
  color: rgba(31, 58, 79, 0.8);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.plg-basic .own_tooltip{
  font-size: 13px;
  color:#a6cf38;
  position: absolute;
  top: 32px;
  right: 17px;
}

.add_plg #add_valde, .removePlg .remove{
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: auto;
}
.add_plg #add_valde i{
  font-size:25px;
  float:left;
}
.add_plg #add_valde span{
  float:left;
  padding-left: 15px;
  margin-top:2px;
}

.plg-non-auth:first-child{
  border-top:0px;
}
.plg-non-auth .panel-heading{
  min-height: 90px;
}

.plg-non-auth .removePlg .remove{
  padding-bottom: 10px;
}
.plg-non-auth .removePlg .remove i {
  color:#afafaf;
  font-size:25px;
  float:left;
}
.plg-non-auth .removePlg .remove span{
  float:left;
  padding-left: 15px;
  margin-top:2px;
}

.warning-message{
  background:#ffe1e1;
  border: 1px solid #ea9b9b;
  padding: 10px 15px;
  font-size: 14px;
}

.warning-message .message-row{
  margin-left: 15px;
  margin-right: 6px;
}

.warning-message:before{
  content: '\f071';
  font-family: FontAwesome;
  position: absolute;
  color: #ff1834;
  font-size: 20px;
}

.warning-message .warning-message-block .btn{
  background-color:#b3dd00;
  box-shadow: 0 2px 0 0 #9bbf00;
  font-weight:bold;
  padding: 4px 12px;
  font-size: 14px;
}

#error-msg-common {
  display:none;
  margin-bottom:10px;
}
#error-msg-common .message {
  color:#a94442;
}

.sign-row{
  padding-top:5px;
}

.lursoft-data-plg ul{
	list-style: none;
	padding:0;
	padding-right: 15px;
    padding-left: 15px;
}

.lursoft-data-plg h4{
	text-align: center;
	font-size:16px;
	font-weight: bold;
}

.lursoft-data-plg .col-md-6 .content-data {
  padding:10px;
  height: 4em;
  display: flex;
  align-items: center;
}

.lursoft-data-plg .col-md-6 .content-row .true:before {
  content: "\f058";
  color:#b3dd00;
}

.lursoft-data-plg .col-md-6 .content-row .false:before {
  content: "\f071";
  color: #ff312c;
}

.lursoft-data-plg .col-md-6 .content-row .false:before, .lursoft-data-plg .col-md-6 .content-row .true:before  {
  font-family: FontAwesome;
  margin-right:5px;
  font-size: 20px;
}

.lursoft-data-plg .col-md-6 .content-row .content-data .button{
  font-weight:bold;
  padding:3px 15px;
  margin-left: 20px;
  width: auto;
  height: auto;
}


.lursoft-data-plg ul li:last-child .reg-row .col-md-6{
	border-top: 0;
}

.change-person option:disabled {
  background: #d0d0d0;
}

.content-list .valde-person-row {
  margin: 20px 0;
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
}

.content-list .more-row{

  margin-top:0;
}

.content-list .valde-person-row :last-child {
  margin: 0;
  border-bottom: none;
}

.loading{
  position: relative;
  opacity:0.5;
}
.plg-loader{
  display:none;
  position: absolute;
  z-index: 90999;
  right: 50%;
  top: 30%;
}

.loading .plg-loader{
  display:block;
}

.plg .wrapper{
  min-height:400px;;
  padding-top: 40px;
  padding-bottom: 80px;
}
.plg .lursoft-data-plg{
  max-width:700px;
  margin:0 auto;
}

.lursoft-data-plg .reg-row > div {
	border: 1px solid #dee2e5;
}
.lursoft-data-plg .reg-row > div:first-child {
	border-right: 0;
}

.plg .plg-logo{
	margin: 0 auto;
	width: 214px;
	padding-bottom: 25px;
}

.plg .plg-logo span{
	font-size:11px;
	color:#1f3a4f;
	line-height:24px;
	text-transform: uppercase;
	font-weight:bold;
	margin-left: 24px;
}

.plg h1{
  text-align: center;
}

.plg .plg-description span{
	font-size:16px;
	color:rgba(31, 58, 79, 0.8);
	line-height:24px;
	text-align: center;
	display: block;
	padding: 0px 30px;
}

.plg ul li{
  list-style: none;
}
.plg .auth ul li{
	margin: 20px auto;
	text-align: center;
}
.plg .auth ul li.button, .plg .lursoft-data-plg .button{
  width: 229px;
  font-weight:bold;
}
.plg .auth ul li span.text {
  font-size:16px;
  line-height:24px;
  color:rgba(31, 58, 79, 0.8);
}

.plg .logged .auth-block {
  width: 20%;
  margin:0 auto;
  position: relative;
}

.plg .logged .auth-block div {
  float: left;
  margin-right:16px;
  line-height: 30px;
}
.plg .logged .name {
  font-size: 14px;
  font-weight:bold;
}

.plg .logged .logoff a {
  color:#75bb01;
  font-weight:bold;
  font-size: 14px;
}

.plg .lursoft-data-plg .row h5 {
  text-align: center;
  margin: 8px;
}
.plg .lursoft-data-plg .plg-true   {
  margin-bottom:20px;
}
.plg .lursoft-data-plg .row:last-child {
  border-bottom: 0;
}
.plg .lursoft-data-plg .row .true {
  text-align: center;
}
.plg .lursoft-data-plg .row .true i {
  color: #a6cf38;
  font-size: 33px;
  float: left;
  margin-right:10px;
}
.plg .lursoft-data-plg .row .true span {
  line-height: 35px;
  display: block;
  float: left;
}
.plg .lursoft-data-plg .row .true .complete {
  margin:0 auto;
  width: 22%;
}
.plg .lursoft-data-plg .reg-row {
	border-bottom: 1px solid #d6d6d6;
	border-top: 0;
}
.plg .reg-nr #reg_nr, .search-firms {
	width: 100%;
    margin: 0 auto;
    height:48px;
}

.plg .lursoft-data-plg #firm-list li.error{
	text-align: center;
	border:0;
}
.plg .lursoft-data-plg #firm-list {
	margin-top: 25px;
}
.plg .lursoft-data-plg #firm-list li h5{
    margin: 0;
}
.plg .lursoft-data-plg #firm-list .plg-status{
	margin: 0 auto;
	padding: 15px 0;
	padding-left: 37px;
    position: relative;
    width: 190px;
}
.plg .lursoft-data-plg #firm-list .plg-status  i{
	font-size: 32px;
	color: #ff312c;
	position: absolute;
    left: 36px;
    top: 16px;
}
.plg .lursoft-data-plg #firm-list .true .plg-status i{
	color: #b3dd00;
}
.plg .lursoft-data-plg #firm-list .true .plg-status span{
	margin-left:32px;
}
.plg .lursoft-data-plg #firm-list .false .plg-status i{
	left: 0;
    top: 9px;
}
.plg .lursoft-data-plg #firm-list .plg-status span{

	font-size: 16px;
	color:#1f3a4f;
}


.plg .lursoft-data-plg .logged .logged-in{
    padding-top: 10px;
    padding-bottom: 10px;
}

.plg .reg-nr .button {
	margin: 0 auto;
	display:block;
	margin-top:20px;
    padding: 10px;
	text-align: center;
}
.plg .reg-nr .load.button {
	opacity:0.5;
	padding: 4px;
	box-shadow: none;
	pointer-events:none;
	display:none;
}
.plg .reg-nr .load.button img {
    width: 30px;
}

.lursoft-data-plg .auth-firms li {
	background:white;
}

/* MODAL */
#firmList .modal-content{
    height: 100%;
}
#firmList {
  min-height: 80%;
}
#firmList .modal-dialog{
    width: 50%;
    max-width: 775px;
	min-height: 83%;
}
#firmList .modal-header{
    border: 0;
}
#firmList .modal-header .close-modal{
    text-align: right;
    width: 100%;
	cursor:pointer;
	color:rgba(98, 124, 143, 0.8);
}
#firmList .modal-header .close-modal .fa-times:before{
	font-size: 19px;
}
#firmList .modal-dialog ul li{
	list-style:none;
}
#firmList .modal-dialog ul li{
	list-style:none;
}
#firmList .search-field {
    width: 85%;
    float: left;
}
#firmList .modal-header .check-button {
	padding: 5px 24px;
  font-size: 14px;
  font-weight: bold;
	border-radius: 3px;
	margin-left:10px;
  line-height: 32px;
  width: 13%;
  float: left;
  line-height: 23px;
  height: 30px;
}
#firmList .modal-header .column {
	padding: 0px 10px;
}
#firmList .modal-header .column.search-box {
	width:95%;
}
#firmList .modal-header .column.close-col {
  width:5%;
  position: absolute;
  right: 5px;
  top: 5px;
}

#firmTable{
  padding: 0 10px;
  padding-bottom:0; }

#firmTable .row:hover{
	background: #a6cf38;
	cursor:pointer;
}
#firmTable .row:hover .column .name{
	color:white;
}

#firmTable .row.removed:hover{
	background: #dee2e5;
	cursor: default;
}

#firmTable .row.removed:hover .column .name{
    color: rgba(31, 58, 79, 0.8);
}
#firm-list .error{
  margin: 0 auto;
  background: transparent;
}

#firmTable .row .column{
	border-top: 1px solid #dee2e5;
	padding-top: 15px;
	padding-bottom: 15px;
}
#firmTable .row > .column{
	border-right: 1px solid #dee2e5;
	position: relative;
}
#firmTable .row > .column.status .loader {
	width:20px;
	position: absolute;
}
#firmTable .row .column .name{
	font-size:16px;
	line-height:24px;
	color: rgba(31, 58, 79, 0.8);
	font-weight: 600;
}
#firmTable .row .column .button{
	padding: 5px;
	font-size: 14px;
	font-weight:bold;
	border-radius: 3px;
}
#firmTable .row .column .load.button{
  width: 80px;
  display: block;
	height: 28px;
}
#firmTable .row .column .load.button img{
	width: 20px;
    margin-left: 22px;
}

#firmTable .row .column .content-result:before{
	font-family: FontAwesome;
    margin-right: 5px;
    font-size: 20px;
}
#firmTable .row .column .content-result.false:before{
    content: "\f057";
    color: #ff312c;
}
#firmTable .row .column .content-result.true:before{
	content: "\f058";
	color:#b3dd00;
}

#firmTable .modal-error{
  text-align: center;
  font-size: 20px
}

.pagination{
	float:right;
	display: block;
}

body { padding-right: 0 !important }
.modal-open {
    overflow: auto;
}

.pagination ul li{
	float: left;
  min-width: 26px;
	height: 26px;
	text-align: center;
	padding: 2px;
	font-weight:bold;
	cursor:pointer;
	border-radius: 3px;
	margin-right:2px;
	background:	#dee2e5;
  color:rgba(31, 58, 79, 0.8);
  list-style:none;
}
.pagination ul li.active {
	background:#a6cf38;
	color:white;
}
.pagination ul li.pagination-left, .pagination ul li.pagination-right {
	border-radius: 0;
}
.pagination ul li.pagination-left i, .pagination ul li.pagination-right i {
	font-weight:bold;
}


.loading-mask{
    background-color: #333;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	opacity: 0.8;
	z-index: 99999;
    top: 0;
}
.loader{
  width:297px;
  min-height:185px;
  background: white;
  position: fixed;
  top: 40%;
  left: 42.5%;
  z-index: 999999;
  padding: 5px;
}

.loader img{
	width: 75px;
	margin: 0 auto;
	display: block;
	margin-top: 35px;
}
.loader h5{
	font-size:24px;
	font-weight:normal;
	text-align: center;
}

.load-mask, .load{
  display: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cookie-message{
  position: fixed;
  display:none;
  z-index: 9999;
  width: 100%;
  background:#595959;
  border:1px solid #979797;
  min-height:82px;
  overflow: auto;
}
.cookie-message p{
  font-size:14px;
  font-weight:normal;
  float:left;
  margin: 0;
}
.cookie-message a, .cookie-message b{
color:#b3dd00;
}

.cookie-message .button-close{
  float:right;
  margin-top: 5px;
  padding-bottom: 20px;
}

.cookie-message .my-close-button{
  color:#1f3a4f;
  font-size:14px;
  font-weight:bold;
  padding: 7px 21px;
  border: 1px solid #9bbf00;
  border-radius: 2px;
}
.cookie-message .cookie-content{
  padding-top: 17px;
}

.firm ul  {
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0 16px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #dee2e5;
  border-radius: 3px;
}
.firm .content-data {
  font-weight:bold;
}
.firm .content-row {
  padding: 10px;
}

#form_jur_addr h2 {
  padding-bottom:0;
  margin-top: 24px;
}

.hide{
  display:none;
}

.flex{
  display: flex;
  width: 100%;
}

.wrapper .picker__day--selected, .wrapper .picker__day--selected:hover, .wrapper .picker--focused .picker__day--selected{
  background: #b3dd00;
  border-color: #b3dd00;
}

.wrapper .picker__day--today:before {
  border-top: 0.5em solid #9bbf00;
}

.wrapper .picker__day:hover {
  background: #b3dd00;
}
.form-check label{
  cursor:pointer;
}

.services h1{
  text-align:center;
  margin-top:0px;
  margin-bottom:32px;
}
.services .block-main{
  padding: 0px;
}
.services .block-main .price h3{
  margin:0;
}

.services h2{
  font-weight:bold;
  margin-top:0;
  padding-top:16px;
}
.services .block{
  padding:0 16px 16px;
  background: #ffffff;
}
.services .block .content-block{
  min-height: 8em;
}
.services .block .button{
  width:auto;
  display: inline-block;
  border-radius: 3px;
}
.services .block .service-type {
  margin-top:12px;
}
.services .block .service-type span{
  font-size:13px;
  color:rgba(98, 124, 143, 0.8);
}
.services .block .service-type i{
  font-size:13px;
  color:rgba(98, 124, 143, 0.8);
}

.clickable {
  cursor: pointer;
}

/****************************** AUTORIZĀCIJA ******************************/
#auth .modal-dialog {
  overflow: -webkit-paged-y;
}

#auth .modal-dialog .modal-content {
  height: auto;
}

.disable-auth{
  pointer-events:none;
  opacity: 0.5;
}

.auth-rules{
  display:none;
  position: absolute;
  width: 100%;
  top:0;
  height: 100%;
  background: white;
}

.auth-rules-content{
  position: relative;
  font-size:14px;
  padding: 0 60px;
}

.auth-rules-content .title{
  padding: 40px 60px 18px 0px;
  font-size:14px;
  font-weight:bold;
}


#auth .auth-rules  ul li{
  margin-left: 18px;
  margin-top: 10px;

}

.auth-open {
  color:#75bb01;
  cursor:pointer;
}

.auth-close{
  top: 12px;
  right: 12px;
  cursor:pointer;
  position: absolute;
}
.auth-close:after{
  content: "\f00d";
  font-size: 20px;
  font-family: FontAwesome;
  padding: 5px;
}

.auth-close:hover:after{
  background-color: #f24f40;
  color:white;
}

.auth-close i{
  font-size: 25px;
}
.esign .auth-block{
  cursor:pointer;
}

.esign .disable-auth{
  cursor:none;
}

.swal2-shown .swal2-popup {
  width: 45em;
}
.alternative_text{
  display:none;
}

.auth-container.firms .heading{
  padding-top: 20px;
}

button:focus {
  outline:0;
}

.firms .search-box .search-button{
  font-weight: bold;
    padding: 3px 15px;
    width: auto;
    height: auto;
}

/* Lursoft DATA tree */
.lursoft-data-plg .firm-tree {
  padding:0;
}
/* Lursoft DATA tree */
.lursoft-data-plg .firm-tree ul {
  padding:0;
}
.lursoft-data-plg .firm-tree h4 {
  text-align: initial;
}
.lursoft-data-plg .firm-tree li.single{
  margin: 8px 0;
  padding-top: 2px ;
  padding-bottom: 2px ;
  position: relative;

}

.lursoft-data-plg .firm-tree li .founder-content{
  background: #ffffff;
  display: flex;
  padding-left:24px;
}


.lursoft-data-plg .firm-tree li.single:after{
  content:url('../images/path.svg');
  position:absolute;
  left: -24px;
  top: 36px;
}

.lursoft-data-plg .firm-tree li.tree-loader{
  margin: 8px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border:1px solid #dee2e5;
  background:#ffffff;
  opacity:0.5;
  text-align: center;
  display: block;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.lursoft-data-plg .firm-tree li.tree-loader img{
  width: 18px;
  margin-right:8px;
}

.lursoft-data-plg .firm-tree li select {
  font-size: 16px;
  font-weight: bold;
  color: #1f3a4f;
  width: 100%;
  height: 42px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 21px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
  cursor: pointer;
  border:0;
}
.lursoft-data-plg .firm-tree li.person{
  padding-top: 2px ;
  padding-bottom: 2px ;

  margin: 8px 0;
  border-top:4px solid #a6cf38;
}
.lursoft-data-plg .firm-tree li.person .plg-item-value{
  border: 1px solid rgba(31, 58, 79, 0.15);
  padding: 5px;
}

.lursoft-data-plg .firm-tree li.person ul {
  padding-bottom: 20px;
}
.lursoft-data-plg .firm-tree li.person ul li {
  border:0;
  padding-left: 9px;
  padding-right: 9px;
  padding-top:10px;
}

.lursoft-data-plg .firm-tree li.person ul li {
  border:0;
  padding-left: 9px;
}
.lursoft-data-plg .firm-tree li.person ul li .panel-collapse{
  display:none;
}

.lursoft-data-plg .firm-tree li.person .person-title {
  margin-left:24px;
  padding-top:12px;
  padding-bottom:12px;
  cursor:pointer;
}
.lursoft-data-plg .firm-tree li.person .person-title span {
  display: block;

  color:rgba(31, 58, 79, 0.8);
}
.lursoft-data-plg .firm-tree li.person .person-title span.name {
  font-weight: bold;
}
.lursoft-data-plg .firm-tree li.person .country-select {
  border: 1px solid rgba(0, 0, 0, .15);
  height:auto;
  font-weight: normal;
}

.lursoft-data-plg .firm-tree li.person .person-title:after  {
    font-family: 'FontAwesome';
    content: "\f0de";
    position: absolute;
    right: 26px;
    color:rgba(98, 124, 143, 0.8);
    top: 44%;
    font-size: 20px;
}
.lursoft-data-plg .firm-tree li.person .collapsed:after  {
    font-family: 'FontAwesome';
    content: "\f0dd";
    position: absolute;
    right: 26px;
    color:rgba(98, 124, 143, 0.8);
    top: 36%;
    font-size: 20px;
}
.lursoft-data-plg .firm-tree li.person .person-title  {
  position: relative;
}

.lursoft-data-plg .firm-tree li.no-data {
  margin: 8px 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 24px;
  position: relative;
  background: #ffdfdf;
  text-align:center;
  padding: 10px;
}

.form-process .process-row .auth_plg_block > h2{ /* PLG title */
  font-size: 18px;
  font-weight:bold;
  color:#1f3a4f;
  border:0;
  margin-bottom:19px;
}

.lursoft-data-plg .firm-tree li.person.plg-grey{
  background: #cfcfcf;
}
.lursoft-data-plg .firm-tree li.single .founder-content{
  padding-bottom: 5px;
}
.lursoft-data-plg .firm-tree li.single.plg-grey .founder-content{
  background: #cfcfcf;
  padding-bottom: 5px;
}

.lursoft-data-plg .firm-tree li.plg-grey:after {
  content: ''
}

.lursoft-data-plg .firm-tree li.person.plg-green{
  background: #d9ee7f;
}


@media (max-width: 576px){
  .container {
    width: 100%;
  }

  .plg .lursoft-data-plg .auth-firms .row .col-md-6{
    Width: 50%;
    padding: 0 5px;
  }
  .plg .lursoft-data-plg .auth-firms .row .col-md-6 .content-data{
    font-size: 14px;
    line-height: 12px;
    padding: 0;
  }
  .plg .lursoft-data-plg .auth-firms .row .col-md-6 .submitPlg{
    padding: 8px 15px;
  }

  .changes .mobile > div {
    width:33%;
  }

  #mainNavContent .close {display:none;}

  #firmList .search-field {
    width: 75%;
  }

  #firmList .modal-header .check-button {
    width:21%;
  }

  .login .auth-list li .login-description {
    padding-left: 25px;
  }

  .lursoft-data-plg .firm-tree .plg-choice li.person .plg-item-value {
    padding-left: 15px;
  }
}


.lursoft-data-plg .firm-tree li.person { position:relative }

.switch {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 25px;
  display: block;
  right: 10px;
  top: 23px;
}
.person .switch {
  top: 6px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #acacac;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-toggle:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-toggle {
  background-color: #b3dd00;
}

input:focus + .slider-toggle {
  box-shadow: 0 0 1px #b3dd00;
}

input:checked + .slider-toggle:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider-toggle.round {
  border-radius: 34px;
}

.slider-toggle.round:before {
  border-radius: 50%;
}

.combodate select{
  width: auto;
  height: 38px;
  text-align: center;
  border: solid 1px rgba(31, 57, 79, 0.15);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.progress {
  display:none;
  border-radius: 0;
}

.progress-bar {
  height: 15px;
  color: #fff;
  background-color: #a6cf38;;
}

#progressTest {
  font-size: 18px;
  text-align:center;
}

.lursoft-data-plg .firm-tree li select.plg-choice{
  text-align:center;
  font-weight: normal;
}

.plg-choice ul li{
  cursor:pointer;
}

.plg-choice ul li .choice{
  margin: 5px 0;
  padding: 5px;
  background: white;
}

.card {
  background: none;
  border: 0;
}

.lursoft-data-plg .firm-tree .plg-choice  li.person .plg-item-value {
  border:0;
}


#sys_txt_modal{
  height: fit-content;
  min-width: 900px;
  height: 50em;
  left: 35%;
  width: 1200px;
  overflow: hidden;
}

#sys_txt_modal .modal-dialog{
  top: 9em;
  max-width: 100%;
}
#sys_txt_modal .modal-dialog .modal-title{
  padding-top: 10px;
}

.note-tooltip {
  z-index: 9999;
  overflow: visible;

}

/* #sys_txt_modal .modal-body{
  position: relative;
  width: 100%;
  top: 10em;
}
 */

#valde_kapitals_dalas.disabled{
  padding: .5rem .75rem;
  margin-left: 0px;
}

.checkbox-col .valde-block{
  float:right;
}

.col_1 {
  width:40%;
}
.col_2 {
  width:20%;
}
.col_3 {
  width:30%;
}
.col_4 {
  width:10%;
}
.signature {
  padding: 3px 15px;
}
.form-process .process-row .content-list .signature .field_row{
  padding-top:0;
}
.kapitaldalas input{
  width:30%;
  float:left;
}
.kapitaldalas .kapitaldalas-amount{
  width:50%;
  float:left;
  margin-top: 9px;
  margin-left: 10px;
  color: #989898;
}
.input_error{
  color:#a94442!important;
  border:1px solid #a94442!important;
}

.content-list .field_row .small_input{
  width: 50px;
  text-align:center;
}
.nace_input{
  float:left;
}
.firm-data{
  padding: 0;
  margin-top: 20px;
}
.content-list .process-row .rekins-search{
  padding: 5px 31px;
}
.collapse.show{
  margin-top: 15px;
}

.select2-rendered__match {
  background-color: #b6de0a;
}

.remove_ipasum.serial span, .remove_ipasum.serial i {
  color: #a94442;
}
.center{
  text-align: center;
}


#capital_table{
  background: #FFF;
}
#capital_table td,#capital_table input {
  text-align: center;
}
#capital_table tr td:first-child {
  text-align: left;
}
#capital_table td{
  border:1px solid #969696;
  vertical-align: middle;
}
#capital_table th {
  border:1px solid #969696;
  vertical-align: middle;
}
#capital_table .input-field {
  padding: 0;
}

#capital_table .input-field input {
  overflow:auto;
  border-radius: 0;
  border:0;
}

#capital_table .first-head {
  background: #b3dd00;
  text-align: center;
}

#capital_table .second-head {
  background: #e5edc1;
}

.ipasum_data .ipasum_content{
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
  padding-bottom:20px;
  margin-bottom: 10px;
}

.preview-title{
  padding-top: 6px;
  font-weight: bold;
  color: #9bbf00;
  font-size: 12px;
}

.total.error-anchor{
  color: #a94442;
}

.adr-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdb8b8;

}


/* RANGE SLIDERS */


    /* Ancho*/
    .capital-slider, .mantiskais-slider{
      width: 80%;
      margin: 0 auto;
    }
    /*Altura*/
    .noUi-horizontal {
        height: 12px;
    }

    /* estilos tooltip, [lower |upper] */
    .noUi-horizontal .noUi-handle-lower .noUi-tooltip{
        top: 50px;
        height: 35px;
        left: 50%;
        margin-left: 0!important;
        box-sizing: border-box;
        display: inline-block;
        min-width: 100px;
        cursor:text;
    }

    /* flecha  exterior */
    .noUi-horizontal .noUi-handle-lower .noUi-tooltip:before{
        content: '';
        position: absolute;
        display: inline-block;
        width:0;
        height: 0;
        top: -16px;
        left: 50%;
        margin-left: -8px;
        border-color: transparent;
        border-style: solid;
        border-bottom-color: #D9D9D9;
        border-width: 8px 8px
    }

    /* flecha interior */
    .noUi-horizontal .noUi-handle-lower .noUi-tooltip:after{
        content: '';
        position: absolute;
        display: inline-block;
        width:0;
        height: 0;
        top: -12px;
        left: 50%;
        margin-left: -6px;
        border-color: transparent;
        border-style: solid;
        border-bottom-color: white;
        border-width: 6px 6px
    }

    /* Color slider */
    .noUi-connect {
        background-color: #b3dd00;
    }

    /* estilo del manejador */
    .noUi-horizontal .noUi-handle {
        width: 40px;
        height: 40px;
        left: -20px;
        top: -18px;
        border-radius: 50%;
        opacity: 0.9;
    }

    /* input para recoger valores */
    .input-tooltip{
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100px;
        border: none;
        height: 30px;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
    }

    /* label max */
    .manta_max, .max{
        position: absolute;
        top: -8px;
        right: -85px;
        background: white;
        padding: 2px 15px;
    }

    /*label min */
    .manta_min, .min{
      position: absolute;
      top: -8px;
      left: -85px;
      background: white;
      padding: 2px 15px;
    }

    /* escondemos elementos del interior del manejador */
    .noUi-handle:after, .noUi-handle:before, .noUi-handle:after, .noUi-handle:after {
        display: none
    }
    .noUi-touch-area {
        cursor:pointer;
    }


    [disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
      cursor: not-allowed;
      background: #d1d1d1;
  }


  .valde-range{
    margin-top: 32px;
    height: 60px;
  }

 .noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    left: -20px;
    top: -9px;
    border-radius: 50%;
    opacity: 0.9;
  }

  .valde-range .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: 30px;
    height: 35px;
    left: 50%;
    margin-left: 0!important;
    box-sizing: border-box;
    display: inline-block;
    min-width: 100px;
    cursor: text;
  }

  .valde-range .noUi-horizontal .noUi-tooltip {
    font-size: 12px;
  }

  .valde-container{
    background: white;
    height: 250px;
    border-top: 2px solid #b3dd00;
    border-bottom: 2px solid #b3dd00;
    margin-bottom: 20px;
  }
  .valde-container h4{
    margin-left: 15px;
  }
  .valde-container .valde-total-block{
    font-size: 14px;
    margin: 10px 0;
  }
  .valde-container .valde-total{
    display: block;
  }
  .valde-container .valde-total span{
    color: #959595;
  }
  .valde-container .valde-total .title-total{
    width: 100px;
    display: inline-block;
  }
  .valde-container .valde-total .capital-total, .valde-container .valde-total .manta-total, .valde-container .valde-total .year-total{
    font-weight:bold;
  }


  .c-1-color { background: #4CAF50; }
  .c-2-color { background: #b3dd00; }
  .c-3-color { background: #a5c1ff; }

  .noUi-origin:first-child {
      display:none;
  }


  .dalas_min, .capital_min{
    position: absolute;
    top: -8px;
    left: -45px;
    padding: 2px 15px;
    font-weight: bold;
    color: #a29595;
  }

  .dalas_max, .capital_max{
    position: absolute;
    top: -8px;
    right: -65px;
    padding: 2px 15px;
    font-weight: bold;
    color: #a29595;
  }
  /* RANGE SLIDERS */


.min{
  position: absolute;
  top: -8px;
  left: -83px;
  padding: 2px 15px;
  font-weight: bold;
  color: #a29595;
}

.max{
  position: absolute;
  top: -8px;
  right: -86px;
  padding: 2px 15px;
  font-weight: bold;
  color: #a29595;
}
.slider-block{
  height: 65px;
}
.item{
  border-bottom: 3px solid #b3dd00;

}
.c-1-color { background: #b3dd00; }
.c-2-color { background: #fffdb5;; }
.c-3-color { background: #a5c1ff; }


.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: 30px;
  height: 30px;
  left: 50%;
  margin-left: 0!important;
  box-sizing: border-box;
  display: inline-block;
  min-width: 100px;
  cursor: text;
}
.noUi-tooltip {
  font-size: 12px;
}

.noUi-value-large{
  font-weight:bold;
}

.result span {
    font-weight:bold;
    font-size: 14px;
}

.valde-range-block.item {
  background: white;
  min-height: 265px;
  padding: 20px;
}
.range-name {
  position: absolute;
  top: -35px;
  background: white;
  padding: 8px 10px;
  height: 35px;
  font-weight: bold;
  border-bottom: 3px solid #b3dd00;
}
.valde-calc {
  position: relative;
}
.valde-calc .collapse.show {
  margin-top: 0;
}
.valde-calc .card-header{
  height: 57px;
}
.valde-calc .card-header h5{
  height: 100%;
}
.valde-calc .card-header i{
  float: right;
  font-size: 30px;
}
span.result-title {
  font-weight:normal;
}
.fleft {
  margin-right: 10px;
}
.valde-single {
  height: 105px;
}
.valde-single .total-block {
  font-size: 12px;
  float:right;
}
.valde-single .total-block .single-total span {
  font-weight:bold;
}

/* RANGE SLIDERS */

.disable-row{
  opacity: 0.5;
  pointer-events: none;
}

.coming-soon{
  position: absolute;
  bottom: 20px;
  right: 160px;
  background: #ff00007a;
  padding: 4px 13px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.description{
  margin-top:16px;
}

.form-process .process-row .content-list .field_row.checkbox {
  padding-top: 15px;
}

.green-info-block {
  border: 1px solid #c9d88a;
  background: #ecf2d0;
  padding: 16px;
  border-radius:3px;
  margin-left: 27px;
  font-size:16px;
  line-height:22px;
  color:rgba(31, 58, 79, 0.8);
}
.red-info-block {
  border: 1px solid #ea9b9b;;
  background: #ffe1e1;
  padding: 16px;
  border-radius:3px;
  margin-left: 27px;
  font-size:16px;
  line-height:22px;
  color:rgba(31, 58, 79, 0.8);
}
.red-info-block ul { list-style:none; padding-left: 30px; }
.red-info-block .warn:before {
  content: "\f071";
  font-family: FontAwesome;
  position: inherit;
  margin-left: -24px;
  margin-right: 8px;
  color:red;
}

.info-block-check{
  float:right;
}
.info-block-check label{
  float:left;
  margin-right: 10px;
}
.info-block-check .checkbox{
  float:left;
}
.info-block-check .checkbox input{
  border-color: #ea9b9b;
  width: 10px;
  height: 10px;
}


.grey-info-block {
  border: 1px solid #acaaaa;
  background:  #d6d4d4;;
  padding: 16px;
  border-radius:3px;
  font-weight:bold;
  margin-left: 27px;
  font-size:16px;
  line-height:22px;
  color:rgba(31, 58, 79, 0.8);
}

#prokura_block .not_pers {
  background:none;
  border:0;
}

.content-list .process-row .rekins-search.load-button{
  display:none;
  width: 100px;
  padding: 5px 38px;
}
.content-list .process-row .rekins-search.load-button img{
  width: 20px;
}

.rekins-juridiska-persona .check-plg{
  padding:0;
}
.mun_block{
  display:none;
}

.widget-wrap{
  width:100%;
}
.form-process .process-row .content-list .field_row.checkbox.inline{
  padding-right: 15px;
  padding-left: 15px;
}
#prokura_block h5 {
  color: #a6cf38;
}

.firm-list-search-results li, .selected-firm li{
  cursor:pointer;
}
.firm-list-search-results .firmName, .selected-firm .firmName{
  font-weight: bold;
}
.firm-list-search-results .smaller-info, .selected-firm .smaller-info{
  font-size: 13px;
}
.firm-list-search-results li:hover, .selected-firm li:hover{
  background: #dfdfdf;
}
.firm-list-search-results{
  max-width: 700px;
  margin: 0 auto;
}

.ipasum-nav {
  padding-bottom: 8px;
}

.ddown-item .firm-name{
  font-weight:bold;
}
.ddown-item .small-info{
  font-size:12px;
}

.select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container .select2-selection--single {
  height: 45px !important;
  line-height: 45px!important;
}
.select2-selection__arrow {
  height: 45px !important;
}

.ipasum-apersons-col .name-col, .ipasum-apersons-col .checkbox{
  float:left;
  margin-right: 10px;
}
.ipasum-apersons-col .checkbox{
  float:left;
  margin: 0;
}
.ipasum-loader{
  text-align: center;
  display:none;
}

#header-mobile {
  display:none;
  background-color: #ffffff;
}

.services-block{
  margin-bottom: 35px;
}


@media only screen and (max-width: 1188px) {

  #header-mobile {
    display:block;
  }
  #header{
    display:none;
  }

  .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      margin: 2px 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b3dd00;
  }


  .navbar-inverse .navbar-toggle {
    border-color: #b3dd00;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
  }



  .sidebarNavigation .left-navbar-toggle {
    float: right;
    margin-right: 0;
    margin-left: 15px;
    width: 42px;
    text-align: right;
    position: absolute;
    right: 30px;
    background: white;
  }

  #myNavbar{
    background: white;
    top:0;
    margin:0;
    z-index: 99999;
    max-width: 260px;
  }

  #myNavbar .logo{
    margin: 20px 0;

    text-align: center;
  }
  #myNavbar .lang-item{
    margin-bottom:40px;
  }
  #myNavbar ul{
    max-height: 600px;
    display: block;

  }

  .nav-mob-link{
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
  }


  .overlay {
      background-color: rgba(0, 0, 0, 0.22);
  }
  .ddown-menu{
    display:none;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 700;
  }
  .ddown-menu ul{
    padding:0;

  }
  #myNavbar ul .ddown{
    background:#b3dd00;
    font-size: 0.9rem;
    font-weight: 700;
  }
  #address-modal{
    width: 100%!important;
  }

  .ipasum-nav{
    margin-top: 60px;
  }


}

.services-block .coming-soon {
  top: 20px;
  height: 33px;
  right: 0;
  background: #ff0000;
  padding: 4px 18px;
}
.services-block .coming-soon .disabled {
  pointer-events: none;
}

.apersons-block{
  background: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.apersons-block h4{
  margin: 0;

}
.apersons-block .radio-block{
  margin-top: 30px;
}
.apersons-block .radio-block .radio-title{
  margin-bottom:15px;
  font-size: 18px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}
.apersons-block .radio-block .radio-col{
  margin-bottom: 15px;
}
.small-counter-block{
  margin: 0 5px;
}
.small-counter-block i{
  color:#b3dd00;
  cursor:pointer;
}
.small-counter-block.disable-counter{
  pointer-events:none;
}
.small-counter-block.disable-counter i{
  color: #cecece;
}
.small-counter-block.disable-counter .small-counter-val{
  color: #cecece;
}

.apersons-block h4{
  border-bottom:2px solid #b3dd00;
  padding: 10px 0;
}

.pretty input:checked~.state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #b3dd00;
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
  background-color: #b3dd00!important;
}

.grecaptcha-badge{
  left: 0px;
}

.procur-row{
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
  margin-bottom: 20px;
}

.pers-row{
  margin-top: 5px;
  margin-bottom: 5px;
}
.address-widget-button{
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 2.5em;
    background-color: #b3dd00;
    width: 170px;
    margin: 10px 0;
}
.border{
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
  padding-bottom: 10px;
}
.procur-title{
  font-size: 20px;
  border-bottom: 1px solid rgba(30, 56, 79, 0.15);
  color: #a6cf4f;
  padding-bottom: 10px;
}

.add_procur{
  margin: 15px 3px;
  text-align: right;
  width: 100%;
}

#dibinat .red-info-block{
  margin-top: 20px;
}

.rights_block h4 span{
  font-weight:bold;
  font-size:14px;
  float:right;
}
.payment-label {
  padding: 4px;
  background: white;
}
.payment-label img{
  width: 120px;
  height: 70px;
  background: white;
}



#webchat-app-bot.webchat-app-bot-intro {
  bottom: 56px!important;
  right: 90px!important;
}
#webchat-app-bot {
  right: 100px!important;
  bottom: 15px;
}

.fb-customerchat iframe{
  bottom: 125px!important;
}

#show_translations .toggle {
  background-color: #bbbbbb!important;
  background-image:none;
}

.trans-edit{
  font-size:11px;
  color:red;
  cursor:pointer;
}

.capital-total{
  padding: 10px;
}
.capital-total-title{
  font-weight: bold;
  display: block;
  text-align: right;
}
.capital-total-value{
  font-weight: bold;
  display: block;
  text-align: left;
}
.capital-error{
  display:none;
}
.link-btn{
  color: rgba(31, 58, 79, 0.8);
  text-decoration: underline;
  font-weight:bold;
}

.ui-menu{
  z-index:99999!important;
}

/* ADRESS */
#address-modal{
  width: 40%;
  min-height: 50%;
}
#address-modal .address-widget{
  padding-top:20px;
}

.widget-footer{
  padding-top:20px;
}
.widget_address_full_title{
  font-weight:bold;
}
.value-col{

  border: none;
  pointer-events: none;
  width: 100%;
}
.values{
  padding:5px;
}
.submit_address{
  width: 100px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 2.5em;
  float:right
}

mark{
  color: #444;
  font-weight: bold;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.address-dropdowns{
  padding-top: 20px;
}

.widget-loader{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  display:none;
}
.widget-loader img{
  margin: 80 auto;
  display: block;
}

.pers_code_input_2{
  min-width: 95px;
}