﻿/* 
           green: #2caf55
        red-dark: #fe2727
       red-light: #fe8687
  grey (borders): #d6d6d6
          orange: #f99b4c
  
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */

html, body {
  height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

body {
    /*background: #f1ece0 url(images/body-bg.png) no-repeat 0 -112px;*/
    background: #fff url(images/Updates/header.jpg) no-repeat 0 0;
    font: normal 14px/1.5em Lato, Arial, Helvetica, sans-serif;
    display: table;
    width: 100%;
}

h1, h2, h3, h4, h5 {
  color: #4d6400;
}

h1 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 1.8em;
  margin: 0 0 .4em 0;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2em;
}

h4, h5 {
	margin: 1em 0 0 0;
  padding: 0;
}

h4 {
	font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

.sidebar h5{
    font-size: 1.5em;
    font-weight: bold;
    color: #52472e;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: -1px;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

p {
  margin: 0 0 1.5em 0;
}


a {
  /*color: #2caf55;*/
  color: #4d6400;
}

a:hover {
  text-decoration: none;
}

form {
  display: block;
  font-family: Lato, Arial,Serif;
  font-size: 1em;
}

form label, .form label {
  display: block;
  margin: 1em 0 0 0;
  font-weight: normal;
}

.sidebar #search-form label {
    display: block;
    margin: 1em 0 0 0;
    font-size: 1.1em;
}

form .form-row {
  display: block;
}

input,
form input,
form select,
.form select,
.sidebar #search-form select,
form textarea {
  display: block;
  padding: 10px 5px;
  border: 2px solid #52472e;
  /*-moz-border-radius: 5px;
  border-radius: 5px;*/
  margin: 5px 0 0 0;
}

.sidebar #search-form select, .sidebar #search-form input, .list-right .form input {
    border: 3px solid #52472e;
    padding: 10px;
    outline: none;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-family: Lato, serif;
    font-weight: bold;
    color: #52472e;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #52472e;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #52472e;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #52472e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #52472e;
}

.sidebar button {
   padding: 10px 20px;
   display: inline;
}

form fieldset {
  border: 0;
  padding: 0 0 15px 0;
}

hr {
  height: 1px;
  line-height: 1px;
  width: 100%;
  display: block;
  background: #cccccc url(images/hr-grey.svg);
  background: -moz-linear-gradient(left, #ffffff, #cccccc, #ffffff);
  background: -webkit-gradient(linear, left center, right center, from(#ffffff), color-stop(#cccccc), to(#ffffff));
  border: 0;
  margin: 20px 0;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #4d6400;
}

table {
	margin: 0 0 2em 0;
}

table thead tr {
	border-bottom: 1px solid #b5985c;
	color: #333;
/*	text-align: left;*/
}

table td,
table th {
	padding: 0 5px;
}

#header {
  width: 1000px;
  margin: auto auto;
  display: block;
  /*height: 148px;*/
  height: 318px;
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
}


/** HEADER IMAGES **/
body.home #header {
	background-image: url(images/header-home-bg.png);
}

body.weight-assessment #header {
	background-image: url(images/header-home-bg.png);
}

body.slimmer-programme #header {
	background-image: url(images/header-home-bg.png);
}

body.clinics #header {
	background-image: url(images/header-home-bg.png);
}

body.products #header {
	background-image: url(images/header-home-bg.png);
}

body.tips #header {
	background-image: url(images/header-home-bg.png);
}

body.news #header {
	background-image: url(images/header-home-bg.png);
}

body.about-us #header {
	background-image: url(images/header-home-bg.png);
}

body.contact-us #header {
	background-image: url(images/header-home-bg.png);
}

body.blog #header {
	background-image: url(images/header-home-bg.png);
}


#header #top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 30px;
  width: 270px;
  
  border: 1px solid #999;
  border-top: none;
  
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
  background: url(images/gradient-grey.svg);
  background: -moz-linear-gradient(top, #f7f7f7, #d6d6d6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#d6d6d6));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d6d6d6');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d6d6d6');
}

#logo {
  margin-top: 20px;
}


/** NAV MENU **/

#nav {
  position: relative;
  /*z-index: 2000;*/ 
}

#nav ul {
  margin: 0;
   
}

#nav .menu {
    width: 1180px;
    margin: auto auto;
    position: relative;
    top: -29px;
    font-size: 1.3em;
}

#nav .menu li {
  float: left;
  position: relative;
  /*border-left: 1px solid #6aba4a;
  border-right: 1px solid #2bae55;*/
  display: inline-block;
  margin: 0;
}

#nav .menu li.logout {
	/*float: right;*/
}

#nav .menu li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 0 20px;
 line-height: 62px;
  display: inline-block;
  float: left;
  margin-bottom: -27px;
 
}

/*#nav .menu li a:hover,
#nav .menu li.active a,
body.dashboard #nav .menu li.dashboard a,
body.programme #nav .menu li.programme a,
body.register #nav .menu li.register a,
body.weigh #nav .menu li.weigh a,
body.calendar #nav .menu li.calendar a,
body.entries #nav .menu li.entries a,
body.reports #nav .menu li.reports a,
body.archive #nav .menu li.archive a,
body.stock #nav .menu li.stock a,
body.stats #nav .menu li.stats a,
body.logout #nav .menu li.logout a {
  background: #ffffff;
  color: #2caf55;
}*/

