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

/* =============================================================================
GENERAL STARTS
----------------------------------------------------------------------------- */
/*@media (max-width: 1000px) {
  #outerframeContainer {
    display: none ;
  }
 #smallscreen {
    display:block;
     margin: 60px;
  }
  .navbar {
      display:none;
  }
}

@media (min-width: 1000px) {
  #smallscreen {
      display: none;
  }
}*/

/*@media only screen 
    and (min-device-width:375px) 
    and (max-device-width:667px) 
    and (-webkit-min-device-pixel-ratio:2) 
    and (orientation:landscape) {
    html {
        transform: rotate(90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0
    }
}*/

.navbar, .asterisk, .ls-question-mandatory.text-danger{
    display:none;
}

.question-container {
    border: 0;
    background-color: transparent;
    hyphens: none;
}

/* -----------------------------------------------------------------------------
GENERAL ENDS
============================================================================= */

/* =============================================================================
WELCOME SCREEN STARTS
----------------------------------------------------------------------------- */

#welcome-container .survey-name{
	display:none;
}

.dir-ltr #welcome-container .survey-description{
	color: black;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
}

.dir-rtl #welcome-container .survey-description{
	color: black;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: right;
}

.form-change-lang{
    display:none;
}

/* -----------------------------------------------------------------------------
WELCOME SCREEN ENDS
============================================================================= */
    
/* =============================================================================
DEMOGRAPHICS STARTS
----------------------------------------------------------------------------- */

.experience-with-illness .ls-even{
    background-color: #CBE0EE;
}

.age .ls-em-tip{
    display:none;
}

/* -----------------------------------------------------------------------------
DEMOGRAPHICS ENDS
============================================================================= */

/* =============================================================================
BACKGROUND QUESTIONS STARTS
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
BACKGROUND QUESTIONS ENDS
============================================================================= */
