/**
 * CSS for your public-facing plugin functionality
 */

label {
	font-size: 14px !important;
}

ul.list-unstyled {
	list-style-type: none;
}

h2#fc-panel-title-text {
	font-weight: 400;
}

/* override these mdb settings */
.btn {
	text-transform: none;
	box-shadow: none;
}

.btn.active, .btn.active:focus, .btn.focus, .btn:active, .btn:active:focus, .btn:focus, .btn:hover {
	box-shadow: none;
}

.nav-tabs .nav-link {
    text-transform: none;
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
}

.form-check-input[type=checkbox]:checked:after {
	display: none;
}

.datepicker-date {
	justify-content: center;
}

.form-outline .form-control {
	border: 1px solid #bbb;
}

.fc-form .form-check-input:focus:before {
	box-shadow: none;
}

.fc-form .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

.fc-form .form-check-input[type=radio]:after {
    content: none;
}

/* end mdb overrides */

/* override these intlTelInput settings */

.iti { width: 100%; }
.iti__flag {background-image: url("images/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("images/flags@2x.png");}
}

/* end intlTelInput setting overrides */

.deliverable-date-blurb {
	margin: 20px 0 50px;
}

.deliverable-date-blurb-name {
	font-size: 22px;
}

.deliverable-date-blurb-last-update-info {
	font-size: 14px;
	color: #737373;
	margin-bottom: 10px;
}

.deliverable-date-blurb-last-update-info span {
	margin: 0 4px;
}


.fc-toc-item,
.fc-toc-modal-item,
.fc-toc-toggle-only-item {
	padding: 5px 8px;
	width: 325px;
}

.fc-toc-item:hover,
.fc-toc-modal-item:hover {
	background-color: #464899;
	cursor: pointer;
}

.fc-toc-toggle-only-item {
	cursor: pointer;
}

.fc-toc-item.toc-active {
	background-color: #464899;	
}

#fc-dash-sidebar .btn-toggle {
	color: #fff;
	font-weight: 400;
}

#fc-dash-sidebar .btn-toggle:hover, 
#fc-dash-sidebar .btn-toggle:focus, 
#fc-dash-sidebar  {
	background-color: #464899;
}

#fc-dash-sidebar .btn-toggle::after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-toggle.fc-toc-toggle-only-item:focus {
	background-color: transparent;
}

a.fc-toc-item,
a.fc-toc-item:hover {
	color: #414141;
}

ul.fc-toc-element-list,
ul.fc-toc-element-info {
	padding-left: 0 !important;
}

/*ul.fc-toc-element-list li button {
	padding-left: 23px;
} */

ul.fc-toc-element-info li {
	padding-left: 50px;
	font-weight: 400;
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;	
}

#fc-dash-content-area {
	font-weight: 400;
}

.fc-team-overview i {
	font-size: 8px;
	margin-right: 10px;
}

.fc-team-dot {
	font-size: 8px;
	line-height: 8px;
	margin-right: 8px;
}

.fc-form-button.disabled {
	cursor: default;
}

.btn-lg.fc-form-button {
	padding: 11px 44px;
	border-radius: 30px;
	letter-spacing: .5px;
	font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;	
	font-size: 17px;	
	font-weight: 700;
}

.btn-primary.fc-form-button,
.btn-primary.fc-form-button:active {
	background-color: #006EC8;
	border-color: #006EC8;
	border: none;
}

.btn-primary.fc-form-button:hover {
	background-color: #338bd3;
	border-color: #338bd3;
}

.btn-primary.fc-form-button:focus {
	background-color: #338bd3;
	border-color: #338bd3;
	box-shadow: none;
}

.btn-outline-primary.fc-form-button,
.btn-outline-primary.fc-form-button:active {
	background-color: #fff;
	color: #006EC8;
	border: 3px solid #006EC8;
}

.btn-outline-primary.fc-form-button:hover {
	background-color: #E5F1F9;
	color: #006EC8;
	border: 3px solid #006EC8;
}

.btn-outline-primary.fc-form-button:focus {
	box-shadow: none;
}

