/* DEMO CONTENT */

body[dir=rtl] #navbar-mobile .navbar-right {
/* RTL Styles */
	left: -1px;
    right: auto;
}
body[dir=rtl] #navbar-mobile {
	margin-right: auto;
    margin-left: 0;
}
body[dir=rtl] .navbar-fixed-bottom {
	padding-left:0
}
body[dir=rtl] .footer-content>strong {
	margin-right:auto;
}
body[dir=rtl] .navbar-header {
	margin-right:5px
}
body[dir=rtl] h1.small {
	letter-spacing:0;
}

/* 2.1 Updates */
.footer-content .credit {
	margin-left:auto;
}
.footer-content .credit small {
	width:100%;
	text-align:right;
}
.label-screenforms {
	max-width:300px;
	display:flex;
	flex-direction:column;
	background:none;
	color:#222;
	border-radius:5px;
	opacity: 0.5;
	align-items: flex-end;
  margin-left: auto;
  order: 2;
  margin-top:7px;
}
.label-screenforms img {
	max-height:44px
}
#navbar-bottomsecond .navbar-text {
	display:flex;
}
.small, small {
    font-size: 90%;
}
.navbar-fixed-bottom .icon-help {
	opacity:0.7;
	font-size:40px;
}
#navbar-bottomsecond .navbar-text p {
	text-align:left;
}
.navbar.navbar-fixed-bottom {
	background: linear-gradient(0deg, hsla(191, 40%, 81%, 1), hsla(191, 50%, 90%, 0.9));
}
.navbar-default .navbar-text:not([data-toggle=collapse]) {
border-color:hsla(191, 50%, 100%, 1);
}
.panel-default>.panel-heading {
	border-bottom-color:#e7f4f7;
}
.navbar-default.navbar-fixed-bottom, .navbar-default .navbar-text:not([data-toggle=collapse]), .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
.navbar-default.navbar-fixed-bottom>.navbar-nav>li>a:focus, .navbar-default.navbar-fixed-bottom>.navbar-nav>li>a:hover, .navbar-default.navbar-fixed-bottom>.navbar-nav>li>a:not(.collapsed) {
	background:none;
}
.navbar-fixed-top {
	display:flex;
}
#navbar-mobile {
	margin-left:auto;
	right:-1px;
}
#navbar-mobile .navbar-right {
	text-align:right;
position: absolute;
    right: 0;
    z-index: 9;
}
.navbar-right .dropdown a {
	display:flex;
	text-align:right;
	flex-direction:row;
}
.navbar-right .caret {
	margin-top:3px;
	font-weight:500;
}
.language-switch {
	display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}
.navbar-right .language-switch .dropdown-toggle {
	display:flex;
	flex-direction:row;
}
.navbar-inverse .navbar-nav ul {
	border:none;
}
.navbar-inverse .dropdown-menu .divider {
	display:none
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li {
	border:none;
	flex-direction:inherit;
}
.label-screenforms a:hover {
	cursor:default;
}
.navbar-right .language-switch .dropdown-toggle {
	padding-left: 7px;
	padding-right: 8px;
}
@media screen and (max-width:420px) {
	.language-switch .dropdown-toggle span {
	/*display:none;*/
	}
	.dropdown-toggle {
		/*max-width:70px;*/
	}
}
@media screen and (max-width:766px) {
	.navbar-inverse .navbar-nav>.open>a {
		display:none;
	}
	#navbar-bottomsecond > div {
		align-items: center;
	}
	#navbar-bottomsecond .navbar-text {
	max-width: 100%;
	width:100%;
	}
	.label-screenforms {
		margin-left: initial;
	}
	.footer-content .credit small {
		text-align:center;
	}
}

.ui-dialog-titlebar-close {
    background-color: #ccc;
    padding: 7px;
    z-index: 99999;
}
.ui-dialog-titlebar-close:hover {
	background-color:#bbb;
}
form label {
	font-weight:500;
}
#shGroup .panel-body .btn-default {
	background: hsla(189, 13%, 86%, 1);
}
#shGroup .panel-body .btn-default:hover {
	background: hsla(189, 13%, 100%, 1);
}

