html {	
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;	
	text-align: center;		
}

a {			
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	color:black;		
}

a:hover {		
	border-bottom: 2px solid;	
}
	
.dialog-form {		
	margin:0;	
	background-color: #edf5ff;
	border: 1px solid;
}

ul {
	list-style: none;
}

.logo{
	color: white;
	font-size: 18px;
	font-weight: bold;	
	padding-left: 8px;
	/*padding-top: 11px; 8px; 	
	letter-spacing: 1px;*/
}

@media ( max-device-width : 961px) {
	.logo {
	    font-size: 28px;
	    padding-left: 8px;
	    padding-top: 18px;
	}
}

/* .menu {		
	height: 38px;
	background: url(../images/menu-gradient.jpg) 0 0 repeat-x;	 
	border-bottom: 2px solid;		
	border-top: 1px solid;	
} */

.menu {		
	height: 42px;
	/* background: url(../images/menu-gradient.jpg) 0 0 repeat-x;	 #84f0cf  */
	/*border-bottom: 2px solid;		*/
	border-top: 1px solid;	
		background: linear-gradient(45deg, #FA830B 0%, #fefcea 60%, #fefcea 7%, #FA830B
		100%);
}

.important {
	font-size:20px;
	letter-spacing:1px;			
	text-align: left;
	padding: 6px;
	padding-left: 40px;
	width: 90%;
	color: #314457;
}

.warning {
	font-size:16px;
	letter-spacing:1px;
	border-bottom: 1px solid #999;			
	text-align: left;
	padding: 6px;
	padding-left: 40px;
	width: 90%;
	color: red;	
	background:url(../images/warning.gif) no-repeat 3px 0px;
}

.error {
	color: red;	
}

.success {
	color: green;	
}

.boldText {
	font-size: 12px;
	font-weight: bold;
}

.button-bar {
	padding: 4px;
	border-top: 1px solid #999;			
	text-align: center;	
	width: 93%;
}

a.back-link {
	margin-top: 5px;	
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;		
	float: right;			
	font-size: 12px;	
	color: #336691;
}

.titlePane {	
	background : #FFFFCC url(../images/main-gradient.jpg) 0 0 repeat-x;	
	font-weight: bold;		
	vertical-align: bottom;
	border: solid 1px #000666;	
	width: 98%;		
	height: 22px;
}

.content {
	width: 98%;
	/* styling css */
	border: 1px solid;
	border-color: ThreeDShadow ThreeDShadow ThreeDShadow ThreeDShadow;	
}

.highlight {
	background-color: #badfff;
	border-bottom: 1px solid;		
}

.hidden {
	font-size: 0;
	color: white;
}

table{	
	margin: 10px;
		
}
table td{	
	padding: 3px;	
}

table.displaytag {
	border: none;
	border-collapse: collapse;
	text-align: left;	
	width: 95%;
	border-top: 1px solid black;
}
table.displaytag thead tr {
	background-color: #ececec;
	background: #FFFFCC url(../images/table-gradient.jpg) 0 0 repeat-x;
	font-weight: bold;
	height: 28px;
	border-bottom: 1px solid;	
}

table.displaytag tr.even {
	background-color: white;	
	border-bottom: 1px solid;	
}

table.displaytag tr.triggered {	
	
	color: white;
	background: #fff url(../images/red-gradient.gif) 0 0 repeat-x;
}

table.displaytag tr.triggered a {			
	color: white;		
}

table.displaytag tr.notexecute {	
	color: white;
	background :#fff url(../images/orange-gradient.gif) 0 0 repeat-x;
}

table.displaytag tr.odd {
	background-color: white;
	border-bottom: 1px solid;	
}
table.displaytag td {
	border: none;
	padding: 4px;	
	font-size: 10pt;
	border-bottom: 1px solid black;
}

table.displaytag a {		
	font-size: 10pt;
}

table.displaytag th {
	padding-left: 5px;
	padding-right: 15px;
	font-size: 10pt;
	border-bottom: 1px solid black;
}

