.top-stats-blk {
    margin:12px 0 10px;
}
.page-logo a {
    font:30px "martina-regular";
    display:inline-block;
    margin-top:2px;
    text-decoration:none;
    text-shadow:0 -1px 1px #f93, 1px 1px 1px #000;
    color:#c2c51c;
    opacity:0.8;
}

.page-logo a:hover {
    color:#fff;
}
/*Badges*/
span.badge,
.list-group-item.active>.badge {
    color: #fff;
    font-weight: 400;
    padding: 4px 7px;
}

span.label-u,
span.badge-u,
.list-group-item.active>.badge.badge-u {
    background: #72c02c;
}

span.label-blue,
span.badge-blue,
.list-group-item.active>.badge {
    background: #3498db;
}

span.label-red,
span.badge-red,
.list-group-item.active>.badge {
    background: #e74c3c;
}

span.label-green,
span.badge-green,
.list-group-item.active>.badge.badge-green {
    background: #2ecc71;
}

span.label-sea,
span.badge-sea,
.list-group-item.active>.badge.badge-sea {
    background: #1abc9c;
}

span.label-orange,
span.badge-orange,
.list-group-item.active>.badge.badge-orange {
    background: #e67e22;
}

span.label-yellow,
span.badge-yellow,
.list-group-item.active>.badge.badge-yellow {
    background: #f1c40f;
}

span.label-purple,
span.badge-purple,
.list-group-item.active>.badge.badge-purple {
    background: #9b6bcc;
}

span.label-aqua,
span.badge-aqua,
.list-group-item.active>.badge.badge-aqua {
    background: #27d7e7;
}

span.label-brown,
span.badge-brown,
.list-group-item.active>.badge.badge-brown {
    background: #9c8061;
}

span.label-dark-blue,
span.badge-dark-blue,
.list-group-item.active>.badge.badge-dark-blue {
    background: #4765a0;
}

span.label-light-green,
span.badge-light-green,
.list-group-item.active>.badge.badge-light-green {
    background: #79d5b3;
}

span.label-light,
span.badge-light,
.list-group-item.active>.badge.badge-light {
    color: #777;
    background: #ecf0f1;
}

span.label-dark,
span.badge-dark,
.list-group-item.active>.badge.badge-dark {
    background: #555;
}

.form-horizontal .control-label{
	text-align:left ;
}

.product-description{min-height:130px;}
.error{color:red;}
.has-error{border-color: red;}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings'; 
    content: "\e114";    
    float: right;        
    color: grey;         
}
.panel-heading .accordion-toggle.collapsed:after {
   content: "\e080";
}
.required-label::after{
    content:"*";
}
.fleft{
	float:left;
}
.fsize13{font-size:13px;}
.disabled,.disabled:hover {
    background: #f6f6f6;
    opacity:0.6;
    color:#888;
}
.pad0{padding:0;}

