table {
	border-collapse: separate;
	border-spacing: 0px;
}

#resultTable {
	width: 100%;
	border-radius: 50px;
	border-collapse: separate;
	border-spacing: 0px;
	table-layout: fixed;
}

tr {
	border-radius: 50px;
}

th, td {
	padding: 5px;
}

#resultTable thead th {
	text-align: left;
	background: #C33232;
	color: #fff;
	border-collapse: separate;
	border-width: 1px 0 0 0;
	border: solid black;
	border-width: 1px 0 0 0;
}

#resultTable thead th, #resultTable tbody td {
	padding: 20px 5px;
	text-align: center;
	word-break: keep-all;
}

#resultTable thead th:nth-child(1) {
	border-radius: 10px 0px 0px 0px;
	border: solid black;
	border-width: 1px 0 0 1px;
}

#resultTable thead th:nth-last-child(1) {
	border-radius: 0px 10px 0px 0px;
	border: solid black;
	border-width: 1px 1px 0 0;
}

#resultTable tbody td {
	text-align: left;
	text-align: center;
	border-collapse: separate;
}

#resultTable tbody td:nth-child(2) {
	border: solid black;
	border-width: 0px 0 0 1px;
}

#resultTable tbody td:nth-last-child(1) {
	border: solid black;
	border-width: 0px 1px 0 0;
}

#resultTable tbody tr:nth-last-child(1) td {
	border: solid black;
	border-width: 0px 0px 1px 0px;
}

#resultTable tbody tr:nth-child(even) td {
	background: #eee;
}

#resultTable tbody tr:nth-last-child(1) td:nth-last-child(1) {
	border-radius: 0px 0px 10px 0px;
	border: solid black;
	border-width: 0px 1px 1px 0;
}

#resultTable tbody tr:nth-last-child(1) td:nth-child(2) {
	border-radius: 0px 0px 0px 10px;
	border: solid black;
	border-width: 0px 0px 1px 1px;
}

.resultTable thead th {
	text-align: left;
	background: #C33232;
	color: #fff;
	border-collapse: separate;
	border-width: 1px 0 0 0;
	border: solid black;
	border-width: 1px 0 0 0;
}

.resultTable thead th, .resultTable tbody td {
	padding: 10px;
	text-align: center;
}

.resultTable thead th:nth-child(1) {
	border-radius: 10px 0px 0px 0px;
	border: solid black;
	border-width: 1px 0 0 1px;
}

.resultTable thead th:nth-last-child(1) {
	border-radius: 0px 10px 0px 0px;
	border: solid black;
	border-width: 1px 1px 0 0;
}

.resultTable tbody td {
	text-align: left;
	text-align: center;
	border-collapse: separate;
}

.resultTable tbody td:nth-child(1) {
	border: solid black;
	border-width: 0px 0 0 1px;
}

.resultTable tbody td:nth-last-child(1) {
	border: solid black;
	border-width: 0px 1px 0 0;
}

.resultTable tbody tr:nth-last-child(1) td {
	border: solid black;
	border-width: 0px 0px 1px 0px;
}

.resultTable tbody tr:nth-child(even) td {
	background: #eee;
}

.resultTable tbody tr:nth-last-child(1) td:nth-last-child(1) {
	border-radius: 0px 0px 10px 0px;
	border: solid black;
	border-width: 0px 1px 1px 0;
}

.resultTable tbody tr:nth-last-child(1) td:nth-child(1) {
	border-radius: 0px 0px 0px 10px;
	border: solid black;
	border-width: 0px 0px 1px 1px;
}

.newPagination {
	text-align: center
}

.paginationFirst, .paginationLast {
	display: inline-block
}

.pageRow {
	display: inline-block;
	background-color: #C33232;
	padding: 1px 10px;
}

.paginationUnit {
	background-color: #C33232;
	color: white;
	border-width: 0px;
	border-radius: 5px;
	vertical-align: middle;
}

