﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

/* many classes from history.css are duplicated here to style certain page elements  */

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    min-height: calc(100vh - 95px);
    color: black;
    background-color: #fefefe;
    /*width: calc(5 * 100vw); breaking page*/
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}
.logo {
    margin: 30px;
    height: 155px;
    width: 155px;
}

footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px 0;
}

    footer .copyright {
        margin: 0;
    }

.col-lg-10{
    width: 100%;
}

.centerWrap {
    display: flex;
    justify-content: center;
}

::-webkit-scrollbar {
    width: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #a444bd;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb :hover {
    background-color: #5f0070;
    border: 1px solid white;

}


.btn {
    display: inline-block;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 36px;
    letter-spacing: 1.5px;
    font-size: 2.3rem;
    color: white;
    opacity: .85;
    transition: 0.3s;
    font-weight: 500;
    background-color: #5f0070;
    -webkit-box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.41);
}

.questionLabel {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}
.btn-default{
    -webkit-box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.41);
}
/* let btn opacity change when mouse over */
.btn-default:hover {
    border: none;
    opacity: 60%;
}

.btn-default:active {
    border: none;
    opacity: 100%;
}

.page-title {
    font-family: 'Libre Franklin', sans-serif;

    letter-spacing: 3px;
    font-size: 48px;
    margin-bottom: 2rem;
    margin-top: 4rem;

}


.section-instructions-large {
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 2rem 0 2rem 0;
    font-weight: 400;
    color: #0066A8;

}

.section-instructions-small {
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 22px;
    margin: 35px 0 5px 2px;
    color: #0066A8;

}
.login-instructions{
    font-size: 26px;
    margin: 15px 0 5px;
    line-height:40px;
    letter-spacing: 2px;

}


.wellInstructions {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
    color: #5f0070;
    padding-left: 15px;
}


/*emphasize or enhance text */
.enhance {
    color: #742382;
    font-weight: 500;
}

/* postions the prev and next buttons */
.navigation {
/*    margin: 100px auto 0;*/
}
.navigation {
    display: flex;
    justify-content: center;
    margin: 6rem 0rem 12rem;
}


/* The sticky class is added to the navigation with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.scroll {
    font-size: 24px;
    color: #a444bd;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/*.sticky+.content {
    padding-top: 60px;
}
*/


.wellQuestion {
    margin: 20px 45px 10px 100px;
    padding-top: 25px;
    font-size: 20px;
}

.form-check .form-check-label {
    font-family: inherit;
    font-weight: 500;
    font-size: 22px;
    display: inline;
    padding-left: 10px;
}

.slider.slider-horizontal {
    width: 90%;
    margin: auto;
    margin-left: 10px;
}

.bmiNext .btn {
    margin-top: 30px;
}

.bmiNext input {
    width: 90%;
}

.bmiOptions {
    background-color: white;
}

/* user populated med list styles */

.medWrap {
    margin-left: 15%;
    border: 3px solid #5f0070;
    margin: 5px 0 25px 200px;
    border-radius: 5px;
}

.medList {
    color: darkred;
    height: auto;
    margin-left: 100px;
}

.medOptions {
    background-color: white;
    border-radius: 5px;
}
.medButtons {
    display: flex;
    justify-content: center;
}

.medAdd {
    margin-top: 35px;
    border-radius: 2px;
    border: 2px solid #5f0070;
    background-color: #67a818;
}

.medNot {
    margin-top: 50px;
}

.medBring {
    margin-top: 20px;
}

.medFinish {
    margin-top: 40px;
}

/* delete medication button */
.deleteLink {
    text-decoration: none;
}

.medList a {
    margin: auto;
    position: initial;
    left: initial;
    top: initial;
    text-decoration: none;
}


/* concerns page */
select {
    width: 20%;
    background-color: #fff;
    border: 1px solid black;
    font-size: 1.2em;
    border-radius: 5px;
}

/* concerns page */
#concernsWarning {
    position: fixed;
    font-size: 20px;
    top: 30%;
    left: 35%;
    background-color: #f8d7da ;
    color: red;
    border-radius: 5px;
}


#closeAlertButton {
    margin-left: 10px;
    color: black;
}

select {
    width: 20%;
    background-color: #fff;
    border: 1px solid black;
    font-size: 1.2em;
    border-radius: 5px;
}


.month {
    width: 30%;
    height: 40px;
     margin: 5px 8px;
}

.day {
    width: 15%;
    padding: 5px;
    height: 40px;
    margin: 5px 8px;
}

.year {
    width: 20%;
    padding: 5px;
    margin: 5px 8px;
    height: 40px;
}


select:active,
select:hover,
select:focus {
    text-decoration: none;
    outline: none;
}



.progress-bar {
    background-color: rgb(224, 78, 57);
}

.-success {
    background-color: rgb(120, 190, 32);
}



.slider-tick-label {
    font-size: 16px;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    color: #a422bd;
}

