/* 
    Document   : styles
    Created on : 2018.01.10., 14:13:43
    Author     : peta@infoartnet.hu
*/


/*----+ CSS RESET +----*/

*, *::after, *::before {
    box-sizing:border-box;
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, option, textarea {
    font-family:'Titillium Light';
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333;
    font-weight:normal;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}

h3 {
    font-family:'Titillium Bold';
    text-transform:uppercase;
    color:#0066a4;
    font-size:24px;
    margin-bottom:20px;
}
.clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
*:active, object:focus, embed:focus, a { outline: none }
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
    /*font-size: 100%;*/
    outline-style: none;
}
input[type="text"], input[type="submit"], input[type="button"], select{
    height: 30px;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
textarea { resize: none; }
.bug { border: 1px solid red; }
table tbody tr td, table tr th { padding: 2px; }


body { overflow-x: hidden; }

body.head-menu {
    margin-top:33px;
}

ul, ol{
    margin: 0 0 0 20px;
}



/*----+ Site Defualt CSS +----*/

img {
    border: 0;
}

.clear {
    clear: both;
    height: 0px;
}

a {
    text-decoration:none;
    color:#0066a4;
}

div.portlet-content.box div p{
    margin: 0;
    padding: 0 0 10px;
}

div#content a.gen-pdf{
    background:  url('../gfx/pdf_download.png') no-repeat 0 4px transparent;
    padding: 0 0 0 20px;
    margin: 0 0 0 5px;
}

/*----- SITE -----*/

#header-line-top{
    position: absolute;
    z-index:100;
    top: 0px;
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.85);
}

body.inner #header-line-top {
    position:static;
}

div.pagewidth {
    width: 960px;
    margin: 0 auto;
    display: block;
}

div.pagewidth::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#noview {
    display: none;
}

/*Head menu*/
div#head-menu{
    position: fixed;
    top:0;
    width:100%;
    z-index: 1000;
    background:rgba(13,33,68,.9);
    display:block;
}
div#head-menu #head-menu-in .part-showmenu::after{
    display:block;
    position: absolute;
    top:0;
    left:10px;
    color:#fff;
    font-family: 'Titillium Bold';
    content:"Széchenyi István Egyetem";
    line-height: 40px;
    text-transform: uppercase;
}
div#head-menu #head-menu-in .part-showmenu .component-heading{
    display:none;
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav{
    list-style: none;
    display:flex;
    flex-direction: row;
    justify-content: center;
    text-transform: uppercase;
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li{
    transition: .3s;
    padding:5px 20px;
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li:hover{
    background:rgba(0,186,204,1);
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li a{
    color:#fff;
    font-family: 'Titillium Semibold';
}
@media only screen and (min-width:665px) {
div#head-menu #head-menu-in .part-showmenu::after{
    display:none;
}
}
/*----- HEADER -----*/

div#header {
    position: relative;
}

div#header::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#logo {
    display: block;
    height: 93px;
    float: left;
    padding-top:27px;
    padding-left:10px;
}

div#logo > a {
    width: 155px;
    height: 60px;
    background: transparent url('../gfx/sze_logo.png') 0 0 no-repeat;
    background-size:100%;
    display: block;
    text-indent: -9999px;
}

/*----- Header actions -----*/

#header-console {
    padding-top:17px;   
    float:right;
}

.header-actions {
    display: block;
    float: right;
    padding-right:60px;
}

.header-actions > div.box {
    float:right;
    width:21px;
    height:21px;
    margin-left:22px;
    background-repeat:no-repeat;
    background-position:0 0;
    position:relative;
    z-index:100;
}

.header-actions h1.component-heading,
.header-actions h2.component-heading {
    text-indent:-9999px;
}

.header-actions::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#login {

}

body.home div#menu-space {
    display:none;
}

body.home div#menu-space::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

body.inner div#menu-space {
    transition:0.3s;
}

/* -------- Content -------- */

div#content {
    padding:52px 0;
}

.content-holder .box {
    margin-bottom:56px;
}

