/*  $('.pageOpened').hide();$('#enterAnonymousDecision').show();   */

.flags img{
	width:17px;
	/*height:12.5px;*/
}

body[data-route=frontpage] .flags.hide{
	float:right;
	margin-right: 24%;
	display:inline-block !important;
}

/*
.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.5;
}

#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;
}
#enterAnonymousDecision 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;
}
button.btn{
	border-radius: 0;
}

.reportingFrom{
	padding:0 0 0 10px;
}

.caseArea .caseFilter{
	width:180px; 
}

.footer a{
	color:#333;
	text-decoration: underline;
}

@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;
    }
}

.pointer{
	cursor: pointer;
}

.btn{
	border-radius: 14px !important;
}

.faqModal {
	width: 97%;
	max-width:600px;
}

.csFrontPageOnly{
	display: none;
}
[data-route=frontpage] .csFrontPageOnly{
	display: block;
}


#enterBig .locationPart textarea,
#enterBig .datePart input,
#enterBig .datePart select,
#enterBig .privyToDatePart input,
#enterBig .privyToDatePart select {
	float: right;
	width: 400px;
	display: inline-block;
}