﻿/* html {
			background-color: lavenderblush;
		} */

/*tablet screen*/
/* keep labels from breaking awkwardly on wide screens */
#drpdbcnt label {
	white-space: nowrap;
}
.text-danger {
	color: #645d5d !important;
}
.texthlink {
	color: #ff3131 !important;
}
.section-bg {
	background-color: #f8f9fa; /* soft light gray */
	border: 1px solid #dee2e6; /* subtle border */
	border-radius: 0.375rem; /* rounded edges */
	/*padding: 0.75rem 1rem;
	margin-bottom: 0.75rem;*/
}
.section-bg1 {
	background-color: #f8f9fa; /* soft light gray */
	border: 1px solid #dee2e6; /* subtle border */
	border-radius: 0.375rem; /* rounded edges */
	padding: 0.25rem 0.25rem;
	margin-bottom: 0.25rem;
}

/* Keep labels and options aligned properly */
.form-line .form-check {
	flex: 0 0 auto;
}

@media (max-width: 576px) {
	.form-line label.col-form-label {
		margin-bottom: .25rem;
	}

	.section-bg {
		padding: 0.75rem; /* tighter padding on small screens */
	}
}

.form-line .form-check {
	flex: 0 0 auto;
}

@media (max-width: 576px) {
	.form-line label.col-form-label {
		margin-bottom: .25rem;
	}
}
#dispatchDetails1 > .d-flex > label,
#exectitles1 > .d-flex > label {
	white-space: nowrap;
}

/* mobile tweaks */
@media (max-width: 576px) {
	/* put the label on its own line; keep nice spacing */
	#dispatchDetails1 > .d-flex > label,
	#exectitles1 > .d-flex > label {
		width: 100%;
		margin: 0 0 .25rem 0;
	}

	/* tighten vertical gaps between inline form-checks when wrapped */
	#dispatchDetails1 .form-check.mb-0,
	#exectitles1 .form-check.mb-0 {
		margin-bottom: .25rem !important;
	}

	/* ensure form-checks don’t stretch full width; keep compact pills */
	#dispatchDetails1 .form-check,
	#exectitles1 .form-check {
		flex: 0 0 auto;
	}
}

#dispatchDetails1 label {
	white-space: nowrap;
}
#exectitles1 label {
	white-space: nowrap;
}
#rrtnrrt .form-check-label {
	margin-right: 10px;
}

#rrtnrrt .btn {
	padding: 3px 12px;
	font-size: 0.875rem;
}

@keyframes blink-gradient {
	0% {
		background: linear-gradient(45deg, black, red);
	}

	50% {
		background: linear-gradient(45deg, red, black);
	}

	100% {
		background: linear-gradient(45deg, black, red);
	}
}


.swal-confirm-btn {
	background-color: #28a745 !important; /* green */
	color: white !important;
	border: none;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 4px;
	margin-right: 10px;
}

.swal-cancel-btn {
	background-color: #EA3323 !important; /* red */
	color: white !important;
	border: none;
	padding: 8px 16px;
	font-weight: 500;
	border-radius: 4px;
}
@media screen and (min-width: 1200px) and (max-width: 1330px) {
	.navbar-brand img {
		margin-left: -5% !important;
	}
}

/* For screen width between 1025px and 1199px */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
	.navbar-brand img {
		margin-left: -5% !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1180px) {

	#content-mobile {
		display: block !important;
	}

	#content-desktop {
		display: none !important;
	}

	.navbar-brand img {
		width: 120px;
		margin-left: 2%;
	}

	#content-desktop .col-md-8 {
		text-align: center;
		margin-left: -6%;
		margin-top: 0;
	}

	#content-desktop .col-md-4 {
		width: 30%;
		margin-left: 9%;
		padding: 30px 20px;
	}

	.frm-input,
	.frm-p-input {
		margin-bottom: 20px;
	}

	.span-frm-input,
	.span-frm-p-input {
		display: block;
		margin-bottom: 10px;
	}

	.btn[type="submit"] {
		margin: 0px 0px 20px 38px !important;
	}

	.font-times {
		font-size: 14px;
	}

	.act-border {
		border: 1px solid #e53935;
		border-radius: 8px;
	}

	/* Optional: better spacing */
	.p-4 {
		padding: 2rem !important;
	}
}
/**/
.lblchk {
	font-style: normal !important;
	font-size: medium !important;
}
#submitDfrBtn:hover {
	background-color: #e0a800; /* Slightly darker yellow */
	color: black; /* Keep text black */
	transition: background-color 0.3s ease; /* Smooth transition */
}

