/******************
    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 
	ALFR-27-07-2022
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); 
/* Style tab links */
body {
  background-attachment: fixed;
  font-weight: 300;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #fff;
  background-repeat: no-repeat;
  hyphens: none;
  
}
.font-arial {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 950px) {
#outerframeContainer.container {
    width: 98%;
}
}
@media only screen and (max-width: 950px) {
table.ls-answers tr th {
    font-size: 1em;
    text-align: left;
    font-weight: 700;
}
}
@media (max-width: 1400px) {
.form-inline .form-control {
    display: inline-block;
    width: 150%;
    vertical-align: middle;
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (max-width: 1100px) {
#navigator-container {
  padding-bottom: 1em ;
  margin-left: 1% !important;
  margin-right: 1% !important;
}
}
.question-container.input-error {
    border: 1px solid red;
}
.navbar-header {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
  display: block;
  text-align: left;
}
.col-xs-6.text-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
.top-container .progress {
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,);
  font-weight: 300;
  margin-left: 5%;
  margin-right: 5%;
}
    }
.col-xs-6.text-left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 0px solid #ddd;
}
.input-error input {
    border: 0px solid #E75041;
}
.left .ls-label-question {
  text-align: left;
}
.question-valid-container .text-danger {
    font-weight: bold;
    display: none;
}
.h1, h1 {
    font-size: 28px;
}
.text-danger {
    color: #EE2B2B;
    display: none;
}
@media (max-width: 1400px) {
.form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
}
@media only screen and (max-width: 800px) {
.logo-container.hidden-xs {
    display: flex !important;
    margin-left: 5px margin-top: 5px;
    width: 100%;
    justify-content: center;
}
}
table.ls-answers {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    border: 0px;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    display: none;
    border-radius: 6px;
}
@media (min-width: 768px) {
.form-inline .form-control {
    display: inline-block;
    width: 200%;
    vertical-align: middle;
}
}
body .space-col.top-container {
    margin-top: 5px;
}
#ls-button-previous {
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
}
.container {
    width: 70%;
}
.question-container .text-small {
    font-size: 12px;
    line-height: 15px;
}
.table-hover > tbody > tr:hover {
    width: 100%;
    background-color: #EDF1F7;
    border-radius: 20px;
    border: 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.ls-question-message {
  font-size: 16px;
}
.question-container {
    margin-bottom: 0em;
    border: 0px;
    background-color: transparent;
    border-radius: 20px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 20px;
    hyphens: none;
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgb(82, 82, 82);
    font-size: 12px;
    font-weight: 700;
    font-family: ubuntu, Helvetica, sans-serif;
}
.small, small {
    font-size: 50%;
}

element {
    
}
.logo-container > img {
    max-height: 72px;
    padding: 9px;
    width: auto;
    background-color: transparent;
    border: 0px;
    border-radius: 5px;
    margin-top: -15px;
    
}
#ls-button-submit {
    color: rgb(82, 82, 82);
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-color: rgb(82, 82, 82);
    font-size: 1em;
    font-weight: 700;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#ls-button-previous {
  background-color: transparent;
  border-color: transparent;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 12px;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #a8a8a8;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 5px;
    font-weight: 300;
   }
.progress {
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,);
  font-weight: 300;
  margin-left: 16%;
  margin-right: 16%;
}
.alert-warning {
    color: #a8a8a8;
    background-color: rgba(248,248,248,0.90);
    border-color: #a8a8a8;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
    display: none;
}
.progress-bar {
    float: left;
    width: 10%;
    height: 100%;
    font-size: 0.8em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2680EB;
    -webkit-box-shadow: inset 0 0px 0 rgba(0,0,0);
    box-shadow: inset 0 0px 0 rgba(0,0,0);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.group-title {
    color: #013580;
    border-color: #a8a8a8;
    font-weight: 300;
    font-size: 1.6em;
    text-align: center;
    padding-top: 2%;
     margin-bottom: 0%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    
    font-size: 1.4em;
}
.ls-answers label, .ls-answers th {
    font-weight: 300;
    font-size: 1em;
}
.ls-answers .ls-heading th {
    font-weight: 700;
    font-size: 0.8em;
}
.radio-list li {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: bottom;
  padding-top: 15px;
  padding-left: 28px;
  border-radius: 8px;
  border: 1px solid rgb(82, 82, 82,0.5);
  clear: both;
  margin-right: 0rem;
  color: #000;
  padding-right: 0px;
  padding-bottom: 10px;
  text-align: left;
}
.navbar-brand {
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    min-height: 72px;
    height: 40px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    background-color: transparent;
    border: 0px solid #a8a8a8;
    border-radius: 1px;
    margin-top: 15px; 
}
.space-col {
    margin-top: 1em;
    margin-bottom: 0em;
}
.ls-answers {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-right: 1%;
}
.radio-item label::after {
background-color:#2680EB;
}
.ls-label-question {
    text-align:center;
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
}

.checkbox-item label::after {
  background-color: #2680EB;
}

h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4em;
  margin-bottom:20px;
}
.modal-content {
  padding: 20px 20px 20px 20px;
}
.modal-header {
  padding: 15px;
  border-bottom: 0px solid #fff;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 0px solid #fff;
}