body {
	font-family: "Roboto Condensed", sans-serif;
}

/* LOGIN */

.divBorder {
	/* background-color: rgb(209, 44, 44);
	text-align: center; */
}

.loginBlock {
	/* background-color: rgb(128, 128, 128); */
}
h4 {
	/* text-align: center; */
}

/* BILLING */

.billingContainer {
	max-width: 100% !important;
}

.billingTopNav {
	background-color: #343a40;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}
.billingTopNavHeader > h6 {
	margin-top: 1%;
	color: white;
}
.billingNav {
	background-color: #bfb3b3;
}
.nav > li > a {
	color: black;
	font-weight: 700;
}
.customerSearch {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}
.marginTop {
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}

.billingCusSearch {
	margin-top: 1.5%;
}

.tableSpan {
	padding-right: 8%;
	padding-right: 8%;
}

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

.billCorner {
	/* background-color: #bfb3b3; */
	border-radius: 25px;
	border: 2px solid #343a40;
	max-height: 718px;
	margin-bottom: 2%;
}
.billingTheader tr th {
	text-align: left !important;
}
.customCheck {
	bottom: 13px;
}
.customCheck input {
	width: 20px;
	height: 20px;
}
.ulPaading {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}
.ulPaading li:first-child {
	padding-top: 5px;
}
.ulPaading li:nth-child(2) {
	padding-top: 10px;
}
.ulPaading li {
	padding: 8px;
	border: none;
}
.cartHeader {
	padding-top: 5px;
	padding-bottom: 5px;
}

.alert-fixed {
	height: 55px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	border-radius: 0px;
}
i {
	cursor: pointer;
}

.disableClassDiv {
	pointer-events: none;
	opacity: 0.6;
	cursor: default !important;
}
.disableCursor {
	cursor: default !important;
}
.minMaxClass1 {
	color: #208720;
}
.minMaxClass2 {
	color: #d71e1e;
}
/* TAGS */
.tagsClass {
	width: 151px;
	font-family: "Oswald", sans-serif;
	height: auto;
	padding: 7px;
	margin: 0 auto;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
	font-size: 16px;
	line-height: 25px;
}

.pagination {
	margin-top: 0.5% !important;
	margin-bottom: 3% !important;
}

.ftr1 {
	height: 40px;
	margin-top: 2%;
}
.ftr2 {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.dot {
	height: 25px;
	width: 25px;
	background-color: #212529;
	border-radius: 50%;
	display: inline-block;
}

hr {
	border: 0;
	height: 1px;
	background: black;
	position: absolute;
	top: 20px;
	width: 100%;
}
.removePadding > div {
	padding: 0;
}
.search_reg {
	border: 1px solid #ced4da;
	display: none;
	position: absolute;
	width: 90.8%;
	overflow-y: auto;
	z-index: 9999;
	background-color: white;
	height: auto;
}
.search_reg p {
	cursor: pointer;
}
.search_reg1 {
	border: 1px solid #ced4da;
	display: none;
	position: absolute;
	width: 90.8%;
	overflow-y: auto;
	z-index: 9999;
	background-color: white;
	height: auto;
}
.search_reg1 p {
	margin-top: 6px;
	margin-bottom: 6px;

	font-weight: 700;
}
.spanColor {
	color: #d71e1e;
}
.spanColor:hover {
	color: rgb(76 143 76);
	cursor: pointer;
}
.payModeHide {
	display: none;
}
