@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
    url('../fonts/source-sans-pro/source-sans-pro-v13-latin-ext_latin-300.woff2') format('woff2'),
    url('../fonts/source-sans-pro/source-sans-pro-v13-latin-ext_latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
    url('../fonts/source-sans-pro/source-sans-pro-v13-latin-ext_latin-regular.woff2') format('woff2'),
    url('../fonts/source-sans-pro/source-sans-pro-v13-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
    url('../fonts/source-sans-pro/source-sans-pro-v13-latin-ext_latin-600.woff2') format('woff2'),
    url('../fonts/source-sans-pro/source-sans-pro-v13-latin-ext_latin-600.woff') format('woff');
}

body, html {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
}

.navbar {
    background: #fff !important;
}

.navbar > .container-fluid {
    margin: 1em 0;
}

@media (min-width: 768px) {
    .navbar > .container-fluid {
        margin: 0;
    }
}

.navbar-brand {
    min-height: 90px;
}

.logo-container > img {
    max-height: 38px;
    height: 38px;
    padding: 0;
    margin: 26px 15px;
}

@media (max-width: 767px) {
    .logo-container > img {
        margin: 5px 0 5px 15px;
    }

    .navbar-brand {
        display: block !important;
        min-height: 48px;
    }
}

#dynamicReloadContainer {
    padding: 0 2em;
}

#outerframeContainer {
    padding: 0;
}

#surveys-list-jumbotron {
    display: none;
}

.top-container {
    margin: 2rem auto !important;
}

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

.group-container {
    padding: 0 0.5rem !important;
    margin: 0 !important;
}

.card, .question-container, .well {
    background: transparent !important;
}

.question-title-container {
    padding-bottom: 0;
}

.survey-welcome, .well {
    padding: 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
}

.well h2 {
    margin-top: 0;
}

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

@media (min-width: 768px) {
    .top-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .top-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .top-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .top-container {
        max-width: 1320px;
    }
}

a {
    color: #5691d1;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #5691d1;
    text-decoration: underline;
}

h1 {
    font-size: 3.5em;
    font-weight: 300;
    margin-bottom: .75em;
}

p, .text-primary {
    color: #212529 !important;;
    line-height: 1.4;
    font-size: 1em;
}

.btn {
    border: 1px solid transparent !important;
    border-radius: 0;
    color: #fefefe;
    background-color: #005aa0;
}

.btn:not(.active):hover, .btn:focus {
    background-color: #005aa0 !important;
    color: #fefefe !important;
    outline: none !important;
}

.btn-primary {
    background-color: #005aa0;
    color: #fefefe;
}

.btn-primary:not(.active):hover, .btn-primary:focus {
    background-color: #005aa0 !important;
    color: #fefefe;
    outline: none !important;
}

.btn-secondary {
    background: #515151;
    color: #fefefe;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: #000 !important;
    color: #fefefe;
    outline: none !important;
}

.table thead, .table tbody {
    border: 1px solid #e7e7e7 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none;
}

.table-bordered {
    border: none;
}

table.ls-answers {
    margin: 1rem 0;
}

.table p {
    margin-bottom: 0;
}

.imageselect-list.radio-list {
    margin-left: 1rem;
}

.radio-item, .checkbox-item {
    margin-bottom: 0.5rem !important;
}

.radio-item label {
    padding: 0 1rem 0 0.2rem;
}

.radio-item label::before {
    top: 4px;
}

.radio-item label::after {
    top: 7px;
}

.radio-item .ls-label-xs-visibility, .checkbox-item .ls-label-xs-visibility {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.checkbox-item label::before {
    top: 3px;
}

.checkbox-item label::after {
    top: 4px;
    color: #fff;
}

.progress-bar {
    background: #5ba269;
}

.form-control, .progress {
    border-radius: 0;
}

.asterisk {
    margin-right: 4px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 4px;
    }
}

.save-survey-form .asterisk {
    float: none !important;
}
