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 {
	color: #3333FF;
	text-decoration: none;
}

a:hover{
	color: #DE2C2C;
}

a img {
    text-decoration: none;
}

table.small_font tr td, table.small_font tr th {
    font-size: 13px !important;
    padding: 3px !important;
}

.no_list_icon li {
    list-style-type: none;
}

/* Ikonok */
span.info, span.pdf, span.xls, span.edit, span.folder, span.settings, span.back, span.card, span.ignore, span.success, span.close {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    min-height: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 2px 0;
}

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.ignore:hover, span.success:hover, span.close:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

span.success {
    background: url('icons/success_icon.png') no-repeat;
}

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.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.card {
    background: url('icons/card_icon.png') no-repeat;
}

span.ignore {
    background: url('icons/ignore.png') no-repeat;
}

span.close {
    background: url('icons/clear_icon.png') no-repeat;
    background-size: 16px 16px;
}

#partners {
	padding-right: 120px;
	min-height: 1000px;
	background: url('images/partners.jpg') repeat-y top right;
}

#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;
}

#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 rgb(187, 103, 104);
	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;
}

#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;
}

#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;
    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: 15px;
    color: #fff;
    position: relative;
	line-height:15px;
	height: auto;
}

#user_bar div.new {
    display: block;
    width: 18px;
    height: 18px;
    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;
    top: -5px;
    left: 10px;
}

#user_bar div.profile ul li a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

#user_bar div.profile ul li.selected a {
    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 div.center {
    margin: 0 auto;
    padding: 20px 0 35px 0;
    width: 1070px;
}

#main_menu, #sub_menu {
    width: 100%;
    height: 44px;
    background: rgb(73,67,67);
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
}

#sub_menu {
    width: 100%;
    height: 35px !important;
    margin-top: -10px;
}

#main_menu div.menu_center, #sub_menu div.menu_center {
    display: inline-block;
}

#main_menu div.menu_point, #sub_menu div.menu_point {
    display: block;
    font-size: 14px;
    float: left;
    height: 30px;
}

#main_menu div.menu_point {
    color: rgb(218,175,37);
    padding: 14px 25px 0 25px;
}

#sub_menu div.menu_point {
    color: #000;
    padding: 8px 25px 0 25px;
    height: 27px !important;
}

#main_menu div.menu_point a, #sub_menu div.menu_point a {
    text-decoration: none;
    color: inherit;
}

#main_menu div.menu_point:hover, #sub_menu div.menu_point:hover {
    color: #fff;
}

#main_menu div.menu_point.active {
    background: rgb(51,47,48);
    color: #fff;
}

#sub_menu div.menu_point.active {
    color: #fff;
}

#main_menu div.separator, #sub_menu div.separator {
    display: block;
    float: left;
    height: 44px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: rgb(86,80,82);
}

#sub_menu div.separator {
    height: 35px !important;
}

#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;
}


/* ----------------- Oldal stílusok ------------------ */
/* Responsive */
#middle.responsive {
    padding: 0 !important;
}

#middle.responsive .center {
	width: 95% !important;
}

#middle.responsive #page {
	width: 100% !important;
    box-sizing: border-box;
}
/* Wide */
#middle.wide .center {
    width: 1200px;
}
#middle.wide #page {
    width: 100% !important;
    box-sizing: border-box;
}
#middle.wide .pager {
    width: 1148px;
}
/* Wider */
#middle.wider .center {
    width: 1500px;
}
#middle.wider #page {
    width: 100% !important;
    box-sizing: border-box;
}
/* ----------------------------------- */


#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;
}

#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;
}

#messages div.message {
    cursor: pointer;
}

#messages div.message.unread {
    background: rgb(245,245,245);
}

#messages div.message div.header {
    height: 40px;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #BBB;
}

#messages div.message div.header:hover, #messages div.message div.header.more {
    background: rgb(169,160,163);
    color: #fff;
}

#messages div.message div.state {
    position: absolute;
    top: -1px;
    left: 5px;
}

#messages div.message div.state img {
    width: 40px;
    height: 40px;
}

#messages div.message div.from {
    position: absolute;
    padding: 10px;
    width: 190px;
    top: 0;
    left: 40px;
}

#messages div.message.unread div.from {
    font-weight: bold;
}

#messages div.message.unread div.header:hover div.from, #messages div.message div.header.more div.from {
    color: #fff;
}

#messages div.message div.title {
    position: absolute;
    padding: 10px;
    width: 620px;
    top: 0;
    left: 270px;
}

#messages div.message div.sent {
    position: absolute;
    text-align: right;
    padding: 10px;
    width: 130px;
    top: 0;
    right: 0;
}

