<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0px;
    margin: 0px;
    background-color: #efefef;
    background-position: center top;
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/*FlexSlider*/

.flexslider {
    border: 0 !important;
    margin: 0 0 60px 0;
}

.slide {
    height: 640px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slide-1 &gt; .content {
    color: white;
}


.slide-2 {
    background-image: url("/images/190828_bisnode_partnercontrol.jpg");
}


.slide-1 {
    background-image: url("/images/191003_bisnode_konferencia_kampany_3_1170_640_PC banner.jpg");
}


.slide-3 {
    background-image: url("/images/bisnode-partnercontrol-fooldal.png");
}

.slide-4{
    background-image: url("/images/bisnode-credit-risk-management-konferencia-2018.png");
}


.slide-5 {
    background-image: url("/images/pc_banner_szolidaritas.jpg");
}


.slide-6 {
    background-image: url("/images/pc_banner_home_office.jpg");
}

.slide-7 {
    background-image: url("/images/bisnode-partnercontrol-fooldal-new.png");
}

.slide-8 {
    background-image: url("/images/200403_bisnode_partnercontrol_szolidalitas_banner_2.jpg");
}

.slide-9 {
    background-image: url("/images/200427_bisnode_partnercontrol_banner.jpg");
}

.slide-10 {
    background-image: url("/images/pc_failure_score.png");
}

.slide-11 {
    background-image: url("/images/PC_DB_nevvaltozas_1170x640.jpg");
}

.slide-12 {
    background-image: url("/images/DUNSszam_1170x640_v2.jpg");
}



.slide .content {
    position: absolute;
    top: 25%;
    left: 20%;
    max-width: 30%;
}

    .slide .content h2 {
        font-size: 32px;
        display: inline-block;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 6px #bed000 solid;
        line-height: 1.2em;
    }

    .slide .content p {
        font-family: "Adobe Garamond Pro";
        font-size: 22px;
    }



#body-content {
    min-height: 600px;
}

* {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-size: 14px;*/
}
/* HTML Elements */
form {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 14px 0;
}

    h1.piros {
        color: #bf2c37;
    }


h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 15px;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
}

    h2 a {
        text-transform: none;
    }

h3 {
    font-size: 14px;
}

h4 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
    color: #428bca;
    text-decoration: underline;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

    a:hover {
        color: #2a6496;
    }

ol {
    /*margin: 0 0 0 25px;*/
    padding: 0 0 0 0;
}

hr {
    margin: 20px 0;
    height: 1px;
    background: #dadada;
    border: 0px solid #dadada;
}

ol.uf {
    border: 0px;
    margin: 5px 0px 10px 20px;
    padding: 0 0 5px 0;
}

    ol.uf li {
        border: 0px;
        margin: 0 0 5px 0;
        padding: 0 0 0px 0;
    }


/*ďż˝j layout - 2014-07-31*/


.stuck {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    /*overflow-x:auto;*/
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.header {
    height: 30px;
    border-bottom: #dadada 1px solid;
    padding: 10px;
    background: #bed000;
    color: #fff;
}

    .header #user {
        width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header #user, .header .nav-wrapper {
        margin-top: 5px;
    }

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .nav li {
        display: inline-block;
        padding: 0px 0px 0px 10px;
    }

    .nav .dropdown-menu li {
        display: block;
        padding: 0;
    }

    .nav .dropdown-menu &gt; li &gt; a {
        padding: 5px 10px;
    }

        .nav .dropdown-menu &gt; li &gt; a:hover {
            border: none;
        }

.header .nav .dropdown-menu &gt; li &gt; a:hover {
    border-bottom: none;
}

.header .nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

    .header .nav li a:hover {
        border-bottom: 3px solid #fff;
    }


.search-wrapper {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    height: 70px;
}



.search-box {
    width: 655px;
}

    .search-box .first-row, .search-box .second-row {
        margin-bottom: 5px;
    }



.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.query-wrapper {
        width: 350px;
    }

    .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group .form-control {
        display: table-cell;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    z-index: 2;
}

.input-group-btn {
    width: 1%;
    vertical-align: middle;
}

.input-group-btn {
    display: table-cell;
}


.forgotten-pass {
    color: #fff;
}

    .forgotten-pass:hover {
        color: #fff;
    }



.btn-pc-default {
    font-size: 14px;
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 13px;
    position: relative;
    background: #39bbec;
    display: inline-block;
    text-decoration: none;
}

    .btn-pc-default.btn-brd {
        color: #333;
        background: none;
        border: solid 1px transparent;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        /*border-radius: 10px !important;*/
    }

        .btn-pc-default.btn-brd.btn-blue {
            border-color: #39bbec;
        }

        .btn-pc-default.btn-brd:hover {
            background: none;
            border: solid 1px #399dec;
            color: #399dec;
        }

        .btn-pc-default.btn-brd.btn-blue.disabled {
            background-color: #fff;
            border-color: #ccc;
            color: #ccc;
        }

            .btn-pc-default.btn-brd.btn-blue.disabled:hover {
                background-color: #fff;
                border-color: #ccc;
                cursor: default;
                color: #ccc;
            }


    .btn-pc-default:hover {
        background: #fff;
        border: 1px solid #b2b2b2;
        text-decoration: none;
        color: #333;
    }


    .btn-pc-default.observer {
        width: 185px;
        background: #fff;
        color: #555;
        border: 1px solid #ddd;
        text-transform: uppercase;
    }

        .btn-pc-default.observer.disabled {
            cursor: default;
            background: #fafafa;
            color: #999;
        }

            .btn-pc-default.observer.disabled:hover {
                border-color: #ddd;
            }

        .btn-pc-default.observer:hover {
            border-color: #999;
        }

        .btn-pc-default.observer .icon-wrapper {
            font-size: 12px;
        }

            .btn-pc-default.observer .icon-wrapper i {
                margin-right: 5px;
            }


    .btn-pc-default .icon-wrapper {
        float: left;
    }

    .btn-pc-default .checkbox-wrapper {
        float: right;
        margin-top: 3px;
    }

/*.search-btn
{
    background: #39bbec;
    color: #fff;
    text-decoration: none;
    border: 1px solid #399dec;
    margin-bottom:0px;
}

.search-btn:hover
{
    background: #39acec;
     border: 1px solid #399dec;
       color: #fff;
}*/

.active-wrapper {
    margin: 5px 0px 0px 5px;
}

#rker {
    color: #428bca;
    font-weight: 400;
}

.pc-container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.footer {
    background: #272727;
    padding: 40px 0px;
    color: #eee;
}

.footer-logo {
}

.footer-item-content {
    min-width: 200px;
    float: left;
    padding-right: 20px;
    font-size: 18px;
}

    .footer-item-content .title {
        float: left;
        margin-top: 5px;
    }

        .footer-item-content .title a {
            color: #fff;
        }

    .footer-item-content i {
        font-size: 35px;
    }

    .footer-item-content .icon {
        padding: 0px 10px;
    }


#toTop {
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 104400;
    background: #bde353;
    font-size: 20px;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.ui-autocomplete {
    z-index: 10000;
    border-radius: 0;
    max-width: 672px;
}

.ui-autocomplete-bottom {
    z-index: 10000;
    cursor: default !important;
    color: white;
}

.quick-search-item a {
    border-radius: 0;
}



iframe[name="google_conversion_frame"] {
    display: none;
}


/* irta: Demsa David 2012.11.05 */
pre {
    font-family: monospace;
}

.report_hr {
    margin: 0;
}

.report_h2 {
    margin: 0 0 5px 0;
}

.report_ul {
    list-style: none;
    padding: 0;
}

.report_search_item {
    padding: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .report_search_item h3 {
        color: #f4f4f4;
        padding: 10px;
        background: #404a53;
        margin: -10px -10px 20px -10px;
        font-size: 16px;
        text-transform: none;
    }

        .report_search_item h3 a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }

.search_table_td {
    width: 11%;
    text-align: right;
}


/* MAIN LAYERS */
#main {
    width: 1170px;
    margin: 0 auto;
}

#main_f {
    width: 1170px;
    margin: 0 auto;
    padding: 10px 0px 10px 150px;
}

#main_f2 {
    width: 900px;
    margin: 0 auto;
    padding: 50px 55px 0px 0px;
}

#fejlec {
    width: 1170px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#container {
    width: 1170px;
    /*background: url(/images/bg_container.gif) repeat-y;*/
    padding: 0 0 30px 0;
    position: relative;
    display: inline-block;
    min-height: 350px;
}

#footer {
    width: 953px;
    height: 84px;
    background: url(/images/bg_footer.jpg) no-repeat;
    padding: 18px 27px 0 20px;
}

/* BELEPES es SZLOGEN */
#fejlec .szlogen {
    font-family: Arial;
    font-size: 21px;
    color: #58585a;
    padding: 27px 0px 0px 31px;
    width: 370px;
    float: left;
}

#fejlec #belepes {
    padding: 27px 0px 0px 0px;
    float: left;
    margin: 0 0px 10px 0;
    width: 400px;
}

#belepes div {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
}

#belepes form {
    display: inline;
}

#belepes label {
    font-size: 12px;
}

#reg_pass {
    float: right;
    padding: 32px 12px 0 0;
    margin: 0 0 0 4px;
    width: 180px;
}

    #reg_pass a {
        font-size: 12px;
        font-weight: bold;
    }
/* Felhasznaloi hivatkozasok */
#userlinks {
    float: right;
    width: 577px;
    padding: 35px 0px 0px 0px;
    margin: 0 17px 11px 0;
}

    #userlinks #user {
        font-size: 12px;
        float: left;
    }

        #userlinks #user * {
            font-size: 12px;
        }

    #userlinks #navigation {
        float: right;
    }

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation li {
    margin: 0;
    font-size: 12px;
    padding: 0 0px 0 15px;
    list-style-type: none;
    display: inline;
}

#navigation a {
    font-size: 12px;
}

    #navigation a.active {
        color: #58585a;
        font-weight: bold;
        text-decoration: none;
    }



/* LOGO ES KERESES */
#logo_kereses {
    width: 1000px;
    padding: 0 0 0 0;
    margin: 0px 0 0 0;
}

#logo {
    float: left;
    width: 380px;
    padding: 25px 0px 0px 25px;
}

#logo_lizing {
    float: left;
    width: 380px;
    padding: 18px 0px 0px 25px;
}

#logo_cegkodex {
    float: left;
    width: 380px;
    padding: 25px 0px 0px 25px;
}

#logo a img {
    border: 0;
}

#kereses {
    background: url(/images/bg_fejlec_kereses.gif) no-repeat;
    width: 554px;
    height: 64px;
    float: left;
    padding: 8px 12px 12px 14px;
    margin: 12px 0 0px 0;
    line-height: 140%;
}
    /*  KERESES form   */
    #kereses table {
        width: 100%;
    }

        #kereses table td {
            padding: 2px;
            height: 31px;
        }

    #kereses label {
        font-size: 12px;
        /*color: #fbe5e7;*/
    }

    #kereses input.submit {
        margin: 0 0 0px 0;
    }

    #kereses input.text, #kereses input[type=text] {
        font-size: 14px;
        font-weight: 400;
    }

    #kereses a {
        color: #faefef;
        font-size: 12px;
        text-decoration: underline;
        font-weight: 400;
    }

/* TORZS */
#left-side {
    width: 219px;
    float: left;
}

#tartalom {
    /*float: right;
    width: 905px;
    padding: 0px 45px 15px 38px;*/
    /*margin-top: 25px;*/
}

    #tartalom img {
    }
    /* Altalďż˝nos tabla definicio */
    #tartalom table {
        width: 100%;
        /*border-collapse: collapse;*/
        margin: 0 0 15px 0;
    }

        #tartalom table th {
            font-size: 16px;
        }

        #tartalom table td, #tartalom table th {
            padding: 3px;
        }

        #tartalom table.bordered td, #tartalom table.bordered th { /* Kertezett tabla osztaly alapjan */
            border-bottom: 1px solid #d3d3d3;
            border-right: 1px solid #d3d3d3;
        }
    /* tartalom kettďż˝osztva */
    #tartalom #twoblock_left {
        width: 332px;
        margin: 0 10px 0 0;
        padding: 0 15px 0 0;
        float: left;
    }

    #tartalom #twoblock_right {
        width: 332px;
        padding: 0 0px 0 15px;
        margin: 0 0px 0 0;
        float: left;
    }
    /* Nem egyenlo ketteosztas */
    #tartalom .assimetric_small {
        width: 300px;
        margin: 0 0px 0 0;
        padding: 0 0px 0 0;
        float: left;
    }

    #tartalom .assimetric_big {
        width: 600px;
        padding: 0 0px 0 0px;
        margin: 0 0px 0 0;
        float: left;
    }

    #tartalom #assimetric_left {
        margin: 0 10px 0 0;
        padding: 0 15px 0 0;
    }

    #tartalom #assimetric_right {
        padding: 0 0px 0 15px;
        margin: 0 0px 0 0;
    }

    #tartalom .divide-left {
        border-right: 1px solid #999;
    }

    #tartalom .divide-right {
        border-left: 1px solid #999;
    }

    #tartalom #regiszt_mid {
        width: 502px;
        margin: 0 10px 0 0;
        padding: 0 15px 0 0;
        float: left;
    }

    /* Altalnos form elem definiciok a tartalmi oldalakon */
    #tartalom form#setup { /* ha tul sok a 100%-os szelesseg, allitsuk be az urlap szelesseget */
        width: 370px;
    }

        #tartalom form#setup label {
            width: 220px;
        }

    #tartalom label {
        display: block;
    }
    /*#tartalom form label {
        width: 85px;
        text-align: left;
        margin: 5px 0 2px 0;
        display: block;
    }*/

    /*#tartalom form .redlabel {
        float: left;
        width: 85px;
        text-align: left;
        margin: 3px 0 0 0;
        COLOR: #bf2c37;
    }*/

    #tartalom #urlap {
        /*width: 482px;     */
        margin: 0 10px 0 0;
        padding: 0 15px 0 0;
        /*float: left;*/
    }

.order__form {
    font-family: 'Roboto Condensed', sans-serif;
}


#tartalom #urlap_kicsi {
    width: 452px;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    float: left;
}

    #tartalom #urlap_kicsi input[type='text'] {
        width: 440px;
        height: 35px;
        line-height: 35px;
    }

#tartalom #urlap label {
    width: 130px;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    float: left;
}


#tartalom form#nums_display label { /* Form ID-val spcialhatjuk a label-ek meretet. */
    width: 95px;
}

#tartalom form#permissions label { /* Form ID-val spcialhatjuk a label-ek meretet. */
    width: 315px;
}