.fc-form-button.btn-secondary.disabled, .fc-form-button.btn-secondary:disabled {
    color: #fff;
    background-color: #cbccce;
    border: 3px solid #CBCCCE;
}

.fc-form-button.btn-secondary:focus {
	box-shadow: none;
}


.fc-submit {
	margin-top: 50px;
}

.fc-modal .modal-dialog {
	max-width: 800px;
}

.fc-modal.fc-scoresheet-modal .modal-dialog {
	max-width: 960px;
}

.fc-modal .modal-header,
.fc-modal .modal-body {
	padding: 1.5rem;
}

.fc-form .form-control:focus,
.fc-panel .form-control:focus {
	box-shadow: none;
}

.fc-form .form-control-lg,
.fc-form .form-select-lg {
	font-size: 16px;
	padding-top: .62rem;
    padding-bottom: .62rem;	
	padding-left: 1rem;
}



.fc-form input.text, 
.fc-form input.title, 
.fc-form input[type=email], 
.fc-form input[type=password], 
.fc-form input[type=tel], 
.fc-form input[type=text], 
.fc-form input[type=number], 
.fc-form input[type=url], 
.fc-form select, 
.fc-form .select2-container--default .select2-selection--multiple {
	background-color: #E5F1F9;
	border: 1.5px solid #E5F1F9;
}

.fc-form input[type=file] {
	border: 1.5px solid #E5F1F9;
} 



.fc-form textarea {
	border: 1.5px solid #d5d5d5;	
} 

.fc-form input.text:focus, 
.fc-form input.title:focus, 
.fc-form input[type=email]:focus, 
.fc-form input[type=password]:focus, 
.fc-form input[type=tel]:focus, 
.fc-form input[type=text]:focus, 
.fc-form input[type=number]:focus, 
.fc-form input[type=url]:focus, 
.fc-form input[type=file]:focus, 
.fc-form select:focus, 
.fc-form textarea:focus,
.fc-form .select2-container--default .select2-selection--multiple:focus {
	border-color: #E5F1F9;
	box-shadow: none;
}


.fc-form .form-select:disabled,
.fc-form .form-control:disabled, 
.fc-form .form-control[readonly] {
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.fc-form .form-select option {
	background-color: #fff;
}



.fc-form .invalid-feedback {
	font-style: italic;
	margin-top: -15px;
	line-height: 1.2;
}

.fc-form .phone-group .invalid-feedback {
	margin-top: 0;
}

.fc-form .form-control.is-invalid, 
.fc-form.was-validated .form-control:invalid {
	background-color: #fff !important;	
	border-color: #dc3545 !important;
}

.fc-form .fc-info {
	line-height: 1.3em;
}

.fc-modal .modal-title {
	font-weight: 400;
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
}

.fc-modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #fff;
}

.fc-modal .select2-container .select2-search--inline .select2-search__field {
	height: 40px;
	line-height: 50px;
}

.fc-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
}

.fc-modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: transparent;
	border: 2px solid #007BC7; 
}

.fc-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #007BC7;
	font-size: 1.5em;
	border-right: none;	
	top:-2px;
}

.fc-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.fc-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: transparent;
	color: #31343A;
}

.fc-modal .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 18px;
	padding-left: 8px;
}

.fc-modal .select2-results__option:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background-color: transparent;
	margin-right: 15px;
	margin-left: 10px;
	vertical-align: middle;	
}

.fc-modal .select2-container--default .select2-results__option--selected {
	background-color: #fff;
	
}

.fc-modal .select2-container--default .select2-results__option--selected:before {
	font-family: 'fontAwesome';
    content: "\f00c";
    color: #fff;
    background-color: #007BC7;
    border: 0;
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    padding-left: 2px;	
}

.fc-modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: #31343A;
}

.fc-modal-has-nav .modal-header {
	border: none;
	padding-bottom: 0;
}

.fc-modal-has-nav .nav-tabs {
	border-bottom: none;
}

