/*EXPANDABLE SEARCH LAUKAS*/
ul.keyboardMenuItems, div.worldword ul {
  list-style: none !important;
}

.v-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paieskos_laukas .fa {
  font-size: 25px !important;
}
.fa-language {
  font-size: 30px !important;
}
.paieskos_laukas.card {
  background: #fff;
  border-radius: 5px;
  color: #000;
  width: 80vw;
  margin: 30px auto;
  box-shadow: 2px 5px 20px rgba(0,0,0,0.2);
  padding: 20px 10px;
  position: relative;
  min-height: 99px;
}
.text-center {
  text-align: center;
}
.m-0 {
  margin: 0;
}
.green_lang {
  color: #1a6734;
  padding: 15px;
  background: transparent;
  cursor: pointer;
}
.green_search {
  background: #fff !important;
  color: #1a6734;
  padding: 15px !important;
  background: transparent;
}
.green_toggle {
  background: #1a6734;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 240px;
  cursor: pointer;
}
.right-panel .select_box {
  margin-top: 10px;
}
.select_box {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-left: 20px;
  /* height: 100%; */
}
.select_box select {
  border-bottom: 1px solid #1a6734;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  height: 40px;
  color: #1a6734;
}
.options_group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.options_group {
  font-size: 16px;
}
#paieskos_form_search input.search_field {
  background: #fbfbfd;
  border: 1px solid #efeff1 !important;
  padding: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 55%;
  height: 50px;
  margin-right: 20px;
}
.paieskos_form {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.select_box {
  position: relative;
}
.select_box sub {
  position: absolute;
  top: 6px;
}
.select_box:after {
  content: "";
  position: absolute;
  z-index: 25;
  right: 0px;
  top: 25px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1a6734;
}
.row_s{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.child-100 *{
  width: 100%;
}
.child-100 .select_box{
  max-width: 150px;
}
.child-100 input{
  margin-left: 10px;
  border-bottom: 1px solid #1a6734;
}
.expandable_fields{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 60px;
}
.left-panel{
  width: 75%;
  display: flex;
  flex-direction: column;
}
.row_s label sub{
  padding-left: 20px;
}
.right-panel{
  width: 25%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.options_group .select_box{
  padding-left: 0px;
}
.w-20{
  width: 20%;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.w-30{
  width: 30%;
}
.last_buttons{
  margin-top: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#add_row{
  background: rgba(215, 93, 64, 0.1);
  color: #a02d11;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
}
#add_row:hover{
  background: rgba(215, 93, 64, 0.25);
}
#clear_rows{
  color: #e08303;
  background: rgba(224, 131, 3, 0.1);
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 15px;
}
#clear_rows:hover{
  background: rgba(224, 131, 3, 0.25);
}
#submit_btn{
  color: #1a6734;
  background: rgba(26, 103, 52, 0.1);
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: normal !important;
}
.last_buttons{
  width: 100%;
}
.last_buttons .fa{
  font-size: 15px !important;
  margin-right: 5px;
  margin-top: 3px;
}
#submit_btn:hover{
  color: #1a6734;
  background: rgba(26, 103, 52, 0.25);
}
.h-100{
  height: 100%;
}
/* Hover behavior is controlled centrally in offloadfunctions.css. */
.isotope-footer-inner.limit-width.menu-light.text-center > .pagination{
  margin-top: 20px;
}
@media(max-width: 768px){
  .row_s, .options_group, .expandable_fields{
    flex-direction: column;
  }
  .left-panel, .right-panel{
    width: 100%;
  }
  .child-100 .select_box{
    max-width: unset !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .input[name="search0"]{
    margin-left: 10px;
    margin-right: 10px;
  }
  #paieskos_form_search input.search_field{
    width: 100%;
  }
  .child-100{
    margin: 10px auto;
  }
  .expandable_fields{
    margin-bottom: 150px;
  }
  .last_buttons{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 125px;
  }
  .last_buttons button{
    margin-bottom: 10px;
  }
  .last_buttons{
    bottom: 10px;
  }
  label{
    text-align: center;
  }
  label sub{
    padding-left: 0px !important;
  }
}
