body {
    padding: 0;
    margin: 0;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 11pt;
}

h1.login {
    font-weight: 300;
    text-align: center;
    color: #666;
}

h2 {
    font-weight: 300;
    text-align: center;
    color: #666;
    margin-top: 30px;
    margin-bottom: 30px;
}

.active {
    background: #ddd;
}

a {
    color: #00e;
    text-decoration: none;
}

a:hover {
    color: #55f;
}

.osszesito td, .osszesito td.sum-col {
    background: #eee;
    font-weight: bold;
}

td.sum-col {
    background-color: #f6f6f6;
    border-left: 1px solid #999;
}

.login-container {
    width: 300px;
    display: block;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.27);
}

input.login {
    width: 280px;
    margin: 0 auto;
    outline: none;
    border: 1px solid #ddd;
    padding: 3px;
    height: 40px;
    font-size: 13pt;
}

input.login.top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
}

input.login.bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

input.login-btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #675e99;
    -webkit-box-shadow: inset 0px 1px 0px 0px #675e99;
    box-shadow: inset 0px 1px 0px 0px #675e99;
    background-color: #115ca9;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0;
    border: 1px solid #4da0cb;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 288px;
    text-decoration: none;
    text-align: center;
    outline: none;
    margin-top: 20px;
}

input.refr, button.refr {
    -moz-box-shadow: inset 0px 1px 0px 0px #675e99;
    -webkit-box-shadow: inset 0px 1px 0px 0px #675e99;
    box-shadow: inset 0px 1px 0px 0px #675e99;
    background-color: #115ca9;
    border-radius: 1px;
    text-indent: 0;
    border: 1px solid #4da0cb;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    outline: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

input.login-btn:hover, input.refr:hover, button.refr:hover {
    background: #5389c1;
    outline: none;
    cursor: pointer;
}

input.login-btn:active, input.refr:active, button.refr:active {
    outline: none;
}

.forgotpw {
    text-align: right;
    width: 288px;
    margin: 0 auto;
    margin-top: 20px;
}

.login-error {
    font-color: #f00;
    width: 288px;
    line-height: 30px;
    border: 1px solid #f00;
    color: #f00;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hw {
    width: 100%;
    float: left;
}

#header {
    width: 100%;
    display: block;
    background: #fff;
    float: left;
    border-top: 10px solid #1779BE;
}

.navbar {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 100%;
    background: #eee;
    border-top: 1px solid #ccc;
}

#content-wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}

#content {
    width: 1100px;
    margin: 0 auto;
}

.navlist {
    list-style: none;
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 0px;
    height: 50px;
}

.menulink {
    float: left;
    display: block;
    line-height: 50px;
}

.menulink a {
    display: block;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    color: #115ca9;
}

a {
    color: #115ca9;
}

.menulink a:hover {
    background: #ddd;
}

.box {
    width: 300px;
    border: 1px solid #ccc;
    background: #eee;
    display: block;
    padding: 10px;
    margin: 20px;
    border-radius: 3px;
}

.fr {
    background: #eee;
    border-top: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
}

.cl td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.cl tr td:last-child {
    border-right: 1px solid #ccc;
}

.cl tr:hover {
    background: #5242DF !important;
    color: #fff !important;
}

.cl tr:hover a {
    color: #fff !important;
}

.fr {
    background: #eee !important;
    color: #333 !important;
}

.fr a:hover {
    color: #00e !important;
}

.cl tr:hover .fr a {
    color: #00e !important;
}

.cl {
    width: 100%;
    float: left;
}

a.ujceg, .btnx {
    display: block;
    line-height: 20px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    margin-right: 20px;
}

.kereso {
    display: block;
    line-height: 29px;
    border: 1px solid #ccc;
    padding-right: 15px;
    margin: 20px;
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}

.all {
    display: block;
    line-height: 21px;
    border: 1px solid #ccc;
    margin: 20px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 0px;
    float: left;
    text-align: center;
}

.ukereso {
    display: block;
    line-height: 29px;
    border: 1px solid #ccc;
    width: 300;
    padding-right: 15px;
    margin: 0px;
    float: right;
}

.ker-inp {
    line-height: 29px;
    width: 100%;
    margin: 0px;
    border: none;
    outline: 0px;
    padding-left: 10px;
    font-size: 10pt;
}