/*#nav .menu li a:hover,
#nav .menu li.active a,*/
body.dashboard #nav .menu li.dashboard a,
body.programme #nav .menu li.programme a,
body.register #nav .menu li.register a,
body.weigh #nav .menu li.weigh a,
body.calendar #nav .menu li.calendar a,
body.entries #nav .menu li.entries a,
body.reports #nav .menu li.reports a,
body.archive #nav .menu li.archive a,
body.stock #nav .menu li.stock a,
body.stats #nav .menu li.stats a,
body.users #nav .menu li.users a,
body.staff #nav .menu li.staff a,
body.customer #nav .menu li.customer a,
body.content #nav .menu li.content a,
body.logout #nav .menu li.logout a {
  text-decoration: underline;
}




.membername {
	color: white;
	text-decoration: none;
	padding: 0 45px;
	line-height: 39px;
	display: inline-block;
	border-right: none !important;
}

#nav .menu li .sub-menu {
  list-style: none;
  position: absolute;
  top: 60px;
  left: 0;
  /*border: 1px solid #2caf55;*/
  /*background: #fff;*/
  background: #88774c;
  z-index: 100000;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  width :200px !important;
}

#nav .menu li .sub-menu li {
  float: none;
  clear: both;
  border: none;
  display: block;
  position: relative;
  padding: 0 10px;
  /*padding-top: 20px;*/
  bottom: 30px;
}

#nav .menu li .sub-menu li:first-child {
    padding-top: 20px;
}

#nav .menu li .sub-menu li a {
  /*line-height: 3.5em;*/
  font-size: .9em;
  color: #2caf55;
  color: #ffffff;
  font-weight: normal;
  /*border-bottom: 1px solid #ccc;*/
  padding: 0;
  display: block;
  width: 100%;
}

#nav .menu li .sub-menu li a {
    font-weight: 700;
}

#nav .menu li .sub-menu li:last-child a {
  border: none;
}

#nav .menu li .sub-menu li a:hover {
  text-decoration: underline;
}

#header-contact-details {
	background: rgba(255, 255, 255, .65);
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.ie6 #header-contact-details, .ie7 #header-contact-details, .ie8 #header-contact-details, .ie9 #header-contact-details {
    background: #FFF;
}
#header-contact-details h5 {
	margin: 0;
}


#wrapper {
  background: #fff;
  clear: both;
  overflow: auto;
}

#content {
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 1000;
}

.sidebar {
  display: inline-block;
  width: 230px;
  float: left;
  min-height: 565px;
  margin: 0;
}

.sidebar img {
  margin: 0 0 15px 0;
}

.sidebar li {
	margin: 0;
}


#left {
  padding-right: 10px;
  margin-right: 15px;
  min-height: 600px;
  background: url(images/vertical-divider.png) no-repeat right 15px;
}

.ie6 #left {
	height: auto;
	height:600px;
}

#main {
  width: 490px;
  float: left;
  display: inline-block;
  /*margin: 0 15px;*/
  /*position: relative;
  z-index: 5000;*/
}

#main img {
	padding: 15px;
}

#main img.article-image {
	padding: 10px;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
	margin: 0 1.5em 0 0;
	border-radius: 5px;
}


#right {
  padding-left: 20px;
  margin-left: 20px;
  background: none no-repeat left 15px;
  min-height: 600px;
}

.ie6 #right {
	height: auto;
	height:600px;
}

#footer {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  display: block;
  color: #786e6d;
  font-size: .95em;
  padding: 15px 0;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer h5 {
	margin: 0;
	color: #786e6d;
	font-weight: normal;
}

#footer a {
	color: #b0aaa3;
	text-decoration: none;
}

#footer hr {
	background: #b1a9a4;
	margin: 15px 0;
}

#footer a:hover {
	color: #786e6d;
}

#footer .columns {
	margin: 0;
}

#footer .columns .column {
	margin: 0;
	padding: 0;
	width: 16%;
}

#footer .columns .column:first-child,
#footer .columns .column:last-child {
	margin: 0;
	padding: 0;
}

#footer .policies {
	margin: 0 10px 15px 10px;
}

#footer .policies a {
	color: #786e6d;
	margin: 0 1em;
}

#footer .policies a:hover {
	text-decoration: underline;
}


button, .button {
  border: 0;
    font-size: 1.2em;
  padding: 10px 20px;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  background-color: #52472e;
  /*background: url(images/gradient-red.svg);
  background: -moz-linear-gradient(top, #fe8687, #fe2727);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8687), to(#fe2727));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8687', endColorstr='#fe2727');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8687', endColorstr='#fe2727');*/
  width: auto;
  font-family: Lato, Arial, Helvetica, serif;
}

tab-area {
  margin: 20px 0 0 0;
}

.tab-area .tab-menu {
  list-style: none;
  display: block;
  margin: 0;
}