div#content-left {
    width:1140px;
    float:left;
    padding-right:40px;
}

div#content-right {
    width:460px;
    float:left;
    min-height:10px;
}

body.rev div#content-left {
    padding-right:0;
}

body.rev div#content-right {
    padding-left:40px;
}

div#content-left > div.newsbox:empty,
div#content-right > div.newsbox:empty {
    margin-bottom:0;
}

div#content h1.component-heading,
div#content h2.component-heading {
    font-family:'Titillium Semibold';
    text-transform:uppercase;
    color:#0066a4;
    font-size:36px;
    line-height:42px;
    margin-bottom:20px;
}

/* -------- Anchor -------- */

a[name] {
    display:block;
    position:relative;
    top:-30vh;
}

/* -------- Footer -------- */

div#footer {
    background-color:#0066a4;
    padding-top:52px;
}

div#footer::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#footer * {
    color:#ffffff;
}

div#footer .footer-col {
    width:25%;
    padding-right:32px;
    float:left;
}

div#footer-bottom {
    padding: 20px 0;
    background-color:#333738;
}

div#footer-bottom * {
    color:#57605f;
}

div#footer-bottom div.infoartnet {
    float: right;
    height: 21px;
    color:#777d7d;
}

div#footer-bottom div.infoartnet::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#footer-bottom div.infoartnet span {
    display:block;
    float:left;
    margin-right:28px;
    color:#777d7d;
}

div#footer-bottom div.infoartnet span a {
    color:#777d7d;
}

div#footer-bottom div.infoartnet a.infoartnet-logo {
    display:inline-block;
    overflow:hidden;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    background: url('../gfx/infoartnet_logo.png') 0 0 no-repeat;
}

div#footer .vcard {
    display:none;
}

div#footer div.infoartnet {
    width: 30px;
    height: 30px;
    position: absolute;
    top:0px;
    right: 5px;
}

div#footer div.infoartnet > a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent url('../gfx/infoartnet_logo.png') 0 0 no-repeat;
    text-indent: -9999px; 
}

/* -------- DatePicker -------- */

div#ui-datepicker-div {
    background: #fff;
    border: 5px solid #ccc;
    width: 240px;
    z-index: 9999 !important;
    display: none;
}

div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix ui-corner-all {
    clear: both;
}

a.ui-datepicker-prev.ui-corner-all {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    background: transparent url('../components/com_minicalendar/gfx/cal_arrow_prev.png') 0 0 no-repeat;
    text-indent: -9999px;
    margin: 8px 4px 0 4px;
    cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    background: transparent url('../components/com_minicalendar/gfx/cal_arrow_next.png') 0 0 no-repeat;
    margin: 8px 4px 0 0;
    cursor: pointer;
}

a.ui-datepicker-prev.ui-corner-all span,
a.ui-datepicker-next.ui-corner-all span {
    display: none;
}

div.ui-datepicker-title {
    float: left;
}

div.ui-datepicker-title select {
    margin: 5px 5px 0 0;
    clear: both;
    width: 86px;
}

table.ui-datepicker-calendar {
    width: 230px;
    margin: 5px;
}

table.ui-datepicker-calendar > thead > tr > th,
table.ui-datepicker-calendar > tbody > tr > td {
    width: 14.2857%;
    padding: 5px 0;
    text-align: center;
}

table.ui-datepicker-calendar > tbody > tr > td:hover {
    background: #ececec;
}

table.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today {
    border: 1px solid #ccc;
}

/* -------- JQuery Mail Popup -------- */

