@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;
}

.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: 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;
    }

.container1 {
    width: auto;
    max-width: 500px;
    background-color: rgba(144, 238, 144, 0.03); /*rgb(144,202,244,0.1);*/
    /*opacity: 0.4;*/
    border-radius: 5px;
    border: thin solid gray;
    padding: 10px;
    z-index: 200;
}

.container2 {
    width: auto;
    /*max-width: 800px;*/
    background-color: rgba(144, 238, 144, 0.03); /*rgb(144,202,244,0.1);*/
    /*opacity: 0.4;*/
    border-radius: 5px;
    border: thin solid gray;
    padding: 10px;
    z-index: 200;
}

.logo {
    position: fixed;
    left: 5px;
    top: 7px;
    z-index: 1;
}

.tittel {
    position: fixed;
    left: 200px;
    top: 10px;
    font-weight: bold;
    font-size: 1.5rem;
    width: auto;
    z-index: 1;
}

.feltbredde400 {
    width: 100%;
    max-width: 400px;
}

.feltbredde300 {
    width: 100%;
    max-width: 300px;
}

.feltbredde250 {
    /* width: 50%;*/
    max-width: 250px;
}

.feltbredde230 {
    width: 230px;
}

.feltbredde200 {
    /*width: 50%;*/
    max-width: 195px;
}

.feltbredde130 {
    width: 130px;
}

.feltbredde100 {
    width: 100px;
}

.feltbredde90 {
    width: 90px;
}

.feltbredde80 {
    width: 80px;
}

.feltbredde70 {
    width: 70px;
}

.feltbredde60 {
    width: 60px;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.loggInnDiv {
    position: fixed;
    top: 59px;
    left: 2px;
    color: black;
    text-decoration: none;
    background-color: rgba(255, 165, 0, 0.60);
    border: thin solid darkorange;
    border-radius: 3px;
}

    .loggInnDiv:hover {
        color: black;
    }

.overskrift {
    text-align: left;
    left: 20px;
    top: 0;
    font-size: 1.4em;
    font-weight: normal;
    color: white;
    font-family: 'Segoe UI',Arial, Tahoma, Geneva, Verdana, sans-serif;
}

.red {
    background: red;
}

.size12 {
    font-size: large;
}

.liten{
    font-size: small;
    font-weight: bold;
}

.darkOrange{
    color: darkorange;
}