table.displaytag th.sorted a,table.displaytag th.sortable th.sortable-right a {
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 100%;
}

table.displaytag th.sortable-right {
	text-align: right;
}

table.displaytag th.order1 a {
	background-image: url(../images/down-arrow.png);
}

table.displaytag th.order2 a {
	background-image: url(../images/up-arrow.png);
}

.checklist {
    border: 1px solid #ccc;
    list-style: none;    
    overflow: auto;   
    background-color: white;
}

.checklist, .checklist li {
	margin: 0; 
	padding: 0; 
}

.vert {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vert li {
	float: left;
}

#usermenu ul {
	margin: 5px;
}

#usermenu li {
	float: right;
	white-space: nowrap;	
}

table.adminMenu th
{
	text-align: center;	
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
}

table.adminMenu td
{
	padding-left: 40px;
}

.alert-form {
	background-color: white;
	border: 0; 	
}

.img-report {
	background:url(../images/reports.png) no-repeat 3px 3px;	
}

.img-report-small {
	background:url(../images/report.gif) no-repeat 0px 0px;	
}

.img-param {
	background:url(../images/parameters.png) no-repeat 3px 3px;
}

.img-group {
	background:url(../images/groups.png) no-repeat 3px 3px;
}

.img-group-small {
	background:  url(../images/groups-small.gif) 0 0 no-repeat;	
}

.img-user {
	background:url(../images/user.png) no-repeat 3px 3px;
}
.img-ebank {
	background:url(../images/ebank.png) no-repeat 3px 3px;
}
.img-EKYC{
	background:url(../images/ekyc.png) no-repeat 3px 3px;
}

.img-inv {
	background:url(../images/inv_a.png) no-repeat 3px 3px;
}
.img-pawn_inv_print {
	background:url(../images/inv_print.png) no-repeat 3px 3px;
}
.img-inv_newyear{
	background:url(../images/inv_newyears.png) no-repeat 3px 3px;
}
.img-pawn {
	background:url(../images/pawnp.png) no-repeat 3px 3px;
}
.img-goAML {
	background:url(../images/goAML_logo.png) no-repeat 3px 3px;
}
.img-goAML-text-xml {
	background:url(../images/goaml_text_xml.png) no-repeat 3px 3px;
}
.img-goAML-function {
	background:url(../images/goaml_function.png) no-repeat 3px 3px;
}
.img-goaml_card{
	background:url(../images/goaml_card.png) no-repeat 3px 3px;
}
.img-goaml_pawning{
	background:url(../images/goaml_pawning.png) no-repeat 3px 3px;
}
.img-pawn_int_rates  {
	background:url(../images/pawn_int_rates.png) no-repeat 3px 3px;
}
.img-pawn_gold_value {
	background:url(../images/pawn_gold_value.png) no-repeat 3px 3px;
}
.img-pawn_post_stamp {
	background:url(../images/pawn_post_stamp.png) no-repeat 3px 3px;
}
.img-pawn_fraud_id  {
	background:url(../images/pawn_fraud_id.png) no-repeat 3px 3px;
}

.img-pawn_reminder_SMS  {
	background:url(../images/pawn_reminder_SMS.png) no-repeat 3px 3px;
}

.img-pawn_region {
	background:url(../images/pawn_region.png) no-repeat 3px 3px;
}
.img-pawn_branch {
	background:url(../images/pawn_branch.png) no-repeat 3px 3px;
}
.img-pawn_dept {
	background:url(../images/pawn_dept.png) no-repeat 3px 3px;
}
.img-pawn_center {
	background:url(../images/pawn_center.png) no-repeat 3px 3px;
}
.img-pawn_add_server {
	background:url(../images/pawn_add_server.gif) no-repeat 3px 3px;
}
.img-pawn_inv_main {
	background:url(../images/inv_main.png) no-repeat 3px 3px;
}
.img-pawn_inv_br {
	background:url(../images/inv_br.png) no-repeat 3px 3px;
}
.img-pawn_inv_vendors {
	background:url(../images/inv_vendors.png) no-repeat 3px 3px;
}
.img-pawn_inv_items {
	background:url(../images/inv_item.png) no-repeat 3px 3px;
}

