#brightcube {
    overflow-y: auto;
    font-family: var(--mainFont);
    font-size:16px;
    color:#343434;
    margin:0px;
    padding:0px;
    border:0px;
     background-color: var(--bgColor); 
    text-align:center;
}

* {
	box-sizing: border-box;
  }

#headerLogo{
	max-width:40px;
}

.lookupIcon {
	padding: 0px 12px;
	cursor:pointer;
}

#programSearch{
	width:100%;
}

#rightControls{
	flex-basis: 1px;
    flex-grow: 1;
    align-content: end;
    display: flex;
    justify-content: flex-end;
}

#specialMenu{
float:right;
font-size:20px;
background-color:blue;
}

.btndisabled {
background-color: #e8d1d9;
    cursor: not-allowed;
	border-color:#e8d1d9;

}



.aligntop {
align-items:normal !important;
}


/*
/* width * /
::-webkit-scrollbar {
    width: 8px;
}

/* Track * /
::-webkit-scrollbar-track {
    background: #4c2432;  

    padding:1px;
}
 
/* Handle * /
::-webkit-scrollbar-thumb {
    background: #210f15;
    border-radius:10px;
}

/* Handle on hover * /
::-webkit-scrollbar-thumb:hover {
    background: #210f15;
}
*/

a {

    transition: background-color .5s;
    text-decoration:none;

}



 




/*******    from style.css file    *********/



div {

	vertical-align:top;
	
	
}

button, .btn {
	padding:10px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    background-color: #333333;
    font-size: 16px;
	border-width:0px;
	margin:0px 10px;
	cursor:pointer;
	border-style: outset;
    border-color: #252525;
    border-width: 2px;
	display: inline-block;
    text-align: center;
}

button:hover, .btn:hover {

	background-color:#000000;
	
}
button, .btn {

 -webkit-transition: background-color .5s; /* Safari */
    transition: background-color .5s;
}


.outer-wrapper {

	display:flex;
	height:-webkit-fill-available;
}

#sidemenuWrapper{
	min-width:230px;
}

#brightcube main {
	flex-grow: 1;
    text-align: left;
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto;
    overflow-wrap: anywhere;
    flex-basis: 1px;
    position: relative;
    display: flex;
    flex-direction: column;
}
	
#screenContent{
	padding:50px;
	overflow:auto;
	background-color:#f5f5f5;
	height: -webkit-fill-available;
	width:100%;
	max-width:100%;
}

#fixed-side-menu {

	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: silver;
	background-color:white;

	/* background-color:#4c2432; */
	width:230px;
	top:0px;
	bottom:0px;


	
	 /* background-image: linear-gradient(to bottom left, var(--color1), #000000); */

	 overflow-x:clip;
	 overflow-y:auto;

	}

	.iconWrap {
		width: 20px;
		display: inline-block;
		text-align: center;
	}

	@media only screen and (max-width: 600px) {

		#brightcube #screenContent{	
			margin: 0 auto !important;
			padding:10px 10px 10px 10px !important;
		}

		.formTable .row{
			flex-direction:column !important;
		}

		#searchBarWrapper{

			flex-grow:3 !important;

		}
			
	}
	
	


	
		#logo {
			max-width:95%;
			margin:30px 0px;
		}
	
		#logout {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#373737;

	font-size:14px;
	
	
		}
		#msgbox {

			color: white;
			display: none;
			position: fixed;
			top: 0px;
			right: 20px;
			padding: 0px 47px;
			font-size: 16px;
			background-image: linear-gradient(to bottom left, #397b4f, #55ad04);
			z-index: 10000;
			text-align: left;
		}

		#msgbox ul {

		padding:0px;

		}
		
#schedule_notice {

    color: white;
    text-align: left;
    padding: 16px;
    display: block;


}

#schedule_notice a {
  color:white;}

#schedule_notice a:hover {

text-decoration:underline;

}

