/* Minification failed. Returning unminified contents.
(370,100): run-time error CSS1031: Expected selector, found ','
 */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
	overflow-y: scroll;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}

a{cursor: pointer;}
.cikkmut{display: none;}
.megjandmuts{background-color: lightgoldenrodyellow; padding: 15px;}
.megjandmuts h4{padding-left: 10px; padding-bottom: 0; font-weight: bold;}
.megjandmuts .megjandmutsrovats{padding: 10px;}
.megjandmuts a{cursor: pointer;}*/

body {background:none;}

.A-main {padding: 122px 20px 20px;}

.P-main {padding: 20px;}

h1 {
    font-family: inherit;
    font-size: 25px;
    font-weight: normal;
    color: #4b5c68;
}

.deleteproject_conatiner {width: 800px;margin: 0 auto;}    

.createproject, .deleteproject, .editproject, .createszakerto {/*width:800px;*/margin: 0 auto;}

.createcikk {/*width:800px;*/margin: 0 auto;}

.createproject .popup-actions, .deleteproject .popup-actions, .editproject .popup-actions, .createcikk .popup-actions, .createszakerto .popup-actions {margin-top:10px;}

.deleteproject .L-bigButton, .editproject .L-bigButton, .createproject .L-bigButton, .createcikk .L-bigButton, .createszakerto .L-bigButton {width: 50%;float: left;}

.deleteproject .L-cancelButton, .editproject .L-cancelButton, .createproject .L-cancelButton, .createcikk .L-cancelButton, .createszakerto .L-cancelButton {float: left;width: 50%; margin-top: 0px; padding: 12px 20px;}

.pagination-container {text-align:center;}

.phone_input {display:none;}

.w-toolbar {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 55px;
    left: 0;
    top: 0;
    background: rgba(33, 44, 52, .9);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
}

.w-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.w-image {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 120px;
    /*max-width: 300px;*/
    height: 100%;
    min-height:150px;
    margin: 4px;
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
    overflow: hidden;
}

.w-image .w-toolbar button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 2px;
    transition: background .2s;
}

.w-image .w-toolbar button:before {
    display: block;
    content: "";
    width: 13px;
    height: 14px;
    background: url('../../shitbuild/assets/images/workspace.png') no-repeat 0 -31px;
}

.w-image .w-toolbar button.w-delete:before {
    background-position: 0 -31px;
}

.flow_bottom {
    top: 55px;
}

.flow_up {
    top: 0;
}

.w-image:hover .w-toolbar { -webkit-transform: translateY(0); transform: translateY(0); }

.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 150px;
    height: 40px;
    filter: alpha(opacity=0);
}

#szakerto_img_upload, #attach_file, #osszefog_attach_file  {
    width: 150px;
    height: 40px;
    position: relative;
}

#help_img_upload {
    width: 300px;
    height: 40px;
    position: relative;
}

#uploadBtn_help {width:300px;}

.image_browser {display:none;}

#filtered_szakerto_list .W-table .w-tr, #filtered_list .W-table .w-tr {
    width: 97%;    
    /*float: left;*/
}