.tab-area .tab-menu li {
  float: left;
  display: inline-block;
  margin: 0 4px 0 0;
}

.tab-area .tab-menu li a {
  display: inline-block;
  background-color :#4d6400;
  color: #ffffff;
  padding: 0 40px;
  line-height: 30px;
  /*-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
  text-decoration: none;
  font-weight: bold;
}

.tab-area .tab-menu li.ui-state-active a,
.tab-area .tab-menu li a:hover {
  /*background: #2bae55 url(images/gradient-green.svg);
  background: -moz-linear-gradient(top, #6aba4a, #2bae55);
  background: -webkit-gradient(linear, left top, left bottom, from(#6aba4a), to(#2bae55));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aba4a', endColorstr='#2bae55');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aba4a', endColorstr='#2bae55');*/
  background: #88774C;
  color: #ffffff;
}

.tab-area .tab-content {
  clear: both;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-top: 3px solid #4d6400;
  /*-moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;*/
  overflow: auto;
}

.tab-area .tab-content.ui-tabs-hide {
  visibility: hidden;
  display: none;
}

/* Disabled Tabs Style */

.tab-area-disabled {
  margin: 20px 0 0 0;
}

.tab-area-disabled .tab-menu {
  list-style: none;
  display: block;
  margin: 0;
}

.tab-area-disabled .tab-menu li {
  float: left;
  display: inline-block;
  margin: 0 4px 0 0;
}

.tab-area-disabled .tab-menu li a {
  display: inline-block;
  background: #f1ece0;
  padding: 0 40px;
  line-height: 30px;
  /*-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
  text-decoration: none;
  font-weight: bold;
}

.tab-area-disabled .tab-menu li.active a{
  /*background: #2bae55 url(images/gradient-green.svg);
  background: -moz-linear-gradient(top, #6aba4a, #2bae55);
  background: -webkit-gradient(linear, left top, left bottom, from(#6aba4a), to(#2bae55));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aba4a', endColorstr='#2bae55');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aba4a', endColorstr='#2bae55');*/
  background: #4d6400;
  color: #ffffff;
}

.tab-area-disabled .tab-content {
  clear: both;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-top: 3px solid #4d6400;
  /*-moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;*/
  overflow: auto;
}

.tab-area-disabled .tab-content.ui-tabs-hide {
  visibility: hidden;
  display: none;
}

/* */

#about-the-programme-tabmenu .tab-image {
  float: left;
  margin: 0 10px 0 0;
}

.red-text {
  color: #fe2727;
}

.clearfix {
  clear: both;
}


/** TAPE MEASURE **/
#tape-measure-wrapper {
  overflow: hidden;
  display: block;
}

#tape-measure {
  list-style: none;
  padding: 0;
  margin: 0;
  background: url(images/tabs/tape-measure-bg.png) repeat-x 0 0;
  height: 33px;
  padding: 0 0 0 36px;
}

#tape-measure li {
  padding: 0 2px;
  display: inline;
  float: left;
  line-height: 30px;
  width: 32px;
}

.tape-measure-item {
  display: none;
}

.tape-measure-item.active {
  display: inline;
}

.columns {
	display: block;
}

.columns .column {
  float: left;
  display: inline-block;
  width: 240px;
}

.columns .column:first-child {
  margin-right: 5px;
}

.columns .column:last-child {
  margin-left: 5px;
}

.product-list-item,
.list-item {
  border: 1px solid #d6d6d6;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  margin: 10px 0;
}

.product-list-item .product-thumbnail {
  margin: 0 15px 0 0;
}

.product-list-item p,
.news-list-item p {
  margin: 0;
}

.list-item h3 {
  margin: 0 0 1em 0;
  line-height: 1em;
}

.list-item p {
  margin: 1.5em 0 0 0;
}

.author-date {
  font-size: .7em;
  font-weight: normal;
  line-height: 1em;
  display: block;
}

.news-list-item .article-thumbnail {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  padding: 20px;
  margin: 0 20px 0 0;
}

.news-list-item .content {
  overflow: hidden;
}

.required {
  color: #fe2727;
}

/** PHOTO CAPTIONS **/
.photo-caption-wrapper {
	text-align: center;
}

.photo-caption {
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	margin: 5px 3px;
}

.photo-caption span {
	display: block;
	color: #2caf55;
	font-weight: bold;
	text-align: center;
}

#main .photo-caption img {
	margin: 0;
	padding: 0;
}

#main #product-profile .tab-content {
	padding: 20px;
}

.product-profile-overview-recommended,
.product-profile-overview-not-recommended,
.product-profile-overview-additional-info {
	padding: 0 0 0 55px;
}

.product-profile-overview-recommended {
	background: url(images/ico-tick.png) no-repeat 0 0;
}

.product-profile-overview-not-recommended {
	background: url(images/ico-cross.png) no-repeat 0 0;
}

.product-profile-overview-additional-info {
	background: url(images/ico-health.png) no-repeat 0 0;
}

.fraction {
	white-space: nowrap;
	font-size: .7em;
}

