/*  $('.pageOpened').hide();$('#enterAnonymousDecision').show();   */

.flags img{
	width:17px;
	/*height:12.5px;*/
}

.frontPageOnly{
	display:none;
}

body[data-route=frontpage] .dropDownLanguages.frontPageOnly, body[data-route=frontpage] .dropDownDocuments.frontPageOnly{
	margin-right: 2%;
	position: relative;
	top:-5px;
	float:right;
	display:block !important;
}

.faqButtonInHeader{
	float: right;
	position: relative;
	top: -5px;
	margin-right: 2%;
}

body[data-route=frontpage] .flags.hide{
	float:right;
	margin-right: 24%;
	display:inline-block !important;
}

.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;
}

#enterFullFraudReport [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;
}

.navbar-brand{
	padding: 0 0 5px 15px;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.standardText b{
	color: #EC008C;
}

.dashboard ol{
	padding: 0;
}

.dashboard h1{
	color: #EC008C;
	font-size: 18px;
	font-weight: bold;
}

.csFrontPageOnly{
	display: none;
}

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

.loginLinks {
	width: 327px;
	float: right;
	text-align: right;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
}

.loginLinks .secondaryButton{
	position: relative;
	top:-8px;
}

.loginLinks a.secondaryButton{
	color:white !important;
}

.bigText{
	font-size: 18px;
}

.dashboard li.step{
	margin-top: 1em;
	margin-bottom: 1em;
	counter-increment: item;
}

.dashboard .faqDetail li{
	margin-top: .4em;
}

.dashboard ol {
	list-style: none;
	counter-reset: item;
}
.dashboard li.step:before {
   margin-right: 10px;
   content: counter(item);
   background: #EC008C;
   border-radius: 100%;
   color: white;
   width: 1.4em;
   text-align: center;
   display: inline-block;
	position: relative;
	top:-2px;
 }

.dashboard .bigText .fa{
	float: right;
	color: #EC008C;
}

.dashboard .faqDetail{
	padding-left: 2.5em;
}

.dashboard .faqDetail li{
	list-style-type: disc;
}
.dashboard .faqDetail ul{
	white-space: normal;
	padding-inline-start: 14px;
}

.upgradeButton:hover{
	color:white;
	background-color: #6B274D;
	border-color: white;
	transition: transform 0.4s;
}

.dashboard .fa-chevron-down {
	transition: transform 0.4s;
}

.dashboard .fa-chevron-down.rotated {
	transform: rotate(180deg);
}

.trustyLogo{
	height: 70px;
}
.customLogo{
	max-height: 70px;
}

.navLeft{
	min-width: 170px;
}

.navbar-brand img {
  	width: unset;
	max-height: 80px;
}

ol.c-stepper{
	padding-inline-start: 0;
}

.dropdown-menu a{
	text-decoration: none;
}
#alsoReportedToSection, #peopleThatCanRetaliateSection {
	display: none;
}

.feature-body p{
	text-align: left;
}
.footerCustom .pre{
	font-size: 0.875rem;
}

.feature svg {
	width: 87.4px;
	height: 87.4px;
}

.featureDisabledGray, .featureDisabledGray:hover{
	color: #aaa;
}