.myBlackButton:hover {
    background-color: #2f3d4a;
    color:whitesmoke;
    transform: scale(1.1);
    transition: 400ms linear;
}
.myBlueButton:hover {
    background-color: #1e88e5;
    color:whitesmoke;
    transform: scale(1.1);
    transition: 600ms linear;
}

.sheet-items .jelenletisor-nem-irhat-elore-be-erteket {
 /*background-color: SlateGray !important;*/
    color: lightgrey !important;
}

.sheet-items .jelenletisor-nem-munkanap {
    background-color: Gray !important;
    color: white !important;
}

.sheet-items .jelenletisor-oktato-elfogadta {
    background-color: LightGreen !important;
    color: black !important;
}

.sheet-items .jelenletisor-oktato-nem-fogadtael {
    background-color: MediumSeaGreen !important;
    color: white !important;
}

.sheet-items .jelenletisor-kkadmin-modositotta {
    background-color: yellow !important;
    color: black !important;
}

.sheet-items .jelenletisor-igazolatlan {
    background-color: DarkRed !important;
    color: white !important;
}

.sheet-items .jelenletisor-ki-van-toltve {
    background-color: Beige !important;
    color: black !important;
}

.sheet-items .jelenletisor-automatikusan-lezart {
    background-color: Silver !important;
    color: black !important;
}

.sheet-items .jelenletisor-7-nap {
    background-color: Silver !important;
    color: black !important;
}

.sheet-items .form-group {
    margin: 0;
}

.sheet-items .child-items {
    padding: 5px 3px;
}

.sheet-items .form-control.is-valid {
    padding-right: 0.32rem !important;
}

/*.sheet-items .form-control.is-valid:not([disabled]){*/
/*    background: none !important;*/
/*}*/

/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    padding-right: 5px;*/
/*    padding-left: 5px;*/
/*}*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.myP {
    color: black !important;
    font-size: 16px !important;
}

.env-title h3 {
    background-color: #fff;
    /*text-transform: uppercase;*/
    color: #9e0505;
    padding: 15px;
}

#export-button {
    margin-top: 26px;
}

tr:hover td {
    background: Silver;
}

.myWhitePanel {
    width: 100%;
    /*border: 1px solid black;*/
    border: 1px;
    border-collapse: collapse;
    border-radius: 0.25rem;
    border-color: #FEFEFE;
    /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    /*color: blue !important;*/
    background-color: whitesmoke !important;
    margin: 0;
    padding: 0;
}

.myPanel {
    width: 100%;
    /*border: 1px solid black;*/
    border: 1px;
    border-collapse: collapse;
    border-radius: 0.25rem;
    border-color: #FEFEFE;
    /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    /*color: blue !important;*/
    background-color: #F0F0F0 !important;
    margin: 0;
    padding: 0;
}

div.form-group.required > label.control-label:after, div.form-group.required > label.required:after, div.form-group.required > label:after {
    content: ' * ' !important;
}

/*bootsrap col class felülirása*/
/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

/*nyomógombok kezdete ***************************************************************************************************/
/*.btn-facebook {*/
/*    color: #ffffff;*/
/*    background-color: #3b5998*/
/*}*/
b.b_vastagkek {
    color: blue !important;
    /*background-color: black !important;*/
}

