/* app css stylesheet */

body {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

p {
  font-size: 0;
}

.discountInput {
  float: right;
  width: 15% !important;
}

.discountType {
  width: 80% !important;
  float: left;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li + li:before {
  content: "|";
  padding-right: 0.3em;
}

/* YOUR CUSTOM STYLES */

#print-section {
  display: none;
}

table{
	display: table !important;
	width: 100%;
}

td {
  text-align: center;
  vertical-align: middle !important;

}

.offerDate {
  width: 150px !important;
}

.calculationParagraph {
  font-size: 16px !important;
  margin-top: 16px !important;
}

.padding-right {
  padding-right: 25px !important;
}

.btn-group-sm .btn-fab{
  position: fixed !important;
  right: 29px;
}
.btn-group .btn-fab{
  position: fixed !important;
  right: 20px;
}

.btn-group2 .btn-fab{
  position: fixed !important;
  left: 20px;
}

.btn-group2 p {
  color: #fff !important;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.btn-group2 i {
margin-top: 3px !important;
font-size: 30px !important;
}

.lang{
  left:20px;
}


#main{
  bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
#main i {
  font-size: 50px;
  margin-top: 15px;
}
