/*

Theme: SanCBS Exchange Portal

Developer: Surender Pratap Singh

File Name: style.css

*/



* {
	margin: 0;
	padding: 0;
	outline: 0 !important;
}
img {
	border: 0;
	max-width: 100%;
}
body {
	font: 100% Calibri, Helvetica, sans-serif;
	border: none;
	background: #EEEEEE;
	color: #333;
	overflow: hidden;
}
html {
	font: 100% Calibri, Helvetica, sans-serif;
	border: none;
}
ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a, a:focus {
	text-decoration: none !important;
	color: inherit;
}
a:focus {
}
/*genral CSS*/

select option {
	padding: 2px 5px;
}
.form-control {
	border-radius: 2px;
	height: 26px;
	font: 13px Calibri;
}
/*genral CSS end*/





/*Login CSS*/

.container {
	width: 95%;
}
.alert h4 {
	margin: 0;
	font: 17px Calibri;
}
.login {
	background: rgba(0, 0, 0, 0) url("images/login-bg.jpg") no-repeat fixed center center / cover;
	position: fixed;
	width: 100%;
	height: 100%;
}
.loginIn {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
}
.loginLogo {
	width: 200px;
	position: absolute;
	left: 30px;
	top: 30px;
}
.loginBox {
	width:1200px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: auto;
	height: 331px;
}
.loginText {
	background: rgba(0,0,0,0.5);
	padding: 15px;
	border-radius: 3px;
	color: #fff;
	width: 850px;
	float: right;
}
.loginText h3 {
	font: bold 24px Calibri;
	margin: 0 0 15px;
}
.loginText p {
	font: 16px Calibri;
}
.lgnWrap {
	height: 231px;
	/*top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: auto;*/
	width: 300px;
	float: left;
}
.lgnFrm {
	text-align: center;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	padding: 15px;
	border: 1px solid #333;
	border-radius: 5px;
	margin: 0 0 15px;
}
.lgnFrm h3 {
	font: 22px Calibri;
	margin: 0 0 15px;
	color: #fff;
}
.lgn-inpt {
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	margin: 0 0 15px;
	padding: 2px 5px;
}
.lgn-sbt {
	width: 100px;
	height: 30px;
	border: none;
	background: #005399;
	color: #fff;
	border-radius: 3px;
	float: right;
}
/*Login CSS End*/



/*Header CSS*/



.header {
	/*background: #35394b;

	background-color: #43c1c2;

	background: linear-gradient(to right, #43c1c2 0%, #49d1b3 100%);

	background-repeat: repeat-x: */

	background: #63C74D;
}
.logo {
	float: left;
}
.logo img {
	height: 50px;
	padding: 5px 10px;
	display: block;
	float: left;
}
.barMenu {
	color: #fff;
	display: block;
	float: left;
	font-size: 22px;
	line-height: 50px;
	padding: 0 10px;
	margin-left: 5px;
	min-width: 43px;
	font-weight: normal;
	cursor: pointer;
}
.menu-btn {
	display: inline-block;
	padding: 2px 5px 0;
	border: 1px solid #ccc;
	background: #eee;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.menu-btn.expand {
	background: #00A65A;
	color: #fff;
	border: 1px solid #00A65A;
}
.user-acc {
	float: right;
	padding: 9px 15px 9px 0;
	position: relative;
	cursor: pointer;
}
.user-acc img.userImg {
	height: 30px;
	float: left;
	margin: 0 10px;
}
.logged-user {
	font: 16px/30px Calibri;
	float: left;
	display: block;
	position: relative;
	color: #fff;
}
.logged-user:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

	color: #fff;
	font-size: 14px;
	margin: 0 0 0 5px;
}
span.welcome-box {
	background: #fff none repeat scroll 0 0;
	display: none;
	position: absolute;
	right: 10px;
	top: 50px;
	width: 150px;
	border: 1px solid #eee;
	border-top: none;
	box-shadow: 0 4px 5px #999;
	z-index: 9999;
}
span.welcome-box h5 {
	font: bold 15px Calibri;
	padding: 0 0 0 10px;
	color: #58C359;
	display: none;
	margin: 0;
}
span.welcome-box ul {
	display: block;
	padding: 0;
	margin: 0;
}
span.welcome-box ul li {
	display: block;
	margin: 0 0 1px;
}
span.welcome-box ul li a {
	font: 14px/30px Calibri;
	color: #545454;
	display: inline-block;
	padding: 0 10px;
}
span.welcome-box ul li a i {
	font-size: 16px;
	margin-right: 10px;
}
/*Header CSS End*/



