﻿html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    margin-top: 20px;
}

.footer-primary {
    background-color: #5c0f8b !important;
}

.page-item.active .page-link {
    background-color: #5c0f8b !important;
    border-color: #5c0f8b !important;
    color: #fff !important;
}

.page-link {
    color: #5c0f8b !important;
}

.card-footer-bg {
    background-color: #5c0f8b !important;
}

.card-footer {
    background-color: #5c0f8b !important;
    color: white;
}

.card-header {
    background-color: #5c0f8b !important;
    color: white;
}

thead {
    background-color: #5c0f8b !important;
}

    thead > tr {
        background-color: #5c0f8b !important;
        color: white;
    }

.navbar-primary {
    background-color: #5c0f8b !important;
}

.field-validation-error {
    color: red !important;
}

.declaration-box {
    border-color: grey;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    margin: 10px;
}

.bg-purple {
    background-color: #5c0f8b !important;
}

.btn-primary {
    background-color: #5c0f8b !important;
    border-color: #5c0f8b !important;
}

.btn-outline-primary {
    border-color: #5c0f8b !important;
    color: #5c0f8b !important;
}

    .btn-outline-primary:hover {
        border-color: #5c0f8b !important;
        background-color: #5c0f8b !important;
        color: white !important;
    }


body {
    font-family: Helvetica !important;
}

.custom-footer-content {
    padding: 20px;
    min-height: 100%;
    margin: 0 auto -50px;
}


.table-heading {
    color: white !important;
    font-weight: bolder;
    font-size: 24px !important;
}

.table-subheading {
    color: #5c0f8;
    font-weight: bolder;
}

td {
    color: #5c0f8b;
}


.homepage_card {
    /*   margin: 10px;*/
    /*    width: 400px;*/
    height: 315px;
    /*    border-radius: 50px 0 50px 0 !important;*/
    box-shadow: 3px 3px 12px 3px #888888;
}

    .homepage_card > img {
        /*        padding: 20px;
        border-radius: 50px 0 50px 0;*/
        min-height: 235px;
    }

.card-header {
    border-bottom: 2px solid white !important;
}


.main-jumbo {
    background-color: #5c0f8b;
    background-image: url('/Images/header1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
    height: 150px;
}


.validation-summary-errors > ul >li {
    color: red;
}

.cycle-details-card {
    flex: 1;
    background-image: linear-gradient(-135deg, #ffffff, RGB(240,240,240));
    color: #5c0f8b !important;
}

.financial-wellness-card {
    background-image: linear-gradient(-135deg, #ffffff, RGB(240,240,240));
    color: #5c0f8b !important;
 /*   width: 33%;*/
    margin: 5px 8px 5px 8px;
}
.financial-wellness-card-disabled {
    background-color: lightgray !important;
    color: #5c0f8b !important;
  /*  width: 33%;*/
    opacity: 0.6;
    margin: 5px 8px 5px 8px;
}

.cycle-details-card > p {
        font-weight: bold;
    }

.submit-progress {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

    .submit-progress > label {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 25px;
        color: white;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

.accordion-button:not(.collapsed) {
    color: #5c0f8b !important;
}

.accordion-button {
    color: #5c0f8b !important;
    background-color: #f7e7ff !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #5c0f8b !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #5c0f8b !important;
}

.accordion-button:not(.collapsed)::after {
    display: none !important;
}


.accordion-button::after {
    display: none !important;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url('images/collapsepurple.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    background-image: url('images/expandpurple.svg') !important;
    transform: rotate( 180deg );
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-select:focus {
    border-color: #f7e7ff !important;
    box-shadow: 0 0 0 0.15rem #5c0f8b !important;
}

.navbar-primary, .back-color, .modal-title {
    background-color: #5c0f8b !important;
}

.fore-color {
    color: #5c0f8b !important;
}

.back-light-color {
    background-color: #f7e7ff !important;
}
