/*  $('.pageOpened').hide();$('#enterAnonymousDecision').show();   */

.navbar-brand > img{
	margin-top: -10px;
    height: 73px;
}

.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: #015ea1;
	border: 1px solid #02375d;
}

.btn-primary:hover{
	background-color: #94c11e;
	border: 1px solid #94c11e;
}

.btn-primary:focus,.btn-primary:active {
	background-color: #94c11e !important;
	border: 1px solid #94c11e;
}

.btn-primary.disabled, .btn-primary[disabled]{
	/*background-color: red ;*/ 
	background-color: #94c11e !important;
	opacity: 0.5;
}

#enterEventDetail .locationPart textarea{
	float: right;
	width:300px;
	height: 50px;
}

#enterEventDetail .datePart input,
#enterEventDetail .datePart select,
#enterEventDetail .privyToDatePart input,
#enterEventDetail .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:220px; 
}
.changeCurrentUser button{
	width: 154px; 
}
[name=analyst_fraud_type_id]{
	width: 22em;
}

@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;
    }
}