.multiple-choice-radio > .radio {
    padding-left: 0!important;
    margin-left: 0!important;
}

.multiple-choice-radio > .radio ~ .radio {
    padding-left: 20px!important;
    margin-left: 20px!important;
}

.checkbox label {
    display: inline-flex!important;
    align-items: center;
}

.radio label {
    display: flex!important;
    align-items: center!important;
}

.field-container:not(.ng-hide) {
    margin-bottom: 20px!important;
}

.field-container:not(.ng-hide).form-group-form-flex-20 {
    margin-bottom: 20px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-group-form-flex-20 > div {
    flex: 1 1 20%;
}

.form-group-form-flex-20 > input {
    flex: 1 1 80%;
}

.form-group-form-flex-20 > span {
    display: block;
}

.form-group-form-flex-20 > input,
.form-group-form-flex-20 > select {
    flex: 1 1 80%;
}

input,
select option {
    font-size: 18px!important;
}

.field-container:not(.ng-hide) {
    margin-bottom: 40px!important;
}

.field-container.form-group-form-label-only {
    margin-bottom: 0!important;
}

input.input-readonly {
    border: 0!important;
    box-shadow: none!important;
}

input.input-readonly--zero {
    border: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;
    background: 0!important;
    padding: 0!important;
}

.fa-arrow-left {
    margin-left: 0!important;
    margin-right: 4px;
}

.text-warning {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}

label {
    padding-top: 0!important;
    letter-spacing: 0.02em;
}

.lebel--step2 {
    display: flex;
    flex-direction: column;
}

.lebel--step2 img {
    max-width: 155px;
    margin-bottom: 10px;
}

.radiocontainer {
    display: flex;
    flex-direction: column-reverse;
}

.err-placeholder {
    font-size: 12px;
}

.control-label:not(.ng-hide) {
    margin-bottom: 10px!important;
}

p > label::before,
.control-label:not(.ng-hide)::before,
div.label-text::before,
.table-review .link-uploads a::before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.table-review .link-uploads a::before {
    content: '';
    font-size: 70%;
}

p > label::before,
.control-label:not(.ng-hide)::before {
    content: '\f111';
    font-size: 50%;
    display:   none;
}

div.label-text {
    color: #8a6d3b;
    font-size: 14px!important;
}

div.label-text::before {
    content: '\f06a';
    font-size: 60%;
}

.radio {
    padding-top: 0!important;
}

.label-top > label::before {
    display: none!important;
}

.dashboard-status {
    display: flex;
    justify-content: space-between;
}

/**----------------------------------------- 
    Button
-----------------------------------------**/

.btn-top-space {
    margin-top: 2em!important;
}

.btn-float-left {
    display: inline-flex!important;
    align-items: center!important;
}

.btn-float-left-revert {
    flex-direction: row-reverse!important;
}

.btn-float-left i {
    margin-right: 7px!important;
    margin-left: 0!important;
}

.btn-float-right {
    display: inline-flex!important;
    align-items: center!important;
}

.btn-float-right i {
    margin-left: 7px!important;
    margin-right: 0!important;
}

/**----------------------------------------- 
    Table 
-----------------------------------------**/

.table-review {
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #eee;
    letter-spacing: 0.02em;
    font-size: 18px;
}

.table-review caption {
    padding: 15px 20px!important;
    font-size: 21px;
    background-color: #e9ecef;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #eee;
    color: #333!important;
}

.table-review caption h3 {
    display: inline-block;
    margin: 0;
}

.table-review caption a {
    float: right;
    font-size: 18px;
}

.table-review th,
.table-review td {
    padding: 12px 20px!important;
    border-bottom: 1px solid #eee;
}

.table-review thead th {
    font-size: 21px;
}

.table-review thead th:first-of-type {
    background-color: #f7f9fa;
}

.table-review tbody th {
    width: 40%;
    background-color: #f7f9fa;
    font-weight: normal;
}

.table-review tbody td {
    width: 70%;
    word-break: break-all;
}

.table-review .link-uploads {
    display: block;
}

.table-review .link-uploads > span {
    display: block;
    font-size: 16px;
    margin-left: 16px;
}

.table-review h4 {
    font-size: 18px!important;
}

.table-review tbody tr.row-danger th,
.table-review tbody tr.row-danger td {
    background-color: #a9444224;
}

.table-review tbody tr.row-danger td {
    color: #dc3545;
}

.table-review tbody tr.row-warning th,
.table-review tbody tr.row-warning td {
    /* background: #ffc107; */
    background-color: #ffc1073d;
}

.table-review tbody th.row-direction--column > span {
    display: block;
}

/**----------------------------------------- 
    Dashboard
-----------------------------------------**/
ol {
    padding-left: 14px!important;
}

ol li {
    list-style-position: inherit;
    padding-left: 0!important;
    padding-right: 0!important;
}

.alert ul {
    margin: 20px 0!important;
    padding-left: 15px!important;
}

.alert ul li {
    margin-bottom: 10px!important;
}

#dnn_ctr575_HtmlModule_lblContent h1 {
    margin-top: 30px!important;
    margin-bottom: 25px!important;
}

@media (min-width: 1024px) {
    #dnn_ctr621_ModuleContent {
        display: flex;
        flex-wrap: wrap;
    }

    #dnn_ctr621_ModuleContent div:first-of-type {
        width: 100%;
    }

    #dnn_ctr621_ModuleContent div:nth-of-type(2),
    #dnn_ctr621_ModuleContent div:nth-of-type(3),
    #dnn_ctr621_ModuleContent div:nth-of-type(4) {
        width: calc(33% - 2%);
        margin: 0 1%;
        display: inline-flex;
        flex-direction: column;
    }

    #dnn_ctr621_ModuleContent div:nth-of-type(2) p:last-of-type,
    #dnn_ctr621_ModuleContent div:nth-of-type(3) p:last-of-type,
    #dnn_ctr621_ModuleContent div:nth-of-type(4) p:last-of-type {
        margin: auto 0 0 auto;
    }
}

.button-circle {
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #003F87;
    padding: 10px 0;
    border-radius: 50px;
    width: 100%;
    display: block;
    text-align: center;
    color: #003F87!important;
    transition: background .3s ease, color .3s ease;
}

.button-circle:hover {
    text-decoration: none;
    transition: background .3s ease, color .3s ease;
}

.button-circle--dark-blue:hover {
    background: #003F87;
    color: white!important;
}

/**----------------------------------------- 
    Admin
-----------------------------------------**/
[id^="row-text-"] {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}

.button-hide {
    visibility: hidden;
    height: 1px;
    width: 1px;
    padding: 0!important;
    margin: 0!important;
}

/**----------------------------------------- 
    Flex box
-----------------------------------------**/
.flex-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 768px) {
    .flex-cards {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 102%;
        margin: 0 -1%;
    }
}

.flex-cards .flex-card {
    display: inline-flex;
    width: 100%;
    padding: 1.25em;
    margin: 0 2% 5%;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25em;
}

@media (min-width: 768px) {
    .flex-cards .flex-card {
        display: inline-flex;
        width: calc(33.33% - 2%);
        padding: 1.25em;
        margin: 0 1% 3%;
    }
}

.flex-cards .flex-card .flex-card__body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.flex-cards .flex-card p:last-of-type {
    margin-bottom: 20px;
}