div.ui-widget-overlay {
    background: transparent url('../gfx/trans.png');
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
    background: #fff !important;
    border: 5px solid #ccc !important;
    clear: both;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    height: 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > span {
    line-height: 40px;
    padding: 0 0 0 5px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 18px;
    height: 20px;
    display: block;
    background: transparent url('../gfx/mail_close.png') 0 0 no-repeat;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all > span {
    text-indent: -9999px;
    width: 18px;
    height: 20px;
    display: block;
    cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div#mail_mess {
    padding: 5px;
    color: #B73F3F;
    font-size: 13px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.message-subject {
    display: none;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button {
    margin: 5px;
    clear: both;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label {
    width: 80px;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 22px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label.error {
    width: 200px;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0 0 0 90px;
    color: #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input {
    width: 190px;
    border: 1px solid #666;
    padding: 4px;
    display: block;
    float: none;
    margin: 0;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea.error {
    border: 1px solid #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea {
    width: 190px;
    height: 90px;
    border: 1px solid #666;
    padding: 4px;
    margin: 0;
    display: block;
    float: left;
    overflow: auto;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#submit {
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    background: transparent url('../gfx/bg_button.png');
    display: inlineblock;
    border: none;
    cursor: pointer;
    margin: 10px 10px 0 90px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#cancel {
    margin: 10px 0 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    background: transparent url('../gfx/bg_button.png');
    display: inlineblock;
    border: none;
    cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input:hover {
    background: #333 !important;
}

.ui-timepicker-wrapper .ui-timepicker-list{
    background: #FFF;
    padding: 10px;
    border: 1px solid #000;
}

.ui-timepicker-wrapper .ui-timepicker-list{
    height: 200px;
    width: 100px;
    overflow-y:scroll;
    margin: 0;
    background: #fff;
    border: 2px solid #0168b3;
}


.ui-timepicker-wrapper .ui-timepicker-list li{
    cursor: pointer;
    list-style: none;
}

.ui-timepicker-wrapper .ui-timepicker-list li:hover{
    font-weight: bold;
    color: #0168b3;
}

/* -------- Mobile & Tablet -------- */


@media only screen and (min-width: 1681px) {
    div.pagewidth {
        width: 1600px;
        margin: 0 auto;
    }

    div#logo {
        width:12%;
    }

    #header-console {
        width:88%;
    }

}

@media only screen and (min-width: 1305px) and (max-width: 1680px) {
    
    div#content-left {
        width:920px;
    }
    
    div#content-right {
        width:360px;
    }

    div.pagewidth {
        width: 1280px;
        margin: 0 auto;
    }
    
    #header-console {
        max-width:1060px;
    }

}

@media only screen and (min-width: 984px) and (max-width: 1304px) { 
    
    div#content-left {
        width:692px;
    }
    
    div#content-right {
        width:268px;
    }
    
    div#logo {
        margin-bottom:-70px;
    } 
}

@media only screen and (max-width: 983px) {
    body.rev div#content-right {
        padding-left:0;
    }
    div#content-left,
    div#content-right {
        float:none;
        padding-right:0;
        padding-left:0;
        margin-bottom:32px;
        width:auto;
    }
}

@media only screen and (min-width: 665px) and (max-width: 983px) {
    body {
        /* padding-top:164px; */
    }
    
    div.pagewidth {
        width: 640px;
        margin: 0 auto;
    }
    div#logo {
        margin-bottom:-60px;
    }
    div#footer .footer-col {
        width:50%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 664px) {
    div.pagewidth {
        width: 440px;
        margin: 0 auto;
    }

    div#logo {
        margin-bottom:-10px;
    }
    
    .header-actions {
        padding-top:20px;
        padding-right:0;
    }

    #header-console {
        float:none;
    }
}

@media only screen and (max-width:664px) {
    #header-line-top {
        position:static;
        background:rgba(255,255,255,1);
    }
    
    .header-actions {
        padding-right:43px;
    }
    
    body.inner div#menu-space {
        display:none;
    }
    
    div#content .newsbox {
        column-count:1;
        column-gap:0;
    }
    
    div#footer {
        padding-bottom:30px;
    }
    
    div#footer .footer-col {
        width:auto;
        padding-right:0;
        float:none;
    }
    
    div#footer-bottom div.infoartnet {
        float:none;
        height:auto;
    }
    
    div#footer-bottom div.infoartnet span {
        float:none;
    }
    
    div#footer-bottom div.infoartnet a.infoartnet-logo {
        float:right;
    }
}

