@import url("../admin/css/basics.css");
@import url("../admin/css/dataTable.css");

/* 

	CSS Document 
	
	BASE FONT SIZE: 16px
	
	DEFAULT COLORS:
	Border Color: #dddddd;

*/


/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);


/* HTML */

body { font-family: "Droid Sans", Arial, sans-serif; color:#585858;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Droid Serif", serif;	
}

/* PLACEHOLDERS */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2d2d2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d2d2d2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d2d2d2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d2d2d2;
}




/* DOCUMENT STYLES */

.doc {}
.doc-body { }

.doc-circle {
	content:'';
    width: 100px;
	height:100px;
    background: #0a558d;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 1px solid grey;
    text-align: center;
	position:relative;
	margin-bottom:20px;

}
.doc-circle > div { 
	background-repeat:no-repeat; 
	background-position:center; 
	width:70%;
	height:70%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background-size:contain;
}
.doc-rectangle {
	content:'';
    width: 150px;
	height:150px;
    background: #0a558d;
    border-radius: 20%;
    margin: 0 auto 5px auto;
    border: 1px solid grey;
    text-align: center;
	position:relative;
	margin-bottom:20px;

}
.doc-rectangle > div {
	background-repeat:no-repeat;
	background-position:center;
	width:70%;
	height:70%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background-size:contain;
}
/*.doc-wrapper input, .doc-wrapper select { font-size: 0.875rem; }*/

