/* ============================================
 * selectie-baza-de-date.css
 * Extracted from selectie-baza-de-date.php
 * ============================================ */

/* From lines 8-11 */
.fa-minus-square-o:before {content: "\f146";}
.fa-plus-square-o:before {content:"\f055";}

/* From lines 97-713 */
.home-head {
        min-height: 363px;
    }

    .text-info {
        color: #0099cc;
        font-weight: 600;
    }
    @supports (-webkit-appearance: none) or (-moz-appearance: none) {
        input[type=checkbox],
        input[type=radio] {
            --active: #0099cc;
            --active-inner: #fff;
            --focus: 2px rgba(39, 94, 254, 0.3);
            --border: #bbc1e1;
            --border-hover: #0099cc;
            --background: #fff;
            --disabled: #f6f8ff;
            --disabled-inner: #e1e6f9;
            -webkit-appearance: none;
            -moz-appearance: none;
            height: 21px;
            outline: none !important;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin: 0;
            cursor: pointer;
            border: 1px solid var(--bc, var(--border));
            background: var(--b, var(--background));
            transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
        }
        input[type=checkbox]:after,
        input[type=radio]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }
        input[type=checkbox]:checked,
        input[type=radio]:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: 0.3s;
            --d-t: 0.6s;
            --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
        }
        input[type=checkbox]:disabled,
        input[type=radio]:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }
        input[type=checkbox]:disabled:checked,
        input[type=radio]:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }
        input[type=checkbox]:disabled + label,
        input[type=radio]:disabled + label {
            cursor: not-allowed;
        }
        input[type=checkbox]:hover:not(:checked):not(:disabled),
        input[type=radio]:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }
        input[type=checkbox]:focus,
        input[type=radio]:focus {
            box-shadow: 0 0 0 var(--focus);
        }
        input[type=checkbox]:not(.switch),
        input[type=radio]:not(.switch) {
            width: 21px;
        }
        input[type=checkbox]:not(.switch):after,
        input[type=radio]:not(.switch):after {
            opacity: var(--o, 0);
            outline: none!important;
        }
        input[type=checkbox]:not(.switch):checked,
        input[type=radio]:not(.switch):checked {
            --o: 1;
        }
        input[type=checkbox] + label,
        input[type=radio] + label {
            font-size: 14px;
            line-height: 21px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            margin-left: 4px;
        }

        input[type=checkbox]:not(.switch) {
            border-radius: 0;
        }
        input[type=checkbox]:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 4px;
            transform: rotate(var(--r, 20deg));
            outline: none!important;
        }
        input[type=checkbox]:not(.switch):checked {
            --r: 43deg;
            outline: none!important;
        }
        input[type=checkbox].switch {
            width: 38px;
            border-radius: 11px;
        }
        input[type=checkbox].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }
        input[type=checkbox].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }
        input[type=checkbox].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

        input[type=radio] {
            border-radius: 50%;
        }
        input[type=radio]:after {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            transform: scale(var(--s, 0.7));
            outline: none!important;
        }
        input[type=radio]:checked {
            --s: 0.5;
        }
    }
    .switch {
        outline: none!important;
    }
    /*.a011 {*/
    /*    display:none!important;*/
    /*}*/
    /*.a0111 {*/
    /*    display: none!important;*/
    /*}*/

    .slidecontainer {
        width: 100%;
    }

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 15px;
        border-radius: 5px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #0099cc;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #0099cc;
        cursor: pointer;
    }
    .selectpicker {
        background:#0099cc;
        border: 0!important;
    }
    .selectpicker option {
        font-size: 16px;
    }
    /* Change the Slider Button Color Here */
    .ui-state-hover {
        -webkit-appearance: none !important;
        background:#1AB394!important;
        height:30px;
        width:30px;
        border-radius: 15px;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        -webkit-appearance: none !important;
        background:#1AB394!important;
        height:30px;
        width:30px;
        border-radius: 15px;
    }

    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: -3px solid #c5c5c5;
        background: :#1AB394!important;
        font-weight: normal;
        color: #454545;
    }
    .ui-widget-header {
        border: 1px solid #dddddd;
        background: #1AB394!important;
    }
    @media (max-width: 992px) {
        .m1 {
            margin-bottom: 16px!important;
        }
        #buttons_modal {
            display:block!important;
        }
        .buttons_modal {
            width: 100%!important;
        }
        #i43d {
            display:none!important;
            font-size:16px!important;
        }
        #i44d {
            font-size:16px!important;
        }
        .harta_ {
            display:none!important;
        }
        #kk51{
            padding-left: 25px!important;
            padding-right: 31px!important;
            height: 144px!important;
        }
        .kk3 {
            padding-bottom: 21px!important;
        }
        #bilant__ {
            /*height: 150px!important;*/
        }
        #bread_ {
            display: none !important;
        }
        .ccc5 {
            display: block!important;
        }
    }
    .uu1:hover {cursor: pointer;}
    .sm1:hover {cursor: pointer;}
    .sm2:hover {cursor: pointer;}
    .sm3:hover {cursor: pointer;}
    .sm4:hover {cursor: pointer;}
    .sm5:hover {cursor: pointer;}
    .sm6:hover {cursor: pointer;}
    .plus_:hover {cursor: pointer;}
    .minus_:hover {cursor: pointer;}

    .acidjs-css3-treeview,
    .acidjs-css3-treeview *
    {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .acidjs-css3-treeview label[for]::before,
    .acidjs-css3-treeview label span::before
    {
        content: "\002B";
        display: inline-block;
        margin: 8px -1px 0px -5px;
        width: 20px;
        height: 20px;
        vertical-align: top;
        text-align: center;
        color: #11a97d;
        font-size: 20px;
        line-height: 15px;
    }

    .acidjs-css3-treeview li ul
    {
        margin: 0 0 0 22px;
    }

    .acidjs-css3-treeview *
    {
        vertical-align: middle;
    }

    .acidjs-css3-treeview
    {
        font: normal 18px/18px "Segoe UI", Arial, Sans-serif;
    }

    .acidjs-css3-treeview li
    {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .acidjs-css3-treeview input[type="checkbox"]
    {
        display: none;
    }

    .acidjs-css3-treeview label
    {
        cursor: pointer;
    }

    .acidjs-css3-treeview label[for]::before
    {
        -webkit-transform: translatex(-24px);
        -moz-transform: translatex(-24px);
        -ms-transform: translatex(-24px);
        -o-transform: translatex(-24px);
        transform: translatex(-24px);
    }

    .acidjs-css3-treeview label span::before
    {
        -webkit-transform: translatex(16px);
        -moz-transform: translatex(16px);
        -ms-transform: translatex(16px);
        -o-transform: translatex(16px);
        transform: translatex(16px);
    }

    .acidjs-css3-treeview input[type="checkbox"][id]:checked ~ label[for]::before
    {
        content: "\002D";
    }

    .acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul
    {
        display: none;
    }

    .acidjs-css3-treeview label:not([for])
    {
        margin: 0 8px 0 0;
    }

    .acidjs-css3-treeview label span::before
    {
        content: "";
        border: solid 1px #11a97d;
        color: #11a97d;
        opacity: .50;
    }

    .acidjs-css3-treeview label input:checked + span::before
    {
        content: "\2714";
        /*box-shadow: 0 0 6px rgba(0, 0, 0, .25) inset;*/
        opacity: 1;
        /*font-size: 26px;*/
    }
    li > label {
        margin-top: -5px!important;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        display: initial;
    }

    switch2 {

    }
    .selh2 {
        color:#0099cc!important;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    label {
        font-weight: 300;
    }
    .radio1:checked {
        --active: #1AB394!important;
        --border-hover: #1AB394!important;
    }
    /*.cc1cc1:hover {*/
    /*    background: #a94442!important;*/
    /*    box-shadow:none!important;*/
    /*    !*border:0!important;*!*/
    /*    border: 1px solid transparent;*/
    /*}*/
    .cc2{
        transition: all 0.2s ease;
        border-radius: 3px!important;
    }
    .cc2:hover {
        background: #26a69a;
        border: 1px solid #26a69a;
        -webkit-box-shadow:0 7px 25px 0 #818485;
        box-shadow: 0 2px 16px 0 #909495;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    .cc2:hover:before{content:"";
        position:absolute;
        left:-1px;right:-1px;
        bottom:-3px;height:100%;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid transparent;
        /*border-bottom:3px solid #5c003d;*/
        z-index:-1}

    .uuu5 {
        background-color: #ffffff;
        border: none;
        color:#0099cc!important;
        font-weight: 600!important;
        padding: 7px 18px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 8px;
    }
    .uuu5:hover {
        background-color: #ffffff;
        border: none;
        color: #1AB394 !important;
        padding: 7px 18px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 8px;
    }
    .uuu5:hover a {
        color: #1AB394!important;
    }
    .uuu5 a {
        font-weight: 600!important;
    }

    .alerts-border {
        border: 1px #ff0000 solid;

        animation: blink 1s;
        animation-iteration-count: 3;
    }
    @keyframes blink { 50% { border-color:#fff ; }  }

    .popover-title {
        padding: 2px 14px;
        font-size: 15px;
    }


    .noty_theme__mint.noty_type__success {
        background-color: rgb(26, 179, 148) !important;
    }

    body {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: 400;
    }
    label {
        font-weight: 400;
    }

    .pure-material-button-contained {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        border-radius: 4px;
        padding: 0 16px;
        min-width: 64px;
        height: 36px;
        vertical-align: middle;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: uppercase;
        color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        overflow: hidden;
        outline: none;
        cursor: pointer;
        transition: box-shadow 0.2s;
    }

    .pure-material-button-contained::-moz-focus-inner {
        border: none;
    }

    /* Overlay */
    .pure-material-button-contained::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        opacity: 0;
        transition: opacity 0.2s;
    }

    /* Ripple */
    .pure-material-button-contained::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        padding: 50%;
        width: 32px; /* Safari */
        height: 32px; /* Safari */
        background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
        transition: opacity 1s, transform 0.5s;
    }

    /* Hover, Focus */
    .pure-material-button-contained:hover,
    .pure-material-button-contained:focus {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .pure-material-button-contained:hover::before {
        opacity: 0.08;
    }

    .pure-material-button-contained:focus::before {
        opacity: 0.24;
    }

    .pure-material-button-contained:hover:focus::before {
        opacity: 0.3;
    }

    /* Active */
    .pure-material-button-contained:active {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
        0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .pure-material-button-contained:active::after {
        opacity: 0.32;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0s;
    }

    /* Disabled */
    .pure-material-button-contained:disabled {
        color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
        box-shadow: none;
        cursor: initial;
    }

    .pure-material-button-contained:disabled::before {
        opacity: 0;
    }

    .pure-material-button-contained:disabled::after {
        opacity: 0;
    }
    .ccc6{
        color:#09c!important;
        background: white!important;
    }
    .btn-xs:hover{
        color:#26a69a!important;
    }
    body {
        background-image: url('img/back.png')!important;
        background-repeat: no-repeat!important;
        background-attachment: fixed!important;
        background-size: cover!important;
    }

/* From lines 714-724 */
.boody{background: #f0f0f0;}
    .bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
        display: block!important;
    }
    @media only screen and (max-width: 1177px) {
        #avansat_2 {
            display: none!important;
        }
    }

/* From lines 761-791 */
.ui-autocomplete-loading {
        background: white url("img/ui-anim_basic_16x16.gif") right center no-repeat;
    }
    .arrow-toggle.collapsed .icon-arrow-down
    {
        display: none;
    }

    .arrow-toggle .icon-arrow-down
    {
        display: inline-block;
    }

    .arrow-toggle.collapsed .icon-arrow-up
    {
        display: inline-block;
    }

    .arrow-toggle .icon-arrow-up
    {
        display: none;
    }
    div.ex2 {
        /*background-color: lightblue;*/
        /*width: 110px;*/
        height: 210px;
        overflow: auto;
    }
    .cu22 {}

/* From lines 793-989 */
.gri4_ {
        box-shadow: 0 -5px 25px -5px rgba(196, 196, 196, 0.42), 0 1px 5px 0 rgb(0 0 0 / 10%), 0 0 0 0 transparent;
        /*box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);*/
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 4px;
        margin-bottom: 12px;
        margin-top: 3px;
        /*transition: all .2s ease-in-out;*/
    }

    .gri4_:hover {
        margin-top: -3px;
        /*transition: margin-top 0.2s linear;*/
        /*transform: scale(1.01);*/
        box-shadow: 0 -5px 25px -5px rgba(141, 141, 141, 0.42), 0 1px 5px 0 rgb(0 0 0 / 10%), 0 0 0 0 transparent;
        /*transition: box-shadow .3s ease-out,transform .3s ease-out,opacity .2s ease-out,-webkit-box-shadow .3s ease-out,-webkit-transform .3s ease-out;*/
    }
    .gri5_ {
        /*box-shadow: 0 -5px 25px -5px rgba(196, 196, 196, 0.42), 0 1px 5px 0 rgb(0 0 0 / 10%), 0 0 0 0 transparent;*/
        /*box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);*/
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 4px;
        margin-bottom: 12px;
        margin-top: 3px;
        /*transition: all .4s ease-in-out;*/
    }

    .gri5_:hover {
        margin-top: -3px;
        /*transition: margin-top 0.2s linear;*/
        /*transform: scale(1.01);*/
        /*box-shadow: 0 -5px 25px -5px rgba(141, 141, 141, 0.42), 0 1px 5px 0 rgb(0 0 0 / 10%), 0 0 0 0 transparent;*/
        /*transition: box-shadow .3s ease-out,transform .3s ease-out,opacity .2s ease-out,-webkit-box-shadow .3s ease-out,-webkit-transform .3s ease-out;*/
    }
    .circle2 {
        background: #e3e3e3;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        color: #6e6e6e;
        display: inline-block;
        font-weight: bold;
        line-height: 32px;
        margin-right: 2px;
        text-align: center;
        width: 33px;
    }

    .ccc61 {
        color: #09c!important;
        border: 1px solid #09c;
        background: white!important;
    }
    #kk2 {
        margin-top: -12px;
        float:right!important;
        margin-right: 30px;
        right: -40px;
        margin-left: 45px;
    }
    #kk1 {
        padding-right: 4px;
    }
    .nr_1 {
        padding-left: 20px!important;
    }
    .inv1{
        display:block;
    }
    #lista_firme_wrapper {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    @media (max-width: 990px) {
        #cu_d__{
            display: block!important;
            border: none!important;
            width: 304px!important;
            height: 44px!important;
            margin-top: -14px!important;
            margin-left: -8.5px!important;
            color: grey!important;
            border-top: none!important;
        }
    }
    @media (max-width: 540px) {

        /*#firme_12 {*/
        /*    display: block!important;*/
        /*}*/
        /*#firme_22 {*/
        /*    display: none!important;*/
        /*}*/
        #lista_firme_wrapper {
            padding-top: 20px;
            padding-left: 0px!important;
            padding-right: 0px!important;
            padding-bottom: 20px;
        }
        #plateste_ {
            margin-right: 0px!important;
            margin-top: 12px!important;
            margin-bottom: 0px!important;
        }
        #vezi_firme_mob {
            display:block!important;
        }
        #actiuni_1 {
            display:block!important;
        }
        #actiuni_2 {
            height: 210px!important;
        }
        #actiuni_3 {
            margin-left: -12px!important;
            display:none!important;
        }
        .inv1{
            display:none;
        }
        #kk1 {
            display: block!important;
        }
        #kk2 {
            display: flex!important;
            margin-top: 10px!important;
            margin-left: -74px;
            float:left!important;
        }
        #kk3 {
            display: none!important;
        }
        #kk4{
            right: 5px;
            /*padding-left: 1px;*/
        }
        .gri4_ {
            margin-right: -35px!important;
            margin-left: -25px!important;
            padding-left: 17px;
        }
        .nr_1 {
            display:none;
        }
        #mm_1 {
            display: none;
        }
        #mmm_ {
            display: block!important;
        }

    }
    #p_23 {
        background-color: #0099cc;
        box-shadow: 0 -5px 25px -5px #e6e6e6, 0 1px 5px 0 rgb(0 0 0 / 10%), 0 0 0 0 transparent;
    }
    #p_23:hover {
        color:white!important;

    }
    #p_24:hover {
        color:white!important;
    }
    #p_24 {
        color:white!important;
    }
    .caret {
        margin-right: -2px;
        padding-left: 0px;
        margin-left: 3px;
    }
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {

        opacity: 1;

    }
    .ix34{
        background: #8e8f8e;
    }
    .ix34:hover {
        cursor: not-allowed;
    }
    .green-background {
        background-image: linear-gradient(90deg, #11a97d, #019ae6)!important;
        color:white!important;
    }
    .green-background:hover {
        background-image: linear-gradient(90deg, #019ae6, #11a97d)!important;
        color:white!important;
    }

/* From lines 1384-1475 */
.cta1:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 15px;
        height: 1px;
        margin: -8px 0 0;
        background: $white;
        opacity: 1;
        transition: opacity .2s;
    }
    .cta1:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 15px;
        height: 1px;
        margin: 8px 0 0;
        background: $white;
        opacity: 0;
        transition: opacity .2s;
    }
    .cta1:hover {
        border-radius: 10px 0;
        background: $purple;
    .cta1:before {
        opacity: 0;
    }
    .cta1:after {
        opacity: 1;
    }
    }
    .beLySU {
        /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcQAAAABCAIAAAB1rKi+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAG/GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDgtMjBUMTA6NDQ6MDErMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTA4LTIwVDEwOjQ0OjE4KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA4LTIwVDEwOjQ0OjE4KzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRpc3BsYXkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YmZmMmI0OTgtYmQ0YS00OTgwLTg5YzEtMjkzOGYwNjMzMWQyIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Y2MxODdjYmQtNzQ4NC01OTRlLThkOGYtYjRlZmQzODhiZWU5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NDlmOWRkZjgtNTk1NC00Nzc3LTliOTMtYzIxMWU5MWY3YzQ2Ij4gPHBob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHJkZjpCYWc+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM4OTRlYTI3LWMxNDItZWU0My04NDY2LTE4MjcyMTY1NTI2YjwvcmRmOmxpPiA8L3JkZjpCYWc+IDwvcGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5ZjlkZGY4LTU5NTQtNDc3Ny05YjkzLWMyMTFlOTFmN2M0NiIgc3RFdnQ6d2hlbj0iMjAxOS0wOC0yMFQxMDo0NDowMSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmZmMmI0OTgtYmQ0YS00OTgwLTg5YzEtMjkzOGYwNjMzMWQyIiBzdEV2dDp3aGVuPSIyMDE5LTA4LTIwVDEwOjQ0OjE4KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz49e0eAAAACpUlEQVRYhe1WSW4cMRAjg5wC/yPv8P9/4TcEOQ5zUK2Suj0GAtgGVAdb3V0Li7Vo+Pb79fHnL44cOXLkyJHvIgQA6FZh/XpvtTW5x6CnDa90Phr0K8iTmIfaTeJYPl2ZfIjqrdqNIf1w1TDTJ94+Pg/pE+V/gbkv8X3cqQFWqu/dvrsBnoRx5Xnr/GqraHe46BOBIABB1OJHpNlWCOP9DpewvCchCAAFERh/PPrwI4DjBQFVJwAewYJBStfDSoaw2ZZDphRnhTd/P7zu8jIrh2fnyC59annj1MtS5IjrmgZSSqsJbT5OgfKRD2WJNZeAohE/rBy8A8viRjirkTD4ceZBGXAGTsWZTpQViF4mqjSPiq1FpBFhEYv/TSxKphxNBcmdVEjkSO9BeqcBYrRZ+GzFotErJwr1PKVcq0nLHWj6S8qwpl0Gc2SHIIuSWCpJxTCPmjW6VNLPv3VQwqMgkDEnOU0+6ZZIzFqP4kHniAWnxy0Lx7tIkAcq2JSO2B7bGojGbh+W5aMKlRPzACDRc3N/8roz6siN/0hwlal1a9xw1vYJ+2f5f868l2NbQVsGtvA0P5Kt7iPxVvcytmuh7baA6W5rUTNeIEX/YzSDR2ZuPMZEYHcBtYj0SYUtuEtO1HTa7U9I1j9x5bU6uKvsrEZPTnT5t0ObCre0oIxiWcLqA1t990u5x93Py1Zho5l8xd1tRKpqBw8kAS1Vo6Zmnop1tVJwNXRh45vECBLnutD4lANg9r6vncVngFE88p2aZhNoeldNmFNdllDE5sghr1BDup0C2t7ykQwAE8LYyXmFw3/dXWZUo/RZEOINYxdknOmy2Ei/vOw8X1tFuVFRvqjTvtr3eYliEpjGrcSyrdN3tP1A5o/9DB05cuTIkSOfLC+/fv4D7tXIF4dMmQwAAAAASUVORK5CYII=) center center repeat-y;*/
        background-image: linear-gradient(to right, #0d9b68 , #1787df);
        width: 100%;
        padding: 6px 0px;
        position: relative;
        text-align: center;
        /*cursor: pointer;*/
        color:white;
        cursor: default;
        /*margin-left: -20px;*/
        /*margin-right: -20px;*/
    }
    #total_count {
        text-align: right;
        font-size: 20px;
        padding-bottom: 40px;
        font-weight: 400;
    }
    .paginate_button:hover {
        background-color: rgb(26, 179, 148)!important;
    }
    .paginate_button:focus {
        background-color: rgb(26, 179, 148)!important;
    }
    .paginate_button:active {
        background-color: rgb(26, 179, 148)!important;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%)!important;
    }
    @media (max-width: 770px) {
        #xxxxx111 {
            font-size: 24px!important;
        }
    }
    @media (min-width: 770px) {
        #xxxxx111 {
            font-size: 18px!important;
        }
    }
    @media (max-width: 992px) {
        #search-input {
            border-color: transparent!important;
            box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgb(0 0 0 / 10%), 0 0 0 0 transparent;
            border-radius: 5px;
        }
        #tt2 {
            padding-left: 0!important;
            padding-right: 0!important;
            padding-bottom: 30px!important;
            margin-top: 14px!important;
            float: left;
        }
    }
    #avansat2 {
        padding-top: 20px;
    }