.delete_item_from_list {
    padding:0px !important; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.delete_anchor_in_list {
    width: 4.5%;
    padding: 0px;
    float: right;
    height: 52px;
    background-color: #009ed3;
    margin-left: 0.5%;
}*/

.active_project_title {
    background-color:#737373;
}

.szakerto_info_bigger .W-inputRow .w-label {
    font-size: 1.7em;
}

.attaches_in_feladat, .attaches_in_esemeny, .osszefog_attaches_in_esemeny  {
    margin-left: 40px;
    margin-top: 10px;
    font-size: 13px;
    width:450px;
}

.attaches_in_feladat li .csati_del, .attaches_in_esemeny li .csati_del, .osszefog_attaches_in_esemeny li .osszefog_csati_del {
    float:right;
    cursor:pointer;
}

.attaches_in_feladat li .csati_del:hover, .attaches_in_esemeny li .csati_del:hover, .osszefog_attaches_in_esemeny li .osszefog_csati_del:hover  {
    color:#009ed3;
}

.attaches_in_feladat li .csati_open, .attaches_in_esemeny li .csati_open, .osszefog_attaches_in_esemeny li .osszefog_csati_open {
    cursor:pointer;
}

.attaches_in_feladat li .csati_open:hover, .attaches_in_esemeny li .csati_open:hover, .osszefog_attaches_in_esemeny li .osszefog_csati_open:hover {
    color:#009ed3;
}

.area_container {    
    border: 2px solid #54646f;
    padding: 10px;
}

.area_container legend {
    margin-bottom: 14px;
    font-size: 2em;
    color: #009ed3;
    font-weight: bold;
    padding: 10px;
  }

.incontent_left {
    width:100%;
    float:left;
}

.incontent_right {
    width:100%;
    float:right;
}

/*@media screen and (max-width: 1200px) {
    .incontent_right, .incontent_left  {
        width:100%;
    }
}*/

.jogszabaly_item, .targyszo_item, .csatolmany_item, .kiegtargyszo_item {
    display: table-row;
    font-size: 1.2em;
    margin-bottom: 3px;
    border-bottom: 1px solid #9fa7ae;
    padding-bottom: 5px;
}

.segedlet_item, .kivonat_item, .cikk_item, .video_item, .termek_item {
    /*display: table-row;*/
    font-size: 1.2em;
    margin-bottom: 3px;
    border-bottom: 1px solid #9fa7ae;
    padding-bottom: 5px;
}

.item_jogszabaly_nev, .item_targyszo_nev, .item_kiegtargyszo_nev {
    /*width: 250px;*/
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px;
    border-bottom: 1px solid #9fa7ae;
}

.item_csatolmany_nev {
    /*width: 250px;*/
    /*display: table-cell;*/
    vertical-align: middle;
    padding: 10px 10px;
    border-bottom: 1px solid #9fa7ae;
}

.item_segedlet_nev, .item_kivonat_nev, .item_cikk_nev, .item_video_nev, .item_termek_nev {
    /*width: 250px;*/
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px;
    /*border-bottom: 1px solid #9fa7ae;*/
}

.item_jogszabaly_leiras{
    /*width: 330px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
    padding: 10px 0px;
    border-bottom: 1px solid #9fa7ae;
}

.item_segedlet_leiras, .item_kivonat_leiras {
    /*width: 330px;*/
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
    padding: 10px 0px;
    border-bottom: 1px solid #9fa7ae;
}

.item_jogszabaly_nev {
    width:44%;
}

.item_jogszabaly_leiras {
    width:30%;
    border-bottom: 1px solid #9fa7ae;
}

.item_segedlet_nev, .item_kivonat_nev, .item_cikk_nev, .item_video_nev, .item_termek_nev {
    width:95%;
}



.form_basic {
    margin-top: 10px;
}

.jogszabaly_item .W-checkbox, .targyszo_item .W-checkbox, .csatolmany_item .W-checkbox, .kiegtargyszo_item .W-checkbox {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px;
    border-bottom: 1px solid #9fa7ae;
    width: 5%;
}


.segedlet_item .W-checkbox, .kivonat_item .W-checkbox, .cikk_item .W-checkbox, .video_item .W-checkbox, .termek_item .W-checkbox {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px;
    /*border-bottom: 1px solid #9fa7ae;*/
    width: 5%;
}

#filtered_jogszabaly_talalatok_list, #filtered_segedlet_talalatok_list, #filtered_kivonat_talalatok_list, #filtered_csatolmany_talalatok_list, #filtered_video_talalatok_list {
    display: table;
    width: 100%;
}

#filtered_jogszabaly_talalatok_list .W-subtitle-2, #filtered_segedlet_talalatok_list .W-subtitle-2,, #filtered_kivonat_talalatok_list .W-subtitle-2, #filtered_video_talalatok_list .W-subtitle-2 {
    display: table-caption;
}

.item_segedlet_nev, .item_kivonat_nev {
    width:95%;
}

.w-heading{
    width: 93%;
    position: relative;
}

.w-heading .w.tr {
    width: 100%;
    background: none;
    border: none;
    margin-left: 7%;
    font-size: 1.3em;
    color: #7e909c;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    position: absolute;
    float: right;
    left: 0;
    top: 4px;
    padding: 0;
}

#added_jogszabaly_list {
    display: table;
    width: 100%;
}

#floatingCirclesG {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

.item_draft {
    background-color:#2fa6ff;
}

.item_archiv {
    background-color:#ffe52f;
}

.item_aktiv {
    background-color:#00d010;
}

.item_inaktiv {
    background-color:#ff0505;
}

.item_info {
    width:40px !important;
    height:40px;
    padding:0px !important;
    border-radius: 5px;
}

.statusz_info {
    width: 15px;
    height: 31px;
}

