/**************************************
************* calcule & order *********
***************************************/
.addclients .feature,
.addproducts .feature,
.addquickpromo .feature,
.calcule .feature,
.chargecredits .feature,
.checkeuroprice .feature,
.checkpayment .feature,
.credits .feature,
.csearch .feature,
.ctracking .feature,
.editproducts .feature,
.list_comments .feature,
.listorders .feature,
.listorderscn .feature,
.listproducts .feature,
.listproducts_dump_to_client .feature,
.listproducts_present .feature,
.listproductscn .feature,
.listproductscn_present .feature,
.listquickpromo .feature,
.login .feature,
.signup .feature,
.order .feature,
.presentquickpromo .feature,
.shipping .feature,
.shoppinglist .feature,
.show_comments .feature,
.teamdashboard .feature,
.update_comments .feature
{
	min-height:350px;
	width:100%
}

.login .content,
.signup .content
{
    min-height:1000px;
    /*top:150px;*/
    top:50px;
    left:10px;
    padding-top:60px;
    padding-bottom:30px;
}

.addclients .content,
.addproducts .content,
.addquickpromo .content,
.calcule .content,
.chargecredits .content,
.checkeuroprice .content,
.checkpayment .content,
.credits .content,
.csearch .content,
.ctracking .content,
.editproducts .content,
.list_comments .content,
.listorders .content,
.listorderscn .content,
.listproducts .content,
.listproducts_dump_to_client .content,
.listproducts_present .content,
.listproductscn .content,
.listproductscn_present .content,
.listquickpromo .content,
.login .content,
.signup.content,
.order .content,
.presentquickpromo .content,
.shipping .content,
.shoppinglist .content,
.show_comments .content,
.teamdashboard .content,
.update_comments .content
{
    min-height:2500px;
    top:0px;
    /*left:10px;*/
    padding-top:60px;
    padding-bottom:30px;
}

.calcule .content.loaded.
.order .content.loaded
{
	-webkit-transition:top 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition:top 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:top 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition:top 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	top:0
}
.calcule .content .container,
.order .content .container
{
	border-top:1px solid transparent
}

.calcule #about .heading,
.order #about .heading
{
	margin:85px 0 65px
}
.calcule .leftHand,
.calcule .rightHand,
.order .leftHand,
.order .rightHand
{
	position:absolute;
	left:10%;
	top:-73px;
	z-index:20;
	width:270px;
	height:auto
}
.calcule .leftHand.loaded,
.order .leftHand.loaded
{
	left:3%;
	-webkit-transition:left 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition:left 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:left 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition:left 1.5s cubic-bezier(0.77, 0, 0.175, 1)
}
.calcule .rightHand,
.order .rightHand
{
	left:auto;
	right:10%
}
.calcule .rightHand.loaded,
.order .rightHand.loaded
{
	right:3%;
	-webkit-transition:right 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition:right 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:right 1.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition:right 1.5s cubic-bezier(0.77, 0, 0.175, 1)
}
.calcule footer,
.order footer
{
	position:relative;
	height:100%;
	width:100%;
	background:#FFF;
	z-index:10
}
.calcule footer img,
.order footer img
{
	display:block;
	position:relative;
	left:50%;
	margin-left:-396px;
}

.input_table {
	margin: 0 0 -2em;
	padding: 0;
}

.input_table li {
	list-style: none;
	padding-bottom: 2px;
}

.input_table label {
	display: inline;
	padding-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #444;
}
.input_table li#prix input,
.input_table li#prix_eu_ori_li span,
.input_table li#prix_eu_ori_li input,
.input_table li#prix_promo span,
.input_table li#prix_promo input,
input#amber_description,
select#amber_type,
.radios_shopping h4,
div.final_amber_kilo_class {
	display: inline;
}

#input_promo_end_date{
	line-height:8px;
	width:160px;
}

input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none;
    display: none;
}

#add_new_addresses,
#use_saved_addresses,
#order_submit,
#pay_submit,
#order_table tbody tr,
.bought_table_product_amount,
.bought_table_delete_raw,
#search_product_by_keyword,
#open_order_image,
#list_comments_button
{
	cursor: pointer;
	cursor: hand;
}

.container .row a,
.row a{
  color:#c33;
  text-decoration: none;
}

/* mobile */
.hidden-md-up{
  display: none !important;
}

/***********************/
/* order: product info */
/***********************/
.all_one_line h4,
.all_one_line button{
  display: inline;
}

/* order search bar */
#li_search_product_name input[type="text"] {
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 30%;
	height:40px;
	-webkit-appearance:none;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	margin:0 0 20px 0;
	display:inline;
    }

#cn_shipping_table_content div span{
    color:#d02552;
}

#li_search_product_name input[type="text"]:focus {
    width: 100%;
    }

body.order ul#ui-id-1{
    background-color: white;
}

/* order image */
#open_order_image,
#list_comments_button,
#open_history_orders,
#share_qrcode{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #d02552;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left:10px;
}