.paginationBtn {
	background-color: rgba(0, 0, 0, 0);
	color: white;
	border-width: 0px;
	vertical-align: middle;
	padding-inline: 6px;
}

.displayModeText {
	display: inline-block;
	width: 200px;
}

.displayModeImg {
	display: inline-block;
	align-self: center;
}

.resultContainer {
	display: flex;
	flex-direction: row;
	background-color: white;
	border-radius: 10px;
	border: solid lightgray;
	border-width: 1px 1px 1px 1px;
	height: 90vh;
}

.cardContainer {
	display: flex;
	flex-direction: column;
	background-color: rgba(232, 232, 232);
	width: 30%;
	border-radius: 10px 0px 0px 10px;
	overflow-y: scroll;
}

.searchResultCard, .searchResultCardMobile {
	display: flex;
	flex-direction: column;
	background-color: white;
	margin: 20px 20px 0px 20px;
	border-radius: 10px;
	padding: 10px 10px 10px 25px;
	/* border: solid black; */
	border-width: 1px;
	font-weight: 500;
	font-size: large;
}

.searchResultCard:nth-last-child(1), .searchResultCardMobile:nth-last-child(1)
	{
	margin: 20px;
}

.searchResultCard .col1, .searchResultCardMobile .col1 {
	word-break: break-word;
	display: flex;
	flex-direction: row;
	font-size: larger;
	justify-content: space-between;
}

.searchResultCard .col2, .searchResultCardMobile .col2 {
	display: flex;
	flex-direction: row;
		margin-bottom: 5px;
	align-items: center;
}

.searchResultCardMobile .col2 .salary-container {
	display: inline-block;
	flex-direction: row;
}

.searchResultCard .col2 .salary-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	@media
	(
	min-width
	:
	1200px)
{
	flex-direction
	:
	 
	row
	;
	
	
}

}
.searchResultCard .col3, .searchResultCardMobile .col3 {
	display: flex;
	flex-direction: row;
}

.searchResultCard .col4, .searchResultCardMobile .col4 {
	display: flex;
	flex-direction: row;
}

.searchResultCard .col5, .searchResultCardMobile .col5 {
	display: flex;
	flex-direction: row;
	margin-left: 5px;
}

.searchResultCard .col4 .cardButton, .searchResultCardMobile .col4 .cardButton
	{
	background-color: #C33232;
	color: white;
	border-width: 0px;
	border-radius: 40px;
	padding: 5px 20px
}

.switchDisplayModeBtn {
	width: 20px;
	aspect-ratio: 1;
	margin-left: 5px;
}

.displayMode {
	display: flex;
	flex-direction: row;
}

.icon_small {
	height: 18px;
	margin: 5px;
}

.contentList>tbody>tr>td {
	padding: 10px 20px;
}

/* .contentList>tbody>tr>td>table { */
/* 	padding: 10px 0px; */
/* } */
.unselectedCard {
	display: none;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.card-details {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 10px 0;
}

.card-paragraph {
	font-size: large;
}

.card-job-title {
	font-size: xx-large;
}

.card-row {
	display: flex;
	flex-direction: row;
	width: -webkit-fill-available;
	font-size: large;
}

.justify-between {
	justify-content: space-between;
}

.card-section>div {
	margin: 0px 20px;
}

#card-section-title {
	background-color: lightgrey;
	margin: 0px 0px;
	margin-bottom: 10px;
	padding: 0px 20px;
	font-weight: bold;
}

.card-section-title {
	background-color: lightgrey;
	margin: 0px 0px;
	margin-bottom: 10px;
	padding: 0px 20px;
}

.card-section {
	margin-bottom: 20px;
}

.currentPage {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	/* font-size: 1.4rem; */
	vertical-align: middle;
	padding-inline: 6px;
}

.bookmarkLeftBtn {
	height: 24px;
	width: 24px;
}

