
 /*Nav Text/Icons**********this causes issues with ex: search buttons/   
/*.a4-theme {
    color: black;
    background-color: white;
} */


 /*Input Field*/
body { background-color: #f2f2f2; }
/*** ------------------------------------------------------------    ***/
/*** BUTTONS ***/
/*** ------------------------------------------------------------    ***/

/*** forced for standard buttons based on their action ***/
.a4-iActX     { color:#fff          ;background-color:#c83737         }     /*Cancel/Back*/
.a4-iActNew   { color:#fff          ;background-color:#0f4472          }    /*Add New/Start Receipt Etc.*/
.a4-iActNav   { color:#fff          ;background-color:#0f4472          }    /*Next/Previous/Next Step/New To Pallet*/
.a4-iActDone  { color:black          ;background-color:#8ed9f1          }      /*Done/New Batch*/
.a4-iActFloor,.itsDarkGray  { color:#fff          ;background-color:#999999 }      /*Floor/Move*/
.a4-iActDash,.itsOliveGreen { color:#fff          ;background-color:#ACAF50 }      

/*** specified button classes ***/
.iAct  ,	.itsDarkBlue	{ color:#fff ;background-color:#0f4472 }   /*DARK BLUE -> Save/R-pgm Distribute/Details/Login*/
.iActX ,	.itsDarkRed		{ color:#fff ;background-color:#c83737 }   /*DARK RED -> Delete/Cancel/Back/Reverse All*/
.iActS 						{ color:#fff ;background-color:#0f4472 }   /*DARK BLUE -> Search/Show Table*/
.iActA 						{ color:#fff ;background-color:#0f4472 }   /*DARK BLUE -> Add New/Activate/Release/Reset/Add Updat  e*/  
.iActMISC,	.itsLightBlue	{ color:#fff ;background-color:#169aca }   /*LIGHT BLUE -> Showall/Manifest/Done/Release/Clone Ord  er/Adjust Qty/Make Primary/Apply/Open Adj/Close Adj./Pricing/New List Price/PM Schedules/Load Run/Print Queue/Back to Users*/ 
.iActP ,	.itsGoldenOrange{ color:black;background-color:#fda400 }   /*GOLDEN ORANGE -> Post/Batches/Delete Last Weight*/
.iActCO,	.itsLighterRed	{ color:white;background-color:#d04c4c }   /*LIGHTER RED -> Cancel Order*/
.iActSH,	.itsDarkPurple	{ color:white;background-color:#67536c }   /*DARK PURPLE -> Shop/Back to Header/Distribution Progr  am Distribute All/Credit A11*/ 
.iActW						{ color:white;background-color:#67536c }   /*DARK PURPLE -> Weights*/
.iActPA						{ color:black;background-color:#169aca }   /*LIGHT BLUE -> Pallets/Send to Roadnet*/
.iActCU,	.itsLighterBlue	{ color:black;background-color:#8ed9f1 }   /*LIGHTEST BLUE -> Change Customer/Run Statements/PO/In  voice/New Customer Price*/ 
.iActPR,	.itsLightPurple	{ color:black;background-color:#b8b8e2 }   /*LIGHT PURPLE -> Print/Documents/Approve Variance*/
.iActLR,	.itsLightRed	{ color:black;background-color:#d04c4c }   /*LIGHT RED -> Variances(Start Over/Cancel Putaway/Rece  ipt Etc.*/
.iActSC						{ color:black;background-color:#8ed9f1 }   /*NOT USED CURRENTLY ->Save and Contents*/
.iActARR,	.itsLightGrayO	{ color:black;background-color:#f2f2f2 }   /*GRAY ->Jump Arrow*/

.itsLightGreen	{ color:black;  background-color: #dff2c1}
.itsDarkGreen	{ color:white;  background-color: #589025}
.itsLightGray	{ color:black;  background-color: #d9d9d0}
.itsOrangeX1	{ color:#9F6000;background-color: #FEEFB3} /*like our warning text*/
.itsYellowX1	{ color:black;  background-color: #FFF59D}
.itsLightOrange	{ color:black;  background-color: #f8c16e}
 
.a4-iAct {
    color: white;
}
 
 
.a4-iActX {
    color: white;
}
 
  
.a4-iActS {
    color: white; 
}
  
.a4-iActA {
    color: white;
}
 
.a4-iActM {
    color: black;
}
 
.a4-iActMISC {
    color: white; background-color:#169aca
}

.a4-iActP {
    color: black; background-color:#fda400
}

.a4-iActCO {
    color: white; background-color:red
}

.a4-iActSH {
    color: white; background-color:#67536c
}


.a4-iActNav  {
    color: white; background-color:#0f4472
}

.a4-iActFloor  {
    color: white; background-color:#999999
}

.a4-iActW  {
    color: white; background-color:#67536c
}

.a4-iActPA  {
    color: white; background-color:#169aca
}

.a4-iActCU  {
    color: black; background-color:#8ed9f1
}

.a4-iActDone  {
    color: black; background-color:#8ed9f1
}

.a4-iActPR  {
    color: black; background-color:#b8b8e2
}

.a4-iActLR  {
    color: black; background-color:#d04c4c
}

.a4-iActSC  {
    color: black; background-color:#8ed9f1
}

.a4-caret {
    background-color: #dbdbdb;
}


/*** ------------------------------------------------------------    ***/
/*** TABLES ***/
/*** ------------------------------------------------------------    ***/

.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #F1F1FF;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #b8b8e2;
}
@media screen and (max-width: 992px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd),
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(even) {
    background-color: #F1F1FF;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #F1F1FF;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    /*background-color: #fff;*/
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    /*background-color: #b8b8e2;*/
  }

	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	border: none;
	}

}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid rgb(242,242,242);
  border-top: 1px solid rgb(242,242,242);
  border-left: 1px solid rgb(218,218,218);
  border-right: 1px solid rgb(218,218,218);
}




/*** ------------------------------------------------------------    ***/
/*** ------------------------------------------------------------    ***/

 /*what is this for????*/
.a4-border-theme,.a4-hover-border-theme:hover{border-color:#169aca}

 /*Scroll Bar*/
::-webkit-scrollbar-thumb {
    background-color: #169aca;
}

 /*Input Field*/
.a4-input:not(.a4-classy):focus,.a4-radio:focus{background-color: #e9e9ff; outline-color: #0f4472;}

 /*CheckBoxes*/
input[type=checkbox].a4-checkbox:checked+.a4-validate,input[type=checkbox].a4-check:checked+.a4-validate,input[type=radio].a4-radio:checked+.a4-validate{color:#0f4472;font-weight:bolder}


 /*Logo Bar*/
.topstuff {
    background-color: white;
}
.topstuffHidden {
    background-color: white;
	display:none;
}