#open_order_image:hover,
#list_comments_button:hover,
#open_history_orders:hover,
#share_qrcode:hover{
  background: #fa3c82;
  background-image: -webkit-linear-gradient(top, #fa3c82, #d02552);
  background-image: -moz-linear-gradient(top, #fa3c82, #d02552);
  background-image: -ms-linear-gradient(top, #fa3c82, #d02552);
  background-image: -o-linear-gradient(top, #fa3c82, #d02552);
  background-image: linear-gradient(to bottom, #fa3c82, #d02552);
  text-decoration: none;
}

img.product_img{
	max-width:800px;
}

/* order table */
.order_tables thead tr th, .order_tables thead tr th {
  background: #d02552;
  color:#fff;
  text-align:left;
  padding:10px 15px 10px 15px;
}

.order_row_content td {
  text-align: left;
}

.order_row_content td.bought_table_delete_raw_td {
    text-align: center;
    align: center;
}

.order_row_content td div {
  /*padding: 5px 0px 0 15px;*/
  display: inline;
}
#order_table tbody tr:hover{
	border:1px;
	background-color:yellow;
}

#check_out_comment,
#check_out_comment i{
    display:inline;
    margin:0;
}

.bought_table_product_amount{
	margin:0;
	padding:0;
	width:45px;
	height:30px;
}

#check-out-total-to-pay,
.left_on_stock{
	display:inline;
}

.left_on_stock{
	font-size:12px;
	color:red;
}

/*default hide or show css*/
li#size_title,
li.size_grp,
li#prix_promo,
input#size_makeup_kilo_detail,
span#size_makeup_kilo_detail_unit,
#final_result0,
#final_result,
#final_result2,
#final_result3,
#final_result_secret,
.final_amber_kilo_class,
#calculate_hr,
.hiden_imgs_url,
label.class_input_promo_end_date,
input.class_input_promo_end_date,
#output,
#hidden_saved_shipping_addresses_table,
#add_new_shipping_addresses_table,
#cn_shipping_table,
#bought_table_block,
#cn_shipping_table_block,
#final_bill_calculation_block
{
	display: none;
}

/* submit button */
.container .input_table #submit_calcule .myButton,
.container #add_clients_form .myButton,
.container #add_products_form .myButton,
.container #add_promo_form .myButton,
.container .input_table #submit_checkurl .myButton,
.container #shipping-section #tracking_product_form button
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
}

.container .input_table #submit_calcule .myButton:hover,
.container #add_clients_form .myButton:hover,
.container #add_products_form .myButton:hover,
.container #add_products_form .myButton:hover,
.container #add_promo_form .myButton:hover,
.container .input_table #submit_checkurl .myButton:hover,
.container #shipping-section #tracking_product_form button:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}

#final_result_secret span{
	color:red;
}

img.watermark_images{
	width:100px;
	height:auto;
}

select#shopping_places_list{
	height:30px;
}

.popup_init_content {
	display:none;
}

/* shipping */
li #choose_cn_shipping_table_block p{
	line-height:20px;
}
.shipping-section-tables-basic-info p{
	display:inline;
	color:#d02552;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.shipping-section-tables-detail-info p{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.shipping-info-others-product{
	color:#000;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.shipping-section-tables-hr{
		background-color:#d02552;
		color:#d02552;
		border:none;
 }

.shipping-section-tables-basic-info p.shipping-section-tables-hide-details{
	display: none;
	color:#c33;
	cursor: pointer;
 }
.shipping-section-tables-basic-info p.shipping-section-tables-show-details{
	display: none;
	color:#c33;
	cursor: pointer;
}

.shipping-section-tables-detail-info p{
     display:inline;
}

.shipping_history_buy_again_url{
	cursor: pointer;
}

/* order hidden saved addresses list */
#hidden_saved_shipping_addresses_table{
	color:#fff;
	opacity:1;
    position:absolute;
    left:0px !important;
}

#hidden_saved_shipping_addresses_table #saved_shipping_addresses_table_title_tr{
    background-color:#d02552;
}

#hidden_saved_shipping_addresses_table tr.order_row_content:hover{
	background-color: yellow;
	color: #000;
}

/* ORDER add new addresse list for shipping cn */
#add_new_shipping_addresses_table{
	color:#fff;
	background-color:#d02552;
	opacity:1;
    position:absolute;
    left: 0px !important;
    margin-top: 150px !important;
}

#add_new_shipping_addresses_table select#new_shipping_cn_province{
  color:#000;
}

#add_new_shipping_addresses_table .add_new_shipping_table_info input{
	margin-bottom:0;
}

p.new_address_error_info,
p.new_address_error_info2{
		display: none;
		color:yellow;
}

#new_address_must_fill_text{
    display:inline;
}


/* order popup before_confirm_order_popup */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 5px 1em;
  text-align: left;
  margin-top: 0px;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

#notice_before_buy{
	max-height: 300px;
	overflow-y: scroll;
}