#tartalom form .form-submit {
    margin-top: 15px;
}

#tartalom form .form-submit-down {
    /*margin: 5px 0 0 100px;
  float: right;*/
}




#tartalom form .form-select-small { /* Kis mďż˝retďż˝ select mezo. */
    /*background: url(/images/bg_input_127.png) no-repeat;
  width: 121px;
  height: 20px;
  padding: 2px 3px;
  margin: 0 0 10px 0;
  float: right;*/
}

#tartalom form .form-item .small { /* Kis mďż˝retďż˝ select mezo. */
    /*background: url(/images/bg_input_127.png) no-repeat;
  width: 121px;*/
}

.form-item {
    margin-bottom: 10px;
}


#felt_tart {
    background: #fff;
    width: 100%;
    height: 100%;
    border: 0px;
}

#tartalom .form-select select option {
    background: transparent;
    border: 0px;
}

#tartalom .a_matrix {
    background: url(/images/a_grmat.png) no-repeat;
    text-align: middle;
    background-position: 0px 0px;
    margin: -70px 0 70px 0;
}

#tartalom a.infog {
    bottom: 70px;
    right: 10px;
    position: relative;
}

#tartalom div.erd {
    color: #fff;
    font-size: 12px;
    right: 15px;
    position: relative;
}

/* Tartalmi linksor */

#options ul {
    margin: 0;
    padding: 0;
}

ul.links li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 10px 0 6px;
    display: inline;
    border-right: 1px solid #bababa;
    font-size: 12px;
}

    ul.links li.first {
    }

    ul.links li.last {
        padding: 0 0px 0 6px;
        border: 0;
    }

    /*   felpattanďż˝k */
    ul.links li a {
        font-size: 12px;
        text-decoration: none;
    }

ul.nolinks li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 10px 0 6px;
    display: inline;
    border-right: 0;
    font-size: 12px;
}

/* Talalati lista */



#tartalom .firmdata {
    float: left;
    width: 465px;
    margin-right: 20px;
}

#tartalom .firmdata2 {
    float: left;
    width: 650px;
}

#tartalom .icons_grey {
    float: left;
    text-align: center;
}

#tartalom .icons_color {
    float: left;
    width: 45px;
    text-align: center;
}

#tartalom .services {
    float: right;
    width: 250px;
}

/* Szamozott lista */



ol li {
    /*padding: 0 0 20px 0;*/
}

ol.sima li {
    text-align: left;
    border-bottom: 0px solid #bfbfc1;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

/* Ikonok */
.icons_grey ul, .icons_color ul, .services ul, .company_icons ul, .company_lookout ul {
    margin: 0;
    padding: 0;
}

.icons_grey li, .icons_color li, .services li, .company_icons li, .company_lookout li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    display: inline-block;
}


ul.icons_green_p {
    list-style-image: url('/images/green_p.gif');
}


.services li a {
    display: block;
    width: 125px;
    height: 23px;
    margin: 0 auto 5px auto; /* kozepre rendezzuk */
    padding: 4px 0 0 25px;
    background: url(/images/icon_services.gif) no-repeat top left;
    font-size: 12px;
}

.services .inactive, .company_lookout .inactive {
    background-position: 0 -25px;
}


.services li.disabled {
    background: url(/images/icon_services.gif) no-repeat 0 -50px;
    color: #58585a;
    width: 125px;
    height: 23px;
    margin: 0 auto 5px auto;
    font-size: 12px;
    padding: 4px 0 0 25px;
}

.company_lookout li.disabled {
    background: url(/images/icon_lookout.gif) no-repeat 0 -50px;
    color: #58585a;
    width: 85px;
    height: 23px;
    margin: 0 auto 5px auto;
    font-size: 12px;
    padding: 4px 0 0 25px;
}

.services li a, .company_lookout li a {
    font-size: 12px;
    /*color: #fff;*/
    text-decoration: none;
}

/*erororok*/
#container_err {
    width: 1000px;
    /*background: url(/images/bg_container.gif) repeat-y;    */
    padding: 0 0 0 0;
}

#company_data_err {
    background: url(/images/bg_company_details_bottom.gif) no-repeat bottom left;
    width: 675px;
    margin: 0;
    padding: 12px 15px;
    color: #bf2c37;
    font-weight: bold;
    /* line-height:9px; */
}

#company_details_err {
    background: url(/images/bg_company_details_top_tall.gif) no-repeat top left;
    width: 705px;
    padding: 0 0 0 0;
    margin: 0 0 0px 0;
    min-height: 30px;
}


/* ceg adatlap */

#adatlap {
    margin-top: 25px;
}


.separator {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    height: 3px;
    margin: 15px 0px;
}


#company_data {
    margin: 0;
}

#company_details {
    min-height: 130px;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #dadada;
    margin: 30px 0px;
    display: none;
}


#company_data .company_lookout ul, #company_data .company_icons ul {
    /*height: 110px;*/
}




#company_data .company_lookout {
    display: none;
    float: left;
    width: 190px;
    /*height: 140px;*/
    text-align: center;
    border-right: 1px solid #dadada;
    padding-right: 25px;
}

    #company_data .company_lookout .btn-pc-default {
        margin-bottom: 0px;
        width: 160px;
    }


.company_lookout li {
    font-size: 12px;
}

    .company_lookout li a {
        /*background: url(/images/icon_lookout.gif) no-repeat top left;
	display: block;
	width: 85px;
	height: 24px;
	padding: 4px 0 0 20px;*/
        /*	margin: 0 auto 5px auto;     */
    }

#option-button-wrapper {
    float: left;
    padding-left: 40px;
    text-align: center;
}

#company_data .company_icons {
    float: left;
    width: 110px;
    min-height: 140px;
    text-align: center;
    padding: 0px 40px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    #company_data .company_icons li {
        margin: 0 0 10px 0;
    }

#company_data a {
    font-size: 12px;
    text-decoration: none;
}
/* Allapotjelzok */
#company_status {
    margin: 0;
    font-size: 12px;
}

    #company_status img {
        vertical-align: middle;
        margin-right: 10px;
    }

    #company_status .help {
        color: #bf2c37;
        font-style: normal;
    }

    #company_status strong {
        float: left;
        position: relative;
        top: 10px;
        /*width: 815px;*/
        margin-left: 5px;
    }

/* Blokk fulekkel */
#company_info {
    width: 905px;
    background: transparent url(/images/bg_company_info.gif) repeat-y;
}

#tabs {
    background: #fff none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bcbcbc;
}

    #tabs li {
        padding: 0 0 0 0;
        list-style-type: none;
        display: inline-block;
        margin: 0 0 -4px -5px;
    }

        #tabs li.first {
            margin-left: 0px;
        }

        #tabs li a {
            float: left;
            height: 19px;
            display: block;
            padding: 6px 0px 4px;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
        }

        #tabs li.normal {
            width: 95px;
        }

        #tabs li.long {
            width: 166px;
        }

        #tabs li a.normal {
            width: 95px; /* 95px-2*15px */
            background: url(/images/tabs_normal_inactive.gif) no-repeat;
        }

        #tabs li a.long {
            width: 166px; /* 166-2*15px */
            background: url(/images/tabs_long_inactive.gif) no-repeat;
        }

        #tabs li.active a {
            color: #58585a;
        }

            #tabs li.active a.normal {
                background: url(/images/tabs_normal_active.gif) no-repeat;
            }

        #tabs li.actives a.normal {
            background: url(/images/tabs_normal_s_active.gif) no-repeat;
        }

        #tabs li.active a.long {
            background: url(/images/tabs_long_active.gif) no-repeat;
        }

#company_info .content {
    background: url(/images/bg_company_info_bottom.gif) no-repeat bottom left;
    clear: both;
    padding: 10px;
}

#keres .content {
    background: url(/images/bg_company_info_bottom_s.gif) no-repeat bottom left;
    clear: both;
    padding: 10px;
}

#adatlap .content table {
    width: auto;
}

#company_info .content table * {
    font-size: 12px;
}

#company_info .content table .fiz {
    padding: 5px 5px 5px 20px;
    vertical-align: middle;
}

#company_info .content table .fiz_ikon {
    padding: 5px 5px 5px 15px;
    vertical-align: middle;
}

#company_info .content table .fiz_text {
    padding: 5px 5px 5px 3px;
    vertical-align: middle;
}


#company_info hr {
    margin: 5px 0;
    height: 1px;
    background: #bfbfc1;
    border: 0px solid #bfbfc1;
}

#company_info table td {
    vertical-align: text-top;
    padding: 3px;
}

.tab-content #sublinks {
    margin: 2px 0 15px 0;
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid #dadada;
    height: 30px;
    font-size: 14px;
}

#sublinks li {
    margin: 0;
    padding: 0 20px 0 0;
    list-style-type: none;
    display: inline;
    font-weight: bold;
}

    #sublinks li a {
        text-decoration: none;
    }

#buttons { /* nyomtathato- es letoltes-gombok */
    float: right;
    margin: -50px 0 0 0;
}


/* Pager */
.pager {
    text-align: center;
    margin: 15px 0 25px 0;
    clear: both;
}

    .pager ul {
        margin: 0;
        padding: 0;
    }

        .pager ul li {
            margin: 0;
            padding: 0;
            display: inline;
        }

    .pager a {
        font-size: 12px;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        line-height: 3.5em;
    }

        .pager a.active {
            background: #39bbec;
            color: #fff;
        }

            .pager a.active:hover {
                background: #39bbec;
                color: #fff;
            }


        .pager a:hover {
            background: #F5F7F7;
        }

/* Banner */
#banner {
    background: url(/images/bg_left-side_banner.gif) no-repeat;
    padding: 0;
    margin: 0 0 8px 0;
    height: 49px;
    width: 219px;
}

    #banner a {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        display: block;
        height: 26px;
        width: 195px;
        padding: 11px 9px 0 15px;
        margin: 0;
    }

        #banner a .highlight {
            color: #f3ac00;
        }



/*  BAL MENU  */
#left-side #menu {
    padding: 0 0 11px 0;
    margin: 0 0 8px 0;
    background: url(/images/block_bottom.gif) no-repeat bottom;
}

#menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #menu li a {
        display: block;
        background: url(/images/bg_menu_item_inactive.gif) no-repeat top left;
        height: 19px;
        padding: 5px 5px 0px 25px;
        margin: 0;
        color: #bf2c37;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

        #menu li a:hover {
            background: url(/images/bg_menu_item_hover.gif) no-repeat;
            color: #58585a;
        }

    #menu li.first a {
        background: url(/images/bg_menu_item_inactive_first.gif) no-repeat top left;
        height: 21px;
    }

        #menu li.first a:hover {
            background: url(/images/bg_menu_item_hover_first.gif) no-repeat top left;
        }

    #menu li.last a {
        background: url(/images/bg_menu_item_inactive_last.gif) no-repeat top left;
        height: 21px;
    }

        #menu li.last a:hover {
            background: url(/images/bg_menu_item_hover_last.gif) no-repeat;
        }

    #menu li a.active, #menu li a.active:hover {
        background: url(/images/bg_menu_item_active.gif) no-repeat;
        color: #fff;
    }

    #menu li.first a.active, #menu li.first a.active:hover {
        background: url(/images/bg_menu_item_active_first.gif) no-repeat;
        color: #fff;
    }

    #menu li.last a.active, #menu li.last a.active:hover {
        background: url(/images/bg_menu_item_active_last.gif) no-repeat;
        color: #fff;
    }
/* submenu */
#submenu {
    margin: 0;
    padding: 0;
}

    #submenu li a {
        padding-left: 40px;
        font-size: 13px;
    }

/*ďż˝jdonsďż˝g*/
#ujdonsag_blokk {
    background-image: url(/images/menu_hatter_kitolto.jpg);
    padding: 0 0 0 0px;
}

    #ujdonsag_blokk .block_title {
        background: url(/images/bg_block_hirlevel_title.gif) no-repeat;
        width: 200px;
        height: 30px;
        margin: 0;
        padding: 9px 0px 0px 19px;
        font-size: 20px;
        color: #bf2c37;
        font-weight: bold;
    }

    #ujdonsag_blokk blink {
        font-size: 20px;
        color: #bf2c37;
    }

    #ujdonsag_blokk .ujdonsag_tartalom {
        padding: 10px 10px 28px 10px;
        background: url(/images/hirlevel_alja.jpg) no-repeat bottom left;
    }

        #ujdonsag_blokk .ujdonsag_tartalom label {
            font-size: 12px;
        }

    #ujdonsag_blokk span.piros {
        color: #bf2c37;
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
    }


/*ďż˝jdonsďż˝g*/
#kari_blokk {
    background-image: url(/images/menu_hatter_kitolto.jpg);
    padding: 0 0 0 0px;
}

    #kari_blokk .block_title {
        background: url(/images/bg_block_hirlevel_title.gif) no-repeat;
        width: 200px;
        height: 30px;
        margin: 0;
        padding: 9px 0px 0px 19px;
        font-size: 20px;
        color: #bf2c37;
        font-weight: bold;
    }

    #kari_blokk .kari_tartalom {
        padding: 5px 10px 48px 20px;
        margin: 0 0 0 0;
        background: url(/images/hirlevel_alja.jpg) no-repeat bottom left;
    }

span.piros {
    color: #bf2c37;
    font-size: 14px;
    /*	text-decoration: underline;   */
    font-weight: bold;
}

span.piros_ah {
    color: #bf2c37;
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
}

a.piros {
    color: #bf2c37;
    font-size: 12px;
    /*	text-decoration: underline;   */
    font-weight: bold;
}



/*  HIRLEVEL  */
#tartalom #hirlevel {
    width: 332px;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    float: none;
}

#hirlevel_blokk {
    background-image: url(/images/menu_hatter_kitolto.jpg);
    padding: 0 0 0 0px;
}

    #hirlevel_blokk .block_title {
        background: url(/images/bg_block_hirlevel_title.gif) no-repeat;
        width: 200px;
        height: 30px;
        margin: 0;
        padding: 9px 0 0 19px;
        font-size: 20px;
        color: #58585a;
        font-weight: bold;
    }

    #hirlevel_blokk .highlight {
        color: #f3ac00;
    }



    #hirlevel_blokk .block_title2 {
        background: url(/images/bg_block_hirlevel_title2.gif) no-repeat;
        width: 200px;
        height: 50px;
        margin: 0;
        padding: 9px 0 0 19px;
        font-size: 14px;
        color: #58585a;
        font-weight: bold;
        cursor: pointer;
    }

    #hirlevel_blokk .hirlevel_tartalom {
        padding: 0 10px 26px 15px;
        background: url(/images/hirlevel_alja.jpg) no-repeat bottom left;
    }

    #hirlevel_blokk table td {
        padding: 2px 3px;
        vertical-align: top;
        text-align: left;
    }

    #hirlevel_blokk .hirlevel_tartalom label {
        font-size: 12px;
    }

    #hirlevel_blokk .hirlevel_tartalom form .form-select {
        background: url(/images/bg_input_192.png) no-repeat;
        width: 187px;
        height: 20px;
        padding: 2px 3px;
        margin: 0 0 10px 0;
        float: right;
    }

    #hirlevel_blokk .hirlevel_tartalom .form-select select {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        width: 100%;
    }