.fraction sup,
.fraction sub {
	padding: 0;
	margin: 0;
}

.fraction sup {
	vertical-align: 1ex;
}

.fraction sub {
	vertical-align: -1ex;
}

/** PAGE OVERRIDES **/
.sidebar form fieldset {
  background: url(images/sidebar-horizontal-divider.png) no-repeat center bottom;
}

#right form {
  width: 230px;
}

#right form input {
  width: 218px;
}

select {
  width: 95%;
  background: url('images/Updates/custom-arrow.gif');
  background-position: center right;
  background-repeat: no-repeat;  
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff;
    outline: none;
}

#right #search-form select, .list-right .form select{
  width: 95%;
  background: url('images/Updates/arrow.png');
  background-position: center right 15px;
  background-repeat: no-repeat;  
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff;
    outline: none;
}

input.searchTxt {
    background: url('images/Updates/search.png');
    background-position: center right 15px;
    background-repeat: no-repeat;
    font-family: Lato, Arial, serif; 
}

.data-list select {
    border: 2px solid #52472e;
    outline: none;
    font-family: Lato, Arial, serif;
}

.list-right .form select {
     width: 100%;
    border: 3px solid #52472e;
    padding: 10px;
    font-family: Lato, serif;
    font-weight: bold;
    color: #52472e;
    font-size: 1.2em;
}

#right #search-form input {
  width: 218px;
}

#right form .button {
  width: auto;
}

body.dashboard #right,
body.register #right,
body.reports #right,
body.logout #right {
  display: none;
}

body.dashboard #left,
body.programme #left,
body.register #left,
body.weigh #left,
body.archive #left,
body.calendar #left,
body.entries #left,
body.reports #left,
body.logout #left {
  display: none;
}

body.entries.profile #left {
	display: inline-block;
}

body.dashboard #main,
body.register #main,
body.calendar #main,
body.reports #main,
body.logout #main {
  width: 100%;
}

body.weigh #main,
body.entries #main,
body.programme #main {
	width: 745px;
}

body.entries.profile #main {
	width: 490px;
}

body.calendar #main,
body.calendar #right {
	width: 485px;
}

body.news h1 {
	margin-bottom: 1em;
}

body.products .columns .column,
body.slimmer-programme .columns .column {
  width: 367px;
}

body.products .columns .column h5,
body.slimmer-programme .columns .column h5 {
	margin: 0;
	padding: 0;
}

body.products .columns .column p,
body.slimmer-programme .columns .column p {
	margin: 0;
}

body.products #main .columns .column img,
body.slimmer-programme #main .columns .column img {
	margin: 0;
	padding: 0;
	float: left;
}

body.products #main .columns .column .red-text,
body.slimmer-programme #main .columns .column .red-text {
	text-align: right;
	margin: 10px 0 0 0;
}

table.tabular-data {
	border-collapse: collapse;
}

table.tabular-data td,
table.tabular-data th {
	border: 1px solid #000000;
}

table.tabular-data th {
	text-align: center;
}

table.tabular-data tr.sub-heading td {
	color: #000000;
	background: #dfeddb;
}

/** PRODUCT SELECTOR **/
#product-selector {
	
}

#product-selector .product-selector-step {
	text-align: center;
}

.product-selector-pet {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.product-selector-pet:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/** CLINIC LOCATOR FORM **/
#clinic-locator-form {
	text-align: right;
}

#clinic-locator-form input,
#clinic-locator-form select {
	display: inline-block;
	margin: 0 5px 0 0;
}

#main img.map {
	padding: 0;
	margin: 0;
}

#main #slimmer-programme-rewards {
	position: relative;
}

#main #slimmer-programme-rewards .next-previous {
	position: absolute;
	top: 35px;
	right: 5px;
	z-index: 6000;
}

#main #slimmer-programme-rewards .tab-content {
	padding-right: 20%;
}

#main #slimmer-programme-rewards img.step-thumb-protusion {
	position: absolute;
	bottom: -30px;
	z-index: 5000;
	right: 0;
}

form#ideal-weight-calculator {}

form#ideal-weight-calculator input {
	width: auto;
	display: inline;
}

form#ideal-weight-calculator label {
	display: inline;
	width: auto;
}

.dashboard  .widget {
    width: 500px;
    margin: 0 25px 25px 0;
}

/** WIDGETS **/
.widget {
	display: inline-block;
	width: 470px;
	min-height: 200px;
	float: left;
	margin: 0 0 25px 0;
}

.widget h4 {
	margin: 0 0 1em 0;
}

.widget table {
	margin: 0;
	width: 100%;
}

.widget table tbody td {
	color: #212121;
    font-size: 1em;
}
.widget.tab-area .tab-menu li {
	padding: 0;
}

.widget.tab-area .tab-menu li a {
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
}

.widget.tab-area .tab-content {
	min-height: 156px;
	padding: 8px;
}



#top-performing-pets {
	float: left;
}

#widget-stats {
	display: inline-block;
	float: right;
	width: 193px;
}

