/******************
    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
*/

@font-face {
  font-family: "CDUKievitTab Regular";
  font-weight: "";
  font-style: "";
  src: url("../files/CDUKievitTab-Book.woff") format("woff")
}
  
@font-face {
  font-family: "CDUKievitTab Italic";
  font-weight: "";
  font-style: "";
  src: url("../files/CDUKievitTab-Italic.woff") format("woff")
}
  
@font-face {
  font-family: "CDUKievitTab Bold";
  font-weight: "";
  font-style: "";
  src: url("../files/CDUKievitTab-Bold.woff") format("woff")
}
  
@font-face {
  font-family: "CDUKievitTab Bold Italic";
  font-weight: "";
  font-style: "";
  src: url("../files/CDUKievitTab-BoldItalic.woff") format("woff")
}
  
@font-face {
  font-family: "KievitOffc Medium";
  font-weight: "";
  font-style: "";
  src: url("../files/KievitOffc-Medi.woff") format("woff")
}
  
@font-face {
  font-family: "CDUKievitTab Medium";
  font-weight: "";
  font-style: "";
  src: url("../files/CDUKievitTab-Medium.woff") format("woff")
}



@font-face {
    font-family: Kievit;
    src: url(../files/CDUKievitWeb-Medium.eot);
    src: url(../files/CDUKievitWeb-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Kievit;
    src: url(../files/CDUKievitWeb-MediumItalic.eot);
    src: url(../files/CDUKievitWeb-MediumItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Kievit;
    src: url(../files/CDUKievitWeb-Bold.eot);
    src: url(../files/CDUKievitWeb-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Kievit;
    src: url(../files/CDUKievitWeb-BoldItalic.eot);
    src: url(../files/CDUKievitWeb-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

html, body {
    font-family: 'CDUKievitTab Regular', Kievit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000;
    background: #fff;
}

body .top-container {
    margin-top:0;
}

.survey-name {
    font-family: 'CDUKievitTab Regular', Kievit, sans-serif;
}

button, .btn-primary {
    font-family: 'Inter', Kievit, sans-serif;
    font-weight: 700;
    background-color: #2d3c4b;
    border: 1px solid #2d3c4b;
    color: #FFF;
}

.top-container .progress {
    height: 4px;
}

.progress-bar {
    color: #ffffff;
    background-color: #2d3c4b;
    box-shadow: none;
}

.radio-item input[type=radio]:checked + label::before {
    border-color: #2d3c4b;
}

.radio-item input[type=radio]:checked + label::after {
    background-color: #2d3c4b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

table.subquestion-list thead td { display: none; }
table.subquestion-list tbody th.answertext { display: none; }

colgroup.col-responses col.col-answers { display: none; }

