﻿@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: #00417B;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #00417B;
}

.matching-skill {
    color: #FF9900;
}

.non-matching-skill {
    color: grey;
}

.bg-expertlist {
    background-color: #EEEEEE;
}

.btn-primary {
    color: #fff;
    border-color: #00417B;
}

.content {
    padding-top: 1.1rem;
}

.sdx-spinner {
    color: #00417B !important
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.btn-outline-primary {
    color: #00417B;
    border-color: #00417B;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00417B;
    border-color: #00417B;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 65, 123, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00417B;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00417B;
    border-color: #00417B;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 65, 123, 0.5);
    }

.bg-primary {
    background-color: #00417B !important;
}

#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;
}