#messages div.message div.content {
    display: none;
    padding: 10px 25px;
    text-align: left;
    font-size: 14px;
    background: rgb(245,245,245);
    border-bottom: 1px solid #BBB;
    line-height: 150%;
    cursor: default !important;
    word-wrap: break-word;
}

.replyContent, .newmessage {
    display: none;
}

.replyContent textarea {
    width: 995px;
    height: 200px;
    margin-bottom: 10px;
}

#new_message .left {
    width: 200px;
    padding: 5px;
    float: left;
}

#new_message .right {
    width: 800px;
    padding: 5px;
    float: left;
}

#new_message .right select {
    width: 555px;
    height: 25px;
	margin-right: 5px;
}

#new_message .right input {
    width: 550px;
    height: 20px;
}

#new_message .message {
    padding: 10px 5px;
    margin-bottom: 5px;
}

#new_message .message textarea {
    height: 500px;
    margin-top: 10px;
    resize: none;
}

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 {
    cursor: pointer;
}

table.simpleTable td .copy {
    color: rgb(184,58,59);
    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:157px;
}

.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;
}

#active_form_mode, .pager div.header .egyesulet_name {
    margin-top: 3px;
}

.pager div.header div.left {
    float: left;
    width: 190px;
    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;
}

.pager div.navigation a {
    text-decoration: none;
    color: inherit;
	line-height:25px;
}

.pager div.navigation a:hover {
	color: rgb(242,182,0);
}

.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 {
    cursor: pointer;
}

/*
#middle.small .pager,
#middle.small .pager div.header div.left,
#middle.small .pager div.header div.right {
    width:auto;
}
*/

.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 15px 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;
}

/*
#middle.small .page_content div.wide_col,
#middle.small .page_content div.double_col {
    width:auto;
}
*/

.page_content div.wide_col div.left {
    display: inline-block;
    width: 330px;
}

/*
#middle.small .page_content div.wide_col div.left {
    min-width: 250px;
}
*/

.page_content div.wide_col div.right {
    display: inline-block;
    min-width: 680px;
}

/*
#middle.small .page_content div.wide_col div.right {
    min-width: 200px;
}
*/

.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 .right {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}

.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;
}

.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%;
}

.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%;
}

.uform_table {
    width: 100%;
    border-collapse: collapse;
}

.uform_table caption {
    background: rgb(73,67,67);
    text-align: left;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.uform_table thead th,
.uform_table thead td,
.uform_table tbody td {
	padding: 6px;
	margin: 0px;
	border: 1px solid #CCC;
	font-size: 12px;
	vertical-align: top;
}

.uform_table .no_border thead th,
.uform_table .no_border thead td,
.uform_table .no_border tbody td {
    border:0;
}

.admin_table thead th,
.admin_table thead td, 
.admin_table tbody td {
    vertical-align: middle !important;
}

.uform_table thead th,
.uform_table thead td {
    background: rgb(229,227,228);
    color: rgb(73,67,67);
}

.uform_table thead td input,
.uform_table tbody td input {
    width: 95%;
    height: 20px;
    background: inherit;
}

.uform_table thead td input[type="checkbox"],
.uform_table tbody td input[type="checkbox"] {
	width: auto;
	vertical-align: middle;
}

select, 
.uform_table thead td select,
.uform_table tbody td select {
    height: 29px;
    background: #fff;
    border: 1px solid #ccc;
	border-radius: 3px;
	
}

.page_content .uform_table thead td select,
.page_content .uform_table tbody td select{
	max-width: 150px;
    height: 24px;
    margin-bottom: 1px;
}

.page_content .uform_table thead td select.short_select,
.page_content .uform_table tbody td select.short_select{
    max-width: 76px;
}


.uform_table thead td textarea,
.uform_table tbody td textarea {
    width: 95%;
    min-height: 80px;
    background: inherit;
}

.uform_table tbody td .form_field:focus {
    background-color: #93DDFF;
}

.uform_table tbody td.interact_icons {
    width: 35px;
    min-width: 20px;
}

.uform_table tbody td.interact_icons .icon_1,
.uform_table tbody td.interact_icons .icon_2{
    margin: 0 auto;
	cursor: pointer;
    margin-bottom: 10px;
}

.uform_table tbody td.interact_icons div:last-child {
    margin-bottom: 0;
}

.uform_table tbody td.interact_icons .delete_row{ top: 5px; }
.uform_table tbody td.interact_icons .delete_row.icon_1{
    background: url('icons/delete.png') no-repeat;
    background-size: 17px 22px;
    width: 17px;
    height: 22px;
}
.uform_table tbody td.interact_icons .delete_row.icon_2{
    background: url('icons/delete-icon-2.png') no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
}
.uform_table tbody td.interact_icons .delete_row.icon_2:hover{
    background: url('icons/delete-icon-2-on-mouse-over.png') no-repeat;
    background-size: 17px 17px;
}

.uform_table tbody td.interact_icons .add_new_sub_row{
	top: 36px;
    background: url('icons/circle-plus-icon.png') no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
}
.uform_table tbody td.interact_icons .view_sub_rows{
	top: 66px;
    background: url('icons/eye-icon.png') no-repeat;
    background-size: 17px 12px;
    width: 17px;
    height: 12px;
}

.uform_table tbody tr {
    background: #fff;
    /*height: 88px;*/
}

.uform_table tbody tr:hover {
    background: #F2F2F2; 
}

.uform_table tbody tr.sub_row td,
.uform_table tbody tr.sub_row input.form_field,
.uform_table tbody tr.sub_row select{
	font-style: italic;
}

.uform_table tbody tr.brown td,
.uform_table tbody tr.green td{
	border-color: #fff;
}

.uform_table tbody tr.grey td {
    background: rgb(245,245,245);
}

.uform_table tbody tr.brown input.form_field,
.uform_table tbody tr.green input.form_field{
	border-color: -moz-use-text-color -moz-use-text-color #fff;
}

.uform_table tbody tr.sub_row select{
	/*border: 1px solid #fff;*/
}

.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: rgb(184,58,59);
}