#schd_count {
background-color:red;
padding:3px;
border-radius:10px;
color:white;
font-weight:bold;

}

		#program-select {
			width:unset;
			}
	
	.catb {
	  padding:10px;
	  display:block;
	  color:#373737;
	  margin:3px 15px;
	  border-radius:5px;
	  text-decoration:none;
	  font-size:12px; 
	
	
	}
	
	aside .catb {
		text-decoration: none;
		font-size: 14px;
		border-width:0px;
		margin:0px 10px;
		cursor:pointer;
		-webkit-transition: background-color .5s; /* Safari */
		transition: background-color .5s;
	text-align:left;

	}
	
	aside .catb:hover {
	
	background-color: var(--color2);
	}
	
	
	
	.catb:hover {
	  background-color:#2d151e;
	}

	#logout:hover {
	
	text-decoration:underline;
	
	}

	#fixed-side-menu.mobile{
		position:absolute;
		z-index:1000;
	}

	#controlBar{
		/* position: fixed; */
		background-color: white;
		width: -webkit-fill-available;
		display:flex;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: silver;
		z-index:2000;
		padding:10px;
		justify-content: space-between;
		align-items: center;

	}

	#fixed-side-menu.open{
		width:230px !important;
	}

	#programSearch{
		text-align:center;
	}

	#searchBarWrapper{
		flex-basis:1px;
		flex-grow:1;
		text-align:center;
	}
	
	#menuToggle {
	
		color: gray;
		font-size: 28px;

		flex-basis:1px;
		flex-grow:1;
		cursor: pointer;

	
	}
	 .closed {
	
	color: black !important;
	
	 }
	

	



::selection {
  background: var(--color3); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: var(--color3); /* Gecko Browsers */
}

.info {
	
	font-size:16px;
	max-width:400px;
	
}



.content {
	
width:100%;
	position:relative;	
	margin:0 auto;
	display:block;
}

.innercontent {

max-width:100%;
text-align:left;
width:-webkit-fill-available;

}


#inner {
	
	padding:30px;
	position:relative;
	max-width:100%;
	
}

#productimages {
	


	
}

#mainimg {
	
	width:100%;
	max-width:485px;
	
}


#vendornav a{
	
	color:white;
	background-color:black;
	padding: 5px 10px;
	display:block;
	width:70px;
	margin:5px 10px;
	
}





#left

{
	float:left;
}

#right {
	
	float:left;
width:1000px;
max-width:100%;
}



#alert-dialog{
	z-index:7000;
}

#saleinfowrapper { width:100%; max-width:440px; margin:5px; }
#saleinfo { width:100%;margin-bottom:10px; }

#saleinfo p { width:300px; }
#saleinfo h1 { margin-top:0px; }
#salepayment { min-width:150px;width:49%; }
#productfeatures { min-width:150px;width:49%; }

#only { font-size:16px;vertical-align:top; font-weight:bold;  }
#price { font-size:54px;font-weight:bold; padding:5px;  }
#shipping { font-size:16px;vertical-align:bottom; font-weight:bold; padding:5px; }


#pink { color:#ff1fb5;}


#qtysold { display:inline-block;font-size:20px;margin:10px 10px 20px 10px;color:#ff1fb5;  }

.button {


border-style:solid;
text-decoration:none;

color:white;
padding:3px 20px;
font-size:12px;
border-radius:3px;

text-shadow:1px 1px 3px black;
cursor:pointer;
border-width:2px;
border-color:#3b3b3b;
background-color:#3b3b3b;
 box-shadow:inset 0px 0px 30px #3b3b3b;
 text-align:center;
 display:inline-block;
}


.button:hover { border-width:2px;
border-color:#000000;background-color:#000000; box-shadow:inset 0px 0px 30px #000000; }


#registerform .button {

width:100%;

}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.table {

	display:flex;
	flex-direction:column;
	/*box-shadow: 0px 0px 10px; */

}
.gridTable{
	min-width:1200px;
}
.tableWrapper {
	overflow-x:scroll;
	border-width:1px;
	border-style: solid;
	border-color:silver;
	min-height: 100px;
    background-color: white;
}