#widget-stats h5 {
	display: block;
	background: url(images/widget-stats-bg.png) no-repeat 0 0;
	height: 70px;
	margin: 0;
	padding: 35px 0 0 0;
	width: 193px;
	margin-top: -50px;
}

#widget-stats .content {
	border: 1px solid #d6d6d6;
	display: block;
	width: 181px;
	margin: -35px 0 0 0;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	border-top: none;
	height:107px;
	overflow:hidden;
}

.content .stat {
  width:50px;
  float:left;
  margin:0px 5px;
}

.content .stat h4{
  text-align:center;
  color:#52472e;
  margin:0px 0px 2px 0px;
  font-size:1.9em;
}

.content .stat h4 sub {
  font-size:0.6em;
}

.content .stat span{
  font-size:0.7em;
  color:#52472e;
  width:50px;
  text-align:center;
  line-height:1em;
}

#measurements-widget{
  padding:6px 0px 0px 0px
}

/** STYLIZED TABLE **/
.widget table thead th,
.widget table tfoot td {
	/*padding: 3px 5px;*/
	width: auto !important;
    line-height: 2em;
}

.widget table tbody td {
	padding: 2px 5px;
	width: auto !important;
}

.widget table thead tr,
.widget table tfoot tr {
	background: #4d6400;
	color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
}

/*.widget table thead tr th:first-child {
	background: url(images/widget-table-tab-top-left-bg.png) no-repeat top left;
}

.widget table thead tr th:last-child {
	background: url(images/widget-table-tab-top-right-bg.png) no-repeat top right;
}

.widget table tfoot tr td:first-child {
	background: url(images/widget-table-tab-bottom-left-bg.png) no-repeat bottom left;
}

.widget table tfoot tr td:last-child {
	background: url(images/widget-table-tab-bottom-right-bg.png) no-repeat bottom right;
}*/

.widget table tfoot table.pager td {
	background: none;
}

.widget table tbody tr:nth-child(even) {
	background-color: #e9ebea;
    cursor: pointer;
}

.widget table tbody tr:nth-child(odd) {
	background-color: #b5985c;
    cursor: pointer;
}

.widget table tbody tr:hover {
	 background-color: #aab780;
    cursor: pointer;
}

/** PAGER **/
.widget table tfoot tr.pager {
	width: 100%;
}

.widget table tfoot tr.pager td.pager-next,
.widget table tfoot tr.pager td.pager-previous {
	width: 100px;
}

.widget table tfoot tr.pager td.pager-next {
	text-align: right;
}

.widget table tfoot tr.pager td.pager-next a {
	background: url(images/pager-arrow-next.png) no-repeat center right;
	padding: 0 20px 0 0;
	text-decoration: none;
}

.widget table tfoot tr.pager td.pager-pages {
	text-align: center;
}

.widget table tfoot tr.pager td.pager-previous {
	text-align: left;
}