.add_jogszabalyhely {
    width: 20%;
    border-bottom: 1px solid #9fa7ae;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}

.add_jogszabalyhely p {
    background-color: #dddddd;
    padding: 5px;
    border-radius: 5px;
}

.add_jogszabalyhely p:hover {
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
}



.black_back_to_popups, .black_back_to_popups_targyszo, .black_back_to_popups_csatolmany, .black_back_to_popups_fastruktura, .black_back_to_popups_lp_iratmintakezelo_fastruktura, .black_back_to_popups_jogszabalyhely, .black_back_to_popups_elozmenyjogszabaly, .black_back_to_popups_elozmenyjogszabalyhely, .black_back_to_uj_targyszo_popups, .black_back_to_uj_kategoriav2_popups, .black_back_to_popups_cikkbeillesztes, .black_back_to_popups_csatolmany_to_tree, .black_back_to_popups_csatolmany_to_folyamat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 1;
    transition: all 1000ms;
    transition-delay: 500ms;
    display: none;
}

    .black_back_to_popups .add_jogszabaly_popup, .black_back_to_popups_szovegjogszabaly .add_szovegjogszabaly_popup, .black_back_to_popups_targyszo .add_targyszo_popup, .black_back_to_popups_csatolmany .add_csatolmany_popup, .add_fastruktura_popup, .add_lp_iratmintakezelo_fastruktura_popup, .black_back_to_popups_jogszabalyhely .add_jogszabalyhely_popup, .black_back_to_popups_elozmenyjogszabalyhely .add_elozmenyjogszabalyhely_popup, .black_back_to_uj_targyszo_popups .add_uj_targyszo_popup, .add_uj_kategoriav2_popup, .black_back_to_popups_cikkbeillesztes .add_cikkbeillesztes_popup, .black_back_to_popups_csatolmany_to_tree .add_csatolmany_to_tree_popup, .add_csatolmany_to_folyamat_popup {
        width: 600px;
        /*margin-top: -122px;*/
        margin-left: -300px;
        position: fixed;
        top: 40px;
        /*text-align: center;*/
        left: 50%;
        background-color: white;
        color: #0a3470;
        display: none;
        z-index: 1990;
        padding: 10px 10px 10px;
    }

.black_back_to_popups_elozmenyjogszabaly .add_elozmenyjogszabaly_popup {
    width: 900px;
    /*margin-top: -122px;*/
    margin-left: -450px;
    position: fixed;
    top: 40px;
    /*text-align: center;*/
    left: 50%;
    background-color: white;
    color: #0a3470;
    display: none;
    z-index: 1990;
    padding: 10px 10px 10px;
}

.add_jogszabaly_popup p, .add_szovegjogszabaly_popup p, .add_targyszo_popup p, .add_jogszabalyhely_popup p, add_elozmenyjogszabaly_popup p, add_elozmenyjogszabalyhely_popup p {
    font-size: 17px;
    margin: 20px 0px;
}

.close_jogszabaly_add_popup, .close_szovegjogszabaly_add_popup, .close_targyszo_add_popup, .close_csatolmany_add_popup, .close_fastruktura_add_popup, .close_lp_iratmintakezelo_fastruktura_add_popup, .close_jogszabalyhely_add_popup, .close_elozmenyjogszabaly_add_popup, .close_elozmenyjogszabalyhely_add_popup, .close_uj_targyszo_popup, .close_uj_kategoriav2_popup, .close_cikkbeillesztes_popup, .close_csatolmany_to_tree_popup, .close_csatolmany_to_folyamat_popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 15px;
    cursor: pointer;
}

.jogszabaly_hivatkozas, .targyszo_hivatkozas {
    cursor:pointer;
}

.jogszabaly_hivatkozas {
    text-decoration:underline;
}

.jogszabaly_hivatkozas:hover {
    color:blue;
}

.targyszo_hivatkozas {
    text-decoration:underline;
}

.targyszo_hivatkozas:hover {
    color:blue;
}

