/* common */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900	');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');



@font-face {
    font-family:"ProximaNova-Semibold";
    src:url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),url("../fonts/ProximaNova-Semibold.woff") format("woff"),url("../fonts/ProximaNova-Semibold.otf") format("opentype");
    font-style:normal;font-weight:400;
}

body{
	font-family: 'ProximaNova-Regular', sans-serif !important;
	font-size: 12px;
}
img{
	max-width: 100%;
	height: auto;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.w-75 {
	width: 75%;
}

.setp_2maintable.productBrowserTable {
	margin-top: 193px;
}

.user_list_items{
	padding-top: 121px !important;
}
.logo .main_site_logo img{
	width: auto;
}
.user-manager .setp_2maintable {
	margin-top: 20px;
}
.company-profile .setp_2maintable {
	margin-top: 20px;
}
.company-profile .content {
	padding-top: 111px;
}
.step_3main {
	margin: 20px 0 !important;
	padding-bottom: 10px;
}
.step_3main_detailsform ul.nav.nav-tabs{
	max-width: 80%;
	float: left;
	width: 100%;
	position: relative;
	display: table;
	margin-bottom: 11px;
}

.upper_menu_holder{
	float: right;
    margin-bottom: 20px;
    margin-top: -18px;
}

div.publish_to, .hierarchy {
	float: left;
    width: 120px;
    border: 2px #b8b8b8 solid;
    border-radius: 5px;
    background: #eeeeee;
    padding: 8px 21px;
    text-align: center;
    height: 78px;
    margin: 0px 10px;
    cursor: pointer;
}

div.publish_to img, .hierarchy img{
	max-height:30px;
}

div.publish_to span, .hierarchy span {
    top: 7px;
	position: relative;
	font-size: 12px;
    line-height: 1;
}


.tab-content ul.nav.nav-tabs{
	max-width:100%;
}

.mainwrapper .container-fluid{
	width: 100%;
	padding: 0px;
}
.form-control.hlgin{
	height: 45px;
}
.row.no-gutter{
	margin-left: 0;
	margin-right:0;
}
.row.no-gutter > [class*=col-]{
	padding: 0px;
}
a:hover,a:focus,a:active{
	text-decoration: none;
}
.inline-checkbox{
	padding-left: 0px;
	position:relative;
}
.inline-checkbox input[type="checkbox"]{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
	z-index:1;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
}
.inline-checkbox label{
	padding-left: 20px;
	margin: 0px;
}
.inline-checkbox label:before{
	content:"";
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	border:1px solid #666666;
	line-height: 14px;
	text-align:center;
}
.inline-checkbox input[type="checkbox"]:checked + label:after{
	content:"";
	width:10px;
	height:10px;
	background: #666666;
	position: absolute;
	left: 2px;
	top: 5px;
}
.inline-checkbox.tick label{
	padding-left: 32px;
	line-height: 26px;
}
.inline-checkbox.tick label:before{
	width: 26px;
	height: 26px;
	line-height: 26px;
	border:1px solid #aeaeae;
	border-radius: 4px;
	background: #fff;
	top: 0;
	left: 0;
}

.inline-checkbox.tick input[type="checkbox"]:checked + label:after{
	content:"\f00c";
	font-family: FontAwesome;
	color: #000;
	font-size: 15px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: none;
	text-align:center;
	top: 0;
	left: 0;
}
.inline-checkbox.tick.c-rightbox label{
	padding-left: 0px;
	padding-right: 40px;
}
.inline-checkbox.tick.c-rightbox label:before,
.inline-checkbox.tick.c-rightbox  input[type="checkbox"]:checked + label:after{
	right: 0;
	left: auto;
}
.form-control{
	height: 35px;
	border-radius: 0px;
	font-family:"Lato",sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #eaf3f9;
	border: 1px solid #eaf3f9;
}
.img-input{
	height: 30px;
	width: 100%;
	border-radius: 0px;
	font-family:"Lato",sans-serif;
	color: #000;
	font-size: 12px;
	background-color: #eaf3f9;
	border: 1px solid #eaf3f9;
}
.img-input:disabled {
	background: #e7eaeb !important;
	color: #203040;
}
.img-input:disabled:hover {
	cursor:not-allowed;
}


.customised-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.customised-checkbox input {
	position: absolute !important;
	opacity: 0 !important;
	cursor: pointer !important;
	height: 0 !important;
	width: 0 !important;
}

/* Create a custom checkbox */
.mycheckmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.customised-checkbox:hover input ~ .mycheckmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customised-checkbox input:checked ~ .mycheckmark {
	background-color: #21b2e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.mycheckmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customised-checkbox input:checked ~ .mycheckmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customised-checkbox .mycheckmark:after {
	left: 12px;
	top: 3px;
	width: 7px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.image-label {
	text-transform: uppercase;
	color: #8495A6 !important;
}



.advancedFilter {
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	min-width: 100px;
	width: 20%;
}
.form-group {
	margin-bottom: 12px;
}
select.form-control.arrow{
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image:url('../images/icons-down.png');
	background-repeat: no-repeat;
	background-position: 96% center;
	padding:0px 28px 0px 8px;
	font-family:"Lato",sans-serif;
	background-color: rgba(49,133,198,0.1);
	border: none;
	box-shadow: none;
	background-size: 15px;
}
.form-group label{
	font-family:"Lato",sans-serif;
	color: #666666;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-group.nolabel{
	padding-top: 26px;
}
.form-group.nolabel label{
	margin-bottom: 0px;
}
.lightgray{
	background: #e6e6e6;
}

.btn.btn-save,
.btn.btn-submit,
.btn.btn-atq{
	padding:60px 10px 0px;
	background:url(../images/btn_sve.png) no-repeat scroll center 0 / 58px auto;
	font-size: 18px;
	font-family:"Lato", sans-serif;
	font-weight: 700;
	white-space: normal;
}
.btn.btn-submit{
	background:url(../images/btn_submit.png) no-repeat scroll center 0 / 58px auto;
	border: none;
}
.btn.btn-atq{
	background:url(../images/atq.png) no-repeat scroll center 0 / 40px auto;
}
.btn.btn-next{
	font-size: 18px;
	font-family:"Lato", sans-serif;
	font-weight: 700;
	padding:0px;
	color: #333;
}
.btn.btn-next img{
	display: block;
	margin: 0 auto;
	min-width: 60px;
}
.top_search{
	position:relative;
}
.top_search .form-control{
	height: 48px;
}
.dwnbtn_group{
	position: absolute;
	top: 5px;
	right: 15px;
}
.top_search .btn.btn-primary{
	margin-left: 6px;
}
.dwnbtn_group .btn.btn-primary{
	background: #3085c6;
	color: #fff;
	border-radius: 18px;
	border: 2px solid #3fa9f5;
	font-size:12px;
	padding: 2px 10px;
}
.dwnbtn_group .btn.btn-primary span{
	display: inline-block;
	max-width: 80px;
	white-space: normal;
	line-height: 1.2;
	vertical-align: middle;
	font-family: "Lato",sans-serif;
	font-weight: 700;
}
.dwnbtn_group .btn.btn-primary i{
	font-size: 16px;
	line-height:1;
}
.top_search.preslt{
	background: #fff;
	min-height: 48px;
	border-bottom:1px solid #ddd;
}
.top_search.preslt .backto_result{
	line-height: 48px;
	font-size: 16px;
	padding: 0px 20px;
	color: #999999;
}
.top_search.preslt .backto_result:hover{
	color: #3085c6;
}
/* login */
.login_header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding: 30px 15px 15px;
}
.togglemenu{
	text-align:right;
	margin-top: -20px;
}
.togglemenu a{
	color: #333333;
}
.togglemenu .dropdown-menu{
	left: auto;
	right: 0;
}
.login-wrapperleft{
	padding: 190px 15px 15px;
	min-height: 100vh;
	background-color: #27343b;
}
.login-wrapperleft h3{
	color: white;
	line-height: 1.5em;
	font-weight: 300;
	max-width: 730px;
	margin: 55px auto;
	margin-top: 30px;
	font-family: 'ProximaNova-Regular', sans-serif !important;
}
.login-wrapperright{
	background: white;
	min-height: 100vh;
	position: relative;
}
.login_form{
	max-width: 75%;
	margin: 0 auto;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.login_form .input-group{
	width: 100%;
}
.login_form .input-group .input-group-addon{
	width: 45px;
	height: 45px;
	background: #fff;
	line-height:43px;
	padding: 0px;
}
.login_form .form-action input[type="submit"],
.login_form .form-action a.btn.btn-primary{
	width: 100%;
	font-weight: 500;
}
.login-image{
	width: 75%;
}
/* registor*/
.registor-wrapper{
	margin: 130px auto 0;
	max-width: 600px;
}
.divider{
	width: 60px;
	height: 4px;
	background: #171717;
	margin: 15px auto;
}
.registration_form{
	padding: 40px 0px;
}
.registor-wrapper h3{
	text-align:center;
	color: #3085c6;
	font-weight: 700;
}
.form-action p{
	margin: 5px 0 0
}
.submit_btn{
	text-align:right;
}
/* dashboard */
.sidebar,.mainwrapper{
	min-height: 100vh;
}
/*sidebar*/
.close_sidebar,.mhamicon{
	display: none;
}
.sidebar{
	background: #222d32;
	width: 250px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-o-transition:width 0.2s;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
    z-index: 1;
    overflow-y: auto;
}
.sidebar .logo {
    /*padding: 19px 15px;*/
    background: #21B2E2;
    max-height: 80px;
}
.logo img{
	/*max-width:180px;*/
}

.navigation{
	overflow-y: auto;
}
.navigation .fa-angle-down {
	margin-left: 10px;
	vertical-align: bottom;
}
.navigation ul{
	padding: 0;
	margin: 0;
}
.navigation ul li{
	display: block;
}
.navigation ul li a {
    display: block;
    color: #8a8a8a;
    padding: 12px 5px 12px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.navigation ul li a i{
	font-size: 14px;
}
.navigation ul li a span{
	display: inline-block;
	line-height:1;
	vertical-align: middle;
	margin-right: 0px;
	font-size: 14px;
	font-family: 'ProximaNova-Semibold',sans-serif;
	color: #b8c7ce;
	width: 20px;
	height: 20px;
	margin-left: 16px;
	padding-top: 4px;
}
.navigation ul li:hover > a span, .navigation ul li.active > a span { color: #fff; }
.navigation ul li a span.text_menu{
	width: auto;
	height: auto;
}
.navigation ul li a span img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.navigation ul li a span.av{
	display: none;
}
.navigation ul li:hover img{
	filter: gray; /* IE5+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.navigation ul li:hover, .navigation ul li.active >a {
    background:#0088cf;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-left: 3px solid transparent;
    border-left-color: #fff;
}
.navigation ul li:hover a span.av,
.navigation ul li.active a span.av{
	display: inline-block;
}
.navigation ul li:hover a span.nr,
.navigation ul li.active a span.nr{
	display: none;
}
/*sidebar ends*/

/*main*/
.mainwrapper{
	background: #fff;
	width: 100%;
	padding-left:250px;
	-moz-transition: padding-left .1s ease-in;
     -o-transition: padding-left  .1s ease-in;
     -webkit-transition: padding-left  .1s ease-in;
     transition: padding-left  .1s ease-in;
}
.userheader {
    background: #3085c6;
    color: #fff;
    height: 80px;
    z-index: 999;
	position: fixed;
	width: calc(100% - 250px);
	top: 0;
}

.head_name {
    float: left;
    padding: 18px 16px 2px;
}
.head_companyname{
	float:right;
}
.company_name a {
    padding: 7px 7px 2px 7px;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-family: 'ProximaNova-Bold',sans-serif;
    font-weight: bold;
    line-height: 50px;
	text-transform: capitalize;
}
.company_name a span{
	display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-family: 'ProximaNova-Semibold',sans-serif;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 100;
}
.company_name a img,
.company_name a i{
	margin-right: 8px;
	vertical-align: -6px;
}
.company_name a i{
	vertical-align: -4px;
}
.userdet{
	text-align:right;
}
.userdet ul {
	/*display: table;*/
	width: 100%;
	margin: 0;
	padding: 0;
}
.userdet ul li{
	display: inline-block;
	list-style: outside none;
}
.userdet ul li a{
	color: #fff;
	padding: 2px 15px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.userdet ul li:hover,
.userdet ul li.active,
.company_name a.active{
	background: #196EAF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.userdet ul li.notification a,.userdet ul li.messages a{
	font-size: 18px;
	position: relative;
}
.userdet ul li.notification a span.badge,
.userdet ul li.messages a span.badge{
	font-size: 10px;
	background: #ff1400;
	color:#fff;
	border-radius: 50%;
	padding: 0;
	line-height:1;
	font-style: italic;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-indent: -2px;
}
.userdet ul li.uprofile a{
	padding: 5px 25px 5px 5px;
	position:relative;
}
.userdet ul li.uprofile.online a:after{
	content: "";
	width: 12px;
	height: 12px;
	background: #1aa845;
	position: absolute;
	border-radius: 50%;
	top: 12px;
	right: 21px;
}
.userdet ul li.uprofile a .uimg{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 50%;
	overflow: hidden;
	text-align:center;
}
.userdet ul li.uprofile a .uimg:after{
	content:"\f103";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.top_search input{
	background-image: url('../images/icon_search.png');
	background-repeat: no-repeat;
	background-position: 2% center;
	padding-left: 60px;
	border-radius: 0px;
}
.top_search input:focus{
	box-shadow: none;
}
.step_2mainfitler{
	padding: 30px;
}
.dashboard_chart{
	padding: 93px 15px;
}
.bgimg{
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
	text-align: center;
}
.bgimg .txt{
	position: absolute;
	left: -12px;
	right: -8px;
	top: 38%;
	max-width: 116px;
	margin: 0 auto;
	
}
.bgimg .txt p{
	margin: 0px;
	font-size: 24px;
	color: #fff;
}
.no_of_files{
	text-align: center;
	margin-bottom: 30px;
}
.no_of_files:last-child{
	margin-bottom: 0px;
}
.no_of_files a {
	display: block;
}
.no_of_files a  > p{
	font-weight: 500;
	color: #4d4d4d;
}
.step_2mainfitler .from-control{
	height: 30px;
}
.step_2mainfitler label{
	font-family: 'Lato', sans-serif;
	color: #666666;
	font-weight: normal;
}
#status_lov_chosen:after{
	content:"";
	width: 33px;
	height: 100%;
	line-height: 33px;
	right: 0;
	top: 0;
	position: absolute;
	background: url("../images/darrow.png") no-repeat center center;
	border-left:1px solid #cccccc;
}
#status_lov_chosen.chosen-container-multi .chosen-choices{
	padding-right: 30px;
}
#ct_accordion .panel-default > .panel-heading,
.darkgryhead .panel-default > .panel-heading{
	background: #666666;
}
#ct_accordion .panel,.darkgryhead  .panel,#ct_accordion .panel-heading,.darkgryhead  .panel-heading{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#ct_accordion .panel{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.panel-heading{
	padding: 0px;
}
.panel-heading .panel-title{
	font-size: 14px;
	color: #fff;
}
.panel-heading .panel-title a{
	padding: 10px 15px;
	color: #fff;
	display: block;
	position: relative;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
#ct_accordion  .panel-heading .panel-title a.collapsed:after,
.darkgryhead .panel-heading .panel-title a.collapsed:after{
	content:"\f0d7";
}
#ct_accordion  .panel-heading .panel-title a:after,
.darkgryhead .panel-heading .panel-title a:after{
	content:"\f0da";
	font-family: FontAwesome;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.setp_2maintable {
	margin-top: 186px;
}/*
.clearfix.setp_2maintable {
	margin-top: 250px;
}*/
.table {
	margin-bottom: 0;
}
.setp_2maintable .table > thead > tr > th{
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height:1.2;
	overflow: hidden;
}
.setp_2maintable .table td .description p{
	margin: 0px;
	font-weight: 500;
	color: #666;
}
.imgratio{
	width: 30px;
	height: 30px;
	background: #3085c6;
	color: #fff;
	font-size: 10px;
	line-height: 30px;
	text-align:center;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
.prdt_img {
    width: 75px;
    height: auto;
    padding: 4px;
    background: #fff;
	border:1px solid #ddd;
	position: relative;
	text-align: center;
}
.imgratio > span{
	line-height:1;
	display: inline-block;
	vertical-align: middle;
}
.imgratio i{
	display: block;
}
.pixels{
	line-height:1;
	font-weight: 700;
	margin-top:2px;
}
.setp_2maintable .table > tbody > tr > td{
	vertical-align: middle;
}
.profile-card-sec .usr_box .profile-grid { min-height: 340px; max-height: 340px; padding: 16px 10px; overflow: hidden !important;}
.profile-details ul li p {font-size: 11px !important;}
#product_browser tr td a {
	display: table;
	width: 100%;
/* wrap long urls */
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	}
.pakage_levels{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/pklvl_bg.png) no-repeat scroll center center / contain;
	line-height: 50px;
	text-align:center;
	color: #fff;
	font-weight: 700;
	padding: 0px 25px;
}
.add-btn,.add-btn:hover{
	color: #39b54a;
}
.status_percentage p{
	margin: 10px 0 0;
	font-weight: 700;
}
.status_percentage p.text-info{
	color: #3085c6;
}
.status_percentage p.text-warning{
	color: #f6931d;
}
.status_percentage p.text-danger{
	color: #ed1d23;
}
.status_percentage p.text-success{
	color: #8cc63f;
}
/* .setp_2maintable .table{
	background: #e6e6e6;
}
.setp_2maintable .table > tbody > tr > td:first-child,
.setp_2maintable .table > tbody > tr > td:nth-child(2){
	background: #fff;
	border-left: none;
	border-right: none;
}
.setp_2maintable .table > tbody > tr > td{
	padding: 4px;
	font-size: 12px;
}
.setp_2maintable .table > tbody > tr > td p a{
	color: #333;
}
.setp_2maintable .table > tbody > tr > td p a:hover{
	color: #3085c6;
}
.step_3main{
	background: #f2f2f2;
	min-height: calc(100vh - 60px);
}
.step_3main_detailsform  .nav-tabs{
	border: none;
}
.step_3main_detailsform   .nav-tabs  li{
	margin-bottom: 0px;
	width: 25%;
}
.step_3main_detailsform  .nav-tabs > li > a{
	border: none;
	border-radius: 0px;
	font-size: 14px;
	margin-right: 0px;
	text-align:center;
	color: #044d72;
}
.step_3main_detailsform  .nav-tabs > li > a:after{
	content: "";
	position: absolute;
	right: -40px;
    border-width: 20px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
	top: 0;
	z-index: 1;
}
.step_3main_detailsform  .nav-tabs > li.bdata > a{
	background: #20c7e2;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.step_3main_detailsform  .nav-tabs > li.bdata > a:after{
	border-left-color: #20c7e2;
}
.step_3main_detailsform  .nav-tabs > li.encontent > a{
	background: #1ca6d1;
}
.step_3main_detailsform  .nav-tabs > li.encontent > a:after{
	border-left-color: #1ca6d1;
}
.step_3main_detailsform  .nav-tabs > li.imgs > a{
	background: #3085c6;
}
.step_3main_detailsform  .nav-tabs > li.imgs > a:after{
	border-left-color: #3085c6;
}
.step_3main_detailsform  .nav-tabs > li.pdrevw > a{
	background: #0071bc;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.step_3main_detailsform  .nav-tabs > li.pdrevw > a:after{
	content: none;
}
.step_3main_detailsform  .nav-tabs > li.active > a, 
.step_3main_detailsform  .nav-tabs > li.active > a:focus, 
.step_3main_detailsform  .nav-tabs > li.active > a:hover{
	border: none;
	color: #fff;
}
.step_3main_detailsform .tab-content{
	padding: 15px 0px;
}
#step3_innertab .nav-tabs > li > a:after {
    content: none;
} */
.pdform_column{
	background: #e6e6e6;
}
.pdform_column .form-group textarea.form-control{
	height: 106px;
	resize: none;
}
.pdform_column.last_coumn{
	background: #fff;
	padding: 0px;
	text-align:center;
	position:relative;
	max-height: 479px;
	min-height: 479px;
	
}
.preview_title{
	padding: 15px;
	background:#3fa9f5;
	color: #fff;
}
.preview_title p{
	margin: 0px;
	font-weight:700;
}
.preview_img{
	padding: 14px 20px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.pdetails_btform{
	margin-top: 20px;
}
.step_3main_detailsform  .tab-pane .row{
	margin-left: -10px;
	margin-right: -10px;
}
.step_3main_detailsform .tab-pane .row [class*=col-]{
	padding-left:10px;
	padding-right: 10px;
}
.bdata_cunit .nav.nav-tabs{
	border-bottom: none;
}
.bdata_cunit .nav.nav-tabs li{
	margin-bottom: 0px;
	width: 24.25%;
	margin-right: 1%;
}
.bdata_cunit .nav.nav-tabs li:last-child{
	margin-right: 0px;
}
.bdata_cunit .nav.nav-tabs li a{
	border-radius: 0px;
	background: #cccccc;
	border:none;
	text-align:center;
	font-weight: 700;
	color: #666;
}
.bdata_cunit .nav-tabs > li.active > a, 
.bdata_cunit .nav-tabs > li.active > a:focus, 
.bdata_cunit .nav-tabs > li.active > a:hover{
	background: #e6e6e6;
}
.bdata_cunit .tab-content{
	background: #e6e6e6;
	padding: 10px;
}
.taxlist{
	/*padding:38px 15px;
	min-height: 379px;*/
	padding: 15px;
	border: 1px solid #aeaeae;
	margin-top: 21px;
	background-color: #cdcdcd;
}
.taxlist input.form-control{
	max-width: 55px;
}
.list-background > .row > [class*="col-"] .form-group:last-child{
	margin-bottom: 0px;
}
.saveform{
	text-align:center;
}
.profile_cmpletd,.save_btn{
	margin-bottom: 15px;
}
.preview_div .pdform_column{
	position: relative;
	max-height: 100%;
	min-height: 1px;
}
.preview_div .pdform_column .preview_img{
	padding: 14px 20px;
	position: static;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform:  none;
	-ms-transform:  none;
}
.selected_list_prew{
	margin-top: 40px;
}
.prwrow{
	margin-bottom: 15px;
}
.prwrow p{
	font-family: "Lato",sans-serif;
}
.prwrow p.title{
	color: #666666;
	margin: 0px;
}
.prwrow p.det{
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
	color: #000;
}
.enrcih_des_fea{
	padding: 15px 15px 40px;
	min-height: 619px;
}
.enrcih_des_fea textarea.form-control{
	height: 250px;
	resize: none;
}
.addmore_btn{
	text-align:right;
}
.addmore{
	color: #009245;
}
.form-control.segwllw{
	background-image: url('../images/icon_search.png');
	background-repeat: no-repeat;
	background-position: 98% center;
}
.adv_column{
	position:relative;
	min-height: 619px;
}
.adv_column .saveform{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.adv_column .submit_btn{
	text-align: center;
}
.nutri_info{
	padding:15px 20px;
}
.nutri_info h3{
	margin: 0 0 10px;
	font-family: "Lato",sans-serif;
	font-weight: 700;
}
.nutri_info h3 span{
	font-size: 12px;
	max-width: 45px;
	font-style: italic;
	font-weight: 400;
	font-family: "Lato",sans-serif;
}
.nutri_info .table-responsive > .table > tbody > tr > td{
	padding: 0px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #ddd;
}
.nutri_info .table-responsive > .table tbody > tr > td{
	font-family: "Lato",sans-serif;
	font-weight: 700;
	color: #000;
}
.nutri_info .table .table{
	margin-bottom: 0px;
}
p.hint{
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	font-family: "Lato",sans-serif;
	color: #000;
}
.nutri_info .table-responsive > .table.cpg tbody > tr > td{
	padding: 8px;
	vertical-align: middle;
}
.nutri_info .table-responsive > .table.cpg tbody > tr > td ul{
	margin: 0px;
	padding: 0px;
}
.nutri_info .table-responsive > .table.cpg tbody > tr > td ul li{
	display: inline-block;
	position:relative;
	padding-left: 15px;
	margin-left: 15px;
}
.nutri_info .table-responsive > .table.cpg tbody > tr > td ul li:before{
	content:"";
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	top: 7px;
}
.nutri_info .table-responsive > .table.cpg tbody > tr > td ul li:first-child{
	margin: 0px;
	padding: 0px;
}
.nutri_info .table-responsive > .table.cpg tbody > tr > td ul li:first-child:before{
	content: none;
}
.otinfo_accr .panel{
	margin-bottom: 10px; 
}
.otinfo_accr .panel-heading h4 a{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.upload_image{
	display: table;
	width: 100%;
}
.upload_image .ff_fileupload_wrap .ff_fileupload_dropzone,
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone{
	width: 290px;
	height: 310px;
	margin: 40px auto 30px;
	background: url(../images/up_img.png)no-repeat scroll center center / 150px auto;
	position:relative;
}
.upload_image .ff_fileupload_wrap .ff_fileupload_dropzone:after,
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone:after{
	content:"Choose Image Files";
	position: absolute;
	left: 0;
	right: 0;
	font-size: 18px;
	font-weight: 700;
	color: #0071bc;
	bottom: 50px;
}
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone:after{
	content:"Choose Video Files";
	color: #ed1d23;
}
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone{
	background: url(../images/video_img.png)no-repeat scroll center center / 150px auto;
}
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone:hover, 
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone:focus, 
.upload_video .ff_fileupload_wrap .ff_fileupload_dropzone:active{
	border-color: #c1262d;
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image{
	width: 40px;
	height: 40px;
	border-radius: 0px;
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary{
	text-align:left;
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_fileinfo{
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:hover{
	border: none;
	background: transparent;
	font-size: 16px;
	padding: 0;
	font-family: "Lato",sans-serif;
	cursor: default;
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_errors{
	clear: both;
	display: table;
	width: 100%;
	
}
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_background,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar{
	height: 15px;
	border-radius: 8px;
}
.upload_video .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar{
	background: #c1262d;
}
.ff_fileupload_wrap table.ff_fileupload_uploads{
	max-width: 290px;
	margin: 0 auto;
}
.cimgupload{
	position:relative;
	margin-top: 0px;
}
.cimgupload h3{
	font-weight: 700;
	font-family:"Lato",sans-serif;
	margin: 0 0px;
	text-align:center;
}
.cimgupload p{
	font-weight: 700;
	font-family:"Lato",sans-serif;
	margin: 0 0px;
	text-align:center; 
}
.cimgdet_form{
	padding: 15px;
	background: #fff;
	max-width: 700px;
	margin: 30px auto;
	border:1px solid #dddddd;
}
.cimgdet_form .form-group{
	margin-bottom: 10px;
}
.prev_nextbtn{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align:center;
}
.prev_nextbtn a{
	display: inline-block;
	position: absolute;
}
.prev_nextbtn a.prev{
	left: 20px;
}
.prev_nextbtn a.next{
	right: 20px;
}
.prev_nextbtn a p.img img{
	max-width: 80px;
}
.prev_nextbtn a p.text{
	padding: 10px;
	margin:8px 0 0px;
	background: #fff;
	border-radius: 20px;
	line-height:1;
	color: #3085c6;
	border:1px solid #dddddd;
}
.image_video_upload .adv_column{
	min-height: 480px;
}
.product_reviewslider,
.frequently_bought_preview{
	background: #fff;
	padding: 10px;
}
.carousel_prev{
	text-align:center;
	margin-top: 10px;
}
.carousel_prev a{
	display: inline-block;
	margin-right: 4px;
	border: 1px solid #ddd;
	padding: 10px;
	height: 70px;
	width: 70px;
	line-height: 50px;
	margin-bottom: 5px;
	overflow: hidden;
}
.carousel_prev a:last-child{
	margin-right: 0px;
}
.product_reviewslider .owl-carousel .owl-item img{
	width: auto;
    max-height: 320px;
    margin: 0 auto;
}
.frequently_bought_preview a{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	height: 100px;
	width: 100px;
	line-height: 80px;
	vertical-align: middle;
}
p.det_des{
	margin-top: 10px;
	font-family:"Lato",sans-serif;
}
.prwrow ul{
	padding: 0px;
	list-style: inside disc;
	margin: 10px 0 0px
}
.prwrow ul li{
	list-style: inside disc;
}
#s3_tab4 .adv_column{
	min-height: 530px;
}
.files_upload {
	margin-top: 50px;
	position: relative;
}
.files_upload h4{
	text-align:center;
	font-family:"Lato",sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
}
.files_upload .form-group{
	max-width: 290px;
	margin: 0 auto 10px;
}
.files_upload  .ff_fileupload_wrap .ff_fileupload_dropzone{
	height: 310px;
	background: url(../images/fleup_img.png)no-repeat scroll center center / 150px auto;
	position: relative;
}
.files_upload  .ff_fileupload_wrap .ff_fileupload_dropzone:after{
    content: "Choose Product Files";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    color: #009245;
    bottom: 50px;
}
.files_upload  .ff_fileupload_wrap .ff_fileupload_dropzone:hover,
.files_upload  .ff_fileupload_wrap .ff_fileupload_dropzone:focus{
	border-color: #009245;
}
.files_upload  .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar{
	background: #009245;
}
.btn_dwntemp{
	max-width: 290px;
	margin: 0 auto;
}
.btn.btn_dwntemp{
	width: 100%;
	display: block;
	background: #009245;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px;
}
.pbrw {
	padding:10px 20px;
}
.pbrw .pagination{
	width: 100%;
	text-align:center;
}
.pbrw .pagination > li.previous{
	float:left;
	margin: 0px;
}
.pbrw .pagination > li.next{
	float:right;
	margin: 0px;
	
}
.pbrw .pagination > li.previous a,
.pbrw .pagination > li.next a{
	border-radius: 15px;
}
.pbrw .pagination > li{
	display: inline-block;
	margin-right: -4px;
}
.product_resultview{
	padding: 20px;
}
.product_resultview .adv_column{
	min-height: 510px;
}
.help_btn{
	max-width: 60px;
}
.fr_title{
	padding: 12px 15px;
	background: #4d4d4d;
	color: #fff;
}
.fr_title h4{
	margin: 0px;
	font-weight: 700;
}
.register_form{
	padding: 20px;
}
.input_list{
	padding: 15px;
	background: #f4f4f4;
	min-height: 408px;
}
.register_form h3{
	margin: 0 0px 20px;
}
.breadcrumb_list .breadcrumb{
	border-radius: 0px;
	margin: 0px;
}
.breadcrumb_list .breadcrumb li{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.register_form .next_btn,.register_form .save_btn{
	margin-top: 20px;
}
.chosen-container-single .chosen-single{
	height:35px;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	line-height: 35px;
}
.chosen-container-single .chosen-single input[type="text"]{
	padding: 0px;
	line-height: 35px;
	padding: 0 8px;
}
.chosen-container-single .chosen-single div b{
	background-position: 0px 7px;
}
.input_list .form-group{
	position: relative;
}
.input_list .form-group a.remove{
	font-size: 25px;
	color: #ed1d23;
	position: absolute;
	right: 9px;
	top: 0px;
	z-index: 2;
}
.btn-reset {
	font-size: 1.3em;
	color: #8495a6;
	font-weight: 600;
}
.login-button{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.6em !important;
}
.login-h3{
	margin-bottom: 40px;
	font-family: 'ProximaNova-Semibold',sans-serif;
	color: #e15d38;
	font-size: 2.6em;
}
.login-h4{
	font-family: 'ProximaNova-Semibold',sans-serif;
	font-size: 1.5em;
}
.login-input{
	width: 100%;
	font-family: 'ProximaNova-Semibold',sans-serif;
	font-size: 1.3em;
	border: none;
    background-color: #eaf2f9;
    padding: 15px;
    border-radius: 10px;
}
/*main ends*/

#pieChart::after {
    content: "";
	position: absolute;
	left: 98px;
	right: 0;
	top: 51px;
	bottom: 0;
	width: 372px;
	height: 372px;
	border: 30px solid #00B3DE;
	border-radius: 50%;
}
.canvasjs-chart-credit {
	display: none;
}
.image_excel {
	width: 290px;
    height: 310px;
    margin: 40px auto 30px;
    margin-top: 0%;
    background: url(../images/fleup_img.png)no-repeat scroll center center / 150px auto;
    position: relative;
    box-sizing: border-box;
    border: 2px dashed #A2B4CA;
    border-radius: 3px;
    padding: 0;
    opacity: 0.9;
    cursor: pointer;
	outline: none;
	margin: 40px auto 30px;
}
.excelimport {
    opacity: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.upload_file.text-center.image_excel::after {
    content: "Choose File";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0071bc;
    bottom: 50px;
}
/* dropdown menu */
.uprofile .dropdown-menu li{
	display: block;
}
.uprofile .dropdown-menu li a{
	display: block;
	color: #4d4d4d;
}
.uprofile .dropdown-menu li a:hover{
	background: #196EAF;
	color: #fff;
}
.userdet .uprofile.online .dropdown-menu li a:after{
	content: none;
}
/*main ends*/
.help-block {
	color: red !important;
}
/*#image_preview {
    clear: both;
    display: table;
    width: 100%;
	max-width: 290px;
	margin: 30px auto 0;
}*/
#image_preview .uploaded_image{
	float: left;
	width: 50%;
	padding:10px;
	display: none;
	position: relative;
}
#image_preview .uploaded_image img{
	width: 100%;
}
#image_preview .uploaded_image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    margin: 5px;
	display: block;
	text-align:center;
}
#image_preview .uploaded_image a i{
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.excel_import {
	width: 290px;
	height: 290px;
}
.product_button {
    margin-top: 0%;
}
.image_upload { 
    width: 290px;
    height: 290px;
    text-align: center;
    background: url(../images/up_img.png)no-repeat scroll center center / 150px auto;
    opacity: 0.85;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	border: 2px dashed #A2B4CA;
	border-radius: 3px;
	padding: 0;
	display: block;
	margin: 40px auto 30px;
} 
#uploadFile, .assst_upload {
	height: 290px;
	opacity: 0;
}

.uploaded_excel {
	border: 2px dashed #A2B4CA;
	padding: 10px 45px 10px 15px; 	
	clear: both;	
	margin: 0 auto;
	max-width: 290px;
}
.no_products_found {
	padding: 50px;
	text-align: center;
}
#loading_image {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#loading_image img{
	padding-top: 15%;
	padding-left: 20%;
}
.basket_retailer {
	line-height: 26px;
	height: 36px;
}
.prdt_img img { 
    max-height: 50px;
    border-radius: 8px;
} 
.preview_img img {

    width: auto;
    max-height: 320px;

}
.carousel_prev a img{
   max-height: 50px;
   width: auto
}
.pdform_column.last_coumn.preview_product_image{
	min-height: 420px;
}

.pdform_column.last_coumn.preview_product_image .preview_img{
	position: static;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-sm-transform: none;
}
#example_length, #example_filter, #example_info, #example_paginate {
    display: none;
}
/*.thumbnail_view_column {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}*/
.thumbnail .prdt_img{
	margin: 10px auto 20px;
}
.thumbnail {
	height: 300px;
}
.thumb_view_Desc p a{
	font-size: 12px;
	/*color: #666666;*/
}
#thumbnail_views {
	margin-left: -15px;
}
.thumb_view_Desc p a:hover {
	color: #3085c6;
}
.login_form .help-block{
	margin: 2px 0 0;
	font-size: 12px;
}
.login_form .help-block strong{
	font-weight: normal;
}
.view_thumbnail_list{
	width: 25%;
	padding-top: 56px;
}
.inline input[type="checkbox"]{
	margin-top: 3px;
}
.block_divider{
	clear: both;
	padding-top: 10px;
}
.button-group {
    border: 1px solid #d0cece;
    text-align: center;
}
.button-group button {
    margin: 10px;
}
.result-area {
    min-height: 500px;
    background: #FFF;
    max-height: 500px;

}

    

/* overflow-y: auto; */
/*.upload_file.text-center.image_excel span {
    margin-top: -38px;
}*/
 @media all and (-ms-high-contrast:none){
     select.arrow.form-control{
		padding: 0 8px 0 8px;
		background-image: none;
	 }
    *::-ms-backdrop, select.arrow.form-control{
		padding: 0 8px 0 8px;
		background-image: none;
	}
	.bgimg .txt{
		left: 13px;	
	}
}
.uploaded_image.assetts_upload { 
    max-width: 100px;
    float: left;
    max-height: 100px;
    overflow: hidden; 
}
#image_preview {
	max-width: 290px; 
	margin: 0 auto;
}

.setp_2maintable .table > thead > tr > th {
    font-size: 12px;
}

.panel-default .panel-body label{
	font-size: 12px;
}

#product-browser .add-btn{
	display: inline-block;
	cursor: pointer;
}

.btn-save,.btn-next{
	border:none;
	background-color: transparent; 
}
.btn-save:hover,.btn-next:hover, .btn-save:focus,.btn-next:focus{
	border:none;
	background-color: transparent; 
	-webkit-box-shadow: none;
	box-shadow: none; 
}
.btn.active, .btn:active{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

.edit_prduct_image_view {
	height: 550px;
	background-color: white;
}

.enrcih_des_fea.lightgray .features_6{
	margin-bottom: 29px;
 }

 .toggle_header{
	float: left;
	padding: 3px 12px 3px 12px;
	cursor: pointer;
	 
 }

 .toggle_header i{
	font-size: 14px;
 }

 .sidebar-lg-show .sidebar {
	width:50px;
	overflow: hidden;
}

.sidebar-lg-show  .mainwrapper{
	padding-left: 50px;
	
}

.sidebar-lg-show .text_menu{
	display: none;
}

.sidebar-lg-show .logo{
	width: 223px;
    padding: 5px 10px 5px 10px;
}

.sidebar-lg-show .logo{
	width: 207px;
}

.sidebar div.header {
	color: white;
	font-weight: 500;
	background: #1a2226;
	padding: 12px 25px 10px 32px;
	font-size: 12px;
	display: block;
}

.sidebar-lg-show  div.header {
	display: none;
}

.carousel.carousel-slider .control-arrow {
    background: transparent !important;
    opacity: 1  !important;
}

.main_white_logo{
	display: none;
}

.main_site_logo{
	display: block;
	height: 80px;
	background: white;
	text-align: center;
	padding-top: 5px;
}

.sidebar-lg-show .main_site_logo{
	display: none;
}

.sidebar-lg-show .main_white_logo{
	display: block;
}
.sidebar-lg-show .logo img{
	max-width: 39px;
}

.carousel .control-prev:before {
	margin: 0 5px;
	display: inline-block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: '';
	border: 0px !important;
	background:url('../images/uprev_img.png');
	width:38px;
	height:38px;
	background-size: contain;
	opacity: 1 !important;
}

.carousel .control-next:before {
	margin: 0 5px;
	display: inline-block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: '';
	border: 0px !important;
	background: url('../images/unext_img.png');
	width: 38px;
	height: 38px;
	background-size: contain;
	opacity: 1 !important;
}

#s3_tab4 .carousel .control-next:before, #s3_tab4 .carousel .control-prev:before {
	width: 28px;
	height: 28px;
	margin-top: 0px;
	position: relative;
	background-color: transparent;
}
.cimgdet_form .react-calendar{
	background: #e6e6e6;
    color: #000;
}

.uploaded_image_count{
	float: left;
	width:100%;
	text-align: center;
	margin-bottom: 25px;
}
.carousalmain{
	opacity: 0;
}
.ulded_img img {
    max-height: 350px;
    width: auto !important;
}
#cu_vat_exemp_percentage,#shr_vat_exemp_percentage,#case_vat_exemp_percentage,#pallet_vat_exemp_percentage{
	padding: 6px;
}
.profile_cmpletd img{
	/*min-width: 65px;*/
}
#s3_tab4 .carousel .thumb img {
    vertical-align: top;
    max-height: 80px;
    object-fit: contain;
}
#s3_tab4 .product_reviewslider li.slide div{
	background: #fff;
}
#s3_tab4 .product_reviewslider li.slide div img{
	min-height: 450px;
	max-height: 450px;
	object-fit: contain;
}

