body {
    font-size: 10pt;
}

::placeholder {
    color: #ccc !important;
}
::-ms-input-placeholder {
    color: #ccc !important;   
}

h5 {
    margin-top: 0.5rem;
}

button[disabled] {
    cursor: not-allowed;
}
.form-check-input {
    margin-top: 0.15em;
}

#menu-chooser-btn {
	margin-top: -1em;
}

#startup {
	height: 100px;
    font-family: var(--bs-font-monospace);
    font-size: 9pt;
}

#timeout {
	width: 40px;
}

#show-csv-btn {
	z-index: 2;
	border-radius: 0px;
	margin: 0 -2px;
}
#csv-download-btn {
    /* float: right; */
    /* margin-top:  -0.5em; */
}

#csv-content {
    display:grid;
    max-height: 80vh;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    overflow: auto;
    margin-top: 10px;
}
#csv-content>div {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px 5px;
}
#csv-content>select {
	margin: 2px 5px;
}
#csv-content .number {
    text-align: right;
}

.postload, .single, .multi {
    display: none;
}
#save {
    margin: 0 10px;
}
#message {
    height: 100%;
    color: green;
    font-weight: bold;
}
.error {
    color: red !important;
}

#classroom {
    text-transform: lowercase;
}

#csvcolumns td:first-child {
    padding-right: 10px;
}
#csvcolumns tr:first-child td:last-child {
    padding-left: 50px;
    vertical-align: top;
}

.csv-column {
    width: 50px;
    text-align: right;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}


#menu-display {
    font-size: 7pt;
    margin: 0 0px 10px 0px;
}
#menu-display input[type=checkbox] {
    margin-right: 5px;
}
#menu-display hr {
    margin: 3px 0;
}
#menu-display>div {
    background-color: #eee;
    margin: 3px;
    padding: 3px;
}
#menu-display div[disabled] {
    opacity: .65;
    cursor: not-allowed;
}
#menu-display>div>div>div {
    margin-left: 10px
}
#menu-display>div>div {
    margin-left: 5px;
}
#menu-display>div>div:first-child {
    background-color: #ccc;
    border: 1px solid gray;
    margin-left: 0px;
}
.menu-box {
    margin: 5px;
    padding: 5px;
    white-space:nowrap;
    display: flex;
    flex-wrap: wrap;
}
.menu-box img {
    width: 32px;
    height: 32px;
}
.menu-box .col-auto {
    padding: 0 5px;
}
.menu-box .col-auto.disabled {
    background: url("cross.jpg") center no-repeat;
    background-size: 32px 32px;
}
.menu-box .col-auto.disabled>img {
    opacity: 0.4;
}