/******************
    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:#fee881 !important;
}
    


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
     background-color:#33aaff !important;
}

/* Button */
 .btn-primary {
    background-color: #0069b3 !important;
    color: #fee881 !important;
    border: 1px solid #33aaff !important;
}


.navigator {
    height: 75px !important;
}


 /*ls-move-btn ls-move-next-btn ls-move-submit-btn action--ls-button-submit  btn btn-lg btn-primary 
 */

.btn:focus, .btn:hover {
    color: #fccd01 !important;
    background-color: #33aaff !important;
    border: 1px solid #33aaff !important;
}

/* Space Between Group TOP */
.space-col {
    margin-top: 15px !important;
    margin-bottom: 35px !important;
}


.question-container:nth-of-type(odd) {
    background-color: #f2f2ff !important;
}


.question-container:nth-of-type(even) {
    background-color: #fafaff !important;
}


.survey-name{
   
    color: #0069b3 !important;
    font-weight: 600 !important;
    text-align: left !important;
}


.group-description {
    background-color: #fccd01 !important;
    color: #0069b3 !important;
    border: 1px solid #33aaff !important;
    box-shadow: 10px 10px 15px #deae01 !important;
	border-radius: 10px !important;
    
    
}

.group-title {
   
    color: #0069b3 !important;
    font-weight: 600 !important;
    text-align: left !important;
}


.logo-container {
    color: #ff0000 !important;
    font-weight: 600 !important;
    text-align: left !important;
    overflow: hidden !important; 
}
.mypagetitle {
    color: #fccd01 !important;
    font-weight: 600 !important;
    text-align: left !important;
    float:right !important;
  
margin: 0;
  position: absolute;
  top: 60%;
  left:120px;

    
}
.mypagetitle_flow {
    color: #fccd01 !important;
    font-weight: 600 !important;
    text-align: left !important;
    float:right !important;
  
margin: 0;
  position: absolute;
  top: 30%;
  left:70px;

    
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #33aaff !important;
  text-align: center;
  height:50px;
}
    
    
.footer-table table, tbody, td, tr {
  border:0px !important;
    
}

.img-fluid-mylogo {
  max-width: 10%;
}

.asterisk {display:none;}