.widget table tfoot tr.pager td.pager-previous a {
	background: url(images/pager-arrow-previous.png) no-repeat center left;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.widget table tfoot tr.pager td a {
	color: #fff;
}

ul.paging {
    list-style-type: none;
    width: 100%;
    margin: 0;
    text-align: center;
}

ul.paging li { 
    display: inline
}

ul.paging li a {
    text-decoration: none;
}

ul.paging li a:hover {
    text-decoration: underline;
}

ul.paging li.left { 
    float: left;
    padding-right: 10px;
}

ul.paging li.right { 
     float: right;
     padding-left: 10px;
}

/** TOOLS **/
.tool {
	background: url(images/tools-sprite.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 2px 1px 0 0;
}

.tool.delete {
	
}

.tool.delete:hover {
	background-position: 0 -16px;
}

.tool.calendar {
	background-position: -16px 0;
}

.tool.calendar:hover {
	background-position: -16px -16px;
}

.tool.upload {
	background-position: -32px 0;
}

.tool.upload:hover {
	background-position: -32px -16px;
}

/** Data Lists **/
table.data-list {
	width: 100%;
}

table.data-list tr {
	border: none;
}

table.data-list thead th,
table.data-list tfoot td {
	padding: 3px 5px;
	width: auto !important;
    text-align :left;
}

table.data-list tbody td {
	padding: 2px 5px;
	width: auto !important;
	/*color: #A15829;*/
    color: #212121;
    font-size: 1em;
    line-height: 1.5;
}


table.data-list tbody tr:nth-child(odd) {
    background-color: #e9ebea;
}

    table.data-list a {
        color: #212121;
        text-decoration: none;
    }

table.data-list thead tr,
table.data-list tfoot tr {
	background: #4d6400;
	color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
}

/*table.data-list thead tr th:first-child {
	background: url(images/data-list-top-left-bg.png) no-repeat top left !important;
}

table.data-list thead tr th:last-child {
	background: url(images/data-list-top-right-bg.png) no-repeat top right !important;
}

table.data-list tfoot tr td:first-child {
	background: url(images/data-list-bottom-left-bg.png) no-repeat bottom left !important;
}

table.data-list tfoot tr td:last-child {
	background: url(images/data-list-bottom-right-bg.png) no-repeat bottom right !important;
}*/

table.data-list tfoot table.pager td {
	background: none;
}

table.pager td ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.pager td ul li {
    display: inline;
}


table.data-list tbody tr:nth-child(odd) {
	background-color: #b5985c !important;
}

table.data-list tbody tr:nth-child(even) {
	background-color: #e9ebea !important;
}

table.data-list tbody tr:nth-child(even):hover, table.data-list tbody tr:hover {
    background-color: #aab780 !important;
}


table.data-list thead a {
	color: #fff;
	padding: 0 20px 0 0;
    text-decoration: none;
}
table.data-list thead a.sorter, table.data-list thead th a {
  /*background: url(images/data-list-sort-grey-arrow.png) no-repeat center right;*/
}

table.data-list thead a.sort-desc {
	/*background: url(images/data-list-sort-desc-arrow.png) no-repeat center right;*/
}

table.data-list thead a.sort-asc {
	/*background: url(images/data-list-sort-asc-arrow.png) no-repeat center right;*/
}

/** PAGER **/
table.data-list tfoot tr.pager {
	width: 100%;
}

table.data-list tfoot tr.pager td.pager-next,
table.data-list tfoot tr.pager td.pager-previous {
	width: 100px;
}

table.data-list tfoot tr.pager td.pager-next {
	text-align: right;
}

table.data-list tfoot tr.pager td.pager-next a {
	background: url(images/pager-arrow-next.png) no-repeat center right;
	padding: 0 20px 0 0;
	text-decoration: none;
}

table.data-list tfoot tr.pager td.pager-pages {
	text-align: center;
}

table.data-list tfoot tr.pager td.pager-previous {
	text-align: left;
}

table.data-list tfoot tr.pager td.pager-previous a {
	background: url(images/pager-arrow-previous.png) no-repeat center left;
	padding: 0 0 0 20px;
	text-decoration: none;
}

table.data-list tfoot tr.pager td a {
	color: #fff;
}

/** DATA LIST GREEN **/
table.data-list.green td,
table.data-list.green td a {
	color: #212121;
}

table.data-list tfoot tr.pager td {
	color: #fff;
}

table.data-list.green thead tr,
table.data-list.green tfoot tr {
	background: #4d6400;
	color: #fff;
}

table.data-list.green tbody tr:nth-child(odd) {
	background-color: #b5985c !important;
}
table.data-list.green tbody tr:hover {
	background-color: #aab780 !important;
    cursor: pointer;
}


/*table.data-list thead tr th:first-child {
	background: url(images/widget-table-tab-top-left-bg.png) no-repeat top left;
}

table.data-list.green thead tr th:first-child {
	background: url(images/widget-table-tab-top-left-bg.png) no-repeat top left !important;
}

table.data-list thead tr th:last-child {
	background: url(images/widget-table-tab-top-right-bg.png) no-repeat top right;
}


table.data-list.green thead tr th:last-child {
	background: url(images/widget-table-tab-top-right-bg.png) no-repeat top right !important;
}

table.data-list tfoot tr td:first-child {
	background: url(images/widget-table-tab-bottom-left-bg.png) no-repeat bottom left;
}

table.data-list.green tfoot tr td:first-child {
	background: url(images/widget-table-tab-bottom-left-bg.png) no-repeat bottom left !important;
}

table.data-list tfoot tr td:last-child {
	background: url(images/widget-table-tab-bottom-right-bg.png) no-repeat bottom right;
}

table.data-list.green tfoot tr td:last-child {
	background: url(images/widget-table-tab-bottom-right-bg.png) no-repeat bottom right !important;
}*/

/** ALPHA PAGER **/
.alpha-pager,
.alpha-pager a {
	color: #f99b4c;
}

.alpha-pager {
	text-align: center;
	margin: 1em 0;
}

.alpha-pager a {
	padding: 0 3px;
}

/** CALENDAR **/
.calendar-widget {
	border: 1px solid #d6d6d6;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #f99b4c;
	font-size: 14px;
}

.calendar-widget div.row {
	clear: left;
	border-top: 1px solid #d6d6d6;
	height: 70px;
}

.calendar-widget .item {
	width: 68px;
	height: 70px;
	display: inline-block;
	float: left;
	line-height: 70px;
	text-align: center;
	border-left: 1px solid #d6d6d6;
	cursor: pointer;
}

.calendar-widget .item.current {
	text-decoration: underline;
}

.calendar-widget .item:first-child,
.calendar-widget div.row:first-child {
	border: none;
}

.calendar-widget .item:first-child {
	width: 69px;
}

.calendar-widget div.row:first-child {
	-moz-border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.calendar-widget div.row:last-child .item:first-child {
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 7px;
}

.calendar-widget div.row:last-child .item:last-child {
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 7px;
}

.calendar-widget a.item {
	color: #f99b4c;
}

.calendar-widget a.item:hover {
	background: #ffdcbf;
}

.calendar-widget .row.header-days {
	background: #f99b4c;
	color: #fff;
	font-weight: bold;
}

.calendar-widget .row.header-months {
	line-height: 70px;
	text-align: center;
}

.calendar-widget .row.header-months .month {
	font-size: 1.5em;
	font-weight: bold;
	width: 300px;
	display: inline-block;
}

.calendar-widget .row.header-months a.pager-next {
	background: url(images/pager-arrow-next-orange.png) no-repeat center right;
	padding: 0 20px 0 0;
	text-decoration: none;
}

.calendar-widget .row.header-months a.pager-previous {
	background: url(images/pager-arrow-previous-orange.png) no-repeat center left;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.calendar-widget .row.header-months a {
	color: #f99b4c;
}

#top-performing-pets {
	width: 100%;
}

/** MODALS **/
.modal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: 5000;
}

.modal {
}

.modal h5 {
	margin: 0 0 1em 0;
	line-height: 25px;
}

.modal h5 input {
	float: right;
	margin: 0;
}

.modal .content-wrapper {
	overflow: auto;
	display: block;
	height: 85%;
}

.modal .close-button {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 5001;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/modal-close.png) no-repeat 0 0;
}

/** IE6 **/
.ie6 form input,
.ie6 form select,
.ie6 form textarea {
  display: inline;
}

.ie6 .sidebar {
  height: auto !important;
  height: 565px;
}

.ie6 .tab-menu {
  height: 30px;
}

.ie6 .news-list-item .content {
  float: left;
}

.ie6 .product-list-item .product-thumbnail,
.ie6 .news-list-item .article-thumbnail {
  float: left;
}

.ie6 #main ol {
	margin-left: 2em;
}
div.input {
  width:100%;
  /*line-height:2em;
  height:3em;*/
  display:block;
}
div.input select, div.input input, div.input textarea{
  width:100%;
  margin:0px;
}
div.input textarea {
  height:100px;
  clear:both;
}
div.input label{
  margin:2px 0px 0px 0px;
}
div.input input[type=radio]{
  width:10px;
}

