@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;
    }

.vs-ca {
    text-align: center;
}

.vs-nowrap {
    white-space: nowrap;
}

.vs-compact-table td {
    padding: 0px 10px;
}
.vs-compact-table tr {
    border-top: solid 1px silver;
}
.vs-compact-table tr.sub {
    border-top: solid 0px green;
}
.vs-compact-table tr.vs-selected{
    background-color: aqua
}

.vs-compact-table th {
    border-top: solid 1px silver;
    text-align: center;
}



.vs-base-table td {

    border: solid 1px gray;
    padding: 0px 5px;
}

.vs-base-table td.vs-ca {
        white-space: nowrap;
        text-align: center;
}

.vs-base-table th {
    padding: 0px 10px;
    border: solid 1px gray;
    text-align: center;
}

#equipTable td {
    white-space: nowrap;
}

#equipTable td.vs-ca {
    white-space: nowrap;
    text-align: center;
}

#equipTable th {
    padding: 0px 10px;
}

#addEquipPanel td {
    padding: 5px;
}
#addEquipPanel th {
    text-align: left;
}

#equpAddReq th {
    text-align: left;
    border: 0px;
}

#equpAddReq td {
    border: 0px;
    padding: 2px;
}


#equpAddReq tr {
    border: 0px;
}

.vs-details-table td {
    padding: 0px 4px;
}

.vs-details-table th {
    padding: 0px 10px 0px 10px;
}

.vs-details-table th.vs-ca {
    text-align: center;
}

.vs-docAttributes td {
    padding: 0px 4px;
}

.vs-docAttributes td.vs-deleted { text-decoration-line: line-through;}
.vs-docAttributes td.vs-date {
    color: gray;
    font-size: 70%;
    font-style: italic;
}

#wiTable td {
    padding: 0px 4px;
}

.vs-linkDummy {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

span.vs-remark {
    font-style: italic;
    font-size: 80%;
    color: darkgray;
}

.vs-loadWarning {
    color: blue;
    opacity: 0.7;
    font-style: italic;
    font-size: 80%;
}

.vs-loadStatus {
    color: currentColor;
    opacity: 0.7;
    font-style: italic;
    font-size: 80%;
}

.vs-loadError {
    color: red;
    font-size: 90%;
}

.vs-logError {
    color: red;
    font-weight: bold;
    font-size: 100%;
    font-style: italic;
}

.vs-logMessage {
    color: gray;
    font-size: 80%;
    font-style: italic;
}

.vs-defect-item {
    color: red;
    opacity: 0.8;

}