@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
html,body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  /*background: #f9f9f9;*/
  background: #fff;
  font-weight:400;
}

/*------header------*/
.font300 { font-weight:300 !important;}
.font300-italic { font-weight:300 !important; font-style:italic;}
.font400-italic { font-weight:400 !important; font-style:italic;}
.font600-italic { font-weight:600 !important; font-style:italic;}
.font400 { font-weight:400 !important;}
.font600 { font-weight:600 !important;}
.font-lg { font-size: 150%;}
.margin0auto { margin:0 auto !important;}
.margintop5 { margin-top:5px !important;}
.margintop10 { margin-top:10px !important;}
.margintop15 { margin-top:15px !important;}
.margintop20 { margin-top:20px  !important;}
.marginbottom5 { margin-bottom:5px !important;}
.marginbottom10 { margin-bottom:10px !important;}
.marginbottom15 { margin-bottom:15px !important;}
.padding15 { padding:15px;}
.d-block { display: block;}
.d-inlineblock { display: inline-block;}

#logo { float:left; width:240px; margin:0.4em 0;}
.border-none { border:none !important;}
.form-control { height: auto;}

.valign-middle{ vertical-align:middle !important}
.popshow { cursor:default; z-index:999999;}
.bold-border { border-bottom:solid 3px #ddd; margin-top:0.5em;}
.btn-primary { background-color:#5cb85c;}

.btn {box-shadow:none !important;
-webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
}
.btn-link {color:#4a95c1;}
.btn-link:hover {color:3ea0da;}
.btn-rounded, .btn-rounded:hover {
    border:solid 1px #ccc;
    background-color: #f1f1f1;
    border:none;
    border-radius:20px;
    color:#333333;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
}
.btn-rounded:hover { background-color: #4ebd4a; color: #fff;}

.btn-bordered { border: solid 1px; padding: 5px 10px; border-radius:2px;}



/*----------left panel--------*/
#leftpanel-hold { vertical-align:top; width:210px; background-color:#2D2D2D; color:#000; padding:2em 0 0em 0; border-right:solid 1px #e5e5e5; height:100%;}
#rightpanel-hold { vertical-align:top; background-color:#ffffff;}

.leftpanellinks ul { margin:0; padding-bottom:1em; margin-bottom:1em; list-style:none;}
.leftpanellinks h2 { text-transform:uppercase; padding-left:15px; font-weight:bold; font-size:14px; margin-bottom:0.5em; color:#FFFFFF;}
.leftpanellinks h2 a { color:#FFFFFF;}
.leftpanellinks ul li { line-height:25px;}
.leftpanellinks ul li a { padding-left:15px; display:block; border-bottom:solid 1px #444444; color:#FFFFFF;}
.leftpanellinks ul li a:hover, .leftpanellinks ul li a.active { text-decoration:none; background-color:#121212; border-bottom:solid 1px #333333; color:#fff;}

.pos-links ul { margin:0; padding-bottom:1em; margin-bottom:1em; list-style:none;}
.pos-links h2 { text-transform:uppercase; padding-left:15px; font-weight:bold; font-size:14px; margin-bottom:0.5em;}
.pos-links h2 a {}
.pos-links ul li { line-height:25px;}
.pos-links ul li a { padding-left:15px; display:block; border-bottom:solid 1px #444444;}
.pos-links ul li a:hover, .pos-links ul li a:active { text-decoration:none; background-color:#121212; border-bottom:solid 1px #333333; color:#fff;}

.boardheading {/* background:url(../images/dashboard-heading.gif) repeat-x;*/border-bottom:solid 1px #e2e6f7; min-height:35px; margin-bottom:1em;}
.boardheading h1 {font-size:22px; font-weight:normal; color:#474747; line-height:50px; padding-left:20px;}

.shipping-content, .based-amt, .box { display: none;}
.nav-tabs li a { outline:none !important;}
.bg-white { background-color:#fff !important;}
.padding0 { padding:0 !important;}.padding8 { padding:8px !important;}.padding10 { padding:10px !important;}.padding15 { padding:15px !important;}.padding20 { padding:20px !important;}.margin-top5 { margin-top:5px !important;}.margin-top10 { margin-top:10px !important;}.margin-top15 { margin-top:15px !important;}.margin-top20 { margin-top:20px !important;}.margin0 { margin:0 !important;}.margin-bottom0 { margin-bottom:0px !important;}.margin-bottom5 { margin-bottom:5px !important;}.margin-bottom10 { margin-bottom:10px !important;}.margin-bottom15 { margin-bottom:15px !important;}.margin-bottom20 { margin-bottom:20px !important;}.margin-left5 { margin-left:5px !important;}.margin-left10 { margin-left:10px !important;}.margin-left15 { margin-left:15px !important;}.margin-left20 { margin-left:20px !important;}.padding-left0 { padding-left:0px !important;}.bg-black { background-color:#333 !important;}

.margin-top1em { margin-top:1em !important;}.margin-top1-5em { margin-top:1.5em !important;}
.margin-bottom1em { margin-bottom:1em !important;}.margin-bottom1-5em { margin-bottom:1.5em !important;}
.margin0-auto { margin:0 auto !important;}

.padding-bottom1em { padding-bottom:1em !important;}
.padding-top1em { padding-top:1em !important;}.padding-top1-5em { padding-top:1.5em !important;}

.text-heightlight {background-color:#fffdce; padding:3px 6px; color:#000;}
.text-uppercase { text-transform:uppercase}
.bg-heightlight { background-color:#eef6fb; padding:1.3em; border:dashed 2px #cee4ef;}

.tab-content-border { border:solid 1px #dddddd !important; border-top:none !important; margin-bottom:1em;}


/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
    #leftpanel-hold, #rightpanel-hold  { display:block; width:100%;}
}

.div-bottom-border { border-bottom:solid 1px #E3E3E3; padding-bottom:5px; margin-bottom:5px; }

.bg-active { background-color: #f5f5f5 !important; }
.bg-success { background-color: #dff0d8 !important; }
.bg-danger { background-color: #f2dede !important; }
.bg-warning { background-color: #fcf8e3 !important; }
.bg-info { background-color: #c4e3f3 !important; }

#loading-header { display:block; position:absolute; z-index:215; text-align:center; width:100%; top:0px; padding-top:4%; }
.tag .tag-loader {
    display: inline-block;
    color: #000;
    background: none repeat scroll 0% 0% #FCF5D9;
    font-weight: 700;
    border: 1px solid #E8C48C;
    padding: 5px 10px;
    margin-top: 13px;
    margin-right: 0px;
    box-shadow: 0px 0px 11px -4px rgba(0, 0, 0, 0.71);
    z-index: 9999;
}
.tag > span {
    position: relative;
    display: block;
    margin: 0px 5px 5px 0px;
    padding: 3px 7px;
    border: 1px solid #CBDBEE;
    background: none repeat scroll 0% 0% #E9F3FF;
    color: #647F9E;
    border-radius: 2px;
    -moz-user-select: none;
}

/*------------links for web POS--------*/
.pos-leftlink-hold { max-width:250px;}

.posbreadcrumb { background:none !important; border-radius:0; border-top:solid 1px #eeeeee; border-bottom:solid 1px #eeeeee; padding:2px 0; margin-bottom:0.5em;}
.posbreadcrumb a { font-size:10px; color:#474747;}

#nav li ul {display: none;}
.pos-links h2, .pos-links ul li a { padding-left:0;}
.pos-links ul { background:none; padding-bottom:0;}
.pos-links ul li { line-height:28px;}
.pos-links ul li a { padding-left:0.5em; border-bottom:solid 1px #dce1f3; border-top:solid 1px #fff; outline:none; text-decoration:none;
}
.pos-links ul li a:hover, .pos-links ul li a.active { background-color:#e9e8e8; border-bottom:solid 1px #d3d8eb; border-top:solid 1px #fff; color:#333;}

.pos-products { max-width:250px;}
.pos-item { display:block; width:100%; max-height:200px; }

#price-preview {
    font-size:16px;
    margin-bottom: 0.6em;
}

.rotate30 {
/*General*/
transform: rotate(-30deg);
/*Firefox*/
-moz-transform: rotate(-30deg);
/*Microsoft Internet Explorer*/
-ms-transform: rotate(-30deg);
/*Chrome, Safari*/
-webkit-transform: rotate(-30deg);
/*Opera*/
-o-transform: rotate(-30deg);
/*alter opacity*/
opacity:1;
filter:alpha(opacity=100);
}

label.error {
    background-image: url(../images/caution.png);
    background-position:0px 3px;
    background-repeat:no-repeat;
    display:block;
    padding-left: 20px;
    color: #990000;
    padding-top: 5px;
    font-weight:normal;
	text-align:left;
}

input.error[type="text"] {
    border: 1px solid #DD7D89;
    box-shadow: 0px 0px 6px #F2DDDA;
    -moz-box-shadow: 0px 0px 6px #F2DDDA;
    -webkit-box-shadow: 0px 0px 6px #F2DDDA;
}
.text-red { color:#990000 !important;}
.text-green { color:#22A61C !important;}
.text-black { color:#000 !important;}

.div-report { background: #fffFFF;}
.div-report a { display:block; padding:0.6em 1em; border:solid 1px transparent;
-webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
    background-color: #fbfbfb;
}
.div-report a:hover {
    border:solid 1px; 
    transition: width .3s; 
    background: none;
    box-shadow: 0px 0px 6px #f8f8f8;
    -moz-box-shadow: 0px 0px 6px #f8f8f8;
    -webkit-box-shadow: 0px 0px 6px #f8f8f8;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
}

/* Pagination CSS */
.paging { padding:10px 0px 0px 0px; text-align:center; font-size:13px;}
.paging > a,
.paging > span {
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  background-color: #428bca;
  border-color: #428bca;
}

.paging a, .paging a:visited {
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #428BCA;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
}

.paging > a:hover,
.paging > span:hover,
.paging > a:focus,
.paging > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.paging > a.active,
.paging > span.active {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.paging span.prn { color:#aaa; background:none; cursor: default; border:none; padding:5px; }
.paging a.prn, .paging a.prn:visited { background:none; border:1px solid #eee;}
.paging a.prn:hover { border-color:#000;}
.paging p#total_count{ padding-top:8px; padding-left:18px;}
.paging p#total_display{ padding-top:10px;}
/* Pagination CSS */

.align-top { vertical-align:top !important;}
.block-dashed-bdr { border-bottom:dashed 1px #ddd; padding-bottom:1em; margin-bottom:1em;}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {
.store-url { position:relative; margin-top:0em !important; }
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
}
.button { margin-top:0;}
.block-dashed-bdr {}
.arrow-indication:before { border:none; display:none;}
.margintop10xs { margin-top:10px !important;}
}

.ico-help {float:right;}
.ico-help .tooltip1 { background-color:#eee; display:block; padding:3px 6px; text-decoration:none; border-radius:45%; color:#aaa; font-weight:300; cursor:help;
}
.ico-help .tooltip1:hover { background-color:#ccc; color:#fff;}

table.borderless tbody tr td, table.borderless thead tr th {
    border: none;
}


/* Shailesh Overlay Div */
/* just maintain some attributes like display & position, and everything is changeable */
.bgCover { z-index:9999; background-color:rgba(0,0,0,0.8) !important; position:fixed; left:0; top:0; width:100%; height:100%; display:none; overflow:hidden; }
.overlayBox {
    z-index:10000;
    position:fixed;
    display:none;
    top:40% !important;
    left:50% !important;
    margin-left:-133px;
    background-color:#EFEFEF;
    padding:10px 20px 15px 20px;
    text-align:center;
    border-radius:5px;
}

.heading-center { text-align:center; position:relative; margin:2em 0}
.heading-center:before { position:absolute; content:''; display:block; width:100%; height:2px; top:23px; border-bottom:solid 1px #ddd; z-index:100;}
.heading-center span { font-size:28px; background-color:#eee; color:#4a4a4a;  border-radius:50% 50%; position:relative; z-index:101; padding:0.09em 0.4em;}

.welcomepage-bg{/*background:url(../images/welcome-page-bg.jpg) top repeat-x #fff;*/ background-color:#f5f5f5; color:#2b3f48; min-height:100%; height:100%;}

.welcome-logo { margin-top:3.5%; margin-bottom:1em}
.welcome-logo .logo { max-width:400px; margin:0 auto; margin-top:20px; clear:both; text-align:center; margin-bottom:1em;}
.welcome-logo .logo a { text-decoration:none; margin-left:-20px;}
.welcome-logo .logo a span { font-size:28px; font-weight:600; vertical-align:top;line-height:60px; color:#aaa;}
.welcome-logo img { width:100%; max-width:320px;}
.welcome-logo h2 { font-weight:400;}
.welcome-logo p { line-height:20;}
.welcomepage-bg figure{display:table-cell;vertical-align:middle;height:200px;width:350px;}
.welcomepage-bg figure img{margin:0 auto;}
.welcomepage-bg .welcome-steps {margin-top:20px;}
.welcomepage-bg .btn-default:hover,.welcomepage-bg .btn-default:hover small { background-color:#5cb85c; color:#fff;}
.welcome-logo form .form-control,.welcomepage-bg .btn{ border-radius:0; min-height:40px; font-size:1.2em}
.welcomepage-bg .btn small { padding:0 4px;}
.welcome-logo form label { font-weight:normal}
.welcome-logo form .btn { padding-left:2em; padding-right:2em;} 
.welcomepage-bg a.btn{padding:0.5em 2em;margin-top:2em;}

.button-default{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;background-color:#ccc;border:none;}
.button-primary{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;background:#409844;color:#fff;border:none;}
.button-primary:hover{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;background:#358c39;color:#fff !important;}
.button-white{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;border:2px solid #fff;padding:0.3em 1em 0.3em 1em;color:#fff;}
.button-white:hover{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;border:2px solid #409844;color:#fff;background-color:#409844;}
.button-black{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;border:2px solid #545454;padding:0.3em 1em 0.3em 1em;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}
.button-black:hover{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;letter-spacing:2px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;color:#000;text-decoration:none;display:inline-block;border:2px solid #409844;color:#fff;background-color:#409844;}
.btn-block,.btn-block:hover{display:block;width:100%;}
/*
.btn-xs{padding:0.1em 1.3em 0.1em 1.3em;font-size:12px;font-weight:400;}
.btn-sm{padding:0.2em 2em 0.2em 2em;}
.btn-md{padding:0.4em 2em 0.4em 2em;}
.btn-lg{padding:0.7em 3em 0.7em 3em;}
*/
.radius-none,.radius-none:hover{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.select2-container .select2-choice {
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 0px !important;
}
.select2-results__option[aria-selected=true] {
	display: none !important;
}
.themes { position:relative; margin-bottom:1.5em; overflow:hidden}
.themes .theme-active { background-color:rgba(0, 0, 0, 0.5); position:absolute; font-size:1.4em; color:#fff; text-align:center;height:100%; width:100%; z-index:999;}
.themes .theme-active span { position:relative; display:inline-block; top:35%; padding:1em 1.5em;}
.themes .theme-active span .fa { font-size:200%;}

.themes .theme-pic { max-height:480px; overflow:hidden; border:solid 1px #ddd; background-color:#fff;box-shadow: 3px -6px 6px 2px rgba(0, 0, 0, 0.10); border-top:none;}
.themes .template-img { width:100%;}
.themes .themes-button{
	padding-top:1.2em;
	transition:visibility 0s linear 0.1s,opacity 0.2s linear;
}
.themes h2 {
	margin-top:10px;
	color:#333;
	font-size:2em;
	font-weight:bold;
}
.colpick{ z-index:11;}

/*-----23feb2016----*/
@media screen and (min-width: 768px) {
	.featured-product li {width:10.8%;}
}
.featured-product { list-style:none; margin:0; padding:0; padding-bottom:1em; color:#4a4a4a;}
.featured-product li {
	margin-right:0.40%;
	margin-bottom:3px;
	float:left;
	text-align:center;
	padding-top:2px;
	padding-bottom:5px;
	background-color:#fbfbfb;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.featured-product li:hover { background-color:#f4f4f4; }
.featured-product li a { display:block; margin-bottom:0.5em; min-height:80px;}
.featured-product li h6 {
	margin:0;
	line-height:normal;
	font-size:11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:5px;
}
.featured-product li .option {margin:0; padding-right:0; height:35px;}
.featured-product li img { max-height:80px;}

    .verification-bg {background:url(../images/block-gray-pattern.gif); padding:2.5em 1em 3.5em 1em;}
.verification-panel-hold {max-width:880px; margin:0 auto;}
.white-box {
	background-color:#fff;
	padding:1.5em;
	display:block;
	margin-bottom:1em;
	clear:both;
    -webkit-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 7px -4px rgba(0,0,0,0.45);
	min-height:245px;
}
.white-box .circle-icon { position:absolute; top:-25px; left:35px;}
.white-box hr { margin-bottom:2em;}
.white-box p,.white-box a { font-size:16px; color:#7a7a7a; font-weight:600; margin-bottom:20px;}
.white-box a {padding:5px 0; clear:both; background:none; font-weight:bold; color:#60c060; text-decoration:underline; cursor:pointer;}
.white-box a:hover {color:#4fab4f;}
@media screen and (max-width: 768px) {
	.verification-border { border-bottom:solid 1px #ccc; margin-bottom:1em;}
}
@media screen and (min-width: 769px) {
	.verification-border { border-right:solid 1px #ccc;}
}
.verification-modal .modal-content {border-radius:0; padding:25px; padding-top:8px}
.verification-modal .modal-header { text-align:center;}
.verification-modal .modal-footer { border:none; text-align:center; margin:0; padding-top:5px;}
.verification-modal .control-label { text-align:left}
.verification-modal .form-control { border-radius:0}
.verification-modal .modal-body { padding-bottom:0}
.verification-modal .modal-header .close { padding:8px; margin-top:-8px; margin-right:-8px;}
@media screen and (min-width: 769px) {
	.verification-modal .modal-dialog { max-width:500px;}
}

/*--------------------------------------------------
		Featured Product Tabbing Styles
  --------------------------------------------------*/
  	#parentVerticalTab { position:relative; max-width:1350px;}
	.category-indicator { position:absolute; top:-5px; left:0; font-weight:bold; font-size:115%;}
	.category-indicator .fa { margin-left:10px; color:#aaa;}
	.fd-cate-heading { margin:0; color:#727d86; border-bottom:solid 1px #d0d4d7; line-height:40px; margin-bottom:1.5em;}
	.sub-cat-hold {
		padding:15px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.sub-cat-hold:hover { background-color:#f6f5f5;}
	.sub-cat-hold:hover .fd-cate-heading { color:#000;}
	ul.resp-tabs-list, p {margin: 0px;padding: 0px;}
	.resp-tabs-list li {
		display: inline-block;
		padding: 13px 15px;
		margin: 0 4px 0 0;
		list-style: none;
		cursor: pointer;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.resp-tabs-container { padding: 0px;background-color:#fff;clear:left;}
	h2.resp-accordion {cursor: pointer;padding: 5px;display:none;}
	.resp-tab-content { display: none;}
	.resp-tab-active {
		border-bottom: none;
		margin-bottom: -1px !important;
		padding: 12px 14px 14px 10px !important;
		border: 1px solid #3e8ebd !important;
		border-top: 4px solid #3e8ebd !important;
		border-bottom: 0px #fff solid !important;
	}
	.resp-tab-active { border-bottom: none;background-color: #fff;}
	.resp-content-active, .resp-accordion-active {display: block;}
	.resp-tab-content { border: 1px solid #c1c1c1;border-top-color: #5AB1D0;}
	h2.resp-accordion {
		font-size: 14px;
		font-weight:bold;
		border: 1px solid #c1c1c1;
		border-top: 0px solid #c1c1c1;
		margin: 0px;
		padding: 10px 15px;
	}
	h2.resp-tab-active {
		border-bottom: 0px solid #c1c1c1 !important;
		margin-bottom: 0px !important;
		padding: 10px 15px !important;
	}
	h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}

	/*-----------Vertical tabs-----------*/
	.resp-vtabs ul.resp-tabs-list {float: left; width: 20%;}
	.resp-vtabs .resp-tabs-list li {
		display: block;
		padding: 15px 12px !important;
		margin: 0 0 4px;
		cursor: pointer;
		float: none;
		font-weight:bold;
	}
	.resp-vtabs .resp-tabs-container {
		padding: 0px;
		background-color: #fff;
		border: 2px solid #d0d4d7 !important;
		float: left;
		width: 80%;
		min-height: 250px;
		clear: none;
	}
	.resp-vtabs .resp-tab-content {border: none;word-wrap: break-word; min-height:400px;}
	.resp-vtabs li.resp-tab-active { 
		position: relative;
		z-index: 1;
		margin-right: -1px !important;
		padding: 14px 15px 15px 14px !important;
		border-top: 1px solid;
		border: 1px solid #3e8ebd !important;
		border-left: 4px solid #3e8ebd !important;
		margin-bottom: 4px !important;
		border-right: 1px #FFF solid !important;
	}
	.resp-arrow {
		width: 0;
		height: 0;
		float: right;
		margin-top: 3px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #3e8ebd;
	}
	
	h2.resp-tab-active span.resp-arrow {
		border: none;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #9B9797;
	}
	/*-----------Accordion styles-----------*/
	h2.resp-tab-active { background: #DBDBDB;/* !important;*/}
	.resp-easy-accordion h2.resp-accordion { display: block;}
	.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1;}
	.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1;/* !important;*/}
	.resp-jfit { width: 100%; margin: 0px;}
	.resp-tab-content-active {display: block;}
	h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1;/* !important;*/}

	/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
	@media only screen and (max-width: 768px) {
		ul.resp-tabs-list { display: none;}
		h2.resp-accordion { display: block;}
		.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;}
		.resp-vtabs .resp-tabs-container {
			border:none;
			float:none;
			width:100%;
			min-height:100px;
			clear:none;
		}
		.resp-accordion-closed { display: none !important;}
		.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
		.category-indicator { display:none;}
		.m-center { text-align:center; margin:0 auto; margin-bottom:0.5em;}
	}
	@media only screen and (min-width: 769px) {
		.resp-vtabs li.resp-tab-active {
                    border:none !important;
                    background-color:#3e8ebd !important;
                    color:#fff;
		}
	}

/*	=======================================================
	Product Upload Multiple Language
	=======================================================*/
	.language-tab .nav-tabs, .support-tab .nav-tabs { text-align:center;}
	.language-tab .white-box-panel {margin-bottom: 1.2em;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		min-height:130px;
	}
	.language-tab .tab-content { margin:0 auto;}
	.language-tab .nav-tabs li, .support-tab .nav-tabs li { float:none; display:inline-block; border-radius: 6px 6px 0 0;}
	.language-tab .nav > li > a { padding: 10px 25px;}
        .support-tab .nav-tabs li { font-weight: bold; min-width: 140px;}
	.language-tab .nav-tabs > li.active > a,
	.language-tab .nav-tabs > li.active > a:hover,
	.language-tab .nav-tabs > li.active > a:focus
	{
		background-color: #efefef;
	}
	.language-tab .nav-tabs li img {padding-right:0.3em;}
	.language-tab .tab-content .tab-pane {padding:1.5em 0;}
	
	.language-tab .fa-info-circle {background:none;border:none;font-size:18px;color:#ccc;line-height:20px;}
	.language-tab .fa-info-circle:hover { color:#3c8dbc;}
	
	.language-tab .popover {font-size:14px;line-height:22px;border-radius: 3px;}
	.language-tab .popover-content { padding:16px;min-width: 230px;}
	.language-tab .popover .close {font-size:20px; padding:5px 8px;}
	.note-editor .btn-sm {padding: 5px 0.5em;}
	
	.pricing-section { padding-top:0; padding-left:15px; padding-right:15px; padding-bottom:0}
	.pricing-section .pricing-block {margin-left:-15px; margin-right:-15px; padding:20px 20px 20px 22px;}
	.pricing-section .wholesale-block {margin-left:-15px; margin-right:-15px; padding:20px 20px 20px 22px; background-color:#e6e6e6;}
	
	.formRow {position: relative;width: 100%; margin:0.7em 0;}
	.formRow--item {display: block;width: 100%;}
	.formRow--input {
	  position: relative;
	  padding: 15px 20px 11px;
	  width: 100%;
	  outline: none;
	  letter-spacing: .2px;
	  resize: none;
	  -webkit-transition: all .1s ease;
	  transition: all .1s ease;
	}
	.formRow--input-wrapper {
	  position: relative;
	  display: block;
	  width: 100%;
	}
	.formRow--input-wrapper.active .placeholder {
	  top: -7px;
	  background-color: #ffffff;
	  text-transform: uppercase;
	  letter-spacing: .8px;
	  font-size: 11px;
	  line-height: 14px;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	}
	.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
	  color: #fec8c9;
	}
	.formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
	  border-color: #000;
	}
	.formRow .placeholder {
	  position: absolute;
	  top: 50%;
	  left: 8px;
	  display: block;
	  padding: 0 10px;
	  color: #95989a;
	  white-space: nowrap;
	  letter-spacing: .2px;
	  font-weight: normal;
	  font-size: 16px;
	  -webkit-transition: all, .1s;
	  transition: all, .1s;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  pointer-events: none;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}
	.clickable label {
		cursor: pointer;
		border-bottom: 1px solid #000;
		font-family: Arial, sans-serif;
	}
	.clickable .appear{
		display: none;
		background: black;
		color: #fff;
		padding: 10px;
	}
	.clickable input {display: none;}
	.clickable input:checked ~ .appear {
		display: block;
	}
	.clickable label {
		cursor: pointer;
		border-bottom: 1px solid #000;
	}
	.clickable .appear { 
		display: none;
		background: black;
		color: #fff;
		padding: 10px;
	}
	.clickable input {display: none;}
	.clickable input:checked ~ .appear {
		display: block;
	}
	.seo-preview { margin-top:1.5em;}
	.moq { margin-left:-15px;}
	
	
	@media only screen and (max-width: 767px) {
            .language-tab .tab-content .tab-pane {
                padding: 1.5em 0;
            }
            .moq { margin-left:0;}
            .support-tab .nav-tabs li > a {color: #000;}
            .text-xs-center { text-align: center !important;}
	}

	input.extraimg { display: none; visibility: hidden;}	
	.labelimg, .labelimg:hover { display: block; padding: 0.5em;color:#3c8dbc; font-weight:normal; cursor:pointer;}
	.labelimg:hover { text-decoration:underline}
	.labelimg::before {
	  content: "-";
	  vertical-align: text-top;
	  display: inline-block;
	  width: 22px;
	  height: 22px;
	  line-height:20px;
	  margin-right: 3px;
	  border-radius:50%;
	  text-align:center;
	  font-size:20px;
	  background-color:#3c8dbc;
	  color:#fff;
	  font-weight:bold;
	}
	#expand { height:auto; transition: height 0.1s;}
	#imgtoggle:checked ~ #expand {
	  height: 0px;
	  overflow: hidden;
	  transition: height 0.1s;
	  color: #FFF;
	}
	#imgtoggle:checked ~ label::before { content: "+";}
	.select2-container-multi .select2-choices .select2-search-choice {padding: 10px 5px 10px 18px!important; background:none !important; background-color:#e7e7e7 !important;margin: 5px 0 3px 5px!important; font-weight:bold;}
	.select2-search-choice-close {top: 10px!important;}

#tblproduct-variants .input-sm {padding: 5px 2px; text-align:center;}
#tblproduct-variants td { padding:5px;}
#tblproduct-variants .option { padding:5px 2px 5px 2px;}


/*  ==========================
    Shopaccino Addons
    ========================== */
    .shopaccino-addon { 
        position: relative;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 24px;
        font-weight: 500;
        font-size: 16px;
        color:#8a8989;
    }
    .addon-description-hold { padding: 1.5em; position: relative;}
    .addon-description-hold h2 { font-weight: 600; margin-bottom: 0.5em; color: #333; font-size: 2em;}
    .addon-description-hold small {color: #3d3d3d; font-weight: bold;}
    .addon-description-hold .addon-description {border-bottom: solid 1px #eee; padding-bottom: 1.2em; margin-bottom: 1em}
    .addon-description-hold .addon-description .txt-shadow:after {}
    .addon-description-hold .addon-price {margin-bottom: 1em;color: #3d3d3d;}
    .addon-description-hold .addon-price .cut-price { color: red;}
    .addon-description-hold .addon-price .h3 { font-size: 1.6em; margin-bottom: 5px;}
    .addon-description-hold .addon-price .h3 small{ font-size: 20px; font-weight: 400}
    .addon-description-hold .btn { padding:0.75em 2em; margin-top: 0.5em; font-weight: 600; font-size:0.9em;}
    .addon-description-hold .addon-description .moreinfo { margin-top:1em;}
    .shopaccino-addon figure img {width: 100%;}
    /* The ribbons */

    .corner-ribbon{
      width: 200px;
      background: #ff5210;
      position: absolute;
      text-align: center;
      line-height: 40px;
      letter-spacing: 1px;
      color: #fff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      font-size: 13px;
      letter-spacing: 0px;
      font-weight: 600;
    }
    .corner-ribbon.shadow{
      box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    /* Different positions */
    .corner-ribbon.top-right{
      top: 10px;
      right: -70px;
      left: auto;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }

 /*  ==========================
    New Order page CSS  Krishan
    ========================== */   
    .white-box-panel {color:#777777;}
    .white-box-panel h1, .white-box-panel h2, .white-box-panel h3, .white-box-panel h4 {color:#333333;}
    .white-box-panel h3 { font-size: 1.5em; font-weight: 600}
    .n-design {color:#494949;}
    .n-design .radio, .n-design .checkbox { margin-top:7px !important; margin-bottom:7px !important;}
    .n-design .checkbox,.n-design .radio {top: -1px; margin-right:6px;}
    .n-design .white-box-panel {padding:1em 1.5em 1.5em 1.5em;; margin-top:0; margin-bottom: 1.5em;}
    .n-design label {margin-bottom:0;font-weight: 400;}
    .n-design hr { margin-top:15px; margin-bottom:15px;}
    .title-sub { letter-spacing: 0.1em; text-transform: uppercase; color: #000; margin-bottom:8px;}
    
    .ordr-summery > li {vertical-align: top; padding:0;}
    .ordr-summery > li h2 { font-size: 1.6em; color:#333;}
    .ordr-summery > li:nth-child(1) {min-width: 18%;}
    .ordr-summery > li:nth-child(2) {min-width: 28%;}
    .ordr-summery > li:nth-child(3) {min-width: 19%;}
    .ordr-summery > li:nth-child(4) {min-width: 19%;}
    .ordr-summery > li:nth-child(5) {min-width: 14%;}
    .ordr-summery > li li { vertical-align: baseline;}
    
    .box-title { text-transform: uppercase; font-size: 17px; color:#333;}
    .box-title span { font-weight: 600;}
    .order-form { color:#666666;}

    .row-flex, .row-flex > div[class*='col-'] {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 1 auto;
    }
    .row-flex-wrap {
            -webkit-flex-flow: row wrap;
        align-content: flex-start;
        flex:0;
    }
    .row-flex > div[class*='col-'] div {
                width:100%;
    }

    .popover {font-size:14px;line-height:22px;border-radius: 3px;}
    .popover-content { padding:16px;min-width: 230px;}
    .popover .close {font-size:20px; padding:5px 8px;}

    .btn-lock-hold {position:absolute; top:-2.5em; right:1em; z-index: 9;}
    .btn-lockstore {
        text-align: left;
        background-color: #fff;
        display: inline-block;
        padding: 0.8em;
        border: solid 1px #ccc;
        border-radius:4px;
    }
    .btn-lockstore li { vertical-align: top; text-align: left;}
    .btn-lockstore .text-lock { color: #333; font-size: 1.2em; font-weight: bold;}
    .btn-lockstore img { background: url('../images/unlock-icon.png') top center no-repeat; background-size: cover; width: 30px; height: 30px;}
    .btn-lock-hold .active img {background: url('../images/lock-icon.png') top center no-repeat; background-size: cover;}
    .btn-lock-hold .active .text-lock {}
    
    .storelogo-upload {border:solid 1px #d3dee7; border-radius:2px;}
    .storelogo-upload figure {
        margin-bottom: 0;
        max-height: 125px;
        min-height: 125px;
        overflow: hidden;
        position: relative;
        background-color: #f7f9fa;
        padding: 10px;
         border-radius:2px;
    }
    .storelogo-upload figure img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 4px;
    }

    /* Style the buttons that are used to open and close the accordion panel */
    .accordion2 {
        padding: 1.5em 1.7em;
        color: #444;
        cursor: pointer;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        display: block;
        position: relative;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion2:hover {}
    .panel2 {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .accordion2:after {
        position: absolute;
        top: 1.5em;
        right: 1.5em;
       content: '\02795'; /* Unicode character for "plus" sign (+) */
        color: #000;
        float: right;
        margin-left: 5px;
    }
    .active2:after {
       content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

.table-rounded-corners {
    border-radius: 4px;
    border-collapse:collapse;
}
.omb_login { max-width: 700px; margin: 0 auto; margin-top:2em; margin-bottom:2em;}
.omb_login .btn, .omb_login .btn:hover {
    color: white;   
    opacity:1;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 2em;
}
.omb_btn-facebook {background: #3b5998;}
.omb_btn-twitter {background: #00aced;}
.omb_btn-google {background: #c32f10;}
.omb_btn-email { background-color:#5ab515;}

.allpayment-providers .white-box-panel {}
.coupon-options {background-color:#f6f6f6; padding:1em; border-radius:4px;}

@media only screen and (max-width: 360px) {
    .btn-lock-hold {
        right:0;
        top:-3em;
    }
    .btn-lockstore {
        padding:0 0.2em;
        border: solid 1px #ccc;
        border-radius:4px;
    }
}


.support-checkbox > li { margin: 0 0.5em; width:31.5%;}
.standard-option {
    margin: 0 auto;
    width: 100%;
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    min-width: 100px;
    */
    display:inline-block;
    vertical-align: top;
    font-weight: normal;
}

.standard-option input[type="radio"] {
	opacity: 0;
}
.standard-option > div {
    display: block;
    border: 1px solid #eee;
    padding: 20px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.03);
    color: #777777;
    min-height: 150px;
    
    transition: box-shadow .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,box-shadow .3s ease;
    transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
}
.standard-option input ~ div::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,.15);
    box-shadow: 0 5px 30px rgba(0,0,0,.15);*/
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.standard-option input ~ div::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    background: #3c98ca url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=) no-repeat center center;
    background-size: auto auto;
    background-size: 50%;
    opacity: 0;
    z-index: 9;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: .25s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: .25s cubic-bezier(.175, .885, .32, 1.275);
    transition: .25s cubic-bezier(.175, .885, .32, 1.275);
    will-change: transform;
}
.standard-option li { vertical-align: top;}
.standard-option > div h4 { margin:0; margin-bottom:6px; font-weight: 600;}
.standard-option.center div {
    text-align: center;
}
.standard-option input:checked ~ div {
    border-color: #3c98ca;
    background: #eee;
    background: #fff;
    color: #000;
    z-index: 9;
    position: relative;
}
.standard-option:hover div, .standard-option input:focus + div {
    color: #555;
    border-color: #3c98ca;
    -webkit-transition: .015s ease;
    -o-transition: .015s ease;
    transition: .015s ease;
}
.standard-option input:checked ~ div::before {
    opacity: 1;
}
.standard-option input:checked ~ div::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .20s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: .20s cubic-bezier(.175, .885, .32, 1.275);
    transition: .20s cubic-bezier(.175, .885, .32, 1.275);
}
.standard-option input, .standard-option input:checked,.standard-option input[type="radio"],.standard-option input[type="checkbox"]  { height: auto; border:none !important; outline: none !important;}
.service-specify-editor .note-toolbar { display:none; height: 150px !important;}

.addressbox {
  padding:1em;
  border-radius:3px;
  position: relative;
  margin-bottom: 2em;
  background-color: #f9f9f9;
  margin-top: 1em;
  border: solid 1px #ff8800;
}
.addressbox .address-caption {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-color: #fff;
  height: 25px;
  text-align: center;
  line-height: 23px;
  padding: 0 0.8em;
  border-radius: 3px;
  font-weight: bold;
  color: #ff8800;
  font-size: 1.1em;
}


@media only screen and (min-width: 768px) {
    .pages-tabs {}
}
.pages-tabs { margin-bottom:0.5em;}
.pages-tabs ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 0.5em;
}
.pages-tabs ul li  {
    margin: 0;
    margin-right:10px;
    padding:0;
    -webkit-flex: none;
    flex: none;
    text-align: center;
    position: relative;
    vertical-align: top;
}
.pages-tabs ul li a { 
    padding: 0.3em 0.3em;
    padding-top: 0;
    display: inline-block;
    font-size:18px;
    color:#777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.pages-tabs ul li a span {
    vertical-align: middle;
    font-weight: 400
}
.pages-tabs ul li a i {font-size: 12px;}
.pages-tabs ul li a {border-bottom:solid 3px #ccc; position: relative;}
.pages-tabs ul li.active a, .pages-tabs ul li.active a:hover {border-bottom:solid 3px #3c8dbc; color: #3c8dbc;}
.pages-tabs ul li.active a:after { 
    position: absolute; 
    left:50%; 
    bottom: -4px;
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 1.2em;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    line-height: 1;
}
.pages-tabs ul li a:hover {border-color:#3c8dbc; color:#3c8dbc;}
@media (min-width: 768px){
    .pages-tabs-jfy ul {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .pages-tabs-jfy ul > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
    .pages-tabs-jfy ul li a { font-size: 16px;}
}

.page-sublinks { margin:1em;}
.page-sublinks button, .page-sublinks a {margin-right:10px; position: relative;padding: 6px 1.2em;}
.page-sublinks button:last-child, .page-sublinks a:last-child {margin-right:0;}
.page-sublinks button.active, .page-sublinks a.active {background-color:#c0943d; color:#fff; border-color:#c0943d;}
.page-sublinks .btn-default:hover, .page-sublinks .btn-default:active, .page-sublinks .btn-default.hover {background-color:#c0943d!important; color:#fff!important; border-color:#c0943d!important;}
.page-sublinks button .badge {
    position: absolute; 
    z-index: 9; 
    right: -6px; 
    top: -8px;
    padding: 2px 6px; 
    line-height: 13px; 
    border:solid 1px #888;
    background-color: #fff;
    color:#888;
}

.page-sublinks button.active .badge{border:solid 1px #602e0d; background-color:#602e0d; color: #fff;}
.page-sublinks .badge {background-color: #4aadce; margin-left:3px;}
.content-header .page-sublinks{ margin: 0; text-align: center;}

.sub-tabs { text-align: center;}
.sub-tabs .nav-tabs { border:none;}
.sub-tabs .nav-tabs > li { display: inline-block; float: none;}
.sub-tabs .nav-tabs > li > a { font-size:16px; font-weight: 400; padding: 10px 1.5em; color: #777;}

@media (max-width: 767px){
    .text-xs-left { text-align: left !important;}
    .text-xs-center { text-align: center !important;}
    h1, .h1 {font-size: 30px;}
    h2, .h2 {font-size: 26px;}
}
@media (max-width: 640px){
    .pages-tabs ul li a { font-size: 14px;}
    .pages-tabs-jfy {position: relative; margin-left: -10px;margin-right: -15px;}
    .pages-tabs ul li.active a::after {bottom: -6px;}
}

.btndisable { color: #ff0000 !important;  }