body {
    margin: 0;
    padding: 0;
    font-family: "Arial", Gadget, sans-serif !important;
    cursor: default;
    background: rgb(218, 214, 215);
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
}

table, tr, td, th, tbody, thead, tfoot {
    page-break-inside: avoid !important;
}


.page_break {
    height: 15px;
    page-break-before: always;
}

a, .anchor {
    color: #3333FF;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #2c85de;
}

a img {
    text-decoration: none;
}

table.small_font tr td, table.small_font tr th {
    font-size: 13px !important;
    padding: 3px !important;
}

.emmilist {

    list-style-type: lower-alpha;
}

.emmilist li {
    line-height: 200%;
    text-align: justify;
}

/* tanusitvanykezelés gombok*/
#flex-container {
    display: flex;
    flex-direction: row;
}

#flex-container > .flex-item {
    flex: auto;
}

#flex-container > .raw-item {

}

#flex-container {
    width: 100%;

}


/* Ikonok */

span.info {
    background: url('icons/info_icon.png') no-repeat;
}

span.pdf {
    background: url('icons/pdf_icon.png') no-repeat;
}

span.xls {
    background: url('icons/xls_icon.png') no-repeat;
}

span.edit {
    background: url('icons/edit.png') no-repeat;
}

span.card {
    background: url('icons/card.png') no-repeat;
}

span.info, span.pdf, span.xls, span.edit, span.folder, span.settings, span.back, span.card,
span.apply, span.ignore, span.missdoc {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    min-height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

span.info:hover, span.pdf:hover, span.xls:hover, span.edit:hover, span.folder:hover, span.settings:hover, span.back:hover,
span.card:hover, span.apply:hover, span.missdoc:hover, span.ignore:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

span.folder {
    background: url('icons/folder_closed.png') no-repeat;
}

span.folder:hover {
    background: url('icons/folder_opened.png') no-repeat;
}

span.settings {
    background: url('icons/settings_icon.png') no-repeat;
}

span.back {
    background: url('icons/send_back.png') no-repeat;
}

span.missdoc {
    background: url('icons/missdoc.png') no-repeat;
}

span.card {
    background: url('icons/card_icon.png') no-repeat;
}

span.ignore {
    background: url('icons/ignore.png') no-repeat;
}

span.apply {
    background: url('icons/apply.png') no-repeat;
}

.decision-body {
    background-color: #f00;
}

.pdf-partners {
    padding-right: 120px !important;
}

.page_content.pdf-partner-icons {
    background: transparent;
    /*border: 5px solid #f00;*/
    height: 0;
    overflow: visible;
    position: absolute;
}

.pdf-partner-icons img.partners {
    position: relative;
    left: 995px;
}

#header {
    width: 100%;
    height: 70px;
    padding: 0;
    margin: 0;
    background: -webkit-linear-gradient(white, rgb(240, 236, 235));
    background: -o-linear-gradient(white, rgb(240, 236, 235));
    background: -moz-linear-gradient(white, rgb(240, 236, 235));
    background: linear-gradient(white, rgb(240, 236, 235));
}

#header img {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: -10px;
}

#header div.center {
    margin: 0 auto;
    padding: 18px 0 0 0;
    width: 1100px;
    height: 70px;
    background: url('images/logo.png') top left no-repeat;
    text-align: right;
}

#header div.link {
    display: inline-block;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #5AADBC;
}

#header div.link .telszamok {
    display: inline-block;
    margin-top: -18px;
    width: 210px;
    line-height: 42px;
    padding: 6px;
    border-radius: 3px;
    background: #E4E4E4;
    border: 1px solid #104cbb;
    margin-right: 15px;
    height: 42px;
}

#header div.link .telszamok span {
    display: block;
    font-size: 9px;
    color: #333;
    line-height: 14px;
    font-weight: normal;

}

#header div.link .telszamok div {
    display: inline-block;
    vertical-align: middle;
}

#header div.link .telszamok img {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
}

#header div.link img {
    float: right;
}

#header div.link a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

#header div.link a:hover {
    color: #333;
}

#header div.separator {
    display: inline-block;
    margin: 0 9px;
    font-size: 14px;
    color: #333;
}

#header div.timeCounter {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    height: 21px;
    padding: 10px 20px 7px 10px;
    width: 140px;
    background: rgb(136, 124, 126);
    border-color: #000;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

#header div.timeCounter.logged:hover {
    cursor: pointer;
    background: #5AADBC;
}

#header div.timeCounter.warning {
    background: rgb(255, 0, 0) !important;
}

#time_remains_sec {
    display: none;
}

#user_bar {
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0;
    background: rgb(141, 156, 171);
}

#user_bar img {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    position: absolute;
    left: 10px;
    top: 5px;
}

#user_bar div.center {
    margin: 0 auto;
    width: 1070px;
    height: 45px;
    color: #000;
    padding-top: 9px;
}

#user_bar div.year {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    float: left;
}

#user_bar div.profile {
    float: right;
    height: 37px;
    margin-top: -6px;
}

#user_bar div.profile ul {
    padding: 0;
    margin-top: 10px;
}