.h300 {

	max-height:300px;
	overflow-y:scroll;

}

	.row {

	flex-grow:1;
	display:flex !important;

		cursor:pointer;
	}

	.row_bg {

		background-image: linear-gradient(#ffffff, #f7f7f7);

	}

    .row_bg:hover {
        background-image: linear-gradient(#ffffff, #ececec);
        cursor:pointer;
    }

    .gridTable .row_selected {
		background-image: unset !important;
		background-color: #4d273421;

    }

	.btnWrapper{
		margin: 10px 0px;
    display: flex;
    flex-direction: row-reverse;
	}

	.btnWrapper .button{
		margin-left:10px;
	}

	.cell {
	flex-grow: 1;
	flex-basis: 1px;
	word-break: break-word;
	text-align:left;
	padding:5px;
	display:flex;
	align-items:center;


	}

	.row_bg .cell {

		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #e9e9e9;
	}

	.data {

        width:100%;

	}

	.header_row {
		font-weight: bold;
	
	}

	.header_row_bg {

		background-image: linear-gradient(#7b4256, #381b25);
		color: white;
		padding-right: 13px;
	}
	

	.header_row_bg .cell {

		
		border-style: solid;
		border-width: 1px;
		border-color: #6c394b;

		
	}

.curr {
text-align:right;
}

input[type=text],input[type=password],select,input[type=date],input[type=number] {
    
    border-style: solid;
    padding: 8px;
    border-width: 1px;
    border-color: #e3e3e3;
    /* box-shadow: 2px 2px 13px 0px #86906b; */
    border-radius: 5px;
	font-size:16px;
	max-width:100%

}


/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

.file-upload {

cursor:pointer;

}




/*******************************************/
/*               Form Styling              */
/*******************************************/

	#sfilters {
	display:none;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a5a5a5;
	}
	::-moz-placeholder { /* Firefox 19+ */
	color: #a5a5a5;
	}
	:-ms-input-placeholder { /* IE 10+ */
	color: #a5a5a5;
	}
	:-moz-placeholder { /* Firefox 18- */
	color: #a5a5a5;
	}

/*******************************/

	
	h1 {
		text-align:left;
	}

	.ctrlbtn {
		padding:9px 20px;
		color:white;
		border-radius:5px;
		cursor:pointer;
		display:block;	
		background-color:#dcabbc;
	}

	#controls {
		width:100%;					
	}

	#controlstbl {
		width:100%;
	}

	#mtnctbl {
		width:100%;
	}

	.sectiontitle {
		font-weight:bold;
		font-size:20px;
	}

	fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
    /* background-color: #e7e7e7; */
    background-image: linear-gradient(360deg, #f3f3f3, #ffffff00);
	}

	.tbldiv {
		text-align:center;
		font-size:14px;
		width:100%;
	}

	.tbldiv tr td {
		text-align:left;
		padding:5px;
	}


	.blurbdiv {
		width:100%;
		height:350px;
		padding:20px;
	}

	.blurbtxt {
		width:94%;
		height:350px;
	}

	#working {
		background-color:#4c2432;
	}

	#myBtn {
		background-color:#4c2432;
	}

	.rTable {
		display: table;
		width: 100%;
	}
	.rTableRow {
		display: table-row;
		width:100%;
	}
	.rTableHeading {
		display: table-header-group;
		background-color: #ddd;
	}
	.rTableCell, .rTableHead {
		display: table-cell;
		padding: 3px 10px;
		vertical-align: middle;
	}

	.rTableCell input {
		width:90%;
		padding:5px;
	}
	.rTableHeading {
		display: table-header-group;
		background-color: #ddd;
		font-weight: bold;
	}
	.rTableFoot {
		display: table-footer-group;
		font-weight: bold;
		background-color: #ddd;
	}
	.rTableBody {
		display: table-row-group;
	}

	.cell1 {
		width:15%;
		text-align:left;
	}

	.cell2 {			
		width:75%;						
	}

	.cell3 {						
		width:10%;						
	}


	#bsktslct {						
		padding:15px;
		background-color: #238af5;
		color: white;						
	}

	#bsktslct option {						
		padding:15px;	
	}


	/*****************************/


	

#form-container {
	
	width:100%;
	
}

.grow {
	
	flex-grow:1;
	flex-basis:260px;
	
}

.grow1 {
 flex-grow:1;
}

.grow2 {
 flex-grow:2;
}

.grow3 {
 flex-grow:3;
}

.grow4 {
 flex-grow:4;
}

.grow5 {
 flex-grow:5;
}

.grow6 {
 flex-grow:6;
}

.grow7 {
 flex-grow:7;
}

.grow8 {
 flex-grow:8;
}

.grow9 {
 flex-grow:9;
}

.flex {
	display:flex;
	
}

.alignCenter{
	align-items:center;
}

.column {
	
	flex-direction:column;
}

.tag {
	
	margin:0px 10px;
	
}


.input 
input[type=text] {
	border-width: 0px;
	background-color:var(--color4);
	padding:20px 10px 5px 10px;
	width:100%;

	font-size:16px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: auto;
}

.flexEnd {
justify-content:flex-end;
}

.input {

/* width:100%; */
/* padding:5px; */
box-sizing:border-box;
	position:relative;
}

.input
label {

position: absolute;
font-size:12px;
	left: 10px;

	color: #8c927d;

}

select {
	
	width: 100%;
	max-width: 300px;
	
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
	display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
	display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
	color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
	appearance: none;
	-webkit-appearance: none;

	font-family: var(--mainFont), arial, sans-serif;
	font-size: 16px;
	padding:3px;
	display: inline-block !important;
	visibility: visible !important;
}

input[type="date"], focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}



.wrap {
	
	flex-wrap:wrap;
}

.datelabel {
	
	width:40px;
	display:inline-block;
	
}

#dates {
	
	margin:50px 0px;
	
}