#submitDfrBtn:active {
	background-color: #d39e00;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff !important;
	opacity: 1;
}
@media (max-width: 768px) {
	#summaryTableBody tr {
		display: block;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		background-color: #f8f9fa;
		text-align: left; /* Ensure everything is left-aligned */
	}

	#summaryTableBody td {
		display: block; /* Stack items vertically */
		padding: 8px;
		border: none;
		font-size: 14px;
		text-align: left; /* Align text to left */
	}

	#summaryTableBody td::before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
		text-align: left; /* Keep labels left-aligned */
	}

	#summaryTableBody td:last-child {
		text-align: left; /* Align actions to the left */
	}

	.edit-row, .delete-row {
		display: inline-block;
		margin-right: 8px; /* Add spacing between icons */
	}
}


#summary {
	display: none;
	visibility: visible;
}
#custtypeGroup, #brnlocGroup {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%; /* Ensures proper width consistency */
}
.m-13{
	margin-top:13px !important;
}
.lblchk {
	font-style: italic;
	font-size: 13px;
}
.maincls{
	background-color:#e9ecef;
    padding:20px !important;

}
.visitcls{
	background-color:antiquewhite;
	padding:20px !important;
}
.summarycls {
	background-color: #66dc354a;
	padding: 20px !important;
}
.h5head {
	text-align: center;
	font-weight: bold;
	font-size: 18px !important;
}
.h4head {
	text-align: center;
	font-weight: bold;
	font-size: 24px !important;
}
.h3head {
	font-weight: bold;
	font-size: 18px !important;
}

body{
	font-family:Calibri !important;
}
.select2-container {
	width: 100% !important;
}

input[type="search"]::placeholder {
	/*color: #A49896 !important;*/
	opacity: 0.8 !important;
}
.debitnote-thead{
	text-align:center !important;
	vertical-align:middle !important;
}
div.dataTables_wrapper div.dataTables_filter input {
	width: 250px !important;
}

.inner-li {
	font-size: 14px !important;
	font-family: Helvetica nueue, Helvetica, Arial,sans-serif;
	line-height: 2.3 !important;
}

}

.div-center {
	display: flex !important;
	justify-content: center !important;
}

.div-flex {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.span-frm-input {
	width: 250px;
	height: 50px;
	margin: 0px 0px 30px 25px !important;
}

.span-frm-input {
	width: 100%;
	margin: 0px 0px 0px 25px !important;
}

.span-frm-p-input {
	width: 250px;
	margin: 0px 0px 0px 25px !important;
}

.frm-input {
	width: 250px;
	height: 50px;
	margin: 0px 0px 10px 25px !important;
}

.mfrm-input {
	width: 100%;
	height: 50px;
	margin: 0px 0px 30px 0px !important;
}

.mfrm-p-input {
	width: 100%;
	height: 50px;
	margin: 30px 0px 30px 0px !important;
}

.frm-p-input {
	width: 250px;
	height: 50px;
	margin: 10px 0px 10px 25px !important;
}

.container {
	flex: 1;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px !important;
	}
}

.content-desktop {
	display: block;
}

.content-mobile {
	display: none;
}

@media screen and (max-width: 768px) {

	.content-desktop {
		display: none;
	}

	.content-mobile {
		display: block;
	}
}

#DebitNoteDet_wrapper  {
	display: block;
}
#DebitNoteDet_wrapper {
	display: none;
}

@media screen and (max-width: 768px) {

	#DebitNoteDet_wrapper {
		display: none;
	}

	#DebitNoteDet_wrapper {
		display: block;
	}
}

#content-desktop , #DebitNoteDet_wrapper {
	display: block;
}

#content-mobile, #DebitNoteDetMob_wrapper {
	display: none;
}

@media screen and (max-width: 768px) {

	#content-desktop ,#DebitNoteDet_wrapper {
		display: none;
	}

	#content-mobile, #DebitNoteDetMob_wrapper {
		display: block;
	}
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