.slider-tick.round {
    border-radius: 50%;
    color: #b5b5b5;
}


slider-tick {
    background-color: #fefefe;
    border: 1px solid black;
}

.tick-slider {
    background-color: green;
}


.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -5px;
    opacity: 100;
}
/*handle*/
.slider-handle {
    background: #a422bd;
}

/*background track line*/
.slider-selection.tick-slider-selection {
    background: #5f007070;
    font-size: 2em;
}

/*filled handle*/
.slider-tick.in-selection {
    background: #5f0070;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: rgb(224, 78, 57);
    top: 39px;
    left: 50%;
    margin-top: -30px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: rgb(224, 78, 57);
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: rgb(224, 78, 57);
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard>.bs-wizard-step>a {
    cursor: default;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.form-group label {
    font-size: 1.7em;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: white;
}

.blue {
    color: darkcyan;
}

.btn.focus {
    color: white;
}
.finish {
    padding: 10px 36px;
}

.copyright {
    text-align: center;
}

/* holds drop out sliders on final concerns page */
.well {
    background-color: #e7e7e7;
    text-align: center;
    margin: 20px 25px 45px 0px;
    box-shadow: 0px 3px 19px 4px rgba(61,61,61,0.29);
    -webkit-box-shadow: 0px 3px 19px 4px rgba(61,61,61,0.29);
    -moz-box-shadow: 0px 3px 19px 4px rgba(61,61,61,0.29);
}
}

/* holds "places" */
.placeWell {
    background-color: #e5e5e5;
    border-radius: 15px;
    padding: 2px 5px 5px 20px;
    margin: 10px 0 50px 5px;
    -webkit-box-shadow: 0px 0px 15px -10px #ebecf0;
    box-shadow: 0px 0px 15px 10px #ebecf0;
}


/* radio questions */
.questionLabel {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.form-check {
    margin: 5px 0px .5px 0px;
}

input[type='radio'] {
    transform: scale(1.5);
    display: inline;
}

input[type='radio']+label {
    transform: scale(1.5);
}

input[type='radio']:checked+label {
    color: #3555bd;

}


input[type='checkbox'] {
    transform: scale(1.5);
}

input[type='checkbox']+label {
    transform: scale(1.5);
}

input[type='checkbox']:checked+label {
    color: #3555bd;

}

.form-check .form-check-label {
    font-family: inherit;
    font-weight: 400;
    font-size: 1.7em;
    display: inline;
    padding-left: 10px;
}

.slider.slider-horizontal {
    width: 90%;
    margin: auto;
    margin-left: 10px;
}

#instructions {
    margin-bottom: 10px;
}

.divider{
    height: 1px;
    background-color: black;
}

/*========================================== */
/* MEDIA QUERIES FOR SMALL SCREENS: iPAD iPHONE:Hide/rearrange for smaller screens */
/*========================================== */


@media screen and (max-width: 769px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-title {
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 1px;
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 2.5rem;
        margin-top: 2rem;
    }


    .section4 {
        margin-left: 10%;
    }


    .section-instructions-large {
        letter-spacing: 1px;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 36px;
        margin: 6rem 0 2rem 0;
        font-weight: 600;
        color: #3555bd;
    }


    .section-instructions-small {
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 18px;
        margin: 35px 0 2px 2px;
        line-height: 36px;
        color: #3555bd;
    }

 .wellQuestion {
    color: #305ead;
    padding-top: 35px;
    font-size: 14px;
}

    .wellInstructions {
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .btn {
        padding: 10px 24px;
        font-size: 2.5rem;
        font-weight: 600;
        -webkit-box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.41);
    }



    .section .previous {
        margin: 5px 5px 5px 5px;
        position: absolute;
        top: 10;
        left: 10%;
        display: none;
    }

    .form-check {
        margin: 75px 0 10px 25px;
    }

    .form-check .form-check-label {
        font-family: inherit;
        font-weight: 500;
        font-size: 22px;
        display: inline;
        padding-left: 25px;
    }
    .form-group{
        padding-left: 20px;
    }

    input[type='radio'] {
        transform: scale(2.3);
    }

    input[type='checkbox'] {
        transform: scale(2.2);
        margin-left: 25px;
    }

    .finish {
        padding: 10px 36px;
    }

 
    .medList {
        font-size: 8px;
        margin-bottom: 10px;
    }

    .medBring {
        font-size: 12px;
    }

    .medNot {
        font-size: 12px;
    }

    .medFinish {
        font-size: 12px;
    }


    .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        background: rgb(224, 78, 57);
        top: 50px;
        left: 50%;
        margin-top: -35px;
        margin-left: -10px;
        border-radius: 50%;
    }

    .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
        content: ' ';
        width: 14px;
        height: 14px;
        background: rgb(224, 78, 57);
        border-radius: 25px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .bs-wizard>.bs-wizard-step>.progress {
        position: relative;
        border-radius: 0px;
        height: 5px;
        box-shadow: none;
        margin: 20px 0;
    }

    .month {
        width: 30%;
    }

    .day {
        width: 20%;
    }

    .year {
        width: 30%;
    }



    .slider.slider-horizontal .slider-track {
        height: 10px;
        width: 100%;
/*    margin-top: -10px;*/
        top: 50%;
        left: 0;
    }




    .bs-wizard {
        border-bottom: solid 1px #e0e0e0;
        padding: 0 0 10px 0;
    }

    .bs-wizard>.bs-wizard-step {
        padding: 0;
        position: relative;
    }

    .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        background: rgb(224, 78, 57);
        top: 39px;
        left: 50%;
        margin-top: -30px;
        margin-left: -15px;
        border-radius: 50%;
    }

    .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
        content: ' ';
        width: 14px;
        height: 14px;
        background: rgb(224, 78, 57);
        border-radius: 50px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .bs-wizard>.bs-wizard-step>.progress {
        position: relative;
        border-radius: 0px;
        height: 8px;
        box-shadow: none;
        margin: 20px 0;
    }

    .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
        width: 0px;
        box-shadow: none;
        background: rgb(224, 78, 57);
    }

    .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
        width: 100%;
    }

    .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
        width: 50%;
    }

    .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
        width: 0%;
    }

    .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
        width: 100%;
    }

    .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
        background-color: #f5f5f5;
    }

    .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
        opacity: 0;
    }

    .bs-wizard>.bs-wizard-step:first-child>.progress {
        left: 50%;
        width: 50%;
    }

    .bs-wizard>.bs-wizard-step:last-child>.progress {
        width: 50%;
    }

    .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
        pointer-events: none;
    }

    .bs-wizard>.bs-wizard-step>a {
        cursor: default;
    }
}