/* From lines 1483-1664 */
.btn, .btn-large, .btn-small {
            text-decoration: none;
            color: #fff;
            background-color: #26a69a;
            text-align: center;
            letter-spacing: .5px;
            -webkit-transition: background-color .2s ease-out;
            transition: background-color .2s ease-out;
            cursor: pointer;
        }

        .btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
            font-size: 14px;
            outline: 0;
        }

        .btn, .btn-large, .btn-small, .btn-flat {
            border: none;
            border-radius: 2px;
            display: inline-block;
            height: 36px;
            line-height: 36px;
            padding: 0 16px;
            text-transform: uppercase;
            vertical-align: middle;
            -webkit-tap-highlight-color: transparent;
        }

        .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
            -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
            box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
        }

        .hide {
            display: none;
        }

        /*.tab-content {*/
        /*    padding:25px;*/
        /*}*/

        #material-tabs {
            position: relative;
            display: block;
            padding:0;
            border-bottom: 2px solid #c5c5c54d;
            text-transform: uppercase;
            color:#aaa;
        }

        #material-tabs>a {
            position: relative;
            display:inline-block;
            padding: 0 1px;
            font-size: 14px;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-transition: color .28s ease, background-color .28s ease;
            transition: color .28s ease, background-color .28s ease;
        }

        #material-tabs>a.active {
            /*font-weight: 700;*/
            outline:none;
            background-color: transparent;
            color: #0099cc;
            outline: none !important;

        }

        #material-tabs>a:not(.active):hover {
            background-color: inherit;
            color: #7c848a;
        }

        @media only screen and (min-width: 980px) {
            #mapwrapper {
                margin-top: -30px;
                padding-right: 100px;
                padding-left: 100px;
            }
        }
        @media only screen and (max-width: 980px) {
            #filt1 {
                display: none!important;
            }
        }
        #contine_ {
            margin-bottom: -32px;
        }
        @media only screen and (max-width: 991px) {
            .xd12 {
                padding-bottom: 0!important;
            }
        }
        @media only screen and (max-width: 520px) {
            #contine_ {
                margin-bottom: 0px!important;
            }
            #selectii_avansata1 {
                display: none!important;
            }
            .actv1 {
                display:none;
            }
            .actv2 {
                display:-webkit-inline-box!important;
            }
            .nav-tabs#material-tabs>li>a {
                font-size: 11px;
            }
            #extins_1 {
                display:none;
            }
            .mmm45 {
                height:180px;
            }
            .mob2 {
                margin-left:0!important;
                margin-right:0!important;
                margin-top:0!important;
            }
            .mob3 {
                margin-bottom: 45px!important;
            }
        }

        .yellow-bar {
            position: absolute;
            z-index: 10;
            bottom: -2px;
            height: 2px;
            background: #0099cc;
            display: block;
            left: 0;
            transition: left .2s ease;
            -webkit-transition: left .2s ease;
        }

        #tab1-tab.active ~ span.yellow-bar {
            left: 0;
            width: 190px;
        }

        #tab2-tab.active ~ span.yellow-bar {
            left:190px;
            width: 170px;
        }

        #tab3-tab.active ~ span.yellow-bar {
            left: 360px;
            width: 160px;
        }

        #tab4-tab.active ~ span.yellow-bar {
            left:520px;
            width: 165px;
        }
        #tab5-tab.active ~ span.yellow-bar {
            left:690px;
            width: 178px;
        }
        /*#tab6-tab.active ~ span.yellow-bar {*/
        /*    left:865px;*/
        /*    width: 155px;*/
        /*}*/
        .circle {
            background: #e3e3e3;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            color: #6e6e6e;
            display: inline-block;
            font-weight: bold;
            line-height: 32px;
            margin-right: 2px;
            text-align: center;
            width: 33px;
        }

