.subordinate-container {
    padding: 0em 1rem 1rem 1rem;
}

.row {
    grid-column: 3 / -3;
}

.row div[class^="col-"] strong.heading {
    font-size: 1.1em;
    display: block;
    border-bottom: 1px solid #666;
    width: 95%;
}

.row div[class^="col-"] strong.sub-heading {
    font-size: 1em;
    display: block;
    width: 95%;
}

.software-details {
    width: 100%;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5em;
}

.software-details span {
    margin: 0 0.5rem;
}

.software-details span:first-child {
    margin-left: 0;
}

.checkboxes {
    overflow: auto;
    clear: both;
    margin-bottom: 1.25rem;
    width: 100%;
}

.checkboxes .section {
    float: left;
    width: 33%;
}

.checkboxes .section strong {
    font-size: 1.1em;
    display: block;
    border-bottom: 1px solid #666;
    width: 90%;
}

.checkboxes .section.double {
    width: 50%;
}

.checkboxes .section > div {
    margin-bottom: 20px;
}

.checkboxes ul {
    list-style: none;
    padding: 4px;
    margin: 0;
}

.checkboxes li:before {
    display: none;
}

.checkboxes ul.fa-ul > li {
    margin-left: 1.5em;
}

.checkboxes ul.fa-ul > li i.fas,
.checkboxes ul.fa-ul > li i.far {
    font-size: 1.3em;
    vertical-align:middle;
    margin-top: 0.5rem;
}

.checkboxes li i.fa.checked {
    color: green;
}

.checkboxes li i.fas.checked {
    color: green;
}

.checkboxes li i.fa.x {
    color: #cc0000;
}

.textblock {
    border: 1px solid #ccc;
    margin: 20px 0;
    width: 100%;
}

.textblock.textblock-plain {
    background: #f2f2f2;
    border: 1px solid #eee;
    margin-bottom: 0;
}

.textblock-flex-wrapper {
    display: flex;
    gap: 2%;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%
}

.textblock-50 {
    flex: 1 1 49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


.textblock .title {
    display: block;
    background: #ccc;
    color: #333;
    padding: 4px 20px;
    font-size: 18px;
}

.textblock.textblock-plain .title {
    color: #000;
    background: transparent;
    padding: 10px 8px 0 20px;
}

.textblock ul {
    padding-left: 40px;
}

.textblock ul li:before {
    position: absolute;
}

.textblock p {
    padding: 8px 20px;
}

.textblob {
    position: relative;
    padding: 1em 2em;
    vertical-align: middle;
    background: #f2f2f2;
}

.textblob.half {
    float: left;
    width: 49%;
}

.textblob.half.right {
    float: right;
}

.textblock .itecs-software-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 32px;
}

.itecs-software-list li {
    padding: 0 0 0 24px;
}

.itecs-software-list li:before {
    content: "";
    padding: 0;
    margin: 0;
    background-image: none;
}

.itecs-software-list li.odd {
    background: #eee;
}

.clickwrap {
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 1em;
    font-family: monospace;
    font-size: large;
    background: #fff;
    overflow-y: scroll;
    max-height: 400px;
    margin: 20px;
    white-space: normal;
}

.textblock .text {
    padding: 20px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.35;
    filter: alpha(opacity=35);
}