.mediaKeywordsSearchContainer {
	position: relative;
}

.mediaKeywordsSearchContainer .searchBtn {
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    font-size: 1.3rem;
    color: #0180c9;
    padding-left: 0.6rem;
    border-left: 1px solid #80cae5;
}

.contentBody.medias {
	border-bottom: 1px solid #ebebeb;
	padding-right: .7rem;
}

.mediaKeywordsSearchContainer input[type="text"]{
	padding-right: 2.6rem;
	padding-left: .6rem;
	border: none;
    border-bottom: 2px solid #b1d7ed;
    background: #f6f7f9;
    box-shadow: none;
}

.mediaKeywordsSearchContainer input[type="text"]:focus {
    -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
}

.mediaCategory {
    color: #057fc6;
    font-weight: bolder;
}

.noMatchStyle .fa-times{
	color: red;
}

.resultFound {
    color: #c40705;
    background: #ebebeb;
    font-weight: bolder;
    padding: 0.6rem;
}

.content p {
    text-indent: 32px;
    word-wrap: break-word;
}

.headers .wicket_orderUp a:after, .headers .wicket_orderDown a:after{
    content: "\f0dd";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headers .wicket_orderUp a:after {
    transform: scaleY(-1);
}

.headers .wicket_orderUp a, .headers .wicket_orderDown a {
    display: flex;
}

.cancelledRegTable thead .navigation {
    background: #fffff1;
}

.cancelledRegTable thead .navigatorLabel div, .cancelledRegTable thead .navigator {
    line-height: 2.5rem;
}

.revokedRegPageLink.button {
    display: none;
    padding: 0.5rem 1.5rem;
    background-color: #ffd71b;
    color: black;
    margin: 0;
    max-width: 100%;
}

.revokedRegPageLink.button:hover, .revokedRegPageLink.button:focus {
    background-color: #f7c705;
    color: black;
    font-weight: bolder;
}

.minWidthContent {
    min-width: fit-content;
}

@media screen and (max-width: 39.9375em) {
	
	.contentBody.medias {
		padding-right: 0;
	}

	.cancelledRegTable tr td:nth-child(3), .cancelledRegTable tr td:nth-child(2) {
        display: none;
    }

    .cancelledRegTable thead .headers {
        display: none;
    }

}