select {
	/* styling */
	background-color: white;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.minimal {
	margin-top: 2vh;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	width: calc(100% - 2.5em);
	align-self: center;
	text-align: left;
}

.openedDisplay {
	display: block !important;
}

.closedDisplay {
	display: none !important;
}

.openedDisplayMajor {
	display: block !important;
}

.closedDisplayMajor {
	display: none !important;
}

select.minimal:focus {
	background-image: linear-gradient(45deg, grey 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, grey 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	outline: 0;
}

.listViewAction {
	display: none;
}

.cardViewAction {
	display: none;
}

.mobileCardContainer {
	display: none;
	flex-direction: column;
}

mobileCardViewAction {
	background-color: lightgrey;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.empty-details {
	text-align: center;
	font-size: 24px;
	/* margin-top: 200px; */
	height: 100%;
	padding: 0;
}

.empty-details.unselectedCard {
	height: 0;
}

.unselectedCard {
	padding: 0;
}

.empty-details div {
	margin: auto;
}

.erbImgBtn {
	width: 20px;
	vertical-align: sub;
	height: 20px;
}

.headerTitle {
	font-size: 24px;
	font-weight: bold;
}

.search_result_td {
	padding: 10px 0 !important;
}

.interested-jobs tr td {
	color: #1887B7;
}

/* medium and up screens */
@media ( max-width : 991px) {
	.search_result_td {
		padding: 0;
	}
	.mobileCardContainer {
		display: flex;
		flex-direction: column;
		background-color: rgba(232, 232, 232);
	}
	.listViewAction {
		display: none;
	}
	.cardViewAction {
		display: none;
	}
	.openedDisplay {
		display: none !important;
	}
	.closedDisplay {
		display: none !important;
	}
	.displayMode /* , .headerTitle */ {
		display: none !important;
	}
	select.minimal {
		margin-top: 2vh;
		background-image: linear-gradient(45deg, transparent 50%, gray 50%),
			linear-gradient(135deg, gray 50%, transparent 50%),
			linear-gradient(to right, #ccc, #ccc);
		background-position: calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
		background-size: 5px 5px, 5px 5px, 1px 1.5em;
		background-repeat: no-repeat;
		width: calc(100% - 2.5em);
		align-self: center;
		text-align: center;
	}
	.contentList>tbody>tr>td {
		padding: 10px 0px;
	}
	/* 	.erb_listview_paging { */
	/* 		padding: 10px 10px !important; */
	/* 	} */
	.pageRow {
		display: inline-flex;
		background-color: #C33232;
		padding: 2px 40px;
		width: 50%;
		justify-content: space-evenly;
	}
}

@media ( max-width : 767px) {
	.nav-bottom-row .dropdown-menu {
		border-radius: 0;
		border: 0;
	}
}

.erbutton {
	border-width: 0px;
	border-radius: 100px;
	padding: 0 20px;
	background-color: #C33232;
	color: white;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.erbutton:hover {
	background-color: #850c0c;
}

.erbutton:active {
	background-color: #850c0c;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75);
}

.row.interested-container {
	padding: 0 10%;
	color: #1887B7;
}

.row.interested-container .bullet {
	width: 15px;
	text-align: center;
	display: inline-block;
	user-select: none;
}

.row.interested-container span:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media ( max-width : 768px) {
	.row.interested-container {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
}

@media ( max-width : 768px) {
	#jobSearchForm {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
}

.expand, .contract{
	display: block;
    margin-left: 0.5rem;
}
.smol-btn{
    width: fit-content;
    align-self: end;
}
.detailMainDiv {
	display: flex;
    /* justify-content: space-between; */
    width: 100%;
}
@media ( max-width : 500px) {
	.detailMainDiv {
		justify-content: space-between;
	    width: 100%;
	    display: inline-block;
	}
}

.detailBookmarkDiv {
	display: inline-flex;
	flex: 1;
	width: -webkit-fill-available;
	justify-content: flex-end;
	/*max-width: min-content;*/
	align-items: center;
	margin-top: 10px;
}