/* From lines 1777-2012 */
.card {
            border-radius: 2px;
            border-top: 4px solid #8cddcd;
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
            border-left: none;
            border-right: none;
            border-bottom: none;
            margin-bottom: 30px;
            margin-left: -1px;
            margin-right: -1px;
        }
        .card .card-footer {
            background-color: #fff;
        }
        .card .card-header {
            background-color: transparent;
            padding: 15px 0;
        }
        .card .card-header .card-header-left {
            display: inline-block;
        }
        .card .card-header .card-header-right {
            border-radius: 0px 0px 0px 5px;
            right: 0;
            top: 4px;
            background: #f6f7f7;
            display: inline-block;
            float: right;
            padding: 7px 0;
            position: absolute;
        }
        .card .card-header .card-header-right i {
            margin: 0 20px;
            cursor: pointer;
        }
        .card .card-header span {
            color: #9f9f9f;
            display: block;
            font-size: 13px;
            margin-top: 5px;
        }
        .card h5 {
            margin-bottom: 0;
            color: #757575;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            display: inline-block;
            margin-right: 10px;
        }
        .card .card-block table tr {
            padding-bottom: 20px;
        }
        .card .card-block .sub-title {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .card .card-block code {
            background-color: #eee;
        }
        .card .card-block .dropdown-menu {
            top: 38px;
        }
        .card .card-block p {
            line-height: 25px;
        }
        .card .card-block a.dropdown-item {
            margin-bottom: 0;
            font-size: 14px;
            transition: 0.25s;
        }
        .card .card-block a.dropdown-item .active,
        .card .card-block a.dropdown-item:active {
            background-color: #1abc9c;
        }
        .card .card-block.remove-label i {
            margin: 0;
            padding: 0;
        }
        .card .card-block.button-list span.badge {
            margin-left: 5px;
        }
        .card .card-block .dropdown-menu {
            background-color: #fff;
            padding: 0;
        }
        .card .card-block .dropdown-menu .dropdown-divider {
            background-color: #ddd;
            margin: 3px 0;
        }
        .card .card-block .dropdown-menu > a {
            padding: 10px 16px;
            line-height: 1.429;
        }
        .card .card-block .dropdown-menu > li > a:hover,
        .card .card-block .dropdown-menu > li > a:focus {
            background-color: rgba(202, 206, 209, 0.5);
        }
        .card .card-block .dropdown-menu > li:first-child > a:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }
        .card .card-block .badge-box {
            border: 1px solid #ccc;
            padding: 10px;
            margin: 12px 0;
        }
        .card .inner-card-block {
            border: 1px solid #ddd;
        }
        .card-header-text {
            margin-bottom: 0;
            font-size: 1rem;
            color: rgba(51, 51, 51, 0.85);
            text-transform: uppercase;
            font-weight: 600;
            display: inline-block;
            vertical-align: middle;
        }
        .icofont-rounded-down {
            -webkit-transition: all ease-in 0.3s;
            display: inline-block;
            transition: all ease-in 0.3s;
        }
        .icon-up {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .rotate-refresh {
            -webkit-animation: mymove 0.8s infinite linear;
            animation: mymove 0.8s infinite linear;
            display: inline-block;
        }
        @-webkit-keyframes mymove {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes mymove {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        .zoom {
            transition: transform .2s; /* Animation */
        }
        .zoom2 {
            transition: transform .2s; /* Animation */
            font-size: 16px;
        }
        .minus_ {
            margin-right: 4px!important;
            margin-left: 2px;
        }
        .zoom:hover {
            transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
        .zoom2:hover {
            transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
        .zoom3: {
            transform: scaleX(-1);
        }
        .zoom3:hover {
            transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
        .popover-header {
            font-size:22px;
            margin-left:30px;
            margin-top: 10px;
        }

        .popover-header {
            padding: 1px 10px;
            margin: 0;
            font-size: 14px;
            background-color: #f7f7f7;
            border-bottom: 1px solid #ebebeb;
            border-radius: 5px 5px 0 0;
            color: #4a5163!important;
        }
        .popover>.arrow:after {
            top: 1px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff;
        }
        .popover>.arrow {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-width: 0;
            border-bottom-color: #999;
            border-bottom-color: rgba(0,0,0,.25);
            box-sizing: inherit;
        }
        .bs-popover-bottom {
            margin-top: 11px;
        }
        .popover bs-popover-bottom show {
            top:10px;
        }
        #fa2: hover {
            border-size:0px!important;
            border-color: #f7faff!important;
        }
        #total_select {
            display: inline-flex;
            margin-bottom: 24px;
        }
        #count_selectie > thead > tr > th:after {
            content: none!important;
        }
        #tt1 {
            display:inline!important;
            padding-right: 0px!important;
        }
        #cere_oferta {
            font-size: 22px;
            padding-bottom: 12px;
        }

/* From lines 2726-2736 */
#all_of_them{
                                        --active: #12aa7e;
                                        --active-inner: #12aa7e;
                                        background: transparent;
                                    }      #none_of_them{
                                               --active: #12aa7e;
                                               --active-inner: #12aa7e;
                                               background: transparent;
                                           }