#user_bar div.profile ul li {
    display: inline;
    list-style-type: none;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #fff;
    padding: 5px 20px 5px 55px;
    margin: 0;
    font-size: 13px;
    color: #000;
    position: relative;
    line-height: 15px;
    height: auto;
}

#user_bar div.new {
    display: block;
    background: rgb(240, 184, 0);
    border-radius: 11px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    font-size: 12px;
    text-align: center;
    color: black;
    top: -5px;
    left: 5px;
    padding: 1px 5px 0;
}

#user_bar div.profile ul li a {
    text-decoration: none;
    color: inherit;
}

#user_bar div.profile ul li a:hover {
    color: #F6F3F3;
}

#user_bar div.profile ul li.selected a {
    color: #F6F3F3;
    font-weight: bold;
}

#user_bar .login {
    margin: 0px !important;
    height: 37px;
    line-height: 37px;
}

#user_bar .login li {
    height: 37px;
    line-height: 37px;
}

#user_bar .login li input {
    border-radius: 5px;
    height: 22px;
    padding: 3px;
    border: 1px solid #AAA;
}

.notification {
    background: rgb(242, 182, 0);
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 10px 10px 50px;
    font-size: 14px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

.notification div.message {
    width: 850px;
    min-height: 20px;
    padding: 5px 120px 5px 0;
    border-right: 1px solid #333;
    text-align: justify;
}

.notification div.date {
    float: right;
    position: absolute;
    top: 16px;
    right: 65px;
}

.notification img.info {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}

.notification img.close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.notification img.close:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#middle {
    background: rgb(218, 214, 215);
    padding: 0 0 40px 0;
    margin: 0;
}

#middle.small {
    padding: 0 !important;
}

#middle div.center {
    margin: 0 auto;
    padding: 20px 0 35px 0;
    width: 1070px;
}

#middle div.center.small {
    width: 95% !important;
    margin-right: 10px;
}

.main_menu a {
    text-decoration: none;
}

.main_menu {
    background: #63768D;
    width: 100%;
    height: 44px;
    border-radius: 3px;
    margin-bottom: 5px;

}

.main_menu ul {
    background: darkorange;
    list-style: none;
    margin: 0;
    padding-left: 0;
    z-index: 1000;
}

.main_menu li {
    color: #000;
    background: #63768D;
    display: block;
    float: left;
    padding: 13px 25px;
    position: relative;
    text-decoration: none;
    border-right: 1px solid rgb(86, 80, 82);
}

.main_menu ul li:first-child {
    margin-left: 10px;
}

.main_menu li a {
    color: #000;
    font-size: 14px;
}

.main_menu li.active,
.main_menu li:hover,
.main_menu li:focus-within {
    background-color: #788AA0;
    cursor: pointer;
}

.main_menu li:focus-within a {
    outline: none;
}

.main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    margin-top: 12px;
    left: 0;
    display: none;
}

.main_menu ul li:hover > ul,
.main_menu ul li:focus-within > ul,
.main_menu ul li ul:hover,
.main_menu ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block
}

.main_menu ul li ul li {
    clear: both;
    background-color: #5AADBC;
    border-right: none;
    border-bottom: 1px solid #5295a1;
    width: 100%;
}

.main_menu ul li ul li.active,
.main_menu ul li ul li:hover {
    background-color: #8AC6D0;
}

.main_menu ul li ul li:first-child {
    margin-left: 0 !important;
}

.main_menu_list {
    margin: 0 0 5px 15px;
    clear: both;
}

.main_menu_list a {
    color: #3399ff;
    font-size: 12px;
}

#page {
    width: 1050px;
    background: #fff;
    border: 1px solid #BBB;
    border-radius: 3px;
    padding: 10px;
    color: rgb(65, 65, 65);
    box-shadow: 0 0 5px 1px #BBB;
}

#page.no_border {
    border: none !important;
}

#page.small {
    width: 95% !important;
}

#page h1 {
    margin: 0;
    padding: 5px 0 15px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    color: rgb(30, 30, 30);
    margin-bottom: 15px;
}

#page h1 span.note {
    color: #999;
}

#page h1 div.right {
    float: right;
    text-align: right;
    font-size: 14px;
    position: relative;
    padding: 8px 0 0 40px;
    font-weight: normal;
}

#page h1 div.right img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    left: 0;
}

#guide div.bookmarks {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 50px;
}

#guide div.bookmarks h2 {
    margin: 5px;
    font-size: 16px;
}

#guide div.bookmarks li {
    list-style-type: none;
    margin-left: -30px;
    padding: 10px 0;
    border-bottom: 1px dotted #999;
    font-size: 14px;
}

#guide div.bookmarks a {
    text-decoration: none;
    color: rgb(135, 148, 64);
}

#guide div.bookmarks li a:hover {
    color: rgb(242, 182, 0);
}

#guide div.content {
    display: inline-block;
    vertical-align: top;
    width: 770px;
    padding-top: 5px;
    font-size: 14px;
}

#guide div.content h3 {
    margin: 3px 0;
    font-size: 14px;
}

#guide div.content p {
    margin-bottom: 30px;
    text-align: justify;
}

#guide_content {
    height: 600px;
}

table.simpleTable {
    width: 100%;
    border-spacing: 0;
    font-size: 14px;
    border: 1px solid rgb(169, 160, 163);
}