.img-pawn_remove_server {
	background:url(../images/pawn_remove_server.gif) no-repeat 3px 3px;
}

.img-ebank_resend_pin{
	background:url(../images/ebank_resend_pin.png) no-repeat 3px 3px;
}
.img-ebank_act_inact{
	background:url(../images/ebank_act_inact.png) no-repeat 3px 3px;
}
.img-ebank_gen_inq{
	background:url(../images/ebank_gen_inq.png) no-repeat 3px 3px;
}

.img-ebank_palmtop_new{
	background:url(../images/ebank_palmtop_new.png) no-repeat 3px 3px;
}
.img-ebank_palmtop_edit{
	background:url(../images/ebank_palmtop_edit.png) no-repeat 3px 3px;
}
.img-ebank_palmtop_remove{
	background:url(../images/ebank_palmtop_remove.png) no-repeat 3px 3px;
}


.img-ebank_sendBulkSMS{
	background:url(../images/ebank_sendBulkSMS.png) no-repeat 3px 3px;
}

.img-ebank_sendBulkSMSCard{
	background:url(../images/ebank_sendBulkSMSCard.gif) no-repeat 3px 3px;
}

.img-ebank_SMSAlerts{
	background:url(../images/ebank_SMSAlerts.png) no-repeat 3px 3px;
}
.img-ebank_ATMAlerts{
	background:url(../images/ebank_ATMAlerts.png) no-repeat 3px 3px;
}
.img-compliance{
	background:url(../images/compliance_ADMIN.png) no-repeat 3px 3px;
}
.img-comp_list{
	background:url(../images/compliance_LIST.png) no-repeat 3px 3px;
}
.img-comp_acct{
	background:url(../images/compliance_ACCT.png) no-repeat 3px 3px;
}
.img-log {
	background:url(../images/log.png) no-repeat 3px 3px;
}

.img-ds {
	background:url(../images/ds.png) no-repeat 3px 3px;
}

.img-settings {
	background:url(../images/settings.png) no-repeat 3px 3px;
}

.img-chart {
	background:url(../images/chart.png) no-repeat 3px 3px;
}

.img-schedule {
	background:url(../images/schedule.png) no-repeat 3px 3px;
}

.img-export {
	background:url(../images/export.gif) no-repeat 3px 3px;
}

.img-delete {
	background:url(../images/warning.gif) no-repeat 3px 3px;
}

.img-upload {
	background:url(../images/upload_big.gif) no-repeat 3px 3px;
}

.img-queryreport {
	background:url(../images/queryreport.png) no-repeat 3px 3px;
}

.img-stats {
	background:url(../images/stats.gif) no-repeat 3px 3px;
}

.img-alert {
	background:url(../images/alert.png) no-repeat 3px 3px;
}

.img-reload {
	background:url(../images/reload.gif) no-repeat 0px 0px;
}

.img-ITRS {
	background:url(../images/itrs_logo.png) no-repeat 3px 3px;
}

.img-FINANCE {
	background:url(../images/finance_logo.png) no-repeat 3px 3px;
}

.img-FINANCE-pLVari_Code {
	background:url(../images/finance_PNL_vari_logo.gif) no-repeat 3px 3px;
}

.img-FINANCE-pLCode {
	background:url(../images/finance_PNL_code_logo.png) no-repeat 3px 3px;
}
.img-FINANCE-pLAccount {
	background:url(../images/finance_PNL_acct_logo.png) no-repeat 3px 3px;
}
.img-FINANCE-pLBudget {
	background:url(../images/finance_PNL_budget_logo.png) no-repeat 3px 3px;
}

.img-notAuthorized {
	background:url(../images/not_autho.png) no-repeat 3px 3px;
}
.img-backUp {
	background:url(../images/backUp.png) no-repeat 3px 3px;
}

.img-SWIFT{
	background:url(../images/finance_SWIFT_CB.png) no-repeat 3px 0px;
}

.img-IMS {
	background:url(../images/ims_logo.png) no-repeat 3px 3px;
}

