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

.btn.btn-primary.ico-btn {
    background: #004494;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    font-size: 1.7rem
}

.btn.btn-primary.ico-btn[disabled='true'] {
    background: grey;
}

.table-statuaries th {
    background-color: white;
    border: none;
}

.table-statuaries td {
    background-color: white;
    border: none;
}

.unclickable > a:hover {
    cursor: default;
}

/* Inspection results styles */
.eprehliadky-results-container {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.eprehliadky-inspection-section {
    margin-bottom: 30px;
}

.eprehliadky-inspection-section h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.4em;
}

.eprehliadky-table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

.eprehliadky-results-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: #fff;
}

.eprehliadky-results-table th,
.eprehliadky-results-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.eprehliadky-results-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.eprehliadky-results-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.eprehliadky-results-table tr:hover {
    background-color: #f5f5f5;
}

.table-statuaries input{
    border: 1px solid black;
}