/* Order: final_bill_calculation_block */
#shoping_car_check_out p
#shoping_car_check_out p h4,
#shoping_car_check_out p h4 div,
#check_out_total_origin_to_pay,
#check_out_total_vip_credit_to_pay,
#check_out_total_shipping_in_china_to_pay,
#check_out_total_final_to_pay,
.shoping_car_check_out_inline,
#keywords_td input,
#keywords_td label,
#product_todisplay_cn_name
{
	display:inline;
}

#final_should_pay{
	color: #d02552;
}

#final_vip_reduction,
#check_out_total_final_to_pay{
	color: green;
}

.order_shipping_info{
    display:inline;
}

/*autocomplete*/
.ui-menu .ui-menu-item:hover{
	color:#fff;
	background-color:#d02552;
}

/********************************************/
/************* login & sign up **************/
/********************************************/
#main_login * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
#main_login body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
#main_login body ::-webkit-input-placeholder {
  // WebKit browsers
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
#main_login body :-moz-placeholder {
  // Mozilla Firefox 4 to 18
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
#main_login body ::-moz-placeholder {
  // Mozilla Firefox 19+
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
#main_login body :-ms-input-placeholder {
  // Internet Explorer 10+
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
#main_login .wrapper {
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -400px;
  overflow: hidden;
}
#main_login .wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
#main_login .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}
#main_login .container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}

#password_check {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	width: 250px;
	border-radius: 3px;
	padding: 10px 15px;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}

#main_login form {
  padding: 200px 0;
  position: relative;
  z-index: 2;
}
#main_login form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid #53e3a6;
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
#main_login form input:hover {
  background-color: #53e3a6;
}
#main_login form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
}

#main_login .form button#login-button,
#main_login .form button#findpwd-button,
#main_login .form button#signup_button{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #000;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
#main_login form button:hover{
  background-color: #f5f7f9;
}

#login_info p,
#login_info form{
	display:inline;
}

#main .wrapper .content .container #login_info input.btn_logout{
	padding: 0;
	border: none;
	background: none;
	font-size: 100%;
	font: inherit;

}

.non_decoration_herf{
	text-decoration: none;
}

/* Charge credits  & Credits */
.table-hover tbody tr.order-row-content:hover{
  color: #d02552;
}

/* Check URL */
#checkurl_output  {
	display: none;
}

/* Add Client */
.promo_type{
	display: inline;
}

#single_product_tr,
#single_mark_tr,
#single_category_tr{
	display: none;
}

/* List Products */
.list_products_p{
	display: inline;
}

#listed_name,#listed_property,#listed_europrice{
	color: red;
}

/*  custom template */
.figure__image,
.casestudy section.mock img.figure__image{
  margin-bottom: 5px;
  max-width:100%;
}

/********************************************/
/*************** addproducts ****************/
/********************************************/
.red_must{
	color:red;
}

.green_must{
	color:green;
}

/********************************************/
/************ presentquickpromo *************/
/******* listproducts_dump_to_client ********/
/********************************************/
.strikethrough{
  position: relative;
}
.strikethrough:before{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

li.presentquickpromoli div,
li.presentquickpromoli div img{
    padding:0;
}



/********************************************/
/******* listorders & listorderscn **********/
/********************************************/
.listorders_cn_address,
.listorders_cn_pname,
.shoppinglist_pname{
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shoppinglist_pname a{
    white-space: normal;
}

.listorders_pname{
    display:inline-block;
    word-wrap: break-word;
}

.listorders_cn_address{
    width : 100px;
}

.listorders_pname,
.listorders_cn_pname,
.shoppinglist_pname{
    width : 300px;
}

.update_order_product,
.delete_order_product,
.open_order_image,
.obj_shopping_places,
.each_product_to_display_lilyprice,
.each_product_to_display_chinaprice,
.each_product_to_display_final_discount,
.each_product_to_display_credit,
.each_product_to_display_disacountdeadline,
.each_product_to_display_expected_deliver_date
{
    cursor: pointer;
}

.selectStatus,
.selectComments
{
    width:80px;
}

div#multi_checkbox_filter_status input,
div#fr_shipping_number_filter input,
div#region_filter input{
    display:inline;
}

#listorders_shipping_info_table p{
    display:inline;
}

/**************************************
************* team dashboard *********
***************************************/
.team_dashboard_stats_div,
.team_dashboard_name_div,
.current_month_agents_ranking{
    display:inline;
}

#curent_month_profits,
#current_month_gap_to_goal,
#current_month_each_day_gap
{
    color: red;
}

#current_month_goal,
.team_dashboard_stats_div,
.team_dashboard_name_div{
    color: green;
}

/**************************************
************* ctracking *********
***************************************/
#tracking_product_form button,
#tracking_product_form input
{
    display:inline;
}

/**************************************
************* listproductscn *********
***************************************/
p.highlight_text{
	color:#c33;
	display:inline;
}