.img-ETL {
	background:url(../images/etl_logo.png) no-repeat 3px 3px;
}

.img-home {
	background:url(../images/home.png) no-repeat 3px 3px;
}

.img-logout{
	background:url(../images/logout.png) no-repeat 3px 3px; 
}

.img-excel{
	background:url(../images/excel.svg) no-repeat;
	background-size: 16px; 
	display: flex;
    justify-content: flex-end;
    background-position-y: center;
}
.img-pdf{
	background:url(../images/pdf.svg) no-repeat;
	background-size: 16px; 
	display: flex;
    justify-content: flex-end;
    background-position-y: center;
}

.img-Palmtop{
	background:url(../images/Palmtop_logo.png) no-repeat 3px 3px;
}

.img-sql{
	background:url(../images/sql.gif) no-repeat 3px 3px;
}

.img-bts-sm{
	background:url(../images/bts.png) no-repeat 3px 3px ; background-size: 70px;
}

.img-sibs-sm{
	background:url(../images/sibs.png) no-repeat 3px 3px;background-size: 70px
}

.img-criticalReport-sm{
	background:url(../images/cr.png) no-repeat 3px 3px;background-size: 70px
}

.img-procs-sm{
	background:url(../images/dwh.png) no-repeat 3px 3px;background-size: 70px
}

.img-bts{
	background:url(../images/bts.png) no-repeat 3px 3px ; background-size: 80px;
}

.img-sibs{
	background:url(../images/sibs.png) no-repeat 3px 3px;background-size: 80px
}

.img-criticalReport{
	background:url(../images/cr.png) no-repeat 3px 3px;background-size: 80px
}

.img-procedures{
	background:url(../images/dwh.png) no-repeat 3px 3px;background-size: 80px
}

.img-qr-payment{
    background: url(../images/qr-code-payment.png) no-repeat 3px 3px;
}

.img-globalPara{
	background: url(../images/global-para.jpg) no-repeat 1px 1px;
}

.img-payment{
	background: url(../images/alternative.png) no-repeat 3px 3px; 
}

.img-userGroup {
	background:url(../images/userGroup.jpg) no-repeat -4px 3px;
}

.img-sanction{
	background:url(../images/sanction.png) no-repeat -3px -3px;
}

.img-sanctionData{
 	background:url(../images/sanctionData.jpg) no-repeat 3px 3px;
}

.img-pepData{
    background:url(../images/PEP.jpg) no-repeat 3px 3px;
}

.img-subGroup {
	background:url(../images/subGroups.png) no-repeat 0px 0px;
}

.disabled-color{
	color: orange;
	background: #f0f0f0;	
	border: thick;
	border-color: blue;
	
}

.verticalHeader{
	font-size: 12px;
	font-weight: bold;
	font-size: 10pt;
	width: 20px;
}

.noAccess {			
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	color:black;		
}

.search-container{
    justify-content: space-around;
    display: flex;
    margin: 5px 0px;
    padding: 11px;
    border: 1px solid black;
    background-color: #edf5ff;
}

.criticalReportsearch{
    width: inherit;
    display: inline-block;
}

