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

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

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

.field-label {
    font-size: 12px;
    margin: 0 0 2px 2px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .ant-form-item {
    margin-bottom: 0;
}

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

.content {
    height: 100%;
    padding-top: 1.1rem;
    padding-bottom: 2rem;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.online-icon {
    width: 12px;
    height: 12px;
    background-color: #00CC00;
    border-radius: 6px;
}

.offline-icon {
    width: 12px;
    height: 12px;
    background-color: #AAAAAA;
    border-radius: 6px;
}

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

.likelihood-verylow .ant-select-selector {
    background-color: #00B050 !important;
    color: #FFFFFF !important;
}

.likelihood-low .ant-select-selector {
    background-color: #C6EFCE !important;
    color: #FFFFFF !important;
}

.likelihood-moderate .ant-select-selector {
    background-color: #FFEB9C !important;
    color: #FFFFFF !important;
}

.likelihood-high .ant-select-selector {
    background-color: #FFC7CE !important;
    color: #FFFFFF !important;
}

.likelihood-veryhigh .ant-select-selector {
    background-color: #C0504D !important;
    color: #FFFFFF !important;
}

.mandatory-mark {
    color: red;
}

.control-flag {
    margin-right: 10px;
    cursor: pointer;
    margin-top: 4px;
    margin-left: 4px;
}

.control-flag-enabled.anticon {
    color: #CF1322;
}

.control-flag-disabled.anticon {
    color: #CCCCCC;
}

.ant-tree-node-content-wrapper {
    width: 100%;
}

.node-with-flag {
    display: flex;
    justify-content: space-between;
}

.control-flag-status {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;
}

.flag-with-title {
    margin-left: 8px;
}

.tab-header {
    display: flex;
    text-wrap: wrap;
    inline-size: 13vw;
    text-align: left;
    justify-content: space-between;
}

.upload-file-icon {
    cursor:pointer;
}

.upload-file-icon-active {    
    color: #1890FF !important;
}

.upload-file-icon-disabled {
    color: #CCCCCC !important;
}

.padding-bottom-8 {
    padding-bottom: 8px;
}

.padding-bottom-16 {
    padding-bottom: 16px;
}

.padding-bottom-24 {
    padding-bottom: 24px;
}

.padding-8 {
    padding: 8px;
}

.padding-16 {
    padding: 16px;
}

.padding-24 {
    padding: 24px;
}