.fc-modal-has-nav .nav-tabs .nav-item .nav-link,
.fc-modal-has-nav .nav-tabs .nav-item.show .nav-link, 
.fc-modal-has-nav .nav-tabs .nav-link.active {
	border: none;
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	color: #737373;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	margin-right: 3rem;
}
.fc-modal-has-nav .nav-tabs .nav-link.active,
.fc-modal-has-nav .nav-tabs .nav-link:hover {
	color: #007BC7;
	border-bottom: 2px solid #007BC7;
}


.fc-form-nav {
	border-bottom: 1.5px solid #dbdbdb;
	padding: 0 1.5rem;
}

.fc-form .form-check input {
	position:relative;
	top: 4px;
}

#fc-help-icon {
	cursor: pointer;
}

#fc-help-body {
	padding: 20px 20px 40px;
}
#fc-help-body ul {
	margin: 20px;
    list-style-type: disc;
}

#fc-help-body li {
	margin-bottom: 15px;
}

.fc-check-list {
	border: 1px #d5d5d5 solid;
    border-radius: 8px;
    padding: 10px;
}

.fc-check-list .form-group {
	margin-bottom: 0;
}



.fc-action-link {
	font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	color: #007BC7;
	cursor: pointer;
}

.fc-del-link {
	font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	color: #E04854;
	cursor: pointer;
}

.fc-panel {
	margin-left: 30px;
	width: 90%;
	display:none;
}

.fc-not-signed,
.fc-not-paid,
.fc-not-scored,
.fc-not-checked-in {
	background-color: #FBEAEB;
	padding: 0 15px 2px;
	border-radius: 15px;
}

.fc-signed,
.fc-paid,
.fc-scored,
.fc-checked-in {
	background-color: #DBF1CD;
	padding: 0 15px 2px;
	border-radius: 15px;
}

.fc-not-applicable,
.fc-no-charge {
	background-color: #ddd;
	padding: 0 15px 2px;
	border-radius: 15px;
}

.fc-invoiced {
	background-color: #FFF2D8;
	padding: 0 15px 2px;
	border-radius: 15px;
}

#mw-signed-status.signed .fc-not-signed,
#mw-signed-status.signed .fc-not-applicable,
#hnr-signed-status.signed .fc-not-signed,
#hnr-signed-status.signed .fc-not-applicable,
#hsa-signed-status.signed .fc-not-signed,
#hsa-signed-status.signed .fc-not-applicable {
	display: none;
}

#mw-signed-status.not-signed .fc-signed,
#mw-signed-status.not-signed .fc-not-applicable,
#hnr-signed-status.not-signed .fc-signed,
#hnr-signed-status.not-signed .fc-not-applicable,
#hsa-signed-status.not-signed .fc-signed,
#hsa-signed-status.not-signed .fc-not-applicable {
	display: none;
}

#hsa-signed-status.not-applicable .fc-not-signed,
#hsa-signed-status.not-applicable .fc-signed {
	display: none;
}

/* hide userid column from tables */

#fc-organization-datatable tr td:last-child, 
#fc-organization-datatable th:last-child {
    display: none;
}

#fc-team-member-datatable tr td:last-child, 
#fc-team-member-datatable th:last-child {
    display: none;
}

#fc-payment-datatable tr td:last-child, 
#fc-payment-datatable th:last-child {
    display: none;
}

#fc-rc-roster-educators-datatable tr td:last-child, 
#fc-rc-roster-educators-datatable th:last-child {
    display: none;
}

#fc-rc-roster-students-datatable tr td:last-child, 
#fc-rc-roster-students-datatable th:last-child {
    display: none;
}

#fc-rc-roster-mentors-datatable tr td:last-child, 
#fc-rc-roster-mentors-datatable th:last-child {
    display: none;
}

#fc-rc-roster-teams-datatable tr td:last-child, 
#fc-rc-roster-teams-datatable th:last-child {
    display: none;
}

#fc-rc-roster-volunteers-datatable tr td:last-child, 
#fc-rc-roster-volunteers-datatable th:last-child {
    display: none;
}

#fc-rc-roster-judges-datatable tr td:last-child, 
#fc-rc-roster-judges-datatable th:last-child {
    display: none;
}

