html body {
    font-size: 14px;
    padding-bottom: 20em;
}

html,
body {
    min-height: 100%;
}

body .h4,
body h4 {
    font-size: 1.2rem;
}

body label {
    font-weight: 700;
}

body .wizard>.actions a,
body .wizard>.actions a:hover,
body .wizard>.actions a:active,
body .form-control,
body .btn {
    border-radius: 0;
}

body .wizard>.steps a,
body .wizard>.steps a:hover,
body .wizard>.steps a:active {
    border-radius: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.nav>li {
    position: relative;
    display: block;
}

.wtHider,
.wtHolder {
    height: initial !important;
}

.autocompleteEditor {
    position: fixed;
    margin-top: -90px;
}

table.ExternalSubjectTable {
    border-collapse: collapse;
    border-spacing: 0;
}

table.ExternalSubjectTable>thead>tr>th {
    border: 1px solid black !important;
}

table.ExternalSubjectTable>tbody>tr>td {
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    border: 1px solid black;
    vertical-align: middle;

}

table.ExternalSubjectTable>tbody>tr>td>input,
table.ExternalSubjectTable>tbody>tr>td>select {
    border: 0 !important;
    margin: 0;
    width: 100%;
    padding: 3px;
}


tr.badrow td,
tr.badrow td * {
    background: #ffbbbb;
}

#noCourseError {
    display: none;
    color: red;
    font-weight: bold;
}

body .wizard>.content {
    overflow: hidden;
    min-height: 50em;
}

.wizard .tt-suggestion {
    font-size: 16px;
    line-height: 20px
}

body .wizard>.content>.body ul>li {
    display: inline-block;
}

.ui-menu {
    position: relative;
    list-style: none;
    background-color: white;

    z-index: 10;
    box-shadow: 5px 0px 8px white;
    width: 214px;
    line-height: 200%;
    border: solid 1px grey;
}

.ui-menu .ui-menu-item {
    margin: none;
    padding-left: 1px;
    padding-right: 10px;
}

.ui-menu .ui-menu-item:hover {
    background-color: darkgrey;
}

.ui-menu .ui-state-active {
    margin: 0 !important;
}

.alert:empty {
    display: none;
}

td.narrow,
th.narrow {
    width: 0;
}

.modal-btn-right {
    margin-right: auto !important;
}

.btn-group-xs>.btn,
.btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.positionBtns button.downBtn {
    margin-top: auto;
}

.positionBtns button.downBtn:first-child {
    margin-top: 0;
}


.positionBtns button.upBtn {
    margin-bottom: 10px;
}

.positionBtns button.upBtn:last-child {
    margin-bottom: 0;
}

.positionBtns {
    display: flex;
    flex-direction: column;
    height: 100%;
}


#SubjectRequestTableBody td {
    vertical-align: middle;
    height: 1px;
}

.disabled_row {
    text-decoration: line-through;
}

.disabled_row button {
    display: none;
}

tr.InvalidExternalSubject td,
tr.InvalidExternalCourse td,
tr.InvalidExternalExperience td {
    background-color: #ffdddd;
}

.OutcomeCheckboxTd label,
#SubjectWithdrawalTableBody label {
    white-space: nowrap;
}

.asdFormBody {
    min-width: 800px;
}

.requestSubjectBtn {
    margin-top: 5px;
}

body[data-deploymode='QAS'] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='64px' width='64px'><text font-family='sans-serif' transform='rotate(45)' x='16' y='16' fill='rgb(200,200,200)' font-size='20'>QAS</text></svg>");
}

body[data-deploymode='UPGRADE'] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='64px' width='64px'><text font-family='sans-serif' transform='rotate(45)' x='16' y='16' fill='rgb(200,200,200)' font-size='20'>UG</text></svg>");
}

body[data-deploymode='DEV'] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='64px' width='64px'><text font-family='sans-serif' transform='rotate(45)' x='16' y='16' fill='rgb(200,200,200)' font-size='20'>DEV</text></svg>");
}

.tabcontrol ul {
    display: flex;
    flex-wrap: wrap;
}

.wizard ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.wizard>.steps>ul>li {
    flex-grow: 1;
}

body h1 {
    font-size: 25px;
}

body .wizard>.steps>ul>li {
    width: 100%;
}

.AttachmentUploadTable tbody tr td:first-child {
    word-break: break-word;
}

fieldset:not(:last-child) {
    margin-bottom: 1em;;
}

ol.list-style-lower-alpha {
    list-style-type: lower-alpha;
}

ol ol {
    margin-bottom: 1em;
}