/*  $('.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: #ff3212;
	border: 1px solid #000000;
}

.btn-primary:hover{
	background-color: #000000;
	border: 1px solid #000000;
}

.btn-primary:focus,.btn-primary:active {
	background-color: #000000 !important;
	border: 1px solid #000000;
}

.btn-primary.disabled, .btn-primary[disabled]{
	/*background-color: red ;*/
	background-color: #000000 !important;
	opacity: 0.5;
}

#enterLocationDatePrivyToDate .locationPart textarea{
	width:330px;
	height: 50px;
}

#enterLocationDatePrivyToDate .datePart input{
	width:330px;
	display: inline-block;
}
#enterLocationDatePrivyToDate .datePart select{
	width:330px;
	display: inline-block;
}

#enterLocationDatePrivyToDate .privyToDatePart input{
	width:330px;
	display: inline-block;
}
#enterLocationDatePrivyToDate .privyToDatePart select{
	width:330px;
	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 0px;
}

.caseArea .caseFilter{
	width:180px; 
}

.footer a{
	color:#333;
}

.faqButton{
	min-width: 9em;
}

@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;
    }
}

.navbar-brand > img{
	height: 55px;
}