#fc-submissions-datatable tr td:last-child, 
#fc-submissions-datatable th:last-child {
    display: none;
}

.fc-rc-submission-datatable tr td:last-child,
.fc-rc-submission-datatable th:last-child {
	display: none;
}

.fc-judge-assignment-datatable tr td:last-child,
.fc-judge-assignment-datatable th:last-child {
	display: none;
}

.fc-has-id-datatable tr td:last-child,
.fc-has-id-datatable th:last-child {
	display: none;
}

#fc-room-assignments-datatable tr td:nth-child(6), 
#fc-room-assignments-datatable th:nth-child(6) {
    display: none;
}

#fc-rc-compliance-review-datatable tr td:nth-child(6), 
#fc-rc-compliance-review-datatable th:nth-child(6) {
    display: none;
}

#fc-rc-compliance-review-datatable tr td:nth-child(7), 
#fc-rc-compliance-review-datatable th:nth-child(7) {
    display: none;
}


.fc-datatable {
	font-family: 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

.fc-datatable .table.datatable-table>:not(caption)>*>* {
	border-bottom-width: 0;
}

.fc-datatable.datatable tr td {
	border-top: solid 1px #dbdbdb !important;
}

.fc-datatable.datatable tr th {
	font-size: 15px;
	font-weight: 400;
	color: #31343A;
}

.fc-datatable.datatable tbody {
	font-weight: 400;
	font-size: 15px;
}

.fc-datatable.datatable table {
	color: #31343A;
}

.fc-datatable .datatable-header-checkbox {
	font-size: 16px;
}

.fc-datatable .form-check-input:focus {
	box-shadow: none;
}

.fc-datatable.datatable.datatable-clickable-rows tbody tr.active {
	background-color: #EBF4FB;
}

.fc-search-wrapper {
	position: relative;
}

.fcsvgWrapper{
	position:absolute;
	top:4px;
	left:12px;
	z-index: 1000;
}

.fcsearchBox{
	text-indent:35px;
	margin-top:10px;
	height: 40px;
	border-radius: 20px !important;
}

#student-assigned-roles,
#mentor-details-society-checkboxes,
#judge-details-society-checkboxes,
#volunteer-details-society-checkboxes,
#judge-details-role-checkboxes, 
#volunteer-details-role-checkboxes,
#scores-to-carry-over-checkboxes {
	padding: 10px;
    border: 1.5px solid #d5d5d5;
    width: 100%;
    margin: .5rem 0;
	border-radius: 4px;
}

#rc-delete-team-link,
#delete-mentor-link,
#delete-student-link,
#delete-team-link {
	text-align: right;
    margin-top: 55px;
}

#rc-confirm-delete-team-text,
#confirm-delete-mentor-text,
#confirm-delete-student-text,
#confirm-delete-team-text {
	font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	margin-top: 55px;	
	display: none;
}

#fc-user-profile-link {
	cursor: pointer;
}

.fc-dashboard-contents {
	margin: 40px auto;
	max-width: 800px;
}

.fc-team-overview-contents {
	margin: 40px auto;
	max-width: 800px;
	font-family: 'LexendDecaRegular', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

.fc-team-member-contents {
	margin: 40px auto;
	max-width: 900px;
}

#fc-team-members-title {
	font-family: 'LexendDecaRegular', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

.fc-comp-type {
    background-color: #f5f5f5;
    padding: 3px 20px;
    border-radius: 14px;
    margin-left: 6px;
}

.fc-full-comp-team {
	background-color: #dbf1cd;
}

.fc-partial-comp-team {
	background-color: #fff2d8;
}

.fc-educator-schedule-contents,
.fc-rc-schedule-contents {
	margin: 40px auto;
	max-width: 900px;
	font-family: 'LexendDecaRegular', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

.overview-info-title {
	color: #737373;
}

.fc-team-title {
	font-family: 'LexendDecaRegular', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

.fc-team-title-team-icon,
#fc-team-ovr-team-icon,
#fc-team-members-team-icon{
	position: relative;
	top: -3px;
	font-size: 10px;
}


.fc-team-title span,
#fc-team-ovr-title span,
#fc-team-members-title span {
	margin-right: 8px;
}

.fc-team-title-team-name,
#fc-team-ovr-team-name,
#fc-team-members-team-name {
	font-size: 20px;
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;

}

