table#listtable tr td {
	vertical-align: middle;
}

.twitter-typeahead {
	display: block !important;
}

td.details-control {
	background: url('img/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.details td.details-control {
	background: url('img/details_close.png') no-repeat center center;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.ui-datepicker {
	z-index: 9999 !important;
}

.authWrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: fixed;
}

.authWrap .content-auth {
	flex: 1;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
	vertical-align: middle;
}

#toastMsgWrap {
	z-index: -999;
}

#toastMsgWrap.show {
	z-index: 9999;
}

.dbCard {
	color: #333;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
	padding: 15px 15px 0;
	background: #fff;
	border-radius: 6px;
}

.dbCard a {
	display: block;
}

.dbIcon {
	border-radius: 3px;
	background: linear-gradient(60deg, rgb(72, 147, 252), rgb(1, 104, 250));
	color: #fff;
	padding: 15px;
	margin-top: -30px;
	float: left;
	width: 85px;
	height: 85px;
	font-size: 36px;
	line-height: 55px;
	text-align: center;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(1, 104, 250, .4);
}

.dbDetails {
	float: right;
	text-align: right;
}

.dbTitle {
	display: block;
	color: #999;
	font-size: 14px;
}

.dbCount {
	display: block;
	color: #3c4858;
	font-size: 36px;
}

.dbInfo {
	display: block;
	font-size: 12px;
	color: #999;
	padding: 10px 0 10px;
	border-top: 1px solid #efefef;
	margin: 5px 0 0;
}

.dbInfo i {
	color: #ccc;
}

.green .dbIcon {
	background: linear-gradient(60deg, #66bb6a, #43a047);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4);
}

.red .dbIcon {
	background: linear-gradient(60deg, #ef5350, #e53935);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(244, 67, 54, .4);
}

.orange .dbIcon {
	background: linear-gradient(60deg, #ffa726, #fb8c00);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4);
}

.skyblue .dbIcon {
	background: linear-gradient(60deg, #26c6da, #00acc1);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4);
}

.voilet .dbIcon {
	background: linear-gradient(60deg, #a148b1, #9c27b0);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4);
}

.content-body.grey {
	background-color: #f6f6f6;
}

.checkBoxWrap {
	display: flex;
	align-items: center;
}


/*Loader Start*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.80);
	will-change: opacity;
	transition: all 250ms ease;
}

.preloader.loader-active {
	will-change: opacity;
	transition: all 350ms ease;
	opacity: 1;
}

.preloader.loader-inactive {
	will-change: opacity;
	transition: all 350ms ease;
	opacity: 0;
	pointer-events: none;
}

.preloader div {
	background: url('img/logo.png') no-repeat center center;
	background-size: contain;
	animation: none;
	width: 80px;
	height: 80px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	clip: initial;
	border-color: #ccc;
	position: absolute;
}

.preloader div:after {
	animation: preload-spin 1.2s ease-in-out infinite;
	clip: rect(0, 80px, 80px, 20px);
	width: 80px;
	height: 80px;
	content: '';
	border-radius: 50%;
	position: absolute;
	border-style: solid;
	border-width: 3px;
	border-color: inherit;
}

@keyframes preload-spin {
	0% {
		transform: rotate(-175deg);
	}

	100% {
		transform: rotate(175deg);
	}
}

/*Loader End*/
.profileImageCnt {
	text-align: center;
	padding: 10px 0 0;
}

.profileImageCnt figure {
	width: 70%;
	margin: auto;
}

#profileImageView {
	box-shadow: 1px 1px 5px #444;
	object-fit: contain;
	background: #f6f6f6;
}

#profileImageProgress {
	display: none;
	height: 20px;
}

#profileImageProgress .progress-bar {
	line-height: 20px;
}

#galleryImageView {
	display: flex;
	flex-wrap: wrap;
}

.galleryImageList {
	width: 200px;
	height: 200px;
	box-shadow: 1px 1px 5px #444;
	border: 5px solid #f6f6f6;
}

.addMoreRow {
	background: #fafafa;
	padding: 15px 0 0;
	border-radius: 5px;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #eee;
}

.whatsappColor {
	background-color: #2BCC46;
	border-color: #2BCC46;
	font-size: 20px;
	line-height: 20px;
}

.whatsappColorText {
	cursor: pointer;
}

.whatsappColorText i {
	color: #2BCC46;
}

ul.txnTotal {
	padding: 0;
	margin: 0;
	display: flex;
}

ul.txnTotal li {
	display: block;
	flex: 1;
	font-size: 16px;
}

ul.txnTotal li:nth-child(1) {
	color: green;
}

ul.txnTotal li:nth-child(2) {
	color: red;
}

ul.txnTotal li.plus:nth-child(3) {
	color: green;
}

ul.txnTotal li.minus:nth-child(3) {
	color: red;
}

ul.txnTotal li strong {
	color: #000;
}