table.simpleTable th {
    background: rgb(169, 160, 163);
    padding: 10px;
    color: #fff;
    text-align: left;
}

table.simpleTable td {
    padding: 10px;
}

table.simpleTable tr:nth-child(even) {
    padding: 3px;
    background: #fff;
}

table.simpleTable.highlighted {
    background: rgb(155, 188, 73) !important;
    color: #fff !important;
}

table.simpleTable.captioned caption {
    background: #eee;
    padding: 10px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #ccc;
}

table.simpleTable tr:nth-child(odd) {
    padding: 3px;
    background: rgb(245, 245, 245);
}

table.simpleTable button {
    width: 80px;
    text-align: center;
    padding: 7px 0;
    background: rgb(128, 116, 118);
    border: 1px solid rgb(128, 116, 118);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

table.simpleTable button:hover {
    background: #5AADBC;
    cursor: pointer;
}

table.simpleTable td .copy {
    color: #5AADBC;
    text-decoration: none;
}

table.simpleTable td .not_important {
    color: #999;
}

table.simpleTable .highlighted td .not_important {
    color: #fff;
}

table.simpleTable.highLightRow tr:hover {
    background: #eee;
}

.pager_container {
    height: 128px;
}

.pager {
    background: rgb(230, 226, 225);
    border-bottom: 1px solid #bbb;
    margin: 10px 0;
    padding: 15px;
    width: 1020px;
}

.pager div.header {
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}

#active_form_mode, .pager div.header div.left label {
    cursor: pointer;
}

.pager div.header div.left {
    float: left;
    width: 170px;
    padding-top: 5px;
}

.pager div.header div.left label {
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.pager div.header div.left label img {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    position: absolute;
    top: -14px;
    right: -35px;
    cursor: help;
}

.pager div.header div.right {
    float: right;
    text-align: right;
    width: 830px;
}

.pager div.navigation {
    padding: 20px 0 0 0;
    color: rgb(141, 156, 171);
}

.pager div.navigation a {
    text-decoration: none;
    color: inherit;
    line-height: 25px;
}

.pager div.navigation a:hover {
    color: #5AADBC;
}

.pager div.navigation .disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.pager div.navigation div.previous {
    display: inline-block;
    width: 200px;
    position: relative;
    padding-right: 35px;

}

.pager div.navigation div.previous img {
    border-radius: 5px;
    position: absolute;
    top: -2px;
    left: 0;
}

.pager div.navigation div.chooser {
    display: inline-block;
    width: 538px;
    text-align: center;
}

.pager div.navigation div.chooser select {
    padding: 5px 10px;
    font-size: 14px;
}

.pager div.navigation div.next {
    display: inline-block;
    width: 200px;
    text-align: right;
    position: relative;
    padding-left: 35px;
}

.pager div.navigation div.next img {
    border-radius: 5px;
    position: absolute;
    top: -2px;
    right: 0;
}

.pager button {
    padding: 10px 20px;
    background: rgb(136, 124, 126);
    margin-left: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
}

.pager button:hover {
    background: #5AADBC !important;
    cursor: pointer;
}

.page_content {
    font-size: 14px;
    background: #fff;
}

.page_content strong {
    font-weight: bold !important;
}

.page_content.small {
    font-size: 14px;
    width: 100% !important;
    background: #fff;
}

.page_content div.header {
    padding: 10px 0 10px 15px;
}

.page_content h2 {
    margin: 5px 0;
    background: rgb(245, 245, 245);
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
}

.page_content h3 {
    margin: 5px 0;
    background: rgb(250, 250, 250);
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
}

.page_content div.wide_col, .page_content div.double_col {
    margin: 8px 0 8px 15px;
    width: 1100px;
    overflow: hidden;
}

.page_content div.wide_col div.left {
    display: inline-block;
    width: 330px;
}

.page_content div.wide_col div.right {
    display: inline-block;
    min-width: 680px;
}

.page_content div.wide_col div.right input[type="text"] {
    width: 100%;
}

.page_content div.wide_col.right_oriented div.left {
    width: 250px !important;
}

.page_content div.wide_col.right_oriented div.right {
    min-width: 762px !important;
}

.page_content div.u1 select {
    padding: 3px;
    width: 150px;
}

.page_content div.u1 label {
    margin-right: 10px;
}

.page_content div.double_col .left {
    display: inline-block;
    vertical-align: middle;
    width: 330px;
}

.page_content div.double_col .left.shorter {
    width: 180px;
}

.page_content div.double_col .right {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}

.page_content div.double_col .right.longer {
    width: 220px;
}

.page_content div.double_col.right_oriented .left {
    width: 250px !important;
}

.page_content div.double_col.right_oriented .right {
    width: 270px !important;
}

.page_content div.double_col div.right input[type="text"] {
    width: 145px;
}

.page_content div.double_col.right_oriented div.right input[type="text"] {
    width: 235px;
}

/* Támogatási igazolások */

#create_tig_form div.full_support_value {
    display: none;
}

#configure_tig_form {
    font-size: 14px;
}

.note_of_24a {
    width: 93%;
    text-align: justify;
    font-size: 12px;
    color: #ccc;
    padding-top: 15px;
}

