/*  $('.pageOpened').hide();$('#enterAnonymousDecision').show();   */

* {
	font-family: "Open Sans", sans-serif;
}

.flags img {
	width: 17px;
	/*height:12.5px;*/
}

.frontPageOnly {
	display: none;
}

body[data-route=frontpage] .dropDownLanguages.frontPageOnly {
	margin-right: 14%;
	position: relative;
	top: -5px;
	float: right;
	display: block !important;
}

body[data-route=frontpage] .flags.hide {
	float: right;
	margin-right: 24%;
	/*display:inline-block !important;*/
}

.btn-primary,
.btn-secondary {
	color: white;
}

.btn-secondary:hover,
.btn-secondary:focus {
	color: white;
}

/*
.btn-primary{
	background-color: #E8760C;
	border: 1px solid #E8760C;
}
*/
/* 
.btn-primary:hover{
	background-color: #7F4A18;
	border: 1px solid #7F4A18;
}

.btn-primary:focus,.btn-primary:active {
	background-color: #7F4A18 !important;
	border: 1px solid #7F4A18;
}
 */
.btn-primary.disabled,
.btn-primary[disabled] {
	/* background-color: #7F4A18 !important; */
	opacity: 0.25;
}

#enterLocationDatePrivyToDate .locationPart textarea {
	float: right;
	width: 300px;
	height: 50px;
}

#enterLocationDatePrivyToDate .datePart input {
	float: right;
	width: 300px;
	display: inline-block;
}

#enterLocationDatePrivyToDate .datePart select {
	float: right;
	width: 300px;
	display: inline-block;
}

#enterLocationDatePrivyToDate .privyToDatePart input {
	float: right;
	width: 300px;
	display: inline-block;
}

#enterLocationDatePrivyToDate .privyToDatePart select {
	float: right;
	width: 300px;
	display: inline-block;
}

#enterConfirmPrivacy .g-recaptcha[type=submit] {
	display: none;
}

#enterAnonymousDecision .reportingFrom label {
	width: 220px;
}

.wantsToBeAnonymousRadios label {
	width: inherit;
	width: 51.7%;
}

#enterAnonymousDecision label.col-sm-7 {
	width: 58.3333333333%;
}

#enterAnonymousDecision .wantsToBeAnonymousRadios.col-sm-5,
#enterAnonymousDecision .whistleblowerCanBeRevealedRadios.col-sm-5 {
	width: 41.6666666667%;
	margin-left: 0;
	padding-left: 10px;
}

.reportingFrom label {
	margin-bottom: 15px;
}

.reportingFrom {
	padding: 0 0 0 10px;
}

.caseArea .caseFilter {
	width: 180px;
}

.footer a {
	color: #333;
	text-decoration: underline;
}

#enterDetailedFraudReport [name="location"] {
	width: 100%;
	height: 100px;
}

@media only screen and (max-width: 768px) {
	.reportingFrom {
		padding: 15px 0 0 15px;
	}

	.wantsToBeAnonymousRadios {
		padding: 10px 0 0 15px;
	}

	#enterAnonymousDecision .wantsToBeAnonymousRadios.col-sm-5,
	#enterAnonymousDecision .whistleblowerCanBeRevealedRadios.col-sm-5 {
		padding: 10px 0 0 15px;
	}
}

.trademark {
	position: relative;
	top: -3px;
}

.navLeft {
	margin-top: -1px;
}

.navRight .flags {
	float: right;
}

.csFrontPageOnly {
	display: none;
}

body[data-route=frontpage] .csFrontPageOnly {
	display: block !important;
}

.wrapFraudDescribe label,
.wrapLocation label {
	width: 100%;
}

.haveYouReportedWrap label {
	width: initial;
}

.customRow {
	padding-bottom: 2em;
}

.no-padding {
	padding-left: 0;
}

.select2-container .select2-search__field,
.select2-selection__rendered,
.select2-search--inline {
	width: 100% !important;
}

.customKeywords .select2Multiple {
	width: 100% !important;
}

.customExpectations {}

.textareaPlugin.textarea_breach_description_translation {
	margin: 1em 0 0 0;
}

.textareaPlugin.textarea_breach_description_translation .rightSide {
	width: 100%;
}

.customFraudDescription [type=submit] {
	float: right;
}

.submissionEdit .customFraudDescription .row {
	border-bottom: none;

}

.textarea_breach_description_translation textarea {
	height: 8em;
}

.submissionEdit .dataBox .row .textareaPluginHeader.customRowStyle {
	width: 100%;
}

.submissionEdit .dataBox .row>div.multiFieldHeader {
	width: 100%;

	padding-bottom: 1em;
}

.multiField textarea {
	height: 6em;

}

.multiField .editWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.multiField .editWrap textarea {
	margin-top: 0;
}


.select2-selection--multiple {
	padding-right: 20px;
}

.select2-selection--multiple::after {
	position: absolute;
	right: 5px;
	top: 42%;
	font-family: 'FontAwesome';
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f078";
	font-size: 0.9rem;
}

.helperText {
	font-size: 14px;
	color: #888;
}

.primaryColor {
	color: #000099;
}

.btn.uploadLink{
	padding:0.5em;
	font-size: 0.9em;
}

.yourReplyText{
	height:6em;
}

a.btn-secondary{
	color:white;
}

.navbar-header .navbar-brand img {
	width: inherit;
}
.navbar-header .navbar-brand{
    padding: 0 0 15px 15px;
}

.navbar-default .btn-link{
	color: var(--primary-color);
}

body[data-route=frontpage].loggedInUser .dropDownLanguages,
body[data-route=frontpage].loggedInUser .faqLink,
body[data-route=frontpage].loggedInUser .askQuestion,
body[data-route=frontpage].loggedInUser .logOutLink
{
	display: none !important;
}
body[data-route=filloutsubmission].loggedInUser .dropDownLanguages,
body[data-route=filloutsubmission].loggedInUser .faqLink,
body[data-route=filloutsubmission].loggedInUser .askQuestion,
body[data-route=filloutsubmission].loggedInUser .logOutLink
{
	display: none !important;
}

[data-route=userlogin] .navbar-ex1-collapse{
	display: none !important;
}

#enterQuestionWithFiles span.required{
	display:none
}

form .pageOpened{
	color: #555;
}

.questionRow .required{
	display: none;
}

.collapser{
	cursor: pointer;
}

.collapser:not(.isOpen)::before {
	content: "+";
	margin-right: 5px; /* Optional: Adjust space between + and the element */
}
.collapser.isOpen::before {
	content: "-";
	margin-right: 5px; /* Optional: Adjust space between + and the element */
}