body {
	font-family: Helvetica nueue, Helvetica, Arial,sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	color: #333333 !important;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

	body.obs_trade {
		/*padding:0px;*/
	}

.obs_trade .page-heading {
	color: #333333 !important;
}

/*.obs_trade h1, .obs_trade h2, .obs_trade h3, .obs_trade h4, .obs_trade h5, .obs_trade h6 {
	color: #EA3323 !important;
}*/

.boderdiv {
	border-style: solid !important;
	border-color: rgb(201, 76, 76) !important;
}

.obs_trade .bg-primary, .obs_trade .btn-primary {
	background-color: #EA3323 !important;
	border-color: #EA3323 !important;
	color: #ffffff !important;
}

.btn-back {
	background-color: white !important;
	border-color: #EA3323 !important;
	color: #EA3323 !important;
	border-radius: 5px !important;
	padding: 10px 20px 10px 20px !important;
}

.obs_trade .form-control:focus {
	/*    color: #EA3323 !important;*/
	/*    background-color: #EA3323 !important;*/
	/*border-color: #e0a9a9 !important;
	outline: 0;
	box-shadow: 0 0 0 10px #e0a9a9 !important;*/
}

.card_center {
	display: flex;
	justify-content: center;
}

.border-bottom {
	border-bottom: 1px solid #DDD;
}

.custom-btn-bck {
	border-radius: 4px;
	background-color: #EA3323 !important;
	border-color: #EA3323 !important;
	color: #ffffff !important;
	/*background-color: #FFFF00; /* Custom background color */
	/*color: #000000; /* Custom text color */
	/* border: none;*/ /* Remove default button border */
}

.text-light-btn {
	color: #ffffff !important;
}

.custom-button {
	border-radius: 4px;
	background-color: #EA3323 !important;
	border-color: #EA3323 !important;
	/*color: #ffffff !important;*/
	/* Custom text color */
	/* border: none;*/ /* Remove default button border */
}

	.custom-button:hover {
		background-color: #FFAA77; /* Change background color on hover */
	}

.footer p {
	position: relative;
	bottom: 0;
	width: 100%;
	margin-top: 30px;
	/*border-top: 1px solid #DDD;*/
}

.watermark-container {
	position: relative;
	width: 100%;
	/* height: 100vh;*/
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.space10 {
	padding-left: 3px;
	padding-right: 1px;
}

.text-left {
	text-align: left;
}

.tfb {
	font-weight: 700;
}

.card-body {
	/*background-color: #fff;*/
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.card-header {
	background-color: rgb(0 0 0);
	border-bottom: 1px solid rgb(254 51 48 / 84%);
	color:white;
}

.mb-4 {
	margin-bottom: 0.7rem !important;
}

.content {
	/*background-color: transparent; /* Make the content background transparent */
	/* padding: 20px;
	font-size: 24px; */
	color: black; /* Text color */
}

.WhiteFore {
	background-color: rgb(244 164 119 / 100%); /* Make the content background transparent */
	/* padding: 20px;
	font-size: 24px; */
	text-align: center;
	color: black; /* Text color */
}

.content1 {
	background-color: transparent; /* Make the content background transparent */
	/* padding: 20px;
	font-size: 24px; */
	color: black; /* Text color */
}

.table-responsive {
	max-width: 100%;
	overflow-x: auto;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	/*background-color: rgb(244 164 119 / 100%);*/
	color: #333333;
	text-align: center;
	/*border-bottom: 1px solid rgb(254 51 48 / 84%);*/
	padding: 3px 2px;
	font-size: 14px;
}

td {
	border: 1px solid #dddddd;
	text-align: center;
	word-wrap: break-word;
	/* padding: 8px; */
	padding: 3px 2px;
	font-size: 14px;
}

tr:nth-child(even) {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}

tr:nth-child(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}
/*tr:nth-child(odd) {*/
/* background-color: #Eabdb4; */
/*background-color: #Cdaea9;
}

tr:nth-child(even) {*/
/* background-color: #Eabdb4; */
/*background-color: #Eedcd9;
}*/

.clear-both {
	clear: both;
}

.space10 {
	height: 10px;
	width: 100%;
}

.table-responsive-stack tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.table-responsive-stack td {
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.table-responsive-stack th {
	color: White !important;
	background-color: #333333 !important;
	font-weight: bold;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
	font-weight: bold;
}

.mgn-cls {
	margin-top: 30px;
}

.lpg-p {
	padding-right: 6% !important;
	margin-bottom: 0rem !important;
	font-size: 15px;
}

.font-14 {
	font-size: 14px !important;
}

.lpg-a {
	color: #EA3323 !important;
	text-decoration: none !important;
}

.Bump-link-symbol {
	display: inline-block;
	transform: translateX(0);
	transition: .2s;
}

.justify {
	text-align: justify;
}

.Head-disp {
	color: #333333;
	font-size: 28px;
	font-weight: 700;
}

/*.very-small-font {
	font-size: 12px !important;
}

.small-font {
	font-size: 18px !important;
}*/

.m-Head-disp {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

.Head-disp-inner {
	color: #333333;
	font-size: 14px;
	font-weight: 300;
}

.Head-disp-lg {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.table-responsive-stack tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: 3px solid #ccc;
		display: block;
	}
	/*  IE9 FIX   */
	.table-responsive-stack td {
		float: left\9;
		width: 100%;
	}
}
/*card css*/

.title-card-mb {
	width: 240px;
	text-align: center;
	background-color: #fff;
	margin-right: 6px;
	padding: 4px;
	color: #1d1b1b;
	height: fit-content;
	margin-top: 10px;
}

.title-card {
	width: 240px;
	height: 300px !important;
	text-align: center;
	background-color: #fff;
	margin-right: 6px;
	padding: 4px;
	color: #1d1b1b;
	height: fit-content;
}

.mt-80 {
	margin-top: 80px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pt-15 {
	padding-top: 15px;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.title-card-header {
	padding: 8px;
	font-size: 16px;
	font-weight: 600;
	height: 60px !important;
	/*border-bottom: 1px solid #dcd7d7;*/
}

.title-card-header-mb {
	padding: 8px;
	font-size: 16px;
	font-weight: 600;
	/*border-bottom: 1px solid #dcd7d7;*/
}

.title-card-container-mb {
	padding: 30px 10px;
}

.title-card-container {
	padding: 30px 10px;
	height: 120px !important;
}

.title-card-footer {
	/*border-top: 1px solid #dcd7d7;*/
	padding: 7px 3px 5px 3px;
}

	.title-card-footer a {
		font-size: 14px;
		/*	width: 100%;*/
		text-align: left;
	}

	.title-card-footer i {
		font-size: 14px;
		margin-right: 4px;
	}

@media only screen and (min-width: 180px) and (max-width: 760px) {
	.title-card {
		width: 100%;
		margin-bottom: 14px;
	}

	.table-responsive-stack tbody td {
		text-align: left !important;
	}
}

/*datatable base css*/
.custom_obs_datatable thead th {
	text-align: center !important;
	color: White !important;
	background-color: #333333 !important;
	font-weight: bold;
	/*color: #fa3b40 !important;*/
}

/*<tr style="color:White;background-color:#333333;font-weight:bold;height:30px;width:12px;" >*/
.custom_obs_datatable tbody td {
}

	.custom_obs_datatable tbody td a {
		color: #fa3b40 !important;
	}

.pagination li .page-link {
	color: #fa3b40 !important;
}

.page-item.active .page-link {
	background-color: #fa3b40 !important;
	border-color: #fa3b40 !important;
	color: #ffffff !important;
}

.footer > p {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px !important;
}

.text-align-center {
	text-align: center !important;
}

.ipt-frm-css {
	padding: 5px !important;
	color: #767676 !important;
	background: #ffffff !important;
}

.p-20 {
	padding: 60px 0px 80px 0px !important;
}

.m-p-20 {
	padding: 20px 0px 20px 0px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.lgn-pg {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #767676 !important;
}

.dash-height {
	height: 350px !important;
}

.act-border {
	border: 1px solid #EA3323 !important;
	border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3)
	/*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(91 12 12 / 36%);*/
}

.light-black {
	color: #333333 !important;
}

.dark-grey {
	color: #616161 !important;
}

.light-grey {
	color: #767676 !important;
}

.ppg-inner {
	font-size: 14px !important;
	color: #767676;
	font-style: normal;
	line-height: 2.3 !important;
}

.tab {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

	.tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 10px 16px;
		transition: 0.3s;
		font-size: 17px;
		border-radius: 6px;
	}

		.tab button:hover {
			background-color: #EA3323;
		}

		.tab button.active {
			background-color: #ccc;
		}

.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

	.tabcontent .container p {
		font-size: 12px;
		line-height: 1.5;
		color: #767676 !important;
	}

.tabh3 {
	padding: 30px 0px 30px 0px;
	color: black;
	font-size: 28px !important
}

.is-header-sub-nav-block {
	display: flex;
}

.is-header-sub-nav-block-text-container {
	width: 79%;
	text-align: left;
}

.is-header-sub-nav-block-btn-container {
	width: 20%;
	text-align: right;
}

/* Set maximum width for table columns */
.custom_obs_datatable th, .custom_obs_datatable td {
	text-overflow: ellipsis;
	overflow: hidden;
}

.very-small-font {
	font-size: 12px !important;
}

.small-font {
	font-size: 18px !important;
}

/* swetha css over rides for multidevices compatablity */
@media only screen and (min-width: 1024px) and (max-width: 3800px) {
	body.obs_trade .dataTables_length {
		width: auto;
		display: inline-block;
		margin: 10px 10px;
	}
	
	body.obs_trade .dataTables_filter {
		width: auto;
		display: inline-block;
		float: right;
		margin: 10px 10px;
	}

}

@media only screen and (min-width: 260px) and (max-width: 767px) {
	body .container .container, body .container .container .container{
		padding: 0px;
	}

	body.is-body-wrapper {
		width: 100% !important;
	}

	.is-body-s-wrapper {
		width: fit-content !important;
		margin: 0;
		padding: 0;
	}

	is-body-s-s-wrappe {
		padding: 10px;
	}
	is-body-s-s-s-wrapper {
	}

	
	body.obs_trade {
		width: 95%;
		margin: 0 auto;
	}

	div.dt-buttons {
		text-align: left !important;
	}

	body.obs_trade .dataTables_length {
		margin: 6px 0px !important;
	}

	body.obs_trade .dataTables_filter {
		float: left !important;
		margin: 6px 0px !important;
	}

	body.obs_trade .title-card-mb {
		width: 100%
	}

	.title-card-container-mb {
		padding: 0px;
	}

	.home-page-icon-blocks img {
		width: 48px;
		margin-bottom: 10px;
	}

	.home-page-icon-blocks p.lpg-p {
		display: none;
	}

	.is-header-sub-nav-block-btn-container {
		text-align: right;
	}

	.is-header-sub-nav-block-text-container {
		width: 65%;
	}

	.is-header-sub-nav-block-btn-container {
		width: 34%;
	}

	.custom_obs_datatable th, .custom_obs_datatable td {
		max-width: 100%;
	}

	.is-home-sub-text-wrapper {
		margin-top:10px;
	}

	.is-home-user-blocks .title-card-mb {
		max-width: 280px
	}

	.very-small-font {
		font-size: 12px !important;
	}

	.small-font {
		font-size: 14px !important;
	}
}


/*@media screen and (max-width: 768px) {
	.table-responsive-stack tr {
		display: flex;
		flex-direction: column;
		border-bottom: 3px solid #ccc;
		display: block;
	}*/

	/* Make each cell occupy full width on small screens */
	/*.table-responsive-stack td {
		display: block;
		width: 100%;
		text-align: left !important;
		position: relative;
		padding-left: 50%;*/ /* Indent cells */
	/*}*/

		/* Add a label for each column (using the `data` attribute) */
		/*.table-responsive-stack td:before {
			content: attr(data-label);*/ /* Fetch column label dynamically */
			/*position: absolute;
			left: 0;
			width: 45%;*/ /* Width of the label */
			/*padding-left: 10px;
			font-weight: bold;
			color: #333;
		}
}*/
/*
	swetha DFRApproval.cshtml
*/
@media (max-width: 576px) {
	.dfr-header, .dfr-button {
		font-size: 16px;
	}

	.d-flex.flex-wrap .form-check {
		min-width: 140px;
	}
}

@media (max-width: 768px) {
	/* Force wrapping and avoid overflow */
	.dataTables_wrapper .dataTables_paginate {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 0;
		overflow-x: auto;
	}

	.dataTables_wrapper .pagination {
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px;
	}

	.dataTables_wrapper .paginate_button {
		flex: 0 0 auto;
	}

	/* Optional: prevent table body from shrinking in mobile */
	.dataTables_wrapper {
		overflow-x: hidden;
	}

	table.dataTable.nowrap th, table.dataTable.nowrap td {
		white-space: inherit;
	}
}
@media (max-width: 767.99px) {
	.dfrapprovalform .row.mb-4 > .col-md-6,
	.dfrapprovalform .row.mb-4 > .col-12,
	.dfrapprovalform .col-md-12,
	.dfrapprovalform .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dfr-button {
		width: 100%;
	}

	.ms-auto.mt-2.mt-md-0 {
		margin-left: 0 !important;
		margin-top: 1rem !important;
	}

	.dfrapprovalform .form-group {
		margin-bottom: 1rem;
	}

	/*.hide_mobile_tabs {
		display: none !important
	}*/

}
@media only screen and (max-width: 600px) {
	div#DfrApprTable_filter input[type="search"] {
		width: 185px !important;
	}
}
/*@media only screen and (max-width: 366px) {
	div#DfrApprTable_filter input[type="search"] {
		width: 180px !important;
	}
}*/
/*@media (min-width: 768px) and (max-width: 1024px) {
	.hide_mobile_tabs {
		display: none !important
	}
}*/