/*res Menu CSS*/

.resMenu {
	color: #fff;
	display: none;
	float: left;
	font-size: 22px;
	line-height: 50px;
	padding: 0 10px;
	margin-right: 10px;
	background: #333;
	min-width: 43px;
	font-weight: normal;
	cursor: pointer;
}
.resMenu.active {
	color: #58C359;
}
.resMenu span.bar {
	display: block;
}
.resMenu span.remove {
	display: none;
}
.resMenu.active span.bar {
	display: none;
}
.resMenu.active span.remove {
	display: block;
}
/*res Menu CSS End*/



/*sideMenu CSS*/

.sidemenu {
	background: #23282D;
	width: 175px;
	float: left;
	height: 610px;
	overflow: hidden;
	z-index: 999;
	box-shadow: 0 0 5px #999;
	position: relative;
}
.sidemenu h3 {
	font: bold 16px Calibri;
	color: #fff;
	margin: 15px 0 0;
	text-align: center;
}
.sidemenu ul {
	display: block;
	margin: 0;
	padding: 0 0 20px;
}
.sidemenu > ul {
	min-height: 400px;
}
.sidemenu ul li {
	display: block;
}
.sidemenu ul li a {
	font: bold 15px/35px Calibri;
	color: #72777c;
	display: block;
	padding: 0 5px;
	position: relative;
	max-height: 35px;
	overflow: hidden;
}
.sidemenu ul li a em {
	background: #ff0303;
	color: #fff;
	padding: 1px 4px;
	font-size: 10px;
	border-radius: 1px;
	font-family: calibri;
	font-style: normal;
}
.sidemenu ul li.hasSubMenu > a:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

	color: #72777c;
	font-size: 14px;
	margin: 0 10px 0 0;
	float: right;
	line-height: 35px;
}
.sidemenu ul li a i {
	margin: 0 5px 0 0;
	min-width: 15px;
	text-align: center;
}
.sidemenu ul li ul {
	background: #32373C;
	display: none;
}
.sidemenu ul li.active > ul {
	display: block;
	padding: 0 0 0 10px;
}
.sidemenu ul li ul.subMenu li a {
	background: none;
	font: 14px/35px Calibri;
	color: #72777c;
}
.sidemenu ul li a:hover {
	/*background: #78D469;*/

	background: #191E23;
}
.sidemenu ul li.activePage > a, .sidemenu ul li ul.subMenu li.activePage a {
	color: #fff;
	font-weight: bold;
}
.sidemenu ul li.activePage > a i, .sidemenu ul li ul.subMenu li.activePage a i {
	color: #fff;
}
.sidemenu ul li.active a {
	background: #58C359;
	/*background: #0073AA;*/

	display: block;
	color: #fff;
}
.sidemenu ul li.hasSubMenu.active > a::after {
	color: #fff;
}
.sidemenu ul li.hasSubMenu.active > a {
	font-weight: bold;
}
/*---Mini--*/



.sidemenu.mini {
	width: 50px;
	overflow: visible;
}
.sidemenu.mini ul li {
	position: relative;
}
.sidemenu.mini ul li.hasSubMenu::after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
    color: #72777c;
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 6px;
}
.sidemenu.mini ul li.hasSubMenu.active::after {
	color:#fff;
}
.sidemenu.mini ul li a span {
	display: none;
}
.sidemenu.mini ul li a i {
	font-size: 16px;
	margin: 0;
	width: 100%;
}
.sidemenu.mini ul li.hasSubMenu > a::after {
	display: none;
}
.sidemenu.mini ul li a {
	line-height: 35px;
}
.sidemenu.mini ul li.hasSubMenu ul.subMenu {
	display: none;
	left: 50px;
	padding: 0;
	position: fixed;
	margin: -35px 0 0;
	width: 175px;
	z-index: 999;
}
.sidemenu.mini ul li.hasSubMenu ul.subMenu ul.subMenu {
	left: 175px;
}
.sidemenu.mini ul li {
	position: relative;
}
.sidemenu.mini ul ul.subMenu li a span {
	display: inline-block;
}
.sidemenu.mini ul ul.subMenu li a i {
	width: auto;
	font-size: 14px;
}
.sidemenu.mini ul li ul.subMenu a {
	line-height: 40px;
}
.sidemenu.mini ul li.hasSubMenu:hover > ul.subMenu {
	display: block;
}
.sidemenu.mini ul li.activePage > a i, .sidemenu.mini ul li ul.subMenu li.activePage a i, .sidemenu.mini ul li.active > a i {
	color: #fff;
}
.sidemenu.mini ul li.hasSubMenu ul.subMenu ul.subMenu {
	left: 175px;
}
/*sideMenu CSS End*/