/* LABLEC */
#footer #watermark {
    width: 229px;
    float: left;
}

#footer #copyright {
    width: 470px;
    float: left;
    padding: 2px 0 0 10px;
    color: #fbe5e7;
    line-height: 140%;
    font-size: 12px;
}

    #footer #copyright * {
        font-size: 12px;
        color: #fbe5e7;
    }

#footer #footerlinks {
    width: 143px;
    float: right;
    padding: 21px 0px 0 0;
    text-align: right;
}

#footerlinks ul {
    margin: 0;
    padding: 0;
}

    #footerlinks ul li {
        margin: 0;
        padding: 0 6px 0 5px;
        list-style-type: none;
        display: inline;
        border-right: 1px solid #fff;
    }

#bis {
    width: 100px;
    float: left;
    color: #fbe5e7;
    padding: 2px 0px 0 0;
    text-align: right;
    font-size: 10px;
}

#footerlinks ul li.last {
    border: 0px;
    padding: 0 0px 0 5px;
}

#footerlinks li a {
    color: #eee;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}



/* Special elements, classes */
#gmap {
    width: 310px;
    height: 310px;
}

    #gmap * {
        font-size: 11px;
    }

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    font-size: 1px;
}

.clear2 {
    clear: both;
    margin: 0;
    padding: 0;
}

.read_more {
    font-size: 12px;
    text-align: left;
}

.description {
    font-size: 10px;
    font-style: italic;
    clear: both;
    padding-top: 5px;
}

img.jobb { /* Jobbra rendezett kep */
    float: right;
    margin: 0 0 5px 15px;
    border: 1px solid #dfdfdf;
    padding: 1px;
}

img.bal { /* Balra rendezett kep */
    float: left;
    margin: 0 15px 5px 0px;
    border: 1px solid #dfdfdf;
    padding: 1px;
}


.chart { /* Diagramok kepei */
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.al-right {
    text-align: right;
}

.half {
    width: 50%;
}

/* Form elem definiciok */
div.textarea {
    background: url(/images/bg_textarea.gif) no-repeat;
    width: 237px;
    height: 118px;
    padding: 3px;
}

    div.textarea textarea {
        border: 0px;
        height: 116px;
        width: 235px;
    }

input.checkbox, input[type=checkbox] {
    vertical-align: middle;
    margin: 0 3px;
    padding: 0;
}

input.text, input[type=text], input[type=password] {
    /*color: #333;
    height: 20px;
    padding: 4px 5px 0px 5px;
    margin: 0;
    width: 117px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}




input.text1 {
    /*background: url(/images/bg_input_110.png) no-repeat;
  height: 20px;
  padding: 4px 5px 0px 5px;
  margin: 0;
  width: 100px;
  border: 0 none;*/
}

input.text2 {
    /*background: url(/images/bg_input_188.png) no-repeat;
  height: 20px;
  padding: 4px 5px 0px 5px;
  margin: 0;
  width: 178px;
  border: 0 none;*/
}


input.middletext {
    /*background: url(/images/bg_input_243.png) no-repeat;
  width: 233px;*/
}

input.minitext {
    /*background: url(/images/bg_input_33.png) no-repeat;
  height: 20px;
  padding: 4px 5px 0px 5px;
  margin: 0;
  width: 23px;
  border: 0 none;*/
}

input.longtext {
    /*background: url(/images/bg_input_365.png) no-repeat;
  width: 355px;*/
}

input.submit, input[type=submit], #hk_butt, #reg_butt {
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 13px;
    position: relative;
    background: #bed000;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

    input.submit:hover, input[type=submit]:hover, #hk_butt:hover, #reg_butt:hover {
        background: #b7c808;
    }

input.print { /* Nyomtathato verzio ikon */
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 13px;
    position: relative;
    background: #bed000;
    display: inline-block;
    text-decoration: none;
}

input.download { /* .DOC file letoltes ikon */
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 13px;
    position: relative;
    background: #bed000;
    display: inline-block;
    text-decoration: none;
}

input.ifram { /*  */
    /*	background: url(/images/icon_lookout.gif) no-repeat  top left; */
    width: 134px;
    font-size: 11px;
    color: #fff;
    border: none 0;
    height: 29px;
    padding: 0 0 0 26px;
    cursor: pointer;
    vertical-align: middle;
}

/* ďż˝jak*/



/* megrendelďż˝s alert*/
SPAN.megrend_hiba {
    COLOR: #bf2c37;
}





/*ifarame*/
iframe {
    /*	display: block; 
  width: 140px ; 
  height: 26px;  
	padding: 0px 0 0 0px;   
	margin: 0 auto 0px auto; */
}

#fr {
    display: block;
    width: 140px;
    height: 26px;
    padding: 0px 0 0 0px;
    margin: 0 auto 0px auto;
}

#fr_up {
    width: 600px;
    height: 450px;
    padding: 0px 0 0 0px;
    margin: 0 auto 0px auto;
}

#fr_up2 {
    width: 600px;
    height: 150px;
    padding: 0px 0 0 0px;
    margin: 0 auto 0px auto;
}

/*#fr1 {         
	display: block; 
  width: 140px ; 
  height: 26px;  
	padding: 0px 0 0 0px;   
	margin: 0 auto 0px auto;    
	
}   */
.fr_cl {
    display: block;
    width: 140px;
    height: 26px;
    padding: 0px 0 0 0px;
    margin: 0 auto 0px auto;
}
/* regisztrďż˝ciďż˝*/
#tartalom form#regiszt label {
    width: 250px;
}

/* riportok*/


.tokefejlec, .romai, .rovatnev {
    FONT-WEIGHT: bold;
}


#tartalom_prnt {
    float: middle;
    width: 728px;
    padding: 0px 30px 15px 23px;
    width: 705px;
    padding: 0px 38px 15px 38px;
}

#tartalom .link_down {
    clear: both;
    padding: 20px 0 30px 0;
    text-align: left;
}

#tartalom .megr {
    clear: both;
    padding: 0 30px 0 0;
    text-align: right;
}

#tartalom .megrl {
    padding: 20px 50px 0 0;
    text-align: right;
}

#felpattan {
    float: right;
    margin: 10px 10px 0 30px;
}

#felpattan_hird {
    float: left;
    margin: 10px 10px 0 30px;
}


.copyright {
    font-size: 12px;
}

.anyjaneve {
    /*  color: #bf2c37;    */
    FONT-STYLE: italic;
}

a.szemkapcs {
    COLOR: #428bca;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.torolve {
    FONT-STYLE: italic;
}

.megrend {
    /* margin: -30px 15px -20px 0 ;  */
    position: relative;
    left: -10px;
    top: -45px;
}

.nolink {
    color: #58585a;
    text-decoration: none;
    font-weight: bold;
}

.star, .megj {
    font-style: italic;
    font-size: 12px;
}

.listtext_olddata, .kapcsceg_figyelj, .hatalyos, .cim {
    FONT-WEIGHT: bold;
}

SPAN.rowdt {
    FONT-WEIGHT: bold;
    COLOR: #bf2c37;
}

SPAN.fotev {
    FONT-WEIGHT: bold;
}


#merleg table td {
    vertical-align: top;
    padding: 5px;
}

.fejlecbold {
    FONT-WEIGHT: bold;
}


#tabs li.elong {
    width: 220px;
}

#tabs li a.elong {
    width: 220px; /* 166-2*15px */
    background: url(/images/tabs_elong_s_inactive.gif) no-repeat;
}

#tabs li.long a.actives {
    background: url(/images/tabs_long_s_active.gif) no-repeat;
}

#tabs li.elong a.actives {
    background: url(/images/tabs_elong_s_active.gif) no-repeat;
}

#tartalom #keres {
    width: 905px;
    background: transparent url(/images/bg_company_info_s.gif) repeat-y;
}

#tartalom .content1 {
    background: url(/images/bg_company_info_bottom_s.gif) no-repeat bottom left;
    clear: both;
    padding: 10px 0px 0px 0px;
}

#tartalom #keres_bent {
    width: 332px;
    /*margin: 0 10px 0 0;
	padding: 15px 15px 15px 10px;*/
}

#tartalom #pcont_bent {
    width: 650px;
    margin: 0 10px 0 0;
    padding: 15px 15px 15px 10px;
}


#tartalom #keres_bent2 {
    /*	width: 332px;   */
    margin: 0 10px 0 0;
    padding: 15px 15px 15px 10px;
}



#tartalom .kiemel {
    font-weight: bold;
    COLOR: #bf2c37;
}

#tartalom span.kiemeln {
    font-size: 14px;
    font-weight: bold;
    COLOR: #bf2c37;
}

#sublinks1 {
    margin: 2px 0 15px 0;
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid #dadada;
    height: 60px;
}

    #sublinks1 li {
        margin: 0;
        padding: 0 20px 0 0;
        list-style-type: none;
        display: inline;
        font-size: 12px;
        font-weight: bold;
    }

        #sublinks1 li a {
            font-size: 12px;
            text-decoration: none;
            white-space: nowrap;
            line-height: 2em;
        }

#tartalom td.vastag {
    font-weight: bold;
    vertical-align: bottom;
}

#tartalom td.lent {
    vertical-align: bottom;
}

#tartalom_prnt td.vastag {
    font-weight: bold;
    vertical-align: bottom;
}

#tartalom_prnt td.lent {
    vertical-align: bottom;
}

#tartalom_prnt table td {
    vertical-align: text-top;
}

#tartalom table.elemz {
    font-weight: bold;
    vertical-align: bottom;
}

.colz {
    font-size: 25px;
    font-weight: bold;
    COLOR: #0B7E54;
}

.cols {
    font-size: 25px;
    font-weight: bold;
    COLOR: #F9B200;
}

.colp {
    font-size: 25px;
    font-weight: bold;
    COLOR: #D00033;
}

.colzf {
    font-weight: bold;
    COLOR: #0B7E54;
}

.colsf {
    font-weight: bold;
    COLOR: #F9B200;
}

.colpf {
    font-weight: bold;
    COLOR: #D00033;
}

.acol {
    font-size: 25px;
    font-weight: bold;
    COLOR: #0B7E54;
}

.bcol {
    font-size: 25px;
    font-weight: bold;
    COLOR: #84C67C;
}

.ccol {
    font-size: 25px;
    font-weight: bold;
    COLOR: #F9B200;
}

.dcol {
    font-size: 25px;
    font-weight: bold;
    COLOR: #FF7521;
}

.ecol {
    font-size: 25px;
    font-weight: bold;
    COLOR: #D00033;
}

.acolf {
    font-weight: bold;
    COLOR: #3B7B58;
}

.bcolf {
    font-weight: bold;
    COLOR: #84C67C;
}

.ccolf {
    font-weight: bold;
    COLOR: #F9B200;
}

.dcolf {
    font-weight: bold;
    COLOR: #FF7521;
}

.ecolf {
    font-weight: bold;
    COLOR: #BF2C37;
}

.ocolpf {
    font-weight: bold;
    COLOR: #808080;
}

.ocolp {
    font-size: 25px;
    font-weight: bold;
    COLOR: #808080;
}

.hidden {
    display: none;
}

.erd {
    text-align: center;
}

table.matrix td {
    border-right: 1px solid #DECFA6;
    border-bottom: 1px solid #DECFA6;
    color: #58585A;
}

table.matrix {
    border-left: 1px solid #DECFA6;
    border-top: 1px solid #DECFA6;
}

    table.matrix a {
        COLOR: #9E6612;
        text-decoration: none;
    }

    table.matrix .aktiv a {
        color: #58585A;
    }

.cegnev {
    color: #9E6612;
}

table.matrix .hoppa a {
    color: #BF2C37;
}

img {
    border: none;
}

table.matrix .inaktiv {
    font-style: italic;
    color: #808080;
}

.tdheader1 {
    min-width: 58px;
    width: 58px;
}

.tdheader2 {
    min-width: 70px;
    width: 70px;
}

.tdheader4 {
    width: 80px;
    padding-right: 22px;
}

.trheader {
    //border:3px solid;
}

table.matrix .kiemelt {
    font-weight: bold;
    color: #1262B2;
}

.relationship-graph * {
    font-size: 12px;
}

/* Kapcsolati halo */

#gcf-install-prompt-wrapper {
    display: none;
}

#pdf-links {
    margin-right: 25px;
    text-align: right;
    width: 300px;
}

    #pdf-links ul {
        margin: 0px 0 12px;
    }

    #pdf-links li {
        display: inline;
        padding-left: 10px;
    }

.relationship-graph {
    /*padding-left: 20px;
  padding-right: 20px;*/
    margin: 20px 10px;
    background: #efefef;
}

#content-wrapper {
    /*margin-right:20px;*/
    height: 440px;
}

#tab-content-wrapper {
    border: 0;
    background-color: #FFFFFF;
}

canvas {
    /*border: 2px solid #e8ebf0;*/
}

#tab-matrix-wrapper {
    display: none;
    border: 1px solid #AAA;
    background-color: #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    height: 440px;
}

#relationship-parameters {
    min-width: 800px;
    height: 178px;
}

    #relationship-parameters .col.col-first {
        float: left;
        width: 420px;
    }

    #relationship-parameters .col.col-mid {
        float: left;
        width: 380px;
    }

    #relationship-parameters .col.col-last {
        margin-left: 820px;
    }

#relationship-parameters-form {
    width: 420px;
    margin: 0;
    padding: 0px;
}

    #relationship-parameters-form .message {
        margin: 10px 0;
        color: #999;
    }

#relationship-parameters-company {
    margin-left: 150px;
    position: absolute;
    margin-top: -31px;
}

#relationship-parameters-submit {
    margin-top: 50px;
    display: block;
    float: right;
}

#relationship-parameters-type {
    width: 410px;
    border-right: 1px solid #D3D3D3;
    margin-right: 20px;
    padding-right: 20px;
}

#relationship-parameters-attributes {
}

