#rosterTabs li {
	width: 25%;
	text-align: center;
}

#rosterTabs li a {
	font-size: 20px;
	font-weight: 600;
	border-radius: 0;
}

#yellowbelt {
	background-color: #febf42;
	color: #333;
}

#greenbelt {
    background-color: #5eda94;
	color: #333;
}

#blackbelt {
	background-color: #000;
	color: #fff;
}

#masterblackbelt {
	background-color: #333;
	color: #fff;
}

#rosterTabs .nav-link.active {
	position: relative;
}

#rosterTabs #yellowbelt.active:after, #rosterTabs #greenbelt.active:after, #rosterTabs #blackbelt.active:after, #rosterTabs #masterblackbelt.active:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -32px;
	left: 120px;
	font-size: 42px;
	color: #febf42;
}

#rosterTabs #greenbelt.active:after {
	color: #5eda94;
}

#rosterTabs #blackbelt.active:after {
	color: #000;
}

#rosterTabs #masterblackbelt.active:after {
	color: #333;
}

#rosterTabContent .table th, #rosterTabContent .table td {
	padding: 0.5rem;
}

.roster .userImage, .modal .userImage {
	width: 60px;
	height: 60px;
	border: 1px solid #dee2e6;
	border-radius: 50%;
	margin-left: 15px;
}

.rosterItem {
	border: 2px solid #dee2e6;
	padding: .25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;

	position: relative;
}

.rosterItem h5, .rosterItem p, .rosterItem label {
	margin-bottom: 0;
	line-height: 1.4;
}

.rosterItem h5.cert-no {
	font-size: 32px;
}

.rosterItem h5.project-name {
	font-size: 20px;
	margin-right: 15px;
}

.rosterItem .toggle-project {
	
}

.rosterItem p, .rosterItem label {
	font-size: 14px;
}

.rosterItem div {
	width: 80%;
}

.rosterItem div:nth-child(2), .rosterItem img {
	margin-right: 15px;
}

.rosterItem textarea {
	resize: none;
	border-radius: 0;
}

.roster-search-box {
	width: 470px;
	float: right;
	margin: 0;
}

.roster-search-box input {
	outline: none !important;
	box-shadow: none !important;
}

.roster-search-box a {
	cursor: pointer;
}

.project-details {
	display: none;
}

.project-details p {
	font-size: 15px;
	color: #1d212d;
	line-height: 1.8;
	text-align: justify;
}

.rosterItem:hover {
	border: 2px solid #1d212d;
}

.project-toggle:hover .project-details {
	display: block;
	margin: 0;
	position: absolute;
	width: 1080px;
	top: 100px;
	left: -2px;
	z-index: 999;
	/*border: 1px solid #dee2e6;*/
	border: 2px solid #1d212d;
	background: #fff;
	padding: 1rem;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 5px;
}

.rosterItem .company {
	color: #00000099;
}

.rosterItem .ellipsis-title {
	white-space: nowrap;
	width: 265px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal .roster-project-details h5.name {
	margin: 0;
	font-size: 22px;
}

.modal .roster-project-details p.company, .modal .roster-project-details a {
	margin: 0;
	font-size: 13px;
}

.modal .roster-project-details p.details {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
	line-height: 1.6;
	text-align: justify;
}

.modal .roster-project-details .note {
	margin: 0;
	margin-top: 15px;
}

.modal .roster-project-details .userImage {
	width: 80px;
	height: 80px;
}

.modal .roster-project-details .certification-no {
	text-align: center;
	margin: 10px 0;
	background-color: #f2f3fb;
	padding: 6px;
}

.modal .roster-project-details .certification-no label {
	margin: 0;
	font-size: 12px;
}