@font-face {
    font-family: "bootstrap-icons";
    src: url("../js/bootstrap/icons/fonts/bootstrap-icons.woff") format("woff"),
    url("../js/bootstrap/icons/fonts/bootstrap-icons.woff2") format("woff2");
}

body {
    font-family: arial, sans-serif;
    font-size: small;
    margin-bottom: 35px;
}

input[type="submit"], input[type="button"], button {
    background-color: #dedddd;
    color: #3c4043;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    background-color: #f8f9fa;
    border: 1px solid #dadce0;
    color: #202124;
}
.button-upload {
    background-color: #efffef;
}

.button-remove {
    background-color: #ffefef;
}

.button-download {
    background-color: #e0ebff;
}

table input[type="submit"], table input[type="button"], table button {
    /*height: 27px;*/
    padding: 0 16px;
    margin: 3px 4px;
}

textarea {
    max-width: 95%;
    width: 400px;
    height: 200px;
    font-family: "Lucida Console", "Courier New", monospace;
}

.vies-request-status {
    width: 150px;
    position: relative;
}

.vies-request-status-label {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.vies-progress-total-rows, .vies-progress-num-finished {
    display: none;
}

.errors {
    color: darkred;
}

#schema-container {
    width: 950px;
}

#console {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 28px;
    border: 1px solid #55a8a8;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 12px;
    font-stretch: condensed;
    background-color: #e5f8f8;
    line-height: 14px;
}

.xsd-element {
    border-left: 1px dotted #000;
    margin-left: 10px;
    color: black;;
}

.xsd-element:hover {
    color: red;
}

.xsd-element-controls {
    float: right;
}

.xsd-control {
    width: 80px;
    float: left;
}

.excluded {
    color: #aaa;
}

