﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f0f2f5 !important;
}

@media (min-width: 600px) {
    .container {
        padding: 5% 10% 10% 10%;
    }
}

@media (max-width: 599px) {
    .container h1 {
        margin: 5%;
    }

    #app .ant-layout-header {
        padding: 0;
    }
}

#app .ant-menu {
    width: 100%;
}

#app .ant-menu li:last-of-type {
    float: right;
}

#app .ant-menu .anticon-user {
    line-height: 30px;
    vertical-align: text-bottom;
}

.ant-layout-content {
    margin-top: 64px;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #fff2e8;
    border-top: 3px solid #ff4d4f;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 1rem 3rem 1rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui #blazor-error-message {
        color: #cf1322;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.5;
        word-wrap: break-word;
        max-width: calc(100% - 120px);
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        font-size: 18px;
        color: #000;
        opacity: 0.5;
    }

    #blazor-error-ui .dismiss:hover {
        opacity: 1;
    }

    #blazor-error-ui .reload {
        margin-left: 1rem;
        color: #1890ff;
        text-decoration: none;
        font-weight: 500;
    }

    #blazor-error-ui .reload:hover {
        text-decoration: underline;
    }
