.column_head, .column_head h1  {
    color: #4C4C4C;
    font-size: 15px !important;
    font-weight: bold;
    height: 35px;
    margin-bottom: 12px;
    border-bottom: 1px solid #4C4C4C;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

div.column_head a.anchored {
    text-decoration: none;
}

div.more{
    cursor: pointer;
    width: 17px;
    height: 17px;
    background-image:url('../img/more.png');
    background-repeat: no-repeat;
    display: inline-block;
}

a span.more {
    cursor: pointer;
    padding-left: 17px;
    height: 17px;
    background-image:url('../img/more.png');
    background-repeat: no-repeat;
    display: inline-block;

    display: block;
    margin-top: 4px;
    font-size: 9.33333px;
    color: gray;
    height: 17px;
    margin-left: 4px;
    padding-left: 22px;
    width: 200px;

    text-decoration: none;
}

div.less{
    cursor: pointer;
    width: 17px;
    height: 17px;
    background-image:url('../img/less.png');
    background-repeat: no-repeat;
    display: inline-block;
}

a.more {
    display: inline-block;

    height: 20px;
    background-image:url('../img/more.png');
    background-repeat: no-repeat;

    padding-bottom: 3px;
    padding-left: 26px;
    margin-left: 8px;
    margin-top: 8px;

    padding-left: 26px;
    text-indent: 0px;

}

div.hr {
    height: 3px;
    background: url("../img/dot3.png") repeat-x scroll 0 0 transparent;
    margin-bottom: 24px;
    margin-top: 24px;
}

ul.link_tree, ul.text_list {

    text-align: left;

    padding: 0px;

    /* padding-top: 18px; */
    padding-left: 16px;
    padding-top: 7px;
}

ul.link_tree li, ul.text_list li {
    list-style-type: none;
    background: url('../img/s_gomb.png') no-repeat top left;
    line-height: 165%;

    text-indent: -22px;
    padding-left: 22px;
}

ul.link_tree li a {
    position: relative;
    text-decoration: none;
    top: -7px;
}
ul.text_list li a {
    position: relative;
}
ul.text_list li span {
    position: relative;
    top: -7px;
    text-decoration: none;
}
ul.link_tree li a.show_underline {
    text-decoration: underline;
}

ul.link_tree li a:first-child, ul.text_list li span:first-child {
    padding-left: 14px;
}

ul.link_tree li ul {
    margin: 0px;
    padding: 0px;

    /* padding-left: 16px; */
}

ul.link_tree li ul li {
    background: url('../img/g_gomb.png') no-repeat top left;

    text-indent: -22px;
    padding-left: 22px;
}

/* black_button */

div.black_button,
a.black_button {
    cursor: pointer;
    display: inline-block;

    margin: 8px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px;

    font-size: 12px;
    color: white !important;
    background-color: black !important;
    font-weight: bold;

    text-decoration: none;
}

.black_button:hover {
    color:whitesmoke;
    background-color: #342c2c;
    text-decoration: none !important;
}

button.black_button,
input.black_button  {
    cursor: pointer;
    font-family: Verdana;

    cursor: pointer;
    font-size: 12px;
    color: white;
    background-color: black;
    font-weight: bold;

    padding: 8px 16px;
    background: -moz-linear-gradient(
            top,
            #050505 0%,
            #000000);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#050505),
            to(#000000));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #171717;
    -moz-box-shadow:
            0px 0px 0px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(087,087,087,0);
    -webkit-box-shadow:
            0px 0px 0px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(087,087,087,0);
    box-shadow:
            0px 0px 0px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(087,087,087,0);
    text-shadow:
            0px 0px 0px rgba(000,000,000,0),
            0px 0px 0px rgba(255,255,255,0);
}

button.black_button_disabled,
input.black_button_disabled {
    cursor: pointer;
    background-color: #999999;
    color: #f0f0f0;

    background: -moz-linear-gradient(
            top,
            #999999 0%,
            #999999);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#999999),
            to(#999999));
    opacity: 0.6;
}

/* link_button */

button.link_button {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    background: none;
    border: none;
}

/* yellow_button */

div.yellow_button,
a.yellow_button {
    cursor: pointer;
    display: inline-block;

    margin: 8px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px;

    font-size: 12px;
    color: black !important;
    background-color: #fcbf00 !important;
    font-weight: bold;

    text-decoration: none;
}

.yellow_button:hover {
    color:whitesmoke;
    background-color: #342c2c;
    text-decoration: none !important;
}

button.yellow_button,
input.yellow_button  {
    cursor: pointer;
    font-family: Verdana;

    cursor: pointer;
    font-size: 12px;
    color: black;
    background-color: #fcbf00;
    font-weight: bold;

    padding: 8px 16px;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #171717;
    -moz-box-shadow:
            0px 0px 0px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(087,087,087,0);
    -webkit-box-shadow:
            0px 0px 0px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(087,087,087,0);
    box-shadow:
            0px 0px 0px rgba(000,000,000,0),
            inset 0px 0px 0px rgba(087,087,087,0);
    text-shadow:
            0px 0px 0px rgba(000,000,000,0),
            0px 0px 0px rgba(255,255,255,0);
}

button.yellow_button_disabled,
input.yellow_button_disabled {
    cursor: pointer;
    background-color: #999999;
    color: #f0f0f0;

    background: -moz-linear-gradient(
            top,
            #999999 0%,
            #999999);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#999999),
            to(#999999));
    opacity: 0.6;
}

/* ----- */

.img_align_mid {
    text-align: center;
}

ul.img_under_text {
    list-style: none;
    width: 310px;
    margin: 0 auto;
}

ul.img_under_text li {
    display: inline;
    list-style: none;
    text-align: center;
    float:left;
    margin: 5px;
}
ul.img_under_text li span {
    display: block;
}

#eid-verify-me {

    margin-left: 228px;
    margin-top: 12px;
}

#eid-response {

    text-align: center;
    padding: 1em;
}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

div.szolgtipus_info_csom_list {
    border: 1px solid black;
    padding: 4px;
    display: inline-block;
    width:100%;
}

div.szolgtipus_info_csom_list table {
    text-align:center;
    width:100%;
}

div.szolgtipus_info_csom_list table th{
    background-color: #EEEEEE;
}

div.szolgtipus_info_csom_list table th,
div.szolgtipus_info_csom_list table td {
    padding: 6px;
}

div.szolgtipus_info_csom_list table tr td.szolgtipus_info_csom_list_limit {
    text-align: right;
}

.kartyaolvaso_img {
    margin-top: 16px;
}

.ugyv_hirdet {
    cursor:pointer;
    background-color: #ffe992;
    margin: 30px 59px 40px 60px;
    padding: 10px 20px 20px;
}

.ugyv_hirdet:hover {
    background-color: #ffd83c;
}

.info_img {
    float: left;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 32px;
}

.long_link {
    text-decoration: none;
}

.result_panellist_dest {
    margin: 0px 20px 10px 0px;
}

.sub_szamla_kezbesitesi_cim_def_hidden,
.sub_szerv_ui_cert_def_hidden,
.sub_szerv_ui_elerhetoseg_def_hidden {
    display: none;
}
.legal_consent_label {
    display: block;
    width: 95%;
    float: right;
    padding-left:1em;
}

.mobil_eula_label {
    display: block;
    width: 95%;
    float: right;
    padding-left:1em;
}

.sub_p10_kerelem_def_hidden {
    display: none;
}

#sub_hw_nyilatkozat {
    display: none;
}

.keygen_explain {
    font-family: monospace;
    color: #CCCCCC;
    background: #000000;
    padding: 10px;
    border: 1px solid #cfcfcf;
    font-size: 10px;
}
#p10_kerelem { font-family: monospace; }

.funkcio_td {width:26%;}
.pricer {text-align:right; padding:0.2em; width:40em !important;}

.kartya_kep_panel {
    display: none; /* default SIM miatt! */
}

#form_loader {
    padding:2em;
}

.highlight {
    background-color: #eeeeee;
    padding: 1em;
    font-size: 1.1em;
}

.selfie {
    width: 300px;
    border: 2px solid silver;
}

.clearfix {
    clear: both;
}

#progressbar {
    width: 100%;
    margin: 0 auto;
}

.progressbar {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 16%;
    float: left;
    font-size: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    cursor: help;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    font-size: 12px;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
    font-weight: bold;
}

.progressbar li.finished:before {
    border-color: green;
    background-color:mintcream;
}
.progressbar li.active:before {
    border-color: #55b776;
}
.progressbar li.active + li:after {
    background-color: #55b776;
}

#page_result div.panel {
    margin: 0 auto;
}

#progressbar-block {
    background-color: white;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 1em;
    padding-bottom: 1em;
    /*width: 740px;*/
}

#paperless {
    display: block;
    position: relative;
    top: -42px;
    left: 92%;
    height: 0;
    z-index: 1001;
}

#paperless img {
    height: 72px;
    background-color: white;
}

.gray-hr {
    border: .2em solid #f8f8f8;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
select,
textarea {
    font-size: 12px;
}

.timebox-message {
    font-size: 1.2em;
    padding-left:1em !important;
    paddig-right:1em !important;
    margin: 0 auto;
}
#new_captcha {
    background-color: transparent !important;
}

.form_dialog {
    z-index: 1001 !important;
}