.bfi-select input[type=radio]{
  width:10px !important;
  display: inline;
}
div.column {
  width:250px;
  float:left;
  margin:0px 20px 0px 0px;
}
div.column.large {
  width:500px;
  float:left;
  margin:0px 20px 0px 0px;
}
div.column.small {
 width:120px;
}
div.column.right {
  float:right
}
div.column p {
  position:absolute;
  color:#4d6400;
}
div.input.phone select{
  width:36%;
  display:inline-block;
}
div.input.phone input{
  width:54%;
  display:inline-block;
}
.green {
  color:#4d6400;
}
.grey {
 color:#AEAEAE;
}
.label, .value {
  display:inline-block;
}
.label {
  width:80px;
  font-weight:900;
}
.value {
  width:80px;
  font-family: Lato, Arial,serif;
  font-size: 1.1em;
}
.quarter-width{
  width:25% !important;
  margin:0px !important;
  padding:0px !important;
}

.third-width{
  width:30% !important;
  margin:0px 10px !important;
  padding:0px !important;
}

.sixth-width{
  width:15% !important;
  margin:0px 8px !important;
  padding:0px !important;
}
.vertical-line-right {
  background: url(images/vertical-divider.png) no-repeat right 15px;
}
.vertical-line-left {
  background: url(images/vertical-divider.png) no-repeat left 15px;
}

.alphaPage{
	text-decoration: none;
	margin: 0px 1.3px;
	color:#4d6400;
}
.alphaPage:hover {
	text-decoration: underline;
}
input[type=submit]:focus, input.button:focus {
  /*border:2px solid red;*/

}

.caption_select {
	width: 100px !important;
}

.strong {
	font-weight: bold;
}
.tab-error-div {
	position: absolute;
	margin: -20px 0px 0px -35px;
	font-size: 10px;
	color: #333;
}
textarea {
    resize: none;
}

.form_input_error{
	color: red;
	font-size: 9px;
	position: absolute;
}
.cd-tool-display {
  margin-left:100px !important;
  margin-top:10px !important;
}
.cd-tool-display > div {
  color:green !important;
  font-size:20px;
}
.nofocus:focus{
    border:0px !important
}

.radio-class,
.radio-class input{
	margin: 5px 10px;
	display: inline;
}

.text-danger {
    color: red;
}

#calendar .fc-state-default {
    background: none;
    color: #4d6400;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    font-size:100%;
}

#calendar .fc-state-default:hover {
    text-decoration: none;
}

#calendar .fc-center h2 {
    color: #4d6400;
    font-size:150%;
    line-height: 25px;
}

#calendar .fc-toolbar {
    padding-top: 18px;
    padding-bottom: 15px;
}

#calendar .fc-widget-header th {
    border-style: none;
    line-height: 30px;
}

#calendar table thead tr {
    border-bottom: 0px solid #2caf55;
    color: #2caf55;
    text-align: left;
}

#calendar .fc-unthemed th, #calendar .fc-unthemed td, #calendar .fc-unthemed thead, #calendar .fc-unthemed tbody, #calendar .fc-unthemed .fc-divider, #calendar .fc-unthemed .fc-row, #calendar .fc-unthemed .fc-popover {
    border-color: #4d6400 !important;
}

