.container-fluid {
	padding-top: 70px;
    padding-bottom: 70px;
}
.navbar {
    padding-top: 15px;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 5px;
}
.navbar-nav  li a:hover {
    color: #000 !important;
}
	
.navbar-default .navbar-brand {
	color: #777 !important;
}

.navbar-brand a {
	color: #777;
	text-decoration: none;
}

.navbar-brand a:hover {
	color: #000;
}

.active-brand a {
	color: #333;
}

.shoptheme {
	background-color: #A2D2FF;
}

.mealtheme {
	background-color: #F3DEBA;
}

.petroltheme {
	background-color: #ADE4DB;
}

.giftcardtheme {
	background-color: #FAEF9B;
}

.footer-padding {
	padding-bottom: 60px;
}

.footer {
/*	position: absolute; */
	text-align: center;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.footer p {
	padding-top: 25px;
	font-size: 12px;
	color: #777; 
}

.addsection {
	text-align: right;
	font-size: 18px;
}

#addbutton {
  min-height: 50px;
  width: 50px;
  border-radius: 50%;
  border-color: transparent;
  background-color: #1abc9c;
  color: #fff;
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

.newreceipt-form {
	width: 300px;
}

.newreceipt-checkbox {
	display: inline;
	float: left;
	width: 150px;
}

.newreceipt-checkbox input {
	width: 20px;
	height: 20px;
}

.newreceipt-checkbox label {
	vertical-align: 4px;
}

.nocheckbox label {
	margin-left: 24px;
	margin-top: 8px;
	font-size: 0.9em;
}

.price-breakdown {
	display: inline;
	float: left;
	width: 150px;
	margin-bottom: 8px;
}

.login {
		width: 70%;
		background-color: #A2D2FF;
		margin-top: 100px;
		padding-bottom:30px;
		color: #777;
}

.receipttable {
	width: 85%;
}

.receipttable a {
	text-decoration: none;
	color: black;
}

.itemtable a {
	text-decoration: none;
	color: black;
}

.browsetable>thead>tr>th, .browsetable>tbody>tr>td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

.searchbar {
	display: flex;
	align-items: center;
	justify-content: right;
	width: 92%;
	margin-bottom: 10px;
}

.shoppinglist {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftbox {
	display: inline;
	float: left;
	width: 35%;
}

.centerbox {
	display: inline;
	float: left;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

.rightbox {
	display: inline;
	float: right;
	text-align: right;
}

.centerbox h4 {
	padding-top : 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #EEE;
	border-radius: 12px;
}

.backbtn {
	width: 80px;
	margin-right: 20px;
}

/* Set a style for all buttons */
.modalbutton {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 0 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.modalbutton:hover {
  opacity:1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #f44336;
}

/* Add padding and center-align text to the container */
.modalcontainer {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
    width: 100%;
  }
}

.receiptheading {
	font-size: 1.6rem;
	font-weight: bold;
}

.receiptheading a {
	color: black;
	text-decoration: none;
}

.pricebreakdown {
	font-size: 1.2rem;
}

.input-group-addon {
	background-color: #FFF;
	color: grey;
}

.input-group .input-group-addon + .form-control {
    border-left:none;
	padding-left: 0;
}

.backbutton a {
	margin-left: 12px;
	margin-right: 12px;
	padding: 8px 10px 9px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color: #ccc;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.form-control-item {
	display: inline;
	width: 300px;
}

.form-group-ext {
	width: 330px;
}

.star {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
}

.star:before {
   content: "\2606";
   position: relative;
   top: -12px;
   visibility:visible;
   color: #CCC;
}

.star:checked:before {
   content: "\2605";
/*   position: absolute; */
   color: orange;
}

.starred {
    font-size: 15px;
	color: orange;
}

[data-href] {
	cursor: pointer;
}

.shop-heading {
    margin-top: 30px;
    margin-bottom: 6px;
	font-size: 1.2rem;
}

.notmatch {
	text-align: center;
}

.notmatch h3 {
	margin-top: 5px;
}

.pagination {
	margin-top:	0;
	margin-bottom: 0;
}

nav {
	text-align: center;
}

.halfscreenblock {
	width: 50%;
	min-width: 330px;
	float: left
}

.plainurl {
	text-decoration: none;
	color: black;
}

.plainurl:hover {
	text-decoration: none;
}

.drink {
    visibility:hidden;
    font-size: 2.5rem;
    cursor:pointer;
}

.drink:before {
   content: "\F2DF";
   font-family: bootstrap-icons;
   position: relative;
   top: -6px;
   visibility:visible;
   color: #CCC;
}

.drink:checked:before {
   content: "\F2DF";
   font-family: bootstrap-icons;
/*   position: absolute; */
   color: orange;
}

.drink-color {
	color: orange;
}

.discrepancy {
    position: relative;
    display: inline-block;
}

.discrepancy .discrepancytext {
  visibility: hidden;
  width: 120px;
  background-color: pink;
  color: #555;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  right: 15px;
  top: -5px;
  z-index: 1;
}

.discrepancy:hover .discrepancytext {
  visibility: visible;
}

#daytotal {
  right: 50px;
  background-color: lightgreen;
}

.newpetrol-form .form-group {
  width: 300px;
}

.searchhighlight {
  color: blue;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  margin-left: 8px;
  margin-right: 8px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchlabel {
	font-weight: 500;
	font-size: 0.9em;
}

.toggleinput {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.gcbalance {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 12px;
}

.usedgiftcard {
	color: #bbb;
}