#boxMemberNavContainer {
    position: relative;
    display: flex;
    justify-content: space-between;

    margin: 0.5em;
    /*margin: 1em;*/
    
    background-color: var(--border-dark);
    padding: 0.25em 1em;

    border-top-left-radius: 0.33em;
    border-top-right-radius: 0.33em;
    z-index: 15;
}

#boxMemberNavContainer ul
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    list-style-type: none;
    font-weight: bold;
    font-size: 1.125em;
}
#boxMemberNavContainer h3 {
    margin: 0;
    flex-basis: 12em;
    text-align: center;
}

/******************************************************/
/******************************************************/

#boxOrderHistory {
    position: relative;
}

.boxOrdHistLine {
    position: relative;
    padding: 0.5em;
    margin: 0.5em;
}

.boxOrdHistLine:hover {
    background-color: rgba(254, 224, 159, 0.6);
}

.boxOrdHistLine .leftBox {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxOrdHistLine .centerBox {
    flex-grow: 1;

    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0.125em 0.5em;
    margin: auto 0.25em
}

.boxOrdHistLine .boxSubtotalValue {
    font-weight: bold;
    text-align: center;
}

.boxOrdHistLine .statusLink {
    font-weight: bold;
    margin-bottom: 1em;
}

.dOrderDate {
    font-size: 0.8em;   
}

.boxOrdHistLine .bottomBar p {
    margin: 0;
}

.boxOrdHistLine .orderStatus {
    	padding: 0.55em 1em;

	border: 1px solid var(--border-dark);
	border-radius: 1em;

	background-color: var(--background-shade1);
    padding: 0.5
}

.boxOrdHistLine .bottomBar
{
    position: relative;
    margin-top: 0.5em;
    text-align: center;

}

.cstatusComplete a {
    content: "Click to see details";
}

.groupColumns {
    position: relative;
    display: flex;

    justify-content: space-around;
    align-items: center;
}

.groupColumns .imgPromptImg {
    flex-basis: 4em;
    text-align: center;
}

.groupColumns input[type='text'] {
    min-width: 80%;
}

.groupColumns button {
    min-width: 7em;
}


/******************************************************/
/******************************************************/



#boxItemList {
    font-size: 1.125rem;
}


#boxItemList .display-product-item {
    
    padding: 0.5rem 0.25rem;
}

#boxItemList .seeMoreMsg {
    margin-top: 0.5em;
    font-size: 1rem;
    font-variant: small-caps;

    text-align: center;
}
/*
#boxItemList .celPrice input {
    width: 3em;
    height: 2em;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    
}

#boxItemList .celPrice button {
    font-weight: bold;
    margin: 0.5em;
    padding: 0.5em;

    font-size: 1em;
}


#boxItemHist .display-product-item .itmDescription {
    width: 40%;
}
*/
.roseeMoreMsg {
    font-size: 0.8rem;
}

.roNotAvail {
    opacity: 0.5;
}

.roNotAvail .naMsg {
    padding-left:15%;
    font-variant: small-caps;
}

/******************************************************/
/******************************************************/

#boxUsrSettings {
    position: relative;
    flex-wrap: wrap;
}

#boxUsrSettings label {
    font-weight: bold;
    margin-right: 1em;
    min-width: 10em;;
    flex-basis: 22%;
}

#boxUsrSettings ul {
    display: flex;
    flex-direction:  column;
    flex-wrap: wrap;
    flex-grow: 1;

    justify-content: space-around;
    align-items: left;

    list-style-type: none;

    background-color: #f2ecdd81;
    border-radius: 0.5em;

    font-variant: small-caps;
}

#boxUsrSettings li:nth-child(odd) {
    background-color: var(--border-light);
}

#boxUsrSettings input,
#txtUsrSet_email
{
    flex-grow: 1;
}

#boxUsrSettings input[type='checkbox'] {
    max-width: 3em;
}

#boxUsrSettings .liNote {
    flex-basis: 99%;
    font-weight: bold;
    flex-wrap: wrap;
}

#boxUsrSettings .liError {
    color: red;
    display: none;
}

.boxPWline {
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
}

.boxPWline input {
    width: 98%;
}

#boxEMOO label {
    flex-grow: 1;
}

#boxUsrSettings li {
    position: relative;
    margin: 0.5em 1em;
    border-radius: 0.5em;

    display: flex;
    justify-content: space-between;
    padding: 1em;
}

#boxUsrSettings button {
    font-size: 1.25em;
    padding: 1.25em;
    margin: 1em;
    font-weight: bold;

    min-width: 10em;

}

.saveSucc {
    display: none;
    margin-top: 1em;

    border: 0.25em solid rgba(0, 128, 0, 0.692);
    background-color: rgba(0, 128, 0, 0.322);
    border-radius: 0.5em;
    padding: 0.5em;
}

