body {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.wrap {
    background: url('/images/footer_bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    padding: 30px 10px 150px 10px;
}

p {
    text-align: center;
    color: #203b85;
}

a {
    color: #203b85;
}

.logo {
    height: 50px;
    width: auto;
}

b,
strong {
    font-weight: 500;
}

header {
    text-align: center;
    padding: 20px 0px;
    max-width: 1400px;
    margin: 0px auto;
    color: #203b85;
}

section {
    max-width: 1500px;
    margin: 0px auto;
}

.phoneIcon {
    height: 20px;
    width: auto;
    margin-left: 20px;
}

#avalontable_wrapper {
    margin-top: 15px;
}

.siteFilter {
    margin: 0px 5px 0px 10px;
}

.telephely_header {
    background: darkblue;
}

.telephely_oszlop {
   border-right: 1px dotted lightgray;
}

.tel {
    font-size: 20px;
    display: block;
    border: 1px solid #203b85;
    border-radius: 5px;
    width: 230px;
    margin: 0px auto;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    color: white;
    background: #203b85;
}

.exit {
    height: 25px;
    width: auto;
    margin-left: 5px;
}

table {
    width: 100%;
    margin: 30px 0px;
    border-bottom: 2px solid #f8fafe;
}

td {
    padding: 15px !important;
    font-weight: 400;
}

th {
    padding: 15px;
    font-weight: 500;
}

tr:nth-child(even) {
    background: #f8fafe !important;
}

table.dataTable {
    display: table;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}

div.dataTables_filter input {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 0 !important;
}

thead {
    background: #203b85;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-size: 12px;
}

#avalontable-reserved thead {
    background: darkgreen;
}

.upDown {
    height: 15px;
    width: auto;
    margin-left: 20px;
}

button {
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 10px 20px;
    min-width: 120px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .2s cubic-bezier(.55, 0, .1, 1);
    float: right;
    font-weight: 500;
}

.error {
    color: red;
}

.foglalva {
    color: green;
}



button.foglalas,
button.loginSubmit {
    color: white;
    border: 1px solid #e30420;
    background: #e30420;
    border-bottom: 2px solid rgba(0, 0, 0, .14);
}

button.locked {
    color: white;
    border: 1px solid #FF8000;
    background: #FF8000;
    border-bottom: 2px solid rgba(0, 0, 0, .14);
    max-width: 120px;
}


button.countDown {
    color: white;
    border-bottom: 2px solid rgba(4, 104, 1, .84) !important;
    background: green;
    border: 1px solid green;
}

button.reserved {
    color: white;
    border-bottom: 2px solid rgba(4, 104, 1, .84) !important;
    background: green;
    border: 1px solid green;
}

tbody {
    font-size: 15px;
}

.reserved {
    color: white;
    border-bottom: 2px solid rgba(4, 104, 1, .84) !important;
    background: green;
    border: 1px solid green;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -6px !important;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 20px;
}

.form-control {
    margin: 15px 0px;
    padding: 20px;
    font-size: 16px;
}

button:hover {
    opacity: 0.6;
}