.ker-inp.right {
    text-align: right;
}

.wrapper {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

span.error {
    color: #f00;
}

tr.row {
    background: #fff;
}

table .row:first-child td {
    border-top: 1px solid #ccc;
}

.row td {
    border: 1px solid #ccc;
    border-top: none;
}

tr.row td:first-child {
    border-right: none;
}

input.edit {
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
}

.redbutton {
    color: #f00 !important;
}

#keresobox {
    width: 194px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    margin-left: -1px;
    display: none;
    overflow-x: hidden;
    z-index: 1500;
}

#keresobox ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 194px;
}

#keresobox ul li {
    display: block;
    float: left;
    line-height: 30px;
    width: 184px;
}

#keresobox ul li:last-child {
    border-bottom: none;
}

#keresobox ul li a {
    display: block;
    line-height: 30px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#keresobox ul li a:hover {
    background: #eee;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrapper input {
    text-align: right;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 4px;
    outline: none;
}

.wrapper input:focus {
    border-color: #3A9829;
}

.wrapper input[type=submit], .btn {
    border: solid 0px #a13fa1;
    color: #ffffff;
    padding: 5px 14px;
    background: #064694;
}

.wrapper input[type=submit]:active, .btn:active {
    border: solid 0px #a13fa1;
    color: #ffffff;
    padding: 5px 14px;
    background: #3359F4;
}

.help {
    font-size: 9pt;
    color: #aaa;
}

.logo {
    width: 1100px;
    margin: 0 auto;
    height: 114px;
    background: url('images/benefit.svg') #fff;
    background-repeat: no-repeat;
}

table.nyilv {
    float: left;
}

table.nyilv tr:first-child {
    background: #dee;
    font-weight: bold;
}

table.nyilv tr:first-child td:first-child {
    background: #fff;
}

table.nyilv tr td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

table.nyilv {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.nyilv tr td + td {
    border-left: 1px solid #ccc;
}

.hetvalaszto {
    display: block;
    background: #dee;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

.smallbox {
    display: block;
    background: #dee;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    float: left;
    min-height: 50px;
    margin-right: 10px;
}

.user_info {
    display: block;
    height: 75px;
    width: 300px;
    padding: 20px;
    float: right;
    text-align: right;
}

.remove {
    color: #f00;
    font-size: 10pt;
}

input.ora, input.ora_admin {
    display: block;
    line-height: 61px;
    border: none;
    padding: 0px;
    margin: 0px;
    width: 120px;
    text-align: center;
    font-size: 11pt;
}

input.ora:hover, input.ora_admin:hover {
    cursor: pointer;
}

td.nap {
    width: 100px;
}

td.ora_mezo {
    padding: 0px !important;
}

.sum {
    font-weight: bold;
}

.jeltab {
    margin-top: 20px;
    margin-bottom: 20px;
}

.jeltab tr:first-child {
    background: #ddf;
    font-weight: bold;
}

.jeltab tr td:first-child {
    border-left: 1px solid #ccc;
}

.jeltab tr td:last-child {
    border-right: 1px solid #ccc;
}

.jeltab td {
    border-top: 1px solid #ccc;
    padding: 5px;
}

.jeltab tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.jeltab tr.nemceg td {
    border-top: none !important;
    border-bottom: none !important;
}

tr.sum {
    background: #eee;
}

.intervalaszto {
    display: none;
    width: 300px;
    margin: 0 auto;
}

.hetekvalaszto {
    display: none;
    width: 300px;
    margin: 0 auto;
    text-align: center !important;
}

.pipa {
    background: url('images/pipa.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.timeEntry-control {
    display: none !important;
}

.jeerror {
    text-align: center;
    color: #f00;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.edit {
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/icon/edit.png');
    margin: 2px auto;

}

.delete {
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/icon/delete.png');
    margin: 2px auto;
}

.open {
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/icon/open.png');
    margin: 2px auto;

}

.fizetett {
    width: 61px;
    height: 61px;
    display: block;
    background: url('images/szabadsag.png');
    margin: 0 auto;
}


.hometb {
    margin-top: 40px;
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;

    margin-bottom: 20px;
}

.hometb > div {
    text-align: center;
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
    cursor: pointer;


    background-size: cover;
    background-position: center center;
    transition: transform 0.3s ease; /* Smooth transition for the transform property */
    z-index: 0;
}

.hometb > div:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    opacity: 0.8;
    transform: scale(1.01); /* Scale up the background image */
    z-index: 100;

}

.hometb > div a {
    color: #fff !important;
    display: block;
    width: 100%;
    line-height: 200px;
}


table {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.27);
    margin-bottom: 20px;
}

.home table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mntext {
    padding: 5px;
    background: rgba(0, 0, 0, 0.3);
}

#export {
    float: right !important;
}