#relationship-parameters-attributes-state {
    /*margin-top: 10px;
	margin-bottom: 10px;*/
}

#relationship-info {
    //margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid #e8ebf0;
    /*min-width: 380px;*/
    /*max-width: 430px;*/
    min-height: 128px;
    padding: 5px;
}


.error-wrapper {
    background: #fffdf7 url(../images/bg_relationship-parameters.png) repeat-x;
    color: #BF2C37;
    font-weight: bold;
    margin-bottom: 10px;
    border: 1px solid #AAA;
    /*width: 97%;*/
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.description-wrapper .signs {
    margin-left: 20px;
}

    .description-wrapper .signs .arrows,
    .description-wrapper .signs .colors {
        margin-bottom: 10px;
    }

.description-wrapper .legend {
    width: 180px;
}

    .description-wrapper .legend.color {
        width: 70px;
        margin: 0 20px 0 0;
    }

        .description-wrapper .legend.color .item {
            color: #000;
            //border-bottom: 0px;
            margin-bottom: 0px;
            text-align: center;
            padding: 2px 5px;
            border: 1px solid #F7C494;
        }

.description-wrapper .color .minus-3 {
    background: #FFF6E5;
}

.description-wrapper .color .minus-2 {
    background: #F2E5CB;
}

.description-wrapper .color .minus-1 {
    background: #CCC1AB;
}

.description-wrapper .color .active {
    background: #F8983D;
}

.description-wrapper .color .level-0 {
    background: #F7C494;
}

.description-wrapper .color .plus-1 {
    background: #B6C2CC;
}

.description-wrapper .color .plus-2 {
    background: #E3F4FF;
}

.description-wrapper .color .plus-3 {
    background: #F2FBFF;
}

.description-wrapper-e .legend.color {
    border: 1px solid #F7C494;
}

.description-wrapper-e .color .minus-3 {
    background: #FFF6E5;
}

.description-wrapper-e .color .minus-2 {
    background: #F2E5CB;
}

.description-wrapper-e .color .minus-1 {
    background: #CCC1AB;
}

.description-wrapper-e .color .active {
    background: #F8983D;
}

.description-wrapper-e .color .level-0 {
    background: #F7C494;
}

.description-wrapper-e .color .plus-1 {
    background: #B6C2CC;
}

.description-wrapper-e .color .plus-2 {
    background: #E3F4FF;
}

.description-wrapper-e .color .plus-3 {
    background: #F2FBFF;
}



#entity-data-preloader {
    display: none;
}

#graph-preloader {
    display: none;
    //padding: 20px;
}

#relationship-info .firmdata {
    display: none;
}



#relationships-wrapper #tabs {
    background: none;
    border-bottom: 0px;
}

#relationships-wrapper #content-wrapper #tabs {
    float: left;
    margin-right: 15px;
}

#relationships-wrapper #tabs li {
    margin-left: -3px;
}

    #relationships-wrapper #tabs li.first {
        margin-left: 0px;
    }

    #relationships-wrapper #tabs li.active {
        font-weight: bold;
        background: #f7f7f7;
        border: 1px solid #aaa;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

#relationships-wrapper #tabs li {
    cursor: pointer;
    padding: 10px;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#entity-relationship-info {
    /* float: left; */
    margin-left: 250px;
    padding: 2px 0 0 0;
    font-size: 12px;
    /*max-width: 580px;*/
    display: table-cell;
    vertical-align: bottom;
}

#matrix_form .form-item {
    margin: 3px 5px 3px 0;
}

#pdf-preloader {
    display: none;
    float: left;
    width: 20px;
    margin-left: 100px;
}

.toggle {
    cursor: pointer;
    font-size: 12px;
    margin-right: 18px;
    margin-top: 23px;
}

/*.collapsible .collapsible-content {
    margin-top: -2em;
}*/

#pc-close {
    cursor: pointer;
}

.message {
    cursor: pointer;
    margin-top: 8px;
    margin-right: 10px;
}

#lepes_error {
    display: none;
    color: red;
}

/*kapcsolati hďż˝lďż˝ vďż˝ge*/


#relationship-parameters1 {
    background: #FFF4DA;
    margin-bottom: 10px;
    border: 2px solid #e8ebf0;
    width: 920px;
    padding: 5px;
}


#kv {
    display: block;
    width: 140px;
    height: 26px;
    padding: 0px 0 0 0px;
    margin: 0 auto 0px auto;
}

.table_head {
    position: relative;
    left: -8px;
    margin: auto;
    text-align: center;
}

.tr_osszesen {
    background: #FFF5DC;
}

.tr_kategoria {
    background: #FFF4CA;
}

.tr_kiemelt td {
    BACKGROUND-COLOR: #E5BEA2;
}

tr.tsr_kiemeles {
    background-color: #FFF1D1;
}

.data-3 {
    background-color: #FFF6E5;
}

.data-2 {
    background-color: #F2E5CB;
}

.data-1 {
    background-color: #CCC1AB;
}

.datas {
    background-color: #F8983D;
}

.data0 {
    background-color: #F7C494;
}

.data1 {
    background-color: #B6C2CC;
}

.data2 {
    background-color: #E3F4FF;
}

.data3 {
    background-color: #CC00AB;
}


#jogtar table td {
    font-size: 13px;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}

#jogtar td.piros {
    color: #bf2c37;
    font-size: 14px;
    font-weight: bold;
}

table.kock {
    border: 1px solid #d3d3d3;
    border-spacing: 0px;
}

    table.kock td {
        border: 1px solid #d3d3d3;
        border-spacing: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }


#menu li .lb_inactive, #menu li .lb_active {
    display: block;
    background: url(/images/bg_menu_item_inactive.gif) no-repeat top left;
    height: 19px;
    padding: 5px 5px 0px 25px;
    margin: 0;
    color: #bf2c37;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

    #menu li .lb_inactive:hover {
        background: url(/images/bg_menu_item_hover.gif) no-repeat;
        color: #58585a;
    }

#menu li.first .lb_inactive:hover {
    background: url(/images/bg_menu_item_hover_first.gif) no-repeat top left;
}

#menu li.last .lb_inactive {
    background: url(/images/bg_menu_item_inactive_last.gif) no-repeat top left;
    height: 21px;
}

    #menu li.last .lb_inactive:hover {
        background: url(/images/bg_menu_item_hover_last.gif) no-repeat;
    }

#menu li .lb_active, #menu li .lb_active:hover {
    background: url(/images/bg_menu_item_active.gif) no-repeat;
    color: #fff;
}

#menu li.first .lb_active, #menu li.first .lb_active:hover {
    background: url(/images/bg_menu_item_active_first.gif) no-repeat;
    color: #fff;
}

#menu li.last .lb_active, #menu li.last .lb_active:hover {
    background: url(/images/bg_menu_item_active_last.gif) no-repeat;
    color: #fff;
}

#submenu2 {
    margin: 0;
    padding: 0;
}


    #submenu .lb_inactive, #submenu .lb_active, #submenu2 .lb_inactive, #submenu2 .lb_active {
        margin: 0;
        padding: 0;
    }

    #submenu li .lb_inactive, #submenu li .lb_active, #submenu2 li .lb_inactive, #submenu2 li .lb_active {
        padding-left: 40px;
        font-size: 13px;
    }



#landing {
    background-image: url(../images/pc_landing.jpg);
    height: 619px;
    width: 740px;
}

#landing_uj {
    background-image: url(../images/pc_landing.png);
    height: 619px;
    width: 740px;
}

#l1 {
    float: right;
    width: 300px;
    padding: 10px 5px 5px 5px;
}

#l2 {
    float: left;
    width: 400px;
    padding: 10px 5px 5px 5px;
}

#l3 {
    float: left;
    width: 400px;
    padding: 10px 5px 5px 20px;
}

#l4 {
    width: 370px;
    padding: 10px 5px 5px 20px;
}

#l5 {
    width: 300px;
    padding: 10px 5px 5px 20px;
}

.kerje {
    padding: 10px 0px 0px 0px;
}


#lt1 {
    float: left;
    width: 400px;
    padding: 10px 5px 5px 5px;
}

#lt2 {
    float: right;
    width: 400px;
    padding: 10px 5px 5px 5px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}



#lt4 {
    float: left;
    width: 400px;
    padding: 100px 5px 5px 20px;
    clear: left;
}

#lt3 {
    float: right;
    width: 370px;
    padding: 10px 25px 5px 20px;
    clear: right;
}


#lt5 {
    width: 400px;
    padding: 10px 25px 5px 20px;
}


.logo_t {
    float: right;
    padding: 40px 120px 5px 20px;
    width: 370px;
    clear: right;
}

#nm {
    font-size: 11px;
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

span.kicsi {
    font-size: 10px;
}



#fiz_ind {
    width: 271px;
    height: 36px;
    background: url(/images/fizind_sor.png) no-repeat;
    float: right;
}

#fiz_ind_t {
    height: 35px;
    float: left;
    vertical-align: text-middle;
}

#fiz_ir {
    width: 261px;
    height: 13px;
    vertical-align: top;
    margin: 0 0 0 10px;
}

#fiz_nincs {
    width: 261px;
    vertical-align: text-top;
    margin: 0 0 0 7px;
}



#tartalom div.a_main {
    width: 185px;
    height: 24px;
    background: url(/images/a_main.png) no-repeat;
    text-align: center;
    margin: 0;
    padding: 5px 0 0 0;
}

#tartalom a.a_main {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}


#aa {
    /* margin: 0 0 8px 20px;**/
    background: url(/images/bg_block_aa.gif) no-repeat;
    padding: 10px 0 25px 27px;
    height: 204px;
    width: 219px;
    /*padding: 0;
	margin: 0 0 8px 0;
	height: 49px;
	width: 219px;*/
    /* width:300px;
 height: 30px; 
 
border-color: #000; 
border:2px solid #FFEFCA;
padding:10px 40px; 
background:#FFFCF4;
border-radius:15px;
-moz-border-radius:15px; /* Firefox 3.6 and earlier 
position:fixed;
top:200px;
left: auto;
z-index:1000;*/
}


#jc_mess {
    display: none;
    color: #000;
    padding: 10px;
    background: #FFFCF4;
    box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
}

    #jc_mess a.email:hover, #jc_mess a.email {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        display: inline;
        background-image: none;
        color: #bf2c37;
        text-decoration: underline;
        font-weight: bold;
        font-size: 12px;
    }


#gp {
    /* margin: 0 0 8px 20px;**/
    background: url(/images/bg_block_aa.gif) no-repeat;
    padding: 10px 0 0px 27px;
    height: 204px;
    width: 219px;
}

#gp_in {
    margin: 10px 40px 10px 0px;
    font-size: 12px;
}


#bsb {
    /* margin: 0 0 8px 20px;**/
    background: url(/images/bg_block_bsb.gif) no-repeat;
    padding: 10px 0 0px 27px;
    height: 144px;
    width: 219px;
}


#plink {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
}


#tartalom .cr_button {
    width: 110px;
    margin: 5px 0;
}

#tartalom .cr_a {
    width: 110px;
    font-size: 14px;
    margin: 0;
    /*top:5px ;    
   left:-2px ;  
   position: relative;  
   margin: 0px 0px 0px 0px;
 
   text-decoration: none;*/
}

#bl_info, #ro_info, #eon_elominosites_info, #graf_info, #figy_info, #kock_info {
    position: absolute;
    background-color: #FFFFFF;
    float: left;
    top: 280px;
    font-size: 12px;
    padding: 10px;
    border: 2px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#tartalom table.tmin {
    width: 300px;
}


table.bist {
    width: 100%;
    border: 1px solid #9BBB59;
    vertical-align: top;
}

tr.bisz {
    /*border:2px solid #9BBB59;*/
    background-color: #bed000;
    margin: 10px 10px 20px 30px;
    border-collapse: collapse;
}


tr.bissz {
    border-top: 2px solid #E6EED5;
    border-bottom: 2px solid #E6EED5;
    background-color: #E6EED5;
    margin: 10px 10px 20px 30px;
    border-collapse: collapse;
}


.justify {
    text-align: justify;
}

#fizind {
    position: absolute;
    text-align: justify;
    font-size: 12px;
    color: #58585a;
    /*font-weight: bold;*/
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 600px;
    margin: 0;
    padding: 10px;
    z-index: 200;
}



#bezar {
    /*cursor:pointer;
 width:10px;
 height: 20px;  
 background:#FFFCF4;
 position:relative;
 top:-30px;
 left: 480px;
 z-index:1000;
*/
}

#ide {
    position: relative;
    top: -34px;
    left: -217px;
    border: 0px solid #58585a;
    background: #FFFCF4;
    display: inline;
    cursor: pointer;
}

.merpenz_tbl {
    width: auto;
    padding: 0px;
    border: 1px solid #58585a;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 12px;
}

    .merpenz_tbl td {
        margin: 3px;
        border: 1px solid #58585a;
        padding: 3px;
    }


#company_info .content .merpenz_td {
    width: 80px;
    text-align: right;
}

#company_info .content .merpenz_td_2 {
    width: 15px;
}

#company_info .content .merpenz_td_3 {
    width: 170px;
}

.merpenz_td_1 {
    width: 191px;
}

.merpenz_td {
    width: 80px;
    text-align: right;
}

.merpenz_td.center{
    text-align:center;
}

.merpenz_td_2 {
    width: 15px;
}

.merpenz_td_3 {
    width: 170px;
}


div.download {
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 13px;
    position: relative;
    background: #bed000;
    display: inline-block;
    text-decoration: none;
}





#menu li.first #menu_1 {
    background: url(/images/bg_menu_item_inactive_first.gif) no-repeat top left;
    height: 21px;
    padding: 5px 0px 0px 25px;
}


#menu_1 {
    color: #bf2c37;
    text-decoration: none;
    padding: 0 0px 11px 0px;
    margin: 0 0 0px 0;
    cursor: pointer;
    font-weight: bold;
}

#menu li #menu_2 {
    background: url(/images/bg_menu_item_inactive_first.gif) no-repeat top left;
    height: 21px;
    padding: 5px 0px 0px 25px;
}

#menu_2 {
    color: #bf2c37;
    text-decoration: none;
    padding: 0 0px 0px 0px;
    margin: 0 0 0px 0;
    cursor: pointer;
    font-weight: bold;
}

div.kieg {
    background: url(/images/icon_grey_alap.gif) no-repeat;
    width: 18px;
    height: 18px;
    margin: 0;
    border: none 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 0px 0px 0px 5px;
    float: right;
}

div.kieg_m_t {
    background: url(/images/icon_grey_alap.gif) no-repeat;
    width: 18px;
    height: 18px;
    margin: 0;
    border: none 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 0px 0px 0px 5px;
    float: right;
}