.sidemenu ul li ul.subMenu li a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sidemenu ul li ul.subMenu li span.cnt {
	background:#666;
	display:inline-block;
	border-radius:50%;
	min-width:17px;
	height:17px;
	margin:9px 0 0 0;
	text-align:center;
	font:9px/17px Calibri;
	color:#fff;
	float:right;
}
.sidemenu ul li ul.subMenu li span.cnt.recUk {
	background:#ff5d00;
}
.sidemenu ul li ul.subMenu li span.cnt.recAk {
	background:#016600;
}
.sidemenu ul li ul.subMenu li span.cnt.recOd {
	background:#A44CC1;
}
/*contentWrap CSS*/

.contentWrap {
	min-height: 400px;
	height: 610px;
	width: 1190px;
	float: left;
	background: #f9f9f9;
	overflow-x: hidden;
	overflow-y: scroll;
}
.content {
	padding: 25px;
}
.content-full {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 0 0 20px;
}
.content-left {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	float: left;
	margin: 0 0 20px;
	padding: 10px;
	width: 55%;
}
.content-right {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	border-top: 5px solid #34a853;
	float: left;
	padding: 10px;
	width: 375px;
	margin: 0 0 20px 30px;
}
.loaderAjax {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loading.gif) center no-repeat rgba(0,0,0,0.4);
}
/*contentWrap CSS End*/



/*tabs*/

ul.tabList {
	display: block;
	margin: 0;
	padding: 0;
}
ul.tabList li {
	display: block;
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 0 15px;
	font: bold 14px/30px Calibri;
	/*background:#0073AA;*/

	background: #58C359;
	color: #fff;
	min-width: 100px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 9;
	margin-right: 2px;
}
ul.tabList li.active {
	background: #fff;
	color: #333;
}
ul.tabList li span {
	display: block;
}
.tabBoxWrap {
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: -1px;
	padding: 10px;
}
.tabBoxWrap > .tabBox {
	display: none;
	width: 100%;
}
.tabBoxWrap > .tabBox.active {
	display: block;
}
.clsBtn {
	position: absolute;
	z-index: 99;
	top: 1px;
	right: 3px;
	line-height: 0;
	color: #F00;
}
.tabBox > iframe {
	width: 100%;
	height: 500px;
}
ul.tabList.dynmc li {
	background: #bfbfbf;
	color: #333;
}
ul.tabList.dynmc li.active {
	background: #fff;
	color: #333;
}
.subMenu:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
/*tabs end*/



/*Add Form CSS*/



/*Add Form CSS End*/



/*ListTable CSS*/

table.listTable {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #f6f6f6;
}
table.listTable h3.tblHd {
	font:bold 16px/24px Calibri;
	margin:0;
	color:#009C6B;
	padding:0 0 0 5px;
}
table.listTable tr th, table.listTable tr td {
	border: 1px solid #ccc;
	padding: 5px;
	font: 14px Calibri;
	color: #545454;
}
table.listTable tr td .mapBtn {
	white-space: unset;
	max-width: 200px;
}
table.listTable tbody tr:nth-child(odd) {
	background: #fff;
}
table.listTable tr th {
	font-weight: bold;
	background: #EEEEEE;
	color: #303030;
}
table.listTable tr td a.disabled {
	pointer-events: auto;
}
table.listTable tr td a.viewBtn {
	color: #286090;
}
/*ListTable CSS End*/



/*Form Start*/

