/******************
    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 {
    font-size:16px;
    padding-top: 110px !important;
}

.apenas-leitor-ecra {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.apenas-leitor-ecra-focado:focus {
  position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    z-index: 99999999;
    top: 10px;
    left: 10px;
}

.fruity form .form-control:focus{
    box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 3px #FFBB32;
    border-color: #C4C7CA;
}

h1.text-center{
    text-align: left;
    margin: 46px 0 40px;
}

.fruity .text-info.survey-description{
    color: #0E0F10;
}

.list-question-select {
    font-size:16px;
}

.form-control {
    font-size: 16px;
}
    

.navbar-header {
    float: none;
    margin: 0 auto;
}
 
.navbar-brand.logo-container {
    display: block !important;
    float: none;
    margin: 0 auto;
    text-align: center;
}
 
.navbar-brand > img {
    margin: 0 auto;
}    

.group-title {
     text-align: left;
}

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

div.question-container{
    box-shadow: none;
    border: none;
}

.answer-container{
    padding-top: 8px;
}

.ls-em-tip .fa,
.emtip .fa,
.ls-questionhelp::before{
    display: none;
}

.ls-answers{
    padding: 0;
}
.dir-ltr .ls-questionhelp,
.ls-question-message{
    margin: 0;
    font-weight: 400;
}

.control-label{
    margin-bottom: 8px;
}

.fruity input[type="text"],
.fruity input[type="email"]{
    padding: 9px 16px;
    border-radius: 12px;
    height: auto;
    border-color: #C4C7CA;
    box-shadow: none;
}

.radio-list .list-unstyled{
    display: flex;
    flex-direction: row;
}

.radio-list .list-unstyled .answer-item {
    margin-bottom: 0;
}

.dir-ltr .radio-item input[type="radio"],
.dir-ltr .checkbox-item input[type="checkbox"]{
    left: -20px;
    margin: 0;
    width: 28px;
    height: 28px;
    font-size: 19px;
}

.radio-item label::before,
.checkbox-item label::before{
    width: 28px;
    height: 28px;
    margin-left: calc(-12px - 28px);
}

body .answer-item.radio-item label::after{
    left: calc(-12px - 28px);
    margin: 0;
    height: 28px;
    width: 28px;
    top: 0;
    background-color: #fff !important;
    font-size: 19px;
    border: solid 7px #008743;
}

body .answer-item.checkbox-item label::after{
    left: calc(-12px - 28px);
    margin: 0;
    height: 28px;
    width: 28px;
    top: 0;
    background-color: #008743 !important;
    font-size: 19px;
}

.radio-list li,
.checkbox-list li{
    margin-right: calc(12px + 28px);
    padding-left: calc(12px + 28px);
}

.form-control.date-control{
    border-right: none;
}

.fruity .date-timepicker-group .input-group-addon{
    background: none;
    border-color: #C4C7CA;
    border-left: none;
    color: #3D3F43;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.fruity form .btn-primary.action--ls-button-submit{
    background-color: #0E0F10 !important;
    border-color: #0E0F10;
    border-radius: 24px;
    font-weight: 600;
    letter-spacing: 0;
}

.fruity .text-success,
.fruity .text-info,
.fruity .text-primary{
    color: #008743;   
}
.fruity .bg-primary {
    background-color: #008743;
}