/*========================================== */
/* mobile phone */

@media screen and (max-width: 480px) {

    /* text and selections */
    .page-title {
        font-size: 28px;
    }
    .duplicatedNav{

        display: none;
    }

    .section-instructions-large {
        font-size: 16px;
        margin: 0;
        line-height: 26px;
        font-weight: 400;

    }
select {
    display: block;
    width: 50%;
    background-color: rgb(250, 250, 250);
    border: 1px solid black;
    font-size: 1.2em;
    border-radius: 5px;
    
}
.scroll {
    font-size: 20px;
    color: #a444bd;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
  .month {
        width: 50%;
    }

    .day {
        width: 30%;
    }

    .year {
        width: 40%;
    }


.date-dropdowns{
    margin-left: 100px;
}
    .form-group {
        margin-left: -5px;
    }

    input[type='radio'] {
        transform: scale(2);
    }

    input[type='checkbox'] {
        transform: scale(2);
        margin-left: 5px;
    }

.medWrap {
    margin-bottom: 25px;
    margin-left: 10px;
    border: 3px solid #5f0070;
    margin: 25px 0 0 20px;
    border-radius: 5px;
}
.form-inline{
    margin-left: 20px;
}

    .section-instructions-small {
        font-size: 18px;

    }

    .form-check {
        margin: 25px 0 25px .5px;
    }

    .form-check .form-check-label {
        font-family: inherit;
        font-weight: 400;
        font-size: 16px;
        display: inline;
        padding-left: 10px;
        padding-bottom:15px;
    }

    input[type='radio'] {
        transform: scale(1.8);
    }

    input[type='checkbox'] {
        transform: scale(2);
        margin-left: -8px;
    }


    .btn {
        display: inline-block;
        padding: 10px 18px;
        letter-spacing: 1.5px;
        font-size: 2rem;
        color: white;
        font-weight: 600;
        
    }

    .btnNextHistory {
        line-height: 5px;
        padding: 10px 36px;
    }

    .section .btnNextHistory {
        line-height: 5px;
        margin: 50%;
        padding: 10px 36px;
    }

    .section .finish {
        position: relative;
        top: 20%;
        left: 60%;
        margin: 5px 5px 35px 5px;
    }
    /* tick slider mobile styles */


    .slider-handle{
        color: #5f0070;
        position: absolute;
        top:0;
    }

    .slider-tick.round{
        height:15px;
        width: 15px;
        margin-bottom: 5px;
        opacity: 100%;
        background-image: none;
    }

/* round tick selector bar*/
    .slider-handle.round {
        background: #5f0070;
        padding-bottom: 15px;
    }

   .slider-tick{
        opacity: 100%;
    }

    .round{
        height: 15px;
        width: 15px;
        background: white;
    }

    .tick-slider-selection{
       height:15px;
        width: 15px;
    }

    .slider.slider-horizontal .slider-track {
        height: 10px;
        width: 100%;
        margin-top: -9px;
        top: 50%;
        left: 0;
    }
    .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
        margin-left: -5px;
        margin-bottom: 5px;
        opacity: 100%;
    }

    /* concerns page */
    #concernsWarning {
        font-size: 16px;
        position: fixed;
        top: 30%;
        left: 5%;
    }




}

/* ==========END mobile styles============== */