#configure_tig_form select, #configure_tig_form input {
    width: 300px;
    margin-bottom: 15px;
}

#tig_lister tr th img {
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
    margin-left: -8px;
}

.kibocsato_utolso_frissites {
    margin-left: 5px;
    color: red;
}

.utalas_gombok {
    float: right;
    text-align: right;
    margin-top: -55px;
}

.decision_content {
    font-size: 16px !important;
}

.contract_content {
    font-size: 20px !important;
}

.contract_content h1 {
    border: none !important;
    margin: 15px 0 !important;
}

.contract_content h2 {
    background: none !important;
    margin: 10px 0 !important;
    padding: 0px;
    font-size: 20px !important;
}

.contract_content h3 {
    background: none !important;
    margin: 30px 0 20px 0 !important;
    padding: 0px;
    font-size: 20px !important;
}

.justify {
    text-align: justify;
    line-height: 150%;
}

.marginedContentForText {
    margin: 15px 15px 0 15px;
    text-align: justify;
    line-height: 200%;
}

.marginedContentForContract {
    margin: 15px 15px 0 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 170%;
}

.marginedContentForForm {
    margin: 15px 15px 0 15px;
}

.nyilatkozat2 {
    margin: 5px 15px 25px 5px;
}

.nyilatkozat2 li {
    text-align: justify;
    margin-left: 10px;
    padding: 3px 0 3px 5px;
}

.nyilatkozat2 > ol {
    list-style-type: lower-alpha;
}

ol.subcharlist {
    list-style-type: lower-roman;
}

ol.subcharlist {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
}

#tig_utalas_tajekoztato {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 850px;
    height: 750px;
    margin-left: -425px;
    margin-top: -392px;
    border: 1px solid #333;
    background: #fff;
    padding: 10px 20px 20px 20px;
    text-align: justify;
    font-size: 14px;
    line-height: 110%;
}

.adminhp {
    width: 20px;
    height: 20px;
}

.emminyil_table, .uform_table, .targyi_ell_table, .targyi_ell_cp_table {
    width: 100%;
    border-collapse: collapse;
}

.targyi_ell_table td, .targyi_ell_table th {
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    vertical-align: top;
}

.targyi_ell_table th {
    font-weight: normal;
    background: rgb(200, 227, 200);
    border-top: 3px double #333;
}

.targyi_ell_table TR.subheader TD {
    background: rgb(229, 267, 228);
    font-size: 10px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

.targyi_ell_table TR.color0 TD {
    background: RGB(255, 255, 255);
}

.targyi_ell_table TR.color1 TD {
    background: RGB(244, 244, 244);
}


.targyi_ell_cp_table TD, .targyi_ell_cp_table TH {
    padding: 5px;
    margin: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    vertical-align: middle;
}

.targyi_ell_cp_table TD INPUT, .targyi_ell_cp_table TD SELECT {
    font-size: 12px;
    height: 22px;
}

.targyi_ell_cp_table TH {
    background: rgb(200, 227, 200);
}

.targyi_ell_cp_table TD TEXTAREA {
    resize: none;
    width: 95%;
    height: 25px;
}

.uform_table caption {
    background: rgb(73, 67, 67);
    text-align: left;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.emminyil_table td, .emminyil_table th, .uform_table td, .uform_table th {
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    font-size: 14px;
    vertical-align: top;
}

.admin_table th, .admin_table td {
    vertical-align: middle !important;
}

.uform_table TR.uc_datarow TD {
    background-color: #e8e9cd;
    font-weight: bold;
    font-size: 12px;
    border-top: 3px double black;
}

.uform_table TR.uc_userrow TD {
    background-color: #f8f8f3;
    font-size: 12px;
    vertical-align: middle;
    padding: 3px;
}

.uform_table TR.uc_userrow TD:first-child {
    text-align: right;
}


.emminyil_table th, .uform_table th {
    background: rgb(229, 227, 228);
    color: rgb(73, 67, 67);
}

.uform_table td.isnt_relevant {
    background: #ccc;
}

.uform_table td input {
    width: 95%;
    height: 20px;
    background: inherit;
}

select, .uform_table td select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 29px;
}

.uform_table td select {
    width: 100%;
}

.uform_table td textarea {
    width: 95%;
    min-height: 80px;
    background: inherit;
}

.uform_table td.remove_row {
    width: 35px;
    position: relative;
}

.uform_table td.remove_row img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 8px;
}

.uform_table td.remove_row img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.uform_table tbody tr {
    background: #fff;
}

.uform_table tbody tr:hover {
    background: rgb(250, 250, 250);
}

.uform_table tfoot {
    background: rgb(245, 245, 245);
}

.uform_table tfoot button {
    padding: 10px 20px;
    background: rgb(136, 124, 126);
    color: #fff;
    border: none;
    border-radius: 5px;
}

.uform_table tfoot button:hover {
    cursor: pointer;
    background: #3a7ab8;
}

.highlighted_table th, .highlighted_table td {
    border-color: rgb(200, 100, 100) !important;
}

.highlighted_table caption {
    background: rgb(200, 100, 100) !important;
    color: #fff;
}

