@charset "UTF-8";
/******************wrappers****************/
.appwrapper {
}
.appheader {
	background: #d8107c;
	box-shadow: -1px 1px 3px #888;
	padding: 0px 12px;
	transition: all 0.4s ease 0s;
}
.bodywrapper {
}
.contentwrap {
	height: calc(100% - 40px);
	padding-left: 220px;
	transition: all 0.4s ease 0s;
	z-index: 1;
}
.landingcontentwrap {
	height: 100%;
	width: 100%;
}
/* special view for mailbox etc., */

.subnav {
	float: left;
	left: 0px;
	background: #fff;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	transition: all 0.4s ease 0s;
	z-index: -1;
	width: 220px;
	border-right:1px solid #dfdfdf;
}
.footerwrap {
	background:#81538a;
	bottom: 0;
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
}
/* style for module header */
.moduleheader {
	height: 40px;
	background: #fff;
	padding: 0px 10px;
	position: relative;
	z-index: 3;
    box-shadow: 1px 1px 1px #ccc;
}
.moduleheader h3 {
	margin: 0px;
	color: #d8107c;
	margin-top: 7px;
	font-weight: 400;
	font-size: 20px;
}
.moduleheader h3 span.ico {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: 0px 0px;
	background-size: 25px 25px;
	vertical-align: middle;
	margin-right: 5px;
}
.moduleheader_hold {
	margin-top: 7px;
}
.moduleheader_hold .btn {
	background: rgba(0,0,0,0.23);
	color: #fff;
	border: none;
	padding: 5px 7px;
	border-radius: 2px;
	line-height: 9px;
}
.moduleheader_hold .btn .fa {
	font-size: 18px;
}
.moduleheader_hold .shownav {
	margin-right: 10px;
}
/*common header */
.common_header {
	height: 41px;
	background: #efefef;
	width: 100%;
}
.common_contentwrap {
	/* background: rgba(0, 0, 0, 0) url("../../images/brand/loginbg2.jpg") no-repeat scroll 0 0 / cover ;
*/    height: calc(100% - 41px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 15px;
	position: relative;
	transition: all 0.4s ease 0s;
}
/* header styles */
.appheader h1 {
	margin: 0;
	width: 200px;
}
.appheader h1 span {
	background: url(../../images/brand/banklogo-bd38949d60f85ee78fe45e17fb206df2.png) no-repeat 0px 0px;
	height: 49px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.header_cntrl {
	height: 49px;
	vertical-align: middle;
}
.header_cntrl .btn, .header_cntrl .user_profile {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative
}
/*.header_cntrl > .btn:last-child{margin-right:0px;border:soild 3px #333}*/
.header_cntrl .btn.hasbadge .badge {
	position: absolute;
	right: -10px;
	top: -10px;
	background:#fdb913;
	color:#000;
    padding: 4px 7px;
}
.header_cntrl .user_profile a .user_image {
	height: 30px;
	width: 30px;
}
.corp_nme {
	
}
.corp_nme span {
	/*display: inline-block;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;padding-top:5px;
	font-size: 90%;
	
	
	*/
	margin-right: 5px;
	margin-left: 5px;
	display: block;

}

.corp_nme img
{
	float: right;
	width: 50px;
	height:50px;
	
}
.user_profile .dropbox:before {
	color: #fff;
	content: "\f0d8";
	position: absolute;
	font-family: FontAwesome;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -22px;
	right: 2px;
	text-shadow: 0px -1px #ccc;
	font-size: 26px;
}
.user_profile.open> .dropdown-menu {
	top: 37px;
	padding: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	animation-duration: 0.7s;
	animation-fill-mode: both;
	animation-name: flipInY;
}
.user_profile .dropdown-menu .dropbox {
	width: 299px;
	position: relative;
}
.user_profile .dropdown-menu .dropbox .list-group {
	margin: 0px;
}
.user_profile .dropdown-menu .urser_image_lg {
	height: 96px;
	width: 96px;
	position: relative;
}
.user_profile .dropdown-menu .urser_image_lg img {
	height: 96px;
	width: 96px;
}
.user_profile .dropdown-menu .urser_image_lg span {
	display: block;
	padding: 4px 0px;
	text-align: center;
	background: rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-size: 80%;
}
.dropbox .list-group .list-logout {
	background: #d8107c;
}
.dropbox .list-group .list-logout {
	color: #fff;
}
.user_profile .dropdown-menu .dropbox .list-group .list-group-item:first-child {
	border-top: none;
}
.apphome_btn {
	padding: 10px 10px;
	height: 50px;
	display: inline-block;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative;
	color: #65a500;
}
.apphome_btn.active {
	color: #fff;
	background: #f1f1f1;
}
.apphome_btn.active:after {
	color: #f1f1f1;
	content: "\f0d7";
	position: absolute;
	font-family: FontAwesome;
	position: absolute;
	width: 15px;
	height: 10px;
	bottom: -9px;
	right: 15px;
	text-shadow: 0px 1px #ccc;
	font-size: 26px;
	line-height: 8px;
	overflow: hidden;
}
.apphome_btn.active i {
	color: #d8107c;
}
/* sub navigation */
.subnav ul {
	margin: 0px;
	padding: 0px;
}
.subnav ul li {
	/*width: 200px;*/
	list-style: none;
	padding-left: 6%;
	position: relative;
	border-bottom: solid 1px #dfdfdf;
	border-left: 5px solid transparent;
	padding-right: 5px;
}
.subnav ul li:first-child {
	border-top: 0px;
}
.subnav ul li.active {
	border-left: 5px #d8107c solid;
	background: #f5f5f5;
}
.subnav ul li.active a {
	color: #4c4c4c;
}
.subnav ul li.active a:hover{ color:#4c4c4c;}
.subnav ul li a {
	display: block;
	color: #666;
	padding: 7px 2px;
	text-decoration: none;
}
.subnav ul li a:hover {
	color:#4c4c4c;
}
.subnav ul li .badge {
	text-shadow: none;
}
.subnav ul li .photo {
	background: #EEEEEE;
	border-radius: 19px;
	display: table-cell;
	height: 40px;
	overflow: hidden;
}
.subnav ul li .photo img {
	height: 40px;
	width: 40px;
}
.subnav ul li p {
	margin: 0px;
}
.subnav ul li p.small {
	color: #666;
    text-transform: capitalize;
}
.subnav ul li .nme {
	display: table-cell;
	padding-left: 4px;
	vertical-align: middle;
}
.subnav ul li p.amt .num {
	font-size: 1.2em;
	color: #419B0F;
}
.subnav ul li p.amt .cur {
	margin-right: 3px;
	color: #666;
	font-size: 80%;
}
.subnav .singlelist ul li a {
	padding: 14px 2px;
}
.subnav .singlelist ul li ul li {
	padding-left: 0px;
	border: none;
}
.subnav ul li ul {
	margin: 0;
	padding: 0;
	background: #ddd;
}
.subnav .singlelist ul li ul li a {
	color: #75798B;
	font-size: 13px;
	padding: 5px 14px 5px 10px !important;
	border-radius-left-top: 10px;
}
.subnav .singlelist ul li ul li.active a {
	color: #d8237c !important;
}
/*********************APP widget ***************/
.app_widget {
	background: #fff;
	color: #fff;
	padding: 5px;
	box-sizing: padding-box;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius:3px 3px 3px 28px;
	box-shadow: 0px 0px 20px #ccc;
}
.app_widget a {
	text-decoration: none
}
.app_widget .row {
	margin: 0 -5px;
	position: relative;
	padding-top: 20px;
	height: 120px;
}
.app_widget .row .info {
	padding: 0px 5px;
}
.app_widget h4 {border-bottom: 2px solid #d8107c;
	background: #81538a;
	margin: -5px -5px 0;
	font-weight: 400;
	padding: 3px 4px;
}
.app_widget .ico {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0px;
	opacity: 1;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center center;
}
.app_widget .date {
	position: absolute;
	width: 142px;
	display: inline-block;
	padding: 0 5px;
	background: rgba(0,0,0,0.1);
	color: #3e4045;
	margin-top: -20px;
	margin-left: -5px;
	border-bottom-right-radius: 20px;
}
.app_widget .date .yy {
	font-size: 10px;
}
.app_widget .date .time {
	font-size: 10px;
}
.app_widget .options {
	color: #fff;
	display: inline-block;
	margin-top: -26px;
	padding: 4px;
	text-align: center;
	width: 23px;
}
.app_widget .options span {
	font-size: 10px;
	color: rgba(255,255,255,0.5);
}
.app_widget p.hd {
	margin: 0px;
	color: #7D838D;
}
.app_widget p.lead {
	margin: 0px;
	color: #3e4045;
}
.app_widget p {
	color: #3e4045;
}
.app_widget.accounts {
	background: #f6f6f6;
}
.app_widget.accounts .ico {
	background-image: url(../../images/common/accounts-1ef57a992e1733c2eeb583dcfd866240.png);
}
.app_widget.forecast {
	background: #f6f6f6;
}
.app_widget.forecast .ico {
	background-image: url(../../images/common/forecast-0477f1fdd435d8f6b573331af5c768a7.png);
}
.app_widget.trade {
	background: #f6f6f6;
}
.app_widget.trade .ico {
	background-image: url(../../images/common/trade-f16a43f323988c98dd829f68450cb1a2.png);
}
.app_widget.admin {
	background: #f6f6f6;
}
.app_widget.admin .ico {
	background-image: url(../../images/common/admin-4dd9eddb24ff358ca74f65d77e37167a.png);
}
.app_widget.payments {
	background: #f6f6f6;
}
.app_widget.payments .ico {
	background-image: url(../../images/common/payments-03446d07a021e349c6c31b7a3b9f69a3.png);
}
.app_widget.loans {
	background: #f6f6f6;
}
.app_widget.loans .ico {
	background-image: url(../../images/common/loans-dee25cf8dbfa2c17f882e52ec9ce20ad.png);
}
.app_widget.receivables {
	background: #f6f6f6;
}
.app_widget.receivables .ico {
	background-image: url(../../images/common/receivables-33d7c4f4155fe2130bd2ec528741f82f.png);
}
.app_widget.liquidity {
	background: #f6f6f6;
}
.app_widget.liquidity .ico {
	background-image: url(../../images/common/liquidity-2b514957616eb858c1bc5cf827f3a617.png);
}
.app_widget.forex {
	background: #f6f6f6;
}
.app_widget.forex .ico {
	background-image: url(../../images/common/forex-59b241a6159df1851ed9fce657ac2a95.png);
}
.app_widget.creditcards {
	background: #f6f6f6;
}
.app_widget.creditcards .ico {
	background-image: url(../../images/common/creditcards-84758b19ca7f14a8f69db3f0afbd70ee.png);
}
.app_widget.limits {
	background: #f6f6f6;
}
.app_widget.limits .ico {
	background-image: url(../../images/common/creditcards-84758b19ca7f14a8f69db3f0afbd70ee.png);
}
.app_widget.gst {
	background: #f6f6f6;
}
.app_widget.gst .ico {
	background-image: url(../../images/common/gst-c8ba20e838cb81010db25e61b51d08b0.png);
}
.app_widget.sadad {
	background: #f6f6f6;
}
.app_widget.sadad .ico {
	background-image: url(../../images/common/sadad-f3bf5c09063dbfa3c337b0955b62512d.png);
}
.app_widget.moi {
	background: #f6f6f6;
}
.app_widget.moi .ico {
	background-image: url(../../images/common/moi-35cb7fff2bc2348750d3e25478d9c501.png);
}
/************ app icon specific style ***************/
.app.app_widget {
	height: 178px;
	padding: 0px;
}
.app.app_widget h4 {
	background: rgba(0, 0, 0, 0.2);
	padding: 11px 2px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	margin: 0;
}
.app.app_widget .ico {
	background-size: 100px 100px;
	display: block;
	height: 100px;
	margin: 40px auto 5px;
	opacity: 1;
	position: relative;
	width: 100px;
}
.app.app_widget .btn {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.progress-bar-wrap {
	background: rgba(0,0,0,0.6);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 1px;
	padding: 65px 10px;
	bottom: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 100%;
	text-align: center;
}
.progress-bar-wrap .progress {
	height: 10px;
}




//*******  App Widget Extended ********/

.app_widget.for_gst
{
	
	background: #fff;
	color: #fff;
	padding: 5px;
	box-sizing: padding-box;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0px 0px 1px #a2a8a9 inset;
	
}


/************* Footer styles ******************/
.footerwrap .copyrights {
	color: #ffffff;
	font-size: 10px;
	margin: 6px 10px;
}
.footerwrap .userfullLinks {
	margin-top: 3px;
	margin-left: 10px;
}
.footerwrap .userfullLinks a {
	color: #ffffff;
	font-size: 10px;
	padding: 6px 0px;
}
.footerwrap .userfullLinks a:after {
	content: "|";
	margin-left: 5px;
}
/***************** Icons normal *************************/
.moduleheader h3 span.accounts {
	background-image: url(../../images/common/accounts-1ef57a992e1733c2eeb583dcfd866240.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.payments {
	background-image: url(../../images/common/payments-03446d07a021e349c6c31b7a3b9f69a3.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.admin {
	background-image: url(../../images/common/admin-4dd9eddb24ff358ca74f65d77e37167a.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.trade {
	background-image: url(../../images/common/trade-f16a43f323988c98dd829f68450cb1a2.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.loan {
	background-image: url(../../images/common/receivables-33d7c4f4155fe2130bd2ec528741f82f.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.receivable {
	background-image: url(../../images/common/receivables-33d7c4f4155fe2130bd2ec528741f82f.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.forecast {
	background-image: url(../../images/common/forecast-0477f1fdd435d8f6b573331af5c768a7.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.liquidity {
	background-image: url(../../images/common/liquidity-2b514957616eb858c1bc5cf827f3a617.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.admin {
	background-image: url(../../images/common/admin-4dd9eddb24ff358ca74f65d77e37167a.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.forex {
	background-image: url(../../images/common/forex-59b241a6159df1851ed9fce657ac2a95.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.creditcard {
	background-image: url(../../images/common/creditcards-84758b19ca7f14a8f69db3f0afbd70ee.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.limits {
	background-image: url(../../images/common/limits-84758b19ca7f14a8f69db3f0afbd70ee.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.gst {
	background-image: url(../../images/common/gst-c8ba20e838cb81010db25e61b51d08b0.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.sadad {
	background-image: url(../../images/common/sadad-f3bf5c09063dbfa3c337b0955b62512d.png);
	background-repeat: no-repeat;
}
.moduleheader h3 span.moi {
	background-image: url(../../images/common/moi-35cb7fff2bc2348750d3e25478d9c501.png);
	background-repeat: no-repeat;
}
/*************** common page styles **********************/
.module-title {
	font-size: 24px;
	letter-spacing: -1px;
}
.well-in-well {
	background: #fff;
}
.jqstooltip {/* fix for sparkline chart tooltip */
	width: auto !important;
	height: auto !important;
}
.amt-pos {
	color: #3c763d;
}
.amt-neg {
	color: #a94442;
}
.semi-bold {
	font-weight: 400;
}
.lead .small {
	font-size: 70%;
}
.panel-heading.tab-holer {
	padding: 0px;
	border-bottom: 0px;
	height : 41px;
}
/*.panel-heading.tab-holer{padding:0px;border-bottom:0px; height :41px; width:200px;  overflow-x: auto;
    overflow-y: hidden;  -webkit-overflow-scrolling: touch;}
.panel-heading.tab-holer .nav-tabs{display: table; width:100%;}
.panel-heading.tab-holer .nav-tabs li{display:table-cell; text-align:center; float:none; white-space:nowrap;}*/
/*************** Account styles **********************/
.total-pos {
	margin-top: 3px;
	margin-bottom: 3px;
}
.total-neg {
	margin-top: 3px;
	margin-bottom: 3px;
}
.summary-box {
	position: relative;
}
.summary-box:hover {
	border: 1px solid #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px #66afe9;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px #66afe9;
	-webkit-transition: border linear 0.2s, box-shadow linear .2s;
	-o-transition: border linear 0.2s, box-shadow linear .2s;
	transition: border linear 0.2s, box-shadow linear .2s
}
.summary-box .nick, .summary-box .tags {
	margin-bottom: 0px;
}
.summary-box .alias {
}
.summary-box .amt-pos {
	background: rgba(255,255,255,0.5);
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 2px;
}
.summary-box .amt-neg {
	background: rgba(255,255,255,0.5);
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 2px;
}
.summary-box a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
}
/*.inlinegraph{ display:inline-block; position:absolute; right:0px; bottom:0px;opacity:0.8;}*/
.inlinegraph {
	display: block;
	opacity: 0.8;
}
.summary-acc-fav {
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 1
}
.accStmt_mobile {
}
.accStmt_mobile ul li {
	padding: 4px;
}
.accStmt_mobile ul li p {
	margin-bottom: 0px;
}
.accStmt_mobile ul li p .cur {;
	padding-right: 4px;
	font-size: 80%;
}
.accStmt_mobile ul li p.amt .type {
	font-size: 12px;
	font-weight: bold;
}

/**************** Icons 2x *******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
}

/***************************** At portrait view************/
@media (max-width: 840px) {
.titleBar h4 {
	display: block !important;
}
.titleBar h4 small {
	display: block !important;
}
.appheader {
	box-shadow: 2px 1px 2px #888;
	transition: all 0.4s ease 0s;
}
.subnav {
	left: -220px;
}
.mnuactive .subnav {
	left: 0px;
	z-index: 2;
}
.mnuactive .contentwrap.partview .subnav {
	margin-left: 60px;
	transition: all 0.4s ease 0s;
}
.contentwrap.partview {
	padding-left: 0px;
	transition: all 0.4s ease 0s;
}
.contentwrap {
	padding-left: 0;
}
/*.content{z-index: 0;}*/
.mnuactive .subnav-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
	opacity: .5;
	z-index: 1;
}
.appheader button.mnutoggle {
	display: block !important;
}
}

@media (max-width: 670px) {
.bodywrapper {
	bottom: 0px;
}
.header_cntrl .user_profile {
	margin-right: 0px;
}
.cust-chosen .chosen-single span {
	font-size: 16px;
}
}

/*Custom Panel Styles */
.cust_panel {
	margin-bottom: 10px;
}
.cust_panel .panel-heading {
	padding: 10px;
	border-bottom: 0px;
}
.cust_panel .panel-title {
	font-size: 1em;
}
.cust_panel label {
	border: none;
	border-bottom: 2px #ccc solid;
	padding: 5px;
	margin: 0px;
}
.cust_panel .panel-body {
	padding: 0px;
}
.cust_panel .list-group label {
	width: 100%;
	display: inline-block;
}
.cust_panel .list-group.localTrans label {/*background:#ffffbe;*/
}
.cust_panel .list-group.withinShb label {/*background:#deffff;*/
}
.cust_panel .list-group.ownAcc label {/*background:#ffffd8;*/
}
.cust_panel .list-group.international label {/*background:#f2f2f2;*/
}
.cust_panel .list-group label.btn-primary {
	background: #ffffe4;
	border: none;
}
.cust_panel .list-group p.lbl {
	color: #666;
	font-size: 0.9em;
	display: inline-block;
}
.cust_panel .list-group span.ref {
	background: #ddd;
	border: 1px solid #bbb;
	border-radius: 5px!important;
	color: #222;
	display: inline;
	font-size: 0.79em;
	padding: 2px;
}
.cust_panel .list-group span.nme {
	color: #2d3e50;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;/*display:inline-block;*/
	font-size: 1.1em;
}
.cust_panel .list-group a {
	color: #555;
	text-decoration: none;
}
.cust_panel .list-group .list-group-item .glyphicon {
	top: 15px;
}
.cust_panel .list-group p {
	margin: 0px;
	width: 92%;
	margin-bottom: 5px;
}
.cust_panel .list-group p .status {
	font-weight: bold;
	font-size: 0.9em
}
.cust_panel.no-arr .list-group p {
	margin: 0px;
	width: 98%;
}
.cust_panel .list-group p small {
	color: #666;
}
.cust_panel .list-group p small.cur {
	color: #444;
	font-weight: bold;
	display: block;
	text-align: right;
}
.cust_panel .list-group .list-group-item p span.amt {
	font-size: 1.1em;
	color: #419b0f;
	font-weight: bold;
	position: relative;
	clear: right;
}
.list-group-item p span.amt .amtlbl {
	font-size: 70%;
	position: absolute;
	right: 0px;
	top: -10px;
	color: #666;
	font-weight: bold;
	white-space: nowrap;
}
.cust_panel .list-group .list-group-item {
	padding: 5px;
}
.cust_panel .list-group .overlay {
	color: #fff !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
	text-align: center;
}
.cust_panel .list-group .overlay p {
	padding: 0px;
	width: 100%;
	position: absolute;
	top: 35%; /*transform:translateY(-50%);*/
}
.cust_panel .list-group .overlay p a {
	color: #fff;
}
.cust_panel .list-group .overlay .glyphicon {
	top: 0px;
}
.cust_panel .list-group .list-group-item.active p {
	color: #444;
}
.cust_panel .list-group label p.hilit {
	background: #ecf0f1;
	margin-top: 5px;
}
.cust_panel .list-group .list-group-item p span.amt span.cur {
	color: #444;
	font-weight: bold;
	font-size: 0.78em;
	padding-right: 4px;
}
.cust_panel .list-group .list-group-item .bene {
	margin: 0px 5px 5px 0px;
}
.cust_panel.form-control {
	padding: 0px;
	height: auto;
}
.cust_panel label input[type="radio"], .selectHolder label input[type="radio"] {
	display: none;
}
/***history icon**/
.cust_panel .list-group .list-group-item .history {
	color: #ccc;
	display: none;
	text-align: center;
	outline: none;
	font-size: 16px;
	margin-top: 2px;
}
.cust_panel .list-group .list-group-item.active .history {
	display: block;
}
/***************Payment History ***************/
.trans {
	transition: all 0.4s ease 0s;
}
.phistory {
	border: 0px;
}
.phistory li {
	display: inline-block;
	width: 100%;
	padding: 2px 5px;
	border: 0px;
	border-bottom: solid 1px #efefef;
}
.phistory li .dte {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #999
}
.summary-acc-fav {
	z-index: 1;
	margin: 0px;
}
.plimit li {
	border: 0px;
	border-bottom: solid 1px #efefef;
	margin-bottom: 0px;
	padding: 2px 5px;
}
.plimit li .amt-pos {
	margin-bottom: 6px;
}
/* Custom Tab */
.cust_tab .tab-content {
	margin-top: -1px;
}
.cust_tab .nav-tabs {
	border-bottom: 0;
}
/* Secure Image */
.secureImg {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
	cursor: pointer;
}
.secureImg .control {
	top: -32px;
	left: 5px;
}
.secureImg .control--radio .control__indicator {
	border-radius: 10%;
}
.secureImg .control--radio .control__indicator:after {
	top: -1px;
	left: 5px;
	width: 8px;
	height: 8px;
	content: "\2713";
	background: none;
	font-weight: bold;
}
/* Profile Page */
.profile {
	background: #f5f5f5;
	margin-bottom: 0;
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.profile table {
	margin: 15px 0 0 0;
}
.profile h3 {
	margin: 5px 0 10px 0;
}
.profileImg {
	display: inline-block;
	position: relative;
}
.profileImg span {
	display: block;
	padding: 4px 0px;
	text-align: center;
	background: rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-size: 80%;
}
.profileImg input {
	position: absolute;
	bottom: 0px;
	opacity: 0;
}
/*Mailbox*/
.mailbox .list-group-item {
	background: #f2f2f2;
}
/*Notification*/
.notification .list-group-item {
	background: #f2f2f2;
	border-left: 5px #717d7d solid;
}
.notification .list-group-item:nth-child(1n) {
	border-left: 5px #C60 solid;
}
.notification .list-group-item:nth-child(2n) {
	border-left: 5px #d16587 solid;
}
.notification .list-group-item:nth-child(3n) {
	border-left: 5px #29a5ad solid;
}
.notification .list-group-item:nth-child(4n) {
	border-left: 5px #739e73 solid;
}
/* Drag and Drop Widgets */
.handle {
	cursor: move;
	cursor: -webkit-grabbing;
}
.chosen_wid {
	border: 2px #4a6491 dashed;
	padding: 0px;
	border-radius: 5px;
	margin: 0px;
	height: 155px;
}
.ghost {
	opacity: 0.4;
}
.widget_sett {
	background: #fff;
    box-shadow: 1px 1px 1px #ccc;
    padding: 5px 7px 9px 14px;
}
.widget_sett h3 {
    margin: 0px;
    color: #d8107c;
    margin-top:2px;
    font-weight: 400;
    font-size: 20px;
}
/*Ajax Loader Style*/
.ajax-loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 999;
	height: 100%;
}
.spinner {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	box-shadow: 1px 1px 10px #555;
}

.mailbox .list-group-item.unread{background:#fff;}
/*Select All Button Styles for message*/
.mailbox .checkinput.selectall {
width: 105px;
height: 35px;
text-align: right;
background: #eee;
margin-left: 0;
padding:6px;
}
.mailbox .checkinput.selectall:after {
left: 8px;
top: 5px;
bottom: 4px;
right: 5px;
}
.mailbox .selectall:after {
	padding: 4px 6px !important;
}
.mailbox .checkinput{padding:8px 0px 3px 30px;}
.mailbox .row_content{margin-left:-45px;}
.mailbox .row_content a{color:#555;}
@media (max-width: 992px) {
 .mailbox .row_content{margin-left:-25px;}
}