/*  $('.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: 14px !important;
}

.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: -8px;
}

.navRight .flags{
	float:right;
}

.csFrontPageOnly{
	display:none;
}

body[data-route=frontpage] .csFrontPageOnly{
	display:block !important;
}