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

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-link {
    color: white;
}

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

.sidebar {
    /*background-color: rgb(200, 200, 200);*/
    background-color: #FAF7EF;
}

.nav-item {
    color: black;
    background-color: #FAF7EF;
}

.nav-link {
    color: black !important;
    background-color: #faf7ef !important;
}

    .nav-link.active {
        color: black !important;
        background-color: #f2ddb3 !important;
    }


.washu-logo-b {
}

.washu-logo-c {
    fill: #2c5234;
}

.washu-logo-d {
    fill: #ba0c2f;
}

.nav-item {
    color: black;
    background-color: #FAF7EF;
}

.nav-link {
    color: black !important;
    background-color: #faf7ef !important;
}

    .nav-link.active, .nav-link.active:hover {
        color: black !important;
        background-color: #D7D2CB !important;
    }

    .nav-link:hover {
        color: black !important;
        background-color: #EDEAE1 !important;
    }


.washu-logo-b {
}

.washu-logo-c {
    fill: #2c5234;
}

.washu-logo-d {
    fill: #ba0c2f;
}



.code-style {
    /*    font-size: 20px;
    line-height: 28px;*/
    background-color: black;
    color: floralwhite;
}


#navtop {
    background-color: rgb(61, 61, 61);
    color: white;
    padding-left: unset;
    padding: unset;
}

.top-row {
    background-color: rgb(61, 61, 61);
    color: white;
    padding-left: unset;
    padding: unset;
}

#tablecheckbox {
    text-align: center;
    vertical-align: middle;
}

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

#LinkToSource {
    color: red
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


#washu-branding {
    width: 100%;
    height: 95px;
    overflow: hidden;
}

#washu-branding-container {
    padding-left: 15px;
    /*padding-top: 15px*/
}

/* removes lastpass icon */
div[data-lastpass-icon-root] {
    display: none !important;
}

/* removes lastpass iframe dropdown */
div[data-lastpass-root] {
    display: none !important;
}

#toprow {
    background-color: #ba0c2f;
}

#toprow {
    background-color: #ba0c2f;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.warning-message {
    margin-top: 20px;
    width: fit-content;
    background-color: #ffcccc; /* Red background */
    color: #cc0000; /* Red text color */
    border: 1px solid #cc0000; /* Red border */
    padding: 10px;
    border-radius: 5px;
}

.web-context-container {
    padding: 1rem;
}

.web-context-details {
    margin: 1rem;
}

.web-context-row {
    border-radius: 5px;
    display: flex;
    flex-direction: row;
}

.web-context-column {
    padding: 0.5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.web-context-row label {
    color: #333;
}

input {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 0.4rem;
    background: transparent;
    font-size: 1rem;
    outline: none;
    transition: border-bottom-color 0.3s ease;
}
textarea {
    padding: 0.5rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    background: transparent;
    font-size: 1rem;
    outline: none;
    transition: border-bottom-color 0.3s ease;
}

input:focus,
textarea:focus {
    border-bottom-color: #007bff;
}

textarea {
    resize: vertical;
    min-height: 4rem;
}

input:disabled,
textarea:disabled {
    background: #f5f5f5;
    color: #222;
    border-color: #ccc;
    cursor: not-allowed;
}

.web-context-subviews {
    background-color: lightgray;
    padding: 0.25rem;
    border-radius: 5px;
}

.note-popup
{
    margin-top: 1rem;
    background-color: rgb(230, 230, 230);
    border-radius: 5px;
    padding: 1rem;
}

.warning-popup
{   
    margin-top: 1rem;
    background-color: #fef2f2 !important;
    border-radius: 5px;
    padding: 1rem;
}

.success-popup
{   
    margin-top: 1rem;
    background-color: #d4edda !important;
    border-radius: 5px;
    padding: 1rem;
}

select 
{
    border-color: #ccc;
    border-radius: 5px;
    padding: 0.65rem;
}

.json-pane {
    font-family: 'Calibri' !important;
    font-size: large;
    resize: vertical;
    height: 100%;
    background-color: #fef2f2 !important;
    color:#444 !important;
    border: 1px solid #EDEAE1;
}

.json-pane:focus {
    color:#444 !important;
}