div.kieg_m_d {
    background: url(/images/icon_grey_alap.gif) no-repeat;
    width: 18px;
    height: 18px;
    margin: 0;
    border: none 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 0px 0px 0px 5px;
    float: right;
}

input.textm_d {
    /* background: url(/images/bg_input_127.png) no-repeat;*/
    width: 117px;
}

#tartalom form input[type="text"].textm_d {
    /*#tartalom input.textm_d {*/
    /* background: url(/images/bg_input_127.png) no-repeat;*/
    width: 350px;
}


input.longtextm_t {
    background: url(/images/bg_input_365.png) no-repeat;
    width: 355px;
}

.mod_web {
    color: #bf2c37;
    text-decoration: none;
    padding: 0 0px 0px 0px;
    margin: 0 0 0px 0;
    cursor: pointer;
    font-weight: bold;
}

.akt_neg {
    /* font-weight: bold; */
}

table.akt_neg {
    margin: 0px;
    padding: 0px;
}

#cofirm_dialog {
    top: 25px;
    width: 800px;
    position: absolute;
    background: #fff;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

#dialog-comment {
    padding: 10px;
}

#service-content {
    float: left;
    width: 555px;
}

#action-button-content {
    float: right;
}



.akt_neg {
    /* font-weight: bold; */
}

table.akt_neg {
    margin: 0px;
    padding: 0px;
}

#cdatbl table {
    margin: 0px;
    padding: 0px;
}



.dbrat {
    position: relative;
    top: 15px;
    /* font-family: Arial, Helvetica, sans-serif;*/
    /*background-image: url(/images/br_grey.jpg);*/
    display: inline-block;
    height: 80px;
    margin: 10px 10px 10px 20px;
    width: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #BBB;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}


.dbrat_yellow {
    /* font-family: Arial, Helvetica, sans-serif;*/
    background-image: url(/images/br_yellow.jpg);
    display: inline-block;
    height: 80px;
    margin: 10px 10px 10px 20px;
    width: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}

.dbrat_red {
    /* font-family: Arial, Helvetica, sans-serif;*/
    background-image: url(/images/br_red.jpg);
    display: inline-block;
    height: 80px;
    margin: 10px 10px 10px 20px;
    width: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}

.dbrat_green {
    /* font-family: Arial, Helvetica, sans-serif;*/
    background-image: url(/images/br_green.jpg);
    display: inline-block;
    height: 80px;
    margin: 10px 10px 10px 20px;
    width: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}

.dbrat_in {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 5px;
    left: 0px;
    height: 40px;
    margin: 15px 0px 0px 0px;
    width: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}

.dbrat_in_kat {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 5px;
    left: 0px;
    height: 40px;
    margin: 15px 0px 0px 0px;
    width: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}


.dbrat_in_db {
    position: relative;
    top: 5px;
    left: 0px;
    text-align: center;
    height: 13px;
    margin: -10px 0px 0px 0px;
    padding: 0 0 0 0;
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.dbrat_in_db2 {
    position: relative;
    text-align: center;
    top: 5px;
    left: 0px;
    padding: 0 0 0 0;
    height: 13px;
    margin: 0px 0px 0px 0px;
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}




td.rovatnev {
    width: 180px;
}

.appdiv {
    float: right;
    width: 230px;
}


.nincseleg {
    border-color: #BCBCBC;
    border: 2px solid #BCBCBC;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 2000;
}


.x_butt {
    position: relative;
    width: 55px;
    left: 30px;
    top: -4px;
    /*  padding:10px;
  
  height:24px;
  background: url(/images/a_grmat.png) no-repeat;    
  padding:0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;*/
    float: right;
}

#colorline {
    width: 1px;
    height: 10px;
    float: left;
}

#colorline_box {
    width: 120px;
    height: 24px;
    position: relative;
    left: 27px;
    top: 0;
}


.scale {
    width: 10px;
    height: 10px;
    position: relative;
    left: -5px;
    top: 10px;
    font-size: 10px;
    color: #58585a;
}

.ne_link {
    border: 2px solid #999;
    text-decoration: none;
    padding: 5px;
    width: 290px;
    font-weight: bold;
}

#uzi {
    COLOR: #bf2c37;
    margin-bottom: 5px;
}

#max_cr {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #39bbec;
    display: inline-block;
    text-decoration: none;
    width: 110px;
    margin-bottom: 5px;
}


#max_cr_text {
    /*position: relative;
 top:10px;
 display: inline-block;*/
    padding: 0px 0px 0px 0px;
    margin: 1px 5px 1px 5px;
    width: 100px;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    font-weight: bold;
}

#max_cr_hk, #max_cr_hk_al {
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 13px;
    position: relative;
    background: #39bbec;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    margin: 5px 0;
    width: 110px;
}



#tartalom .form-select_hk {
    background: url(/images/bg_input_127.png) no-repeat;
    width: 121px;
    height: 20px;
    padding: 2px 3px;
    margin: 0 0 10px 0;
    /*float: right;  */
}

    #tartalom .form-select_hk select {
        background: transparent;
        width: 100%;
        border: 0px;
    }


        #tartalom .form-select_hk select option {
            background: transparent;
            border: 0px;
        }



#ossz_div {
    float: right;
    top: 100px;
    position: relative;
    font-weight: bold;
}

#ossz_div_start {
    position: relative;
    font-weight: bold;
}

#tbl_b {
    float: left;
    width: 400px;
}



.megr_info {
    position: absolute;
    background-color: #FFFFFF;
    float: left;
    top: 280px;
    /* width:300px;*/
    font-size: 10px;
    /* display: block;
 height: 56px;*/
    padding: 5px;
    /*margin: 10px ; */
    /*left:6px;*/
    /* width: 110px; 
 font-weight: bold;*/
    /*color: #FFFFFF;*/
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

    .megr_info p {
        padding: 5px 15px 5px 5px;
        font-size: 12px;
        text-align: justify;
    }



.close2 {
    position: relative;
    margin-right: 2px;
    float: right;
    background-color: #FFFFFF;
    width: 35px;
    font-size: 10px;
    cursor: pointer;
    color: #428bca;
    z-index: 0;
}

#hk_alert {
    position: absolute;
    text-align: left;
    /*top:10px;
 left:-200px;*/
    /* font-family: Arial, Helvetica, sans-serif;*/
    /*background-image: url(/images/br_grey.jpg);*/
    display: inline-block;
    height: 30px;
    padding: 4px 0px 4px 5px;
    margin: 0px 0px 0px 6px;
    width: 350px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 1000;
}

form .form-select-small {
    width: 121px;
    float: left;
    margin-left: 10px;
    /*background: url(/images/bg_input_127.png) no-repeat;
  width:121px;
  height: 20px;
  padding: 0px 5px;
  margin: 0 0 0px 0;
  float: left;*/
}

.form-select-small select {
    background: transparent;
    width: 100%;
    border: 0px;
}

#tartalom .form-select-small select {
    background: transparent;
    width: 100%;
    border: 0px;
}

#klon {
    position: relative;
    top: -30px;
    left: 200px;
    font-size: 14px;
    color: #58585a;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 80px;
    margin: 0;
    padding: 0px 0 0 9px;
}

#history {
    position: relative;
    /*top:30px;
left:10px;*/
    font-size: 14px;
    color: #58585a;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 120px;
    margin: 0;
    padding: 0px 10px 0 10px;
}


#klon_box {
    position: absolute;
    font-size: 14px;
    color: #58585a;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 300px;
    margin: 0;
    padding: 10px;
}



.menu_ac {
    width: 95px;
    background: url(/images/tabs_long_active.gif) no-repeat;
    cursor: pointer;
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 19px;
    display: block;
    padding: 6px 0px 4px;
    text-align: center;
    text-decoration: none;
}

.menu_inac {
    width: 95px;
    background: url(/images/tabs_normal_inactive.gif) no-repeat;
    cursor: pointer;
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 19px;
    display: block;
    padding: 6px 0px 4px;
    text-align: center;
    text-decoration: none;
}

.menu_inac_long {
    width: 166px; /* 166-2*15px */
    background: url(/images/tabs_long_inactive.gif) no-repeat;
    cursor: pointer;
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 19px;
    display: block;
    padding: 6px 0px 4px;
    text-align: center;
    text-decoration: none;
}



.menu_ac_long {
    width: 166px; /* 166-2*15px */
    background: url(/images/tabs_long_active.gif) no-repeat;
    cursor: pointer;
    color: #58585a;
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 19px;
    display: block;
    padding: 6px 0px 4px;
    text-align: center;
    text-decoration: none;
}

#info_rip {
    position: absolute;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    border: 1px dotted #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    background: #F7F7F7;
    width: 280px;
    font-size: 12px;
}

#max_cr_ert {
    position: absolute;
    text-align: justify;
    font-size: 12px;
    color: #58585a;
    /*font-weight: bold;*/
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 665px;
    margin: 0;
    padding: 10px;
    z-index: 200;
}

#info_nj {
    position: absolute;
    text-align: justify;
    font-size: 12px;
    color: #58585a;
    /*font-weight: bold;*/
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 200px;
    margin: 0;
    padding: 10px;
    z-index: 200;
}

#nokred {
    position: absolute;
    background-color: #FFFFFF;
    float: left;
    height: 40px;
    color: #bf2c37;
    font-size: 12px;
    padding: 5px;
    border: 2px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 100;
    width: 310px;
}


.close3 {
    margin: 0px;
    padding: 0px;
    width: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
    float: right;
    background-color: #FFFFFF;
    width: 50px;
    font-size: 10px;
    cursor: pointer;
    color: #bf2c37;
    z-index: 0;
}


.oldalsz {
    position: absolute;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    border: 1px dotted #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    background: #F7F7F7;
    width: 70px;
    font-size: 12px;
}

#history_desc {
    position: absolute;
    top: 20px;
    font-size: 14px;
    color: #58585a;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 500px;
    margin: 0;
    padding: 10px;
}

/*KeresoForm-David csinalta-2014-06-17*/




.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}



.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
    margin-left: -1px;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.input-group-btn &gt; .btn {
    position: relative;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



#search-type-menu input[type=checkbox] {
    margin-top: 3px;
}

#search-type-menu hr {
    margin: 15px 0px 0px 0px;
}

#search-type-menu .checkbox {
    /*padding:0;*/
}

#keres select {
    background: #fff;
    padding: 4px 3px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*.comp-name {
    font-size: 25px;
    font-weight: 300;
    margin: 25px 0 50px 0;
}*/

.dark-green {
    color: #4E6F18;
}

.lead {
    margin-bottom: 25px;
    text-align: center;
    margin-bottom: 45px;
    color: #777;
}

.landing-section h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: none;
}

.welcome-wrapper h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    text-transform: none;
    margin: 20px 0px 20px 0px;
    padding-top: 0px;
}

.welcome-wrapper .col1 {
    width: 630px;
    float: left;
    margin-right: 25px;
}

.welcome-wrapper .col2 {
    width: 475px;
    float: left;
    text-align: center;
}

.vimeo-wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .vimeo-wrapper iframe {
        border: 10px solid #dadada;
    }


.landing-section {
    padding-top: 30px;
}

    .landing-section h3 {
        font-size: 18px;
        color: #4E6F18;
    }

    .landing-section .col {
        width: 450px;
        float: left;
    }

.welcome-wrapper {
    padding-top: 0px;
}


#client-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.client-list-item {
    display: inline-block;
    margin-bottom: 20px;
}

#social-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-list-item {
    display: inline-block;
    margin-right: 25px;
    font-size: 80px;
}

i.fb {
    color: #3b5998;
}

i.twitter {
    color: #00aced;
}

i.googleplus {
    color: #dd4b39;
}

i.linkedin {
    color: #007bb6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-left: 5px solid #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
}

ol li .item {
    padding: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    ol li .item h2 {
        color: #f4f4f4;
        padding: 10px;
        background: #404a53;
        margin: -10px -10px 20px -10px;
        font-size: 16px;
        text-transform: none;
    }

        ol li .item h2 a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }

            ol li .item h2 a:hover {
                color: #fff;
                text-decoration: underline;
            }


#tartalom #portfolio_table th {
    padding: 15px 5px;
    background: #404a53;
    color: #fff;
}

    #tartalom #portfolio_table th a {
        color: #fff;
        margin-right: 5px;
    }

#tartalom #portfolio_table tr td {
    padding: 5px;
}

/*New Tab system*/

/*Tabs v2*/

.pc-tab.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.pc-tab.nav-tabs {
    border-bottom: none;
}

    .pc-tab.nav-tabs &gt; li {
        float: left;
        margin-bottom: -1px;
        padding: 0px;
    }

    .pc-tab.nav-tabs li a {
        padding: 9px 16px;
        background: none;
        border: none;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 300;
        text-decoration: none;
        color: #999;
    }

        .pc-tab.nav-tabs li a:hover {
            color: #555;
        }


    .pc-tab.nav-tabs li.active a {
        background: #fff;
        color: #555;
        padding: 7px 15px 9px;
        border: solid 1px #dadada;
        border-top: solid 2px #bed000;
        border-bottom: none !important;
    }

        .pc-tab.nav-tabs li.active a:hover {
            color: #555;
        }

.tab-content {
    padding: 10px 16px;
}


    .tab-content &gt; .tab-pane {
        display: none;
    }

    .tab-content &gt; .active {
        display: block;
    }

/*New Button*/

.pc-btn {
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #bed000;
    display: inline-block;
    text-decoration: none;
}



    .pc-btn i {
        font-size: 18px;
        margin-right: 5px;
    }

    .pc-btn input[type=checkbox] {
        margin-left: 10px;
    }

    .pc-btn .icheck-item {
        margin-left: 10px;
    }

    .pc-btn:hover {
        background: #b7c808;
        color: #fff;
    }

    .pc-btn.btn-blue {
        background: #39bbec;
    }

        .pc-btn.btn-blue:hover {
            background: #27b5ea;
        }

    .pc-btn.btn-red {
        background: #C00000;
    }

        .pc-btn.btn-red:hover {
            background: #A80000;
        }

    .pc-btn.btn-yellow {
        background: #FFC000;
    }

        .pc-btn.btn-yellow:hover {
            background: #ECB100;
        }

    .pc-btn.btn-light-gray {
        background: #BEBEBE;
    }

        .pc-btn.btn-light-gray:hover {
            background: #A7A7A7;
        }

    .pc-btn.btn-dark-gray {
        background: #7F7F7F;
    }

        .pc-btn.btn-dark-gray:hover {
            background: #6E6E6E;
        }


    .pc-btn.btn-purple {
        background: #ACACEE;
    }

        .pc-btn.btn-purple:hover {
            background: #7E7EE4;
        }

    .pc-btn.heavy {
        font-weight: 700;
    }

    .pc-btn.disabled {
        cursor: default;
        background-color: #fff;
        border: 1px solid #ccc;
        color: #ccc;
    }

        .pc-btn.disabled:hover {
            cursor: default;
            background-color: #fff;
            border: 1px solid #ccc;
            color: #ccc;
        }