.pad10{padding: 10px!important;}
.invoice{margin:0} .invoice .invoice-logo{margin-bottom:20px}.invoice .invoice-logo p{padding:5px 0;font-size:16px;line-height:28px;text-align:right}.invoice .invoice-logo p span{display:block;font-size:14px}.invoice .invoice-logo-space{margin-bottom:15px}.invoice .invoice-payment strong{margin-right:5px}.invoice .invoice-block{text-align:right}.invoice .invoice-block .amounts{margin-top:20px;font-size:14px}
.form-section {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.config-mng .ui-tabs .ui-tabs-nav li a,
.config-mng .ui-state-active a,
.config-mng .ui-state-active a:link,
.config-mng .ui-state-active a:visited {
    color:#555;
    padding:10px 15px;
}
.config-mng .ui-tabs .ui-tabs-nav .ui-tabs-active {
    background:#fff;
    border-top:2px solid #36c6d3;
}
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
 
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;

  direction: ltr;
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
#staff_profit_price .toggle.btn {
    min-width: 140px/*90px*/;
}
.setstaff_profit, .setstaff_profitflat {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
}
#staff_profit_price .pull-left{margin-top: 10px;}
.spdiv{margin-bottom:10px;}
.spdiv label{min-width:100px;}
.mar0 {
    margin: 0;
}
.ml10 {
    margin-left: 10px;
}
#mailcompose_form label.error {
    display: none;
}
#userdiv label input[type=checkbox] {
    margin-right: 5px;
}
#userdiv label {
    margin-right: 10px;
}
/*member edit overview*/
.profile-wid .col-md-3 {
    max-width: 300px;
}
.profile-wid img{width:100%;max-height: 270px;}
ul.profile-nav li {
    position: relative;
    margin-bottom: 7px;
}
ul.profile-nav li a {
    color: #557386;
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 1px;
    background: #f0f6fa;
    text-decoration:none;
    border-left: solid 2px #c4d5df;
}
ul.profile-nav li a.profile-edit {
    top: 0;
    right: 0;
    margin: 0;
    color: #fff;
    opacity: 0.6;
    border: none;
    padding: 3px 9px;
    font-size: 12px;
    background: #000;
    position: absolute;
    text-decoration: none;
}
ul.profile-nav li a.profile-edit:hover {
    opacity:1;
}
ul.profile-nav li a:hover {
    color: #169ef4;
    background: #ecf5fb;
    border-left: solid 2px #169ef4;
}
.profile-overview .dl-horizontal dt {
    text-align: left;
    width: 120px;
}
.profile-overview .dl-horizontal dt, .profile-overview .dl-horizontal dd {
    margin-bottom: 6px;
}
.profile-overview .dl-horizontal dd {
    margin-left: 120px;
}
.profile-overview .dl-horizontal dd:before {
    content: ':';
    margin-right: 30px;
    display: inline-block;
}
.profile-overview .dl-horizontal dd:after{display: none;}
.profile-wid h4, .index-dashboard h4 {
    border-bottom: 1px solid #eeeded;
    font-size: 18px;
    margin: 0 0 15px;
    padding-bottom: 8px;
}
.invoice-block .amounts li strong span {
    float: right;
}
.invoice-block .amounts li strong {
    width: 60%;
    float: left;
    text-align: left;
}
.invoice-payment-details .dl-horizontal dt{text-align:left;font-weight:normal;}
.invoice-payment-details .dl-horizontal dt, .invoice-payment-details .dl-horizontal dd {margin-bottom: 6px;}
.invoice-payment-details .dl-horizontal dd:before {
    content: ':';
    margin-right: 30px;
    display: inline-block;
}
.spdiv .toggle-group{width: 150%;}
.spdiv .toggle.off .toggle-group{left: -50%;}
.spdiv .toggle-handle{width: 33.3%;}
.spdiv .toggle-group label{width:33.3%;padding:6px 5px;min-width:auto;text-align:center;}
.spdiv .toggle-off{left:auto;}
#staff_profit_price .profile-overview .dl-horizontal dd {margin-left: 140px;}
#staff_profit_price .profile-overview .dl-horizontal dt{margin-top:6px;width:140px;font-weight: normal;}
#staff_profit_price .profile-overview .dl-horizontal dd>span {min-width:100px;display:inline-block;}
#staff_profit_price dd input[type="text"]{width:100px;}
.graph_img.disable img {
    opacity: 0.2;
}
.disable .no_data {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.custom-navtabs .nav-tabs .dropdown:hover .dropdown-menu {
    display: block;
}
.custom-navtabs .nav-tabs .dropdown .dropdown-menu {
    margin:0;
}

.exp-collap span {
  cursor: pointer;
}

.exp-collap small {
  font-size: 14px;  
}

.separator {
  font-size: 12px;
  color: #9a9a9a;
  padding: 0 3px;
}

.fn_collapse_i {
  margin-top: 10px;
  cursor: pointer;
}


/*-- 1.1 - Dashboard
==========================*/
.index-dashboard div:first-of-type.row {
	border-bottom:1px solid #e0e0e0;
}

.index-dashboard .row .col-md-6 {
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#e0e0e0;
	min-height:236px;
}
.index-dashboard .row .col-md-9 {
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#e0e0e0;
	min-height:236px;
}

/* commented for balance details */
.index-dashboard .row [class*="col-"] {
	padding:15px;
	text-align:center;
}
/* commented for balance details */
.index-dashboard h2 {
	color:#888;
	font:600 40px "Open Sans", Arial, Helvetica, sans-serif;
	margin:0;
}

.index-dashboard h4 {
	border:0;
	font-weight:600;
	font-size:16px;
}

.index-dashboard h4.incm-dashbd {
	margin:0;
}

.incomebutton {
	min-width:75px;
}

.index-dashboard a {
	text-decoration:none;
}

.dashbd-disbl {
	font:bold 30px Arial, Helvetica, sans-serif;
	color:#ccc;
	/*padding:0 10px 0; */
	text-align:center;
}

.index-dashboard .quick-link {
	margin:15px 0;
}

.index-dashboard .quick-link,
.index-dashboard .action-req {
	text-align:left;
}

.index-dashboard .quick-link li {
	border-bottom:1px solid #f5f5f5;
	color:#666;
	padding:10px 0;
	position:relative;
}

.index-dashboard .quick-link li a {
	color:#666;
	margin-left:25px;
}

.index-dashboard .quick-link li i {
	transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	position:absolute;
	left:0;
}

.index-dashboard .quick-link li:hover i {
	left:8px;
}

.index-dashboard .quick-link li a:hover,
.index-dashboard .quick-link li:hover i,
.index-dashboard .quick-link li:hover a,
.index-dashboard .quick-link li:hover {
	color:#08c;
}
.reply-tckt p span {
	display:inline-block;
}

.index-dashboard .action-req li {
	border-bottom:1px solid #f5f5f5;
	margin:10px 0;
	overflow:hidden;
}

.index-dashboard .action-req li a {
	color:#575757;
	font-size:14px;
}

.index-dashboard .action-req span {
	font-size:20px;
	float:left;
	width:32%;
}

.index-dashboard .action-req span small {
	font-size:11px;
	display:block;
}

.index-dashboard .action-req span:nth-of-type(2) {
	display:inline-block;
	font-size:14px;
	vertical-align:text-top;
	width:68%;
}

.index-dashboard .tab-content {
	max-height:400px;
	overflow:auto;
}

/* added by Maria for dashboard balance*/
.index-dashboard .widget-header,
.index-dashboard .widget-body {
    background:#fff;
    border:1px solid #dedede;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
    padding:2px 5px 2px 18px;
}

.index-dashboard .widget-header {
    border-bottom-width:0;
}

.index-dashboard .widget-body {
    -webkit-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
    border-bottom-width:5px;
    border-bottom-color:#e5e5e5;
    margin-bottom:30px;
    padding:20px;
}

.index-dashboard .collapsed .widget-body {
    display:block;
}

.index-dashboard .widget-toolbar:before {
    border:none;
}

.index-dashboard .icon-chevron-up:before,
.index-dashboard .icon-chevron-down:before {
    color:#e6e6e6;
}

.index-dashboard .widget-header h4 {
    font-size:22px;
}

.index-dashboard .widget-toolbar input[type="text"] {
    float:left;
    height:30px;
    padding:0 10px;
    margin:4px 4px 0 0;
    width:50px;
}

.index-dashboard .widget-toolbar select {
    float:left;
    line-height:24px;
    margin:4px 4px 0 0;
}

.index-dashboard .widget-toolbar .btn {
    padding:1px 5px;
    margin-right:10px;
}

.index-dashboard .widget-main,
.index-dashboard .balance-tab .widget-body {
    padding:0;
}

.index-dashboard .chart-container {
    border-top:1px solid #e5e5e5;
    padding-top:15px;
}

.index-dashboard .widget-main label {
    padding:4px 10px;
}

.index-dashboard .widget-main .btn-primary {
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:3px 10px 4px;
    margin-left:15px;
}

.index-dashboard .dash-progress {
    margin:30px 0 0 15px;
}

.index-dashboard .dash-progress p,
.index-dashboard .balance-tab p {
    margin-bottom:3px;
}

.index-dashboard .table .border-abs td {
    padding:0 20px 4px;
    border:none;
}

.index-dashboard .progress {
    -webkit-border-radius:7px;
    border-radius:7px;
    height:10px;
    width:100%;
}

.dash-progress {
    line-height:normal;
}

.dash-progress span {
    color:#232b34;
}

.index-dashboard .pie-graph {
    min-width:320px;
    height:320px;
    max-width:320px;
}

.index-dashboard .table {
    margin-bottom:0;
}

.index-dashboard .table th,
.index-dashboard .table td {
    background-color:#ecf3f7;
    padding:8px 20px;
    font-size:14px;
}

.index-dashboard .table td {
    background-color:#fff;
}

.index-dashboard .balance-tab .widget-body {
    border-top:0;
}

.index-dashboard .balance-tab small {
    font-size:12px;
    color:#667280;
}

.index-dashboard .dash-vmore {
    font-size:11px;
    color:#a1b0ba;
}

.index-dashboard .dash-vmore span {
    font-size:14px;
}

.index-dashboard a:hover.dash-vmore {
    color:#2b7dbc;
}
/* eof added by Maria for dashboard balance*/


.pending-order {
	position:relative;
}

.pending-order .porder-status {
	border:10px solid #f4f4f4;
	border-radius:50% !important;
	font:600 20px/30px Arial, Helvetica, sans-serif;
	display:inline-block;
	height:85px;
	width:85px;
}

.porder-status span {
	display:block;
	margin-top:7px;
}

.porder-status strong {
	display:block;
	font-size:11px;
	line-height:normal;
}

.porder-tooltip {
	background:#fff;
    border-radius:5px;
    box-shadow:0 0 3px #888;
    display:block;
	left:-30px;
    position:absolute;
	text-align:left;
    top:10px;
    width:225px;
    z-index:-9;
}

.porder-tooltip:before {
	border-bottom:7px solid rgba(0, 0, 0, 0.2);
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    content:"";
    display:inline-block;
    left:102px;
    position:absolute;
    top:-8px;
}

.porder-tooltip:after {
	border-bottom:6px solid #eee;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    content:"";
    display:inline-block;
    left:103px;
    position:absolute;
    top:-6px;
}

div:hover.pending-order .porder-tooltip {
    top:81px;
	z-index:9999;
	transition:all 0.5s ease 0s;
}

.porder-tooltip ul li {
	margin-bottom:7px;
}

.index-dashboard button span {
	display:block;
}

.index-dashboard .row.dashbd-action [class*="col-"] {
	text-align:left;
}

.porder-tooltip .list-unstyled {
	margin-bottom:0;
}

.porder-tooltip .list-unstyled .list-inline {
	background-color:#f5f5f5;
	margin-left:0;
}

.porder-tooltip .list-unstyled .list-inline li {
	float:left;
	width:50%;
}

.porder-tooltip .list-unstyled .list-inline li a {
	color:#fff;
}

.porder-tooltip .list-unstyled .btn a,
.porder-tooltip > .list-unstyled .list-unstyled li a:hover {
	font-size:12px;
	color:#333;
}

.porder-tooltip > ul.list-unstyled > li {
	border-bottom:1px dashed #ddd;
	margin-bottom:0;
	padding:10px 10px 10px 7px;
	text-align:left;
}

.porder-tooltip > ul.list-unstyled > li:first-child {
	padding:10px 7px;
}

.porder-tooltip > .list-unstyled > li .list-unstyled {
	margin:7px -7px 0;
	padding-left:10px;
}

.porder-tooltip > .list-unstyled .list-unstyled li {
	margin-bottom:0;
	padding:4px 7px;
}

.porder-tooltip > .list-unstyled li.btn.default {
	border-color:#fff;
}

.porder-tooltip > .list-unstyled li.btn.default:last-of-type,
.porder-tooltip > ul.list-unstyled > li:first-child {
	border:none;
}

.porder-tooltip > .list-unstyled .list-unstyled li:before {
	content:"\f101";
	font-family:FontAwesome;
	font-size:12px;
	margin-right:3px;
}

.status-link a {
    font:14px;
    display:inline-block;
    margin-top:2px;
    text-decoration:none;
    color:#000;
    opacity:0.8;
}

.status-link a:hover {
    color:#fff;
}