#langmenu .indicator {
	display: none!important;
}

.lrequired:after {
    content: " *";
    color: red;
}

.form-control.invalid {
  background-color: #ffdddd!important;
}

.era_check.invalid {
  background-color: #ffdddd!important;
}

.era_check_number.invalid {
  background-color: #ffdddd!important;
}

.custom-file-label.invalid {
  background-color: #ffdddd!important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1c5"!important;
	padding-top: 9px!important;
}

.custom-control-label.invalid::before {
    background-color: #ffdddd!important;
}

.gridcover{
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title2colums{
    display: -webkit-box!important;
    height: 120px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 320px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 70px;
		font-size: 8pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 350px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 85px;
		font-size: 10pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 600px) {
	/* Small devices (portrait tablets and large phones, 600px and up) */
	.title2colums{
		display: -webkit-box!important;
		height: 110px;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}


@media only screen and (min-width: 768px) {
	/* Medium devices (landscape tablets, 768px and up) */
}


@media only screen and (min-width: 992px) {
	/* Large devices (laptops/desktops, 992px and up) */
}


@media only screen and (min-width: 1200px) {
	/* Extra large devices (large laptops and desktops, 1200px and up) */
}