.head_companyname .user_profile_dropdown li .pull-left a, .head_companyname .user_profile_dropdown li .pull-right a,.head_companyname .user-header-profile p, .head_companyname .userdet .dropdown.btn-group .dropdown-toggle,.head_companyname .gln_name{
	font-size: 12px;
}

.user_profile_dropdown li .pull-left button, .user_profile_dropdown li .pull-right button{
	background: #cccc;
	color: #000;
	width: 100%;
	font-size: 12px;
}

.head_companyname .gln_name{
	padding: 19px 10px;
	cursor: pointer;
	line-height: 50px;
}

.light-color {
	background:#eeeeee;
	border-left:1px solid #d4d4d4;
}
.dark-color {
	background:#e6e6e6;
	border-left:1px solid #d4d4d4;
}
.enriched-product-details #edit-product{
	padding-top:0px;
    background: #ffffff !important;
} 
#edit-product{
	padding-top:0px;
    background: #f2f2f2;
}
.upper_menu_holder_content {
	padding: 20px;
    position: fixed;
    right: 0px;
    height: 100%;
    background: #222d32;
    top: 0px;
    width: 315px;
    z-index: 99;
    padding-top: 68px;
	overflow-y: scroll;
}

.upper_menu_holder_content ul.nav.nav-tabs li a { color: #222 !important; }


.heirarchy_tab_holder {
    float: none;
    max-width: 100%;
    padding: 6px;
	width: 100%;
	margin: 0px auto;
}

.heirarchy_tab_holder_single {
	float: left;
	background: #202020;
    padding: 40px 10px 20px 10px;
    border: 1px #fff solid;
    width: 100%;
    color: #fff;
    margin: 0px auto;
    font-family: sans-serif;	
}


span.heirarch_gints {
    font-size: 12px;
}

.heirarchy_tab_holder_single .sku_code {
	font-size: 16px;
	
}
.custom_table .btn.btn-primary.btn-flat {
    float: right;
    margin-right: 80px;
    margin-bottom: 20px;
}
.custom_table td {
    height:36px;
}
.custom_table {
	margin: 0px !important;
	overflow: unset;
}
.custom_table a {
	margin-top: 20px;
}
.btnic,.btn-lang {
    background-color: #2a7ab7;
    border: none;
    color: white;
    padding: 3px 16px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
}
.btn-lang i{
	font-size: 12px;
}
.form-group.lang_div label {
    display: block;
}
.lang_div .form-group {
	width: 80%;
	float: left;
	margin-bottom:0px !important;
}
.lang_div {
	margin-bottom:15px;
}
.lang_div1 .form-group{
	width: 96% !important;
}
.title-button h4{
	width: 80%;
	float: left;
}
.title-button button{
	width: 20%;
	float: right;
}


/*----------karna CSS ------------------*/
.display-none{
	display: none;
}
.header_profile {
    float: right;
    line-height: 0;
	padding: 20px;
	padding-top: 10px;
    background: rgba(0,0,0,0.1);
}
.navigation ul li.active .sub-nav .std-nav a{
	background: rgba(33,178,226,0.25);
}
.navigation ul li.active .sub-nav .std-nav a, .navigation ul li.active > a{
	border-left: none;
}
.navigation ul li.active .sub-nav li a{
	border-left: 3px solid transparent;
}
.navigation ul li.active .sub-nav li.active a {
    border-left: 3px solid transparent;
    background: rgba(33,178,226,0.6);
}
.navigation ul li.active .sub-nav a {
    padding-left: 48px;
    color: #fff;
    font-family: 'ProximaNova-Semibold',sans-serif;
    font-size: 16px;
    padding: 12px 0px 12px 48px;
}
.navigation ul li.active .sub-nav li a:hover {
    padding-left: 52px;
    border-left: 3px solid #3c8dbc;
}
.navigation ul li.active .sub-nav .std-nav a:hover {
    background: rgba(33,178,226,0.25);
    padding-left: 48px;
    border-left: none;
}
.bg-grey{
	background: #F2F4F7;
}
.content-main-header {
    margin: 0;
    background: #fafafa;
	padding: 100px 0px 0px 0px;
	position: fixed;
	z-index: 2;
	width: calc(100% - 250px);
	padding-bottom: 5px !important;
}
.autoqc-header {
	padding-bottom: 11px;
	height: 122px;
	padding-top: 70px;
}
.manualqc-header {
	padding-bottom: 11px;
	height: 127px;
	padding-top: 70px;
}
.prefix-header{
	padding-top: 70px;
	padding-bottom: 10px;
}
.company-header{
	padding-top: 70px;
    padding-bottom: 10px;

}
.user-header{
	padding-top: 70px;
}
#product-browser .suppliers-dropdown{
	float: none;
	width: 100%;
}
#product-search-btn {
	margin-top: 2px;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-right: 10px;
}
#advanced-filters-btn {
	margin-top: 2px;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #e15d38;
    background-color: #fbded8;
}
#advanced-filters-btn:hover {
	color: #e15d38;
    background-color: #fbded8;
}
.product-search-export {
	margin-right: 5px;
	/*margin-top: 12px;*/
	font-size: 1.1em !important;
	margin-top: -8px;
}
.empty-alert {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: right;
}
.empty-alert-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	top: 100vh;
	text-align: right;
}
.project-count-wrap {
    float: left;
    padding: 8px 0px;
	margin-right: 5%;
}
.filter-container {
    width: auto;
    float: left;
    margin-left: 10px;
    width: 250px;
}