div.debug div.header {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

div.debug div.header h3 {
    font-size: 16px;
    margin: 5px 0;
}

div.debug div.debug_row {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    word-wrap: break-word;
    border-radius: 5px;
}

div.debug div.debug_row.success {
    border: 2px solid #00ff00;
}

div.debug div.debug_row.danger {
    border: 2px solid #ff0000;
}

#footer {
    background: rgb(141, 156, 171);
    text-align: center;
    padding: 0 0 20px 0;
    color: #000;
    height: 110px;
    width: 100%;
    bottom: 0px;
}

#footer .google {
    font-size: 10px;
}

#footer .google a {
    color: #00ccff;
}

#footer .darker {
    background: #5AADBC;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}

#footer .fl_logo {
    float: right;
}

.newLine {
    display: none;
}

svg {
    position: absolute;
    top: 0;
    z-index: 4;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
    z-index: 10;
}

#infoWindow {
    position: absolute;
    width: 500px;
    height: 300px;
    background: #fff;
    border: 2px solid #000;
    z-index: 30;
    padding-bottom: 2px;
}

#infoWindow div.header {
    padding: 10px;
    position: relative;
    font-weight: bold;
    color: #5AADBC;
    cursor: move;
    background: -webkit-linear-gradient(white, rgb(240, 236, 235));
    background: -o-linear-gradient(white, rgb(240, 236, 235));
    background: -moz-linear-gradient(white, rgb(240, 236, 235));
    background: linear-gradient(white, rgb(240, 236, 235));
}

#infoWindow div.header img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#infoWindow div.header img:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#infoWindow div.content {
    height: 240px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#upload {
    margin: 0;
    width: 100%;
}

#upload input[type="file"] {
    width: 380px;
}

#upload input[type="button"] {
    float: right;
}

#upload_progress {
    display: none;
    width: 100%;
    margin: 10px 0;
    clear: both;
}

#upload hr {
    margin-top: 5px;
}

#attachments {
    margin: 0 0 0 5px;
    overflow: auto;
    height: 155px;
}

#attachments li {
    position: relative;
    font-size: 14px;
    margin-left: -15px;
    padding: 5px 0 5px 5px;
    list-style-type: square;
}

#attachments li:hover {
    background: #eee;
}

#attachments li a {
    text-decoration: none;
    color: #333;
}

#attachments li a:hover {
    color: #5AADBC;
}

#attachments li img, #unique_options img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -2px;
    cursor: pointer;
}

#attachments li img {
    right: 0;
}

#attachments li img:hover, #unique_options img:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.attachment {
    margin-bottom: 10px;
}

.attachment.form_field {
    min-width: 160px;
}

.attachment_field_info {
    margin: 0 5px;
    padding: 10px;
}

.dragAndDropHovered {
    background: #d2e0e4;
}

.dragAndDropHovered input {
    background: rgb(155, 188, 73) !important;
}

.attachment_field_info .left {
    float: left;
    width: 165px;
}

.attachment_field_info .left .info {
    text-align: center;
}

.attachment_field_info .right {
    margin-left: 190px;
    width: 820px;
}

.uform_table .form_field.attachment {
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 150px;
    height: 30px;
}

.uform_table .form_field.attachment:hover {
    background: #ddd;
}

#unique_options {
    padding: 5px;
    margin-bottom: 10px;
}

#unique_options input.new_option {
    width: 330px;
    margin-right: 7px;
}

#unique_options div.option {
    padding: 5px 0;
    position: relative;
}

#unique_options div.option input {
    width: 410px;
    padding: 3px;
}

#unique_options img {
    top: 1px;
    left: 425px;
}

.rightFlyerBox {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: rgb(141, 156, 171);
    line-height: 50px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    transition: opacity .3s;
}

.rightFlyerBox:hover {
    opacity: 1 !important;
}

.rightFlyerBox img {
    width: 50px;
}

.rightFlyerBox img:hover {
    -moz-animation: 1.5s rotate infinite linear;
    -webkit-animation: 1.5s rotate infinite linear;
}

.rightFlyerBox div {
    margin-top: -25px;
    color: #3333ff;
    letter-spacing: 2px;
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

input[type="text"].form_field {
    border: none;
    padding: 3px;
    font-size: 14px;
    border-bottom: 2px dotted #ccc;
    background: inherit;
}

textarea.form_field {
    border: none;
    padding: 5px;
    font-size: 14px;
    border: 2px dotted #ccc;
    background: inherit;
}

select.form_field.multiple {
    height: 70px;
}

.invalid, input[type="radio"].invalid:checked, input[type="checkbox"].invalid {
    background: lightpink !important;
    border: 1px solid #ff0000 !important;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #ff0000;
}

.saving {
    background: #FFEC8B !important;
}

#registration_form, #reset_password_form, #new_password_form {
    text-align: justify;
}

#registration_form input, #reset_password_form input, #new_password_form input {
    margin: 10px 0;
    padding: 5px;
    width: 300px;
}

#registration_form button, #reset_password_form button, #new_password_form button {
    margin: 10px 0;
}

/* ĂltalĂˇnos stĂ­lusok */

.simpleButton {
    background: rgb(136, 124, 126);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    height: auto;
    display: inline-block;
}

.simpleButton:hover {
    background: #5AADBC;
    cursor: pointer;
}

