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

body {
    background-color: #fafafa;
    background-image: url('../files/plan-s_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 100px;
}

.top-container .progress {
    margin: 4em 0 2em;
}

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


.space-col {
    margin-top: 0;
    margin-bottom: 0;
}

#outerframeContainer {
    hyphens: none;
    background-color: #fff;
    border: 1px solid #dadada;
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 2em;
}

.navbar-default, .progress-bar, .btn-primary, label::after {
    background-color: #f58220;
}

.btn-primary {
    border-color: #b64f00;
}

.btn-primary:hover, .btn-primary:active {
    border-color: #f58220;
    background-color: #b64f00;
}

.navbar-default .navbar-nav > li > a {
    color: #111;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #444;
}

.survey-name {
    color: #f58220;
    font-weight: 700;
    padding-top: 1em;
}

.alert-warning {
    color: #bf630d;
    border-color: #ee7d11;
    background-color: #fce5cf;
}

.text-info {
    color: #b64f00;
}

.group-title {
    font-weight: 700;
    color: #f58220;
    margin-top: 1em;
    margin-bottom: 0;
}

.group-description {
    background-color: initial;
    border: none;
    box-shadow: none;
    padding-left: 2em;
    padding-right: 2em;
}

.question-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.asterisk {
    margin-left: -1.5em;
}

.fa-asterisk, .fa-exclamation-circle {
    margin-right: 0.5em;
}

.dir-ltr .ls-questionhelp {
    margin-left: 1.7em;
}

.dir-ltr .ls-questionhelp::before {
    left: -1.6em;
}

.subquestion-list {
    margin-bottom: 1em;
}

.subquestion-list::after {
    content: "";
    display: table;
    clear: both;
}

.survey-description, .survey-welcome {
    color: #111;
    font-size: 14px;
    line-height: 1.42857;
    padding-bottom: 1em;
}

.survey-description + .survey-welcome {
    border-top: 1px solid #ddd;
}

.question-count-text {
    margin-top: 2em;
}

.question-help-container {
    margin-bottom: 1em;
}

.question-number {
    margin-left: 0;
    margin-right: 0.5em;
}

.yesno-button .button-item {
    background-color: #ccc;
    border-color: #aaa;
    color: #008000;
}

.yesno-button .button-item.active {
    background-color: #f58220;
    color: #fff;
}

.yesno-button .button-item:hover {
    background-color: #bbb;
}

.yesno-button .button-item.active:hover {
    background-color: #0084c2;
}

.yesno-button .button-item+.button-item {
    color: #800000;
}

.yesno-button .button-item+.button-item.active {
    color: #fff;
}

.checkbox-item label::before:checked {
  border: 1px solid #f00;
}

.checkbox-item label::after {
    padding-top: 0;
    color: #fff;
}

.checkbox-item label::before, .radio-item label::before, .form-control {
    border-color: #777;
}

.radio-item label::after {
    background-color: #f58220;
}

.navbar-header {
    display: flex;
}

.navbar-default .navbar-brand:not(.logo-container) {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.logo-container img {
  max-height: 90px;
  min-width: 160px;
  width: auto;
  padding: 15px;
}

li.question-item.answer-item.text-item.form-group::after {
  display: table;
  content: "";
  clear: both;
}

li.question-item.answer-item.text-item.form-group label {
    padding-top: 0.5em;
}

li.question-item.answer-item.text-item.form-group {
    margin-bottom: 0.25em;
}

.sortable-rank li {
    background-color: #f58220;
    color: #fff;
}

.navbar-action-link {
    height: 90px;
    display: flex;
    align-items: center;
}

.url-wrapper-survey-return {
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

em {
    font-weight: 300;
}

.navbar {
    display: flex;
    justify-content: space-between;
}

.navbar:before, .navbar:after {
    display: none;
}

.privacy .limit-text-window, .info-box {
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    margin-bottom: 1em;
    padding: 0 1em 1em;
    max-height: initial;
    text-align: left;
}

.privacy .limit-text-window h1, .info-box h1 {
    font-size: 1.5em;
    margin: 0.75em 0;
    border-bottom: 1px solid #d6d6d6;
}

.privacy .limit-text-window li, .info-box li {
    margin: 0.75em 0;
}

.privacy .limit-text-window>*, .info-box>* {
    max-width: 70rem;
}

.multiple-opt .answer-container + .question-help-container {
    margin-top: -1.5em;
}

span.sq-timestamp {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 13px;
    font-weight: bold;
}

.yesno-button .button-item.inactive {
    color: #777;
}

.group-title+.mandatory-notice {
    margin-top: 2em;
}

.mandatory-notice {
    font-size: 0.9em;
    font-weight: 300;
    font-style: italic;
    margin: 0 1.3em 0.5em;
}

.mandatory-notice .fa-asterisk::before {
    font-size: 0.9em;
}

.no-background {
    border: none;
    background-color: transparent;
}

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

.event-time {
    display: inline-block;
    width: 6em;
    margin-right: 0.5em;
    font-size: 0.9em;
    font-weight: 700;
}

i {
    font-weight: 300;
}

img {
    display: block;
    max-width: 100%;
}

.cs-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cs-table, .cs-table th, .cs-table td {
    border: 1px solid #777;
}

.cs-table th {
    color: #f60;
    background-color: #ddd;
}

.cs-table th, .cs-table td {
    padding: 5px 10px;
}

.cs-table td {
    vertical-align: top;
}

.ls-answers label {
    font-weight: 300;
}

.answer-dateinfo {
  font-size: 13px;
  font-weight: 700;
}

.answer-extrainfo {
  font-size: 13px;
  font-style: italic;
}