/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* == Custom Fonts == */
@import url('https://surveys.policydesigncentre.ca/custom-fonts/public-sans/stylesheet.css');
@import url('https://surveys.policydesigncentre.ca/custom-fonts/alte-haas/stylesheet.css');



  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  
/*------------------------
    Policy Design Centre 
    Custom Theming
-------------------------*/


body {
    font-family: 'public_sanslight', 'Noto Sans', sans-serif !important;
}
h1,h2,h3 {
    font-family: 'alte_haas_groteskbold', Arial Bold, sans-serif;
}

/*===============================
Question display
================================*/

.question-text {
    font-size: 125%;
    border-bottom: 1px solid #ccc;
}
.question-title-container {
    /*background-color: #D7EEF3;*/
}
.question-container {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: none;
}
.question-valid-container {
    background-color: #FFF3CD;
    color: #bf5c11 !important;
}
.question-help-container {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666  !important;
}
.pdc-required-question {
    color: red;
    font-weight: bold;
}
.group-title {
    margin-bottom: 0;
}
body .top-container {
    margin-top: 0px !important;
}
.group-description div {
    background-color: #fff;
    border: none;
}
/*===========================================
Various Text Pieces 
============================================*/

.survey-description p {
    color: black;
}
.survey-welcome p {
    color: black;
}
.save-message p {
    color: black;
}
.token-page p {
    color: black;
}

/*Buttons --------------------------------*/
/*----------------------------------------*/
.btn-primary {
    background-color: #38aac4;
    border: 1px solid #D7EEF3;
}
.btn-primary:hover {
    /*background-color: #38aac4;
    border: 2px solid #D7EEF3;*/
}