#calendar .fc-toolbar {
    border-top: 1px solid #4d6400;
    border-left: 1px solid #4d6400;
    border-right: 1px solid #4d6400;
    margin-bottom: 0 !important; 
}


#calendar .fc-view-container {
    border-bottom: 1px solid #4d6400;
    border-left: 1px solid #4d6400;
    border-right: 1px solid #4d6400;
}

#calendar .fc-head {
    background: #4d6400;   
}

#calendar .fc-day-header.fc-widget-header {
    color: #fff;
    vertical-align: middle;
    padding: 20px 10px;
}

#calendar table, #calendar .fc-bg table {
    margin: 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center !important;
}

.fc-content-skeleton table thead tr {
    color: #4d6400 !important;
}


.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
   padding-top: 20px !important;
   /*padding-bottom: 15px !important;*/
}

/*.custom,
.custom div,
.custom span {
    background-color: green; 
    border-color: green;     
    color: yellow;          
}*/

.fc-event{
    top: 0 !important;
    position: absolute !important; 
	display: block !important; 
	font-size: 15px;
	line-height: 55px !important;
	border-radius: 0 !important;
	border: none !important; 
	background: #4d6400 !important; 
	font-weight: normal;
    width: 67px;
    margin-left: -1px !important;
    text-align: center;
}

.fc-row .fc-bg  {
	z-index: 5 !important;
    cursor: pointer;
}

.fc-unthemed .fc-today {
	background: none !important;
}

.report-table thead {
    background: #52472E;
    color: #fff;
}

.report-table thead th {
    color: #fff;
    vertical-align: top;
    border-right: #fff;
}

.position {
    position: relative
}

.table-position {
    transform: translateX(-18%);
}

.report-save-button {
   margin-top: 0; margin-right: -400px;
}

footer {
    font-family: Lato, Arial, Helvetica, serif;
    height: auto;
    background: #004793;
    background: #004a97;
    background: -moz-linear-gradient(top,#004a97 0,#003c81 50%,#002a64 100%);
    background: -webkit-linear-gradient(top,#004a97 0,#003c81 50%,#002a64 100%);
    background: linear-gradient(to bottom,#004a97 0,#003c81 50%,#002a64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004a97',endColorstr='#002a64',GradientType=0);
    /*display: table-row; 
    position: absolute;
    right: 0;
    left: 0;*/
}

footer .footer-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}

footer .back-to-top {
    padding: 15px 0;
    text-align: center;
}

.go-to-top {
    cursor: pointer;
}


footer .back-to-top a {
    color: #fff;
    text-decoration: none;
    font-size: 3.000em;
}

footer .footer-links {
    border-bottom: 2px #3c699e solid;
    padding: 0 0 35px 0;
}

footer .footer-links ul {
    float: left;
    font-size: 0;
    width: 70%;
}

@media only screen and (max-width: 11560px) {
	footer .footer-links ul {
		width: 65%;
	}
}

footer .footer-links ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 2.23958% 0 0;
}

footer .footer-links ul li:last-child {
    padding-right: 0;
}

footer .footer-links ul li a {
    font-size: 1.150em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

footer .footer-links ul li a.toggle-sub {
    padding: 0 0 0 5px;
}

footer .footer-links .social-links {
    float: right;
}

footer .footer-links .social-links i {
    /*font-size: 1.750em;*/
    font-size: 2em;
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    cursor: pointer;
}

.HillsGoldenOldies {
    color: #ffffff;
    display: inline-block;
    /*font-family: brusherbold, Arial,sans-serif;*/
    font-family: 'Pacifico',cursive;
    font-size: 2.5em;
    line-height: 0;
    padding-right: 20px;
}

footer .footer-links .social-links i:hover {
    color: #b1b1b1;
    cursor: pointer;
}

footer .footer-links .sub {
    display: none;
    padding: 10px 0 0 0;
}

footer .footer-links .sub a {
    width: 25%;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 1.150em;
    text-decoration: none;
    line-height: 1;
    padding: 0 5px 10px 0;
}

footer .footer-text {
    padding: 15px 0 30px 0;
    color: #fff;
    font-size: .938em;
}

footer .footer-text p {
    max-width: 70%;
    float: left;
    line-height: 1.3;
}

footer .footer-text a {
    float: right;
    color: #fff;
    text-decoration: none;
}

footer .footer-text a i {
    font-size: 1.200em;
    vertical-align: middle;
}

.footer-links .fa-caret-down {
    display: inline-block;
}

.footer-links .fa-caret-up {
    display: none;
}

.footer-links.sub-open .sub {
    display: block !important;
}

.footer-links.sub-open .fa-caret-down {
    display: none;
}

.footer-links.sub-open .fa-caret-up {
    display: inline-block;
}


@media only screen and (max-width: 1367px) {
    .HillsGoldenOldies {
        font-size: 1.750em;
    }

    footer .footer-links ul li {
        font-size: 14px;
        padding: 0 2% 0 0;
    }
}

@media screen and (max-width: 1280px) {
    footer .footer-links ul {
        width: 68% !important;
    }
    footer .footer-inner {
        width: 1280px;
    }

}
