/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#uzemnapok td {
    vertical-align: top;
    font-size: 14px;
}

#uzemnapok tr td:first-child {
    width: 15%;
}

#uzemnapok tr td:nth-child(2) {
    width: 55%;
}

#uzemnapok tr td:nth-child(3) {
    width: 30%;
}

#uzemnapok .napiszolgalatok tr td:first-child {
    width: 35%;
    text-align: right;
}

#uzemnapok .napiszolgalatok tr td:nth-child(2) {
    width: 65%;
}

tr.nincsuzemnap {
    color: #dedede;
}

table.napiszolgalatok,
table.napiszolgalatok td {
    border: 0 !important;
    padding: 5px 5px 5px 5px !important;
}

table.napiszolgalatok tr {
    padding: 0 !important;
}
table.napiszolgalatok tr:nth-child(odd) {
    background-color: #f2f2f2;
}

span.inactive {
    color: #dedede;
}

#uzemnapok button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background: #4f9151;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    border: 0;
    margin: 2px;
}


#uzemnapok button:hover {
    background: #71c773;
    text-decoration: none;
}
#uzemnapok button.klubvezeto {
    background: #da4444;
}
#uzemnapok button.klubvezeto:hover {
    background: #fb6d6d;
}