@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;
    }

.title {
    font-family: consolas;
    font-size:1.5em;
}

#menu span {
    color: #FF5000;
    font-size: 1.6em;
}

.table {
    margin-bottom: 0px;
}

    .table td, th {
        padding: 3px !important;
        padding: 3px !important;
        vertical-align: middle;
        position: relative;
        line-height: 23px;
    }

    .table th {
        vertical-align: top !important;
        border-top: none;
    }

.tools-list {
    position: absolute;
    right: 20px;
    border: 1px solid #d6d5d5;
    background-color: #f7f7f7;
    border-radius: 12px;
    color: black;
    margin: 0;
    padding: 10px 10px 10px 0;
}

    .tools-list ul, .tools-list li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

html, .page {
    min-height: 100vh;
}

body {
    font-family: "Segoe UI" !important;
    font-size: 0.7em !important;
    height: 100vh !important;
    overflow-y: scroll;
}

.btn {
    padding: 3px 5px 3px 5px !important;
    font-size: 1em !important;
}

.control-shell {
    border: 1px solid #d6d5d5;
    border-radius: 12px;
    background-color: #f7f7f7;
    padding: 15px;
}

label {
    margin-bottom: 0.25em !important;
}

.scroll-pp {
    height: 250px;
    overflow: scroll;
    margin-bottom: 0px;
}

.scroll-sm {
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.scroll-md {
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.scroll-lg {
    height: 600px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.rdb {
    font-size: 2px;
}

.filter {
    width: 100%;
}

.tabs-shell {
    font-size: 0.8em;
    font-family: consolas;
}

.node-shell {
    border: 1px solid #d6d5d5;
}

.full-height {
    height: 100vh;
}

.nav {
    flex-wrap: nowrap !important;
}

.nav-link {
    font-size: 1em;
    padding: 5px;
}

    .nav-link.active {
        position: relative !important;
        top: 1px !important;
    }

.nav-tabs li {
    white-space: nowrap;
}

.form-control {
    font-size: 1em;
    margin-bottom: 20px;
}

.form-check-label {
    padding-top: 2px;
}

.rz-treenode-content-selected {
    border-radius: 2px;
    color: #000 !important;
    background-color: #f7f7f7 !important;
    font-weight: bold;
}

.rz-treenode-content:not(.rz-treenode-content-selected):hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 2px;
    font-weight: bold !important;
}

.rz-treenode-label {
    white-space: nowrap !important;
    font-size: 0.9em;
}

.rz-splitter-pane {
    overflow: hidden !important;
}

.analyser-splitter {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.nav-tabs-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.file-input-zone {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
    padding: 4px 5px 4px 5px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .file-input-zone:hover {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.splitter-height {
    min-height: 90vh;
}

.tree-height {
    height: 80vh;
}

.tree-height-scroll {
    overflow: scroll;
    height: 80vh;
}

.font1em {
    font-size: 1em;
}

.font09em {
    font-size: 0.9em;
}

.font09emCalibri {
    font-size: 0.9em;
    font-family: Calibri;
}

.font12emCalibri {
    font-size: 1.2em;
    font-family: Calibri;
}

.font11em {
    font-size: 1.1em;
}

.font12em {
    font-size: 1.2em;
}

.font14em {
    font-size: 1.4em;
}

.converter-columns {
    height: 600px;
    overflow-x: scroll;
}

.modal-overflow {
    display: block;
    overflow-y: auto;
}

.preprocessor-input {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
}

.records-summary {
    color: blue;
    font-weight: bold;
    font-size: 1em;
}

.details-shell {
    border: 1px solid #d6d5d5;
    overflow-x: scroll;
}

.record-selector {
    width: 25px;
}

.record-selector-size {
    width: 10px;
    height: 10px;
}

.small-column {
    width: 150px;
}

.small-column-ellipsed {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wlp-shell {
    overflow-y: scroll;
    height: 70vh;
}

.modal-new {
    display: none; /* Hidden by default */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.table.form-control {
    margin-bottom: 0px !important;
    padding: 3px !important;
    height: auto !important;
}

.table select {
    margin-bottom: 0px !important;
    padding: 3px !important;
    height: auto !important;
}


.table-bordered.form-control {
    margin-bottom: 0px !important;
    padding: 1px !important;
    height: auto !important;
}

.table input {
    margin-bottom: 0px;
    padding: 1px !important;
    height: auto !important;
}

.table button {
    padding: 1px !important;
    margin: 1px !important;
}


.resizer {
    /* Displayed at the right side of column */
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
}

    .resizer:hover,
    .resizing {
        border-right: 2px solid blue;
    }

.table-check th {
    position: relative;
}

.matter-nav:hover {
    text-decoration: underline;
    color: blue;
}

.sort-th {
    cursor: pointer;
}

.link:hover {
    color:blue;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.green {
    color: forestgreen;
}

.center-label {
    position:relative;
    top:7px;
}