.project-count-wrap p{
	color: #203040;
	font-family: 'ProximaNova-Semibold',sans-serif;
    font-size: 14px;
	margin: 0;
	text-transform: capitalize;
}
.project-count-wrap p span{
	position: relative;
	margin-left: 20px;
}
.project-count-wrap p span:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 30px;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #21B2E2;
    border-radius: 6px;
}
.project-count-wrap p span strong{
	/* position: relative;
    z-index: 999; */
    color: #fff;
}
.filter-container .form-group{
	position: relative;	
	margin-bottom: 0;
}
.filter-container .form-control {
	font-size: 1em;
    height: 36px;
    background: rgba(49,133,198,0.1);
	font-family: 'ProximaNova-Regular',sans-serif;
    color: #8495A6;
    border: 1px solid #fff;
    padding-left: 36px;
    box-shadow: none;
	border-radius: 6px;
	width: 250px;
}
.filter-container .form-control-feedback{
	left: 0;
	right: 100%;
}
.filter-container .form-group span:before{
	content: "\f002";
    color: #97ABBE;
    font-size: 18px;
    height: 18px;
    width: 18px;
    object-fit: cover;
}
.suppliers-dropdown .colorful-select{
	width: 180px;
	height: 36px;
	background:rgba(49,133,198,0.1);
	border: 1px solid #fff;
	color: #8495A6;
	font-family: 'ProximaNova-Semibold',sans-serif;
	box-shadow: none;
    border-radius: 6px;
    padding-left: 36px;
}
.suppliers-dropdown{
	float: left;
	position: relative;
	width: 22%;
	margin-right: 15px;
}
.suppliers-dropdown:last-child { float: right; margin-right: 0; }
.suppliers-dropdown .dropdown-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 5px;
    color: #97ABBE;
    font-size: 16px;
}
#datepicker > span:hover{
	cursor: pointer;
}
#datepicker input{
	background: rgba(49,133,198,0.1);
    border: 1px solid transparent;
    color: #8495A6;
    font-family: 'ProximaNova-Semibold',sans-serif;
    box-shadow: none;
    border-radius: 6px;
    height: 36px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#datepicker .input-group-addon:first-child {
    height: 36px;
    background: transparent;
    border-radius: 6px;
    border-right: none;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#datepicker .input-group-addon i{
	font-size: 14px;
	color: #97ABBE;
}
.table-list-switcher a.active{
	padding: 8px 14px;
    height: 36px;
    overflow: hidden;
    background: #21b2e2;
    color: #fff;
    border-radius: 6px;

}  
.table-list-switcher a:first-child{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.table-list-switcher a:last-child{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table-list-switcher a{
	padding: 8px 14px;
    height: 36px;
    overflow: hidden;
    background: rgba(49,133,198,0.1);
    color: #203040;
    border-radius: 6px;
    font-size: 15px;
    font-family: 'ProximaNova-Regular', sans-serif;
} 
.drop-down-reports .Select-clear{
	display: none !important;
}
.cont-head-right-side{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.table-list-switcher a span img {
	padding-right: 10px;
}
.inner-main-padding {
    margin: 20px 30px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 6px;
}
.table th, .table th label{
	color: #8495A6;
	font-family: 'ProximaNova-Semibold',sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
.table>tbody>tr>td{
	border-top: none;
}
.table>thead>tr>th{
	border-bottom: none;
}
.td-label{
	font-size: 15px;
	color: #203040;
}
.des-td{
	color: #203040;
	font-size: 16px;
	font-family: 'ProximaNova-Semibold',sans-serif;
	font-weight: 700;
}

.table>tbody>tr>td{
	color: #203040;
    font-size: 15px;
    font-family: 'ProximaNova-Regular',sans-serif;
    position: relative;
}
.status-td p{
	color: rgb(255,89,89);
    font-size: 12px;
    font-family: 'ProximaNova-Semibold',sans-serif;
    display: inline;
    background: #FFDEDE;
    padding: 6px;
    border-radius: 4px;
}

.status-td.discontinued p{
	color: rgb(255,89,89);
    font-size: 12px;
    font-family: 'ProximaNova-Semibold',sans-serif;
    display: inline;
    background: #FFDEDE;
    padding: 6px;
    border-radius: 4px;
}

.status-td.other p{
	color: rgb(69,205,69);
    font-size: 12px;
    font-family: 'ProximaNova-Semibold',sans-serif;
    display: inline;
    background: #DEFFDE;
    padding: 6px;
    border-radius: 4px;
}

.status-td .progress {
    height: 8px;
    margin-bottom: 0;
    background-color: #B8CFE6;
    -webkit-box-shadow:none;
    box-shadow: none;
    width: 60px;
    margin-top: 10px;
    border-radius: 5px;
}
.status-td .progress-bar{
	background-color: #FFBB33; 
}
.bypass-btn {
    background: rgba(49,133,198,0.2);
    color: #fff;
    font-size: 13px;
    font-family: 'ProximaNova-Semibold',sans-serif;
    padding: 6px 10px;
    border-radius: 6px;
    border: none;
}
th .custom-checkbox{
	position: relative;
}
.custom-checkbox:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: rgba(49,133,98,0.1);
    border: 1px solid rgba(49,133,98,0.1);
    border-radius: 6px;
    left: 0;
    top: 8px;
    z-index: 1;
}
.custom-checkbox input {
    width: 24px;
    height: 24px;
    opacity: 0;
    top: 8px;
    position: relative;
    margin-right: 15px;
    margin-top: -2px;
    z-index: 99;
}
.table>tbody>tr>td .custom-checkbox:before {
    left: 6px;
    top: 14px;
}
.custom-checkbox.active:before{
	background: #FFBB33;
}
.table-pagination{
	text-align: center;
	padding-top: 20px;
}
.pagination>li>a {
    font-size: 14px;
    font-family: 'ProximaNova-Semibold',sans-serif;
    color: #97ABBE;
    position: relative;
    border: none;
}
/*.pagination>li.active a:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #21B2E2;
    left: 1px;
    top: -2px;
    border-radius: 6px;
    z-index: -1;
}*/
.pagination>li.active a {
    padding: 6px 12px;
    z-index: 0;
    cursor: default;
	background: #21b2e2 !important;
	color: #fff !important;
	border-radius: 4px;
}
.component-pagination .pagination>li.disabled a, .pagination>li.disabled a:hover{
	background: none;
}
.pagination>li:hover a, .pagination>.active>a:hover{
	background: transparent;
	border-color: transparent;
}
.pagination>li a span {
    position: relative;
    z-index: 9;
    font-size: 14px;
    font-weight: 700;
}
.pagination>li {
	display: inline-block;
    margin: 0px 5px;
}
.pagination>li:first-child > a {
    position: relative;
    margin-right: 20px;
}
.pagination>li:last-child > a {
    position: relative;
    margin-left: 20px;
}
.pagination>li:first-child > a i,.pagination>li:last-child > a i {
	color: #fff;
}
.pagination .page-item { position: relative; bottom: 3px; }
/*.pagination>li:first-child > a:before, .pagination>li:last-child > a:before {
    position: absolute;
    content: '';
    top: -7px;
    left: -3px;
    border-radius: 100%;
    background: #4D9ABF;
    margin-right: 18px;
    height: 40px;
    width: 40px;
    padding: 0;
}*/
.header_logo_right {
	width: auto;
	height: 80px;
	float: right;
	padding-top: 15px;
	text-align: center;
	color: #97d3ff;
	font-size: 10px;
	padding-right: 10px;
	bottom: 0;
	/*position: absolute;
	left: calc(25% - 26px);*/
}
.header_profile .dropdown-menu{
	right: 0;
	left: auto;
}
.header_profile > a {
    display: block;
    cursor: pointer;
}
.user_profile_dropdown.open{
	display: block;
	width: 15%;
    padding: 0px;
}
.user-header-profile a{
	padding: 0 !important;
}
.user-header-profile a p{
	width: 100%;
    background: #3085c6;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}
.user_profile_dropdown a, .user_profile_dropdown li{
	float: left;
	width: 100%;
}
.user_profile_dropdown li:last-child a{
	padding: 10px 20px;
}
.table-responsive table{
	white-space: nowrap;
}


*{
	box-sizing: border-box;
}
.list-unstyled {
	margin-bottom: 0;
}
.manual-submenu{
	float: left;
	width: 20%;
	background: #fff;
	/*height: calc(100vh - 150px);*/
	margin-top: 113px;
	position: relative;
	min-height: 35px;
	padding-top: 10px;
}
.manual-page .main-table{
	float: right;
	width: 80%;
	/*padding: 20px 10px 20px 69px;*/
	padding: 20px 10px 20px 18px;
	margin-top: 90px;
}
.manual-page .inner-main-padding{
	margin: 0;
}
.manual-wrap ul li a{
	font-size: 13px;
	font-family:"ProximaNova-Semibold";
	color: #203040;	
	padding: 10px 15px;
	display: block;
}
.manual-wrap ul li{	
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	cursor: pointer;
}
.manual-wrap ul li span.number{
	float: right;
	color: #21B2E2;
}
.manual-wrap ul li.active, .manual-wrap ul li:hover{
	background: #DEF4FB;
}
.project-count-wrap p span strong {
    color: #fff;
    background: #21B2E2;
    padding: 10px 5px 5px 5px;
    margin-left: 5px;
    border-radius: 3px;
}
.project-count-wrap p span:before{
	display: none;
}
.project-count-wrap p span{
	margin-left: 0;
}


.table-data-wrapper td .form-group {
  display: block;
  margin-bottom: 0px;
}
.table-data-wrapper .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.table-data-wrapper .form-group label {
  position: relative;
  cursor: pointer;
}
.table-data-wrapper .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #EAF3F9;  
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.table-data-wrapper .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.table-data-wrapper .form-group input:checked + label:before{
	background: #3185C6;
}
.table-pagination .pagination li:first-child a{
	background: url('../../../assets/images/left.png')no-repeat;
	background-color: #D0E2EB;
	border-radius: 50%;
	background-position: center;
	padding: 18px;
}
.table-pagination .pagination li:last-child a{
	background: url('../../../assets/images/right.png')no-repeat;
	background-color: #D0E2EB;
	border-radius: 50%;
	background-position: center;
	padding: 18px;
}
.table-pagination .pagination li a{
	background-color: transparent;
}

/* Select with plus icon */
.select-with-icon select{
	position: relative;
}
.select-with-icon select:before{
    cursor: pointer;
    content:'';
	width:36px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(-20px, -50%);
	border-radius: 100%;
	background-image: #21B2E2 url("../icons/24x24/plus-blue.svg");
	
}
.insert-new-prefix .multiselect-dropdown .dropdown-heading {
	color: #000 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer !important;
	padding:0px 8px 0px 8px !important;
	font-family:"Lato",sans-serif !important;
	background-color: rgba(49,133,198,0.1) !important;
    border: 1px solid rgba(49,133,198,0.1) !important;
	border: none !important;
	box-shadow: none !important;
	background-size: 15px !important;
	height: 50px !important;
	line-height: 50px !important;
}
.insert-new-prefix .multiselect-dropdown .dropdown-heading .dropdown-heading-dropdown-arrow {
	background-image:url('../images/select-plus-1.png');
	background-repeat: no-repeat;
	background-position: right center;
	width: 40px !important;
	height: 40px;
}
.insert-new-prefix .multiselect-dropdown .dropdown-heading .dropdown-heading-dropdown-arrow span {
	display: none !important;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item {
    cursor: default;
    
}
.insert-new-prefix .multiselect-dropdown .dropdown-heading-value span {
	line-height: 50px !important;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item {
	padding:3px 8px !important;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item .item-renderer input {
	
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-item .item-renderer input[type="checkbox"] {
	float: right;
	position: relative;
	margin-right: 20px;
	display: block;
	margin:0px;
    text-transform: capitalize;
    padding:0px;
    background-image:url('../images/select-plus-2.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 32px;
	width: 32px;
	-moz-appearance: none;
-webkit-appearance: none;
background-color: transparent !important;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-item .item-renderer input[type="checkbox"]:checked {
	float: right;
	position: relative;
	margin-right: 20px;
	display: block;
	margin:0px;
    text-transform: capitalize;
    padding:0px;
    background-image:url('../images/select-close.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 32px;
	width: 32px;
	-moz-appearance: none;
-webkit-appearance: none;
background-color: transparent !important;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-item .item-renderer span {
	line-height: 32px;
}
.insert-new-prefix .react-date-picker, .insert-new-prefix .react-date-picker__button{
	width: 100%;
}
.insert-new-prefix .react-date-picker__button{
	border-radius: 6px;
    background-color: rgba(49,133,198,.1)!important;
    border: 1px solid rgba(49,133,198,.1)!important;
    height: 54px;
}
.insert-new-prefix .react-date-picker__button__input{
	padding: 0 15px;
}
.insert-new-prefix .react-date-picker__calendar-button svg{
	display: none;
}
.insert-new-prefix .react-date-picker__calendar-button{
	background: url(../icons/24x24/calendar-blue.svg)no-repeat;
    width: 19px;
    background-position: 10% center;
    margin-right: 10px;
}
.insert-new-prefix .react-date-picker__clear-button svg g{
	stroke: #4d9abf;
}
.company-profile .top_search{
	display: block;
}
.MuiTypography-body1-45 {
	font-size: 14px !important;
}
.MuiRadio-colorSecondary-13.MuiRadio-checked-10 {
	color: #21B2E2 !important;
}
.MuiIconButton-root-18 {
	padding: 8px !important;
}
/*.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item .item-renderer input[type="checkbox"] {
  visibility: hidden;
}
label {
  cursor: pointer;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item .item-renderer input[type="checkbox"] + label:before {
	height: 32px;
	width: 32px;
	float: right;
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item .item-renderer input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}
.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item .item-renderer input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.insert-new-prefix .multiselect-dropdown .dropdown-content .select-list .select-item .item-renderer input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}*/


/* Style Update */

.product-top-filter-wrap { float: left; width: 70%; display: inline-block !important; }
.suppliers-dropdown .Select-placeholder { background-color: #eaf3f9; color: #333; }
.suppliers-dropdown .Select-control { border: none; border-radius: 6px; margin-bottom: 10px; font-size: 12px; }
.suppliers-dropdown .Select-arrow { border-color: transparent !important; bottom: 4px; right: 5px; }
.suppliers-dropdown .Select.is-open>.Select-control .Select-arrow { border-color: transparent; }
.suppliers-dropdown .Select-arrow:after { content: "\f107"; font-family: FontAwesome; font-size: 18px; color: #21B2E2; }
#product_browser .prdt_img { border-radius: 8px; margin-right: 10px; }
#product-browser .imgratio { right: -5px !important; bottom: -5px !important; }


#product_browser th {
	font-size: 12px !important;
	text-align: left;
    vertical-align: middle;
}

#product_browser tr td {
	font-size: 12px !important;	
}

#product_browser tr td a span { display: table-cell; vertical-align: middle; width: 100%;}
#product_browser .prdt_img { vertical-align: middle; }
#product_browser .prdt_img span { padding-left: 0; }

.prefix_box_sec { margin: 0; }
.insert-prefix-main select.form-control.arrow {
	height: 35px !important;
	padding-top: 7px;
}
.insert-prefix-main .content-main-header {
	margin-top: 21px;
	padding-bottom: 5px;
}
.insert-prefix-main .user_list_items { margin: 0 !important; padding-top: 140px !important; }
.prefix_box, .usr_box { float: left; width: 24%; margin-right: 18px; }
.profile-grid { margin: 0 0 5px !important; 
	   overflow: visible !important;    
}
.step_3main.insert-prefix-main { margin: 0 !important; }
.insert-prefix-main #prefix-class .prefix-item-name, .insert-prefix-main #prefix-class h3 span.prefix-item-qty, .insert-prefix-main .user-edit-btn-wrapper .edit-btn { font-size: 13px !important; }
.profile-card-section { padding: 0 15px !important; }
.profile-card-sec { margin: 0; }
.profile-name .name { font-size: 14px !important; }
p.desgination { font-size: 13px !important; margin-top: 0 !important; margin-bottom: 5px !important; }
.profile-details { padding-top: 10px !important; }
.profile-details ul li p { /* For Firefox */ white-space: pre-wrap; word-break: break-all; /* For Chrome and IE */ word-wrap: break-word; }

#company_profile{
	margin-top: 15px;
	width: 100%;
}

/*.company_listing #company_profile .company_logo { width: 35px !important; height: 35px !important; }
.company_listing #company_profile.table > tbody > tr { height: 50px !important; }
.company_listing #company_profile.table > tbody > tr > th { padding: 0 5px !important; }
#company_profile td, .table.profile-list-table td, .profile-list-table.table .profile-list-name { height: 35px !important; font-size: 14px !important; }
.company_listing.custom_table a, .company_listing .company-profile .edit-btn, .profile-list-table .profile-list-name .user-image-name strong { font-size: 14px !important; }*/
.profile-list-name img, .profile-list-table .profile-list-name .user-image-name { width: 35px !important; height: 35px !important; }
.profile-list-table.table .profile-list-name p { line-height: 2.3 !important; }
.insert-prefix-main .user_info_box { width: 100% !important; }
.status-details p.active { margin-bottom: 0; }
.half-width-modal .slide-pane__content { padding: 20px !important; }
#edit-user { margin-left: -15px; }

.product_hierarchy .form-group .autoqc span { display: block; }


.product_hierarchy .form-group .autoqc.parent203:before { 
	/* content: "\f0d7";  */
	font-family: FontAwesome; font-size: 18px; color: #97ABBE; position: absolute; left: -20px; top: 10px; }
.Loader_holder { left: 0; }
.prefix_box .table-responsive { width: 100%; }
.react-date-picker__calendar, .react-calendar { width: 100% !important; }
.react-date-picker__button__icon:focus { outline: none; }
.edit-prefix-sidebar #getprefix .dropdown { position: static; }
.edit-prefix-sidebar #getprefix .dropdown h2 { color: #FFFFFF; font-family: "ProximaNova-SemiBold",sans-serif; font-size: 16px; letter-spacing: -0.1px; line-height: 16px; text-align: center; border-radius: 6px 6px 0 0; background-color: #3185C6; padding: 10px; margin-bottom: 14px; margin-top: 0; }
.edit-prefix-sidebar #getprefix .dropdown .dropdown-menu { bottom: 0; right: 45px; max-width: 225px; left: auto; }
.autoqc.parent.active:before{
     content: none !important; 
}
#manage-manualqc .caret, #manage-autoqc .caret{
	cursor: pointer;
    vertical-align: middle;
    margin: 0;
    color: #97ABBE;
    position: absolute;
    text-align: center;
    line-height: 20px;
}
.react-calendar__navigation button { min-width: auto !important; }
.pdetails_btform .react-date-picker { display: block !important; }
.react-date-picker__button__icon { z-index: 2; }
.react-date-picker__button__icon { padding: 4px 2px 4px 0 !important; }
.react-date-picker__button__icon:last-child { padding: 4px 4px 4px 0 !important; }
.pdetails_btform .react-calendar__tile, .pdetails_btform .react-calendar__month-view__weekdays__weekday { padding: 0.5em 0 !important; }
.product_details table tr td {
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.user-contact-wrap p{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.element_render.row {
	display: none;
}

.element_render.attr {
	display: none;
}

.element_render.attributes {
	display: none;
}

.element_render.attrGroupMany {
	display: none;
}

.slide-pane .slide-pane__title { white-space: normal !important; }
.insert-prefix-main .user_list_items nav { float: left; width: 100%; }
.user_info_box .email-icon-box { float: left; width: 20%; }
.user_info_box .popup-cont-info { float: left; width: 80%; white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal; }
.user_info_box .popup-cont-info span { background: none; width: auto; height: auto; }
input.react-date-picker__button__input__input.react-date-picker__button__input__year { width: 40px !important; }
input.react-date-picker__button__input__input.react-date-picker__button__input__day, input.react-date-picker__button__input__input.react-date-picker__button__input__month { width: 22px !important; }

/* Style Update */

/*/////////////////////// 21-01-2020 //////////////////////////////*/
.editproduct-details .project-count-wrap-details-count {
    /* float: none !important; */
    padding: 8px 0px;
    margin: 10px auto !important;
    text-align: center;
    background: #dee8f1;
    border-radius: 5px;
    /*width: 60%;*/
    font-weight: bold;
}
.editproduct-details .project-count-wrap-details {
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
	margin:0px 0px 20px 0px;
	position: relative;
}
.editproduct-details .project-count-wrap-details .product-header {
	display: table;
	width: 100%;
}
.editproduct-details .project-count-wrap-details .form-group {
    margin-bottom:5px;
}
.editproduct-details .project-count-wrap-details .product-header .product_image_thumb {
	float: left;
	border:1px solid #e5e5e5;
	border-radius: 10px;
	margin:0px 15px 10px 0px;
	width: 70px;
	text-align: center;
	color: #3185C6;
	font-size: 12px;
}
.editproduct-details .project-count-wrap-details .product-header .product_image_thumb img {
	border-radius: 10px;
}
.editproduct-details .project-count-wrap-details .product-header .product_desc {
	float: left;
	width: 100%;
	text-align: left;
}
.editproduct-details .project-count-wrap-details .product-header .product_desc span {
	background: #21b2e2;
	display: inline-block;
	padding: 3px 15px;
	color: #ffffff;
	font-family:"Lato",sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    margin:10px 10px 0px 0px;
}
.editproduct-details .project-count-wrap-details .product-header .product_desc h2 {
	color: #3185c6;
	font-family:"Lato",sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100px;
    text-align: left;
    line-height: 25px;
    margin:5px 0px 10px 0px;
}
.editproduct-details .project-count-wrap-details .product-header .product_desc h3 {
	color: #203040;
    font-family: "Lato",sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    text-align: left;
    line-height: 15px;
    margin: 5px 0px 10px 0px;
}
.editproduct-details .project-count-wrap-details .saveform {
	position: relative;
	top:10px;
	right: 0px;
	text-align: right;
}
.editproduct-details .project-count-wrap-details-count p {
	margin: 0px !important;
}
.editproduct-details .project-count-wrap-details-count p span strong {
    color: #fff;
    background: #21B2E2;
    padding: 3px 10px 1px 10px !important;
    margin-left: 5px;
    border-radius: 3px;
    display: inline-block;
}
.editproduct-details .product_hierarchy .form-group {
    background-color:transparent !important;
    border:0px solid #21b2e2 !important;
    border-radius:0px;
    padding: 10px !important;

}
.editproduct-details .product_hierarchy.active .form-group {
    background-color: #dcedf4 !important;
    border:2px solid #21b2e2 !important;
    border-radius:8px;
    padding: 10px !important;
    display: table;
    width: 100%;
}

.editproduct-details .manual-submenu {
    padding: 0px 10px !important;
}
.editproduct-details .product_hierarchy .p_hierarchy {
	position: relative;
	width:100%;
	background:url('../images/border-bg-light.png') repeat-y 29px 0px !important;
	border: 0px !important;
	display: table;
}
.editproduct-details .product_hierarchy.active .p_hierarchy {
	position: relative;
	width:100%;
	background:url('../images/border-bg.png') repeat-y 20px 0px !important;
	border: 0px !important;
	display: table;
}
.product_hierarchy .heirarchy_unit {
	float: right;
	background: #ffffff;
	padding: 3px 8px;
	border-radius:4px;
	margin: 5px 0px;
	color: #203040 !important;
	font-size: 12px !important;
	line-height: 14px !important;
}
.product_hierarchy.active .heirarchy_unit {
	float: right;
	background: #ffffff;
	padding: 3px 8px;
	border-radius:4px;
	margin: 5px 0px;
	color: #203040 !important;
	font-size: 12px !important;
	line-height: 14px !important;
}
.editproduct-details .pallet:before {
	content:"\f0d1";
    background: #ddd0ce;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
}
.editproduct-details .product_hierarchy.active .p_hierarchy .product_hierachy_desc {
	width: 82%;
	float: right;
	background:#acdeef;
	border-radius:8px;
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-shadow: 0px 13px 0px -5px rgba(222,244,251,0);
	-moz-box-shadow: 0px 13px 0px -5px rgba(222,244,251,0);
	box-shadow: 0px 13px 0px -5px rgba(222,244,251,0);
	margin:0px 0px 10px 0px;
	border-bottom:0px solid #aee3f5;
}
.editproduct-details .product_hierarchy .p_hierarchy .product_hierachy_desc {
	width:73%;
	float: right;
	background:#c7ecf8;
	border-radius:8px;
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-shadow: 0px 13px 0px -5px rgba(222,244,251,1);
	-moz-box-shadow: 0px 13px 0px -5px rgba(222,244,251,1);
	box-shadow: 0px 13px 0px -5px rgba(222,244,251,1);
	margin:10px 10px 20px 10px;
	cursor: pointer;
	border-bottom: 2px solid #aee3f5;
}
.editproduct-details .product_hierarchy .form-group .p_hierarchy span {
    color: rgba(32, 48, 64, 0.5);
    font-family: "ProximaNova-Regular";
    font-size: 13px;
    line-height: 15px;
}
.editproduct-details .product_hierarchy .h_gtin_type span {
	color:#577585 !important;
}
.editproduct-details .product_hierarchy .h_product_qty {
	padding: 10px 0px 0px 0px !important;
}
.editproduct-details .product_hierarchy .h_product_qty span {
	color:#203040 !important;
}
.editproduct-details .product_hierarchy .h_gtin_type span.p_hierarchy_type {
	background: #21b2e2;
	float: right;
	border-radius:50px;
	padding:3px 12px;
	color: #ffffff !important;
}

.editproduct-details .product_hierarchy.active .h_gtin_type span {
	color:#577585 !important;
}
.editproduct-details .product_hierarchy.active .p_hierarchy.active .h_gtin_type span {
	color:#d2eff9 !important;
}
.editproduct-details .product_hierarchy.active .h_product_qty {
	padding: 10px 0px 0px 0px !important;
}
.editproduct-details .product_hierarchy.active .h_product_qty span {
	color:#203040 !important;
}
.editproduct-details .product_hierarchy.active .h_gtin_type span.p_hierarchy_type {
	background: #21b2e2;
	float: right;
	border-radius:50px;
	padding:3px 12px;
	color: #ffffff !important;
	text-transform: capitalize;
}

.editproduct-details .case:before {
	content:"\f1b2";
    background: #ddd0ce;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
}
.editproduct-details .shrink:before {
	content:"\f187";
	background: #ddd0ce;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
}
.editproduct-details .pack:before {
	content:"\f187";
	background: #ddd0ce;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
}
.editproduct-details .each:before {
	content:"\f007";
	background: #ddd0ce;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
}
.editproduct-details .product_hierarchy.active .p_hierarchy:before {
	position: absolute;
    left:0px;
    top:25%;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}
.editproduct-details .product_hierarchy.active .p_hierarchy.active:before {
	position: absolute;
    left:0px;
    top:25%;
    width: 40px;
    height: 40px;
    background: #e15d38;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    font-weight: normal;
}
.editproduct-details .product_hierarchy .p_hierarchy:before {
	position: absolute;
    left: 10px;
    top:31%;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}
.editproduct-details .product_hierarchy.active .p_hierarchy.active .product_hierachy_desc {
	background: #21b2e2 !important;
	color: #ffffff !important;
}
.editproduct-details .product_hierarchy.active .p_hierarchy.active .h_gtin_type span.p_hierarchy_type {
	background: #ffffff;
	float: right;
	border-radius:50px;
	padding:3px 12px;
	color: #000000 !important;
}
.editproduct-details .product_hierarchy.active .p_hierarchy.active .h_gtin_type span.heirarchy_product {
    color: #d2eff9 !important;
}
.editproduct-details .product_hierarchy.active .p_hierarchy.active .h_product_qty span.heirarchy_product {
    color: #ffffff !important;
}
.editproduct-details .product_hierarchy.active .p_hierarchy {
	background-color:transparent !important;
	border-radius:0px !important;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
	margin:0px 0px;
	position: relative;
	width: 100%;
	display: table !important;
}
.editproduct-details .product_hierarchy .p_hierarchy {
	background-color: #ffffff !important;
	border-radius: 6px !important;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
	margin:10px 0px;
}
.editproduct-details .product-sections {
	width: 100%;
	border-top:1px solid #d9dbdd;
	margin: 30px 0px 50px 0px;
	padding: 30px 0px 0px 0px;
}
.editproduct-details .product-sections h2 {
	background: #dee8f1;
	margin:0px auto 5px auto !important;
	width: 50%;
    display: table;
    text-align: center;
    font-size: 18px;
    padding: 7px;
    border-radius:5px;
}
.editproduct-details .product-sections ul {
	margin:0px;
	padding: 0px;
	width: 100%;
}
.editproduct-details .product-sections ul li {
	padding: 5px 10px;
	line-height: 30px;
	list-style: none !important;
	color: #203040 !important;
	font-family:"Lato",sans-serif;
    font-weight: bold;
    font-size: 16px;
	margin:5px 0px;
	cursor:pointer;
}
.editproduct-details .product-sections ul li:hover {
	background: #dcedf4 !important;
	border: 0px !important;
	color: #46bde5 !important;
}
.editproduct-details .product-sections ul li.active, .editproduct-details .product-sections ul li.active:hover {
	background: #dcedf4 !important;
	border: 0px !important;
	color: #46bde5 !important;
}
.editproduct-details .product-sections ul li.active span, .editproduct-details .product-sections ul li.active:hover span {
	background: #21b2e2;
    color: #ffffff;
}
.editproduct-details .product-sections ul li span {
    width: 30px;
    height: 30px;
    background: #c8e7f2;
    display: table;
    float: left;
    margin: 0px 10px 0px 0px;
    text-align: center;
    border-radius: 50%;
    color: #21b2e2;
}
.editproduct-details .product-sections ul li:hover span {
	background: #21b2e2;
    color: #ffffff;
}
.editproduct-details .basic-product .basic-data-text {
    text-align: center;
    padding: 13px;
    border-radius:100px !important;
    background: #eaf2f9 !important;
    font-family:"Lato",sans-serif;
    font-weight: bold;
    font-size: 18px;
	color: #203040;
	margin-bottom: 20px;
}
.editproduct-details .basic-product .basic-data-text span {
	display: inline-block;
    width: 30px;
    height: 30px;
    background: #21b2e2;
    color: #ffffff;
    line-height: 30px;
    border-radius: 100px;
    margin:0px 5px;
}
.editproduct-details .enriched-data-text {
	text-align: center;
    padding: 13px;
    border-radius:100px !important;
    background: #eaf2f9 !important;
    font-family:"Lato",sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #203040;
    margin: 0px 0px 15px 0px;
}
.editproduct-details .enriched-data-text span {
	display: inline-block;
    width: 30px;
    height: 30px;
    background: #21b2e2;
    color: #ffffff;
    line-height: 30px;
    border-radius: 100px;
    margin:0px 5px;
}
.editproduct-details .enriched-data-text i {
	float: right;
	line-height: 29px;
	font-size: 150%;
	cursor: pointer;
}
.editproduct-details .main-table .table-responsive table td {
    padding: 15px 7px 0;
    color: #8495A6;
    font-family: "ProximaNova-Regular",sans-serif;
    font-size: 11px !important;
    letter-spacing: 0.5px;
    line-height: 10px;
    vertical-align: middle;
}
.basic-product .edit-product-table td{
    height: 20px;
    font-size: 12px !important;
    padding: 10px 7px 0;
    color: #8495A6;
    font-family: "ProximaNova-Regular",sans-serif;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    line-height: 9px;
    vertical-align: middle;
}
.editproduct-details .main-table .table-responsive table tr td:first-child {
	text-align: left;
	color:#8495A6;
	width: 80px;
    max-width: 80px;
	min-width: 80px;
	text-transform: uppercase;
}

.editproduct-details .main-table .table-responsive table tr td:nth-child(3) {
	text-align: right;
	color:#21b2e2;
}
.editproduct-details .main-table .table-responsive table tr td {
	text-align: left;
	color:#203040;
	white-space: normal;
	border-top: none;
}
.editproduct-details .table-responsive .product div:first-child {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 0px 5px 50px;
}
.editproduct-details .table-responsive .product div:first-child:before {
	content:"\f1c0";
	position: absolute;
    left: 15px;
    top:5px;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}

.editproduct-details .table-responsive .measurements div:first-child {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 0px 5px 50px;
}

.editproduct-details .section-header {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 0px 5px 50px;
	margin-top: 30px;
}

.editproduct-details .section-header:before {
	content:"#";
	position: absolute;
    margin-left: -48px;
    margin-top:0px;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}

.editproduct-details .table-responsive .measurements div:first-child:before {
	content:"\f0b2";
	position: absolute;
    left: 15px;
    top:5px;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}

.editproduct-details .table-responsive .dates div:first-child:before {
	content:"\f274";
}

.editproduct-details .table-responsive .packaging div:first-child:before {
	content:"\f187";
}

.editproduct-details .table-responsive .tax div:first-child:before {
	content:"\f295";
}

.editproduct-details .table-responsive .logistics div:first-child:before {
	content:"\f0d1";
}


.editproduct-details .properties div:first-child {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 0px 5px 50px;
	margin-top: 30px;
}
.editproduct-details .properties div:first-child:before {
	content:"\f022";
	position: absolute;
    left: 15px;
    top:5px;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #e15d38;
	font-weight: normal;
	margin-top: 30px;
}
.editproduct-details .properties table tr td i {
	font-size: 17px;
}
.editproduct-details .properties table tr td:first-child {
	text-align: left;
	color:#8495A6;
}
.editproduct-details .properties table tr td .fa-check {
	color: #41d98d;
}
.editproduct-details .table-responsive table tr td:nth-child(3) {
	text-align: left !important;
}
.editproduct-details .main-table h2 {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:15px;
	font-weight: normal;
    margin:10px 0px 2px 0px;
    color: #8495a6;
    text-transform: capitalize;
    text-align: center;
}
.editproduct-details .long-details {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:16px;
	font-weight: normal;
    margin:0px 0px 10px 0px;
    color: #203040;
    text-align: center;
    display: block;
    width: 100%;
}
.editproduct-details .main-table h4.ftitle {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:15px;
	font-weight: normal;
    margin:30px 0px 10px 0px;
    color: #8495a6;
    text-transform: uppercase;
}
.search-terms {
	display: table;
	width: 100%;
	text-align: center;
	padding:0px 0px 10px 0px;
}
.search-terms span {
	background: #d3f0f9;
	display: inline-block;
	padding: 3px 15px;
	border-radius: 6px;
	color: #21b2e2;
	font-family:"Lato",sans-serif;
	font-size:16px;
	font-weight: bold;
	margin:5px;
}
.editproduct-details .main-table p {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:12px;
	font-weight: normal;
    margin:10px 0px 10px 0px;
    color: #203040;
    text-transform: uppercase;
}
.enriched-product .ftitle-other {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:15px;
	font-weight: normal;
    margin:10px 0px 10px 0px;
    color: #8495a6;
    text-transform: uppercase;
    text-align: left;
}
.editproduct-details .highlight_orange, .editproduct-details .highlight-orange {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38 !important;
	font-family:"Lato",sans-serif;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 40px !important;
	padding: 5px 0px 5px 0px !important;
	text-align: left !important;
}
.editproduct-details .ulded_img {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	text-align: center;
	color: #3185C6;
	font-size: 20px;
}
.editproduct-details .ulded_img img {
    border-radius: 10px;
}
.editproduct-details .manual-submenu{
	float: left;
	width: 25%;
	background: #f2f4f7 !important;
	margin-top: 65px;
	/*height: calc(100vh - 150px);
	overflow-y: auto;*/
}
.editproduct-details .main-table{
	float: right;
	/*width: 75% !important;*/
    padding: 20px 10px 13px 15px;
	background: #ffffff;
	margin-top: 76px;
}
#edit-product h2 {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 0px 5px 50px;
	margin: 0px 0px 20px 0px;
	position: relative;
}
#edit-product h2:before {
	content:"\f044";
	position: absolute;
    left:0px;
    top:5px;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}
#edit-product h5.ftitle {
	border-bottom:1px solid #e5e5e5;
	color:#e15d38;
	font-family:"Lato",sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px 0px 5px 50px;
	margin: 20px 0px 0px 0px;
	position: relative;
}
#edit-product h5.ftitle:before {
	content:"\f044";
	position: absolute;
    left:0px;
    top:5px;
    width: 40px;
    height: 40px;
    background: #f9dfd7;
    border-radius: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #e15d38;
    font-weight: normal;
}
#edit-product h4.ftitle {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:15px;
	font-weight: normal;
    margin:30px 0px 10px 0px;
    color: #8495a6;
    text-transform: uppercase;
}
#edit-product p {
	text-align: center;
	font-family:"Lato",sans-serif;
	font-size:13px;
	font-weight: normal;
    margin:0px 0px 10px 0px;
    color: #8495a6;
    text-transform: uppercase;
}
.carousel .thumb .carousalmain {
    opacity: 1;
}
.carousel .slide .legend, .carousel .slide {
    opacity: 1;
    background:transparent !important;
}
.cimgdet_form {
    padding:0px 0px;
    background: #fff;
    max-width:100%;
    margin:0px auto;
    border:0px solid #dddddd;
}
.carousel.carousel-slider .control-arrow{
    display:none !important;
}

.edit-product-table th{
	border-top: none !important;
	border-bottom: 1px solid #ddd;
}

.edit-product-table tr td{
	width: 100px;
	max-width: 100px;
	min-width: 100px;
}

.edit-product-table tr td:first-child{
	width: 195px;
	max-width: 195px;
	min-width: 195px;
}

.edit-product-enrich-table tr td:first-child{
	min-width: 200px;
	max-width: 200px;
	width: 200px;
	text-transform: capitalize;
	font-weight: bold;
	white-space: initial;
}

.allergens-edit input {
	float: none !important;
	width: 200px !important;
	display: inline-block !important;
}

.allergens-edit label {
	float: none !important;
	width: 100px !important;
	display: inline-block !important;
}

.max-width-modal .produst-selected-details .product-info-details table tr.differences td:not(:first-child) {
    color: red;
}

#quality_control.table th, #quality_control.table th label{
	font-size: 13px;
}

.message-container {
	padding: 1px 20px 20px 20px;
	margin-bottom: 20px;
	margin-top: 00px;
	box-shadow: 0px 4px 10px #aeaeae;
}

.message-title {
	/*padding: 20px 0;*/
	border-bottom: 1px solid #eee;
}

.message-title h3 > span {
	color: white;
}

.message-content {
	padding: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	background: #eee;
}

.ck.ck-editor__main > .ck-editor__editable {
	min-height: 200px;
	margin-bottom: 10px;
}

.single-message-edit .message-title input {
	width: 100%;
	margin: 10px 0;
}

.single-message-edit .message-content {
	width: 100%;
}

.single-message-edit .message-content textarea {
	height: 90%;
	width: 100%;
}
select{
  width:100%;
  box-sizing:border-box;
  height: 25px;
}
.popup-label{
	font-weight: 700;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
.popup-content {
	margin-top: 10px;
}
@media(max-width: 1600px){
	.editproduct-details .main-table .table-responsive table tr td {
		min-width: 200px;
		width: 200px;
	}
	.editproduct-details .main-table .table-responsive table tr td:nth-child(2) {
		width: 150px;
		min-width: 150px;
		line-height: 9px;
		overflow: hidden;
		word-break: keep-all;
		line-break: anywhere;
	}
	.editproduct-details .main-table .table-responsive table tr td:nth-child(3) {
		width: 100px;
		min-width: 100px;
	}
	}

	.Select-menu-outer{
      font-size : 12px
	}


/*/////////////////////// 21-01-2020 //////////////////////////////*/

.mt-20 {
	margin-top: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.edit-user-view-page {
	margin-top: 79px;
}

.edit-company-main {
	margin-top: 79px;
}

.text-black span {
	color: #203040;
}
.text-black h4 {
	color: #8495A6;
}
.text-black {
	vertical-align: top;
}

.product-detail-section {
	margin-top: 30px;
}

.product.product-detail-section {
	margin-top: 0px;
}

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 150px;
    height: 150px;	
}

.loader {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid rgba(0,0,0,0.15);
	border-top: 8px solid #09f;
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}

.loader-static {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid rgba(0,0,0,0.15);
	border-top: 8px solid #09f;
	border-radius: 50%;
}

@keyframes rotate {
100% {transform: rotate(360deg);}
} 

.fixed-over {
    position: absolute;
    left: calc(50% - 86px);
    top: calc(50% - 18px);
}

.product-status-1 {
	background-color: transparent !important;
}
.product-status-2 {
	background-color: lightcoral !important;
}
.product-status-3 {
	background-color: red !important;
}
.product-status-4 {
	background-color: orange !important;
}

.qc-processing {
	background-color: lightseagreen !important;
}
.qc-error {
	background-color: lightcoral !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none;
	cursor: pointer;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.main-table.product-detail {
	margin-left: 32%;
	float: none;
}

.login_header .logo {
	margin-top: 60px;
	text-align: center;
}

.swal2-radio {
	display: grid !important;
	text-align: left;
}

.swal2-radio label {
	margin-bottom: 20px !important;
}

.swal2-radio input {
	vertical-align: top;
}