/* Brand colors
Blue		222222
Green		6DB43F
LightBlue	E7F4F7
Purple		972F85
Light grey	515050
*/
html body, .panel {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	color:#222222 !important;
	font-size:16px;
}
.text-size-large {
	font-size:16px;
}
body {
    background:#E7F4F7;
    color:#222222;
    margin-bottom:30px;
}
.btn-default {
	border-color:transparent;
}
.btn-default, legend {
    color:#222222;
}
.btn-primary, .btn-success {
    color:#FFF;
}
.surveySteps {
    margin:40px 0;
}
legend {
    font-weight:bold;
}
.question {
    padding:15px 0;
}
#surveyResults .panel-default .panel-heading {
	display:flex;
	background:#FFF;
}
#surveyResults .panel-default .panel-heading .row.hidden-print {
	margin-left:15px;
}
.panel-body {
    position: relative;
    background: hsla(191, 50%, 97%, 1);
}
#surveyResults .question {
	display:flex;
}
#surveyResults .question > .question-inner {
	width:100%;
}
.resultToggle {
	display:flex;
}
#surveyResults .btn, a.btn, button.btn, button.ui-button {
	font-weight:500;
}
.resultToggle .btn {
	font-weight:500;
	flex-grow: 1;
	flex-shrink:1;
}
.question.highlit {
    background:#D1E7E5;
}
.question i {
	margin-left:auto;
	visibility:hidden;
	padding: 5px 10px 0px 10px;
	opacity:0.7;
	color: #f44336;
}
.question.highlit i {
	visibility:visible;
}
body[dir="rtl"] .question .ltr {
	display: block;
	direction: ltr;
	text-align: right;
	font-size: small;
	color: #999;
}
body[dir="rtl"] .panel-body b {
    float: left;
}
.survey-content .panel .panel-heading {
    font-weight:bold;
}
.panel {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}
h1 {
	font-size:34px;
	line-height:40px;
}
.lead {
	font-size:36px;
	font-weight:500;
}
p.lead {
	font-size:20px;
	font-weight:500;
}
h1.lead {
	font-size:24px;
	line-height:28px;
}

h1.small {
	font-size:14px;
	line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
	opacity: .5;
}
@media screen and (max-width:771px) {
	h1.small {
	font-size:12px;
	line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
ul#prot_summary_general > li{
    list-style-type:none;
}
label.pb-a-label {
    position: absolute;
    left:0;
    width: 100%;
    color: black;
    font-weight: bold;
    text-align: center;
}
.panel img
{
    max-width: 100%;
}

.login-cover {
    background: url('../images/login_cover.jpg') no-repeat;
    background-size: cover;
}
.login-container {
    display: table;
    width: 100%;
    height: 100%;
}
#navbar-bottomsecond>div {
	display:flex;
	flex-direction:row;
}
@media screen and (max-width: 776px) {	
	#navbar-bottomsecond>div {
		flex-direction:column;
	}
}
.navbar-brand {
	padding:0 0 0 2px;
}
.navbar-fixed-top {
	padding-right:0;
}
.navbar-inverse .navbar-nav>li {
	min-width: 150px;
	flex-direction:column;
}
.navbar-inverse, .navbar-inverse .navbar-nav .open .dropdown-menu {
	background: linear-gradient(45deg, #135487, #2196f3);
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #FFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	background:rgba(0,0,0,0.1);
}
.navbar-inverse .navbar-nav .open .dropdown-menu {
	margin-top:-1px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: rgba(0,0,0,.15);
}
.navbar-brand > img {
	height:42px;
	width:auto;
}
.navbar + .login-container {
    height: calc(100% -  46px);
}
.navbar-lg + .login-container {
    height: calc(100% -  50px);
}
.navbar-sm + .login-container {
    height: calc(100% -  44px);
}
.navbar-xs + .login-container {
    height: calc(100% -  42px);
}
.page-container {
	padding-top:60px;
}
.login-container .page-content {
    display: table-row;
    height: 100%;
}
.login-container .login-form {
    width: 320px;
}
.login-container .login-form,
.login-container .registration-form {
    margin: 0 auto 20px auto;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-left:30px;
}
code {
	font-family:inherit;
	background:none;
    color:#222222;
	white-space:nowrap;
	padding:0;
}
/* Screening Components Wizard */
.wizard > .steps > ul > li {
	width: 33%;
}
.wizard > .actions {
	padding-top:20px;
}
.wizard > .steps > ul > li.current .number, .wizard > .steps > ul > li.current > a, .wizard > .steps > ul > li.done a, .wizard > .steps > ul > li.done a:hover, .wizard > .steps > ul > li.done a:focus {
	color:#6DB43F;
}
.wizard > .steps > ul > li.current .number, .wizard > .steps > ul > li.done .number {
	border-color:#6DB43F;
}
.wizard > .steps > ul > li.done .number, .wizard > .steps > ul > li::before, .wizard > .steps > ul > li::after, .wizard > .steps > ul > li.current::after {
	background-color:#6DB43F;
}
.wizard > .steps .number {
	color:#FFF;
	font-weight:600;
	background-color:#999;
	border-color:#999;
}
.wizard > .content > .body, .wizard>.steps>ul>li>a {
	font-weight:500;
}
.wizard>.steps>ul>li.current:after, .wizard>.steps>ul>li.current~li:after, .wizard>.steps>ul>li.current~li:before {
    background-color: #999;
	top: 39px;
}
.wizard > .steps > ul > li.current .number, .wizard > .steps > ul > li.done .number {
	background:#6db43f;
	color:#FFF;
	font-weight:bold;
	font-size: inherit;
}
.wizard>.steps>ul>li.current .number:after {
	display:none;
}
.page-container.survey-container .question label.control-label {
	padding-left:0;
}

/* Landing - Terms and Conditions */
.green-border {
	border: 3px solid #6DB43F !important;
	border-radius: 5px !important;
}
.green-border .btn {
	margin-top:20px;
}

/* RESULTS */

.results-container .resultMessage h2 {
	display: inline;
	line-height: 32px;
	font-weight:500;
}
.results-container .resultMessage span h2 {
	color:#1F8EE7 !important;
}
.results-container li {
	padding-bottom:8px;
}
.results-container .panel-title { 
	color: #222222;
}

/* TY Page */
.ty_page-container {
	max-width: 768px;
	margin: 0 auto;
}

/* Countdown Timer */
#clock_pannel {
	float:left;
	display:none;
	margin: 10px 0 0 10px;
}
.login-container .footer {
    left: 0;
    right: 0;
    text-align: center;
}
.login-container .content-wrapper {
    vertical-align: middle;
    display: table-cell;
}
.login-container .nav-tabs.nav-justified {
    margin-bottom: 0;
}
.login-container .nav-tabs.nav-justified > li > a {
    border-top: 0!important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f5f5f5;
}
.login-container .nav-tabs.nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 3px 0 0 0;
}
.login-container .nav-tabs.nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 3px 0 0;
}
.login-container .nav-tabs.nav-justified > li.active > a {
    background-color: transparent;
}
/* POPUPS */
.ui-dialog-content a {
	text-decoration:underline;
}
.ui-dialog-content aHover, .ui-dialog-content a:active {
	text-decoration:none;
}