.zoom-ratio{
	border-width: thin;
    background: transparent;
    border-color: transparent;
    padding: 5px 6px;
	margin:2px;
}
.zoom-ratio:hover{
	border-width: thin;
    background: #d1e7ff;
    border-color: black;
    padding: 5px 6px;
}
.dashbort-export{
	text-decoration: none;
    color: black;
    margin: 2px 7px;
    padding: 3px;
    width: 54px;
    border-width: thin;
    border-color: black;
}
.dashbort-export:hover{
	text-decoration: none;
	border-width: thin;
    border-color: black;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 50px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #adb4bb;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* new login */

body.login {
	background-color: #f5f5f5;
	text-align: center;
}

.loginFormDecoration {
	background-image: url(../images/login_form_icon.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 11px;
	width: 48px;
	height: 48px;
}

.tdContents {
    padding: 0px;
    text-align: center;
}
.loginTable, .loginFormTable {
	margin-right: auto !important;
	margin-left: auto !important;
}

.loginTable {
	width: 723px;
	margin-top2: 4px;
	display: flex;
}

.loginFormContainer, .loginRegistration {
	vertical-align: top;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.loginFormContainer {
	width: 422px;
	background-color: #eff4f9;
}

.loginRegistration {
	width: 283px;
	background-color: #fffcf4;
	position: relative;	
}

.loginRegistrationDiv {
	height: 100%;	
}
.loginRegistrationDiv input {
	position: absolute;
	right: 8%;
	bottom: 13%;
}

.loginTitle {
    text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

.loginText {
	text-align: justify;
	padding-bottom: 15px;
}

.loginSeparator {
	width: 18px;
}

.img-qr-payment {
	background: url(../images/external.png) no-repeat 3px 3px;
}

.img-payment {
	background: url(../images/alternative.png) no-repeat 3px 3px;
}

.alert_modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999999999999999;
	background-color: rgba(0, 0, 0, 0.85);
	align-items: center;
	justify-content: center;
	font-family: Calibri;
	font-weight: 900;
	display: none;
}

.alert_heading {
	padding: 8px;
	/*border-radius: 10px 10px 0px 0px;
	background: linear-gradient(80deg, rgb(126, 209, 255), rgb(72, 75, 149));
	*/
	text-align: center;
	background: linear-gradient(45deg, #F3CFAA 0%, #fefcea 60%, #fefcea 7%, #F3CFAA 100%
		);
	border-bottom: solid 1px #ccc;
}

.alert_details {
	height: 150px;
	justify-content: center;
	align-items: center;
	display: inline-table;
}

.alert_details h2 {
	font-size: 20px;
	margin: 0px;
}

.alert_details p {
	font-size: 14px;
	color: #525252;
	line-height: 1.5em;
	margin-top: 5px;
}

.alert_footer span {
	color: #979797;
	cursor: pointer;
}

.alert_footer {
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: linear-gradient(45deg, #F3CFAA 0%, #fefcea 60%, #fefcea 7%, #F3CFAA 100%
		);
	border-top: solid 1px #ccc;
}

.alert_container {
	width: 48%;
	background-color: #FFF8F0;
	/* border-radius: 10px; */
	animation: 0.5s 1 alert_container_animation;
	-webkit-animation: 35s 1 alert_container_animation;
	border-style: solid;
	border-width: 1px 0;
	border-color: #808080;
	box-shadow: 4px 4px #fbfbfb47;
}

.btn {
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	font-size: 20px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #faf4e2), color-stop(100%, #FDCE7E));
    background-color: #fcdca6;
    border: 1px solid #EC9A38;
    text-shadow: 1px 1px 2px #faf4e2;
    color: #414141;
    font-family: Liberation sans, Arial, Sans-serif;
    font-weight: normal;
    cursor: pointer;
}

.btn:hover {
	text-decoration: none;
}

.text-center {
	text-align: center !important;
	font-size: 20px;
	color: #525252;
	line-height: 1.5em;
	margin-top: 5px;
	padding: 0px;
	font-weight: 600;
}

form .form-btn {
	display: block;
	height: 43px;
	margin-right: 0.5rem;
	text-align: center;
	font-size: 1.25rem;
	min-width: 0;
}

.form-btn {
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.verify-codes {
	padding: 1rem;
	border-radius: 4px;
	max-width: 284px;
	background: #FFF8F0;
	padding-top: 4px;
}

.form-btn:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ec9a38;
	outline: 0;
}

.left-button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.bellnumbers {
	position: absolute;
	font-size: 12px;
	background-color: #c24500;
	width: 21px;
	height: 14px;
	color: #fff;
	top: -8px;
	right: -23px;
	border-radius: 6px;
	text-align: center;
	padding: 2px;
}

.bell {
	display: inline-block;
	position: relative;
}

.img-pending-list {
	background: url(../images/pending_list.png) no-repeat 3px 3px;
}

.img-application-payment {
	background: url(../images/application-payment.png) no-repeat 3px 3px;
}

.img-delete-red {
	background: url(../images/delete_red.png) no-repeat 0px 0px;
	background-size: 13px;
	padding: 0px 0px 2px 17px;
}

.img-edit {
	background: url(../images/edit.png) no-repeat 0px 0px;
	background-size: 13px;
	padding: 0px 0px 2px 17px;
}

.img-save {
	background: url(../images/save.png) no-repeat 3px 3px;
	background-size: 13px;
}

.img-card {
	background: url(../images/card.png) no-repeat 3px 3px;
	background-size: 13px;
}

.img-button {
	outline: none;
	border: 1px solid #858585;
	border-radius: 4px;
	padding: 2px 7px 2px 20px;
}

.img-bfe-payement-type {
	background:url(../images/img_bfe_payement_type.png) no-repeat 3px 3px;
}

.img-bfe-sub-payement-type {
	background:url(../images/img_bfe_sub_payement_type.png) no-repeat 3px 3px;
}

.menubfe {		
		height: 50px;
	position: relative;
	background: linear-gradient(45deg, #2d394b 0%, #fefcea 60%, #fefcea 1%, #2d394b 100%
		);
	justify-content: space-between !important;
	display: flex !important;
}
.captchaCode{
	margin-left: 27px;
	text-align: center;
}
@media (max-device-width: 961px) {
  .loginFormContainer {
	width: 70vw;
	}
	body {
    font: 20px/1.22 arial,helvetica,clean,sans-serif;
	}
	.search-container {
	    display: grid;
	    margin: 5px 0px;
	    padding: 11px 59px;
	    border: 1px solid black;
	    background-color: #edf5ff;
	   justify-content:unset;
	}
	.criticalReportsearch {
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    padding: 3px;
	}
}

@media (max-device-width: 425px) {
  .loginFormContainer {
		width: 86vw;
	}
	.loginTable {
		display: contents;
	}
	.loginRegistration {
	    width: 86vw;
	    position: relative;
	}
	.loginFormDecoration {
	    background-size: cover;
	    background-position: 0px 0px;
	    width: 135px;
    	height: 140px;
	}
	.captchaCode{
		margin: 17px;
    	margin-left: 47px;
	}	
	.loginText {
	    padding: 30px;
	    padding-bottom: 20px;
	    font-size: 39px;
	}
	.loginTitle {
	    padding: 25px;
	    font-size: 35px;
	}
	.loginLabel{
		font-size: 30px;
	}
	.loginInput{
		height: 50px
	}
}


.img-qrreader{
	background:url(../images/qr-code-32.png) no-repeat 3px 3px;
}

.readonly-color{
	color: black;
	background: #efe4c2;	
	/* border: thick; */
	border-color: #efe4c2;
	
}

.doc-management {
background:url(../images/doc-manage.png) no-repeat 3px 3px;
}
.img-lmsFlow{
	background:url(../images/leads.png) no-repeat 3px 3px;
}
.img-campaign {
	background:url(../images/crm_campaign32.png) no-repeat 3px 3px;
}
.img-wfsoftware {
	background:url(../images/wf-development.png) no-repeat 3px 3px;
}
.img-wfissue {
	background:url(../images/wf-issue.png) no-repeat 3px 3px;
}
.img-wfcampaign {
	background:url(../images/wf-campaign.png) no-repeat 3px 3px;
}
.img-emailsender {
	background:url(../images/email_icon.png) no-repeat 3px 3px;
}
.img-goaml_slips {
       background:url(../images/slips_icon.png) no-repeat 3px 3px;
}
.img_external_ip {
	background:url(../images/ip-address-32.png) no-repeat 3px 3px;
}
.percentag_img {
	background:url(../images/percentag_img.png) no-repeat 3px 3px;
}
table.displaytag tr.high {
    background-color: #d7d5f1;
    border-bottom: 1px solid;
}
table.displaytag tr.white {
    background-color: #ffffff;
    border-bottom: 1px solid;
}
.img-back {
	background:  url(../images/back.gif) 0 0 no-repeat;	
}