@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Italic-webfont.eot');
    src: url('Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Italic-webfont.woff') format('woff'),
         url('Roboto-Italic-webfont.ttf') format('truetype'),
         url('Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

 
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

 
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium-webfont.eot');
    src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Medium-webfont.woff') format('woff'),
         url('Roboto-Medium-webfont.ttf') format('truetype'),
         url('Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
	font-size:13px;background-color:#ffffff;overflow-x:hidden !important;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight:400;
	color:#333333;
}

h1{font-size:35px;}
h2{font-size:26px;}
h3{font-size:22px; margin-top:20px; margin-bottom:10px;}
h4{font-size:18px;}
h5{font-size:15px;}
p{line-height: 1.8em;color: #333333;font-weight: 400;}
label {font-weight:400 !important;color:#333333;}
a:focus {
	outline:0; /*removes the dotted border*/
}
/* ============================== bootstrap css ovewrite for app ================================ */
.tooltip{filter: alpha(opacity=0);}
.tooltip-inner{background-color: #3498db;border-radius: 4px;text-align:left;}
.tooltip.top .tooltip-arrow{border-top-color: #3498db;}
.tooltip.right .tooltip-arrow{border-right-color: #3498db;}
.tooltip.left .tooltip-arrow{border-left-color: #3498db;}
.tooltip.bottom .tooltip-arrow{border-bottom-color: #3498db;}
.navbar-default {
	border-bottom: 2px solid #3498db;
	height:60px;
}
.navbar-nav{margin-left:20px;}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
	color:#fff;
}
.navbar-default .navbar-nav > li > a {
	cursor: pointer;
	margin-top:9px;
	padding: 13px 13px;
	font-weight:400;
}

@media (min-width: 992px){.navbar-default .navbar-nav > li > a {padding: 13px 16px}}
@media (min-width: 1200px){.navbar-default .navbar-nav > li > a {padding: 13px 16px}}
.navbar-default .iconsSec > li > a{padding:9px 12px 13px !important;}

.navbar-header .navbar-brand{padding:10px 0 0 0;}
.dropdown open{height:60px}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: none; color: #fff;
}
.navbar-default .navbar-nav > li.active > a {color:#fff;border-bottom:3px solid #ffffff;}
.navbar-default .navbar-nav .signin > a:hover, .navbar-default .navbar-nav .signin > a:focus {
	color:#98D3FB;
}

.iconsSec > li a{
	background:none;
}

.iconsSec > li a:hover{
	background: #308cca;
}

.iconsSec > li.active a{
	background: #308cca;
}

.btn-xs{font-size: 12px;padding:4px 8px;}
.btn-sm{font-size: 12px;padding:8px 14px;}
.btn-primary {
	background: none repeat scroll 0 0 #3498db;
	border:1px solid #318ac6 !important;
	color: #ffffff!important;
	border-radius:2px;
	font-weight:400;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #318ac6;
	color:#fff;
}

.btn-border {
    background: #fff;
    border: 1px solid #cbcbcb !important;
    color: #666666!important;
    font-weight:400;
}
.btn-border:hover {
    background:#e9e9e9;
    border: 1px solid #cbcbcb !important;
    color: #666666;
    font-weight:400;
}
.navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:focus {
	color:#000;
}
.navbar-default .dropdown-menu > li > a:hover {
	color:#fff;
	background:#3498db !important;
}
.navbar-default .dropdown-menu {
	background:#fff;
}
.navbar-nav > li > a {
    padding-top: 11px;
}
.navbar-default .dropdown-menu > li:hover{ background-color: #fff ;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #000;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > .active > a, .navbar-default .dropdown-menu > .active > a:hover {
	background-color: #75cedc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #75cedc;
	border-color: #75cedc;
	color:#000;
}
.nav-tabs {
	border-bottom: 1px solid #75cedc;
}
.nav-tabs > li > a {
	background-color: #75cedc;
	color: #000;
	padding: 8px 12px;
}
.nav-tabs > li > a:hover {
	border-color: #00acd9 #00acd9 #00acd9;
	border:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #ffffff;
	color:#000;
}
.dropdown-menu {border: 1px solid #cbcbcb !important;border-radius:0; margin-top: -1px;}
.dropdown-menu > li > a{font-weight:400!important; text-transform:uppercase; border-bottom: 1px solid #cbcbcb;padding: 10px 15px;}
#VlcSubmenu.nav > li.active{border-bottom:3px solid #3498db; background:none;}
#VlcSubmenu.nav > li:hover, #VlcSubmenu.nav > li:focus{border-bottom:3px solid #3498db;}
#VlcSubmenu.nav > li a:hover, #VlcSubmenu.nav > li a:focus{ background:none;text-decoration: none; }
.popover {
	color:#000;
	background:#fff;
	border:1px solid #ebebeb;
}
.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius:0
}
.popover.left > .arrow:after {
	border-left-color: #fff;
}
.popover.top > .arrow:after {
	border-top-color: #fff;
}
.popover.bottom > .arrow:after {
	border-bottom-color: #fff;
}
.popover.right > .arrow:after {
	border-right-color: #fff;
}
.modal-footer {
	padding:1px 10px 0px 10px;
}
.modal-header .close {
	margin-top: 10px;
}
.modal-header {
	background-color:#f7f7f7;
	padding:1px 10px 0px 10px;
}

.buttonWrapper {
	margin:10px 0;
}
.date .input-group-addon {
	cursor:pointer;
}
.badge {
	background:#fff;
}
.form-group input {
	border-radius:0;
	border:1px solid #cccccc;
	width: 100%;
}
.form-group{margin-bottom:15px; float:left; width:100%;}
.form-control {
	font-size: 12px;
	height:38px;
	line-height: 1.42857;
	padding: 3px 6px;
	color:#333333;
	box-shadow:none;
	border-radius:0px;
}
.control-label {font-size: 13px;padding:7px 0 0; font-weight:400!important;}
span .control-label{padding:7px 10px 0 0}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f5f5f5;
	opacity:.8;
	}
.input-group-addon, .input-group-btn .btn {
	padding:4px 14px 5px;
}
.navbar-form {
	margin-top:8px;
	margin-bottom:8px;
}
.panel-green {
	border-color: #5cb85c;
}
.panel-green .panel-heading {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
}
.panel-yellow {
	border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff;
}
.panel-red {
	border-color: #d9534f;
}
.panel-red .panel-heading {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff;
}
.fileinput-filename {
	display: inline-block;
	height: 121%;
	overflow: hidden;
	width: 85%;
}

.form-control:focus {
	border-color:#cccccc;
	box-shadow:0 1px 2px #cccccc inset, 0 0 3px #cccccc;
	-webkit-box-shadow:0 1px 2px #cccccc inset, 0 0 3px #cccccc;
	-moz-box-shadow:0 1px 2px #cccccc inset, 0 0 3px #cccccc;
}

.form-group select {
	border:1px solid #cccccc
}
.select {
	/*border:1px solid #cccccc;*/
}
.navbar-inverse{background:#f7f7f7;border-top:1px solid #e8e8e8;height:45px}
.img-circle {
	border: 1px solid #cccccc;
	background-color:#fffff;
	float: left;
    height: 80px;
    margin: 20px 10px 10px 0;
    width: 80px;
}
/*My custom CSS*/
body> .container-fluid{padding-bottom:60px;padding-left: 0;padding-right: 0;}
.btn{  border-radius: 1px; padding:9px 14px; text-transform:uppercase;}

.primarybg {
	background-color:#3498db;
}
.primaryclr {
	color:#53a8d2;
}
.whiteclr {
	color:#ffffff;
}
.blackclr {
	color:#000000;
}
.btn-lg {
    border-radius: 2px;
    color: white;
    padding: 13px 25px;
    font-size: 16px;
}



.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active{background-color:#3498db; border-color:#318ac6;}


.btn-med {
	padding:8px 16px;
	background-color:#72b068;
	color:white;
	border-radius:2px;
	border:1px solid #64a85a;
}
#VlcSubmenu{margin-top:-3px;}
#VlcSubmenu li a, #VlcSubmenu li a:hover, #VlcSubmenu li a:focus, #VlcSubmenu li a:active{color:#888888}
button span{font-size:16px;}
.btn-med:hover{background-color: #060;}
.linkcolor{color:#3498db; text-decoration:none;}
.linkcolor:hover{color:#d6edfd; text-decoration:none;}
.termsofuse{color:#64a8ca;text-decoration:none;}
.termsofuse:hover{color:#227fad; text-decoration:none;}
.vlcBanner {
	height:450px;
	width:100%;
	margin-top:60px;
	padding-bottom: 35px;
}
.vlcdetails {
	text-align:center;
	color:white;
	width:425px;
	display:block;
	margin:0 auto;
}
.whyChooseUs {
	height:240px;
	background-color:#f0f0f0
}
.whyChooseUs div ul li {
	padding:2px
}
ul {
	list-style:none
}
.getstartedVlc {
	height:110px;
	border-bottom: 1px solid #737373;
}
.fullCycleSupport {
	width:630px;
	height:630px;
	background-size:cover;
	margin:20px auto;
}
.loginsection {
	width:372px;
	text-align:center;
	margin:0 auto;
}
.capcha {
	background-image:url(../static/images/capcha.png);
	height:40px;
	margin:0px 0 10px;
	display:none;
}


.btn-sm-disabled{
	border:1px solid #cfcfcf !important;
	background-color:#ebebeb !important;
	color:#848484;
	height:48px;
	margin: 0;
	border-radius:2px;
	font-size:18px;
	padding-top:10px;
	cursor:not-allowed;
	}
.btn-sm-disabled:hover{color:#848484 !important;cursor:not-allowed;}
.form-signin .form-group input {
	padding: 0 0 0 15px;
}
.imgcontainer {
	margin: 0 auto;
	width: 100px;
}
footer {
	height:58px;
}
#googleplus {
	background-image:url(../images/googleplus.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block
}
#facebook {
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block
}
#twitter {
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	display:block
}
#socialLinks {
	width:250px;
}
#socialLinks li {
	padding:12px 10px;
	float:left
}
.envolope {
	width:700px;
	height:320px;
	margin:125px auto 0 auto;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.15);
	background-color:#fff;
	background-image:url(../images/envolopeopen.png);
	background-repeat:no-repeat;
	background-position: 0 80px;
	padding:35px 0 95px 0;
}
.retailerVendor {
    height: 408px;
    margin: 0 auto;
    padding: 60px 0 0;
    width: 450px;
}
.circlewhite {
	width: 130px;
	height: 130px;
	background: #fff;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
	border-radius: 65px;
	color:#000;
	float:left;
	border:	1px solid #e0e0e0;
	cursor:pointer;
	text-align:center;
}
.circlegreen {
	background:#72b068;
	width: 130px;
	height: 130px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
	border-radius: 65px;
	color:#fff;
	float:left;
	/*margin:0 24px;*/
	border:	2px solid #6aab60;
	cursor:pointer;
	text-align:center;
}

.arrow-up {
	background-image: url("../images/arrowUp.png");
	background-repeat: no-repeat;
	height: 18px;
	position: relative;
	width: 18px;
}
.createRetailer {
	background-color: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    height: 360px;
}
.createVendor {
	background-color: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    height:360px;
}
.shapeborder {
	border: 1px solid #c2c2c2;
	border-radius: 4px;
}
.shadow {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.1);
	border:1px solid #eee;
}
.welcomeUser {
    background-color: #CCF5D6;
    color: #3F6642;
    display: block;
    margin: 0 auto 0;
    min-height: 42px;
    padding: 10px 25px 0;
    width: 100%;
    float: left;
}
.primaryInfo {
	width:100%;
}
.noborder{border:none !important; background-color: transparent;}
#userdesc{width:100%;height:38px; resize: none;}
.joiningdetails{border-left: 1px solid #cccccc;
    height: auto;
    line-height: 2em;
    margin: 20px 0;
    padding: 0;
    width: auto;
    float: right;}
.joiningdetails table{margin-left:20px; width: 100%;}
.joiningdetails table tr td{height:20px}
.viewProfile{ border-bottom: 1px solid #e0e0e0;border-top: 1px solid #e0e0e0;height:40px; background-color:#f9f9f9}
.profilelink{border-right: 2px solid #ededed;
    color: #63a8c9;
    float: left;
    margin-top: 10px;
    padding-right: 15px;
    text-decoration: none;
    width: auto;}
.profilelink:hover,.profilelink:focus{color:#63a8c9;text-decoration:none;}
ul.startBusiness{ list-style-type: none; margin:13px 0; padding:0;}
ul.startBusiness li{margin:0; padding:0;}
.templatebtnContainer{padding:0;height:120px}
.templatebtnContainer .btn{margin:10px 10px 10px 0;}
.catalogbtnContainer .btn{margin:10px 10px 10px 0;}
.profileDetails{ float: left; height:auto;padding:10px 0; margin:1px 0 0 0;width: 100%; background-color:#fff;border-bottom:1px solid #cecece;}
.iconedit{ background-image:url(../images/iconedit.png); background-repeat:no-repeat;width:27px;height:27px;float:left; cursor:pointer;}
.iconsave{ background-image:url(../images/iconSave.png); background-repeat:no-repeat;width:27px;height:27px;float:left; cursor:pointer;}

.profileDetails h5{float:left; margin:5px 0 0;}
.profileDetails .iconedit{margin:0 22px 5px;}
.profileDetails .iconsave{margin:0 22px 5px;}
.pofileDetailsContainer{border-top:1px solid #cecece;padding:20px 0 0 0; float:left;width:100%}

.iconDelete{background-image:url(../images/icondelete.png); background-repeat:no-repeat;width:27px;height:27px;float:left; cursor:pointer;}
.iconhierarchyDelete{background-image:url(../images/icondelete.png); background-repeat:no-repeat;width:27px;height:27px;float:right;position:relative;z-index:99999;margin-top:-30px; cursor:pointer;}
.iconSave{background-image:url(../images/iconSave.png); background-repeat:no-repeat;width:27px;height:27px;float:left; cursor:pointer;}

.arrowleft{ background-image:url(../images/arrowleft.png); background-repeat:no-repeat;width:26px;height:26px; cursor: pointer;}
.supplierSummary {
    background-color: #f8f8f8;
    border-bottom: 1px solid #cbcbcb;
    height: 50px;
    padding: 5px;
}
.uploadArea .fileUpload {
	float:right;
}
.fileUpload {
	float:left;
	position:relative;
	overflow:hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fileUpload input.upload[disabled]{cursor: not-allowed;}
.uploadArea{height:68px; background-color:#f7f7f7;border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;padding:8px 0 8px 0;}
.uploadArea p{float:left;margin:6px 20px 0 0}
.uploadArea .container{padding-top:10px}
#downloadStatus{float:right;}
#downloadStatus a{float:left;margin: 2px 0 0;
    width: 247px;}
#downloadStatus a:hover{ text-decoration:none;}
.borderBottom{ background-image:url(../images/menuBorder.png); background-repeat:no-repeat;width:100px;height:2px; left: -225px; position: absolute;top: 43px; display: none;}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.bx-wrapper{height:43px;}
.bxslider{height:55px !important;border-radius:2px;}
.bxslider li{border-right:1px solid #e0e0e0 !important; height: 53px !important;}
.bxslider li.active{ background-color:#ebebeb !important; height:55px}
.textContainer{float: left;margin:0;text-align: left;width: 100%; text-transform:uppercase; color:#666666; font-size:13px;}
.numHolder{margin: 0!important;text-align: left;width: 100%; padding-left: 0;color:#666666; font-size:18px;}
.boxcontent{padding:0;margin:0;}
.boxcontent ul{padding:0;margin:0;}

.iconSortUp {
    background-image: url("../images/sortIconUp.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-left: none;
    padding: 18px;
    margin-left: -11px;
    background-position: center;
}

.iconSortDown {
    background-image: url("../images/sortIconDown.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-left: none;
    padding: 18px;
    margin-left: -11px;
    background-position: center;
}
.sortCntr{ width:100%; float:left; }
.cardCntr{
	background: none repeat scroll 0 0 #fff;
    margin-bottom:10px;
    width: 100%;
	float:left;
	border-radius:2px;
	overflow:hidden;
}
.actionCrd{ text-align:center; padding:10px 0; border-top:1px solid #e8e8e8; cursor:pointer;}
.actionCrd:hover{background:#dcf1ff; color: #3498db;}
.cotntCrd{cursor: pointer;padding:10px;}
.cotntCrd:hover{background:#f9f9f9;}
.selectedCrd{border-left:5px solid #72b068;}
.oldCrd{border:1px solid #EBEBEB;}
.pagination {
	margin:5px 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background:#fff; color:#757575; border:1px solid #cfcfcf;}

.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span{border-radius: 3px; background:#ebebeb; border:1px solid #cfcfcf;}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #cfcfcf;
    border-radius: 3px;}

#searchContainer,#searchContainer_retailer,#searchContainer_customize,#searchContainer_selectItem,#searchContainer_priceChange,#publishedProductSearchContainer{
	background-color:#f3f3f3;
	height: auto;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-top:15px;
	margin-bottom:15px;
	display:none;
	padding: 15px 0;
}
.searchContr{
	background-color:#f3f3f3;
	height: auto;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-top:15px;
	display:none;
	padding: 15px 0;
}
/*#searchContainer_retailer{
	background-color:#f3f3f3;
	height: auto;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-top:10px;
	display:none;
	padding: 15px 0;
	}
#searchContainer_customize{
	background-color:#f3f3f3;
	height: auto;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-top:10px;
	display:none;
	padding: 15px 0;
	}
#searchContainer_selectItem{
	background-color:#f3f3f3;
	height: auto;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-top:10px;
	display:none;
	padding: 15px 0;
	}*/
#searchContainer .container,#searchContainer_customize .container,#searchContainer_retailer .container,#searchContainer_selectItem .container{padding:0;}
/*#searchContainer_customize .container{padding:0;}
#searchContainer_retailer .container{padding:0;}*/
.search {
    background: url("../images/search.png") no-repeat scroll 10px 10px white;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-left: 40px;
    width: 100%;
}
.searchbyEntity{border: 1px solid #ccc;
    border-radius: 2px;
    margin: 10px;
	width:100%;
    }
.advanceSearch {
    color: #64a8ca;
    float: left;
    margin-left: 5%;
    text-decoration: none;
    width: 150px;
}
.advanceSearch :Active{ text-decoration:none;color: #99c5da;}
a:hover, a:focus{ text-decoration:none ;color: #64a8ca;}
.error-bubble {
    background: none repeat scroll 0 0 #a94442;
    border-radius: 10px;
    color: #fff;
    padding: 3px 11px;
    position: relative;
    margin-top:4px;
    float: right;
}
.panel-primary {
    border: none;
}
.panel-primary > .panel-heading {
    background-color: #fff;
}
.panel-body{border:none;}
.notificationList .panel-heading {padding: 10px 15px 30px; height:43px;}
.acodianHeading{color: #6cbd5f;
    float: left;
    line-height: 1em;
    margin: 3px 0 0 5px;}
.notificationList .panel-body{margin:0; padding:0;}
.notificationList .cardCntr{margin-bottom:0;padding:0 10px;}
.notificationList .cotntCrd:hover{background:#fff; cursor:default;}
.notificationBubble {
    background: none repeat scroll 0 0 #ff0000;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    position: relative;
    top: -11px;
}
.notificationList .panel-heading a.collapsed{ background: url("../images/notificationTglDown.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 34px;
    width: 100%;}
.notificationList .panel-heading a{ background: url("../images/notificationTglUp.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 34px;
    width: 100%;}

.notification-Vendor .bxslider li {
    width: 4.67% !important;
}

.supplierSummaryVLC{border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 4px;}
#pleaseWaitSupplierUpload {display:none; height:44px;}
#pleaseWaitProductUpload {display:none; height:44px;}
#pleaseWaitAjax {display:none; height:11px;}


/***CSS for Drawer**/
.drawer,.drawerHelp{
	background-color: #ffffff;
    box-shadow:0 0px 50px 0px #cccccc;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: -600px;
    text-transform: none;
    top: 0;
    width: 600px;
    z-index:99999;
	
	overflow:hidden;
	padding-bottom:60px;
}
.pdInformation {
	overflow-x:hidden;
	overflow-y:auto;
}
.pdHeading{
	height:40px;
	background-color:#fff;
	margin:0;
    padding: 5px;
	float:left;
	width:100%;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.1);
	border-top:1px solid rgb(206, 206, 206);
}
.priceDetails{margin:15px 0;float: left;width: 100%;}
.headingText{width:90%;float:left;font-size:11pt;padding:5px 7px 0;}
.pdHeading .headingText{text-transform: uppercase;}
.plus{
	background-image:url(../images/plus_icon.png); background-repeat:no-repeat;
	width:27px;
	height:27px;
	float:left;
	cursor:pointer;
}
.minus{
	background-image:url(../images/minus.png); background-repeat:no-repeat;
	width:27px;
	height:27px;
	float:left;
	cursor:pointer;
}
.delete{
	background-image:url(../images/delete.png); background-repeat:no-repeat;
	width:27px;
	height:27px;
	float:left;
}
	
.PdTitle {
    border-bottom: 1px solid #CECECE;
    height: 85px;
    padding:20px 12px 12px;
    position: absolute;
    margin-bottom: 11px;
    background: none repeat scroll 0% 0% #FFF;
    z-index: 9;
    width: 100%;
    top: 0;
}
.PdTitle h4{margin:0;}
.fixedbottom {
	background: none repeat scroll 0 0 #f8f8f8;
	bottom: 0;
	padding: 20px 10px 0 10px;
	position: absolute;
	right:0px;
	width: 600px;
	height:70px;
	z-index:99999;
}

.switch {
  position: relative;
  /*margin: -7px auto;*/
  margin-left:90px;
  margin-top: -6px;
  height: 26px;
  width: 120px;
  background: #c4c4c4;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 25px;
  line-height: 26px;
  font-size: 11px;
  /*color: rgba(255, 255, 255, 0.35);*/
  text-align: center;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);*/
  cursor: pointer;
}
.switch-label:active {
  font-weight:400;
}

.switch-label-off {
  padding-left: 2px;
  color: #72b068 !important;
}

.switch-label-on {
  padding-right: 2px;
  color: #c4c4c4 !important;
}

.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: normal;
  color: #FFFFFF;
  /*text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;*/
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 33px;
  /* Note: left: 50% doesn't transition in WebKit */
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 25px;
  /*background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(to bottom, #9dd993, #65bd63);*/
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
  background: #3aa2d0;
  background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
  background: #c4bb61;
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}



/** page structure **/
#w {
  display: block;
  max-width: 450px;
  min-width: 100px;
  margin: 0 auto;
  padding: 2px 3px;
  height:193px;
  
}


/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
}

.crsl-item {
  background: #fff;
  padding: 8px;
 
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight:400;
  background: #4e90da;
}

.crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight:400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}
/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #fff;
  color: #666;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.img1{ background-image:url(../images/thumb01.jpg); background-repeat:no-repeat}
.img2{ background-image:url(../images/thumb02.jpg); background-repeat:no-repeat}
.img3{ background-image:url(../images/thumb03.jpg); background-repeat:no-repeat}
.img4{ background-image:url(../images/thumb04.jpg); background-repeat:no-repeat}
.img5{ background-image:url(../images/thumb05.jpg); background-repeat:no-repeat}
.remove{background-image:url(../images/remove.png); background-repeat:no-repeat;width:26px;height:26px;float:right;cursor: pointer;}
.generalInfo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}
.uploadstatus {
    display: block;
    float: left;
    margin: 10px 0 0;
    padding: 0 0 10px;
    width: 100%;
}
.uploadstatus li{float:left; padding:0 10px; border-right:1px solid #ccc;}
.uploadstatus li:first-child{padding-left: 0;}
.uploadstatus li:last-child{border-right:none;}
.table-responsive {float: left; width: 100%;}
.table-responsive .table{width:99.99%}

#pageShadow{position:absolute;height:100%;width:100%;top:0; background-color:#707070; opacity:0.3;z-index:9999;}
.btn-group.open .dropdown-toggle{-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 transparent !important; border-color: #ccc #ccc navy;border-image: none; border-style: solid solid none;border-width: 1px 1px medium;box-shadow: none;padding: 0 10px 10px 0;}
th .open{width:160px}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #ffffff;border-top:none;
 }
.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #f4f4f4;border-top:none;
 }
.table-striped .recentCrd {border: 1px solid rgb(114, 176, 104);border-top: 1px solid #72B068;border-left: 2px solid #72B068;}
.recentCrd {border: 1px solid rgb(114, 176, 104);border-top: 1px solid #72B068;border-left: 2px solid #72B068;}

/* .table-striped .active{border-width:1px 1px 1px 3px;} */
.table > thead > tr > th {border:none; font-weight:400!important; text-transform: uppercase!important;border-bottom:1px solid #999;line-height: 1.5em;vertical-align:middle;}
.table-striped tbody td{padding:15px 8px!important;}
.headerAction .btn-group.open .dropdown-toggle {
    margin-top: -11px;
    padding: 10px 15px;
    margin-left: -11px
}
#gridHeader th{line-height: 1.3em;vertical-align: middle;}
.headerAction{height:50px;border-top:1px solid #e4e4e4; background-color:#f4f4f4;}
.table-striped .lastcol{left:-66px !important;}
.table-striped thead tr th label.checkBxRdiLbl{margin-top: -10px;left:2px;}
@media (min-width:992px) {.table-striped thead tr th label.checkBxRdiLbl{margin-top: -10px;left: 17px;}}
@media (min-width: 1200px) {.table-striped thead tr th label.checkBxRdiLbl{margin-top: -10px;left: 22px;}}   

.table-striped thead tr th [type="checkbox"]:checked + label:after{top:1px;}
/***Issue Fixes for Sprint 1***/
.cntrRtlVndr{width: 180px; float: left; margin: 0px 20px;}
#circleRetailer{margin: 0 24px; background:url(../images/retailerIcon_disable.png) no-repeat center #fff;}
#circleRetailer.active{background:url(../images/retailerIcon.png) no-repeat center #fff!important;}
#circleVendor{margin: 0 24px;background:url(../images/vendorIcon_disable.png) no-repeat center #fff;}
#circleVendor.active{background:url(../images/vendorIcon.png) no-repeat center #fff;}
.nameRtlVndr{display: block;  margin: 130px 0 0;text-align: center;}
.draft-text{left: -35px;position: absolute;top: 2px;font-weight:400;}
.active-text{position: relative;right: -4px;top: -4px;}
.prcProtection{ float: left;margin-top: 23px;width: 20%;}

.spdiscount{margin-left: 12px;width: 95%;}
.discountTitle{background: #ffffff;border: 1px solid;height: 40px;padding: 10px;cursor:pointer;}
.discountTitle label{cursor:pointer;}

#frmDt,#toDt{ float: left;margin-right: 10px;width: 50px;}
#frmMnth,#toMnth{float: left; width: 62px;margin-right: 10px;}
#frmYr,#toYr{float: left;width: 65px;}
.dtTo{float: left;font-size: 16px;left: -41px;margin: 9px;position: absolute;}
.addRetailer {
    float: left;
    height: auto;
    margin-bottom: 15px;
    margin-top: 18px;
    padding-bottom:15px;
    width: 100%;
}
.addRetailer h3{float: left;margin:10px 0; margin-bottom:10px;}
#catalogfooter {
    background-color: #FFF;
    bottom: 88px;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 1px 0px;
    border-top: 1px solid rgb(228, 228, 228);
    height: 41px;
}
.numcircle {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 25px;
    color: #898989;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    width: 25px;
}
.numcircleActive {
    background-color: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 25px;
    color: #FFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.numcircleTick {
    background: url("../images/numcircleTick.png") no-repeat scroll center center #3498DB;
    border-radius: 25px;
    color: #3498DB;
    display: block;
    float: left;
    font-size: 15px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    width: 26px;
}
.statusarea{float:left;width:74%; margin-top:4px;}
.statusarea p{float: left;margin:2px 0px 0px 10px;}
.statusarea p.active{color: #3498db;float: right;font-weight:400;}
.statusarea p.inactive{float: right; }
.statusarea ul{padding:0px;}
.statusarea ul li{float:left; margin-right:10px;}
.actionbtns{float:right;}
.noitem {
    background: none repeat scroll 0px 0px #FFF;
    height: 100%;
    margin: 50px 1px 15px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    top: 180px;
    position: fixed;
    left: 0px;
    z-index: 9;
}
.catalogList .noitem{position: static !important;}
#customersContainer .noitem{position: static !important;}
#suppliersContainer .noitem{position: static !important;}
.noitemIcon {
    background: transparent url("../images/infoIconBigLine.png") no-repeat scroll center 0 !important;
    height: 130px;
    padding-top: 50px;
}
	
.boxcontent li{
	float: left;
	list-style: outside none none;
	position: relative;
	margin-right:50px;
	max-width:15%;
	cursor:pointer;
}
.boxcontent li.active span a{color:#3498DB;}
.boxcontent li.active .numHolder, .boxcontent li.active .textContainer{color:#3498DB;cursor:default}
.boxcontent li span a{color:#666666;}
.boxcontent li .numHolder{color:#666666;}
background: none repeat scroll 0% 0% transparent;}
@media (min-width:992px) {.boxcontent li{max-width:20%;}}
@media (min-width: 1200px) {.boxcontent li{max-width:20%;}}   

/*.boxcontent li:hover{background-color: #ebebeb !important;}
 .boxcontent li.active{
	background-color: #ebebeb !important;
} */

#previouslink{
	float:right;display:none;cursor:pointer;
	}
.arrow-previous {
		width: 0; 
	height: 0; 
	border-bottom: 5px solid transparent;  /* left arrow slant */
	border-top: 5px solid transparent; /* right arrow slant */
	border-right: 5px solid #fff; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}
li .arrow-previous{float:left;margin: 6px 6px 0 0;}
.npiPreview{padding:0 0 10px 0; border-bottom:1px solid #c6c6c6;}
.errorIcon{background-image:url(../images/errorIcon.png); background-repeat:no-repeat;width:16px;height:16px;margin: 0 5px 0 0;float:left; margin-top:1px;}
.infoIcon{background-image:url(../images/infoIcon.png); background-repeat:no-repeat;width:16px;height:16px;margin: 0 5px 0 0;float:left; margin-top:1px;}

#previewtabs{background:transparent;border: medium none;margin:0px;padding:0px;}
#previewtabs .nav-tabs{border-color:#c6c6c6}
#previewtabs .nav-tabs > li.active > a, #previewtabs .nav-tabs > li.active > a:hover, #previewtabs .nav-tabs > li.active > a:focus{ background:transparent;border-color:#c6c6c6;border-bottom: none}
#previewtabs .nav-tabs > li.active{border-bottom: 1px solid #f9f9f9;}
#previewtabs .nav-tabs > li > a{ border:1px solid #cfcfcf;
	background-color:#ebebeb;
	cursor:normal;
	color:#848484;}
.hierarchcntr{background-color: #fff;border: 1px solid #e0e0e0;float: left;height: 140px;margin-top: 39px;padding-top: 0;width: 100%;}
.hierarchcntr ul{padding: 10px 0 10px 10px;}
.hierarchcntr ul li{cursor:pointer}
.hierarchcntr ul li:active, .hierarchcntr ul li:focus{background-color:#e7ffe3}

#hierarchytabs{width:100%;padding:0;position:absolute;}
#hierarchytabs li{float:left;width:90px;height:40px; background-color:#f9f9f9;border:1px solid #e0e0e0;padding: 10px 0 0 25px;cursor:pointer}
#hierarchytabs li a{color:#878787}
#hierarchytabs li.active{background-color:#fff;border-bottom:1px solid #fff;}
.requestInfo{
	float: right;
    margin-right: 16px;
}
.arrow_box {
	position: relative;
	background: #f0ffee;
	border: 1px solid #b5d4b0;
	padding: 5px;
	width: 80%;
	margin-left: 14px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 92%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(240, 255, 238, 0);
	border-top-color: #f0ffee;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(181, 212, 176, 0);
	border-top-color: #b5d4b0;
	border-width: 16px;
	margin-left: -16px;
}

.notificationcard {
	background-color: #fff;
    display: block;
    margin: 15px 0 0;
    min-height: 60px;
    width: 100%;
    float: left;
    height: auto;
}
.notificationcard .iconDelete{position: absolute;
    right: 15px;
    top: 30%;}
.notificationContent{float: left;width:93.8%;padding: 5px 0 0 15px ;color: #898989; position:relative;}
.notificationContent a{color:#5d5d5d;}
.notificationContent p{margin:0 0 5px 0;;width:95%;}
.npilevel{min-height: 60px; float: left; text-align: center; vertical-align:middle;width:44px;border-right: 1px solid #eaeaea;height: 100%;}
.npilevel p{margin-top: 40%;text-align: center; vertical-align:middle;}
.contentBold{font-weight:400;}

.notificationcard .green {background-color: #f3ffe6;border-top: 1px solid #eaeaea;border-left: 1px solid #eaeaea;margin-left: 43px;width: 96.2%;}
.notificationcard .green {background-color: #f3ffe6;border-top: 1px solid #eaeaea;border-left: 1px solid #eaeaea;margin-left: 43px;width:94.2%;}
.notificationcard .red{ background-color: #fff3f3;border-top: 1px solid #eaeaea;border-left: 1px solid #eaeaea;margin-left: 43px;width:94.2%;} 
.notificationcard .yellow{ background-color: #fffee9;border-top: 1px solid #eaeaea;border-left: 1px solid #eaeaea;margin-left: 43px;width:94.2%;}
@media (min-width:992px) {
.notificationcard .green {width:95.4%;}
.notificationcard .red{width:95.4%;} 
.notificationcard .yellow{width:95.4%;}
}
@media (min-width: 1200px) {
.notificationcard .green {width:96.2%;}
.notificationcard .red{width:96.2%;} 
.notificationcard .yellow{width:96.2%;}
}


.remarksIcon {
    background: url("../images/remarks.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin-right: 5px;
    width: 24px;
}
.frmDate{float: left;margin-right: 10px;}	
.frmMonth{float: left;margin-right: 10px;}
.frmYear{float: left;}

.frmDateNA{float: left;margin-right: 10px;}	
.frmMonthNA{float: left;margin-right: 10px;}
.frmYearNA{float: left;}

#btnREQ_RESBMT .btn-primary{border-radius: 0px; padding:26px 20px; border-top: medium none ! important; background:#3498db!important; border-color:#3498db!important;}
#btnREQ_RESBMT .btn-default{border-radius: 0px; padding:26px 20px; border-top: medium none ! important;}

#btnRESUBMITED .btn-primary{border-radius: 0px; padding:26px 20px; border-top: medium none ! important; background:#3498db!important; border-color:#3498db!important;}
#btnRESUBMITED .btn-default{border-radius: 0px; padding:26px 20px; border-top: medium none ! important;}

#btnREJECTED .btn-primary{border-radius: 0px; padding:26px 20px; border-top: medium none ! important; background:#3498db!important; border-color:#3498db!important;}
#btnREJECTED .btn-default{border-radius: 0px; padding:26px 20px; border-top: medium none ! important;}
#btnAPPROVED .btn-primary{border-radius: 0px; padding:26px 20px; border-top: medium none ! important; background:#3498db!important; border-color:#3498db!important;}
#btnAPPROVED .btn-default{border-radius: 0px; padding:26px 20px; border-top: medium none ! important;}

.userProfileImage {
    float: left;
    height: 24px;
    margin: -3px 5px 0 0;
    padding: 0;
    width: 24px;
}
.userProfileImage img{display:block}
/* Clean Up and Issue fixes */
.userProfileName{display: block;float: left;margin: 0;overflow: hidden;padding: 0;text-overflow: ellipsis;white-space: nowrap;width:125px;}
.dropdown-toggle > img { margin-right: 10px;}
.logout a.dropdown-toggle {height: 60px;margin-top: 0 !important;padding: 19px 10px !important; max-width: 161px;}
.logout a.dropdown-toggle:hover{background-color: #308BC7!important;}
.logout > .open > .dropdown-toggle {background-color: #308bc7!important; color: #fff!important;}
.logout > .open > .dropdown-menu {background-color: #308bc7 !important; color: #fff !important;padding-top: 0px;border:none!important;border-radius:0important;}
.logout > .open > .dropdown-menu a{color: #fff!important; border-bottom:none;}
.icon-sort-down {background: url("../images/arrowDownWhite.png") no-repeat scroll center center rgba(0, 0, 0, 0); display: block; height: 20px; width: 20px; float: right;}
.supplierSummary .container ul{margin:0;}
 .form-control:focus{border-color:#ccc; box-shadow:none;}
 .joiningdetails table td:nth-child(2){color:#757575; font-weight:400;}
 a:focus,a:hover,a:visited {text-decoration: none ; color: #64a8ca;}
.catalogList table tbody tr{cursor:pointer;}
.nocursor table tbody tr{cursor:default !important;}
.uploadLoaderBtn {border-radius: 4px;left: 5%;margin: 0;position: absolute;top: 14%;width: 90%; display: none;}
#catalogListFragment{padding:0px}
.npiPreviewCntr{background:#fff; padding:10px; margin: 0; border-top: 1px solid #eaeaea; }
.companyBanner{background: #f9f9f9;}
#termsnconditionContent{height:500px;overflow:auto;}

.form-group input:focus{border:1px solid #b7b5b9;}
.textLightClr{color:#9e9e9e;}
.mandotory{color: red;}
.card-Supplier button{height:40px;border:1px solid #e8e8e8;border-width:1px 0 0 1px; background:#fff;}
.card-Supplier button[disabled]{color:#ccc; background: #fff!important;}
.pofileDetailsContainer div p , .pofileDetailsContainer div address{margin-left:7px}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
      cursor: pointer;
}
.catalogbtnContainer a:visited,.templatebtnContainer a:visited,.fileUpload a.btn-primary:visited,#vlcProfileViewPage a:visited{text-decoration: none ; color: #ffffff !important;}
.fileUpload a.btn-default:visited{color: #757575 !important;}

textarea {
  resize: none;
}
.table-responsive #tableFinal_item{margin-bottom:0 !important;}
.showby{margin-top:9px; color: #9e9e9e}
.boxcontent li:last-child {border-right:none !important;}
.disableDiv{cursor: default;opacity: 0.6;}
.loaderCntr {height:44px;}
.loaderImgText {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.loaderImgText span{
	color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    font-weight:400;
    height: 50px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 400px;
}
#utility{height:38px;}
#root, #levelTwo, #levelThree, #centralProductCategoryId {
   	border:none;
    height: 138px;
    line-height: 2em;
    margin-left: -15px;
    padding: 10px;
    width: 552px;
}
#root > option, #levelTwo > option, #levelThree > option, #centralProductCategoryId > option {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#proceedBtn{margin-left:3px;}
.topBorder{border-top:1px solid #eaeaea}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left:0px;}
.customselect {
	padding-left: 4px;
	margin: 0;
	border-radius: 0;
	background: #fff;
	color:#333333;
	border: 1px solid #CCC;
	border-width: 1px 0px 1px 1px;
	outline: none;
	display: inline-block;
	cursor: pointer;
	height: 38px;
	width: 100%;
}
.customselect:disabled{background:#f3f3f3;}
label {
	position: relative;
	width: 100%;
}
label .select{border:none;}


.select:after {
	content: '^';
	font: 25px "Consolas", monospace;
	color: #aaa;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 7px;
	top: 0;
	padding: 0;
	position: absolute;
	pointer-events: none;
}
.customDisabled:before{background: #f6f6f6 !important;}
.customDisabled select{background: #f6f6f6 !important;}
.select:before {
	content: '';
	right: 0;
	top: 0;
	width: 25px;
	height: 38px;
	position: absolute;
	pointer-events: none;
	display: block;
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 0px;
}

input[type=radio].css-checkbox {
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

input[type=radio].css-checkbox + label.css-label {
	padding-left:18px;
	height:16px; 
	display:inline-block;
	line-height:13px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	vertical-align:middle;
	cursor:pointer;
	width: auto;
}
	
input[type=radio].css-checkbox:checked + label.css-label {background-position: 0 -16px;}
label.css-label {
	background-image:url(../images/radiobtnImg.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #3498db;
  background: #3498db;
 }
 [type="checkbox"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #b6b6b6;
  background: #ffffff;
 }
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 3px;
  font-size: 14px;
  color: #ffffff;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}


.reminderList > tbody > tr > td:nth-child(1) {
	width: 10% !important;
	}
.reminderList > tbody > tr > td:nth-child(2) {
	width: 14.5% !important;
}
.reminderList > tbody > tr > td:nth-child(3) {
	width: 14% !important;
}
.reminderList > tbody > tr > td:nth-child(4) {
	width: 12% !important;
}
.reminderList > tbody > tr > td:nth-child(5) {
	width: 13% !important;
}
.reminderList > tbody > tr > td:nth-child(6) {
	width: 10%!important;
}
.reminderList > tbody > tr > td:nth-child(7) {
	width: 10%!important;
}
.reminderList > tbody > tr > td:nth-child(8) {
	width: 15%!important;
}


#preview_table > tbody > tr > td:nth-child(1) {
	width: 6% !important;
	}
#preview_table > tbody > tr > td:nth-child(2) {
	width: 15% !important;
}
#preview_table > tbody > tr > td:nth-child(3) {
	width: 15% !important;
}
#preview_table > tbody > tr > td:nth-child(4) {
	width: 9.5% !important;
}
#preview_table > tbody > tr > td:nth-child(5) {
	width: 14% !important;
}
#preview_table > tbody > tr > td:nth-child(6) {
	width: 12%!important;
}
#preview_table > tbody > tr > td:nth-child(7) {
	width: 13%!important;
}
#preview_table > tbody > tr > td:nth-child(8) {
	width: 15%!important;}
.table-hover >  tbody > tr:hover{background:none;}
.borderRed {
    border: 1px solid #F00;
    border-left-width: 2px;
}
.contentgreen{background-color:#f1ffee;}.drawerAccordian .contentgreen{background-color:#F8F8F8;}
.underlineBold{font-weight:400;text-decoration:underline;}
.priceChangePrev{background-color: #ffffff;padding: 10px 0 10px 0;}
.priceChangePrev span:nth-child(1){margin-left:10px}
.priceChange_preview .shadow{margin:10px 0 15px 0}
.separator{border-bottom: 1px solid #ccc;float: left;margin: 0 2%;width: 96%;}
.btmMargin{margin-bottom:15px}
.arrowprev{background-image:url(../images/arrLeft.png); background-repeat:no-repeat;width:32px;height:32px;float:left;cursor:pointer;margin-top:3px}
.arrowfwd{background-image:url(../images/arrRight.png);background-repeat:no-repeat;width:32px;height:32px;float:right;cursor:pointer;margin-top:3px}
.imagecontainerLeft{ margin: 5px 5px 0 12px;background:white;border:2px solid #ccc;padding: 3px; width: 110px !important;}
textarea{border-radius:2px;}
#PriceChangeList > tbody > tr > td:nth-child(1) {
	width: 14.5% !important;
	padding-left:1.5%;
	}
#PriceChangeList > tbody > tr > td:nth-child(2) {
	width: 20.5% !important;
}
#PriceChangeList > tbody > tr > td:nth-child(3) {
	width: 14.5% !important;
}
#PriceChangeList > tbody > tr > td:nth-child(4) {
	width: 15% !important;
}
#PriceChangeList > tbody > tr > td:nth-child(5) {
	width: 19.5% !important;
}
#PriceChangeList > tbody > tr > td:nth-child(6) {
	width: 16%!important;
}

.notificationCntr{background-color:#ffffff;float: left;width: 100%; margin-top:15px;}
.notificationType{float: left; text-align: center; vertical-align: middle; padding:10px; width: 10%;margin-top:15px;}
.notificationTextRemarksCntr{float: left; width: 90%; border-left: 1px solid #eaeaea;}
.notificationTextRemarksCntr p{ width:98%; margin-bottom:5px}
.notificationText{width: 100%; padding: 10px 15px; position:relative;}
.notificationRemarks{width: 100%; border-top: 1px solid #eaeaea; padding:8px 15px 3px;}
.notificationRemarks.green{background-color: #f3ffe6}
.notificationRemarks.red{background-color: #fff3f3;} 
.notificationRemarks.yellow{background-color: #fffee9;}
.iconDeleteNotification{background-image: url("../images/icondelete.png");background-repeat: no-repeat;cursor: pointer;float: left; height: 27px; position: absolute; right: 10px; top: 10px; width: 27px;}

.userRemarkCntr{float:right;width:100%;  margin:25px 0;}
.bubbleUser
{
position: relative;
    width:auto;
    height: auto;
    padding:10px;
    background: #ffffff;
	border:1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	float:right;
	max-width:95%;
	min-width:55%;
	line-height:1.8em;
}
.bubbleUser:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 10px 0;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 22px;
border-color: #ffffff transparent;
}

.bubbleUser:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 10px 0;
border-color: #7F7F7F transparent;
display: block;
width: 0;
z-index: 0;
bottom: -16px;
left: 22px;
}

.remarksTypeUser {
    font-size: 11px;
    left: 5px;
    position: absolute;
    text-align: left;
    top: -22px;
}
.remarksUsrDateUser {
    bottom: -24px;
    font-size: 11px;
    left: 45px;
    position: absolute;
    text-align: left;
}
.userMsg{width:90%; float:left;}
.guestRemarkCntr{float:left;width:100%; margin:25px 0;}

.bubbleGuest
{
position: relative;
    width:auto;
    height: auto;
    padding:10px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	float:left;
	max-width:95%;
	min-width:55%;
	line-height:1.8em;
}
.bubbleGuest.resubmitRemrk{background: #fffee9;border:1px solid #d2d0a5;}
.bubbleGuest.resubmitRemrk:after{border-color: #fffee9 transparent;}
.bubbleGuest.resubmitRemrk:before{border-color: #aca96f transparent;}
.bubbleGuest.rejectRemrk{background: #fff3f3;border:1px solid #dda6a6;}
.bubbleGuest.rejectRemrk:after{border-color: #fff3f3 transparent;}
.bubbleGuest.rejectRemrk:before{border-color: #b77575 transparent;}
.bubbleGuest.aprroveRemrk{background: #f0ffee;border:1px solid  #9dcb97;}
.bubbleGuest.aprroveRemrk:after{border-color: #f0ffee transparent;}
.bubbleGuest.aprroveRemrk:before{border-color: #66a35e transparent;}
.bubbleGuest:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 10px 0;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 22px;
}

.bubbleGuest:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 10px 0;
border-color: #7F7F7F transparent;
display: block;
width: 0;
z-index: 0;
bottom: -16px;
left: 22px;
}

.remarksTypeGuest {
    font-size: 11px;
    left: 5px;
    position: absolute;
    text-align: left;
    top: -22px;
}
.remarksUsrDateGuest {
    bottom: -24px;
    font-size: 11px;
    left: 45px;
    position: absolute;
    text-align: left;
}
.guestMsg{width:90%; float:left;}
.cancelBtn{background:url(../images/cancelIcon.png) no-repeat center transparent; height:32px; width:32px; float:left; margin:0 5px; opacity:0.8;}
.cancelBtn:hover{ opacity:1;}
.doneBtn{background:url(../images/doneIcon.png) no-repeat center transparent; height:32px; width:32px; float:left; margin:0 5px; opacity:0.8;}
.doneBtn:hover{ opacity:1;}
.checkBxRdiLbl{margin: 0; padding: 0; display:block; width: 0; height: 0;}
.yescursor table tbody tr{cursor:pointer !important;}


.imgUplodSec {
height: 125px;
width: 125px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: table-cell;
vertical-align: middle;
border-radius: 0!important;
}
.imgUplodSec img{width: 100%;}
.imgUplodSecTxt{
margin:0px;
padding: 0px;
width: 115px;
height: 50px;
border: 1px solid #CCC;
border-top:none;
border-radius: 0;
padding: 5px;
font-size: 11px;
text-align: center;}

.imgUplodSecTxtSlider {
margin: 0px;
padding: 0px;
width: 125px;
height: 50px;
border: 1px solid #CCC;
border-top: none;
border-radius: 0;
padding: 5px;
font-size: 11px;
text-align: center;
margin-left: -6px;
 line-height:1.6em;
}
.marginRelative{position: relative; margin-bottom: 10px;}
.imgarrowLeft{background:url(../images/levelIndicator.png) no-repeat center transparent; left:15px; position: absolute;top: 14px; width: 8px; z-index: 9999;height:12px}
.blueBg{
background: -moz-radial-gradient(center, ellipse cover,  #3498db 0%, #1273b4 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3498db), color-stop(100%,#1273b4)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #3498db 0%,#1273b4 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #3498db 0%,#1273b4 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #3498db 0%,#1273b4 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #3498db 0%,#1273b4 100%); /* W3C */

}

.categoryListing li a.level_2, .categoryListing li a.level_3, .categoryListing li a.level_4, .categoryListing li a.level_5, .categoryListing li a.level_6 {
    background:url("../images/levelIndicatorBlack.png") no-repeat scroll 0 0 transparent !important;
}

.categoryListing li a.level_2{ padding-left: 35px; background-position:15px 14px !important;}
.categoryListing li a.level_3{ padding-left: 56px; background-position: 35px 14px !important;}
.categoryListing li a.level_4{ padding-left: 105px; background-position: 70px 14px !important;}
.categoryListing li a.level_5{ padding-left: 140px; background-position: 105px 14px !important;}
.categoryListing li a.level_6{ padding-left: 175px; background-position: 140px 14px !important;}

.categoryListing li a.level_2:hover{ padding-left: 35px; background-position:15px 14px !important;background:url("../images/levelIndicator.png") no-repeat 15px 14px #3498DB !important;}
.categoryListing li a.level_3:hover{ padding-left: 56px; background-position: 35px 14px !important;background:url("../images/levelIndicator.png") no-repeat 35px 14px #3498DB !important;}
.categoryListing li a.level_4:hover{ padding-left: 105px; background-position: 70px 14px !important;background:url("../images/levelIndicator.png") no-repeat 70px 14px #3498DB !important;}
.categoryListing li a.level_5:hover{ padding-left: 140px; background-position: 105px 14px !important;background:url("../images/levelIndicator.png") no-repeat 105px 14px #3498DB !important;}
.categoryListing li a.level_6:hover{ padding-left: 175px; background-position: 140px 14px !important;background:url("../images/levelIndicator.png") no-repeat 140px 14px #3498DB !important;}

.categoryListing li.active a.level_2, .categoryListing li.active a.level_3, .categoryListing li.active a.level_4, .categoryListing li.active a.level_5, .categoryListing li.active a.level_6 {
    background:url("../images/levelIndicator.png") no-repeat scroll 0 0 #3498DB !important;
}
.categoryListing li.active a.level_2{ padding-left: 35px; background-position:15px 14px !important;}
.categoryListing li.active a.level_3{ padding-left: 56px; background-position: 35px 14px !important;}
.categoryListing li.active a.level_4{ padding-left: 105px; background-position: 70px 14px !important;}
.categoryListing li.active a.level_5{ padding-left: 140px; background-position: 105px 14px !important;}
.categoryListing li.active a.level_6{ padding-left: 175px; background-position: 140px 14px !important;}
/* Left side tab */
.categoryListing{width: 50%; margin-right: 0px;height:205px;overflow-y:auto;border:2px solid #cbcbcb;border-right: none;}

.categoryTab li{ 
  margin:0;
    height:40px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.categoryTab li:hover,.categoryTab li:focus{ 
    border-bottom: none;
}
.categoryTab a {
	color: #757575 !important;
	font-weight:400;
}
.categoryTab a:hover {
    background:#3498db !important;
	color: #fff !important;
     cursor: pointer;
}
.categoryTab .active a {
	background:#3498db !important;
	color: #fff !important;
	padding-left:30px;
}
.categoryTab li a:focus,.categoryTab li a:hover {
	background:#3498db !important;
	color: #ffffff !important;
}
.categoryTab li:first-child{
  border-top:none;
}
.categoryTab li:last-child{
  border-bottom:none;
}
.categoryTab li:nth-child(even){
  background-color: #f8f8f8;
}
.categoryTab li:nth-child(odd){
  background-color: #ffffff;
}
.nav-stacked>li+li{margin:0px;}
.contentbox {
	height: 205px;
	overflow-y: auto;
	position: relative;
	border-left: none;
	border:2px solid #cbcbcb;
}
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  background:#3498db;
  border:none;
 }
.subleveldata{padding:0;margin:0;}
.subleveldata ul{ 
  margin:0;
  padding:0;
}

.selected{
border-left:2px solid #3498db;
}
.subleveldata ul li{ 
  height:40px;
    border-bottom: 1px solid #fff;
}
.subleveldata ul li a{color:#757575;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width: auto;}
.categoryListing ul li a{color:#757575;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width: auto;}
.subleveldata ul li a:hover {
    background:#3498db !important;
	color: #fff ;
    cursor: pointer;
}

.breadcrumb{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;}
.breadcrumb > li + li:before{content:'>'}
/* =====================  Notification Animation - sidhiqe ===================== */

.slideNotify{display:none;background-color:#CCF5D6; float: left; position: fixed; z-index: 999; width: 100%; margin: 0px; left: 0px; height: auto; color: #3F6642; font-size: 13px; padding: 0px; top: 60px; font-weight:400;}
.slideNotify img{float: left; margin:10px 2px 10px 10px;}
.slideNotify span{float: left; margin: 8px; color:#3F6642;}
.slideNotify .iconDelete{float: right; margin-top: 0px; margin-left: 10px; background-color:rgba(0, 0, 0, 0.1);background-position: center center; padding: 18px;background-image:url(../images/icondeleteWhite.png); background-repeat:no-repeat;width:27px;height:27px;cursor:pointer}
_:-ms-fullscreen, :root .slideNotify .iconDelete{margin-right:15px}
.freezeSection{left: 0;right: 0;transform: translate3d(0px, 0px, 0px);z-index: 99; position:fixed;}
#gridHeader{width:718px;}
@media (min-width:992px) {#gridHeader{width:938px;}}
@media (min-width: 1200px) {#gridHeader{width:1138px;}}
ul.subMenu{margin:0; padding:0;list-style:none; position:relative;z-index:99;}
ul.subMenu li{margin:0; padding:0;list-style:none; float:left;}
ul.subMenu a {display: block;padding:10px 20px; color:#888888;border:1px solid #ffffff;border-bottom:1px solid #3498db;}
ul.subMenu a.active{border:1px solid #3498db;border-bottom:1px solid #ffffff;}
ul.subMenu a:hover{color:#3498db;}
.lineMenu{height:1px; background:#3498db; display:block; position:relative;z-index:9; top:40px;}
.dateIcon {
    background: url("../images/iconDate.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 26px;
    margin-top: 6px;
    position: relative;
    top: 8px;
    width: 26px;
}

/* ----- Password Strength ----- */
.short{
font-weight:bold;
color:#FF0000;
font-size:larger;
}
.crossbtn{
margin-left: 360px !important;
font-weight:bold;
color:#FF0000;
font-size:larger;
}
.good{
font-weight:bold;
color:#2D98F3;
font-size:larger;
}
.strong{
margin-left: 360px !important;
font-weight:bold;
color: limegreen;
font-size:larger;
}
#result,#result_retailer,#result_vendor{
height: 30px;
margin-left: 290px;
margin-top: 8px;
position: absolute;
width: auto;
}
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.ghostshadow{
	background-color:rgba(0,0,0,0.7) ;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.ghostContent {
    background: rgb(52, 152, 219) url("../images/infoIconBig.png") no-repeat scroll 22px 25px;
    color: #FFF;
    font-size: 15px;
    height: 180px;
    margin: -90px 0px 0px -230px;
    padding: 25px;
    text-align: center;
    width: 460px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    position: absolute;
    overflow-x: auto;
    overflow-y: hidden;
    top: 50%;
    left: 50%;
}
.ghostContentText {
    text-align: left;
    margin: 5px 50px 0px 58px;
    font-size: 13px;
}


#backToTop {
    background-color: #3498DB;
    cursor: pointer;
    color: #FFF;
    border-radius: 10px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    padding:6px 12px 9px;
    display: none;
    opacity: 0.8;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

hr {margin-top:10px;margin-bottom: 10px;}
.sortSearchCntr {height: 67px;padding-top: 10px;padding-bottom: 20px;}
.sortFld{width:55%; margin:0px 5px 0 10px;}
@media (min-width:992px) {.sortFld{width:120px; margin:0 10px;}}
@media (min-width: 1200px) {.sortFld{width:150px; margin:0 10px;}}
.deltIcon {cursor: pointer; display: block; width: 15px; margin: 0px auto;}
.infoIconSmall {
  background: url("../images/info.png") no-repeat scroll 0 0 transparent;
  width:20px;
  height:20px;
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 2px;
}
.helpIconSmall {
    background: transparent url("../images/help.png") no-repeat scroll 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 3px;
}
.footerHeight{min-height:30px!important; max-height:30px!important;}
/**Code added for UX uniformity**/
.proceedAction {
    background-color: rgb(244, 244, 244);
    bottom: 30px;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
    border-top: 1px solid rgb(228, 228, 228);
}
.successMsgDrawer {
    border-bottom: 1px solid #CCF5D6;
    height: 30px;
    padding: 1px;
    position: absolute;
    background: none repeat scroll 0% 0% #CCF5D6;
    z-index: 9;
    width: 584px;
    color: #006A3C;
    left: 0;
    top:86px;
}
.successMsgDrawer p{color: #006A3C;}
.errorMsgDrawer {
    border-bottom: 1px solid #ffe8e8;
    height: 30px;
    padding: 1px;
    position: absolute;
    background: none repeat scroll 0% 0% #ffe8e8;
    z-index: 9;
    width: 584px;
    color: #cc0048;
    left: 0;
    top:86px;
}
.errorMsgDrawer p{color: #cc0048;}

.errorBg {
    border-bottom: 1px solid #ffe8e8;
    background: none repeat scroll 0% 0% #ffe8e8;
    color: #cc0048;
}


.successBg {
    border-bottom: 1px solid #CCF5D6;
    background: none repeat scroll 0% 0% #CCF5D6;
    color: #006A3C;
}


.ddFld{width:24%;}
.mmFld{width:35%;}
.yyFld{width:38%;}

ul.imageWrapper {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
ul.imageWrapper li {
    margin:5px;
	padding:0;
	float:left;
	position:relative;
}
ul.imageWrapper li .imageCntr {
    padding: 0px;
    list-style: outside none none;
    width: 266px;
    border: 1px solid  #DDD;
    height: 266px;
    margin: 0px;
    overflow: hidden;
}

ul.imageWrapper li.addImageAction > .imageCntr .addImage {
    background-image: url("../images/addImage.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 43px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    left: 37%;
}

ul.imageWrapper li.addImageAction > .imageCntr{
	padding: 0px;
    list-style: outside none none;
    width: 266px;
    border: 1px solid #3498DB;
    height: 316px;
    margin: 0px;
}
ul.imageWrapper li .descriptionCntr {
    padding: 0px;
    list-style: outside none none;
    width: 266px;
    border-right: 1px solid #DDD;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #DDD #DDD;
    border-image: none;
    height: 50px;
    margin:0;
    text-align: center;
    padding: 5px;
}

ul.imageWrapper li .iconDelete {
    background-image: url("../images/icondelete.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #FFF;
    border-radius: 100%;
   }
ul.imageWrapper li .imageCntr img {
    display: block;
  max-width: 100%;
  height: 100%;
}
ul.imageWrapper li .imageCntr canvas{
	display: block;
  width: 100%;
  height: 100%;
  }
  
.imagecontainer_slick {
    margin-left: 28px;
    margin-right: 35px;
}
  .slick-prev {
     margin-right:-40px;
    background: url("../images/slickPreviousIcon.png") no-repeat scroll left top transparent;
    width: 40px;
    height: 40px;
    left: -18px;
  }

  .slick-next {
    margin-right: 40px;
    background: url("../images/slickNextIcon.png") no-repeat scroll left top transparent;
    width: 40px;
    height: 40px;
    right: -58px;
}
 
.slick-slide {
    margin:5px 0;
	padding:0;
	float:left;
	position:relative;
}
.slick-slide .imageCntr {
    padding: 0px;
    list-style: outside none none;
    width: 265px;
    border: 1px solid  #DDD;
    height:265px;
    margin: 0px;
    overflow:hidden;
}

.slick-slide.addImageAction > .imageCntr .addImage {
    background-image: url("../images/addImage.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 43px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    left: 37%;
}


.slick-slide .descriptionCntr {
    padding: 0px;
    list-style: outside none none;
    width: 265px;
    border-right: 1px solid #DDD;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #DDD #DDD;
    border-image: none;
    height:75px;
    margin:0;
    padding: 5px;
}

.slick-slide .iconDelete {
    background-image: url("../images/icondelete.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #fff;
}
.slick-slide .imageCntr img {
    display: block;
  max-width: 100%;
  height:100%;
}
.slick-slide .imageCntr canvas{
	display: block;
  max-width: 100%;
  height: auto;
  }
 .pull-center-footer {width: auto;
margin: 10px 24% 0;
height: 20px;
float: left;}
#retail_approve,#retail_resubmit,#retail_reject{position:absolute;bottom:0px;border:3px solid #3498db; background:#fff; width:100%;z-index:999999;padding-top: 15px;}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.iconsSec li a{padding:12px 3px 0 5px !important;}}
.borderLeftBlue{border-left:2px solid #3498db !important;}

.currencyval {
    display: block;
    width: 20%;
    float: left;
    margin: 9px 4px;
    text-align: center;
}
.helpIcon {
    display: block;
    float: right;
    cursor: pointer;
    padding: 5px;
    margin: 0px 0 0 15px;
}
.infoIconDrawer {
    position: absolute;
    right: 24px;
    top: 30px;
    cursor: pointer;
}

/* ========= help related css ========== */

.helpContent h1 {
    border-bottom: 1px solid #CECECE;
    height: 50px;
    padding: 4px 12px 12px;
    margin-bottom: 0;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 9;
    width: 100%;
    top: 0px;
    font-size: 18px;
    position: absolute;
    margin-left: -15px;
    text-transform: uppercase;
}
.TopicContent{margin: 15px;}
.helpContent h2{font-size: 15px; margin:15px 15px 10px;}
.helpContent p {
    margin: 15px;
    line-height: 1.5em;
}
.helpContent ol p, .helpContent ul p {
    margin: 0 0 10px;
    line-height: 1.5em;
}

.helpContent ul{margin:10px 0px;list-style:disc;}
.helpContent ol ul li{line-height:1.5em;}
.helpContent li{line-height:2em;}
.helpContent b {
    font-weight: bold;
    color: #636363;
}
.helpImgView {
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    padding: 0px;
    margin: 20px 0px;
}
ul.helpTopics {
	list-style:square;
    margin-top: 25px;
    color: #008CBA;
}

ul.helpTopics li {
    margin: 0px;
    padding: 0px;
    list-style:square;
    font-size: 15px;
}
/* ========= help related end css ========== */
#itemDescriptionList,#autosuggest_detailslist{min-height: 0px;max-height:200px;position: absolute;width: 550px;z-index: 99999;display:none;background:#fff;border:1px solid grey;padding:0 0 0 2px;overflow:hidden;overflow-y:auto;}
#itemDescriptionList li,#autosuggest_detailslist li{overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width: auto;height:30px;border-bottom:1px solid grey;padding-top: 4px;margin-left: -1px;cursor:pointer;}
#itemDescriptionList li:hover,#autosuggest_detailslist li:hover{background:#3498db;color:#fff;}
.brdcrumArrow{font-weight:bold;margin:0 5px;color:#3498db}
#drillDownListing{font-weight:400px;}
.redErrorBg{background: #FFE9E9;}

.resetBtnStyle{
	background: transparent none repeat scroll 0 0;
    border: none !important;
    outline:none !important;
    color: #64a8ca !important;
    text-transform: capitalize;
    line-height: 12px;
    padding: 9px;
}
.discountSecBg {
    background: #F8F8F8 none repeat scroll 0% 0%;
    height: auto;
    padding: 10px 0px 3px;
    cursor: pointer;
    margin-top: 10px;
}
.discountSecText{margin-left:47px;}
.discountSecBg h5{margin: 3px; color:#318AC6;}
.iconDeleteDiscount{
	background: url("../images/icon_delete.png") no-repeat center;
	width:50px; height:50px; float:left;
	cursor:pointer;
}
.discountFldsDiv {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    height: 625px;
    margin-bottom: 15px;
}
.discountSummary {
    border-top: 1px solid #DDD;
}

/* new toggle btn css*/
.cmn-toggle {
    position: absolute!important;
    margin-left: -9999px!important;
    visibility: hidden!important;
  }
  .cmn-toggle + label {
    display: block!important;
    position: relative!important;
    cursor: pointer!important;
    outline: none!important;
    user-select: none!important;
  }
  input.cmn-toggle-round + label {
    padding: 2px!important;
    width: 49px!important;
    height: 22px!important;
    background-color: #dddddd!important;
    border-radius: 60px!important;
  }
  input.cmn-toggle-round + label:before,
  input.cmn-toggle-round + label:after {
    display: block!important;
    position: absolute!important;
    top: 1px!important;
    left: 1px!important;
    bottom: 1px!important;
    content: ""!important;
  }
  input.cmn-toggle-round + label:before {
    right: 1px!important;
    background-color: #f1f1f1!important;
    border-radius: 60px!important;
    transition: background 0.4s!important;
    width: 20px!important;
	height: 20px!important;
	background: #FFF none repeat scroll 0% 0%!important;
  }
  input.cmn-toggle-round + label:after {
    width: 20px!important;
    background-color: #fff!important;
    border-radius: 100%!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3)!important;
    transition: margin 0.4s!important;
  }
  input.cmn-toggle-round:checked + label:before {
    background-color: #3498DB!important;
    width: 49px!important;
	height: 22px!important;
  }
  input.cmn-toggle-round:checked + label:after {
    margin-left: 28px!important;
  }
  .form-groupcategory{margin:10px 0}
 /*discovery*/
 .filterSec{width: auto;float: left;margin: 0 10px 0 0px;padding: 5px 10px;height: 28px;cursor: pointer;}
#FilterDropdown,#RangeFilterDropdown{display:none;height:340px;z-index:99999;position:absolute;border:1px solid #ccc;background-color:white;width:inherit;top:186px;padding:10px}
#FilterDropdown .filterEntity{margin-left: 25px; display: block; float: left;}
.filterActions{background: #f7f7f7 none repeat scroll 0 0;bottom: 0;float: left;height: 70px;left: 0;padding: 17px;position: absolute;width: 100%;border-top:1px solid #ccc;}
#allCategories{border: 1px solid #ccc;border-right:none; height: 38px; padding:8px 10px 10px 10px; width: auto;float:left;cursor:pointer}.imgRslt{width:100%; height:100%; margin:0; padding:0;}
.imgRsltCntr {height:195px;margin: 0px;padding: 0px;}
.srchResltCrd{padding:10px;}
.srchResltCrd h4{margin:0;cursor: pointer;color:#008cba}
.srchResltCrd:hover{background:#f9f9f9;}
.srchResltCrd p{margin:0; padding:0;}
.srchResltCrd .control-label{padding:0;}
.closePublished{position:fixed;bottom:31px;background: none repeat scroll 0 0 #f8f8f8;height:50px}