.simpleButton.ghover:hover {
    background: rgb(165, 162, 150);
}

.simpleButton.simpleButton-m {
    padding: 7px 13px !important;
}

.simpleButton.important {
    background: rgb(184, 58, 59);
}

.simpleButton.important:hover {
    background: rgb(114, 0, 0);
    cursor: pointer;
}

.inputInfo {
    display: none !important;
}

.displayNone {
    display: none;
}

.invisible {
    opacity: 0;
    transform: opacity 0.3s;
}

.disabled {
    background: #eee !important;
}

.bold {
    font-weight: bold;
    padding-right: 5px;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.next_btn, .prev_btn {
    float: right;
    margin: 0 0 0 10px;
    height: 25px;
    width: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    background: no-repeat url(icons/arrow-right.png) scroll center center/90% 90% rgb(141, 156, 171);
}

.prev_btn {
    float: left;
    margin: 0 10px 0 0;
    background: no-repeat url(icons/arrow-left.png) scroll center center/90% 90% rgb(141, 156, 171);
}

.center {
    width: 1070px;
    margin: 0 auto;
}

.centered_text {
    text-align: center;
}

/** pdf piszkozat **/

div.watermark {
    position: absolute;
    margin: 0 auto;
    width: 75%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    font-size: 150px;
    padding: 0 12%;
}

/* hirek */

.news .content {
    display: inline-block;
    border-left: 2px solid #BB6768;
    max-width: 915px;
    padding: 25px 0 5px 10px;
    font-size: 14px;
}

.news .pub {
    display: inline-block;
    width: 72px;
    padding-right: 10px;
    vertical-align: top;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.news {
    vertical-align: top;
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.news:nth-child(2n) {
    background: #fff;
}

.news:nth-child(2n-1) {
    background: #EFEFEF;
}

.news:last-child {
    border: 0 !important;
}

.not_important_text {
    color: #ccc;
}

/* SzĂ­nezĂ©sek */

.green {
    background: rgb(155, 188, 73) !important;
}

.yellow {
    background: rgb(232, 130, 28) !important;
}

.red {
    background: rgb(150, 58, 59) !important;
}

.green_text {
    color: #329a66;
}

.red_text {
    color: #ff0000;
}

.light_green {
    background: rgb(225, 255, 223) !important;
}

.light_green:hover {
    background: rgb(196, 255, 153) !important;
}

.light_yellow {
    background: rgb(255, 255, 204) !important;
}

.light_yellow:hover {
    background: rgb(251, 255, 153) !important;
}

.light_red {
    background: rgb(255, 223, 223) !important;
}

.light_red:hover {
    background: rgb(255, 212, 212) !important;
}

.solid_text, .solid_text a {
    color: #414141;
    text-decoration: none;
}

.solid_text:hover, .solid_text a:hover {
    color: red;
}

.small_text {
    font-size: 14px;
}

.diff_field {
    display: block;
    border: 3px dotted blue;
    cursor: help;
    padding: 3px;
}

.diff_field.bigger {
    border: 3px dotted green;
}

.diff_field.smaller {
    border: 3px dotted #FF3232;
}

.diff_old_row {
    background: #FDE8E9 !important;
    text-decoration: line-through;
}

.diff_new_row {
    background: #E6FAFF !important;
}

.float_right {
    float: right;
}

.mod_calc_button {
    float: right;
    margin: 0 5px;
}

.pulse_button {
    float: right;
    margin: 0 5px;
    animation: pulse_button 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.creator_form, #create_tig_form div.full_support_value {
    display: none;
}

.creator_form select {
    width: 100%;
}

.creator_form select.small_select {
    width: 25% !important;
}

#tig_complain {
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
}

#tig_complain textarea {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    padding: 5px;
    border-style: dotted;
    border-color: #aaa;
    border-width: 0 0 0 2px;
    line-height: 150%;
}

#tig_overall_state_chooser {
    margin: 0 5px 10px 5px;
}

#tig_overall_state_chooser label {
    padding-right: 10px;
}

#tig_overall_state_chooser label:hover, #tig_overall_state_chooser input:checked + span {
    color: #3333FF;
}

.modify_taxnum button {
    cursor: pointer;
}

@keyframes pulse_button {
    from {
        background: rgb(136, 124, 126)
    }
    to {
        background: red;
    }
}

@-webkit-keyframes pulse_button {
    from {
        background: rgb(136, 124, 126)
    }
    to {
        background: red;
    }
}

.otp_transaction_result {
    position: relative;
    padding: 10px 10px 10px 65px;
    border: 1px solid;
    border-radius: 10px;
    line-height: 150%;
    margin-bottom: 20px;
}

.otp_transaction_result p {
    margin: 10px 0 20px 0;
    font-size: 25px;
}

.otp_transaction_result img {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #ccc;
}

.otp_transaction_result.success {
    border-color: green;
    background: #e5f3f0;
}

.otp_transaction_result.success p {
    color: green;
}

.otp_transaction_result.failed {
    border-color: #e50000;
    background: #ffd6d6;
}

.otp_transaction_result.failed p {
    color: #e50000;
}

.choose_kibocsato {
    margin-left: -35px;
    list-style-type: none;
}

.choose_kibocsato li {
    padding: 10px;
}

