
/****************************************************************************************************************************/
/* ÁLTALÁNOS GOLBÁLIS BEÁLLÍTÁSOK */
/*v1.5*/
/****************************************************************************************************************************/
/* A BEJELENTKEZÉS  ÉS KERESÉS globális eltüntetése, fontos! */  
#search-ui, #login-link {  
display: none;  
}  

/* Betűtípusok beállítása*/
body, p, li, expand-control {
font-family:  "Segoe UI" , SegoeUI, "Open Sans",  "Helvetica Neue", Helvetica,Arial, sans-serif  !important;
font-weight: 300;
font-size: 1em;
}


/* Bekezdés sorkizárása web-first felületen */
p {
text-align: justify;
}

/* Táblázatokon nincs keret */
.confluenceTable .confluenceTh, .confluenceTable .confluenceTd {
border: none !important;
}


/****************************************************************************************************************************/
/* A LINK hatások beállítása                                                                                               */
/****************************************************************************************************************************/

/* A kurzor beállítása */
a *, img, .name a {
cursor: pointer !important;
text-decoration:none !important;
}

/* Linkek kiemelése */
p a, span a, li a, h4 a, .expand-control-text  {
text-decoration:none !important;	
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
border-top: 2px solid transparent;
vertical-align: top;
}

/* Linkek hover hatása*/
p a:hover, span a:hover, li a:hover, h4 a:hover, .expand-control-text:hover, .acs-nav-item *:hover {
text-decoration:none !important;	
background-color: #30A8CB !important;
color: #FFFFFF !important;
border-left: 2px solid #30A8CB;
border-right: 2px solid #30A8CB;
border-bottom: 2px solid #30A8CB;
border-top: 2px solid #30A8CB;
border-radius: 5px;
}

/* H1 címsoron NE legyen hover */
h1 a, h1 a:hover {
text-decoration:none !important;
color: inherit !important;
}


/****************************************************************************************************************************/
/* HEADER BEÁLLÍTÁSAI                                                                                                   */
/****************************************************************************************************************************/

/* eKRÉTA logónál ne legyen keret*/
.aui-header-inner h1 {
border-bottom: none !important;
}

/*Header magasítása*/
#header {
padding: 10px;
}

/*Az oldal címének beállítása*/
#title-text {
border-bottom: thin #cccccc solid !important;
padding-top: 0.6em !important;
}



/****************************************************************************************************************************/
/* SIDEBAR BEÁLLÍTÁSAI                                                                                      */
/****************************************************************************************************************************/

.acs-side-bar {
background-color: #f4f5f7;
}

/*SIDEBAR sortörése*/
.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list .plugin_pagetree_children_span a {
white-space: normal !important;
}

/* Az elemek (linkek) beállítása*/
.acs-nav-item .acs-nav-item-label {
white-space: normal !important;
line-height: 1.15em;
margin-left: 0px;
font-size: medium;
}

/*Az IKONOK elrejtése*/
.acs-nav-item-link .icon {
display: none !important;
}

/*A TERÜLET HIVATKOZÁSAI szöveg elrejtése*/
.ia-quick-links-header-title {
display: none !important;
}

/*A OLDALFA szöveg elrejtése*/  
.ia-secondary-header-title {  
display: none !important;  
}  

/* A PADDING csökkentése */ 
.acs-nav-item-link {
padding: 2px 2px !important;  
}

.plugin_pagetree .plugin_pagetree_children_list>li {
    margin: 0px;
}

/*A teljes OLDALSÁV elrejtése (opcionális) */  
/* 
.ia-secondary-container { 
display: none !important; 
} 
*/  


/****************************************************************************************************************************/
/* MEGOLDÁS KERESÉSE méretezés: 			;                                                                               */
/****************************************************************************************************************************/
.search-macro-large .search-macro-query input {
    height: 30px;
    font-size: 16px;
}


/****************************************************************************************************************************/
/* CONTENT TARTALMAK ÉS FEJLÉCEK BEÁLLÍTÁSI                                                                                */
/****************************************************************************************************************************/

.wiki-content {
margin-left:0px;
margin-right: 0px;
}

