@charset "UTF-8";
/* CSS Document */


.welcome {
    width: 85%;
}

.template {
    width: 85%;
    padding: 20px 0;
}

.sign-up {
    margin-top: 20px;
    text-align: center;
}

.pwclogo {
    margin: 20px;
}

.pwclogo img {
    height: auto;
    width: 400px;
}

.jumbotron h1 h2 p {
    color: #252525;
}

.account-form {
    background-color: #fff;
    border: 3px solid #d98652;
    border-radius: .25rem;
    padding-top: 20px;
}

.navbar {
    padding: .5rem 2rem;
}

.login {
    padding: 1rem 2rem;
    background-color: #d98652;
    display: inline-block;
}

.bg-orange {
    background-color: #d98652;
}

.login .btn-outline-dark {
    background-color: white;
    border: 1px solid #ced4da;
}

.col-md-6 {
    margin-bottom: 20px;
}

.account-form .btn-outline-dark {
    margin-bottom: 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    text-decoration: none;
}

.navbar-dark .navbar-brand {
    text-decoration: none;
}

.footer {
    margin-top: 20px;
}

.frame {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding-top: 20px;
}

.account-form h2 {
    background-color: #d98652;
    color: black;
    padding: 10px 20px;
    border-radius: .3rem;
}

.join {
    width: 90%;
    margin: 0 auto;
}

/*
 Force errors to be displayed on radio groups. The standard markup generated by
 django-bootstrap4 does not support this.
 */
.form-group.is-invalid .invalid-feedback {
    display: block;
}

/* Customise btn-primary to show as orange and not blue */

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #d98652 !important;
    border-color: #d98652 !important;
    color: black !important;
}

/* Customise a tag */

a {
    color: black;
    text-decoration: underline;
}


.btn {
    text-decoration: none !important;
}

/* steps */

.steps li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: arial, calibri, sans-serif;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background: #d98652;
    display: inline-block;
    color: white;
    position: relative;
    margin: 0px 10px;
}

.steps li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 3px;
    background: #d98652;
    z-index: -1;
}

.steps li:first-child::before {
    display: none;
}

.steps li:after {

}

.steps .active {
    background: #d98652;
}

.steps .active ~ li {
    background: #f1c1a3;
}

.steps .active ~ li::before {
    background: #f1c1a3;
}

.steps ul {
    padding: 0;
}

/* custom card design */

body {
    padding-top: 15px;
}

.main-section {
    border: 1px solid #d98652;
    background-color: #fff;
}

.user-detail {
    margin: -80px 0px 0px 0px;
}

.user-detail img {
    height: 140px;
    width: 140px;
    object-fit: cover;
}

.user-detail h5 {
    margin: 15px 0px 5px 0px;
}

.card-footer {
    /*background-color: #d98652;*/
}

.main-section .card-header {
    background-color: #d98652;
    height: 120px;
}

/*.main-section .card-footer a {*/
/*    color: white;*/
/*}*/

.progress-bar {
    background-color: #d98652;
}

.badge-info {
    background-color: #343a40;
    border: solid 1px white;
    padding: 5px 10px;
}

.btn-info a {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: larger;
}

.btn-info {
    margin: -50px 0 !important;
}

.right-buttons {
    float: right;
}

.dropdown-menu a {
    text-decoration: none !important;
}

.accordion .card-header {
    background-color: transparent;
    height: auto;
    padding: 0;
}

.photo img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    float: left;
    vertical-align: middle;
}

/* surveys circular progress bars */

.surveys .start-button {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 15px solid red;
}

.surveys .start-button a {
    text-decoration: none;
}

.surveys .progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.surveys .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.surveys .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.surveys .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.surveys .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.surveys .progress .progress-right {
    right: 0;
}

.surveys .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.surveys .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.surveys .card-title {
    height: 60px;
}

/* END surveys circular progress bars */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 4px;
}

.bs-callout-default {
    border-left-color: #777;
    background-color: #f7f7f9;
}

.alert a {
    text-decoration: none !important;
}

.custom-page h2 {
    background-color: #d98652;
    color: black;
    padding: 10px 20px;
    border-radius: .3rem;
}

.custom-page img {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding-top: 20px;
    float: right;
    margin: 20px 0px 10px 20px;
}

.custom-page table {
    width: 100%;
    margin-bottom: 30px;
}

.custom-page td, .custom-page th {
    border: 1px solid #ddd;
    padding: 8px;
}

.custom-page tr:nth-child(even) {
    background-color: #f2f2f2;
}

.custom-page tr:hover {
    background-color: #ddd;
}

.custom-page th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #eec2a7;
    color: black;
    text-align: center;
}

.email-input, .pass-input {
    min-width: 300px;
}

.email-input .form-control, .pass-input .form-control {
    margin-bottom: 5px;
}

/* Amendments for accessibility audit */

.profile-head .btn-info {
    font-weight: bold !important;
    font-size: larger !important;
}

.profile-head .btn-secondary {
    font-weight: bold !important;
    font-size: larger !important;
}

.breadcrumb-item.active {
    color: brown;
}

.alert-danger, .alert-danger .alert-link {
    color: black;
}

.alert-info, .alert-info .alert-link {
    color: black;
}

.alert-warning, .alert-warning .alert-link {
    color: black;
}

.alert-success, .alert-success .alert-link {
    color: black;
}

.alert-primary, .alert-primary .alert-link {
    color: black;
}

.alert-secondary, .alert-secondary .alert-link {
    color: black;
}

/*///////////////////////////   MEDIA QUERIES   ////////////////////////////////////   */

/*Manage Display Headers for Mobile Devices*/
@media (max-width: 575.98px) {
    .display-4 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    /*.profile-head .btn-secondary {*/
    /*    width: 100px;*/
    /*    margin-bottom: 35px;*/
    /*}*/

    /*.profile-head .btn-info {*/
    /*    width: 100px;*/
    /*}*/

    .btn-login {
        margin: 7px 0 0 0;
    }

    .pwclogo img {
        height: auto;
        width: 75%;
    }

    .btn-info {
    margin: 10px 0 !important;
}

    .welcome {
        width: 100%;
}

    .steps li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /*.profile-head .btn-secondary {*/
    /*    width: 100px;*/
    /*    margin-bottom: 35px;*/
    /*}*/

    /*.profile-head .btn-info {*/
    /*    width: 100px;*/
    /*}*/

    .pwclogo img {
        height: auto;
        width: 75%;
    }

    /*.btn-login {*/
    /*    margin: 7px 0 0 16px;*/
    /*}*/

    .welcome {
        width: 100%;
}
       .steps li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    /*.profile-head .btn-secondary {*/
    /*    width: 100px;*/
    /*    margin-bottom: 35px;*/
    /*}*/

    /*.profile-head .btn-info {*/
    /*    width: 100px;*/
    /*}*/
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1111px) {
    .profile-head .btn-secondary {
        width: 150px;
        margin-bottom: 10px;
    }

    .profile-head .btn-info {
        width: 150px;
        margin-top: -20px !important;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 1112px) and (max-width: 1199px) {
    .profile-head .btn-secondary {
        width: 150px;
        margin-bottom: 10px;
    }

    .profile-head .btn-info {
        width: 150px;
        margin-top: -35px !important;
    }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .profile-head .btn-secondary {
        width: 200px;
        margin-bottom: 0;
    }

    .profile-head .btn-info {
        /*width: 200px;*/
    }
}
