/******************
    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
*/
em {
    font-weight: 100 !important;
}
#dynamicReloadContainer {
    padding:10px;
}
.answer-text{
    font-size:.85em;
}
.answertext{
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
.fruity .text-warning {
    color: #2d3035; /*#52c9f4*/
}
.ls-em-success {
    display:none;
}
@media (max-width: 768px) {
.navbar-header {
    position: relative; 
}
}
.radio-item label::after {
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    left: .14px;
    top: .14px;
}
.radio-item input[type="radio"]:checked + label::after {
    animation-duration: 200ms;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-weight: 700;
}
.LinkedIn {
    max-width:30px;
    padding-top:5px;
}

.completed-text {
       padding-bottom: 20px;
}
body {
    padding-bottom: 0px;
}
  .navigator {
      margin-left:0px;
      margin-right:0px;
  }
  #outerframeContainer {
      -webkit-box-shadow: 0px 0px 31px -14px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 31px -14px rgba(0,0,0,0.28);
box-shadow: 0px 0px 31px -14px rgba(0,0,0,0.28);
    padding-top: 10px;
    margin-top: 15px;
    
    margin-bottom: 25px;
  }
.footerrow {
    background-color: #333333;
    padding-top: 10px;
    min-height: 60px;
}

body {
     padding-bottom: 0 !important; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
}


.fruity .btn-primary, .fruity .btn-primary[disabled] {
    color: #2d3035;
    background-color: #fff;
    border: 2px solid #0c9fd4;
    border-radius: 0px;
    min-width:100px;
    font-weight: bold;
}
.fruity .btn-primary:hover, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary[disabled]:hover{
    color: #fff;
    background-color: #52c9f4;
    border: 2px solid #0c9fd4;
    border-radius: 0px;
}
.fruity .btn-default {
    color: #2d3035;
    background-color: #fff;
    border: 2px solid #0c9fd4;
    border-radius: 0px;
    min-width:100px;
    font-weight: bold;
}
.fruity .btn-default:hover, .fruity .btn-default:active, .fruity .btn-default:focus {
    color: #fff;
    background-color: #52c9f4;
    border: 2px solid #0c9fd4;
    border-radius: 0px;
}

.pd-10 {
    padding:10px;
}
.pdl-25 {
    padding-left:25px;
}
.logo-container>img {
    max-height: 80px;
    padding: 3px; 
        padding-left: 30px;
}
.fruity .navbar-toggle {
    border: solid 1px #52c9f4;
}
.fruity .navbar-toggle .icon-bar {
    background-color: #52c9f4;
}
body .answer-item label::after {
    background-color: #52c9f4;
}

/* Ranking question */
.sortable-choice {
  padding: 5px;
}
.sortable-choice .ls-choice.sortable-item {
  background-color: #ddd;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.sortable-rank {
  padding: 5px;
}
.sortable-rank .ls-choice.sortable-item {
    background-color: rgb(195 204 66 / .5);
    border: 1px solid #333;
    margin-bottom: 5px;
    color: #333;
}

.asterisk {
    margin-left: -10px;
    margin-top: 30px;
    font-size: 10px;
}

.fruity .text-primary {
    color: #2d3035;
}
.fruity .text-info {
    color: #2d3035;
}
.fruity a {
    color: #007b71;
}

.fruity .progress-bar {
    color: #fff;
    background-color: #52c9f4;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

.fruity .well {
    background-color: transparent ; 
    border: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.fruity .text-danger {
    display:none;
}
.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #36b3a8;
    border: 1px solid #0c9fd4;
}

.cluster_header{
    font-size: 1.24em;
}
.cluster_question{
    font-size: 1.1em;
}