@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #53565A;
}

.header {
    background-color: #0072CE;
    border-radius: 4px;
    padding: 10px;
    padding-left: 30px;
    font-size: 24px;
    color: white;
    margin-bottom: 8px;
    background: rgb(0,171,233);
    background: linear-gradient(135deg, rgba(0,171,233,1) 0%, rgba(0,114,206,1) 100%);
}

.alert {
    margin-top: 0px;
    padding: 20px;
    font-size: 14px;
    background-color: white;
    border: 2px solid rgba(0,114,206,0.15);
    color: #201547;
}

.center {
    margin: auto;
    width: 40%;
}

.alert-button {
    transition-duration: 0.1s;
    background-color: #0072CE;
    border: 2px solid rgba(0,114,206, 0.15);
    border-radius: 5px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: auto;
    cursor: pointer;
    /*    background: rgb(0,171,233);
    background: linear-gradient(135deg, rgba(0,171,233,1) 0%, rgba(0,114,206,1) 100%);*/
}

    .alert-button:hover {
        background-color: #FFB549;
        /*background: linear-gradient(135deg, rgba(0,114,206,1) 0%, rgba(0,171,233,1) 100%);*/
        color: #53565A;
    }

td {
    border-bottom: 1px solid rgba(0,114,206, 0.15);
    padding: 8px;
    font-size: 14px;
    width: 100%;
}

tr {
    margin: 8px;
}

.highlight-text {
    font-weight: 700;
    font-size: 12px;
}

.logo-image {
    margin: 20px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 10%;
    height: auto;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#logtable{
    font-family: Arial, Helvetica, sans-serif;
    font-size:8px;
    border-collapse: collapse;
    width: 100%;
}

    #logtable td, #logtable th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #logtable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #logtable tr:hover {
        background-color: #ddd;
    }

    #logtable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }

#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;
    }