/* From lines 2844-2858 */
@media (max-width: 992px) {
                    #harta_ {
                        display:none!important;
                    }
                    #dom_c_ {
                        /*float: right !important;*/
                        margin-bottom: -59px!important;
                        margin-top: 40px;!important;
                    }
                    #selct_t {
                        margin-bottom: 13px!important;
                    }
                }

/* From lines 2975-3043 */
.btn-cta {
                                position: relative;
                                min-width: 240px;
                                padding-right: 20px;
                                padding-left: 20px;
                                border-radius: 0 10px;
                                font-size: 24px;
                                font-weight: 300;
                                font-style: normal;
                                line-height: 1.25em;
                                letter-spacing: 0;
                                transition: all .2s;
                            }
                            .btn-cta:after {
                                content: '';
                                position: absolute;
                                top: 50%;
                                right: 0;
                                width: 15px;
                                height: 1px;
                                margin: 8px 0 0;
                                background: white;
                                opacity: 0;
                                transition: opacity .2s;
                                padding:0;
                            }
                            .btn-cta:before {
                                content: '';
                                position: absolute;
                                top: 50%;
                                left: 0;
                                width: 15px;
                                height: 1px;
                                margin: -8px 0 0;
                                background: white;
                                opacity: 1;
                                transition: opacity .2s;
                            }

                            .btn-cta:hover {
                                border-radius: 10px 0;
                                /*background: #12ab84!important;*/
                                /*color:white;*/
                                /*margin: 8px 0 0;*/
                            }
                            .btn-cta:hover::before {
                                border-radius: 10px 0;
                                /*background: #12ab84!important;*/
                                color:white;
                            }
                            .btn-cta:hover::after {
                                border-radius: 10px 0;
                                /*background: purple!important;*/
                                content: '';
                                position: absolute;
                                top: 50%;
                                right: 0;
                                width: 15px;
                                height: 1px;
                                margin: 8px 0 0;
                                background: white;
                                opacity: 0;
                                transition: opacity .2s;
                                padding:0;
                                padding:0;
                            }