.btn-niceblue {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

/*!* TODO saját gombokat kell csinálni, mert hiába teszem ide be őket a megvett stílus győz a megnyomás után *!*/
/*.btn {*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    vertical-align: middle;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    border: 1px solid transparent;*/
/*    padding: 0.375rem 0.75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.25rem;*/
/*    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
/*}*/

/*.btn:hover, .btn:focus {*/
/*    text-decoration: none;*/
/*}*/

/*.btn:focus, .btn.focus {*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*}*/

/*.btn.disabled, .btn:disabled {*/
/*    opacity: 0.65;*/
/*}*/

/*.btn:not(:disabled):not(.disabled) {*/
/*    cursor: pointer;*/
/*}*/

/*.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {*/
/*    background-image: none;*/
/*}*/

/*a.btn.disabled,*/
/*fieldset:disabled a.btn {*/
/*    pointer-events: none;*/
/*}*/

/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #007bff;*/
/*    border-color: #007bff;*/
/*}*/

/*.btn-primary:hover {*/
/*    color: #fff;*/
/*    background-color: #0069d9;*/
/*    border-color: #0062cc;*/
/*}*/

/*.btn-primary:focus, .btn-primary.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
/*}*/

/*.btn-primary.disabled, .btn-primary:disabled {*/
/*    color: #fff;*/
/*    background-color: #007bff;*/
/*    border-color: #007bff;*/
/*}*/

/*.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,*/
/*.show > .btn-primary.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #0062cc;*/
/*    border-color: #005cbf;*/
/*}*/

/*.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-primary.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
/*}*/

/*.btn-secondary {*/
/*    color: #fff;*/
/*    background-color: #6c757d;*/
/*    border-color: #6c757d;*/
/*}*/

/*.btn-secondary:hover {*/
/*    color: #fff;*/
/*    background-color: #5a6268;*/
/*    border-color: #545b62;*/
/*}*/

/*.btn-secondary:focus, .btn-secondary.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);*/
/*}*/

/*.btn-secondary.disabled, .btn-secondary:disabled {*/
/*    color: #fff;*/
/*    background-color: #6c757d;*/
/*    border-color: #6c757d;*/
/*}*/

/*.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,*/
/*.show > .btn-secondary.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #545b62;*/
/*    border-color: #4e555b;*/
/*}*/

/*.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-secondary.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);*/
/*}*/

/*.btn-success {*/
/*    color: #fff;*/
/*    background-color: #28a745;*/
/*    border-color: #28a745;*/
/*}*/

/*.btn-success:hover {*/
/*    color: #fff;*/
/*    background-color: #218838;*/
/*    border-color: #1e7e34;*/
/*}*/

/*.btn-success:focus, .btn-success.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);*/
/*}*/

/*.btn-success.disabled, .btn-success:disabled {*/
/*    color: #fff;*/
/*    background-color: #28a745;*/
/*    border-color: #28a745;*/
/*}*/

/*.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,*/
/*.show > .btn-success.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #1e7e34;*/
/*    border-color: #1c7430;*/
/*}*/

/*.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-success.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);*/
/*}*/

/*.btn-info {*/
/*    color: #fff;*/
/*    background-color: #17a2b8;*/
/*    border-color: #17a2b8;*/
/*}*/

/*.btn-info:hover {*/
/*    color: #fff;*/
/*    background-color: #138496;*/
/*    border-color: #117a8b;*/
/*}*/

/*.btn-info:focus, .btn-info.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
/*}*/

/*.btn-info.disabled, .btn-info:disabled {*/
/*    color: #fff;*/
/*    background-color: #17a2b8;*/
/*    border-color: #17a2b8;*/
/*}*/

/*.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,*/
/*.show > .btn-info.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #117a8b;*/
/*    border-color: #10707f;*/
/*}*/

/*.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-info.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
/*}*/

/*.btn-warning {*/
/*    color: #212529;*/
/*    background-color: #ffc107;*/
/*    border-color: #ffc107;*/
/*}*/

/*.btn-warning:hover {*/
/*    color: #212529;*/
/*    background-color: #e0a800;*/
/*    border-color: #d39e00;*/
/*}*/

/*.btn-warning:focus, .btn-warning.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
/*}*/

/*.btn-warning.disabled, .btn-warning:disabled {*/
/*    color: #212529;*/
/*    background-color: #ffc107;*/
/*    border-color: #ffc107;*/
/*}*/

/*.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,*/
/*.show > .btn-warning.dropdown-toggle {*/
/*    color: #212529;*/
/*    background-color: #d39e00;*/
/*    border-color: #c69500;*/
/*}*/

/*.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-warning.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
/*}*/

/*.btn-danger {*/
/*    color: #fff;*/
/*    background-color: #dc3545;*/
/*    border-color: #dc3545;*/
/*}*/

/*.btn-danger:hover {*/
/*    color: #fff;*/
/*    background-color: #c82333;*/
/*    border-color: #bd2130;*/
/*}*/

/*.btn-danger:focus, .btn-danger.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
/*}*/

/*.btn-danger.disabled, .btn-danger:disabled {*/
/*    color: #fff;*/
/*    background-color: #dc3545;*/
/*    border-color: #dc3545;*/
/*}*/

/*.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,*/
/*.show > .btn-danger.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #bd2130;*/
/*    border-color: #b21f2d;*/
/*}*/

/*.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-danger.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
/*}*/

/*.btn-light {*/
/*    color: #212529;*/
/*    background-color: #f8f9fa;*/
/*    border-color: #f8f9fa;*/
/*}*/

/*.btn-light:hover {*/
/*    color: #212529;*/
/*    background-color: #e2e6ea;*/
/*    border-color: #dae0e5;*/
/*}*/

/*.btn-light:focus, .btn-light.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
/*}*/

/*.btn-light.disabled, .btn-light:disabled {*/
/*    color: #212529;*/
/*    background-color: #f8f9fa;*/
/*    border-color: #f8f9fa;*/
/*}*/

/*.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,*/
/*.show > .btn-light.dropdown-toggle {*/
/*    color: #212529;*/
/*    background-color: #dae0e5;*/
/*    border-color: #d3d9df;*/
/*}*/

/*.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-light.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
/*}*/

/*.btn-dark {*/
/*    color: #fff;*/
/*    background-color: #343a40;*/
/*    border-color: #343a40;*/
/*}*/

/*.btn-dark:hover {*/
/*    color: #fff;*/
/*    background-color: #23272b;*/
/*    border-color: #1d2124;*/
/*}*/

/*.btn-dark:focus, .btn-dark.focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
/*}*/

/*.btn-dark.disabled, .btn-dark:disabled {*/
/*    color: #fff;*/
/*    background-color: #343a40;*/
/*    border-color: #343a40;*/
/*}*/

/*.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,*/
/*.show > .btn-dark.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #1d2124;*/
/*    border-color: #171a1d;*/
/*}*/

/*.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,*/
/*.show > .btn-dark.dropdown-toggle:focus {*/
/*    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
/*}*/

/*.btn-link {*/
/*    font-weight: 400;*/
/*    color: #007bff;*/
/*    background-color: transparent;*/
/*}*/

/*.btn-link:hover {*/
/*    color: #0056b3;*/
/*    text-decoration: underline;*/
/*    background-color: transparent;*/
/*    border-color: transparent;*/
/*}*/

/*.btn-link:focus, .btn-link.focus {*/
/*    text-decoration: underline;*/
/*    border-color: transparent;*/
/*    box-shadow: none;*/
/*}*/

/*.btn-link:disabled, .btn-link.disabled {*/
/*    color: #6c757d;*/
/*}*/

/*.btn-lg, .btn-group-lg > .btn {*/
/*    padding: 0.5rem 1rem;*/
/*    font-size: 1.25rem;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.3rem;*/
/*}*/

/*.btn-sm, .btn-group-sm > .btn {*/
/*    padding: 0.25rem 0.5rem;*/
/*    font-size: 0.875rem;*/
/*    line-height: 1.5;*/
/*    border-radius: 0.2rem;*/
/*}*/

/*.btn-block {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.btn-block + .btn-block {*/
/*    margin-top: 0.5rem;*/
/*}*/

/*nyomógombok vége ***************************************************************************************************/

.myDiv {
    /*border: 1px outset whitesmoke;*/
    /*background-color: white;*/
    text-align: right;
    padding: 0;
}

.tablecheckbox [type=checkbox]:checked, .tablecheckbox [type=checkbox]:not(:checked) {
    cursor: pointer !important;
    position: static !important;
    /*left: -9999px !important;*/
    opacity: 1 !important;
}

/* a főoldal */
.jumbotron {
    text-align: center;
    background-color: white !important;
    color: black !important;
}

/* PDF Nyomtatáshoz kell begin */
.myTable, .myTable2 {
    width: 100%;
}

.myTable, .myTh, .myTd {
    /*border: 1px solid black;*/
    border-collapse: collapse;
}

.myTable, .myTh, .myTd, .myTable2, .myTh2, .myTd2 {
    font-size: 13px;
    margin: 0px;
    padding: 2px;
    line-height: normal;
}

.nyomtatvany {
    /*font-family: Calibri;*/
    /*font-size: 13px;*/
}

.nyomtatvany .foCim {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.nyomtatvany .szoveg-left {
    font-size: 13px;
    text-align: left;
    margin: 0px;
}

.nyomtatvany .szoveg-center {
    font-size: 13px;
    text-align: center;
    margin: 0px;
}

.nyomtatvany .bold-szoveg-left {
    font-size: 13px;
    text-align: left;
    margin: 0px;
    font-weight: bold;
}

.nyomtatvany .bold-szoveg-left-underline {
    font-size: 13px;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    text-decoration: underline;
}

.nyomtatvany .szoveg-left-underline {
    font-size: 13px;
    text-align: left;
    margin: 0px;
    /*font-weight: bold;*/
    text-decoration: underline;
}

.nyomtatvany .szoveg-kitoltott {
    font-size: 13px;
    text-align: justify;
    text-justify: inter-word;
    margin: 0px;
}

.data table {
    width: 100%;
    border-collapse: collapse;
}

.data td {
    border: 1px solid;
    padding: 5px 5px 10px 10px;
}

.data table {
    width: 100%;
    border-collapse: collapse;
}

.data td {
    border: 1px solid;
    padding: 5px 5px 10px 10px;
}

/*.ter h5 {*/
/*    color: #1F4E79;*/
/*    font-family: 'EB Garamond', serif;*/
/*    font-weight: bold;*/
/*}*/

/*.ter th {*/
/*    font-weight: normal;*/
/*    padding: 5px 3px 5px 3px;*/
/*    background-color: #a1a1a1;*/
/*    border: 1px solid;*/
/*}*/

/*.ter td {*/
/*    border: 1px solid;*/
/*    padding: 5px 5px 10px 10px;*/
/*}*/

.my-Tab {
    display: inline-block ;
    margin-left: 40px;
}

.egyben-kell-maradnia {
    page-break-inside: avoid;
}

.egyben-kell-maradnia th {
    font-weight: normal;
    border-bottom: 1px solid;
}

.egyben-kell-maradnia td {
    text-align: center;
}

.egyben-kell-maradnia tr {
    line-height: 30px;
}

.egyben-kell-maradnia table {
    padding-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.year {
    margin-top: 20px;
}

.bal {
    text-align: left;
}

.jobb {
    text-align: right;
}

.kozep {
    text-align: center;
}

/* PDF Nyomtatáshoz kell end */

/* ne legyen minden olyan nagy begin */
.table td {
    padding: 0.4rem !important; /* .75rem */
    vertical-align: top;
    border-top: 0px solid #dee2e6 /* 1px */
}

.table th {
    padding: 0.4rem; /* .75rem */
    vertical-align: top;
    border-top: 0px solid #dee2e6 /* 1px */
}

.form-group {
    margin-bottom: 0.5rem /* 1rem */
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem /* 1.25rem */
}

.card-header {
    padding: 0.5rem 0.8rem; /* padding: .75rem 1.25rem; */
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-footer {
    padding: 0.5rem 0.8rem; /* padding: .75rem 1.25rem; */
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.alert-my {
    position: relative;
    padding: 0.5rem .8rem; /* padding: 0.75rem 1.25rem; */
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

label {
    display: inline-block;
    margin-bottom: 0.1rem
}

/* ne legyen minden olyan nagy end */

/**************************************** Innen kezdődik a yii-basic eredeti ****************************************/