.wiki-content .contentLayout2 {
margin: 0px;
}

.wiki-content p, .wiki-content li  {
line-height: 1.7em;
margin-bottom: 0.2em;
}

#main {
background-color: #f4f5f7;
padding-left: 1px;
padding-right: 1px;
}

#main #content {
padding-right: 0px;
background-color: #f4f5f7;
}


/****************************************************************************************************************************/
/* FEJLÉCEK beállítása */
/****************************************************************************************************************************/
h1, .wiki-content h1 {
font-size: 1.5em !important;
margin-top: 1em ;
font-weight: 300;
}
.wiki-content h1 {
border-bottom: thin #cccccc solid !important;
}

h2, .wiki-content h2 {
font-size: 1.2em !important;
font-weight: 300;
}

h3, .wiki-content h3 {
font-size: 1.1em !important;
color:brown;
}

h4, .wiki-content h4 {
font-size: 1.1em !important;
text-align: justify;
margin-bottom: 0.5em;
}

h5, .wiki-content h5 {
font-size: 1em !important;     
}

/* H6- Kép és képfelirat*/
.wiki-content h6 {
text-align: center;
}



/****************************************************************************************************************************/
/* PANELEK beállítása                                                                                                 */
/****************************************************************************************************************************/
.confluence-information-macro {
padding-bottom: 0.5em;
}

.confluence-information-macro>.title {
padding-bottom: 0.5em;
}

.contentLayout .innerCell>*:first-child .innerCell>*:first-child, .contentLayout2 .innerCell>*:first-child {
margin-top: 1em;
}

.panel {
margin-bottom: 3em;
border-radius: 15px;
background-color: white;
}

/* PANELEN ne legyen margó*/
alertPanel, .infoPanel, .panelContent {
padding: 0px;   
border-radius: 4px;
}

/* PANEL KÉPEKEN  ne legyen margó*/
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image {
margin: 0px;
max-width: calc(100% - 0px);
}

/* PANEL címsorok és bekezdések*/
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel p {
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 1em !important;
}

/* PANEL bekezdés beállítása */
.panel p {
font-size: 1em !important;
text-align: justify;
margin-bottom: 0.2em;
}

/* BŐVEBBEN szöveg kiemelése*/
.expand-control {
padding: 10px;
}




/****************************************************************************************************************************/
/* SCROLLBAR beállítása */
/****************************************************************************************************************************/

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}


/****************************************************************************************************************************/
/* YOUTUBE/PDF PLAYER 					                                                                                                             */
/****************************************************************************************************************************/
.youtube-player {
width: 100% !important;
min-height: 400px;
}

.vf-slide-viewer {
border:  none;
}

.vf-slide-outer {
height: inherit !important;
width: inherit !important;
}

.aui-lozenge-moved {
color: #ffffff;
}




/****************************************************************************************************************************/
/* WEB nézet beállítása (sectionMacroWithBorder --> tartalomjegyzék, ami nem jelenik meg a weben csak mobilon) */
/****************************************************************************************************************************/
.sectionMacroWithBorder {
display: none;
}



/****************************************************************************************************************************/
/* MOBIL nézetek beállítása                                                                                                 */
/****************************************************************************************************************************/
@media screen and (max-width: 1024px) 
{
body, p, li, .expand-control {
font-size: 1em;
text-align:left !important;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel p {
margin-left: 0.2em;
margin-right: 0.2em;
text-align: left !important;
}
div.theme-default .ia-splitter #main {
margin-left: 0px;
}	
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}	
div#main {
margin-left: 0px !important;
}
div#footer {
margin-left: 0px !important;
}
#main #content {
padding: 0px !important;;
}
.wiki-content {
margin: 0px !important;
}		
.wiki-content h1 {		    	
font-weight: bold !important;
margin-top: 2em;
}    
.sectionMacroWithBorder {
display: table;
}
.sectionMacro {
display: none;
}
#breadcrumbs li {        
font-size: 16px !important;
}
}



/*********************************/
/* HIDE SIDEBAR (opcionális) */
/*********************************/
/*
div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
div#main {
margin-left: 0px !important;
}
div#footer {
margin-left:0px !important;
}
*/