/* ADMIN */
.page-container.logged {
	padding-top:48px;
}
.manage_questions-container .btn-active {
	background:#6DB43F !important;
}
.cke_source {
	white-space:pre-wrap !important;
}

/* RESPONSIVE */

@media (max-width: 480px) {
    .login-container .login-form,
    .login-container .registration-form {
        width: 100%;
    }
}

/* Smartphone */
@media screen and (max-width: 767px) {
	.content {
		padding: 0 10px 30px 10px;
	}
	.content:first-child {
		padding-top:10px;
	}
	.page-container {
		padding-top: 0px;
	}
	h1 {
	    font-size: 24px;
    	line-height: 30px;
	}
	h2, p.lead, .results-container .resultMessage h2 {
		font-size: 18px;
		line-height: 25px;
		font-weight:500;
	}
	h3 {
		font-size: 16px;
	}
	.panel-flat > .panel-heading {
		padding:10px;
	}
	.panel-body {
		padding: 10px;
	}
	.h4.panel-title, h4.panel-title {
		font-size:18px;
		line-height:22px;
	}
	.picker__holder {
		max-width:95%;
	}
	.picker__box {
		padding: 2px;
	}
	.checkbox-inline + .checkbox-inline.tighten-sm, .radio-inline + .radio-inline.tighten-sm {
		margin-left: 10px;
	}
	.results-container .panel-title {
		text-align: left;
		font-size: 22px;
	}
	.results-container #surveyResults .btn-group .btn {
		width: 100%;
		border-radius: 3px !important;
		margin-top: 3px;
		text-align: left;
	}
	.btn-xlg {
		display:block;
		width:100%;
	}
}
@media (max-width: 768px) {
    .login-container .nav-tabs.nav-justified {
        padding: 0;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }
    .login-container .nav-tabs.nav-justified:before {
        content: none;
    }
    .login-container .nav-tabs.nav-justified > li > a {
        border-width: 0!important;
    }
    .login-options,
    .login-options .text-right {
        text-align: center;
    }
}
@media screen and (min-width:992px) {
	.limitWidth {
		max-width: 960px;
		margin: 0 auto;
	}
}
/*On dialogs prevent scroll bars from being hidden for trackpad users in WebKit */

.custom-scroll .ui-dialog-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
}

.custom-scroll .ui-dialog-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

/*Chrome Print Issue on Dynamically injected content */
@media print {
    #shGroup {
        margin-bottom: 400px!important;
        overflow: visible !important;
    }
    #shGroup a[href]:after {
        content:none;
    }
}

#survey_form {
    overflow: visible!important;
}
#survey_form.wizard > .content {
    overflow: visible!important;
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.question .icon-question4 {
    cursor: pointer;
}
.question .icon-question4:hover {
    color: #1E88E5;
}
.text-rtl{
    direction: rtl;
}
.text-rtl span {
    direction: ltr;
    display: block;
}
.page-container.logged .panel:not(.panel-bordered) .panel-title, .headline32 {
    font-size: 32px;
	font-weight: bold;
}
.langall-validation{
    margin-top: 7px;
    margin-left: 2em;
    margin-bottom: 7px;
    display: inline-block;
    color: #F44336;
    position: relative;
    padding-left: 20px;
}
.langall-validation:before {
    content: '\ed63';
    font-family: 'icomoon';
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
#addform .question_wrap, #addform-mil .question_wrap, #editform .question_wrap{
    padding: 1em;
}
#addform  .nav-tabs>li>a, #addform-mil  .nav-tabs>li>a, #editform .nav-tabs>li>a{
    font-weight: bold;
    text-decoration: none;
}
.manage_questions-container .navbar-btn {
    margin-left: 5px;
}
.dt_custom_break{
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
