﻿#ArticleTitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f6;
}

.articleSummary {
    margin-top: 20px;
    margin-left: 15px;
}

#ViewArticleContainer p {
    font-size: 22px !important;
}

#ViewArticleContainer span {
    font-size: 22px !important;
}

#ViewArticleContainer h1 {
    font-size: 35px;
}

#ViewArticleContainer h2 {
    font-size: 28px;
}


/* Content Assessment Styling*/
/* 
    Sylized Radio Button functionality based on
   https://codepen.io/BrianSassaman/pen/iLrpC 
*/
.assessmentHeader {
    vertical-align: middle;
    font-size: 34px;
}

#contentAssessments .questionTextDisplay {
    font-size: 19px;
    font-weight: bold;
    margin-top: 26px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.answerGroup {
    margin: 10px 0px 20px 0px;
}

.explanation {
    margin-left: 69px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.explanation-content {
    display: flex;
    align-items: center;
}

.assessmentReset {
    margin-top: 15px;
}

.questionFooter {
    text-align: center;
}


label.btn span {
    display: block;
    font-size: 18px;
    white-space: normal;
    text-align: left;
    margin-left: 55px;
}

.explanation-option {
    margin-right: 5px;
    margin-left: 5px;
}

.explanation .fa-check {
    left: 0px;
    display: inline;
    float: left;
    color: green !important;
}

.explanation .fa-times {
    left: 0px;
    display: inline;
    float: left;
    color: red !important;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
    float: left;
    margin-left: 20px;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
    margin-left: 20px;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #e96e6e;
    display: inline;
    float: left;
}

label:hover input[type="radio"] ~ i.fa {
    color: #e96e6e;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #e96e6e;
}

/*div[data-toggle="buttons"] label.active {
    color: #e96e6e;
}*/


div[data-toggle="buttons"] label:hover {
    color: #e96e6e;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


#WhatYouLearned .panel {
    border-top: 4px solid #e96e6e;
    border-left: 1px solid #e96e6e;
    border-right: 1px solid #e96e6e;
    border-bottom: 1px solid #e96e6e;
    border-radius: 10px;
}

#WhatDidYouLearn .panel-body h2 {
    background: green;
}


#ImprovePalsIntroText {
    font-size: 17px;
    font-style: italic;
    color: #444;
}


#ImprovePalsBox {
    margin-bottom: 6px;
}

#ImprovePalsHeader {
    font-size: 25px;
    padding-left: 10px;
}

#ImprovePalsIcon {
    font-size: 40px;
    color: #484848;
}

#AssessmentQuestionIcon {
    font-size: 20px;
    color: #de502a;
}

/* End content assessment styling */


/* Star rating syling */
#WasThisHelpful {
    font-size: 16px;
    clear: both;
}

    #WasThisHelpful .panel {
        color: #de502a;
    }
/* End star rating syling */


/* Recommendations syling */
#Recommendations .panel {
    background-color: #fff;
}

#Recommendations li {
    /*list-style-type: square;*/
}

#doctor-recs {
    margin-bottom: 0px;
}

.explanation {
    font-size: 14px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


.correct .explanation {
    font-size: 15px;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

/*.correct .active span {
    color: green;
}*/

.opacity {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    #WhatYouLearned {
        margin: 10px 20px;
    }
}


.recommendation-body h2 {
    color: #494949;
    margin-bottom: 0px;
}

.recommendation-body ul li {
    font-size: 17px;
}

.recommendation-body ul {
    margin-left: 18px;
    margin-right: 10px;
    padding: 0;
}

.recommendations {
    margin: 8px 0px 0px;
    padding: 15px 0px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#AboutTheAuthorsDiv .panel-heading {
    background-color: #de502a;
    color: #fff;
}

#EvidenceSummaryDiv .panel-heading {
    background-color: #de502a;
    color: #fff;
}
#AboutTheAuthorsDiv {
    border-top: 4px solid #e96e6e;
    border-left: 1px solid #e96e6e;
    border-right: 1px solid #e96e6e;
    border-bottom: 1px solid #e96e6e;
    border-radius: 10px;
    margin: auto;
    margin-left: 5%;
    margin-bottom:10px;
    float: left;
}
div.list-group {
     width: 29%;
}

#AboutTheAuthorsDiv .panel-body {
    font-size: 15px;
}

#AboutTheAuthorsDiv h4 {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
}

#authors {
    margin: 8px 0px;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* End recommendations syling */

#WasThisHelpful {
    margin: 15px 0px;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.modal-body {
    word-wrap: break-word;
}
@media (min-width: 992px) {
    #AboutTheAuthorsDiv {
       width: 35%;
    }
}

@media (max-width: 991px) {
    #AboutTheAuthorsDiv {
        float: none;
        margin: 0 auto;
        width:85%;
    }
}

@media (max-width: 767px) {
    #AboutTheAuthorsDiv {
        margin: 10px 0;
        width: 90%;
    }
}
