
.Panel {
    width: 100%;
    max-width: 280px;
    margin:6% 0 0 0;
}

.Panel__body {
		background-color: #f2f2f2;
		
	}

.Tabs {
	position: relative;
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}

.Tabs:after {
		content: ' ';
		display: table;
		clear: both;
	}

.Tabs__tab {
		float: left;
		width: 50%;
		text-align: center;
	}

.Tabs__tab:first-child.active ~ .Tabs__presentation-slider {
			left: 0;
		}

.Tabs__tab:nth-child(2).active ~ .Tabs__presentation-slider {
			left:50%;
		}

.Tabs__tab:nth-child(3).active ~ .Tabs__presentation-slider {
			left: calc(50% * 2);
		}

.Tabs__presentation-slider {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 2px;
		background-color: #e77817;
		-webkit-transition: left .25s;
		transition: left .25s;
	}

.Tab {
	font-family: 'Roboto Slab';
}

.Tab > a {
		display: block;
		padding: 10px 12px;
		text-decoration: none;
		color: #666;
		-webkit-transition: color .15s;
		transition: color .15s;
	}

.Tab.active > a {
			color: #053c6d;
		}

.Tab:hover > a {
			color: #e77817;
		}





@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 280px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
padding:10px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 0 16px 8px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background: #053c6d;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom:1px solid #ffffff;
}
#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background: #e77817;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
border-bottom:1px solid #ffffff;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
.bg_submenu
{
background:#b7b7b7 !important;
color:#ffffff !important;
}
/* body, html
{
width:100%;
height:100%;
} */
/* header, footer, nav,section
{
display:block;
}
nav
{
width:24%;
float:left;
}
section
{
width:72%;
float:left;
}
footer
{
width:100%;
}
	 */
	 