textarea {
	
	
	width:100%;
	height:200px;
	padding:20px;
	font-size:16px;
	max-width:-webkit-fill-available;
	margin:20px 5px;
	background-color: var(--color4);


	border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    border-radius: 5px;
}

.form-section {
	text-align:left;
	
}


.form-section input {
max-width:100%;
	
}




h1 {
font-size:30px;

}

#fixed-controls {
	width: 82%;
	position: fixed;
	bottom: 0px;
	right:0px;
	background-color: #4c2432;
	color: white;
	z-index: 100;
	font-size: 16px;
	display:none;
	

}

#fixed-controls .fbtn {
	border-radius:2px;
	color: white;
	display: block;
	flex-grow: 1;
	text-align: center;
	margin: 11px;
	padding: 6px;
	background-color: #7b4256;
	font-weight:bold;
	box-shadow: 2px 2px 5px #231017;

}


#fixed-controls .fbtn:hover {

	background-color: #8cab71;

}

#done-btn {

cursor:pointer;

}

#addbskc {
	width: 100%;
	max-width: 300px;
	margin: 10px 0px;
	padding: 3px;
}

#bsktcs {



}

#bsktcs span {
	background-color:purple;
	color:white;
	border-radius:10px;
	font-size:12px;
	padding:5px  10px;
	display:inline-block;
	margin:2px;

}

.remove {
	cursor:pointer;


}

.remove:hover {
	color:red;
}

								
.categories a {

color:white;


}

.categories a:hover {

text-decoration:underline;


}

#keywords {

width:100%;
max-width:100%;
box-sizing:border-box;

}



/************************/

	.imagebox {
	margin:20px;
	text-align:left;
	position:relative;
	cursor:pointer;
}

.imagebox img {
	width:100%;
	
}

.imagebox .fa-upload {
		position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: 20px;
		color: #f9005a;
	opacity:.2;

}

.imagebox .fa-upload span {
font-family: var(--mainFont);
font-size: 12px;
}

.imagebox:hover  .fa-upload {

display:block;
opacity:1;

}
.img-file-upload {

	display:none;
}



/************************/

#bottomnav {
	width:100%;
}

#bottomnav input {
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	margin: 20px 0px 0px 0px;
}


/********************/


#customer-form h1 {

    font-size: 20px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #693145;
    color: #693145;


}



.data button {

width:100%;
margin:0px;

}


.disabled {

background-color: #d8a4b6;
color: #f1bfd0;
cursor: not-allowed;

}

.form-controls {

box-shadow:none;

}



input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}


#screenMsg {
		display:none;
    background-color: darkcyan;
    color: white;
    padding: 8px 39px;
    font-size: 16px;
    border-radius: 5px;
    margin: 18px 0px 10px 0px;
    width: 100%;
    box-sizing: border-box;

}



.dialogwrapper {

    width: 100%;

    position: fixed;

    text-align: center;

    background-color: #00000085;

    /* width: -webkit-fill-available; */

    left: 0px;

    top: 0px;

    z-index: 5000;

    height: 100%;

    display:none;

}



.dialog {
    width: 100%;
    max-width: 300px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 13px #00000070;
    padding: 30px 10px;
    text-align: center;
    margin:50px auto;
    position:relative;
}

.iframeDialog{
	padding: 30px 0px 0px 0px !important;
}


.dialog div {

    display:block; 

}



.dialog-buttons button {

    display:inline-block;

    font-size:12px;

    padding: 5px 10px;

    margin-top:20px;

}

.blocker{
	z-index:5000 !important;
}

.close-dialog {

    position:absolute;

    top:5px;

    right:5px;

    cursor:default;

}



#content-dialog .dialog, #iframe-dialog .dialog {

    width:80%;

    height:80%;

    max-width:unset;

}



.lmodal {

	display: none; /* Hidden by default */
 
	 position: fixed; /* Stay in place */
 
	 z-index: 1; /* Sit on top */
 
	 padding-top: 0px; /* Location of the box */
 
	 left: 0;
 
	 top: 0;
 
	 width: 100%; /* Full width */
 
	 height: 100%; /* Full height */
 
	 overflow: auto; /* Enable scroll if needed */
 
	 background-color: rgb(0,0,0); /* Fallback color */
 
	 background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
 
	 z-index:10000;
 
 }
 
 
 
 /* Modal Content */
 
 .lmodal-content {
 
 background-color:transparent;
 
	 margin: auto;
 
 max-width:300px;
 
 position:relative;
 
 padding:0px 30px 30px 30px;
 
 margin:10px auto;
 
 text-align:center;
 
 color:white;
 
 
 
 }
 
 
 
 
 
 #ldng {
 
	 
 
 width:50px;
 
 display:block;
 
 margin:0 auto;	
 
 
 
 }
 
 
 