.uform_table.shorter_width_input input.form_field[type="text"] {
    width: 110px !important;
}






.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 {
    text-align: center;
    padding: 0 0 20px 0;
    color: #fff;
    height: 110px;
    width: 100%;
    bottom: 0px;
}

#footer .darker {
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 40px;
}

#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;
    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 a {
    text-decoration: none;
    color: #333;
}

#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;
}


select.szerzkot_status_changer{
    width: 150px;
}

#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 ;
	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;
    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 {
	border: 1px solid #ff0000 !important;
    background: lightpink !important;
    border-radius: 3px;
    
    padding: 0 0 1px 3px;
    margin-right: 5px;
}

div.invalid_chkbox,
div.invalid_radio{
    display: inline-block;
    margin: 3px 3px 3px 4px;
    padding: 0 5px;
    border: 1px solid #ff0000 !important;
    background: lightpink !important;
}
div.invalid_chkbox input[type="checkbox"].invalid,
div.invalid_radio input[type="radio"].invalid{
    margin: 0px;
}

.invalid_tinymce {
    border: 1px solid #ff0000 !important;
    background: lightpink !important;
    border-radius: 3px;
    color: #000;
    padding: 5px;
    margin: 10px 0 5px 0;    
    
}

.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 {
    cursor: pointer;
}

.simpleButton.ghover:hover {
	background: rgb(155,188,73);
}

.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;
}
.clear_after:after {
    content: '';
    display: block;
    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;
}

.prev_btn {
	float:left;
	margin:0 10px 0 0 ;
}

.center {
	width: 1070px;
	margin:0 auto;
}

.centered_text {
	text-align: center;
}

.left_text {
	text-align: left;
}

.right_text {
	text-align: right;
}

.italic_text {
    font-style: italic;
}

.bold_text {
    font-weight: bold;
}

.underline_text {
    text-decoration: underline;
}

.highlighted_text {
    background: rgb(200,100,100) !important;
    color: #fff !important;
    padding: 5px 10px;
    text-align: justify;
}

.description_text {
    font-style: italic;
    font-size: 14px;
}



/* 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%;
}

/* HĂ­rek */

.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;
}

.float_left {
	float: left;
}

.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 {
    display: none;
}

.creator_form select {
    width: 100%;
}

.creator_form select.small_select {
    width: 25% !important;
}

.creator_form div.wide_col{ width: auto; margin-right:15px; }
.creator_form .elszam_type_description,
.creator_form .szerzkot_mod_type_description{ display: none; margin-bottom: 20px !important;}
.creator_form .left { float: left; }
.creator_form .right { float: right; width: 762px !important; text-align: justify; }

.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; }
}

/* 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); }
}

/* OTP */

.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;
}


/* FelgĂ¶rgetĹ‘ nyĂ­l */
#scrollup{
    display:none;
    background-image: url('icons/arrow-up.png');
    background-repeat: no-repeat;
    background-color: rgb(73,67,67);
    background-size: 40px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    position:fixed;
    bottom:50px;
    right:20px;
    cursor: pointer;
}


/* MellĂ©kletek */
.melleklet_content {
	text-align: justify;
}

.melleklet_content.no_left_space_list ul,
.melleklet_content.no_left_space_list ol {
	padding-left: 17px;
}