@media only screen and (min-width:320px) and (max-width: 479px) {
    div.pagewidth {
        width:100%;
    }
    
    div#content {
        padding:52px 15px;
    }
    
    div#logo {
        margin-bottom:-20px;
    }
        
    .header-actions {
        padding-top:20px;
        padding-right:43px;
    }
    
    .header-actions > div.box {
        margin-left:10px;
    }

    #header-console {
        float:none;
    }
    
    div#footer, div#footer-bottom {
        padding-left:15px;
        padding-right:15px;
    }
}

@media only screen and (max-width : 319px) {
    div.pagewidth {
        display: none;
    }
    div#noview {
        display: block;
    }
}
/* felveteli.sze.hu */

body.felveteli .header-actions {
    padding-right: 48px;
}
body.felveteli .header-actions > div{
    float:left;
    margin-left:10px;
}
body.felveteli .header-actions > div.part-search{
    display:none;
}
body.felveteli .header-actions > div.part-langswitch{
    display:none;
}

/* felveteli.sze.hu */
body.felveteli .content-holder.box::after{
    content:"";
    display:block;
    float:none;
    clear:both;
}

/* table-wrappers */
.table-wrappers.vscroll .wrapper1{
    height: 20px;
}
.table-wrappers.vscroll .wrapper1,
.table-wrappers.vscroll .wrapper2{
    width: 100%; 
    border: none 0px var(--vilagosszurke);
    overflow-x: scroll;
    overflow-y:hidden;
}
.table-wrappers.vscroll .wrapper1 .div1{
    height:inherit;
}
.table-wrappers.vscroll .wrapper2 .div2{
}
/* table-wrappers table default view */
.table-wrappers:not(.vscroll) .wrapper2 .div2{
    display:flex;
    justify-content: center;
}
.table-wrappers .wrapper2 table{
    margin-bottom:1px;
}
/* uj_h2 */
.uj_h2{
    margin-bottom:10px;
}
.uj_h2::after{
    content:"";
    display:block;
    clear:both;
    float:none;
}
.uj_h2 .h2_title{
    float: left;
    height: 44px;
    line-height: 44px;
    width: calc(100% - 57px);
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Titillium Semibold';
    background-color: #242943;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width:984px) and (max-width: 1304px){
    #content-left .uj_h2 .h2_title{
        font-size:18px;
    }
}
@media only screen and (max-width: 479px) {
    .uj_h2 .h2_title{
        font-size:18px;
    }
}
.uj_h2 .h2_after{
    float:left;
    height:44px;
    width:50px;
    margin-left:7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.uj_h2 .h2_after > div{
    height:10px;
    background-color:#50ADC9;
}
.ahjk .uj_h2 .h2_after > div{
    background-color:#B7B2AC;
}
.ak .uj_h2 .h2_after > div{
    background-color:#2A8C46;
}
.dfk .uj_h2 .h2_after > div{
    background-color:#EEC344;
}
.esk .uj_h2 .h2_after > div{
    background-color: #AC112B;
}
.eekk .uj_h2 .h2_after > div{
    background-color: #AE791D;
}
.givk .uj_h2 .h2_after > div{
    background-color:#A1C038;
}
.kgk .uj_h2 .h2_after > div{
    background-color:#357ABE;
}
.mek .uj_h2 .h2_after > div{
    background-color:#D67C1C;
}
.mk .uj_h2 .h2_after > div{
    background-color:#7765A6;
}
.uj_h2 .h2_after > div:nth-of-type(2){
    width:70%;
}
/* egéb javítás */
div#content-left > div {
    margin-bottom:40px;
}
div#content-right > div {
    margin-bottom:40px;
}
/* a felső menü túl nagy ezért távolságtartás amíg nncs mobil menü */
@media only screen and (max-width: 1304px){
    #container{
        margin-top:80px;
    }
}
@media only screen and (max-width: 664px){
    #container{
        margin-top:0;
    }
}