/********************************* Colors classes *****************************/
.red{color:#ad2f35;}
.blu{color:#004880;}
.orng{color:#f99d27;}
/******************************* End of Color codes****************************/ 

.file-upload input {border:1px solid #d5d5d5;}
.file-upload input{border-radius: 7px;margin: 25px 10%;padding: 10px;display:inline;margin-left: 10px;}
.upload-submit{background: #f99d27;color: #fff;border-radius: 7px;padding: 10px}
.file-upload{padding: 0;width:100%;}

/************************* POP UP *************************/
.bulk-upload1{height: 170px;width: 400px;background: #fff;margin: 10% auto;border-radius: 7px;}
.errorOk{border-radius: 7px;margin: 25px 10%;padding: 10px;border: none;}
/********************** End of POP UP *********************/


   
    /* error popup */
  .upload-popup{position: fixed;top: 0; left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index:1;}

     /* error popup */
  .upload-file-header{font-size: 17px; padding: 10px;text-align: center;background: #f2f2f2;border-top-right-radius: 7px;border-top-left-radius: 7px;}
  .file-upload{padding: 0;width:100%;}
 .uploadFiles input{margin: 3px 0;}
 .uploadFiles>label{     padding: 10px 0; width:100%;} 
 .anchorUnderline{    text-decoration: underline;color: #23527c;}


/* Checkbox customization */
.checkbox-custom{opacity: 0;position: absolute;}
.checkbox-custom, .checkbox-custom-label{display: inline-block;vertical-align: middle;margin: 5px;cursor: pointer;}
.checkbox-custom-label{position: relative;}
.checkbox-custom + .checkbox-custom-label:before{
    content: '';/*background: #fff;border: 2px solid #ddd;*/display: inline-block;vertical-align: middle;
    width: 20px;height: 20px;padding: 2px;margin-right: 10px;text-align: center;background:url('../images/checkbox.png') no-repeat; background-size:20px auto;background-position:center 0;}
.checkbox-custom.checked + .checkbox-custom-label:before {content: "";font-family: 'FontAwesome';/*background: #003366;color: #fff;border:none;mine-height:16px;*/background-position:center -20px;}
.checkbox-custom:focus + .checkbox-custom-label{ outline:/* 1px solid #ddd;*/ none}
/* End of checkbox customization */

/* Settings Page Start */
#fontSizeWrapper { font-size: 16px; }

#fontSize {
  width: 100px;
  font-size: 1em;
  }


.tree { margin: 1em; }

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  }

.tree ul li { padding: 1em 0 0 1em; }

.tree > li:last-child { padding-bottom: 0; }


.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }


label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.tree_label:before { content: '-'; }

.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}
/* Settings Page End */
.pdl30{padding-left : 30px;}
.pdl60{padding-left : 60px;}
.pdl90{padding-left : 90px;}


/* ****Transaction Details Display Table - Aruna**** */
.tansDetailsDispTbl{
	  border: 1px solid #ddd;
}

.tansDetailsDispTbl tbody tr th {
	padding : 6px;
	background-color: #efefef;
	width: 40%;
}

.tansDetailsDispTbl tbody tr td{
	padding : 6px;
}

.tansDetailsDispTbl tbody tr {
	border: 1px solid #ddd;
}

.chargeBack_date_select {
	right: 0px !important;
}

.manualRefund {
    width: 91% !important;
}

.crdInput {
	width : 100% !important;
}

.terminalQuantity {
	width: 50%;
    display: inline-block;
    float: left;
}

.eOTPDiv {
	margin-left: 35%;
    margin-top: 16%;
}

.toFromDates .glyphicon-calendar{
    right: 18px;
    position: absolute;
    top: 10px;
}


.crd-popup{height: auto !important;width: 500px !important;}
.customisePricingTable tr td, .customisePricingTable tr th{
	text-align: center;
}

.form-control-updateMDRProfile{
	display: block;
    width: 63%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 96px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.pop-main-vpaauthorize{
	position: absolute;
    width: 40%;
    min-width: 300px;
    min-height: 350px;
    max-height: 90%;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);
}


/* ** Service Requests API in admin module starts** */

.requests {
  position: relative;
}

.requests.requests_item_container:before {
  height: 273px;
}

.requests .request_list {
  margin: 0 auto;
  position: relative;
  /*padding: 0 15px;*/
}

.requests .request_list:before {
  content: "\e91a";
  font-family: icici;
  color: #fff;
  font-size: 26px;
  height: 26px;
  width: 26px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.requests .request_container {
  -webkit-box-shadow: 0px 20px 20px 10px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 20px 20px 10px rgba(0,0,0,0.06);
  box-shadow: 0px 20px 20px 10px rgba(0,0,0,0.06);
  border-radius: 10px;
  margin: 0 auto;
  background-color: #fff;
}

.requests .request_container,
.all_requests .request_list {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  /*align-items: center;*/
  flex-wrap: wrap;
}

.requests .request {
  margin: 24px 0 21px;
  border: 1px solid rgba(112,112,112,0.28);
}

.request .request_link {
  display: block;
}

.request .request_data {  
  padding: 74px 22px 23px;
  text-align: center;
}


.request_data .request_icon {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 48px;
}

.request_data .request_title .new_line {
  display: block;
}


.all_requests {
  padding: 80px 0 52px;
  /*background-color: #E9EAEF;*/
}

.all_requests .all_request_head {
  color: #222222;
  font-size: 25px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}

.all_requests .all_request_head:after {
  content: "";
  width: 49px;
  height: 3px;
  background-color: #EF6221;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.all_requests .request {
  width: 17.9%;
  background-color: #fff;
  margin: 14px 2.6% 14px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.04);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.04);
  transition-duration: 0.2s;
}

.all_requests .request:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);  
}

.requests .request:hover .request_title,
.all_requests .request:hover .request_title {
  color: #EF6221;
  transition-duration: 0.2s;
}

.all_requests .request:nth-child(5n+5) {
  margin-right: 0;/*2.6%*/
}

.all_requests .request_data {
  text-align: left;
  padding: 43px 26px 22px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.all_requests .request_title {
  padding-top: 0;
}

.request_title{
	margin-top:80px !important;	
}

.all_requests .request_icon {
  margin: 0 0 40px;
  height: 48px;
  justify-content: left;
}

.request_li {
    width: 205px;
    height: 215px;
}

.sr_mrgnlft{
	    margin-left: 46px !important;
}

.sr_marginRt {
	margin-right: 5px !important;
	border-radius : 10px
}

.icon-lst5Services {	
	padding:20px 40px 20px 40px;
    background:url("../images/last_5_transactions.png") no-repeat center center;
    background-size:50%;
    width:60px;
}

.icon-intrl_activation{
	padding:20px 40px 20px 40px;
    background:url("../images/international_Activation.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-gstRequest{
	padding:20px 40px 20px 40px;
    background:url("../images/Gst_Invoice_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-srStatus_check{
	padding:20px 40px 20px 40px;
    background:url("../images/sr_status_check.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-rfndrqst{
	padding:20px 40px 20px 40px;
    background:url("../images/refund_oneview.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-trading_change{
	padding:20px 40px 20px 40px;
    background:url("../images/trading_name_change.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-account_change{
	padding:20px 40px 20px 40px;
    background:url("../images/account_change_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-eCharge_slip{
	padding:20px 40px 20px 40px;
    background:url("../images/e_charge.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-update_number{
	padding:20px 40px 20px 40px;
    background:url("../images/Update_GST_Number.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-amex_activation{
	padding:20px 40px 20px 40px;
    background:url("../images/AMEX.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-chng_device_type{
	padding:20px 40px 20px 40px;
    background:url("../images/change_device.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-feedback{
	padding:20px 40px 20px 40px;
    background:url("../images/feedback.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-email_Change{
	padding:20px 40px 20px 40px;
    background:url("../images/email_change.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-paper_roll{
	padding:20px 40px 20px 40px;
    background:url("../images/new_paper_roll.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-trans_status{
	padding:20px 40px 20px 40px;
    background:url("../images/Transaction_invoice.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-mbl_noChange{
	padding:20px 40px 20px 40px;
    background:url("../images/mobile_change_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-pre-auth{
	padding:20px 40px 20px 40px;
    background:url("../images/pre_auth.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-EMI_activation{
	padding:20px 40px 20px 40px;
    background:url("../images/Emi_activation.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-previously_raised{
	padding:20px 40px 20px 40px;
    background:url("../images/previously_raised_requests.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-stickers_decals{
	padding:20px 40px 20px 40px;
    background:url("../images/stickers_and_decal.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-Firc_Rqst{
	padding:20px 40px 20px 40px;
    background:url("../images/firc_change.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-add_Change{
	padding:20px 40px 20px 40px;
    background:url("../images/address_change_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
}
.icon-stmt{
	padding:20px 40px 20px 40px;
    background:url("../images/statement_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
}

.crdOnvwInput input[type="text"], .crdOnvwInput input[type="number"]{border: none;border-bottom: 1px solid #cdcdcd;}
.sr_menu_list{top:40px;}

.sr_menu_list ul li.last_five_transactions img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/last_5_transactions.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.statement_request img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/statement_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.new_paper_roll img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/new_paper_roll.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.terminal_breakdown img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/terminal_breakdown.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.account_change_request img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/account_change_request.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.address_change_request img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/address_change_request.png") no-repeat center center;
    background-size:33%;
    width:60px;
    border-right:solid 1px #ebebeb;
}

.sr_menu_list ul li.mobile_change_request img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/mobile_change_request.png") no-repeat center center;
    background-size:39%;
    width:60px;
    border-right:solid 1px #ebebeb;
}

.sr_menu_list ul li.trading_name_change img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/trading_name_change.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}

.sr_menu_list ul li.firc_change img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/firc_change.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}

.sr_menu_list ul li.email_change img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/email_change.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.feedBack img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/feedback.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.sr_status_check img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/sr_status_check.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}  
.sr_menu_list ul li.stickers_and_decal img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/stickers_and_decal.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.refund_oneview img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/refund_oneview.png") no-repeat center center;
    background-size:50%;
    width:60px;
    border-right:solid 1px #ebebeb;
}
.sr_menu_list ul li.previously_raised_requests img
{
    padding:20px 40px 20px 40px;
    float:left;
    background:url("../images/previously_raised_requests.png") no-repeat center center;
    background-size:46%;
    width:60px;
    border-right:solid 1px #ebebeb;
}

.lastFiveTransOneView { 
    background: #ffffff url(../images/last_5_transactions.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.statementRequestOneView {
    background: #ffffff url(../images/statement_request.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.newPaperRollOneView{
    background: #ffffff url(../images/new_paper_roll.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
.tradingNameChangeOneView {
	background: #ffffff url(../images/trading_name_change.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.changeMobileNumberOneView{
	background: #ffffff url(../images/mobile_change_request.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fircChangeOneView{
	background: #ffffff url(../images/firc_change.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.refundrequestOneView{
	background: #ffffff url(../images/refund_oneview.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.terminalBreakdownOneView{
	background: #ffffff url(../images/terminal_breakdown.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.statementRequestOneView{
	background: #ffffff url(../images/statement_request.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.addressChangeRequestOneView{
	background: #ffffff url(../images/address_change_request.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tradingnameOneView{
	background: #ffffff url(../images/trading_name_change.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.stickersndecalsOneView{
	background: #ffffff url(../images/stickers_and_decal.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.emailChangeOneView{
	background: #ffffff url(../images/email_change.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.feedbackOneView{
	background: #ffffff url(../images/feedback.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.accountChangeRequestOneView{
	background: #ffffff url(../images/account_change_request.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.srStatusCheckOneView{
	background: #ffffff url(../images/feedback.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.previouslyRaisedOneView{
	background: #ffffff url(../images/previously_raised_requests.png) no-repeat center center;
    background-size: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cntnt-wrap-bckgrnd{
	background-color: #f5f5f5;
}

.serv-Req-Cntnt-Wrap{
	bottom:70px;
}

.registration_main{
	box-shadow:0px 2px 4px 1px rgba(0,0,0,0.16),0px 2px 10px 1px rgba(0,0,0,0.12)!important;
	margin:30px 0 0 0;
	border-radius: 5px;
	position:relative;
    margin: 26% auto 20px auto;
    padding: 0;
    margin: 40px auto 16px auto;
    width:100%;
	background-color: #fff;
}

.oneViewSR{
	min-height:70%;
}

.userRegisterDetName{
	padding: 30px 15px 15px 15px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.welcome_note{	
	text-align:center;
	color:#053c6d;
	font-size:1em;
}

.userRegisterDetails{
	padding:15px;
	border-bottom:0px solid rgba(0, 0, 0, 0.1);
}

.reg_input_cnt {
	width:100%;
}
.oneViewSRSbmt{margin: 0;
    width: 100%;
    background-color: #f5f5f5;
}
    
/* ** Service Requests API in admin module ends ** */



.lastServRequest{
	 margin-top:45px;
}

.selectNew{
     border-radius:5px;
	 border-left:5px solid #e77817;
	 padding-right:20px;
	 width:100%;
}
.lastServRequest button{
	background-color: #e77817;color: #fff;/* margin-top:20px; */padding:10px 20px;border-radius:5px;
}

.srRequest_mrgn_top {
	margin-top : 7px !important;
}
 
.padding_rt {
	padding-right: 0px !important;
}

.padding_lt {
	padding-left: 0px !important;
}

.srRqst_mrgn_rt{
	margin-right: 90px;
}

/* .srRqst_mrgn_rt{
	margin-left: 11px;	
} */

.upldBtn {
	margin-top:0px;
}

.sr_Rqsts_mrg_btm {
	margin-bottom: 15px;
}

.mrgn-top_100{
	margin-top:100px;
}

.mrgn-top_45{
	margin-top:45px;
}

.terminalMerchant .terminalEach:last-child .div-table-col{
	border-bottom:none !important;
}

.headingDisp {
	font-weight: bold;
}

.request_form_page {
	background-color : #f7f6f6;
	border-radius : 10px;
	width : 100%;
	height: auto;
	margin-top: 20px;
    /* margin-left: 37px; */
    display: inline-block;
    padding: 30px 15px;
}

.request_form_page select {
	background-color: white;
    border-radius: 5px;
}

.request_header {
	text-align : center;
	font-size: 24px;
    font-weight: bolder;
    color: #e77817;
    /* padding-top: 47px; */
}

.service_rqsts_btn{
	/* width: 150px;
    margin-right: 66px; */
}

.sr_rqsts_mtop {
	/* margin-top:70px; */
}

.service_rqsts_ul {
	padding: 3px 0px 0px 55px !important;
	width: 95%;
    height: auto;
}

.sr_rqsts_mrgn {
	margin: 44px 0 0 20px;
}

.imsllabel {
	margin-left: 28px !important;
}

.mrgntp-44 {
	margin-top :44px !important;
}
/** utilized paper roll starts **/
.padd0 {padding : 0;}
.rollDivHeight{min-height : 80px;}
.rollDivHeight input {margin-bottom : 5px;}
/** utilized paper roll Ends**/
.mrgntop15{
	margin-top :15px !important;
}
.captcha-bg{padding:10px;border:1px solid #ccc;border-radius:15px;/* font-family:cursive;text-decoration:line-through; */height:37px;display:flex;justify-content:center;align-items:center;width:99%;letter-spacing:20px;font-size: larger}
.form-group-image{justify-content:center;display:flex}
