.sellers-info{
	border-radius:6px;
	border:1px solid #ddd;
	margin-bottom: 20px;
}
.white-popup-block{
	padding: 15px;
	background-color: #fff;
	width: 450px;
	margin:0 auto;
	position: relative;
}
.sellers-info .banner_image{
	width:100%;
	height:130px;
	opacity:1;
	position:relative;
	z-index:1;
	 border-top-left-radius: 6px;
	 border-top-right-radius: 6px;
}
.sellers-info .image{
	padding: 10px;
    text-align: center;
    top:70px;
    left: 0;
    right: 0;
	position:absolute;
	z-index:2;
}
.multivendorseller .table thead td{
	background:#eee;
}
.vendormenulist .label{
	padding:0.6em .6em .6em;
	float:right;
}
.multivendorseller .table thead tr td{
	background-color:#eee;
}
.logo_image{
	border: 2px solid #ddd;
    box-sizing: border-box;
    color: #fff;
}
.sellers-info .caption{
	padding:10px;
	text-align:center;
	margin-top:35px;
	min-height: 200px;
}
.sellers-info .caption p{
	font-size:13px;
}
.sellers-info .caption h4 a{
	font-weight:bold;
	font-size:17px;
}
.sellers-info .storeurl{
	font-size:14px;
}
.sociallinks li a i{
	border-radius:35px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 15px;
    padding: 7px;
}
.sociallinks li {
	padding:5px 2px;
}
.fa-facebook {
  background:  #3B5998;
  color: white;
      width: 30px;
    height: 30px;
    padding: 7px;
}
.fa-instagram {
  background:   #125688;
  color: white;
      width: 30px;
    height: 30px;
    padding: 7px;
}
.fa-twitter {
  background:   #55ACEE;
  color: white;
      width: 30px;
    height: 30px;
    padding: 7px;
}
.fa-google {
  background:   #dd4b39;
  color: white;
      width: 30px;
    height: 30px;
    padding: 7px;
}
.fa-linkedin {
  background:    #007bb5;
  color: white;
      width: 30px;
    height: 30px;
    padding: 7px;
}
.fa-youtube {
  background:  #bb0000;
  color: white;
      width: 30px;
    height: 30px;
    padding: 7px;
}
.sellercard .box{
	text-align: center;
	border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}
.sellercard .box .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
    border: 2px solid #f1f1f1;
}
.sellercard .box .img img {
    width:100%;
    height:100%;
}
.sellercard .box h2 {
    font-size:20px;
    color:#262626;
}
.sellercard .box h2 span {
    font-size:14px;
    background:#999;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
    margin-top: 10px;
}
.sellercard .box p {
    color:#262626;
    text-align: left;
}
.sellercard .box p i{
	margin-right: 5px;
	color: #ccc;
}
.sellercard .box span {
    display:inline-flex;
}
.sellercard .box ul {
    margin:0;
    padding:0;
}
.sellercard .box ul li {
    list-style:none;
    float:left;
}
.sellercard .box ul li a {
    display:block;
    color:#aaa;
    margin:0 5px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.sellercard .box ul li:hover a {
    color:#000;
    transform:rotateY(360deg);
}
.sfilters{
	display: block;
    height: 40px;
    border: 1px solid #ccc;
    padding: 4px 0;
    margin-bottom: 20px;
	background:#eee;
}
/* dashboard  */
/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	color: #FFFFFF;
	transition: all 1s;
  text-align: left;
  float: none;
}
.tile-primary {
	background-color: #058266;
}
.tile-success {
	background-color: #53b953;
}
.tile-warning {
	background-color: #f3aa41;
}
.tile-danger {
	background-color: #e45847;
}
.tile:hover {
	opacity: 0.95;
}
.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
	font-size: 22px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	    font-size: 28px;
    color: #fff;
    margin-bottom: 8.5px;
    margin-top: 0;
}
.pcaption{
	padding:0 20px;
	margin-bottom: 10px;
}
@media(min-width:767px){
	.pcaption{
		min-height:175px;
	}
}
.nopadding{
/* 	padding-right:0; */
}
.tile-footer {
	padding: 5px 8px;
	background-color: rgba(0,0,0,0.1);
}
.heading
{
	margin-top: 0px;
    font-size: 27px;
    margin-bottom:15px;
}
.heading i
{
	font-size: 0.7em;
    overflow: hidden;
    padding-right: 5px;
	
}
.invoice_table thead>tr>td 
{
    text-align: center;
    padding: 16px 8px;
    vertical-align: top;
}
.invoice_table .mm_invoice a
{
	color:black;
}
#mm_tab_notification thead>tr>td
{
    text-align: center;
    padding: 16px 10px;
}
#mm_tab_notification .text-left
{
    text-align: left;
}
.ms-account .table tr th{
	background:#eee;
}
.col_s_3{
	width:25%;
	padding:5px;
	float:left;
}
.product-list .btn-primary{
	overflow: auto;
    margin: 10px;
}
.product-grid .btn-primary{
	margin: 10px;
}
@media(max-width:76px){
	.col_s_3{
	width:100%;
}
}
.coupon_table .mm_coupon
{
	width:100px;
	font-weight:bold;
}
.coupon_table .mm_coupon a
{
	color:black;
}
.mm_desc
{
	font-size: 11px;
    font-style: italic;
}
.tab_coupon fieldset
{
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
legend
{
	font-size: 18px;
    padding: 7px 0px;
    width: 22% !important;
    border-bottom: none !important;
}
.tab_coupon .ms-coupon-type-select
{
	max-width:200px;
	float:left;
	margin-right:20px;
}
.tab_coupon .tab_value
{
	max-width:100%;	
}
.tab_coupon .max-uses-input
{
	float:left;
}
.button
{
	margin: 16px 0px 16px 0px;
}
.no-result
{
	font-size:14px;
}
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
    background-color: white;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}


.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {height: 18px; background-color: #4CAF50;}
.bar-4 {height: 18px; background-color: #2196F3;}
.bar-3 {height: 18px; background-color: #00bcd4;}
.bar-2 {height: 18px; background-color: #ff9800;}
.bar-1 {height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}


.nav > li > a
{
  padding: 8px 12px;
}

#content
{
  padding-left: 15px;
  padding-right: 15px;  
  padding-top: 15px;
  padding-bottom: 15px;
}