/* From lines 6074-6092 */
.tippy-box[data-theme~='white1'] {
        background-color: #0099cc;
        color: white;
    }

    .tippy-box[data-theme~='white1'][data-placement^='top'] > .tippy-arrow::before {
        border-top-color: #0099cc;
    }
    .tippy-box[data-theme~='white1'][data-placement^='bottom'] > .tippy-arrow::before {
        border-bottom-color: #0099cc;
    }
    .tippy-box[data-theme~='white1'][data-placement^='left'] > .tippy-arrow::before {
        border-left-color: #0099cc;
    }
    .tippy-box[data-theme~='white1'][data-placement^='right'] > .tippy-arrow::before {
        border-right-color: #0099cc;
    }

/* From selectie-baza-de-date.php (manually extracted: modal2 styles) */
/* The Modal (background) */
    .modal2 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 124; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        -webkit-box-align: center;

    }

    /* Modal Content */
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 600px;
    }

    /* The Close Button */
    .close2 {
        right: 5px;
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: 200;
        margin-top: -10px;
        margin-right: -5px;
        /*padding-top: 25px;*/
    }

    .close2:hover,
    .close2:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .miau_ {
        font-size: 24px;
        font-weight: 200;
        padding-top: 25px;
    }
    .miau_2 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
		margin-top: 10px;
    }
    .form_1 {
        margin-left: 65px;
        margin-right: 65px;
        padding-bottom: 25px;
    }
    @media (max-width: 612px) {
        .modal-content {
            width: 100%;
        }
        .mob_3 {
            /*padding-top: 10px;*/
            display: block;
        }
    }
    .i43:hover{
        background-color: #1ab394!important;
        color:white!important;
    }
/* From selectie-baza-de-date.php (manually extracted: news123 styles) */
@media (max-width: 600px) {
        .news123 {
            width: 100%!important;
        }
        .miau_ {
            padding-bottom: 27px!important;
        }
        .miau_2 {
            margin-bottom: 16px!important;
        }
    }
    .pp2 {
        color:black!important;
        margin-right: -9px!important;
    }