.doc-alert-allergy { color: #a90002; font-weight: bold; background-color:rgba(0, 0, 0, 0.1); border: 2px solid #a90002; padding: 5px; margin-bottom: 20px; }
.doc-alert-allergy img { vertical-align: middle; height: 20px; }

.doc-alert-health { color: orange; font-weight: bold; background-color:rgba(0, 0, 0, 0.05); border: 2px solid orange; padding: 5px; margin-bottom: 20px; }
.doc-alert-health img { vertical-align: middle; height: 20px; }

.doc-body > .row > .columns { padding:10px; padding-top:20px; }
.doc-body .article { margin-bottom:20px; }
.doc-body-promo { height:336px; -webkit-box-shadow: inset 0px 3px 3px -3px rgba(0, 0, 0, .75), inset 0px -3px 3px -3px rgba(0, 0, 0, .75); box-shadow: inset 0px 3px 3px -3px rgba(0, 0, 0, .75), inset 0px -3px 3px -3px rgba(0, 0, 0, .75); background-color:#999; position:relative;}
.doc-body-promo-overlay1 { position:absolute; width:100%; bottom:0px; left:0px; background-position:bottom; }
.doc-body-promo-overlay2 { padding:10px; background-image:url('images/pixel_white_65.png'); }
.doc-body-top { height:40px; border-bottom:1px solid #dddddd; background-color:#f0f0f0; }
.doc-container { position:relative; background-color:white;    }
.doc-footer {min-height:72px; color:#c9c7c7; font-size:0.6875rem;}
.doc-footer > .row > .columns { margin-top:20px; border-left:1px solid rgba(0,0,0,0.08); }
.doc-footer > .row > .columns:first-child { padding-top:5px; border-left:none; }
.doc-footer-copyright { margin-bottom:10px; }
.doc-footer-logo { margin-bottom:60px; height:70px; }
.doc-footer-logo > img { height:100%; width:auto; }
.doc-footer-search { margin-bottom:40px; }
.doc-header { height:80px; position:relative; }
.doc-header > div { height:100%; }
.doc-header > div > div { height:100%; padding-left:50px; }
.doc-header-search {position:absolute; top:50%; transform: translateY(-50%); }
.doc-header-search form { display: inline-block; margin-right: 20px; }
/*.doc-header-search input { font-size:12px; }*/
.doc-header-search button { padding-top:5px; padding-bottom:5px; }
.doc-header-top { position:absolute; top:50%; right:20px; transform: translateY(-50%); font-size: 0.75rem; }
.doc-header-top select { margin-bottom:0px }
.doc-icon { display: block; text-align: center; margin-left: auto; margin-right: auto; }
.doc-iconRow { display: block; }
.doc-iconRow h2 { text-align:center; font-size:1.00rem; }
.doc-logo { height:50px; position:absolute; left:0px; top:50%; transform: translateY(-50%); }
.doc-logo > img { height:100%; width:auto; }
.doc-menu { height:40px; background-color:#f2f0f0; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd;  background-position:center; background-repeat:no-repeat;}
.doc-menu .menu-h { margin-left:15px; }
.doc-menu .menu-h > li { border:none; }
.doc-menu .menu-h > li > a { font-size:1.0rem; color:#008CBA; line-height:40px;}

.doc-promo { background-color:#0a558d; color:white; padding-top:40px; padding-bottom:40px; text-align:center; }
.doc-promo h1 { color:white; font-size:4rem; }

.doc-separator { height:40px; background-color:#f2f0f0; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; background-position:center; background-repeat:no-repeat; }
.doc-shareBar { position:relative; height:25px !important; line-height:25px !important;   }
.doc-shareBar .icons { margin-left:10px; margin-top:-13px; display:inline-block; position:absolute;} 
.doc-wrapper { min-height:100%; }

/* AVOID FOR HEALTH/ALLERGY */

.avoidForHealth > ul {

}

.avoidForHealth-area {
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: -10px;
	border-left: 1px solid #ccc;
}

.avoidForHealth-more {

}

.avoidForAllergy > ul {

}

.avoidForAllergy-area {
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: -10px;
	border-left: 1px solid #ccc;
}

.avoidForAllergy-more {

}

/* INGREDIENTS */

.ingredient-positive { color:green; }
.ingredient-negative { color:red; }



/* FORMS */

/*input[type=text], input[type=password], input[type=email], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
	border:1px solid #bababa;
	border-radius: 5px 5px 5px 5px;
}*/

.input-search, input-search:active {
	background-image: url("../images/search-icon.png") !important;
	background-repeat: no-repeat !important;
	background-position: 5px center !important;
	width: 250px !important;
	padding-left: 25px !important;
	margin-bottom: 0px !important;
}

.formTable { background-color: transparent; border: none; }
.formTable > tbody > tr > td { background-color: transparent; border: none;}

table.formTable tr:nth-of-type(even) {background-color: transparent;}
table.formTable tr:nth-of-type(odd) {background-color: transparent;}

fieldset label {
	font-size: 1rem;
}

fieldset ul {
	list-style: none;
	margin-left: 0px;
}

fieldset ul input[type="checkbox"], fieldset ul input[type="radio"] {
	margin-bottom: 2px;
}

fieldset ul li {
	font-size: 0.875rem;
}


/*
	POINTS
 */
.points {
	font-size: 10px;
	font-style: italic;
	display: inline-block;
	margin-left: 0px;
}

.points:before {
	content:'('
}

.points:after {
	content:')'
}

.points-positive {
	color:green;
}

.points-positive:before {
	content:'(+'
}

.points-negative {
	color:red;
}



/* PRODUCTS */

.product-image {
	width:100%;
	height: auto;
	background-color: #ccc;
}

.product-image-column {
	position: relative;
}

.product-details {
	font-size: 0.75rem;
}

.product-details .bottom {
	margin-bottom: 10px;
}

.product-goals {
	font-size: 0.75rem;
}

.product-goals-match {
	font-weight: bold;
	color:#009a10;
}

.product-goals-match-negative {
	font-weight: bold;
	color:#990000;
}

.product-ingredients, .product-ingredients td {
	font-size: 0.75rem;
}

.product-ingredients > table {
	width: 100%;
}

.product-ingredients td .bottom {
	margin-bottom: 10px;
}

.product-ingredients td .bottom:last-child {
	margin-bottom: 0px;
}

.product-overview {
	font-size: 0.875rem;
}

.product-packaging {
	font-size: 0.75rem;
	margin-top: -10px;
}

.product-packaging > strong {
	display: none;
}


/* PRODUCT LISTING */

.productListing {
}

.productListing h1 {
	display: none;
}

.productListing h2 {
	font-size: 0.875rem;
	margin-bottom: 10px;
	color:rgba(0, 0, 0, 0.3);
	display: none;
}

.productListing h3 {
	font-size: 0.75rem;
	margin-bottom: 5px;
}

.productListing .product {
	position: relative;
}

.productListing-enabledFilters {
	list-style: none;
	font-size: 0.75rem;
	margin-left: 0px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 5px 3px 5px;
	position: relative;
	min-height: 40px;
}

.productListing-enabledFilters > li.label {
	background-color:#fff;
	position: absolute;
	top:-10px;
	left: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: inline-block;
	color: black;
	float: none;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	color: #999;

}

.productListing-enabledFilters:after {
	content:'';
	display: table;
	clear: both;
}

.productListing-enabledFilters > li {
	float: left;
	margin-right:5px;
	margin-left:0px;
	margin-top: 4px;

}

/*.productListing-enabledFilters > li[data-attribute="targetAreasID"] {
	float: none;
}*/

.productListing-enabledFilters > li.skinCareGoals {
	clear: left;
}

.productListing-enabledFilters > li:not(:first-child)  {
	color: #008CBA;
	margin-right: 10px;
	cursor: pointer;
}

.productListing-enabledFilters-goals {
	list-style: none;
	font-size: 0.75rem;
	margin-left: 5px;
	display: inline-block;
}

.productListing-enabledFilters-goals:before {
	display: inline-block;
	/*content:'(';*/
	/*content:':'*/
}

.productListing-enabledFilters-goals:after {
	display: inline-block;
	/*content:')';*/
}

.productListing-enabledFilters-goals > li {
	display: inline-block;
	margin-right:5px;
	margin-left:0px;
	background-color:#008CBA;
	color:white;
	padding:2px 3px 2px 3px;
	line-height: 100%;
	position: relative;
	border-radius: 3px;
}

/*.productListing-enabledFilters-goals > li:after {
	content: 'x';
	position: absolute;
	right: 3px;
	top: 2px;
	color: #ccc;
}*/

.productListing-enabledFilters-goals > li:last-child {
	margin-right: 0px;
}

/*.productListing-enabledFilters > li:not(:first-child):after {
	content:'';
	display:inline-block;
	background-image: url('../images/filter-delete.jpg');
	width: 12px;
	height: 11px;
	margin-left: 2px;
	margin-top: 2px;

}*/

.productListing-filterList {
	list-style: none;
	margin-left: 0px;

}

.productListing-filterList > li {
	/*list-style: none;*/
	font-size: 0.75rem;
	margin: 0px 0px 0px 0px;
}

.productListing-filterList > li.disabled {
	color:#ccc;
}

.productListing-filterList > li > input {
	margin-bottom: 2px;
	vertical-align: middle;
}

.productsListing-products {
	font-size: 0.75rem;
}

.productsListing-products > li {
	margin-bottom: 20px;
}

.productListing-image {
	height: 200px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.productListing-image > img {
	width: 100%;
	height: auto;
}

.productListing-info {
	margin-bottom: 10px;
}

.productListing-info:after {
	content:'';
	display: table;
	clear: both;
}

.productListing-sort {
	font-size:0.75rem;
	float: right;
}

.productListing-sort > select {
	margin-left: 5px;
}

.productListing-avoidForAllergy {
	position: absolute;
	top: 38px;
	right: 0;
	background-color: red;
}

.productListing-avoidForHealth {
	position: absolute;
	top: 19px;
	right: 0;
	background-color: orange;
}

.productListing-userScore {
	position: absolute;
	top: 0px;
	right: 0;

}
.productListing-score {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ccc;

}

.productListing-total {
	float: left;
	font-size:0.75rem;
	padding-top: 5px;
}


/* RELATED ARTICLES */

.relatedArticles { }
.relatedArticles-image { height:40px; border:1px solid #dddddd; background-repeat:no-repeat; background-size:cover; background-position:center; }
.relatedArticles a { font-weight:bold; }
.relatedArticles-author { font-size:0.75rem /*11px */; font-weight:bold; }

/* SEARCH */

.search {}
.search .tabs > li { border:1px solid #dddddd; border-right:none; border-bottom:none; }
.search .tabs > li:last-child { border-right:1px solid #dddddd; }
.search .tabs-content { border:1px solid #dddddd; padding: 20px; }


/* SKIN CARE GOALS */

.skinCareGoals-area {
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 5px;
	border-left: 1px solid #ccc;

}

.skinCareGoals-area ul {
	margin-bottom:10px;
}

/* TABLES */

table > tbody > tr.setter > td { padding:0px; border:none; height:0px; margin:0px; visibility:hidden; }


/* USERS HOME */

.usersHome {}

.usersHome label {
	color: #bbb;
}


/* DOCUMENT MEDIA QUERIES */

/* MEDIUM */
@media (min-width: 641px) {

	

}
/* LARGE */
@media (min-width: 1025px ) {
	
	.doc-body > .row > .columns { padding:50px; padding-top:40px; }
	.doc-container { 
		min-height:100%;   
	}
	
	.doc-body > .row > .columns.breadcrumbs { padding:0px; padding-left:50px; padding-top:20px; padding-bottom:0px; background-color:transparent; border:none; margin-bottom:0px; }

	.doc-icon { display: table-cell; width: 20%; }
	.doc-iconRow { display: table; }
	.users-reg fieldset { border-width:1px; }
	
}