*, *:before, *:after
{
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  font-family: Trebuchet MS;
}

p
{
    margin: 0 0 4px 0;
}

div
{
    word-wrap: break-word;
}

body
{
    background-color: #f8f8f8;
}

td.left,th.left
{
    text-align: left;
}

td.right,th.right
{
    text-align: right;
}

td.center,th.center
{
    text-align: center;
}

div.pageheader
{
    position: relative;
    height:68px;
    width: 100%;
    border-bottom: 2px solid var(--brand-primary);
}

img.headerbanner
{
    vertical-align: middle;
    max-height: 1.5em;
    
}

div.headerbanner
{
    height: 68px;
    line-height: 64px;
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    font-weight: bold;
    font-family: Georgia,serif;
    color: #333333;
}

div.pagecontainer
{
    position: relative;
    margin: 12px 20px 0px 20px;
    min-height: 400px;
}

div.msgOk
{
    border: 1px solid #008000;
    padding: 8px 16px 8px 16px;
    margin: 8px 0 8px 0;
    background-color: #b0f0b0;
    color: #008000;
}

div.msgError
{
    border: 1px solid var(--brand-primary);
    padding: 8px 8px 8px 8px;
    margin: 8px 8px 8px 8px;
    background-color: var(--brand-secondary-hover);
    color:black;/* var(--brand-primary);*/
}

div.msgWarn
{
    border: 1px solid #e07000;
    padding: 8px 16px 8px 16px;
    margin: 8px 0 8px 0;
    background-color: #f0f0a0;
    color: #e07000;
}

.red
{
    color: var(--brand-primary);
}

#form_reportshopordersstore{
	display:none;
}
input#s {
	color: #000;
}
input, select, textarea {
	border: 1px solid #000;
} 
#manageorder a{
	text-decoration:underline;
}

.buttons.pagination a {
    padding: 2px 15px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    margin: 2px;
    display: inline-block;
    /* text-align: right; */
}
.buttons.pagination{
    float: right;
    margin-bottom: 20px;	
}
.download-csv{
    background-color: var(--brand-subtle);
    cursor: pointer;
    border: 1px solid var(--brand-primary);
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: var(--brand-primary);
    margin-top:10px;
    display: inline-block;
    padding:5px;
}
.select2-container {
     /* override inline 100px JLS */
    display: block;
    width: 100%!important;
    /* padding: 0; */
}

.p-val-tbl td {
    border: 0.5px solid #e1e1e1;
    
}
body.productionvalue table#legacy-table, body.productionvalue table#new-prod, body.performance table#legacy-table, body.performance table#new-perform {
	position: relative;
}
body.productionvalue table#legacy-table > thead > tr > th, body.productionvalue table#new-prod > thead > tr > th,
body.performance table#legacy-table > thead > tr > th, body.performance table#new-perform > thead > tr > th {
	background: white;
  position: sticky;
  top: 0;
}
.alert-warning {
    /* color: #856404; JLS */
    background-color: var(--brand-secondary); /* #fff3cd;*/
    border-color: #ffeeba;
    padding: 10px;
    margin-top: 10px;
}
/* .mb-10  {
    padding-bottom:10px;
} */