.pc-link-btn {
    padding: 5px 10px;
    text-decoration: none;
}

    .pc-link-btn i {
        margin-right: 5px;
    }



/*Loader*/
.loader {
    text-align: center;
}

    .loader h2 {
        padding-top: 20px;
        margin: 0;
        font-size: 18px;
    }

    .loader img {
        padding-bottom: 15px;
    }

/*responsive video*/
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.options-wrapper ul {
    list-style: none;
    padding: 0;
}

    .options-wrapper ul li {
        display: inline-block;
        margin-bottom: 10px;
    }

        .options-wrapper ul li a {
            margin-right: 5px;
        }

/*Toastr*/

#toastr-container &gt; div {
    box-shadow: none;
    border-radius: 0px !important;
    opacity: 100;
}

#toast-container.toast-bottom-full-width &gt; div {
    width: 100%;
    margin-top: 5px;
}

#toast-container &gt; .toast-info {
    background-image: none;
    background-color: #39bbec;
    opacity: 100;
}


#toast-container &gt; .toast-error {
    background-image: none;
    opacity: 100;
}

#toast-container &gt; .toast-warning {
    background-image: none;
    opacity: 100;
}

/*Event icon*/

.event-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    float: left;
}

    .event-icon.red {
        background: #ed1c24;
        border: 3px solid #ed1c24;
    }


    .event-icon.grey {
        background: #777;
        border: 3px solid #777;
    }

    .event-icon.blue {
        background: #39bbec;
        border: 3px solid #39bbec;
    }

    .event-icon.yellow {
        background: #fbc311;
        border: 3px solid #fbc311;
    }

    .event-icon.green {
        background: #bed000;
        border: 3px solid #bed000;
    }


    .event-icon.inactive {
        background: #dadada;
        border: 3px solid #dadada;
        color: #f2f2f2;
        text-shadow: none;
    }

/*Promo-home*/

#promo {
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    top: -20px;
    height: 230px;
    margin: 0px -45px 0px -50px;
    background: #bed000;
    padding: 20px 50px 0px 50px;
    color: #fff;
    background: url(/images/promo_bg.jpg) no-repeat;
}


    #promo #left {
        width: 575px;
    }

    #promo #main-title {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        margin-top: 40px;
    }

        #promo #main-title h1 {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 35px;
        }

        #promo #main-title h2 {
            font-weight: 300;
            font-size: 35px;
            margin-bottom: 0;
            margin-left: 25px;
            text-transform: uppercase;
        }

    #promo #sub-title {
        margin-top: 60px;
    }

        #promo #sub-title h2 {
            font-size: 25px;
            font-weight: 300;
        }

#test-gen-btn {
    position: absolute;
    right: 15px;
}






.ui-menu-item {
    /* background: #fff; */
    /* border: 1px solid black; */
}


.ui-menu {
    border: none;
    box-shadow: 0 7px 5px 0px rgba(32, 33, 36, .28);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.ui-widget-content .ui-state-focus {
    border: 0px solid #999999 /*{borderColorHover}*/;
}


#messages-1 table {
    width: auto;
}

.our-partners {
    margin: 25px 0px;
}

.owl-carousel .owl-item {
    text-align: center;
}

/*Custom Confirm Dialog*/

.ui-dialog {
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
    border: none;
}

#confirm-dialog {
}

.dialog-title {
    color: #f4f4f4;
    padding: 10px;
    background: #39bbec;
}

.dialog-body {
    padding: 10px;
    border-bottom: 1px solid #dadada;
}

.dialog-footer {
    padding: 10px;
    text-align: right;
}

.ui-widget {
    font-family: 'Roboto', sans-serif;
    border: none !important;
}


#zz table {
    width: auto;
}

.input-group-addon {
    font-size: 12px;
    color: #fff;
    background-color: #bed000;
    border: 1px solid #cccccc;
    border-radius: 0px !important;
}



#gen-btn {
    background: #e67e22;
}

    #gen-btn:hover {
        background: #e66e22;
    }

#user i {
    margin-right: 5px;
}

.green-banner {
    margin: -25px 0px 0px -50px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}

/*Fix Menu hackZ*/

@media all and (max-width: 1001px) {
    .stuck .header, .stuck .search-wrapper {
        width: 1000px;
    }
}


@media all and (max-width: 1186px) {
    .cegtipusok  {
        top: 176px; 
        left: 15px;        
    }
.cegtipusok_kapcs  {
        top: 232px; 
        left: 15px;        
    }
}

@media all and (min-width: 1187px) {
    .cegtipusok  {
        top: 176px; 
        left: calc(50% - 570px);        
    }
  .cegtipusok_kapcs  {
        top: 232px; 
        left: calc(50% - 570px);        
    }
}

/* #cegtipusokceg:hover, #cegtipusokev:hover, #cegtipusoknp:hover, #cegtipusokszunet:hover, #cegtipusokinaktiv:hover, #mezoknev:hover, #mezokcim:hover, #mezokazon:hover, #mezokhist:hover */
.ikon:hover
{
    color:#1976D2;
}

.ikongyenge:hover
{
    color: rgba(25, 118, 210, 0.4);
}

.ikonnemkatt:hover
{
    color: rgba(25, 118, 210, 0.4);
}

.fekete
{
    color: #000;
    transition: 0.3s;
}

.szurke
{
    color: #ddd;
    transition: 0.3s;
}

.figyelj
{
    color:#f89406 !important;
    transition: 0.3s;
}

.fehersor_nemhover
{
    background-color: #fff;
    margin:0;
    padding:6px;
    text-align:left;
    cursor:pointer;
}


.cimsor
{
    background-color: #fff;
    margin:0;
    padding:6px;
    text-align:center;
}

.elvalasztosor
{
    background-color:#e5e5e5;
    margin:9px 0;
    height: 1px;
    text-align:left;
}

.szurkesor
{
    background-color: #fff;
    transition: 0.3s;
    margin:0;
    padding:6px;
    text-align:left;
    cursor:pointer;
}

.szurkesor:hover
{
    background-color: rgba(57, 188, 236, 0.212);

}


.szurkesor_nemkatt
{
    background-color: #fff;
    transition: 0.3s;
    margin:0;
    padding:6px;
    text-align:left;
    cursor:not-allowed;
}

.szurkesor_nemkatt:hover
{
    background-color: rgba(236, 236, 236, 0.212);

}

.szoveg_nemkatt
{
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);  
}

.feketesor
{
    background-color: rgba(57, 188, 236, 0.75);
    transition: 0.3s;
    margin:0;
    padding:6px;
    text-align:left;
    cursor:pointer;
}

.feketesor:hover
{
    background-color: rgb(57, 188, 236)
}

.feketesor_nemkatt
{
    background-color: rgba(188, 188, 188, 0.75);
    transition: 0.3s;
    margin:0;
    padding:6px;
    text-align:left;
    cursor:not-allowed;
}

.feketesor_nemkatt:hover
{
    background-color: rgb(188, 188, 188)
}

.bullett
{
    display: none;
}


/*csomagok megrenedelďż˝*/

.packages {
    margin-bottom: 30px;
}

.package {
    border: 1px solid #d8d8d8;
    /*-moz-box-shadow: 0px 5px 5px #d3d3d3;
    -webkit-box-shadow: 0px 5px 5px #d3d3d3;
    box-shadow: 0px 5px 5px #d3d3d3;*/
    width: 265px;
    margin-right: 20px;
    display: inline-block;
}

.package_heading h2 {
    background: #bed000;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 10px;
    font-size: 30px;
}

#start_packages .package_heading {
}

.package_heading h3 {
    background: #bed000;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 10px;
    font-size: 20px;
}

.packages table td.purchased {
    background: url("/images/bg_purchased.png") scroll no-repeat 10px 3px;
}

.packages table td.not_purchased {
    background: url("/images/bg_not_purchased.png") scroll no-repeat 15px 6px;
    color: #a6a6a6;
}

.packages table {
    margin-bottom: 20px;
}

    .packages table td {
        padding: 7px 15px 7px 40px;
        border: none;
    }

.order__form .megr_h1 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    margin-top: 25px;
}


#tartalom .packages table td {
    padding: 7px 15px 7px 40px;
    border: none;
}

#tartalom .packages table td {
    padding: 7px 15px 7px 40px;
    border: none;
}

#tartalom .big-button {
    color: #fff;
    width: 220px;
}

.big-button {
    background: #bed000;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    width: auto;
    margin-bottom: 5px;
    right: 12px;
    bottom: 12px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.big-button--blue {
    background: #39bbec;
}

#tartalom .normal-button {
    color: #fff;
    width: 110px;
}

.normal-button {
    background: #bed000;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    width: auto;
    margin-bottom: 2px;
    right: 12px;
    bottom: 12px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.megr_h1 {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 6px black solid;
    margin-bottom: 18px;
    font-weight: bold;
    line-height: 30px;
}

h3.megr {
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-weight: bold;
    line-height: 30px;
}


#ftb_div {
    width: 560px;
}


/*nopermission*/


#no-permission-container {
    clear: both;
}

    #no-permission-container .col-left {
        float: left;
        margin-right: 25px;
        border-right: 1px solid #dadada;
        padding-right: 25px;
    }

    #no-permission-container .col-right {
        float: left;
    }

#no-permission-form label {
    display: block;
}

#no-permission-form input[type="text"], #no-permission-form input[type="password"] {
    margin-bottom: 10px;
    width: 450px;
}



