:root {
  --dark-gray: #333333;
  --dark-green: #064c3d;
  --green: #009474;
  --white: #ffffff;
  --header-margin-right: 10px;
  --logo-height: 22px;
  --logo-margin: 5px;
  --bg-gray: #f9f9f9;
}
@media screen {
  body {
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
  }
  body a {
    color: var(--green);
  }
  body a:hover {
    color: var(--dark-green);
  }
  ul.menu-top {
    list-style-type: none;
    margin: 0 -5px 25px -5px;
    padding: 0;
    overflow: hidden;
  }
  ul.menu-top li {
    float: left;
    margin: 0 5px;
  }
  ul.menu-top li > a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #fff;
    color: var(--green);
    border: 1px solid var(--green);
    cursor: pointer;
  }
  ul.menu-top li > a:hover,
  ul.menu-top li > a:active {
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
  }
  ul.menu-top li > a.active {
    border: 1px solid var(--green);
    background-color: var(--green);
    color: #fff;
  }
  ul.menu-top li > a.logo-lursoft {
    display: block;
    padding: 0 0 0 5px;
    border: 0;
    background: none;
    margin-top: var(--logo-margin);
  }
  ul.menu-top li > a.logo-lursoft img {
    height: var(--logo-height);
  }
  ul.menu-top li.right {
    float: right;
  }
  .container {
    padding: 15px;
  }
  .search_panel {
    margin-bottom: 15px;
  }
  .search_panel input,
  .search_panel button {
    height: 44px;
    font-size: 20px;
  }
  .search_panel select {
    height: 44px;
    width: 100%;
    font-size: 20px;
  }
  .precise {
    height: 15px;
    margin-right: 10px;
  }
  .data-block {
    background-color: #e6e6e6;
    padding: 15px;
  }
  .data-block--white {
    margin-top: 20px;
    background: #fff;
  }
  /*
    #content {
        margin-top: 20px;
    }*/
  .data-content {
    margin-top: 15px;
  }
  .alert {
    margin: 0;
    border-radius: 0;
  }
  .alert-danger strong {
    font-size: 15px;
  }
  .alert-danger ul {
    margin-top: 8px;
    padding-left: 15px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin: 0;
  }
  h1.bold,
  .h1.bold,
  h2.bold,
  .h2.bold,
  h3.bold,
  .h3.bold {
    font-weight: 800;
  }
  .table {
    margin: 15px 0 0;
  }
  .sub-header {
    display: block;
    margin-top: 5px;
  }
  .js-toggle-data-content {
    cursor: pointer;
    font-size: 18px;
    margin-top: 4px;
  }
  .margin-right--15px {
    margin-right: 15px;
  }
  footer {
    color: #999;
    font-size: 11px;
    text-align: justify;
    margin-top: 15px;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    background-color: var(--green);
    border-color: var(--green);
  }
  .pagination > li > a,
  .pagination > li > span {
    color: var(--green);
  }
  .td-alert {
    padding: 5px;
  }
  .cookie-widget {
    z-index: 999;
    background: #e7e7e7;
    font-size: 13px;
  }
  .cookie-widget--close {
    border: 1px solid var(--green);
    background-color: var(--green);
    color: #fff;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .cookie-widget--close:hover {
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
  }
  .btn {
    border-radius: 0;
  }
  .report_price {
    font-size: 12px;
    color: #363636;
  }
  .report-price {
    font-weight: 700;
    margin-top: 3rem;
    text-transform: uppercase;
  }
  .utils-margin--bottom20 {
    margin-bottom: 20px;
  }
  .utils-margin--top20 {
    margin-top: 20px;
  }
  .utils-specstatus {
    color: red;
    font-style: italic;
    white-space: nowrap;
  }
  .utils-nodata {
    color: #7f7f7f;
  }
  .utils-upercase {
    text-transform: uppercase;
  }
  .utils-position--static {
    position: static;
  }
  .utils-desktop-hide {
    display: none;
  }
  .grid-view {
    position: relative;
  }
  .grid-view .export_bottons-holder {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .grid-view a.asc:after {
    font-family: 'Glyphicons Halflings';
    content: "\e151";
    margin-left: 5px;
    font-size: 12px;
  }
  .grid-view a.desc:after {
    font-family: 'Glyphicons Halflings';
    content: "\e152";
    margin-left: 5px;
    font-size: 12px;
  }
  header {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  header .navigation {
    display: block;
  }
  header .navigation .nav-icon {
    display: none;
  }
  header .navigation .nav-button {
    display: none;
  }
  header .navigation > div {
    float: left;
  }
  header > div {
    float: left;
  }
  header .nav-mobile {
    display: none;
    width: 100%;
  }
  header .nav-mobile-link {
    margin-top: 1px;
  }
  header a:not(.login-area__login-button--logout) {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #fff;
    color: var(--green);
    border: 1px solid var(--green);
    text-align: center;
  }
  header a:not(.login-area__login-button--logout):hover,
  header a:not(.login-area__login-button--logout):active {
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
  }
  header a:not(.login-area__login-button--logout).active {
    border: 1px solid var(--green);
    background-color: var(--green);
    color: #fff;
  }
  header .logo-wrapper {
    float: left;
    margin-right: var(--header-margin-right);
    margin-top: var(--logo-margin);
    margin-bottom: var(--logo-margin);
  }
  header .logo-wrapper a {
    border: 0;
    background: none;
    padding: 0;
  }
  header .logo-wrapper a > img {
    height: var(--logo-height);
  }
  header .home-button {
    margin-right: var(--header-margin-right);
    margin-bottom: 5px;
  }
  header .right-side {
    display: block;
    float: right;
  }
  header .right-side .lang-switcher {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    vertical-align: top;
  }
  header .right-side .lang-switcher ul {
    list-style-type: none;
    padding: 0;
  }
  header .right-side .lang-switcher ul li {
    display: inline-block;
  }
  header .right-side .lang-switcher ul li > :nth-child(2) {
    display: none;
  }
  header .right-side .login-area {
    display: inline-block;
    font-size: 13px;
  }
  header .right-side .login-area__origin {
    font-size: 11px;
  }
  header .right-side .login-area__login-button {
    border: 1px solid #004330;
    background-color: #00543D;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 6px 8px 4px;
  }
  header .right-side .login-area__login-button:hover,
  header .right-side .login-area__login-button:active {
    color: var(--green);
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
  }
  header .user-credentials {
    color: #777;
    font-size: 11px;
    text-align: right;
  }
  #language-menu {
    display: none;
    top: 300px;
    left: 400px;
    width: 0;
    height: 0;
    z-index: 999999;
  }
  #language-menu li {
    display: block;
    margin-top: 1px;
    z-index: 999999;
  }
  #language-menu li > a {
    width: 37.25px;
    z-index: 999999;
  }
  .btn-default--green-border {
    border: 1px solid var(--green);
    font-weight: bold;
  }
  .btn-default--green-border:hover,
  .btn-default--green-border:active {
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd;
    color: var(--green);
  }
  .btn-4 {
    border-radius: 4px;
  }
  .btn-div {
    border-radius: 4px;
    padding: 0px;
  }
  .btn-div > a {
    color: var(--dark-gray);
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  .btn-div > a:hover {
    color: var(--dark-gray);
  }
  .margin-bottom--20px {
    margin-bottom: 20px;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active a:hover,
  .dropdown-menu > .active a:focus {
    background: var(--green);
  }
  .mobile-index-names {
    display: none;
  }
  .pdf-holder {
    margin: 0 0 15px 0;
  }
  .block_agent {
    font: 12px sans-serif !important;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 250px;
    z-index: 999;
    border: 1px solid #215B41;
    border-top-left-radius: 5px;
  }
  .block_agent__title {
    font-size: 12px;
    position: relative;
    display: block;
    padding: 5px 15px;
    color: #fff;
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: #215B41;
  }
  .block_agent__title > .glyphicon {
    margin-right: 7px;
    font-size: 16px;
    top: 3px;
  }
  .block_agent__body {
    font-size: 12px;
    padding: 5px 15px;
    background: #fff;
    display: none;
  }
  .block_agent__body > img {
    border: none;
    margin: 0 auto;
    max-width: 100%;
    height: 120px;
    text-align: center;
    display: block;
  }
  .block_agent__row {
    margin: 10px 0;
  }
  .block_agent__info {
    padding: 4px;
    font-size: 14px;
    color: #fff;
    background: #215B41;
    line-height: normal;
  }
  .block_agent__info a {
    color: #fff;
  }
  .block_agent__info a:hover {
    color: #fff;
  }
  .company-card {
    display: inline-block;
    font-size: 20px;
    padding-top: 8px;
  }
  .date-group {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 44px;
    font-size: 20px;
    padding: 6px 0 0 12px;
  }
  .date-label {
    float: left;
    font-size: 20px;
    max-width: 50%;
    color: #858585;
    vertical-align: middle;
    padding: 0 6px 0 0;
  }
  .date-inline {
    border: 0 !important;
    padding: 0;
    float: left;
    width: 50%;
  }
  .empty-grid {
    padding-right: 80px;
  }
  .excluded {
    color: #a00;
    font-size: 16px;
  }
  .excluded-index {
    color: #a00;
  }
  .hasDatepicker {
    width: 100%;
    border-style: none;
    height: 32px !important;
  }
  #advanced-search {
    display: none;
  }
  #search-advanced {
    display: block;
  }
  #search-button {
    z-index: auto;
  }
  #search-simple {
    display: none;
  }
  .search-advanced-action {
    float: left;
  }
  .search-column {
    float: left;
    width: 50%;
  }
  .search-bottom-right {
    float: right;
  }
  .search-eraser {
    float: left;
  }
  #bottom-btn {
    float: right;
    width: auto;
    display: none;
    padding-left: 20px;
  }
  .person-column {
    width: 50%;
  }
  .input-group {
    width: 100%;
    font-size: 14px;
    z-index: 1;
  }
  .input-group-addon {
    border-radius: 6px;
  }
  .precise input {
    height: 10px;
    margin-top: 8px;
    margin-right: 10px;
    transform: scale(1.5);
  }
  .precise label {
    margin-bottom: 0;
  }
  .input-right {
    border-radius: 6px;
  }
  .padding {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .person-description {
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .person-name {
    display: inline-block;
    padding-right: 48px;
  }
  .search-parameters {
    display: none;
  }
  .select-black {
    color: black;
  }
  .select-gray {
    color: #858585;
  }
  .site-description {
    padding-right: 80px;
    padding-top: 10px;
  }
  .radius-all {
    border-radius: 6px !important;
  }
  .radius-all-left {
    border-radius: 6px;
  }
  .radius-all-main {
    border-radius: 6px;
  }
  .table {
    font-size: 14px;
  }
  .updated {
    font-size: 14px;
    padding-top: 15px;
  }
  .right-not-mob {
    font-size: 14px;
  }
  .btn-lursoft {
    background-color: var(--green);
    border-color: var(--green);
    color: var(--white);
  }
  .lursoft-text {
    color: var(--green);
  }
  .index-tabs {
    overflow: hidden;
    margin-top: 10px;
  }
  .index-tab {
    padding: 0;
  }
  .index-tabs button {
    background-color: white;
    border: 1px solid var(--green);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: medium;
    color: var(--green);
    width: 50%;
    width: 100%;
    padding: 10px;
    outline: none;
  }
  .index-tabs button.active {
    background-color: var(--green);
    color: white;
  }
  .summary {
    text-align: right;
    width: 50%;
  }
  .tab-content {
    display: none;
    margin-top: 15px;
  }
  .tab-more-link {
    float: left;
    position: absolute;
  }
  .tab-more-link-empty {
    top: -40px;
  }
  .tab-title {
    display: none;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
  }
  .lurs-search thead:first-child tr th {
    padding: 0 !important;
  }
  .lurs-search tr {
    border-bottom: 1px solid #b6b899;
  }
  .lurs-search td {
    vertical-align: middle !important;
  }
  .glyphicon-save.lursoft-dark {
    color: #4b7979;
  }
  .phone-button-info {
    display: none;
  }
  .document-download {
    display: none;
  }
  .document-link-mobile {
    display: none;
  }
  #uploadform-lists,
  #enterform-lists,
  #uploadform-posts,
  #enterform-posts,
  #uploadform-type,
  #enterform-type {
    margin-top: 10px;
  }
  #uploadform-lists label,
  #enterform-lists label,
  #uploadform-posts label,
  #enterform-posts label,
  #uploadform-type label,
  #enterform-type label {
    margin-right: 10px;
  }
  #uploadform-lists .xls-label-span,
  #enterform-lists .xls-label-span,
  #uploadform-posts .xls-label-span,
  #enterform-posts .xls-label-span,
  #uploadform-type .xls-label-span,
  #enterform-type .xls-label-span {
    margin-right: 10px;
    white-space: nowrap;
  }
  #uploadform-lists .xls-label-span label,
  #enterform-lists .xls-label-span label,
  #uploadform-posts .xls-label-span label,
  #enterform-posts .xls-label-span label,
  #uploadform-type .xls-label-span label,
  #enterform-type .xls-label-span label {
    margin-right: 5px;
  }
  .field-enterform-type > label {
    margin-right: 10px;
  }
  #enterform-type {
    display: inline-block;
  }
  .list-form .form-group {
    margin-bottom: 25px;
  }
  .result-name-child {
    padding-left: 30px;
  }
  .result-name-parent {
    font-weight: bold;
  }
  .btn-result {
    margin-bottom: 5px;
    text-align: left;
    white-space: nowrap;
  }
  .btn-result > .fa {
    font-size: 1.4rem;
    padding-top: 3px;
  }
  .match {
    display: none;
  }
  .btn-result {
    white-space: normal;
  }
  .btn-result > .fa {
    float: right;
  }
  .price-summary {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .intermediate-step .btn {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .table.width-control tbody tr th:first-child {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .right-not-mob {
    float: right;
  }
}
@media screen and (max-width: 1199px) {
  header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  header .navigation {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  header .navigation {
    width: auto;
  }
  header .navigation .nav-icon {
    display: block;
    margin: 0px 1px 0px 0px;
  }
  header .navigation .nav-icon a {
    padding-top: 8px;
  }
  header .navigation .nav-text {
    display: none;
  }
  header .navigation .nav-button {
    display: block;
  }
  header .navigation .glyphicon {
    height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  header .logo-wrapper {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  header .logo-wrapper a {
    float: left;
  }
}
@media screen and (max-width: 1199px) {
  header .home-button {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  header .right-side {
    display: inline-block;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1199px) {
  header .right-side .lang-switcher {
    margin-right: 5px;
    margin-top: 1px;
  }
  header .right-side .lang-switcher ul {
    margin-bottom: 0px;
  }
  header .right-side .lang-switcher ul li > a:first-child {
    display: none;
  }
  header .right-side .lang-switcher ul li > a:last-child {
    display: inline-block;
  }
  header .right-side .lang-switcher ul li {
    display: none;
  }
  header .right-side .lang-switcher ul li.active {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  header .right-side .login-area {
    margin-top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .pdf-holder {
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 601px) {
  .padding-left {
    padding-left: 10px;
  }
  .padding-right {
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .document-link {
    display: none;
  }
  .document-link-mobile {
    display: initial;
  }
  .phone-button {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#e0e0e0));
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    width: 100%;
  }
  .phone-button .document-download {
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
  }
  .phone-button:not(:first-child) {
    margin-top: 10px;
  }
  .preView.media-diff {
    font-weight: normal;
  }
  .mobile-bg-gray {
    background: var(--bg-gray);
  }
  .summary {
    text-align: initial;
    width: auto;
  }
  .tab-more-link {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #pjax-xls-result > .pos-relative {
    position: relative;
    top: -45px;
  }
  .result-name-child,
  .result-name-parent {
    width: 30%;
  }
  .result-posts {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  #pjax-xls-result > .right-not-mob {
    margin-bottom: 10px;
    margin-top: 5px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .search-column {
    width: 100%;
  }
  .person-column {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-description {
    display: none;
  }
  .person-description {
    padding-top: 8px;
    width: auto;
    margin: 0;
    text-align: left;
  }
  .mobile-grid table,
  .mobile-grid thead,
  .mobile-grid tbody,
  .mobile-grid td,
  .mobile-grid tr {
    display: block;
  }
  .mobile-grid thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .mobile-grid table {
    border: none !important;
  }
  .mobile-grid tr {
    border: 1px solid #b6b899;
    margin-bottom: 15px;
  }
  .mobile-grid th {
    display: none;
  }
  .mobile-grid td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
    text-align: left;
    white-space: normal;
    font-weight: bold;
  }
  .mobile-grid td::before {
    content: attr(data-label);
    top: 6px;
    left: 6px;
    width: 45%;
    text-align: left;
    font-weight: 500 !important;
  }
  .mobile-grid .mobile-index {
    display: none;
  }
  .mobile-grid .mobile-hidden {
    display: none;
  }
  .mobile-grid .search-responsive th:nth-child(odd),
  .mobile-grid .search-responsive td:nth-child(odd) {
    background: #fff;
  }
  .mobile-grid .search-responsive th:nth-child(even),
  .mobile-grid .search-responsive td:nth-child(even) {
    background: var(--bg-gray);
  }
  .mobile-grid .person-responsive tr {
    margin-bottom: 0px;
    border: none;
  }
  .mobile-grid .person-responsive tbody {
    border: 1px solid #b6b899;
  }
  .mobile-grid .person-responsive tr:nth-child(odd) {
    background: #fff !important;
  }
  .mobile-grid .person-responsive tr:nth-child(even) {
    background: var(--bg-gray) !important;
  }
  .mobile-grid .mobile-index-names {
    display: block;
    font-weight: normal;
    float: left;
    padding-right: 4px;
  }
}
/*# sourceMappingURL=lursoft.css.map */