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

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-image: linear-gradient(to right, #302777 , #48b8e4);
}

/*
.logo-container>img {
    max-height: 100px;
    height: 100%;
    padding: 14px;
    width: auto;
    margin-left: 35px;
}*/

.logo-container>img {
    max-height: 110px;
    height: 100%;
    padding: 14px;
    width: auto;
    margin-left: 10px;
}

.top-container {
    width: 100%;
    padding: 0;
    border-bottom: none;
    color: inherit;
    margin-top: 10px!important;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e66327;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.btn {
    border-width: 2px;
    border-radius: 50px;
    width: 200px;
    font-size: 23px;
}

.text-muted {
    color: #b4bcc2;
    text-align: center;
    font-size: 16px;
}

/*
.text-info, .text-info:hover {
    color: #3498db;
    font-size: 40px;
    font-weight: 800;
}
*/

.survey-description {
    color: #3498db;
    font-size: 40px;
    font-weight: 800;
}

.animate {
    color: #ffffff!important;
}

.animate:hover { 
    font-size: 16px;
    font-weight: 800;
}

.ls-answers {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.teste {
    background-image: linear-gradient(to right, #302777 , #48b8e4);
    width: 100%;
}

.bg-primary {
    color: #000!important;
    background-color: #f3f3f300!important;
}

.flatly label::after {
    background-color: #f39c12;
}

.checkbox-item label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 1px;
    top: 1px;
    border-radius: 3px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}

.btn-primary {
    color: #ffffff;
    background-image: linear-gradient(to right, #302777 , #48b8e4);
}

.answer-container {
    border: none;
}

.question-container {
    margin-bottom: 2em;
    background: white;
    color: #444;
    border-bottom: 0px solid #dbdbdb;
}

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

.ls-input-group-extra {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
    line-height: 1;
}

.radio-item label, .checkbox-item label {
    cursor: pointer;
    padding-top: 0!important;*/
    margin-bottom: 0!important;
}

.group-title {
    color: #3498db;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 18px;
}

.group-description{
    background-color: transparent;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #f39c12;
}

@media only screen and (max-width: 760px) {

  .survey-description {
    font-size: 16px;
  }
  
  .survey-name {
      font-size: 32px;
  }

}