.formBox {
	background: #fff;
	border: 1px solid #ccc;
}
.formBox h3 {
	background: #efefef;
	padding: 0 10px;
	font: bold 18px/35px Calibri;
	margin: 0;
	color: #545454;
}
.formBoxIn {
	padding: 10px 0;
}
.formBoxIn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.formBoxIn .form-group {
	margin: 0 0 10px;
}
.formBoxIn .form-group label {
	font: bold 13px Calibri;
	display:block;
}
.formBoxIn .form-group label span {
	color: #DC4739;
}
.form-group label span {
	color: #DC4739;
}
.formBoxIn .form-group input.form-control, .formBoxIn .form-group select {
	border-radius: 2px;
	height: 26px;
	padding: 0 5px;
	width: 99%;
}
.formBoxIn .form-group .btn {
	height: 26px;
	padding: 0 10px;
	margin-left: 5px;
}
.formBoxIn .form-group a.btn {
	line-height: 24px;
}
.form-inline .formBoxIn .form-group label {
	min-width: 100px;
	max-width: 100px;
	text-align: right;
}
.form-inline .formBoxIn .form-group input.form-control, .form-inline .formBoxIn .form-group select {
	width: 140px;
}
.addActive #addBtn {
	display: inline-block;
}
.addActive #editBtn {
	display: none;
}
.editActive #editBtn {
	display: inline-block;
}
.editActive #addBtn, .editActive #rstBtn {
	display: none;
}
/*Form End*/



#alertBx {
	display: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
	padding-right: 35px;
}
#alertBx i {
	display: none;
}
#alertBx h4 {
	margin: 0;
	font: 17px Calibri;
}
#alertBx button {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
#alertBx.info i.fa-info {
	display: inline-block;
}
#alertBx.warning i.fa-warning {
	display: inline-block;
}
#alertBx.error i.fa-ban {
	display: inline-block;
}
#alertBx.success i.fa-check {
	display: inline-block;
}
#alertBx.info {
	display: block;
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
#alertBx.warning {
	display: block;
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
#alertBx.error {
	display: block;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