.fc-team-title-last-update-info,
#fc-team-ovr-last-update-info,
#fc-team-members-last-update-info {
	font-size: 14px;
	color: #737373;
	font-family: 'LexendDecaRegular', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
}

.fc-team-title-last-update-info span,
#fc-team-ovr-last-update-info span,
#fc-team-members-last-update-info span {
	margin: 0 4px;
}

.fc-overview-stats-row {
	margin-bottom: 20px;
}

.fc-stat-count {
	font-size: 60px;
	line-height: 80px;
}

#new-educator-dash {
	display: none;
}

.step-icon img {
	max-width: 85px;
	height: auto;
}
.step-check img {
	max-width: 20px;
	height: auto;
}

.row.fc-gs-step {
	align-items: center;
	border: solid 1px #d5d5d5;
	border-radius: 8px;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

.fc-dash-welcome-block {
    width: 100%;
    margin-bottom: 40px;
	border-radius: 8px;
	background-color: #EFEFF6;
    padding: 30px;
    align-items: center;
    border-left: solid 8px #32348E;
}

#fc-dash-welcome-text,
#fc-dash-welcome-text-new {
    font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
    margin-bottom: 6px;	
}

#fc-dash-org-text,
#fc-dash-org-text-new {
    font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}

.fc-accordion .accordion-button,
.fc-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #31343a;
    font-size: 20px;
    box-shadow: none;
    width: auto;
	padding: 0;
}

.fc-accordion .accordion-button:focus {
	box-shadow: none;
}

.fc-accordion .accordion-button::after,
.fc-accordion .accordion-button:not(.collapsed)::after {
	margin-left: 15px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");	
	background-size: .8rem;
	width: .8rem;
    height: .8rem;
}

.fc-accordion .accordion-body {
	padding: 0;
}

.fc-accordion .accordion-item {
	border: none;
	margin-bottom: 40px;
}

.row.fc-deadline-row {
	display: flex;
    font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	padding: 10px 20px;
	margin: 0;
}

.fc-deadline-row:not(:first-of-type) {
    border-top: solid 1px #d5d5d5;
}

.fc-deadline-row i {
	font-size: 8px;
	margin-right: 10px;
}

#educator-upcoming-deadlines,
#rc-upcoming-deadlines,
#team-overview-upcoming-deadlines {
	border: 1px solid #d5d5d5;
    border-radius: 10px;
}

.educator-team-list-row,
.rc-key-date-list-row {
	margin-bottom: 20px;
}

.team-dash-blurb,
.team-add-team-blurb,
.fc-stat-blurb,
.key-date-blurb {
	padding: 0 15px 0 0;
	text-align: center;
}

.team-blurb-wrapper,
.fc-stat-wrapper,
.key-date-blurb-wrapper {
	border: 1px solid #d5d5d5;
    padding: 30px 15px 15px;
    border-radius: 8px;
	height: 100%;
}

.key-date-blurb-wrapper {
	padding: 30px 15px;
}

.key-date-blurb-name {
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
}

.key-date-blurb-icon img {
	max-width: 100px;
	height: auto;
}

.team-blurb-icon {
	color: #383838;
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
    width: 68px;
    margin: 0 auto 24px;
    padding: 19px 0;
    border-radius: 40px;	
}

.team-blurb-name {
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.5em;
}

.team-blurb-member-count {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	color: #858585;
	line-height: 1.5em;
}

.team-dash-blurb .fc-edit-team-link {
	font-size: 14px;
}

#team-overview-accordion {
	max-width: 700px;
	margin: 40px auto;
}

#team-request-to-compete-section {
	max-width: 720px;
	margin: 40px auto;
}

#team-competition-requested {
	display: none;
}


