html,
body {
    height: 100%;
}

body {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    color: #1e2853;

}

body.login {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

main {
    border: 1px solid #1e2853;
    padding: 25px;
}


.form-signin input[type="email"] {

    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

body.login .imglogin {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 15px;
}


.signin {
    background-color: #9d93dc44;
    padding: 5px;
    position: relative;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    height: 400px;
}


.register {
    background-color: #ffffff;
    padding: 5px;
    position: relative;
    height: 400px;
}


body .imglogin {
    width: 100%;
    max-width: 600px;

}

.loginicon {
    font-size: 50px;
    color: #1e2853;
}

#feedly-mini {
    display: none !important;
}

.line {
    background-color: #1e2853;
    width: 1px;
    height: 100%;
    margin: auto;
}

.mycontent .allWrapper {
    border: 1px solid #1e285333;
    padding: 5px 35px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
}







.mycontent .infoline {
    font-size: 22px;
}

.mycontent h1.mtitle {
    font-size: 30px;
}

.mycontent h1 {
    font-size: 30px;
    color: #1e2853;
}

.mycontent h3 {
    font-size: 22px;
    color: #1e2853;
}


.mycontent .btn-primary i {
    margin-left: 8px;
}

.btn.btn-primary:hover,
.modal .btn-primary:hover,
.mycontent .btn-primary:hover,
.login .btn-primary:hover {
    background-color: #3f4a75;
}

.btn.btn-primary,
.modal .btn-primary,
.mycontent .btn-primary,
.login .btn-primary {
    background-color: #1e2853;
    border-color: #1e2853;
}


#myform .modal-content {
    height: auto;
}


.modal-fullscreen .modal-body {
    overflow-y: initial;

}


.mycontent .btn-primary {
    max-width: 175px;
    width: 100%;
    font-size: 18px;
}

.boxReflective.active,
.box.active {
    border: 1px solid #9c93dd;
    padding: 25px;
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.18);
    color: #1e2853;
}

.patientAxSpA div div.inprogress,
.patientAxSpA div div.completed,
.patientPsa div div.inprogress,
.patientPsa div div.completed {
    font-size: 14px;
    float: right;
    margin-top: 17px;
    position: absolute;
    bottom: 6px;

}

.patientAxSpA div div.inprogress,
.patientPsa div div.inprogress {
    color: #ff0000;
}

.patientAxSpA div div.completed,
.patientPsa div div.completed {
    color: #3cad3f;
    left: 44px;
}

.patientAxSpA.active div div.inprogress,
.patientPsa.active div div.inprogress {
    /*display: block!important;*/
}

.patientAxSpA,
.patientPsa {
    position: relative;
}

.checklistComplete {
    /*background-color: #9c93dd55;*/

    padding: 5px;
}

.boxReflective,
.box {
    border: 1px solid #ddd;
    padding: 25px;
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ddd;
}

.box i {
    margin-left: 15px;
}

.mycontent {
    background-color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.38);
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.38);
}


.form-signin {
    width: 100%;
    max-width: 900px;
    padding: 25px;
    margin: auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.38);
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.38);
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


div .boxisactive {
    display: none;
}

div .boxisnotactive {
    display: inline-block;
}

div.active .boxisactive {
    display: inline-block;
}

div.active .boxisnotactive {
    display: none;
}

div.active .boxisactive i {
    cursor: pointer;
}

/*checklist*/

.titleline {
    background-color: #9c93dd;
    color: white;
    font-size: 26px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contentlineB,
.contentlineA {
    font-size: 20px;
    margin: 0px 0;
    padding: 5px 5px 5px 5px;
}

.allthat {
    text-decoration: underline;
    font-style: italic;
}

span.eg {
    font-size: 15px;
}

.contentlineA {
    border: 1px solid #1e285377;
    border-bottom: 0px solid #1e285377;
    border-right: 1px solid #1e285377;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.contentlineB.smline {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.contentlineB {
    border: 1px solid #1e285377;
    border-bottom: 0px solid #1e285377;
    border-left: 0px solid #1e285377;
    /*vertical-align: middle;
    align-items: center;
    display: flex;*/
}

button.btn-primary.thanks {
    max-width: 400px;
    font-size: 22px;
    margin-bottom: 20px;
}

.modal-body {
    padding: 5px 35px;
}

.modal-footer {
    display: block;
}

.questionNumber {
    font-size: 30px;
}

.questionText {
    font-size: 20px;
}

.col-form-label {
    color: #1e2853;
}

.form-check-label {
    color: #1e2853;
}

.modal-title {
    color: #1e2853;
}

h3 {
    color: #1e2853;
}

.formError {
    background-color: #ffe8ee;
    border: 1px solid red;
}

@media only screen and (max-width: 992px) {



    .contentlineA {
        border: 1px solid #1e285377;
        border-bottom: 0px solid #1e285377;
        border-right: 1px solid #1e285377;
    }

    .contentlineB {
        border: 1px solid #1e285377;
        border-bottom: 0px solid #1e285377;
        border-left: 1px solid #1e285377;
        border-top: 0px;
    }


}
}


}


}


}