.tinyText {
    display: block;
    font-size: 0.8em;
    font-style: italic;
}

.rowCel {
    flex-grow: 1;

    display: flex;
    flex-direction: column;
    
    justify-content: center;
}

.rowCel input {
    flex-grow: 1;
}

.box_emvf {
    display: none;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.box_emvf.vyes {
    color: green;
}

.box_emvf.vno {
    color: red;
}

#txtUsrSet_pass {
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    #boxUsrSettings button {
        flex-basis: 100%;
    }
}

/******************************************************/
/******************************************************/

	.memLoginMsg {
        
        position: relative;
		text-align: center;
		margin-bottom: 1em;
		padding: 0.5em;
		border-radius: 0.5em;
        background-color: var(--border-light);
	}

    .memLoginMsg.resetError {
        background-color: rgba(255,25,0,0.35);
    }

/******************************************************/
/******************************************************/
.boxOrderHist_section {
	position: relative;
	border: 2px solid #CCC;
	border-radius: 0.7em;
	background-color: #f2ecddcc;


	margin: 0.5rem auto;
    
}

.boxOrderHist_section h2 {
	margin: 0;
	font-size: 1.5rem;
	font-variant: small-caps;

	background-color: rgba(254, 224, 159, 0.6);
	
	border-radius: 0.7rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
	padding: 1em;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
	
}

.boxOrderHist_section .sectionContent {
    padding: 0.5em;
}

.boxOrderHist_section li
{
	position: relative;
	display: flex;
	
	list-style-type: none;
	
	margin: 0.25rem;
}

.boxOrderHist_section span {
	position: relative;
	
	
	flex-basis: 30%;
	text-align: right;
	
	font-variant: small-caps;
	font-weight: bold;
	
	margin-right: 0.25rem;
}

.boxOrderHist_section input,
.boxOrderHist_section select
{
	flex-grow: 1;
}

/* ------------------------------------------------ */
.boxOrderHist_section .addressPhone,
.boxOrderHist_section .addressCompany,
.boxOrderHist_section .addressCountry,
.boxOrderHist_section .addressAddress
{
	margin-top: 0.75em;
}

.boxOrderHist_section .addressStreet {
	display: flex;
	flex-direction: column;
}

.boxOrderHist_section .addressState
{
	margin-right: 0.5em;
}	
/* ------------------------------------------------ */
/******************************************************/
#boxMbrLogin {
		position: relative;

		border-radius: 1em;
		box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.5);
		padding: 0.5em;
		font-weight: bold;
		
		margin: 5em auto 5em auto;
		
		max-width: 35em;
	}
	
	#boxMbrLogin span {
		margin-right: 0.5em;
		
		flex-basis: 25%;
        padding-right: 0.5em;
		
		text-align: right;
	}
	
	#boxMbrLogin .prompts {
		text-align: center;
	} 
	 
	#boxMbrLogin .prompts > li {
		display: flex;
		list-style-type: none;
		
		margin-bottom: 0.25em;
        align-items: center;
	}
	
    #boxMbrLogin .prompts textarea,
	#boxMbrLogin .prompts input {
		flex-grow: 1;
	}

    #boxMbrLogin .prompts textarea {
        min-height: 4em;
    }

	#boxMbrLogin [type='submit'] {
		position: relative;
	
		margin: auto;
		margin-top: 0.5em;
		padding: 0.5em;

		width: 96%;
		
		font-weight: bold;
		font-size: 1.1em;
	}

	#boxMbrLogin .pwReset {
		font-weight: normal;
		text-align: center;

		margin-top: 0.5em;

		/*font-size: 0.8em;*/
		font-variant: small-caps;
		line-height: 0.9em;
	}

	#boxMbrLogin .pwReset a {
		font-weight: bold;
		margin-top: 0.5em;
	}

.imgPromptImg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgPromptImg > * {
    flex-grow: 1;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5em;
    padding: 0.5em;

    font-size: 1em;
    font-weight: bold;
}

.imgOk {
    display: none;
    background-color: rgba(174, 255, 174,1);

    height: 3em;
    width: 3em;

}

.imgBad {
    /*color: rgba(255,25,0,0.65);*/
    height: 2em;
    width: 2em;
}

.boxUsrSetPW .prompts > li {
    margin-bottom: 0.75em !important;
}

.boxUsrSetPW .prompts > li:last-of-type {
    margin-bottom: 0;
}


.boxVerifyEMail {
    position: relative;
}

.boxVerifyEMail .cgemCurrent {
    font-weight: bold;
    display: inline-block;

    margin-bottom: 0.5em;
}