/******************
    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
*/
.asterisk {display: none;}

body,
.form-control {
    font-size: 17px;
}

@media screen and (min-width: 768px) {
	.longfree input {
		width: 700px !important;
	}
}

.ls-em-tip.em_default{display:none}

.ls-answers tbody .answertext {
    text-align: left !important;

}

#outerframeContainer {
    hyphens: none !important;
    -ms-hyphens: none !important;
    -moz-hyphens: none !important;
    -webkit-hyphens: none !important;
    word-wrap: none !important;
}



.navbar-brand {
    height: 100px !important;
}

.logo-container>img {
    max-height: 100% !important;
}

em {
    font-style: italic !important;
    font-family: Sans-serif !important;
    font-weight: 1 !important;
}


/* FOOTER */
body {
     padding-bottom: 0; /* 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 */
}

.enkfab-footer {
    font-size: 12px;
    text-align: center;
}

.form-horizontal label.control-label {
    text-align: left ;
}


#outerframeContainer {
    hyphens: none !important;
    word-wrap: none !important;
}
.asterisk {display: none;}

.enkfab-hide-1 {display: none;}

.ls-answers tbody .answertext {
    text-align: left !important;
}

input {
    text-align: left !important;

}

#outerframeContainer {
    word-wrap: normal;
    hyphens: none;
    -moz-hyphens: none;
    -epub-hyphens: none;
    -webkit-hyphens: none;
}

@media only screen and (max-width: 880px) {
.navbar-brand {
height: 130px !important;
}





.logo-container>img {
max-height: 100% !important;
}
.hidden-xs { display: block !important; }
}




@media only screen and (max-width: 800px) {
.navbar-brand {
height: 100px !important;
}

.Copylink {
  width: 75%;
  height: 100px;
  resize: none;
}


.logo-container>img {
max-height: 100% !important;
}
.hidden-xs { display: block !important; }
}
