﻿* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #1b6ec2; /*#673AB7;*/
    font-weight: bold;
    text-align: center;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

#msform2 {
    position: relative;
    margin-top: 20px
}

    #msform2 fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform2 fieldset:not(:first-of-type) {
    display: none
}
.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 20px;
    color: #673AB7;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #1b6ec2; /*#673AB7;*/
    font-weight: normal
}

.steps {
    font-size: 15px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

/*    .fieldlabels {
        color: gray;
        text-align: left;
        font-size: .8em;
    }*/

#progressbar {
    margin-bottom: 5px;
    overflow: hidden;
    color: lightgrey;
/*    width: 460px;*/
}

    #progressbar .active {
        color: #1b6ec2; /*#673AB7*/
    }

    #progressbar li {
        list-style-type: none;
        font-size: 10px;
        width: 12%;
        float: left;
        position: relative;
        font-weight: 200
    }

    #progressbar #account:before {
        /*font-family: FontAwesome;*/
        content: "\f13e";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    #progressbar #terms:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f2b5"
    }

    #progressbar #caremgmt:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f2b5"
    }

    #progressbar #personal:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f007"
    }

    #progressbar #schedule:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f073"
    }

    #progressbar #payment:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f155"
    }

    #progressbar #finish:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f058"
    }

    #progressbar #care:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0fe"
    }

    #progressbar #caregiver:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f12e"
    }

    #progressbar li:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 5px auto;
        /*padding: 2px*/
        font-size: 14px;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #1b6ec2; /* #673AB7*/
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #1b6ec2 /*#673AB7*/
}


.fit-image {
    width: 100%;
    object-fit: cover
}

.required {
    color: red;
}

.my-checkbox-list-label {
    font-weight: 500;
    font-size: .8em;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}


.my-optional-services-label {
    font-size: .8em;
    float: left !important;
    margin-top: 4px;
}

@media only screen and (max-width: 1200px) {


    .col {
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 1px;
        padding-right: 1px;
    }
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.725rem;
    line-height: 1.25;
    border-radius: 0.2rem;
}
