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

:root {
    --primary: #0038f0;
    --secondary: #d3242e;
}

body {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 100px !important;
}

h4 {
    font-size: 20px
}

h4.survey-title {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

h5 {
    font-size: 18px
}

table {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.table > :not(:first-child) {
    border-color: #cccccc;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.btn {
    border-radius: 0;
    border-width: 2px;
}

.btn-primary {
    background-color: #ffffff;
    border-color: #252525;
    color: #252525;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #ffffff;
    border-color: #66cc33;
    color: #66cc33;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background-color: #fff;
    border-color: #252525;
    color: #252525;
}

.space-col {
    margin-bottom: 0.5em;
}

.logo-container > img {
    max-height: 80px;
    padding: 15px 15px;
}

.navbar-header {
    float: left;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}

h1.survey-name,
.group-title.h3 {
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
}

.table-intro td {
    padding: 1em;
}

.table-intro table img {
    width: 100px;
    min-width: 100px;
}

.table-array-radio {
    margin-bottom: 1em;
}

.question-container {
    border: 0;
    background-color: #f2f2f2;
    padding: 1rem;
}

.ls-answers tbody .answertext {
    text-align: left;
}

.ls-answers .ls-heading th {
    font-weight: 600;
}

.completed-text > p ,
.completed-text > .url-wrapper-survey-print {
    display: none;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table.ls-answers {
        padding: 0;
    }

    table.ls-answers tr {
        margin-bottom: 0;
    }

    table.ls-answers tr th {
        font-size: 1em;
        font-weight: 600;
    }
}

.privacy {
    margin-top: 2em;
}

.privacy .panel {
    border: 1px solid #ccc;
    padding: 0 1rem 1rem 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.data-security-checkbox-container {
    float: left;
    margin-right: 1em;
}

.data-security-checkbox-container input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.dot {
    height: 60px;
    width: 60px;
    background-color: #7acaf1;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

.asterisk .fa-asterisk {
    margin-right: 5px;
}

div.title-column {
    background: #e7e7e7;
    
}

.question-feedback-container {
}

.question-feedback-container .question-text {
    color: #ffffff;
}

.w-100 {
    width: 100%;
    max-width: 100%;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.m-2 {
    margin: 0.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 2rem;
}

.mt-6 {
    margin-top: 3rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.p-0 {
    padding: 0rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.border {
    border: 1px solid #e7e7e7;
}

.d-flex {
    display: flex !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

/* -------------------------------------------- */

.navigation-wrapper {
    margin: 20px auto 0;
    width: 100%;
}

.navigation {
	align-content: center;
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	z-index: 1000;
}	

.nav {
	flex: 0 1 auto;
}
	
.nav .nav--level1 {
	display: inline-block;
	list-style: none;
}	
	
.nav .nav--level1 > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav .nav--level1 > li > a {
	display: block;
	padding: 10px 15px;
	color: #333333;
	font-weight: 600;
}

.nav .nav--level1 > li > a:hover,
.nav .nav--level1 > li > a:focus {
    border-bottom: 3px solid #96c21c;
}

.competences td {
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.feature-image {
    max-width: 60px;
}


footer {
    margin-top: 4rem;

    .h3 {
        color: #252525;
    }
    
    .footer {
        border-top: 1px solid #ccc;
    }
    
    .footer .nav {
        margin-top: 1rem;
    }

    .footer li {
        margin-right: 1rem;
    }

    .footer .nav a {
        color: #252525;
    }

    .footer .nav a:focus,
    .footer .nav a:hover {
        color: #66cc33;
    }
}

.progress-bar {
    background-color: #66cc33;    
}

.top-container .top-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.ls-questionhelp {
    color: #006b99;
}

.modal-title {
    margin-bottom: 1rem;
}

li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
    margin-bottom: 0.75rem !important;
}
