﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body
{
    color: #333;
    font-size: 1em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
}


a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    color: #333;
}

a:hover
{
    background-color: #c7d1d6;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #FAFAFA;
    margin: 10px auto 10px auto;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #b8d0e9;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    background-color: #FAFAFA;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 5px 8px 5px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    text-align: left;
    background: #b8d0e9;
}

#headercontent
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; /*Height of frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #b8d0e9;
    color: white;
}

#maincontent
{
    position: fixed;
    top: 51px;
    left: 0;
    right: 0;
    bottom: 50px; /*Set bottom value to HeightOfFrameDiv*/
    overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
    background-color: #FAFAFA;
}

.innertube
{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.innertubefooter
{
    margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#footercontent
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; /*Height of frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background: #b8d0e9;
}

#Getpdfcontent
{
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 98%;
    height: 90px; /*Height of frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    text-align: right;
}

* html body
{ /*IE6 hack*/
    padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent
{ /*IE6 hack*/
    height: 100%; 
    width: 100%; 
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input, textarea, .DropDownListCssClass
{
    background-color: #FFFFFF;
    color: #333;
    font-size: 1em;
    padding: 5px;
    border: 1px solid #E0E0E0;
    text-align: left;
}

textarea
{
    font-family: inherit;
    width: 500px;
}

input[type="Image"]
{
    border: 0px;
    background: transparent;
}


input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}


input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="radio"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"]
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    width: auto;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #003399;
}

.loginDisplay a:link
{
    color: #003399;
}

.loginDisplay a:visited
{
    color: #003399;
}

.loginDisplay a:hover
{
    color: #003399;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.DescHeader
{
    font-size: 1.2em;
    vertical-align: top;
}

.DescItem
{
}

.DescContent
{
    /* background: #F2F2F2; */
    color: #0033CC;
    font-style: italic;
}

/*  CALENDAR  -------------------------------------------------------------------------*/

.MunkaszunetiNap
{
    background-color: #FFC5A8;
    color: Black;
}

.MunkaszunetiNaponMunka
{
    font-style: oblique;
    font-weight: bold;
    color: Maroon;
}

.MunkaNap
{
    background-color: #c6ffc6;
    color: Black;
}

.NaptarMunkaNap
{
    background-color: Green;
}

.UnnepNap
{
    background-color: Red;
    color: Black;
}

.SzabadsagNap
{
    background-color: yellow;
    color: Black;
}

.Beteg
{
    background-color: Fuchsia;
    color: Black;
}

.TartosTavollet
{
    background-color: #808080;
}

.MunkanapAtrendezes
{
    background-color: Olive;
}


/* GRID ------------------------------ */

.GridViewStyle
{
    background-color: #fff;
    margin: 3px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

.GridViewStyle a
{
    color: #336699;
}

.GridViewHeaderStyle th
{
}

.GridViewHeaderStyle
{
    padding: 1px 1px;
    color: #FFFFFF;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    padding: 1px 5px 1px 5px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.GridViewAlternatingRowStyle
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    padding: 1px 5px 1px 5px;
    border: solid 1px #c1c1c1;
    color: #717171;
}


.GridViewSelectedRowStyle
{
    background-color: #80AAD5;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    padding: 1px 5px 1px 5px;
    border: solid 1px #c1c1c1;
}

.GridViewPagerStyle
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}

.GridViewPagerStyle td
{
    border-width: 0;
    padding: 1 1px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 2px 0;
}

.GridViewPagerStyle a
{
    color: #666;
    text-decoration: none;
}

.GridViewPagerStyle a:hover
{
    color: #000;
    text-decoration: none;
}

/*----------------*/

/* GRID Skin: TERV------------------------------ */

.GridViewTervStyle
{
    background-color: #fff;
    margin: 3px 0 10px 0;
    border: solid 1px #525252;
    font-size: 0.9em;
    padding: 0 0 0 0;
}

.GridViewTervStyle a
{
    color: #336699;
}

.GridViewTervHeaderStyle
{
    padding: 1px 1px;
    color: #FFFFFF;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.GridViewTervHeaderStyle th
{
}

.GridViewTervFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewTervRowStyle
{
    padding: 5px 2px 5px 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.GridViewTervPirosRowStyle
{
    padding: 5px 2px 5px 2px;
    border: solid 1px #c1c1c1;
    color: Red;
}

.GridViewTervAlternatingRowStyle
{
    padding: 5px 2px 5px 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.GridViewTervRowStyle td, .GridViewTervAlternatingRowStyle td
{
    padding: 5px 2px 5px 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.GridViewTervSelectedRowStyle
{
    padding: 5px 2px 5px 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.GridViewTervFixRowStyle
{
    padding: 5px 22px 5px 22px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.GridViewTervPagerStyle
{
    background: #424242 url(grd_pgr.png) repeat-x top;
}

.GridViewTervPagerStyle td
{
    border-width: 0;
    padding: 1 1px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}

.GridViewTervPagerStyle table /* to center the paging links*/
{
    margin: 2px 0;
}

.GridViewTervPagerStyle a
{
    color: #666;
    text-decoration: none;
}

.GridViewTervPagerStyle a:hover
{
    color: #000;
    text-decoration: none;
}

/*----------------*/


.mGrid
{
    background-color: #fff;
    margin: 3px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 1px 5px 1px 5px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

Hr
{
    border: thin dashed #DBDBDB;
}

.DisabledMenuBtn
{
    color: #C0C0C0;
    font-style: italic;
    font-weight: normal;
}

.MenuSor
{
    background-color: #FFFFFF;
    height: 30px;
    background-image: url('Menu_head.png');
    background-repeat: repeat-x;
    font-weight: bold;
}

.MenuSor2
{
    background-color: #FFFFFF;
    height: 25px;
    background-image: url('Menu_head2.png');
    background-repeat: repeat-x;
    font-weight: bold;
}


.disabledbtn
{
    /*background-color: red;     color: #FFFFFF;*/
    color: #C0C0C0;
    font-style: italic;
    font-weight: normal;
}

/* A scrolable div */
.GridViewContainer
{
    overflow: auto;
    border: 0;
    height: 300px;
}

/*  Tervező nézet beállításai   */
.FejlecPihenoNap
{
    background-color: #FFC5A8;
    color: Black;
}

.FejlecNemTargyho
{
    background-color: #9FADBF;
    color: Black;
}

.LablecNemTargyho
{
    background-color: #D1DFE1;
    color: Black;
}

.BeosztasDE
{
    background-color: #2B60DE;
    color: Black;
}

.BeosztasDU
{
    background-color: Orange;
    color: Black;
}

.BeosztasÉJ
{
    background-color: #463E41;
    color: White;
}

.BeosztasPI
{
    background-color: #FFC5A8;
    color: Black;
}

.BeosztasÜN
{
    background-color: Red;
    color: White;
}

.BeosztasFSZR
{
    background-color: #00FF00;
    color: Yellow;
}

.BeosztasFSZT
{
    background-color: #00FFFF;
    color: Yellow;
}

.BeosztasNFIS
{
    background-color: #E4697B;
    color: #05806d;
}

.BeosztasBETG
{
    background-color: #FF00FF;
    color: Black;
}

.aspNetDisabled
{
    color: #aaa;
}

.MparCimsor1
{
    background-color: #80AAD5;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    padding: 1px 5px 1px 5px;
    border: solid 1px #c1c1c1;
    text-align: left;
}

.MparCimsor2
{
    background-color: LightGray;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    padding: 1px 5px 1px 5px;
    border: solid 1px #c1c1c1;
    padding-left: 50px;
    text-align: left;
}

.hiddencol
{
    display:none;
}

.TabHeaderCSS
{
    text-align: left;
}


/* LABEL */

.label {
    display: inline;
    padding: .3em .3em .3em;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-variant: small-caps;
}

.labelError {
    color: #d9534f;
}

.full-width {
    display: block;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #158cba;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #106a8c;
    }

.label-success {
    background-color: #28b62c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #1f8c22;
    }

.label-info {
    background-color: #75caeb;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #48b9e5;
    }

.label-warning {
    background-color: #ff851b;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #e76b00;
    }

.label-danger {
    background-color: #ff4136;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #ff1103;
    }


/* Custom Label for DocGrid */

.label-berjegyzek {
    background-color: #00BFFF;
}

.label-szabert {
    background-color: #81F7D8;
}

.label-egyebdoc {
    background-color: #7f8c8d;
}

.label-nav {
    background-color: #1abc9c;
}
.footerBottom {
    bottom: 0;
    position: fixed;
}

@media (max-width: 767.98px) {
    .logo-img {
        max-width: 100px;
        height: 30px;
    }

    .mobilRejtes {
        display: none;
    }

    .footer {
        font-size: x-small;
        padding: revert;
        background: #84b4e6c2;

    }

    .mobilHeaderSzovegMeret {
        font-size: small;
    }

    .headerMenuTopPozicio {
        z-index: 100;
        position: fixed;
        top: 0px;
    }

    .navbarShadow {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .bg-vilagosMobil {
        --bs-bg-opacity: 1;
        background-color: rgb(184 208 233) !important;
    }

    .treeBetumeret {
        font-size: x-large;
    }

    #Getpdfcontent {
        display: none;
    }

    /*Lekérdezés table mobilon nézzen is ki valahogy...*/
    .GridViewStyle {
        width: 90vw;
        table-layout: fixed; /* fontos! */
    }

        /* A 2. (Dátum) oszlop és a gombok fix szélességet kapnak */
        .GridViewStyle th:nth-child(2),
        .GridViewStyle td:nth-child(2) {
            width: 110px; /* kisebb, hogy beleférjen */
            white-space: nowrap; /* ne törjön több sorba a dátum */
        }

        .GridViewStyle th:nth-child(4),
        .GridViewStyle td:nth-child(4) {
            width: 50px; /* ikonok */
        }

        /* A rejtett oszlopot nem kell méretezni */

        /* Az első oszlop rugalmasan kitölti a maradék helyet */
        .GridViewStyle th:first-child,
        .GridViewStyle td:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; /* ne törjön sorba, hanem '...' */
        }

            /* A benne lévő span ne nőjön túl */
            .GridViewStyle td:first-child span.full-width {
                display: block;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
    .topIgazitas {
        height: 250px !important;
    }

}

.btnLogoutText {
    color: #dc3545 !important;
    
}
    .btnLogoutText:hover {
        color: #fff !important;
    }

.btn-primary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #0d6efd !important;
    --bs-btn-border-color: #0d6efd !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0b5ed7 !important;
    --bs-btn-hover-border-color: #0a58ca !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #0a58ca !important;
    --bs-btn-active-border-color: #0a53be !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #0d6efd !important;
    --bs-btn-disabled-border-color: #0d6efd !important;
}

/*
.headerMenuTopPozicio {
    z-index: 100;
    position: fixed;
    top: 0px;
}
*/


