/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.text-spacing-right{
	padding-right: 5px;
}

/*Other Reports*/
.other-reports-table table {
	font-size: 11px;
}
.other-reports-table thead th {
	padding: 0;
	line-height: 1;
	font-size: 10px;
	text-align: center;
}
.other-reports-table tbody td {
	padding: 4px;
	line-height: 1;
	font-size: 11px;
}
.other-reports-table thead th,
.other-reports-table tbody td {
	word-wrap: break-word;
	white-space: normal;
	overflow-wrap: break-word;
}

/*Transactions Page*/
.transaction-page .form-control {
	padding: 2px 4px !important;
	line-height: 1.2 !important;
	height: auto !important;
	min-height: 28px;
	font-size: 13px;
}

.transaction-page .form-select {
	padding: 1px 3px !important;
	line-height: 1.2 !important;
	height: auto !important;
	min-height: 28px;
	font-size: 13px;
}

.transaction-page .input-group > .form-control {
	padding: 3px 6px !important;
	height: auto !important;
	line-height: 1.4 !important;
	min-height: 28px;
	font-size: 13px;
}

.transaction-page .input-group > .form-select {
	padding: 2px 4px !important;
	height: auto !important;
	line-height: 1.4 !important;
	min-height: 28px;
	font-size: 13px;
}

.transaction-page .control-label {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 13px !important;
}

.transaction-page .select2-container--default .select2-selection--single {
	padding: 1px 3px !important;
	line-height: 1.2 !important;
	height: auto !important;
	min-height: 28px !important;
	font-size: 13px !important;
}

.transaction-page .row.mb-1.align-items-center {
	margin-bottom: 4px !important;
}

.transaction-index-page table {
	font-size: 0.85rem;
	table-layout: fixed;
}
.transaction-index-page table td {
	padding: 0.25rem 0.4rem;
}
.transaction-index-page table th {
	padding: 0.25rem 0.4rem;
}

.transaction-index-button .btn-small-width {
	padding: 0.7rem;
	font-size: 0.8rem !important;
	white-space: nowrap;
}

.transaction-index-button .btn-group {
	width: auto; 
}

.tele-button {
	font-size: 0.75rem;
	width: 50px;
	height: 32px;
	display: inline-flex; /* change from flex to inline-flex */
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	padding: 0;
	font-weight: 500;
	text-align: center; /* just in case */
}