.pricing_container {
    margin: 25px 0;
    clear: both;
}

    .pricing_container .pricing_item {
        float: left;
        margin-right: 25px;
        border: 1px solid #dadada;
    }

    .pricing_container .pricing_item--selected {
        background: #ecf8fd;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    }


.order__form--start .pricing_container .pricing_item {
    width: 410px;
}

.order__form--pc_default .pricing_container .pricing_item {
    width: 265px;
}

.pricing_container .pricing_item .item_header h2 {
    padding: 10px;
    background-color: #bed000;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.pricing_container .pricing_item .item_header p {
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.pricing_container .pricing_item .item_content .price_container {
    text-align: center;
    padding: 25px 10px;
    background-color: #eeeeee;
}

.pricing_container .pricing_item--selected .item_content .price_container {
    background-color: #fff;
}

.pricing_container .pricing_item .item_content .price_container .original {
    text-decoration: line-through;
    height: 17px;
}

.pricing_container .pricing_item .item_content .price_container .new {
    font-size: 25px;
}


.pricing_container .pricing_item .item_content ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 170px;
}

    .pricing_container .pricing_item .item_content ul.pc-hbi {
        height: 305px;
    }

    .pricing_container .pricing_item .item_content ul li {
        border-bottom: 1px solid #eeeeee;
        padding: 10px;
    }

.pricing_container .pricing_item--selected .item_content ul li {
    border-color: #fff;
}

.pricing_container .pricing_item .item_footer input {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    background: #39bbec;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
}


.pricing_container .pricing_item--selected .item_footer input {
    background: #BDBDBD;
    color: #444;
}




ul.unstyle {
    list-style: none;
    padding: 0;
    margin: 0;
}



/**Layout-refact-2016**/

/*Search Result*/

.search-result {
    padding: 0;
    list-style: none;
    margin: 0 auto;
}

    .search-result .search-result-item {
        position: relative;
        margin: 0 0 0 0;
        padding: 15px;
        margin: 15px 0 15px 0;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }

        .search-result .search-result-item:hover {
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        }

        .search-result .search-result-item .comp-name {
            font-size: 18px;
            font-weight: 700;
            margin: 0 250px 10px 0;
            color: #424242;
        }

            .search-result .search-result-item .comp-name a {
                color: #1976D2;
                text-decoration: none;
            }

                .search-result .search-result-item .comp-name a:hover {
                    color: #2196F3;
                }


.event-list {
    padding: 0;
    list-style: none;
    margin: 0 0 5px 0;
}

.event-list--details .fa-stack {
    margin-right: 5px;
}

.fa-stack {
    font-size: 1.2em;

}


.event-list .fa-stack {
    font-size: 1.2em;

}

/* .fa-lg {
    font-size: 1.0em !important;

} */

.event-list .event-item {
    display: inline-block;
    color: #F5F5F5;
}

    .event-list .event-item .fa-inverse {
        color: #BDBDBD;
    }

.fa-stack.active .fa-inverse, .fa-stack.active .fa-text-icon {
    color: #fff;
}

.fa-stack.green .fa-circle {
    color: #4CAF50;
}

.fa-stack.red .fa-circle {
    color: #F44336;
}

.fa-stack.yellow .fa-circle {
    color: #FFC107;
}

.fa-stack.grey .fa-circle {
    color: #424242;
}

.fa-text-icon {
    color: #BDBDBD;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 900;
}



.search-result .search-result-item .add-partner-button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.add-partner-button {
    color: #82B1FF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .add-partner-button:hover {
        color: #448AFF;
    }

    .add-partner-button.active {
        color: #bed000;
    }

        .add-partner-button.active:hover {
            color: #acbc00;
        }

.search-result-item .item-detail {
    width: 785px !important;
    float: left;
}

    .search-result-item .item-detail .detail-descr {
        /* color: #757575; */
        color: #000000;
        vertical-align: top;
        width: 225px;
    }


    .search-result-item .item-detail .detail-value {
        /* color: #757575; */
        color: #000000;
        vertical-align: top;
    }
    .search-result-item .item-detail .detail-value em {
        font-weight: bold;
        font-style: normal;
    }


    em {

     }

.search-result-item .monitoring-container {
    width: 270px;
}

.search-result-item .event-list {
    float: right;
}

.search-result .monitoring-container .action-menu{
    margin:0;
}

.monitoring-container {
    width: 230px;
    float: right;
}

    .monitoring-container .monitoring-item {
        display: block;
        margin: 0 0 10px 0;
        width: 230px;
        background: #E3F2FD;
        border: 0 !important;
        border-radius: 15px;
        outline: 0 !important;
        cursor: pointer;
        padding: 10px 10px;
        color: #1E88E5;
        font-weight: 700;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .monitoring-container .monitoring-item:hover {
            color: #1976D2;
            background: #d1eafc;
        }

        .monitoring-container .monitoring-item.active {
            background: #bed000;
            color: #fff;
        }

            .monitoring-container .monitoring-item.active:hover {
                background: #acbc00;
            }

        .monitoring-container .monitoring-item i {
            margin-right: 5px;
        }

/*Report header*/


.card {
    margin: 25px 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card--img {
    /*margin: 25px 0;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card--login {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.card--search {
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 70px;
    overflow: hidden;
    padding-left: 10px;
}



.card--search--open {
    height: 145px;
}


.card-max {
    float: left;
    width: 1170px;
    margin: 0 0 25px 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-max__content {
    padding: 15px;
    margin-left: 50px;
}

.exclamation-mark {
    /* background: rgb( 189,227,83); */
    font-size: 40px;
    color: rgb(57, 187, 236);
    float: left;
    font-weight: bold;
    text-align: center;
    /* line-height: 350px; */
    vertical-align: middle;
    align-content: center;
    /* width: 100px;
    height: 100px; */
    margin: 20px;
}


.card-min {
    float: left;
    width: 380px;
    margin: 0 15px 25px 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-min__content {
    padding: 15px;
    min-height: 110px;
}

.card-min--last {
    margin-right: 0;
}

.card-min__header {
    position: relative;
    min-height: 125px;
    background-size: cover;
}

.card-min__header--blog {
    background: url(../images/blog.png) center center;
}

.card-min__header--news {
    background: url(../images/news.png) center center;
}

.card-min__header--event {
    background: url(../images/event.png) center center;
}

.card-min__header--measure {
    background: url(../images/visszameres.png) center center;
}

.card-min__header--subscription {
    background: url(../images/hirlevel-feliratkozas.png) center center;
}

.card-min__header--knowledge {
    background: url(../images/tudastar.png) center center;
}


.card-min__header__title {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 0;
    font-size: 20px;
    z-index: 1;
}

.card-min__header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.card-min__content {
    padding: 15px;
    min-height: 110px;
}

.card-min__footer {
    padding: 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}


.company-short-detail {
    position: relative;
    margin-top: 50px;
}

    .company-short-detail .add-partner-button {
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .company-short-detail .monitoring-container {
        width: 245px;
        text-align: center;
        position: absolute;
        top: 25px;
        right: 15px;
    }

.turn-on-feature {
    position: absolute;
    top: -50px;
    right: 30px;
}

.btn {
    font-size: 12px;
    height: auto;
    line-height: normal;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

    .btn i {
        margin-right: 6px;
    }

.flat-btn {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}

    .flat-btn:hover, .flat-btn:focus {
        color: #bed000;
        text-decoration: none;
    }


i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-black {
    color: #fff;
    background: rgb(50, 50, 50);
    border: none;
}

    .btn-black:hover, .btn-black:focus {
        color: #fff;
    }

    .btn-black:hover {
        background: rgba(50, 50, 50, 0.85);
    }

.btn-blue {
    background: rgb(57, 187, 236);
    color: #fff;
}

    .btn-blue:focus, .btn-blue:hover {
        background: rgba(57, 187, 236, 0.85);
        color: #fff;
    }

.btn-green {
    background: rgb(139,195,74);
    color: #fff;
}


    .btn-green:focus, .btn-green:hover {
        background: rgba(139,195,74, 0.85);
        color: #fff;
    }


.btn-red {
    background: rgb(244,67,54);
    color: #fff;
}


    .btn-red:focus, .btn-red:hover {
        background: rgba(244,67,54, 0.85);
        color: #fff;
    }
.btn-black--fake-disabled, .btn-black--fake-disabled:hover, .btn-black--fake-disabled:focus {
    color: #999;
    background: #eeeeee;
}

.btn-white {
    color: #323232;
    background: rgba(255, 255, 255, 1);
    border: none;
}

    .btn-white:hover {
        background: rgba(255, 255, 255, 0.85);
        color: #323232;
    }

.btn-black-line {
    border: 3px solid;
    background: none;
    color: #323232;
    border-color: #323232;
    padding: 9px 20px;
}

    .btn-black-line:hover {
        color: #fff;
        background: #323232;
    }

.action-bar {
    margin: 10px 0 25px 0;
}

.comp-descr {
    margin: 0px 25px 10px 0;
    float: left;
    width: 450px;
}

.company-short-detail .dl-horizontal dt {
    text-align: right;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

dt {
    font-weight: 700;
}

dd, dt {
    line-height: 1.42857143;
}

    dd:after {
        clear: both;
        display: table;
        content: "";
    }

.comp-descr dd {
    margin-bottom: 5px;
}

.bisnode-rating,
.credit-limit {
    float: left;
    text-align: center;
    width: 160px;
    margin: 0px 40px 0px 0;
}

.search-result-item--portfolio .bisnode-rating, .search-result-item--portfolio .credit-limit {
    margin: 0px 25px 0px 0;
}

.search-result-item--portfolio .bisnode-rating {
    width: 120px;
}

.search-result-item--portfolio .credit-limit {
    width: 200px;
}

.search-result-item--portfolio .event-list {
    padding: 0;
    float: right;
}

.search-result-item--portfolio .bisnode-rating__value i {
    font-size: 30px;
    line-height: 60px;
}


.bisnode-rating__outer-circle {
    position: relative;
    background: #eeeeee;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bisnode-rating__inner-circle {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background: #323232;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.bisnode-rating__value {
    font-size: 30px;
}

.bisnode-rating__value--small {
    font-size: 18px;
}


.search-result-item--portfolio .bisnode-rating__outer-circle {
    width: 80px;
    height: 80px;
}

.search-result-item--portfolio .bisnode-rating__inner-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.search-result-item--portfolio .bisnode-rating__value {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.search-result-item--portfolio .bisnode-rating__value--small {
    font-size: 14px;
}


.bisnode-rating__value i {
    font-size: 45px;
    line-height: 80px;
}

.bisnode-rating__descr,
.credit-limit__descr {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.credit-limit__descr {
    margin-bottom: 30px;
}

.search-result-item--portfolio .bisnode-rating__descr, .search-result-item--portfolio .credit-limit__descr {
    font-size: 12px;
}

.search-result-item--portfolio .credit-limit__descr {
    margin: 15px 0 0 0;
}

.credit-limit__container {
    position: relative;
    margin: 0 auto;
    width: 160px;
    height: 80px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.credit-limit__container--link:hover {
    cursor: pointer;
}

.credit-limit__value {
    color:#555;
    margin-top: 20px;
    padding: 20px 0 0 0;
    font-weight: 700;
}

    .credit-limit__value .greater-label {
        display: block;
        font-weight: 400;
        position: absolute;
        top: -25px;
        left: 35px;
    }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline &gt; li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }


.modal-header {
    background: #bed000;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

    .modal-header .modal-title {
        font-weight: 300;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1.25px;
    }

.bcr-section {
    margin-bottom: 25px;
}

    .bcr-section h3 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 15px;
    }

    .bcr-section textarea {
        width: 100%;
    }


/*New Header*/

.container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.main-navbar {
    min-width: 1170px;
    position: relative;
    background: #bde353;
    z-index: 98;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.main-navbar__logo {
    margin: 20px 35px 10px -15px;
    float: left;
}

.nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-list--right {
    float: right;
}

.nav-list__item {
    float: left;
}

.nav-list__item__link-button .fa-sign-in{
    margin-right: 5px;
}

    .nav-list__item .dropdown-menu &gt; li &gt; a {
        text-decoration: none;
        padding: 10px;
    }

.nav-list__item__link-button {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    display: block;
    padding: 25px 15px;
    text-decoration: none !important;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .nav-list__item__link-button:focus, .nav-list__item__link-button:hover {
        text-decoration: none !important;
        color: rgba(0,0,0,0.75);
    }

.fa--link-button {
    position: relative;
    display: block;
    padding: 10px 0px;
    text-decoration: none !important;
    font-size: 20px;
    color: #333;
}

.notif-alert-icon {
    position: absolute;
    top: 35px;
    right: 14px;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 255px;
}

.notification-dropdown {
    padding: 15px;
    min-width: 285px;
}

.notification-wrapper .date-wrapper {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background: rgb(57, 187, 236);
    border-radius: 255px;
    text-align: center;
    color: #fff;
}

.notification-wrapper .descr-wrapper {
    float: left;
    margin: 10px 0 0 0;
}

.notification-dropdown--have-item {
    min-width: 460px;
}


.notification-wrapper .date-wrapper .month {
    text-transform: uppercase;
    margin-top: 10px;
}

.notification-wrapper .date-wrapper .day {
    font-size: 18px;
    font-weight: 900;
    line-height: 12px;
}

.notification-wrapper .descr-wrapper .date {
    font-weight: 700;
    color: #757575;
}

.notification-wrapper .descr-wrapper .descr {
    color: #333;
}



.nav-list__item a .fa-caret-down {
    margin-left: 5px;
}

.nav-list__sub-menu__item--user-name {
    padding: 0 10px;
    white-space: nowrap;
}

    .nav-list__sub-menu__item--user-name h4 {
        text-transform: none;
        margin: 0;
        padding: 0;
    }

.main-search-wrapper {
    overflow: hidden;
    position: relative;
}

.search-close {
    position: absolute;
    right: 0;
    top: 85px;
    font-size: 20px;
    color: #bdbdbd;
}

.main-search-wrapper .fa-globe {
    margin: 0 12px 0 10px;
}
/*.main-search-wrapper .fa-search {
    color: #9E9E9E;
    margin-right: 10px;
    float: left;
}*/

.main-search-wrapper form {
    display: inline-block;
}

.main-search-wrapper #btn-search {
    position: absolute;
    top: 0;
    right: 0;
}

#country-select-label {
    font-size: 20px;
    font-weight: 400;
    color: #999;
    margin-right: 15px;
}

.main-search-wrapper .ui-selectmenu-button.ui-button {
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #9E9E9E;
    border-radius: 0 !important;
    outline: 0;
    padding: 5px 0;
}



/*.search-container {
    float: left;
    display: block;
    position: relative;
    padding: 25px 0;
}*/

.search-container .search-container__input {
    font-size: 16px;
    border: 0;
    outline: 0 !important;
    border-bottom: 1px solid #9E9E9E;
    width: 200px;
    padding: 10px 0 5px 0;
}


.quick-search-result-item {
    max-width: 780px;
}

    .quick-search-result-item .address {
        color: #232323;
        font-size: 14px;
    }

    .quick-search-result-item .address em {
        font-weight: bold;
        font-style: normal;
     }

    /* .quick-search-result-item .status-ind.hidden {
        display: none;
    } */

    .quick-search-result-item .status-ind.red {
        background: red;
    }

    .quick-search-result-item .status-ind.yellow {
        background: #FFC107;
    }

    .quick-search-result-item .status-ind.black {
        background: #232323;
    }

    .quick-search-result-item .status-ind.green {
        background: rgb(139, 195, 74);
    }

    .quick-search-result-item .status-ind {
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        padding: 2px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .quick-search-result-item .comp-name {
        font-weight: bold;
        color: #333;
    }

    .quick-search-result-item .search-detail {
        font-size: 14px;
    }

        .quick-search-result-item .search-detail em {
            font-weight: bold;
            /* color: #232323; */
            font-style: normal;
        }

.search-option-panel {
    width: 100%;
    background: #bed000;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 15px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.search-option-panel .ui-selectmenu-button.ui-button {
    background: none;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    outline: 0;
    padding: 5px 0;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    background: #fff;
    margin: 0;
}

.ui-menu-item-wrapper {
    color: #9E9E9E;
    border: none !important;
    margin: 0 !important;
    padding: 10px !important;
}

    .ui-menu-item-wrapper.ui-state-active {
        background: #f4f4f4;
        color: #424242;
        border: none !important;
    }



#selector-container {
    display: inline-block;
}

.country-selector {
    float: left;
    margin-left: 385px;
    margin-right: 15px;
}

    .country-selector .fa {
        color: #fff;
    }

.select2 {
    bottom: 6px;
}


#orszag-button {
    width: 250px;
}

.fa-for-input {
    vertical-align: middle;
    margin-right: 5px;
}

.btn.btn--blue {
    color: #fff;
    background-color: #39bbec;
    border: none !important;
}

    .btn.btn--blue:hover {
        background-color: #22b3ea;
    }


.float-right {
    float: right;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

    .form-field-wrapper label {
        font-size: 13px;
        margin-bottom: 10px;
        padding-right: 3px;
        margin-top: 6px;
    }

    .form-field-wrapper input {
        margin-bottom: 0px;
        width: 100%;
    }

.form-field-wrapper--medium input, .form-field-wrapper--medium select {
    width: 50%;
}

.form-field-wrapper--small input, .form-field-wrapper--small select {
    width: 25%;
}

.pc-input {
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #888;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

    .pc-input:focus {
        border-color: #bed000;
    }

.ui-selectmenu-open {
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
}


/*Porfolio*/

.portfolio-content .monitoring-container {
    width: 270px;
}

    .portfolio-content .monitoring-container .monitoring-item {
        width: 270px;
    }

.small-rating-circle {
    background: #bed000;
    width: 25px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    border-radius: 255px;
    color: #fff;
    font-weight: 700;
}

.small-rating-circle--paydex {
    background: #39bbec;
}

.filter-container {
    display: flex;
}

.filter-container .column{
    flex:1;
}

.filter-container .column .row{
    display: flex;
    align-items: center;
    margin:0;
}

.filter-container .filter-group{
    margin: 0 10px 10px 0;
    width:150px;
}

.filter-container .column .import-container{
    float: right;
}


.rating-filter-container{
    display: flex;
}

.rating-filter-container .rating-filter{
    width: 25px;
    height: 25px;
    margin: 5px;
    border-radius: 255px;
    border: 3px solid transparent;
    cursor: pointer;
    outline: none;
    
}

.rating-filter-container .rating-filter.active{
    border: 3px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25), 0 2px 3px rgba(0, 0, 0, 0.22);
}

.rating-filter-container .rating-filter.green{
    background: #bde353;
}

.rating-filter-container .rating-filter.yellow{
    background: #FFEB3B;
}

.rating-filter-container .rating-filter.red{
    background: #F44336;
}

.rating-filter-container .rating-filter.grey{
    background: rgb(189, 189, 189);
}


/*Elďż˝zmďż˝nyek*/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table a {
        font-weight: 700;
    }

    .table &gt; thead &gt; tr &gt; th {
        font-size: 14px !important;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom-width: 1px;
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        text-align: left;
        padding: 15px !important;
        line-height: 1.5;
        color: #555;
    }

    .table &gt; thead:first-child &gt; tr:first-child &gt; th {
        border-top: 0;
    }

    .table &gt; tbody &gt; tr &gt; td {
        padding: 15px !important;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

.card-tab {
    background: #39bbec;
    color: #fff;
    padding: 0;
}

.tab {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.tab__item {
    width: 100%;
    text-align: center;
    border-bottom: 5px solid #22b3ea;
}

    .tab__item:hover {
        background: #68cbf0;
    }

    .tab__item a {
        display: block;
        padding: 15px;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }

.tab__item--active {
    border-bottom: 5px solid #fff;
}

/*Spinner*/

.spinner-container {
    text-align: center;
    margin: 50px 0;
}

.site-spinner {
    border: 2px solid #ddd;
    font-size: 44px;
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #333;
}

.site-spinner--mini{
    display: none;
    font-size: 22px;
    height:22px;
    width: 22px;
    margin-bottom: 0;
}


@-webkit-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.hero {
    background: url('/images/pc_mobile_app_hero.png');
    height: 450px;
    position: relative;
}

.app-button-wrapper {
    position: absolute;
    bottom: 100px;
    right: 133px;
}


.graph-tooltip {
    display: none;
    color: #fff;
    max-width: 130px;
    padding: 5px;
    background: #39bbec;
    margin-top: 5px;
    text-align: left;
}

/* .dashboard-container .card {
    height: 400px;
}

.dashboard-container .pie-container {
    width: 380px;
    float: left;
    margin-right: 15px;
    position: relative;
}

#btn-watch-chart {
    position: absolute;
    top: 270px;
    left: 135px;
}

.dashboard-container .history-container {
    width: 775px;
    float: left;
} */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #bed000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #bed000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch-label {
    float: left;
}

    .switch-label i {
        margin-right: 5px;
    }

.switch {
    float: right;
}

.switch-container {
    margin-bottom: 5px;
}

.btn-fap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(57, 187, 236);
    border: none;
    border-radius: 255px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .btn-fap:hover {
        background: rgba(57, 187, 236, 0.75);
    }

    .btn-fap--mini{
    width: 30px;
    height: 30px;
    line-height: 30px;
}



.btn-srch {
    /* width: 40px; */
    /* height: 40px; */
    /* line-height: 40px; */
    background: rgb(57, 187, 236);
    padding: 9px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    outline: none !important;
    border-radius: 20px;
    color: #fff;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    /* box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28); */
    position: relative;
    right: 232px !important;
    top: 5px !important;
}

.btn-srch:hover {
    background: rgba(57, 187, 236, 0.75);
}


#query {
    font-size: 18px;
    margin: 5px 225px 0 6px;
    /* width: 512px; */
    width: 672px;
    border-radius: 20px;
    border: 1px solid black;
    box-shadow: 0 0px 6px 0 rgba(32, 33, 36, .28);
    border: none !important;
    outline: none !important;
    line-height: 36px !important;
    padding-left: 10px;
    padding-right: 153px;
    /* webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}

/*#query:focus {
        width: 880px;
    }*/




#btn-abroad-info{
    margin-right:25px;
    background: rgb(96,125,139);
}


 #btn-abroad-info:hover {
        background: rgba(96,125,139, 0.75);
    }

.switch-label .fa-info-circle {
    color: rgb(57, 187, 236);
}

.table--full-width {
    width: 100%;
}

    .table--full-width td {
        padding: 10px;
    }



.search-merit-wrapper {
    text-align: right;
    margin-top: 10px;
}


#summary-container{
    margin:25px 0;
}

#summary-container .card{
    margin: 0 0 25px 0;
}

.report-head-container__column1 {
    width: 435px;
    float: left;
}

.report-head-container__column2 {
    width: 705px;
    float: right;
}


.summary-report--row2 .column {
    float: left;
    width: 373px;
    margin-right: 25px;
}


.summary-report--row2 .column--last {
    margin-right: 0;
}


.event-group {
}

    .event-group .event-group__label {
        font-weight: 300;
        font-size: 20px;
    }

.smart-group {
}

    .smart-group .smart-group__label {
        font-weight: 600;
        font-size: 20px;
    }

.report-data-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-data-list__item {
    margin-bottom: 15px;
}

    .report-data-list__item .picture-container {
        text-align: center;
        width: 60px;
        float: left;
    }

    .report-data-list__item .data-container {
        float: left;
        margin-left: 10px;
        width: 260px;
    }

.report-head-container__column2 .report-data-list__item .data-container {
    width: 240px;
}

.card--smart-data .report-data-list__item .data-container {
    width:590px;
}


.details-btn-container {
    margin: 10px 0;
    text-align: center;
}

    .details-btn-container .bis-standard-btn {
        display: block;
        text-align: center;
        width: 200px;
        margin: 0 auto;
        padding: 5px 10px;
    }

.main-element-container .main-element-container__title {
    margin: 0;
    font-size: 16px;
}

.main-element-container .main-element-container__sub-title {
    font-weight: 300;
}

.card--events .main-element-container .main-element-container__title {
    margin-bottom: 15px;
}

.form-container .data-container__form {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .form-container .data-container__form .data-container__form__item {
        margin: 0 0 10px 0;
    }

    .form-container .data-container__form .descr {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }

.report-section__header {
    display: inline-block;
    margin: 0 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-data-group {
    margin: 0 0 10px 0;
}

    .form-data-group .form-data-group__label {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        margin: 0 0 2px 0;
        padding: 0;
    }

    .form-data-group .form-data-group__value {
        margin: 0;
        padding: 0;
    }



.score-container .column {
    width: 200px;
    margin-right: 25px;
    float: left;
}

.score-container__score {
    position: relative;
}

.trend-container {
    position: absolute;
    top: 0;
    right: 0;
}


.score-container__label {
    font-weight: 300;
    font-size: 20px;
    width: 120px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}

.score-circle__outer {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 255px;
    margin: 0 auto;
}

.score-circle__outer--green {
    background: #D5E353;
}

.score-circle__outer--yellow {
    background: #FFEB3B;
}

.score-circle__outer--red {
    background: #FF4336;
}

.score-circle__inner {
    width: 80px;
    height: 80px;
    border-radius: 255px;
    background: #323232;
    position: absolute;
    top: 20px;
    left: 20px;
}

.score-circle__value {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 80px;
}

.score-circle__value--small {
    font-size: 20px;
}

.score-circle__value i {
    margin-top: 15px;
    font-size: 45px;
}

.score-container--mini {
    position: absolute;
    bottom: -10px;
    right: -15px;
}

    .score-container--mini .score-circle__outer {
        width: 60px;
        height: 60px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }


    .score-container--mini .score-circle__inner {
        width: 40px;
        height: 40px;
        top: 10px;
        left: 10px;
    }

    .score-container--mini .score-circle__value {
        font-size: 18px;
        line-height: 40px;
    }

.credit-limit-container {
    position: relative;
    width: 100%;
    height: 120px;
    text-align: center;
}

.credit-limit__value {
    position: absolute;
    bottom: 25%;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    background: #f2f2f2;
    padding: 15px 10px;
    width: 100%;
    border-radius: 8px;
}


.chart-container .card--chart-item{
    width:340px;
    float:left;
}

#summary-container .chart-container .card--chart-item.even {
        margin-right: 25px;
    }


.chart-container .column, .owner-container .column {
    width: 340px;
    float: left;
    margin-right: 25px;
}

    .chart-container .column.column--last, .owner-container .column.column--last {
        margin-right: 0;
    }
	
.chart-container .chart-svg-container {
    position: relative;
}

.chart-svg-container .no-data {
    position: absolute;
    top: 45px;
    left: 95px;
    font-size: 20px;
    text-transform: uppercase;
    color: #999;
}

.test-btn-container .bis-standard-btn {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.merit-img-container{
    float:left;
    margin-top:5px;
    margin-right:10px;
}


.company-name-container .company-name {
    float: left;
    font-weight: 300;
    font-size: 35px;
    margin: 0;
}



.bis-standard-btn {
    background: rgb( 51, 51, 51);
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border:0;
}

.bis-standard-btn.bis-standard-btn--mini{
    font-size: 12px;
    padding: 5px 8px;
}

    .bis-standard-btn:focus, .bis-standard-btn:hover {
        background: rgba( 51, 51, 51, 0.75);
        text-decoration: none;
        color: #fff;
    }

    .bis-standard-btn i {
        margin-right: 5px;
    }

    .bis-standard-btn.bis-standard-btn--disabled {
        background: rgb(189,189,189);
    }

        .bis-standard-btn.bis-standard-btn--disabled:hover {
            background: rgba(189,189,189, 0.75);
        }

    .bis-standard-btn.btn-green {
        background: rgb( 189,227,83);
    }

        .bis-standard-btn.btn-green:hover {
            background: rgba(189,227,83, 0.75);
        }

.command-menu {
    padding: 0;
    list-style: none;
    margin: 15px 0 0 0;
}

.command-menu .command-item {
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap;
}

.stat-container .column {
    width: 240px;
    float: left;
}

    .stat-container .column.column--first {
        margin-right: 30px;
        width: 900px;
    }


.action-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    float: right;
}

    .action-menu .action-item {
        margin: 0 0 10px 0;
    }

        .action-menu .action-item .bis-standard-btn {
            display: block;
            width: 185px;
            background: rgb(233, 30, 99);
            color: #fff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

            .action-menu .action-item .bis-standard-btn:hover {
                background: rgba(233, 30, 99, 0.75);
            }

            .action-menu .action-item .bis-standard-btn.btn-partner:before, .action-menu .action-item .bis-standard-btn.btn-monitoring:before {
                content: "\f067";
                /* font-family: FontAwesome; */
                font-family: "Font Awesome 5 Free";
                margin-right: 5px;
            }

            .action-menu .action-item .bis-standard-btn.btn-partner--checked:before, .action-menu .action-item .bis-standard-btn.btn-monitoring--checked:before {
                content: "\f00c";
                /* font-family: FontAwesome; */
                font-family: "Font Awesome 5 Free";
                margin-right: 5px;
            }

            .action-menu .action-item .bis-standard-btn.btn-partner--checked, .action-menu .action-item .bis-standard-btn.btn-monitoring--checked {
                background: rgb(139, 195, 74);
            }

                .action-menu .action-item .bis-standard-btn.btn-partner--checked:hover, .action-menu .action-item .bis-standard-btn.btn-monitoring--checked:hover {
                    background: rgba(139, 195, 74, 0.75);
                }


.view-switcher-container {
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

    .view-switcher-container .bis-standard-btn {
        display: block;
        background: none;
        color: #777;
        box-shadow: none;
        float: left;
        width: 50%;
        text-align: center;
        font-size: 18px;
        border-radius: 0;
        border-bottom: 3px solid transparent;
    }

        .view-switcher-container .bis-standard-btn:hover {
            background: rgba(0,0,0,0.05);
        }

        .view-switcher-container .bis-standard-btn.active {
            color: #333;
            border-bottom: 3px solid rgb( 62, 140, 213);
        }


.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-status-icon .status-icon-img {
    margin: 0 5px 5px 0;
    vertical-align: middle;
}

#cookie-toolkit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    color: #777;
    z-index: 10000000000;
    display: none;
    transition: all 500ms ease-in;
    opacity: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

#cookie-toolkit.visible {
    opacity: 1
}

#cookie-toolkit-wrap {
    margin: 0 auto;
    max-width: 960px;
    text-align: justify;
}

#cookie-toolkit-text {
    padding: 10px;
    max-height: 100px;
    overflow: auto
}

#cookie-toolkit-btns {
    padding-bottom: 10px;
}


#public-procurement--table tr td {
    min-height: 40px;
    padding: 10px 5px;
}

.public-procurement--detail tr td {
    padding: 0 5px;
}

/*Product list*/

.product-item h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-width-button {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    background: none;
    color: #000000;
    font-size: 18px;
    background: #efefef;
    margin: 0 0 10px 0;
    text-decoration: none;
    padding: 5px 10px;
}

    .full-width-button:hover {
        text-decoration: none;
        color: #000000;
        background: #efefef;
        background: rgba(239, 239, 239, 0.75);
    }

.full-width-button--black {
    background: #000000;
    color: #fff;
}

    .full-width-button--black:hover {
        background: #000000;
        background: rgba(0, 0, 0, 0.75);
        color: #ffffff;
    }

.full-width-button--black {
    background: #000000;
    color: #fff;
}

.full-width-button--black:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
}

.full-width-button--green {
    background: rgb(183, 200, 8);
    color: #fff;
}

    .full-width-button--green:hover {
        background: rgb(183, 200, 8);
        background: rgba(183, 200, 8, 0.75);
        color: #ffffff;
    }

.feature-list {
    margin: 15px 0;
}

    .feature-list li {
        margin-bottom: 10px;
        text-align: center;
    }

.status-container .fa-check-circle {
    color: #bde353;
}

.status-container .fa-times-circle {
    color: red;
}

.status-container .fa-exclamation-circle {
    color: #FFC107;
}



/*Report Order Form*/

.report-order-table {
    width: 100%;
}

.report-order-table td {
    width: 50%;
    padding: 5px !important;
}

/*Quick Check Report*/

.quick-check-table {
    width: 100%;
}

.quick-check-table tr.odd {
    background: #F6F6F6;
}

.quick-check-table td {
    width: 50%;
    padding: 15px !important;
}

.report-data__title {
    font-weight: 700;
}

.report-data__descr {
    color: #BEBEBE;
}

.report-data__value {
    font-weight: 700;
}

.error-message {
    font-weight:bold;
    color: red;
}


.trafficlight--mini {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: red;
    -ms-border-radius: 255px;
    border-radius: 255px;
    margin-right: 5px;
}

    .trafficlight--mini.trafficlight--green {
        background: #bde353;
    }

.trafficlight--mini.trafficlight--red {
    background: red;
}

    .trafficlight--mini.trafficlight--yellow {
        background: #FFC107;
    }


.trafficlight--mini .score {
    color: #fff;
}

    .trafficlight--mini .score .fa {
        line-height: 25px;
    }

.report-data__value--score {
    display: flex;
    align-items: center;
}

.order-button-group-container{
    display: flex;
    align-items: center;
}

.order-button-group-container *{
    margin-right:5px;
}

.order-button-group-container input{
    padding: 10px 15px;
    font-weight: 700;
}


/* Dashboard */

.dashboard-container{
    display: flex;
}

.dashboard-container .column{
    flex: 1;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.col--new-graph h2{
    color:red;
    font-size: 16px;
}

@media (min-width: 992px){
    .modal-lg {
        width: 80%;
        min-width: 1200px;
    }
    }
    






</pre></body></html>