/**
original blue - #344cef;
original mid-blue - #3377cc;

mmp light blue - #26b3fb;
25% - #239be6;
50% - #2070c1;
75% - #1c456f;
mmp dark blue - #1a2e46;

mmp light blue - #26b3fb;
2/6 - #2498D7
3/6 - #217EB3
4/6 - #1F638E
5/6 - #1C496A
mmp dark blue - #1a2e46;

gold button - #ffc74e;
gold button hover - #dead43;
*/

@charset "UTF-8";

.ajax-box-line-item {
    padding: .5rem;
    color: #333333;
	cursor: pointer;
}

	.ajax-box-line-item:hover {
		font-weight: 600;
	}

	.ajax-box-line-item:nth-child(odd) {
		/*background-color: #fff;*/
	}

	.ajax-box-line-item:nth-child(even) {
		background-color: #cccccc;
	}

.fsicon-overlay { display: flex; position: absolute; opacity: 0.5; transition: opacity 0.3s ease; top: 12px; right: 12px; z-index: 10; color: #666; background-color: white; border: 1px solid #26b3fb; align-items: center; justify-content: center; font-size: 2rem; padding-top: 3px; padding-bottom: 3px; padding-left: 4px; padding-right: 5px; }
.fsicon-overlay:hover { opacity: 1; }