.choose_kibocsato li:hover {
    background: #eee;
}

.choose_kibocsato li label {
    cursor: pointer;
}

.choose_kibocsato li input {
    margin-right: 10px;
}

.add_kibocsato_form input {
    width: 300px;
}

.noticePopup {
    display: none;
    padding: 10px;
    position: absolute;
    border: 2px solid #333;
    width: 400px;
    background-color: white;
}

.sign_box {
    display: table;
    margin: 150px auto 0 auto;
    width: 90%;
}

.sign_box .left, .sign_box .right {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 50%;
}

.useTooltip.static {
    display: inline-block;
}

.KHWarning {
    padding: 10px;
    margin: 10px;
    text-align: center;
    background-color: #e80028;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

/* Bonus */

.flash {
    -moz-animation: flash 0.5s ease-in-out;
    -moz-animation-direction: alternate;
    -moz-animation-iteration-count: infinite;

    -webkit-animation: flash 0.5s ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;

    -ms-animation: flash 0.5s ease-in-out;
    -ms-animation-direction: alternate;
    -ms-animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
    0% {
        background-color: none;
        transform: translateX(10px);
    }
    100% {
        background-color: #fbf8b2;
    translateX(0);
    }
}

@-moz-keyframes flash {
    0% {
        background-color: none;
        transform: translateX(10px);
    }
    100% {
        background-color: #fbf8b2;
    translateX(0);
    }
}

@-ms-keyframes flash {
    0% {
        background-color: none;
        transform: translateX(10px);
    }
    100% {
        background-color: #fbf8b2;
    translateX(0);
    }
}

.login DIV {
    display: none;
}

.netlockWarning {
    display: none;
    color: red;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}

.submit_step_error {
    color: maroon;
    font-size: 12px;
}

/* Responsive */
#middle.responsive {
    padding: 0 !important;
}

#middle.responsive .center {
    width: 95% !important;
}

#middle.responsive #page {
    width: 100% !important;
    box-sizing: border-box;
}

/* Wider */
#middle.wider .center {
    width: 1500px;
}

#middle.wider #page {
    width: 100% !important;
    box-sizing: border-box;
}

.bizAtt {
    font-size: 13px;
    line-height: 13px;
    border: 1px solid #eee;
    padding-left: 10px;
    background-color: #eee;
    border-top: 1px solid #ddd;
}

.bizAtt H2 {
    margin-left: 20px;
}

.bizAtt SPAN.triangle {
    min-width: 20px;
    background-color: red;
    background: URL('icons/triangle_down.png');
}

.bizAtt SPAN.triangle.closed {
    background: URL('icons/triangle_right.png');
}

.bizAtt .itemRow {
    padding: 2px;
}

.bizAtt .fileRow {
    padding: 2px;
    color: #123123;
}

.bizAtt .itemRow:hover {
    background-color: #ecebb9;
    cursor: pointer;
}

.bizAtt .fileRow:hover {
    background-color: #bbdc78;
    cursor: pointer;
}

.bizAtt .itemRow_0, .bizAtt .fileRow_0 {
    background-color: #eee;
}

.bizAtt .itemRow_1, .bizAtt .fileRow_1 {
    background-color: #e7e7e7;
}

.bizAtt .bizFiles {
    display: none;
    background-color: #eeefe2;
    border-bottom: 1px solid #333;
}

#biz_manager_table .biz_item.color_szerk {
    background-color: #c8c8c8;
}

#biz_manager_table .biz_item.color_bekuldott {
    background-color: #fefefe;
}

#biz_manager_table .biz_item.color_hianypotlas {
    background-color: #fbfda8;
}

#biz_manager_table .biz_item.color_hp_szabalytalan {
    background-color: #ffce9d;
}

#biz_manager_table .biz_item.color_elfogadott {
    background-color: #dffcda;
}

#biz_manager_table .biz_item.color_reszben_elfogadott {
    background-color: #dee8f8;
}

#biz_manager_table .biz_item.color_szabalytalan {
    background-color: #ffd7d7;
}


.dialog-list {
    font-size: 14px;
    height: 70%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    width: 90%;
    word-break: break-all;
}

.dialog-list ul {
    padding: 0px 0px 0px 20px;
}

.dialog-list ul li {
    padding: 0px 20px 0px 0px;
}

#tigtilto {
    border: 1px solid #ccc;
}

#tigtilto .spsz {
    border-top: 2px solid #444;
    padding: 10px;
}

#tigtilto .years {
    font-weight: bold;
    font-size: 13px !important;
    background: #eee
}

#tigtilto .yeartable {
    border-collapse: collapse;
    width: 100%;
}

#tigtilto .yeartable TD {
    text-align: center;
    padding: 3px;
    border: 1px solid #ccc;
    font-size: 11px;
}

#tigtilto button {
    width: 130px;
}

#tigtilto span {
    cursor: pointer;
    color: navy;
    font-size: 12px !important;
}

#tigtilto .header TD {
    background: #eee;
    font-weight: bold;
}

#tigtilto .spsz.state0 {
    background: rgb(225, 255, 223) !important;
}

#tigtilto .spsz.state1 {
    background: rgb(255, 223, 223) !important;
}

.nyil_checkbox.checked {
    font-weight: 700;
}