.add-team-blurb-icon {
	color: #383838;
	font-size: 38px;
    width: 68px;
    margin: 20px auto 24px;
    padding: 13px 0 25px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='39' ry='39' stroke='%23333' stroke-width='3' stroke-dasharray='3%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 39px;
	cursor: pointer;
}

.add-team-blurb-link {
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	cursor: pointer;

}

.fc-mentor-desc,
.fc-form-intro {
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.5em;	
}

#btn-mentor-requested {
	display: none;
}

.fc-account-meta {
	font-size: 14px; 
	color: #737373; 
	font-weight:500; 
	padding-bottom:0;	
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;	
	
}

#educator-mentor-requested-btn {
	display: none;
}

.fc-form-list-table {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	width: 100%;
}

.fc-form-table-list-row-title {
    font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;

}

#educator-account-forms-list .fc-form-table-list-row-info {
	font-size: 14px;
}

.fc-heading-check label {
	font-family: 'LexendDecaMedium', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;	
	font-size: 16px !important;
	line-height: 24px;
}

.form-check-label.role-exceeded,
.ovr-role-count.role-exceeded {
	color: red;
}

.page-id-448 .et_pb_section.deliverable-flyout,
.page-id-448 .et_pb_section.pm-flyout {
	width: 0;
	position: absolute;
	right: 0;
	top: 92px;
	transition: width .3s ease;
	max-width: 700px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	z-index: 999;
	overflow: hidden;	
}

.page-id-448 .et_pb_section.pm-flyout {
	max-width: 1000px;
}

.team-pm-block,
.team-deliverable-block {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	border: solid 1.5px #d5d5d5;
	border-radius: 8px;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.deliverable-check {
	position:relative;
	font-size: 24px;
	color: #d5d5d5;
	padding-right: 15px;
	top: 3px;
}



/* pink/red */
.fc-not-signed,
.fc-mentor-no,
.fc-not-paid {
	background-color: #FBEAEB;
	padding: 0 15px 2px;
	border-radius: 15px;
}

/* orange */
.fc-archive {
	background-color: #FFECDD;
	padding: 0 15px 2px;
	border-radius: 15px;
}

/* light blue */
.fc-comp-level-junior {
	background-color: #E2F6F7;
	padding: 0 15px 2px;
	border-radius: 15px;	
}

/* purple */
.fc-inactive {
	background-color: #EAEAF3;
	padding: 0 15px 2px;
	border-radius: 15px;	
}

/* green */
.fc-signed,
.fc-paid,
.fc-active,
.fc-mentor-yes,
.fc-comp-level-full {
	background-color: #DBF1CD;
	padding: 0 15px 2px;
	border-radius: 15px;
}

/* gray */
.fc-not-applicable,
.fc-resources-only,
.fc-no-charge {
	background-color: #E0E1E2;
	padding: 0 15px 2px;
	border-radius: 15px;
}

/* yellow */
.fc-mentor-requested,
.fc-comp-level-partial,
.fc-invoiced {
	background-color: #FFF2D8;
	padding: 0 15px 2px;
	border-radius: 15px;
}

p.fc-form-terms {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 26px;
}


.submission-info-heading {
    font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
}

.submission-info-text {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
}

.submission-del-text {
	font-weight: 700;
	font-size: 12px;
	color: #737373;
	cursor: pointer;
}

.submission-file-name {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	color: #007BC7;
}

#fc-submissions-datatable .fas {
	color: #007BC7;
	font-size: 20px;
}

.fc-warning-text {
	color: #dc3545;
	font-style: italic;
	font-size: 13px;
	line-height: 1.2em;
}

#team-submission-details-teamname-group {
	display: none;
}

#mentor-details-password-section {
	display: none;
}

.is-mentor .fc-team-title-heading-edit-link {
	display: none;
}

.download-csv-link {
	margin-top: 5px;
	padding-right: 15px;
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	color: #007BC7;
	font-size: 14px;
	cursor: pointer;
}

tr.fc-archived-row {
	background-color: #f1f1f1 !important;
	color: #bbb;
}

