@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-secondary {
    min-width: 120px;
}

.btn-success {
    min-width: 120px;
}

.text-search {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('/img/search24.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.pagination {
    margin-left:15px;
}

.alert {
    padding: 5px;
    background-color: #f44336;
    color: white;
}

.alert-close {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert-close:hover {
    color: black;
}

.scroll {
    width:auto;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#blazor-table td, #customers th {
    border: 1px solid #ddd;
    padding: 5px;
}

#blazor-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#blazor-table tr:hover {
    background-color: #ddd;
}

#blazor-table th {
    padding: 8px;
    text-align: left;
    background-color: #283618;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

.custom-reconnect {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fffae6;
    padding: 10px 20px;
    border: 1px solid #f0c36d;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    z-index: 9999;
}