.melleklet_content.space_between_list_item > ul  > li,
.melleklet_content.space_between_list_item > ol  > li{
	margin: 14px auto;
}

.melleklet_content table {
    border-spacing: 0;
    border-color: #000;
    padding: 0;
    border-collapse: collapse;
}

.melleklet_content table.border,
.melleklet_content table.border td,
.melleklet_content table.border th {
    border: 1px solid black;
}

.melleklet_content table.pad_5 td {
    padding:  5px;
}

.melleklet_content table.outter_border {
    border: 1px solid #000;
}

.melleklet_content table td.grey {
    background-color: rgb(218, 218, 218);   
}
.melleklet_content table td.yellow {
    background-color: #FFE28F !important;    
}
.melleklet_content table td.green {
    background-color: #9CFFAF !important;   
}
.melleklet_content table td.red {
    background-color: #FF9C9C !important;    
}
.melleklet_content table td.blue {
    background-color: #9CD5FF !important;  
}

.melleklet_content div.sign_box {
    margin: 100px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
}

.biz_item.color_szerk{background-color: #c8c8c8;}
.biz_item.color_bekuldott{background-color: #fefefe;}
.biz_item.color_hianypotlas{background-color: #fbfda8;}
.biz_item.color_hianyzomell{background-color: #ffce9d;}
.biz_item.color_hp_beerk{background-color: #fbfda8;}
.biz_item.color_elfogadott{background-color: #dffcda;}
.biz_item.color_elutasitott{background-color: #ffd7d7;}
.biz_item.color_admin_szerk{background-color: #dee8f8;}
.biz_item.color_admin_bekuldott{background-color: #dee8f8;}
.biz_item .modification_text { display: none; }

.elszam_tamogatas_osszegzo {
    margin: 30px 0 0 0;
}

.elszam_tamogatas_osszegzo caption{
    background: rgb(169,160,163);
}

/*Font awesome beállítások*/
.fa, .far, .fas {
    color: black;
    font-size: 18px;
    cursor: pointer;
    margin: 2px 3px 2px 3px;
}

.fa-lightbulb.active {
    color: #edb910;
}

/*SimpleForm kezelő beállításai*/
.simpleForm {
    width: 60%;
    display: flex;
    margin: 0 auto 0 auto;
    flex-direction: column;
}

.simpleForm button {
    margin: 2px 3px 2px 0px;
}

.simpleForm input {
    width: 80%;
}

.simpleForm .field-container, .form-buttons {
    display: flex;
    flex-direction: row;
    margin: 5px 0 5px 0;
}

.simpleForm .left-side {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    padding: 2px 10px 2px 5px;
    font-weight: bold;
}

.simpleForm .right-side {
    width: 60%;
    display: flex;
}

.simpleForm input.errorline {
    border: 1px solid #c40d16;
}

.messages {
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin: 10px 5px 10px 5px;
}

.messages.error {
    color: #c40d16;
}

.messages.warning {
    color: #edcf10;
}

.messages.notice {
    color: #1e992a;
}

.center-content {
    display: flex;
    justify-content: center;
}

.medium-margin {
    margin: 15px 15px 15px 15px;
}

#list_error [colname=message] {
    word-break: break-all;
}

.horizontal-buttons {
    margin: 20px 0 20px 0;
}

.horizontal-buttons button {
   margin: 5px 10px 5px 10px; 
}

.red-text {
    text-align: center;
    font-size: 48px;
    color: red;
}

.jira {
    padding: 2px;
    font-size: 11px;
    text-align: center;
    background-color: #edf7f7;
}

.jira a {
    padding: 0 20px 0 20px;
    color: #004578;
}

.jira img {
    padding: 0 4px 0 4px;
    width: 16px;
    vertical-align: middle;
}

.checkbox-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 15px 0 15px 0;
}

.checkbox-container .checkbox-item {
    display: inline-flex;
    flex-basis: 33%;
}

.checkbox-container input {
    display: inline-block;
    width: auto;
}

.checkbox-container label {
    display: inline-block;
    width: auto;
}

.check-all {
    display: flex;
    align-items: center;
}

.check-all input {
    font-size: 11px;
}

.check-all label {
    font-size: 11px;
    font-weight: bold;
}

.jira {
    padding: 2px;
    font-size: 11px;
    text-align: center;
    background-color: #edf7f7;
}

.jira a {
    padding: 0 20px 0 20px;
    color: #004578;
}

.jira img {
    padding: 0 4px 0 4px;
    width: 16px;
    vertical-align: middle;
}

.button-disabled {
    background: #abaaa7 !important;
}

.button-disabled:hover {
    background: #abaaa7 !important;
    cursor: inherit;
}