﻿#activate-main {
    background-color: #5e407b;
    height: 60px;
    padding: 5px 20px;
}

#title {
    color: #f1f3f5;
    line-height: 1.9em;
    padding-left: 0.5em;
    margin-top: 0;
}

#content {
    background: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
}

body {
    background: #f0f3f6;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #7e4082;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    float: right;
}

.portal-stage {
    font-size: x-large;
    font-weight: bold;
    padding-top: .3em;
}

.row {
    padding-bottom: 1em;
}

.form-group.row {
    padding-bottom: 0em;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.dataTables_wrapper .row-flex:first-child, .dataTables_wrapper .row-flex:last-child {
    display: none;
}

.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        width: 20%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li:before {
            width: 14px;
            height: 14px;
            content: "";
            line-height: 14px;
            border: 3px solid #e1e7ed;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: #e1e7ed;
        }

        .progressbar li:after {
            width: 100%;
            height: 4px;
            content: '';
            position: absolute;
            background-color: #e1e7ed;
            top: 6px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.complete::before {
            background-color: #41b070;
            border-color: #41b070;
        }

        .progressbar li.active:before {
            border-color: #55b776;
            background-color: #ffffff;
        }

        .progressbar li.active:after, .progressbar li.complete:after {
            background-color: #41b070;
        }

        .progressbar li.active:last-child:before {
            background-color: #55b776;
        }

.progress-separator {
    margin: 1.5em;
}

.tooltip-error {
    display: none;
    margin-top: -7px;
}

.tooltip-carot {
    width: 10px;
    height: 10px;
    background: #bf2e3b;
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    left: 5px;
}

span.tooltip-message {
    background-color: #bf2e3b;
    font-family: open sans;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
    border-radius: 2px;
}

.validation-error {
    border: 1px solid #bf2e3b;
}

table.table tbody tr td:not(.dataTables_empty):first-child:before {
    content: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-check-circle-fill' fill='%2341B070' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>");
    padding: 0 5px 0 0;
    vertical-align: -10%;
}
span.status-label {
    font-size: larger;
    font-weight: bold;
    padding: 5px 10px;
    width: 100px;
    display: block;
    text-align: center;
}
span.parent-label {
    background: #F6DC6B;
}

span.faculty-label {
    background: #B8E1FF;
}

span.terms-text {
    display: block;
    padding-top: 0.5em;
}

.confirm-action {
    border: 1px solid #5F3F7B;
    padding-top: 1em;
    border-radius: 5px;
}

.table {
    border: 1px solid #000;
}

.table .thead-dark th {
    color: #000;
    background-color: #E8EAEC;
    border: none;
}

.table tr:first-child td {
    border-top: none !important;/* 1px solid #dee2e6; */
}

.table-striped tbody tr {
    background-color: #fff !important;
}

.password-toggle {
    margin-top: -1px;
    width: 100px;
}

.password-toggle span {
    text-decoration: underline;
}