.nyil_checkbox:before {
    content: "\2610";
    display: inline-block;
}

.nyil_checkbox.checked:before {
    content: "\2611";
}

.uform_table td.remove_fake_row {
    width: 35px;
    position: relative;
}

.uform_table td.remove_fake_row img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 8px;
}

input[type="text"].fake_form_field {
    border: none;
    padding: 3px;
    font-size: 14px;
    border-bottom: 2px dotted #ccc;
    background: inherit;
}

textarea.fake_form_field {
    border: none;
    padding: 5px;
    font-size: 14px;
    border: 2px dotted #ccc;
    background: inherit;
}


select.fake_form_field.multiple {
    height: 70px;
}

.jira {
    padding: 2px;
    font-size: 13px;
    text-align: center;
    background-color: #edf7f7;
}

.jira a {
    padding: 0 20px 0 20px;
    color: #004578;
    text-decoration: none;
}

.jira a:hover {
    color: blue;
}

.jira img {
    padding: 0 4px 0 4px;
    width: 16px;
    vertical-align: middle;
}

div[data-table="u3_elszam_osszegzes"] table.summary_table input {
    font-size: 12px;
}

div[data-table="u3_elszam_osszegzes"] table.summary_table td {
    padding: 4px;
}

div[data-table="u3_elszam_osszegzes"] .uform_table th {
    width: 75px;
}

div[data-table="u3_elszam_osszegzes"] .uform_table th:nth-child(1) {
    width: auto;
}

div[data-table="u1_hossz_osszegzes"] table.summary_table input {
    font-size: 12px;
}

div[data-table="u1_hossz_osszegzes"] table.summary_table td {
    padding: 4px;
}

div[data-table="u1_hossz_osszegzes"] .uform_table th {
    width: 75px;
}

div[data-table="u1_hossz_osszegzes"] .uform_table th:nth-child(1) {
    width: auto;
}

div[data-table="u1_hossz2_osszegzes"] table.summary_table input {
    font-size: 12px;
}

div[data-table="u1_hossz2_osszegzes"] table.summary_table td {
    padding: 4px;
}

div[data-table="u1_hossz2_osszegzes"] .uform_table th {
    width: 75px;
}

div[data-table="u1_hossz2_osszegzes"] .uform_table th:nth-child(1) {
    width: auto;
}

.jira_connect_page {
    display: flex;
}

.jira_connect_page div {
    text-align: center;
    margin: auto;
    font-weight: bold;
    border: 1px solid white;
    width: 190px;
}

.jira_connect_page_div:hover {
    border: 1px solid green;
    border-radius: 8px;
    background-color: rgba(10, 239, 72, 0.1);
}

.jira_connect_page img {
    width: 170px;
    height: 170px;
}

.jira_connect_page span {
    color: black;
}

.tamonero_table {
    border-collapse: collapse;
    border: 1px solid rgb(200, 200, 200);
}

.tamonero_table td {
    padding: 10px;
    border: 1px solid rgb(200, 200, 200);
}

.tamonero_table tr td:first-child {
    background-color: rgb(169, 160, 163);
    color: white;
    font-weight: bold;
}

.highlight_error TD {
    background-color: #f3d4d4;
}

.summary_table TR TD{
    padding: 5px;
}
.summary_table input[type=text].form_field{
    font-size:11px;
}

.lezaro_table TD,.lezaro_table TH{
    font-size: 12px;
    vertical-align: middle;
    line-height: 14px;
}

.lezaro_jogc_table TD:not(:first-child){
    text-align: center;
    padding: 6px;
    width: 100px;
}

.lezaro_small_table TR:not(:first-child) TD:not(:first-child) 
{
    text-align: center;
}

.lezaro_small_table TD.lezaro_small_text{
    width: 700px;
}
#delete_nav_invoice_icon{
    cursor: pointer;
}

.navLastSync td
{
    font-size: 12px;
}

.navLastSync td:nth-child(2)
{
    font-weight: bold;
}

#delete_nav_invoice_icon
{
    width:50px;
    vertical-align: middle;
}

#middle.testbg {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='120px' width='120px'><text x='0' y='15' fill='red' font-size='20' font-family='Arial' transform='translate(60,0) rotate(45)'>TESZT</text></svg>");
}

table.uform_table.wide-table td, table.uform_table.wide-table th,
table.uform_table.wide-table td input.form_field {
    font-size: 11px;
    padding: 2px;
}

table.uform_table.wide-table td {
    vertical-align: middle;
}

/*.biz_item.color_szerk{background-color: #c8c8c8;}*/
.biz_item.color_bekuldott {
    background-color: #e0e0e0;
}

.biz_item.color_hianypotlas {
    background-color: #fbfda8;
}

.biz_item.color_hianyzomell {
    background-color: #fbfda8;
}

.biz_item.color_hp_beerk {
    background-color: #ffce9d;
}

.biz_item.color_elfogadott {
    background-color: #dffcda;
}

.biz_item.color_elutasitott {
    background-color: lightpink;
}

.biz_item .modification_text {
    display: none;
}

table.emmitable7 td, table.emmitable7 th  {font-size: 11px;}


.honap_nap .ui-datepicker-year
{
    display:none;
}