#alertBx.success {
	display: block;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.loaderAjax {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loading.gif) center no-repeat rgba(0,0,0,0.4);
}
.srchBox {
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin: 0 0 10px;
	border-radius: 3px;
	padding: 10px 0 0;
}
.srchBox .form-group label {
	font: bold 13px Calibri;
	color: #333;
	display: block;
}
.srchBox .form-group input.form-control, .srchBox .form-group select.form-control {
	font: 14px Calibri;
	color: #000;
	border-radius: 2px;
	height: 26px;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	padding: 0 5px;
}
.srchBox .form-group .btn {
	height: 25px;
}
.locationParent {
	display: none;
}
.changePwdFrm {
	background: #fff;
	padding: 10px;
	border-radius: 2px;
}
.changePwdFrm h3 {
	font: bold 20px Calibri;
	color: #545454;
	margin: 0 0 10px;
}
.changePwdFrm label {
	color: #777;
	font: bold 16px Calibri;
}
.joinMargin {
	margin: 0 0 100px;
}
.joinFrm {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	margin: 15px auto 0;
	width: 900px;
}
.joinFrm h3 {
	background: #286090;
	border-radius: 2px 2px 0 0;
	color: #fff;
	font: bold 18px/35px Calibri;
	margin: 0 0 20px;
	padding: 0 10px;
}
.orderFormBox {
	font: 13px Calibri;
	border-top: 3px solid #0c0;
}
.orderFormBox h3 {
	font: bold 24px Calibri;
	margin: 0 0 15px;
	color: #0c0;
	padding: 5px 10px;
}
.orderFormBox .form-group lable {
	font: bold 14px Calibri;
}
span.myBal {
	display: block;
	width: 90%;
	margin: 3px auto;
	color: #ccc;
	border: 1px solid #ccc;
	padding: 2px;
	font: 13px Calibri;
	text-align: center;
}
.btn-group.bootstrap-select {
	height: auto;
}
.btn-group.bootstrap-select .btn.dropdown-toggle {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	margin: 0;
	height: 26px;
	padding: 2px 5px;
}
.btn-group.bootstrap-select .btn.dropdown-toggle.disabled {
	background: #ddd none repeat scroll 0 0;
}
.welcome-widget {
	margin: 10px 0 50px;
}
.welcome-widget:after {
	content: '';
	display: block;
	clear: both;
}
.dash-box {
	background: #ccc;
	border-radius: 5px;
	display: block;
	padding: 0;
	position: relative;
	color: #fff;
	margin-right: 1%;
	width: 24%;
}
span.count-box {
	display: block;
	padding: 0 0 15px 25px;
}
span.count {
	display: block;
	font: bold 30px/50px Calibri;
}
span.title {
	display: block;
}
span.more-info {
	display: block;
	text-align: center;
	padding: 5px 0;
	background: rgba(0,0,0,0.3);
	margin: 10px 0 0;
	border-radius: 0 0 5px 5px;
	font-size: 12px;
}
span.more-info a:hover {
	color: #fff;
}
.dash-box:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/

	color: rgba(0,0,0,0.3);
	font-size: 36px;
	padding: 15px;
	position: absolute;
	right: 0;
}
.dash-box.first {
	background: #00C0EF;
}
.dash-box.second {
	background: #9A59B5;
}
.dash-box.third {
	background: #00A65A;
}
.dash-box.fourth {
	background: #F39C12;
}
.dash-box.first:before {
	content: '\f062';
}
.dash-box.second:before {
	content: '\f156';
}
.dash-box.third:before {
	content: '\f063';
}
.dash-box.fourth:before {
	content: '\f156';
}
span.postBtn {
	display: block;
	font-weight: 600;
	color: cadetblue;
	cursor: pointer;
}
.orderDetailsWrap {
}
.orderDetailsWrap h3 {
	margin: 0 0 10px;
	font: bold 23px/25px Calibri;
	color: #545454;
}
.orderDetailsWrap h3 strong {
	color: blueviolet;
}
table.infoGrpWrap {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
table.infoGrpWrap tr td {
	font: 15px/25px Calibri;
	color: #545454;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
table.infoGrpWrap tr td.labelTd {
	min-width: 120px;
	max-width: 120px;
	width: 120px;
	font-weight: bold;
	margin: 0;
	color: #646464;
	padding-right: 2px;
}
.viewPrd {
	color: orange;
	font-weight: bold;
}
.viewPrd.disabled {
	color: gray;
}
.viewPrdImg {
	color: forestgreen;
	font-weight: bold;
}
.viewPrdImg.disabled {
	color: gray;
}
.masterSection {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 0 0 10px;
}
.orderDetails {
	padding: 10px;
	border-right: 1px solid #ccc;
-right
}
.orderDetails h4 {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 2px;
	color: #545454;
	font: 16px/30px Calibri;
	margin: 5px 0 15px;
	padding: 0 10px;
}
.orderDetails h4 span {
	margin: 0 5px;
	display: inline-block;
	font-weight: bold;
}
.orderDetails h4 span.toFlorist {
	color: coral;
}
.orderDetails h4 span.fromFlorist {
	color: dodgerblue;
}
.orderLog {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 10px;
}
.orderLog h3 {
	font: bold 18px Calibri;
	color: #545454;
	margin: 0 0 5px;
}
.has-error.bootstrap-select button.btn.dropdown-toggle {
	border: 1px solid #a94442;
}
.orderAction {
	padding: 10px;
}
.orderAction h5 {
	font: bold 18px Calibri;
	color: #777;
	margin: 0 0 5px;
}
.activeEdit > input, .activeEdit > select {
	border: 1px solid #ccc;
	height: 23px;
	padding: 0 5px;
	width: 100%;
	background: #FCFBBB
}
.floristName .dropdown-menu {
	right: 0;
	left: auto;
}
.actionInpt {
	display: none;
}
.statusBtn {
	background: #eee;
	border-radius: 2px;
	display: inline-block;
	font: 12px/14px Calibri;
	padding: 3px 5px;
	min-width: 70px;
	text-align: center;
	color: #fff;
	margin: auto;
}
.statusBtn.st25 {
	background: #ff8419;
}
.statusBtn.st26 {
	background: #4052B6;
}
.statusBtn.st27 {
	background: #F56954;
}
.statusBtn.st28 {
	background: #18b1ff;
}
.statusBtn.st29 {
	background: #A44CC1;
}
.statusBtn.st30 {
	background: #14B450;
}
.statusBtn.st31 {
	background: #ffcc00;
}
.statusBtn.st32 {
	background: #fc3c6c;
}
.statusBtn.st33 {
	background: #999999;
}
.statusBtn.st43 {
	background: #00a7aa;
}
.actionBtn {
	text-align: center;
	margin: 0 0 5px;
}
.actionBtn button {
	margin: 0 10px;
}
.actionBtn p.orPara {
	margin: 0;
	background: url('images/bgLine.jpg') repeat-x center;
	padding: 5px 0;
	font: bold 14px Calibri;
	color: #777;
}
.actionBtn p.extAmnt {
	background: #f6f6f6 none repeat scroll 0 0;
	border-radius: 3px;
	padding: 5px;
}
.actionBtn p.extAmnt strong {
	color: #fd4137;
}
.actionBtn p.extAmnt span {
	color: #6d23dc;
	padding: 0;
	background: none;
}
.actionBtn p span {
	background: #fff;
	padding: 0 8px;
}
.ntfPanel {
	float: right;
	cursor: pointer;
	position: relative;
}
span.ntfIcon {
	display: block;
	padding: 10px 15px 0;
	position: relative;
}
span.ntfIcon i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 28px;
	margin: 0;
}
span.ntfCount {
	background: #f00 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font: 10px/15px Calibri;
	height: 16px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 8px;
	width: 16px;
}
span.ntfBox {
	display: none;
	position: absolute;
	right: 0;
	width: 225px;
	z-index: 9999;
	box-shadow: 3px 3px 6px #aaa;
}
.ntfBox > h6 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	display: block;
	font: bold 13px/30px Calibri;
	margin: 0;
	padding: 0 10px;
}
.ntfBox > ul {
	background: #eee none repeat scroll 0 0;
	display: block;
	margin: 0;
}
.ntfBox ul li {
	border-bottom: 1px solid #ccc;
	display: block;
}
.ntfBox ul li a {
	display: block;
	padding: 0 10px;
	font: italic 13px/30px Calibri;
}
.ntfBox ul li a span {
	width: 16px;
	height: 16px;
	font: 10px/15px Calibri;
	background: #34A853;
	border-radius: 50%;
	display: block;
	text-align: center;
	float: right;
	color: #fff;
	margin: 7.5px 0;
}
#ntfAvl {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 0;
	bottom: 30px;
	color: rgb(84, 84, 84);
	font: 14px Calibri;
	padding: 10px 22px 10px 10px;
	position: absolute;
	right: 35px;
	cursor: pointer;
	display: none;
	border: 1px solid #999;
	box-shadow: 2px 2px 5px #999;
}
#ntfAvl::after {
	color: #999;
	content: "\f00d";
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 5px;
	position: absolute;
	right: 5px;
	text-decoration: inherit;
	top: 2px;
}
.creator {
	color:#fff;
	padding:5px;
	font:12px Calibri;
	text-align: center;
	position: absolute;
	z-index:9999;
	bottom:0;
	left:0;
	background: rgba(255,255,255,0.1);
	width:100%;
}
.sidemenu.mini .creator {
	display: none;
}
.creator a {
	color: #F39C12;
}
.creator a:hover {
	color: #63C74D;
}
#datepickerTo.form-control[readonly] {
	background: #fff;
}
#datepickerFrm.form-control[readonly] {
	background: #fff;
}
.datepickerMinTd.form-control[readonly] {
	background: #fff;
}
.datepickerMaxTd.form-control[readonly] {
	background: #fff;
}
.datepicker.form-control[readonly] {
	background: #fff;
}
.paymentBox {
	background:#fff;
	border: 1px solid #bbb;
	border-radius:2px;
	padding: 15px;
}
.paymentBox h3 {
	font:bold 24px Calibri;
	color:#404040;
	margin: 0 0 10px;
}
.paymentBox p {
	font:16px Calibri;
	color: #545454;
}
.paymentBox p a {
	color:blue;
}
p.withdrawPara {
	color: #fff;
	padding: 0 15px;
	font: bold 13px Calibri;
	margin: 0 0 10px;
}
.sidemenu.mini p.withdrawPara {
	display: none;
}
p.withdrawPara a {
	color:#63C74D;
}
.sendAmount {
	background:#fff;
	border: 1px solid #bbb;
	border-radius:2px;
	padding: 15px;
}
.sendAmount h3 {
	font:bold 24px Calibri;
	color:#404040;
	margin: 0 0 10px;
}
.sendAmount .form-group label {
	display: block;
}
/* For Firefox */
input[type='number'] {
	-moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.addMoreTable table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px;
	width: 100%;
	font: 14px Calibri;
}
.addMoreTable table tr td, .addMoreTable table tr th {
	border: 1px solid #ccc;
	padding: 3px;
}
.addMoreTable table tr th {
	background: #f6f6f6 none repeat scroll 0 0;
	color: #545454;
	padding: 5px;
	text-align: center;
}
.addMoreTable table tr td input.inputFld, .addMoreTable table tr td select, .addMoreTable table tr td textarea {
	width: 100%;
	height: 24px;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 2px 5px;
	font: 13px Calibri;
	color: #545454;
}
.addMoreTable table tr td input.inputFld.readonly, .addMoreTable table tr td select.readonly {
	background: #eee;
}
.numVal {
	text-align: right;
}