.fc-archived-row .fc-not-signed,
.fc-archived-row .fc-mentor-no,
.fc-archived-row .fc-not-paid,
.fc-archived-row .fc-archive,
.fc-archived-row .fc-comp-level-junior,
.fc-archived-row .fc-inactive,
.fc-archived-row .fc-signed,
.fc-archived-row .fc-paid,
.fc-archived-row .fc-active,
.fc-archived-row .fc-mentor-yes,
.fc-archived-row .fc-comp-level-full,
.fc-archived-row .fc-not-applicable,
.fc-archived-row .fc-resources-only,
.fc-archived-row .fc-no-charge,
.fc-archived-row .fc-mentor-requested,
.fc-archived-row .fc-comp-level-partial,
.fc-archived-row .fc-invoiced {
	background-color: #E0E1E2;
	padding: 0 15px 2px;
	border-radius: 15px;
}

.fc-dash-intro-text {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

#fc-judge-assignments-panel,
#fc-rc-scoring-panel,
.fc-scoresheet-modal,
#fc-room-assignments-panel {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;	
}

#fc-rc-scoring-panel label {
	font-family: "Sarabun", Helvetica, Arial, Lucida, sans-serif;	
}

.fc-table-heading {
	color: #383838;
	font-size: 14px;
	padding-left: 15px;
}

.fc-calc-input {
	height:40px !important; 
	margin-top: 6px !important;
	padding-left: 20px !important;
}

.fc-form-table th {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 12px;
	line-height: 1.3em;
}

.fc-form-table td {
	padding: 10px 12px;
	line-height: 1.3em;
}

td.fc-form-table-row-id {
	display: none;
}

.table-assignment-body {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
}

th.assign-col {
	width: 10%;
}

th.judges-col {
	width: 16%;
}

th.team-col {
	width: 37%;
}

th.org-col {
	width: 37%;
}

tbody.table-assignment-body tr {
	border-top: 1px solid #DBDBDB;
}

.fc-panel .fc-panel-nav ul {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #DBDBDB;
}

.fc-scoresheet-header-title {
	min-width: 140px;
	color: #737373;
}

.fc-scoresheet-header {
	padding-bottom: 30px;
}

.fc-number-circle {
	display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #3b3b3b;
	color: #fff;
    text-align: center;	
	margin-right: 15px;
}

.fc-scoresheet-item {
	margin-left: 50px;
	padding: 30px 0;
	border-bottom: 1px solid #DBDBDB;
}

.fc-scoresheet-item:last-of-type {
	border-bottom: none;
}

.fc-ss-item-title {
	margin-left: -50px;
}

.fc-scoresheet-item ul {
	list-style: disc;
}

.fc-scoresheet-item ul li {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 8px;
}

.fc-scoresheet-section {
	padding: 30px 0;
	border-top: 1px solid #DBDBDB;

}

.fc-scoresheet-section h4 {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.fc-scoresheet-section h5 {
	font-family: 'LexendDecaRegular','Lexend Deca', Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	color: #737373;
	margin-bottom: 20px;
}

.scoresheet-total {
	text-align: right;
}

.scoresheet-total span {
	margin-left: 15px;
}

.fc-link-list {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
}

.fc-link-list-item {
	margin-right: 30px;
}

.fc-link-list-item.fc-action-button-link {
	margin-right: 10px;
}

.fc-action-button-link {
	border: 1.5px solid #007BC7;
	font-family: "Sarabun", Helvetica, Arial, Lucida, sans-serif;	
	padding: 2px 10px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;
}

.fc-action-button-link i {
	margin-left: 10px;
	color: #007BC7;
}

.fc-panel-back-link {
	font-family: 'LexendDecaBold', 'Lexend Deca',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	color: #007BC7;
	cursor: pointer;
	font-size: 14px;	
}

.team-col,
.judges-col,
.org-col {
	cursor: pointer;
}

#fc-promote-teams-datatable .fa-check-square {
	color: #0060df;
	font-size: 18px;
}

#verify-team-promotion-feedback {
    color: red;
    font-style: italic;
    font-size: 14px;
    margin-top: -5px;
	display: none;
}