.route_container .back {
	display: -webkit-inline-flex;
	display: inline-flex;

	-webkit-align-items: center;
	align-items: center;

	/*padding: 8px 12px;*/
	padding-left: 10px;
    cursor: auto;

	font-size: 15px;
	color: #687f8f;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;

	transition: color .2s;
}
.route_container .back:hover, .route_container .back:focus { color: #a4c3d9; }
.route_container .back:before {
	display: block;
	content: "";

	-webkit-flex-shrink: 0;
	flex-shrink: 0;

	width: 18px;
	height: 15px;

	margin-right: 8px;

	opacity: .5;
    background: url('../shitbuild/assets/images/basic_icons2.png') no-repeat 0 -11px;
	/*background: url('../images/basic_icons.png') no-repeat 0 -11px;*/

	/*transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;*/
}

.special_search input {
    width:500px;
}

.more_info_from_fejezet_cta {
    cursor: pointer;
    width: 190px;
    margin: 0;
    font-size: 14px;
}

.more_info_from_fejezet_container {
    display:none;
}

.add_jogszabaly_popup .item_jogszabaly_nev, .add_szovegjogszabaly_popup .item_jogszabaly_nev, .add_jogszabaly_popup .item_jogszabaly_leiras, .add_jogszabaly_popup .jogszabaly_item .W-checkbox {
    border-bottom: none;
}

.choose_kapcsolt_elemek {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight:bold;
}

.choose_kapcsolt_elemek p {
    border-right: 2px solid #54646f;
    width: 25%;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    border-top: 2px solid #54646f;
}

.choose_kapcsolt_elemek p:nth-of-type(1) {
    border-left: 2px solid #54646f;
}

.kapcsolt_elem_jogszabaly, .kapcsolt_elem_targyszo, .kapcsolt_elem_csatolmany, .kapcsolt_elem_video, .kapcsolt_elem_cikklinkek {
    border: 2px solid #54646f;
    padding: 20px;
    text-align: center;
    display: none;
    font-size: 15px;
}

.kapcsolt_elem_jogszabaly {
    display: block;
}

.cikkhezkapcsoltcuccok.kapcsolt_elem_cikklinkek {
    display: block;
}

/*.cikkhezkapcsoltcuccok.kapcsolt_elem_jogszabaly {
    display: none;
}*/

.choose_kapcsolt_elemek p:hover {
    background-color: #009ed3;
    color: white;
}

.active_kapcsolt_elemtipus {
    background-color: #009ed3;
    color: white;
}

.kapcsolt_elem_jogszabaly table, .kapcsolt_elem_csatolmany table, .kapcsolt_elem_cikklinkek table {
    width: 90%;
    margin: 0 auto;
}

.kapcsolt_elem_jogszabaly table td, .kapcsolt_elem_jogszabaly table th, .kapcsolt_elem_csatolmany table td, .kapcsolt_elem_csatolmany table th {
    padding: 5px;
    border: 1px solid;
}

.kapcsolt_elem_jogszabaly table th, .kapcsolt_elem_csatolmany table th {
    font-weight: bold;
}

.delete_item_from_jogszabaly_list, .delete_item_from_csatolmany_list, .delete_item_from_cikklinkek_list {
    cursor: pointer;
}

a.delete_item_from_list_dashboard_jogsz {
    width: 50px;
    padding: 0px;
    float: right;
    height: 52px;
    background-color: #009ed3;
    margin-left: 0.5%;
}

.ez_a_torleshez_kell_megadja_a_hatteret {
    padding: 0;
    background: url(../../shitbuild/assets/images/workspace.png) no-repeat;
    width: 15px;
    height: 15px;
}

.badge_from_bootstrap {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
    float: right;
    margin-top: 2px;
    margin-right: 20px;
}

.almappa_es_fajlok {
    width: 100%;
    font-family: 'WeblySleekUI', sans-serif;
    margin-left: 15px;
    font-size: 13px;
    color: #4b5c68;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 106000000 !important;
    display: block;
    width: 300px;
    padding: 1px;
    margin-left: 5px;
    font-size: 13px !important;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
}

.popover-content {
    padding: 9px 14px;
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0,0,0,.25);
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px;
}

.almappak_es_fajlok_listaja {
    margin-left:20px;
}

.szakertoTimePicker { background-color: white; width: 50px; text-align: center; transform: scale(1.2,1.2); }

/*.fade.show {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}*/


.fastruktura_elem {
    display:none;
}

.fastruktura_elem_gyokerelem {
    display: inline-flex;
}

.select_date_szakerto_raeres {
    width:100%;
    /*float:left;*/
}

.kiadvanyKep_Konyvespolc_button {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 30px;
    font-size: 1.6em;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #009ed3;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background .4s, box-shadow .4s;
    width: 280px;
}

.kiadvanyKep_Kiadvanyrol_button {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 30px;
    font-size: 1.6em;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #009ed3;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background .4s, box-shadow .4s;
    width: 227px;
}

.kiadvanyKep_Konyvespolc {
    position: relative;
    top: -6px;
    left: -283px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 280px;
    height: 44px;
    z-index: 10;
}

.kiadvanyKep_Kiadvanyrol {
    position: relative;
    top: -6px;
    left: -230px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 227px;
    height: 44px;
    z-index: 10;
}

.tjP {
    font-weight:bold;
    font-size:18px;
    cursor:pointer;
}

