#header {
    width: 100%;
}
#header img {
    display: block;
    margin: auto;
}

.radio-container input[type=radio] {
    display: inline-block;
    margin: 1em;
    height: 16px;
    width: 16px;
}

.radio-container label {
    display: inline-block;
    font-size: 12px
}

.next {
    text-align: left;
}

table.table td {
    text-align: left;
}

table.table td:first-of-type {
    text-align: left;
}

.error {
    color: red;
}

form.login {
    margin: auto;
    width: 320px;
}

form.login div input[type=submit] {
    background-color: #b42274;
    border: none;
    color: #ffffff;
    padding: 0.2em 1em;
    border-radius: 0.4em;
}
form.login div input[type=submit]:active {
    background-color: #910091;
    border: none;
}

form#logoutForm {
    position: absolute;
        top: 1em;
        right: 1em;
}

div.container.space {
    margin: 5em auto;
}

form.dataInput {

}

.btn-primary {
    background-color: #b42274;
    border-color: #b42274;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #8e008e;
    color: #fff;
}

.btn-primary:active, .btn-primary:focus {
    background-color: #630063;
    color: #fff;
}

.btn-primary:visited {
    color: #fff;
}

a.btn-primary {
    color: #fff !important;
}

#goHome {
    border: 1px solid #222;
    position: absolute;
    top: 1em;
    left: 1em;

    font-size: 12px;
    padding: 0.4em;
    background-color: #eee;
    color: #222;
}

#goHome:hover {
    background-color: #222;
    color: #fff;
}

.click-row {
    display: table-row;
    color: darkblue;
}

.click-row div {
    display: inline-block;
}
.click-row:hover {
    background-color: #cccccc;
    color: blue;
}

.form-row {
    margin: 1em;
}

.right-col {
    text-align: right;
}

.border-between > [class*='col-']:before {
    background: #000000;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 2px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.tool-group {
    background-color: #eee;
    border-radius: 0.5em;
}

div.tool {
    margin: 1em auto;
    width: 80%;
}

div.tool a {
    padding: 2em;
    width: 100%;
}

#footer {
    color: #aaaaaa;
    text-align: center;
}

.largeButton {
    width: 100%;
}

.btn {
    white-space: normal;
}

article section {
    margin: 1em;
}

#accordion .card {
    width: 100%;
}
.tooling {
    padding: 0.8em 0.4em;
}

.tool-group {
    height: 100%;
}

.tcap-question {
    margin: auto;
}

.custom-radio-container {
    height: 40px;
    width: 20px;

    position: relative;
}

.custom-radio-container input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-container span.radio {
    border: 2px solid #222222;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-color: #eeeeee;
}

.custom-radio-container:hover input[type=radio] ~ span.radio {
    background-color: #aaaaaa;
}

.custom-radio-container input[type=radio]:checked ~ span.radio {
    background-color: #ffffff;
}

.custom-radio-container p {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
}

.custom-radio-container.custom-survey-radio-container {
    position: relative;
    height: 80px;
    width: 80px;
}

.custom-radio-container span.radio:after {
    content: "";
    position: absolute;
    display: none;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    background-color: #b42274;
}

.custom-radio-container input[type=radio]:checked ~ span.radio:after {
    display: block;
}

#talentScopeLogo {
    width: 320px;
}

#header a {
    padding: 20px;
}

.nav-link:hover {
    border-radius: 5px;
    background-color: #b42274;
    color: white !important;
}