.success {
    color: #27D123;
    padding: 10px;
    border: 1px solid #27d123;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

div.error {
    color: #f00;
    padding: 10px;
    border: 1px solid #f00;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.szabi .delete, .betegszabi .delete, .fizetetlenszabi .delete {
    display: block;
    background: #f00;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 10px;
}

.szabi .delete a, .betegszabi .delete a, .fizetetlenszabi .delete a {
    color: #fff !important;
}

.szabi td, .betegszabi td, .fizetetlenszabi td {
    position: relative;
}

.deleteceg {
    display: block;
    float: left;
    background: #f00;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.ugyfel td.d {
    padding: 10px;
}

.ugyfel td a.d {
    display: inline;
    line-height: inherit;
    padding: 0;
}

.ugyfel td a {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px;
}

.ugyfel.stripped:nth-child(2n+1) td,
.cl td.odd {
    background: #eee;
}

.inactive-user {
    text-decoration: line-through;
}

.cl tr:hover .odd,
.ugyfel.stripped:hover td {
    background: #5242DF;
}

.prt .ugyfel td a {
    padding-left: 0px;
    padding-right: 0px;
}

#refred {
    opacity: 0;
    color: #0f0 !important;
    border-color: #0f0 !important;
    font-weight: bold;
    background: transparent !important;
}

.maintenance {
    width: 600px;
    padding-right: 300px;
    margin: 0 auto;
    margin-top: 5%;
    display: block;
    height: 400px;
    background: url('images/maintenance.png');
}

.merr {
    font-size: 40pt;
}

.megbizas_koltseg, .megbizas_koltseg tr, .megbizas_koltseg td {
    border: none !important;
    box-shadow: none !important;
}

.main_ossz td {
    background: #cee;
    font-weight: bold;
}

.main_ossz2 td {
    background: #cdd;
    font-weight: bold;
}

td.szabik, td .szabik, .szabik td {
    background-color: #EEDDEE;
}


.helper {
    color: #999;
}

.pselect {
    margin-top: 20px;
}

.egyebm {
    display: none;
}

select {
    padding: 3px;
    border-radius: 2px;
    background: #eee;
}

select option {
    background: #fff;
}

tr.even {
    background: #eee;
}

.row.err {
    color: #f00;
}

.closetr td {
    height: 1px !important;
    line-height: 1px !important;
    background: #333;
}

.ugyfeltocsomag {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 0px;
}

.ugyfeltocsomag tr:first-child td {
    background: #eef;
}

.ugyfeltocsomag td {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cslist {
    width: 100%;
}

.loader {
    display: none;
    background: #f00;
    text-align: center;
    width: 200px;
    line-height: 200px;
    font-size: 20pt;
    color: #fff;
    position: fixed;
    top: 40%;
    left: 40%;
    border-radius: 3px;
}

.ugyfeltocsomag .odd td {
    background: #eee;
}

.dropdown-csomag {
    display: inline-block;
}

.dropdown-csomag ul {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 999;
    position: relative;
    background: #fff;
}

.dropdown-csomag ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.dropdown-csomag ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.dropdown-csomag:hover ul {
    display: block;
}

.csomag_lista {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #ccc;
}

.csomag_lista tr:first-child td {
    background: #eef;
    font-weight: bold;
}

.csomag_lista tr td {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.csomag_list tr:last-child td {
    border: none;
}

.csomag_list .odd td {
    background: #eee;
}

.red {
    color: #f00;
    font-weight: bold;
    font-size: 14pt;
}

.green {
    color: #093;
    font-weight: bold;
    font-size: 14pt;
}

.ujcsomag {
    width: 100%;
    border: 1px solid #ccc;
}

.ujcsomag td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ujcsomag tr:last-child td {
    border: none;
}

.undone td {
    background: #faa !important;
}

.underline-dotted {
    border-bottom: 1px dotted;
    text-decoration: none;
}
