

.h1
{
    color: #8d8d8d;
    font-size: 53px;
    font-family: 'Josefin Sans', sans-serif;
}

.LandingJumbotron
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 41px;
    text-align: center;
    background-color: #212832;
    color: #e7e7e7;
}

.LandingPageButtons
{
    background-color: #f6bc40;
    /*color: #ffffff;*/
}

.QuestionnairePageButtons
{
    background-color: #f6bc40;
}

.QuestionnaireButtons
{
    background-color: #f6bc40;
    /*color: #ffffff;*/
}


.QuestionnaireButtons:hover
{
    background-color: #f6bc40;
    color: black;
}

.QuestionnaireProgressbar
{
    background-color: #44b39d;
}

.QuestionnaireFlagButtons
{
    background-color: #f6bc40;
    /*color: #ffffff;*/
}

.QuestionnaireFlagButtons:hover
{
    background-color: #f6bc40;
    color: black;
}

.QuestionnaireButtonTable
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
    border-top: 0px solid #ddd;
}

p.grey
{
    color: #3b3b3b ;
    position: relative;
    top:5px;
}

p.grey:hover
{
    color: #ffffff ;
    position: relative;
    top:5px;

}

p.greySelected
{
    color: #ffffff ;
    position: relative;
    top:5px;
}

p.greySelected:hover
{
    color: #ffffff ;
    position: relative;
    top:5px;
}

li.is-active
{
    background-color: #428BCA;
}

li.not-active
{
    background-color: #f5f5f5 ;

}

li.not-active:hover
{
    background-color: #428BCA ;  
    color: #ffffff;  
    
}


a.helpList
{
    text-align: center; 
    
}

.input.overrides-bootstrap
{
    margin-left: 25px;
}
/*
 * Far out div for progressbar
 */

.evaluationProgressbar
{  
    position: fixed;
    bottom: 1%;
    width: 80%;
    left: 18.3%;
}
/*
 * Outer div for progressbar
 */

.progress-custom 
{
    background: rgba(245, 245, 245, 1);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 4px; 
    height: 30px;
    text-align:center;
}

.bar 
{
    font-size: 20px;
    line-height: 30px;
}
.progress-custom span 
{
    position: absolute;
    top: 0;
    z-index: 2;
    color: #383838; 
    text-align: center;
    width: 100%;
    position:absolute;
    right:0;
    left:0;
}

/*
 * Inner div for progressbar
 */

.progress-bar-custom
{
    background: rgba(62, 202, 209, 1);
}

/*
.override.custom-bootstrap-table 
{
    /*border-collapse: separate;
    //border-spacing: 1em 1em;
}
*/

.override.custom-bootstrap-table-data 
{
    text-align: top;
    padding: 15px;
}

.override.custom-bootstrap-table-track 
{
    height:50px;
}

.QuestionnaireNavigationButtons
{
    text-align: center;
    background-color: #f6bc40;
    /*color: #ffffff;*/
    width: 80px;

}

.EvaluationManagerButtons
{
    text-align: center;
    background-color: #f6bc40;
    /*color: #ffffff;*/
    width: 133px;

}

.CeneterSaveButton
{
    margin-left:30px;
}

.HelpSectionSaveButton
{
   width: 150px;
}

.HelpSectionChangeButton
{
   width: 170px;
}

.AddFundButton
{
   margin-left:15px;
   width: 100px;
}

.FundSectionChangeButton
{
   margin-left:15px;
   width: 110px;
}

.flag.Checkbox
{
    left: 15.5%;

}

.override.div
{
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.HelpSectionPreTagWordWrapping
{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}
