
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans {
	font-family: "Open Sans";
	font-weight:400;
	font-size:16pt;
	color:#000000;
	
}

p {
	line-height:3.0rem;
}
footer {
	width:100%;
	margin-top:0.75rem;
	text-align:center;
}

footer img {
	width:100px !important;
	margin: 0 !important;
	padding:0 !important;
}

footer h6 {
	margin: 0 !important;
	padding: 0 !important;
	font-size:1.1rem;
}

#pages_top {
	width:100%;
	display:flex;
}	

.top-item {
	width:33%;
	flex-direction: column;
}

.top-item img {
	width:90%;
}

#pages_title h3 {
	width:100%;
	height:5.0rem;
	text-align:center;
	font-family: "Bebas Neue";
	font-size:36pt;
}

#pageTop {
	display:flex; 
	flex-direction:row; 
	padding-bottom:0.25rem; 
	margin-bottom:1.75rem; 
	border-bottom: 1px solid #D33C43
}

#search {
	display:flex;
	width:50%;
}

#search form input {
	width:30rem !important;
	height:3.5rem;
	text-align: left;
	padding:1rem 1rem 1rem 1rem;
	vertical-align:top !important;
}

#search input[type="text"] {
	width: 200px;
	margin-right:5px;
}
#search button {	
	min-width:35px !important;
	max-height:30.5px;
	padding:0;
	border:none;
	background-color:transparent;
	background: url("/img/searchButton.gif") 0px 0px;
	background-repeat: no-repeat;
}

#search button:hover {
	min-width:35px !important;
	max-height:30.5px;
	padding:0;
	border:none;
	background-color:transparent;
	background: url("/img/searchButton.gif") 0px -31px;
	background-repeat: no-repeat;
}
#clear {
	display:none;
	background-image: url("/img/cl-button2.png");
}

.thumbnail {
	max-width:20% !important;
}

/*Orders */

div .OrderHeader
{
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
	padding-bottom: 1.0rem;
	border-bottom: 2px solid #ccc;
}

div .OrderHeader > div 
{	
	padding: .5rem;
}

div .OrderHeader h4
{
	color: #606c76;
	font-size: 2.0rem;
	font-weight: 700;
}
div#OrderInfo
{
	width:75%;
}
#OrderInfo table
{
	margin-left: 1.25rem;
}
#OrderInfo td
{
	padding: .25rem;
}

div .header h4
{
	color: #606c76;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	padding: .75rem;
	margin: 0;
}

div .OrderDetails table 
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.whitespace
{
	display:inline-block;
	width:10rem;
	text-align: right;
	
}

#order-info {
	min-height:50px;
	border-bottom: 1px solid #606c76;
}
#order-info div {
	display:inline-block;
	width:20%;
	
}

.button_disabled {
	background-color: #606c76;
    border: 0.1rem solid #606c76;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.button_disabled:hover {
	background-color: #606c76;
    border: 0.1rem solid #606c76;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 3.0rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.side-navigation {
	display:block;
	width:20rem;
	margin-bottom: 10px;
	padding: 0px;
	margin: 20px 10px 20px 10px;
	padding-right:10px;
	border:1px solid #000;
}

.side-navigation ul
{
	display:block;
	list-style: none !important;
	text-indent:none !important;	
	padding:0px;
	margin:0px;
}

.side-navigation ul .child
{
	display:block;
	width:15rem;
	list-style: none !important;
	padding-left:3rem;
	margin:0;
}

.child li {
	border-top:1px solid #000;
}

.side-navigation ul li
{	
	list-style: none !important;
	padding:0;
	margin:0;
	
}

li.active {
	color: #BF311A;
	font-weight:900;
}

.menu-title {
	display:block;
	width:20rem;
	text-transform: uppercase;
	font-weight:bolder;
	padding-left:1rem;
	color:#000;
}

.menu-title:after {
	content: ' >';
}

.order-list {
	display:block;
	width:20rem;
	min-height:20rem;
	height:auto;
	margin: 20px 10px 20px 10px;
	border:1px solid #0f0;
}