.tjSub {
    font-size: 18px;
    display: none;
    padding-left: 15px;
}

.tartalomjegyzekBeleolvasasCheckbox {
    float: left;
    margin-top: 4px;
}

.kapcsolt_jogszabik_es_helyek_faban {
    padding: 10px 10px 50px 10px;
}

.kapcsolt_jogszabik_es_helyek_faban .jogszabi_hozzarendeles_gomb {
    width: 500px;
    margin: 5px 0px;
}

.kapcsolt_jogszabik_es_helyek_faban .jogszabaly_listaban_eltavolitas_gomb {
    width: 100%;
    text-align: right;
}

.ide_kell_bepakolgatni_az_elozmenyjogszabikat .elozmenyjogszabaly_listaban_eltavolitas_gomb {
    width: 800px;
    text-align: right;
}

.kapcsolt_jogszabik_es_helyek_faban .jogszabaly_listaban_eltavolitas_gomb_tarolo, .ide_kell_bepakolgatni_az_elozmenyjogszabikat .elozmenyjogszabaly_listaban_eltavolitas_gomb_tarolo {
    width: 100%;
    background: none;
    border: none;
    margin-left: 6%;
    font-size: 13px !important;
    color: #7e909c;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    position: absolute;
    float: right;
    background: unset !important;
    top: 4px;
    padding: 0;
}

.jogszabalyhelyek_listaja_tarolo .select2-container, .jogszabalyhelyek_listaja_tarolo .select2-search, .jogszabalyhelyek_listaja_tarolo .select2-search__field,
.elozmenyjogszabalyhelyek_listaja_tarolo .select2-container, .elozmenyjogszabalyhelyek_listaja_tarolo .select2-search, .elozmenyjogszabalyhelyek_listaja_tarolo .select2-search__field {
    width: 100% !important;
}

.close_jogszabalyhely_add_popup_megsegomb, .close_elozmenyjogszabalyhely_add_popup_megsegomb {
    width: 50%;
    text-align: center;
    padding: 11px 20px;
    margin-top: 0px;
}

.jogszabalyhelyModositas, .elozmenyjogszabalyhelyModositas {
    width: 50%;
    float: left;
    display: block;
}

.tobb_targyszo_hozzarendelese_gomb {
    margin-top:10px;
}

.kapcsoltJogszabihely, .kapcsoltElozmenyJogszabihely {
    cursor: pointer;
    background-color: #009ed3;
    color: white;
    border-radius: 5px;
    padding: 7px;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 2px;
    display: inline-block;
}

.kapcsoltJogszabihelynekvanElozmenye {
    border: 3px solid #6d6d6d;
    padding: 6px;
    position: relative;
    bottom: 2px;
}

.ide_kell_bepakolgatni_a_jogszabikat {
    font-size: 13px !important;
}

.ide_kell_bepakolgatni_a_jogszabikat .W-table .w-tr.w-heading .w-td, .ide_kell_bepakolgatni_a_jogszabikat .w-td {
    font-size: 13px !important;
}

.ide_kell_bepakolgatni_a_jogszabikat .w-td {
    text-align:center;
}

/*.ezek_az_elemek_tartalmazzak_az_uid_eket .W-table .w-tr:not(.w-heading) .w-td {
    font-size: 13px !important;
}*/

.ezek_az_elemek_tartalmazzak_az_uid_eket .w-tr .w-td:hover {
    background-color: #ececec;
    border-radius: 5px;
}

.ezek_az_elemek_tartalmazzak_az_uid_eket .w-tr.delete_item_from_list_dashboard_jogsz .w-td:hover {
    background-color: unset;
    border-radius: unset;
}

div#hasonlo_targyszavak_listaja p {
    margin-bottom: 4px;
    font-size: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #c1c1ba;
}

.szakiSzemelyesRaeres {
    border-collapse: collapse;
}

.szakiSzemelyesRaeres th, .szakiSzemelyesRaeres td {
    font-size: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 700px) {
    .szakiSzemelyesRaeres th, .szakiSzemelyesRaeres td {
        font-size: inherit;
    }
}

.szakiSzemelyesRaeres, td, th {
    border: 1px solid #8b8b8b;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.szakiSzemelyesRaeres td:first-child {
    font-weight: bold;
}

/* KÁLMIPART START */
.dizTreebox {
}
.treeChildrenbox{padding-bottom: 30px;}
.treeDetails{display: none; margin-top: 15px;}
.paddingTop{padding-top: 30px;}
/* KÁLMIPART END */

.KatV2SeoButton {
    width: 200px !important;
    padding: 0px;
    margin-right: 10px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
