/*
    Document   : Sew Essential
    Created on : November 28, 2013
    Author     : clacina
    Description:

        Palette URL: http://colorschemedesigner.com/#4T51T4LIPw0w0


    Idea: add 'themeing' to the site to users can choose between different color schemes.


*/

/**--------------------------------------------------------------------------------------

http://colorschemedesigner.com/#4T51T4LIPw0w0 - triad colors

lighter purple        CAAFCD
light green           DFF1CD
pale white / yellow   FFFBD9
darker purple         7E3985

Color Definitions

main background - lavender - #CAAFCD
content background - pink - #EDCAD6
menu background - light lavender - #E4D3E6

header (1,2) text - purple grey - #716B7B
page text - purple - #593B88
----------------------------------------------------------------------------------------*/
// less definitions
@mainBackgroundColor: #CAAFCD;
@contentBackground: #EDCAD6;
@menuBackground: #E4D3E6;
@headerColor: #716B7B;
@pageText: #593B88;

@bodyFont: "font-family: 'Montserrat', sans-serif;";
@titleFont: "font-family: 'Dancing Script', cursive;";

root {
  display: block;
}

body {
  margin:0;
  padding:0;
  background-color:@mainBackgroundColor;
  font-family: 'Montserrat', sans-serif;
}
.clear { clear: both }



/*** Header Styles ***/
#header {
  border:1px solid black;
}
#header_title {
  margin-top:10px;
  margin-bottom:10px;
  font-family: 'Dancing Script', cursive;
}

#creatuserlink {
  float:right;
  font-size:15px;
  margin-top:3px;
  margin-right:5px;
}

#fbLoginImg {
  margin-top:5px;
}

#trSignup {
  /*visibility:collapse;*/
}



#promoTitle {
  position:absolute;
  top:40px;
  left:380px;
  width:260px;
  height:140px;
  /*overflow: hidden;*/
}
  
#promoDiv {
  position:absolute;
  top:80px;
  left:380px;
  width:540px;
  height:80px;
  /*overflow: hidden;*/
  /*display:none;*/
  /*border:1px solid green;*/
}
  


#promoTitle1 {
  position: relative;;
  top:10px;
  left:20px;
  /*width:260px;*/
  /*height:140px;*/
  /*overflow: hidden;*/
}

#promoDiv1 {
  position:relative;
  top:80px;
  left:180px;
  /*width:540px;*/
  /*height:80px;*/
  /*overflow: hidden;*/
  /*display:none;*/
  /*border:1px solid green;*/
  background-color:purple;
}

#promoTitle h2 {
  margin-top:5px;
  margin-bottom:0;
  color:white;
  width:300px;
  /*text-align: center;*/
}

#promoDiv p {
  margin-top:2px;
  color:@pageText;
  text-align: center;
}

#mainPageMenuDiv {
  border:1px solid pink;
  width:100%;
  position:absolute;
  top:160px;
}

#mainPageMenuDiv ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    white-space:nowrap;
}

#mainPageMenuDiv a {
    text-decoration: none;
    color:@pageText;
    padding: 20px;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
}

#mainPageMenuDiv a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#mainPageMenuDiv li {
    display: inline-block;
}

.fb-like.fb_iframe_widget {
  position:absolute;
}


/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(Images/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(Images/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#loginButton:hover {
    background:url(Images/buttonbgHover.png) repeat-x;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(Images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}

#mainContent {
  width:100%;
  position: absolute;
  margin:0;
  padding:0;
  overflow:none;
  /*border:1px solid blue;*/
}

#mainContent h3 {
}

#mainContent label {
  
}

#SiteDescriptionDiv {
  width:350px;
  height:290px;
  float:left;
  margin-top:40px;
  margin-left:10px;
  border:1px solid red;
}

#VideoArea {
  position:absolute;
  display:inline-block;
  height:290px;
  width:420px;
  margin-top:40px;
  white-space:nowrap;
  
  border:1px solid green;
}

#videoFrame {
  height:290px;
  width:410px;
  padding-top:10px;
}

#promoTagLine {
  height:40px;
  background-color: purple;
  border-top:1px solid white;
  border-left:1px solid white;
  border-right:1px solid white;
  
}
#promoTagLine h1 {
  margin: 0;
  padding: 0;
  margin-right:20px;
  float:left;
}

/* Login Button */
#promoButton { 
    display:inline-block;
    float:right;
    margin-right:20px;
    background:#d2e0ea url(Images/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:20;
    cursor:pointer;
    margin-top:3px;
}

/* Login Button Text */
#promoButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(Images/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#promoButton:hover {
    background:url(Images/buttonbgHover.png) repeat-x;
}

#promoBox {
  position:absolute;
  top:39px;
  right:0;
  display:none;
  z-index:29;
  width:100%;
  /*height:300px;*/
  background-color:purple;
  border-left:1px solid white;
  border-right:1px solid white;
  border-bottom:1px solid white;
}

#promoConent {
  float: left;
  border: 1px solid black;
}

#promoContent p {
  width:90%;
  padding:10px;
  padding-right:20px;
  white-space:normal;
  /*border: 1px solid yellow;*/
  color: white;
}
#videoFrame {
  height:225px;
  width:400px;
  border:1px solid orange;
  margin:auto;
  text-align: center;
  
}

#promoSignupBtn {
  margin-bottom:20px;
  float:right;
  margin-right:10px;
  z-index: 100;
}
#columnsDesc {
  float:left;
  width:100%;
  border:1px solid black;
  
}
#cdescOne {
  float:left;
  width:45%;
  padding: 0 10px ;
  border:1px solid darkgray;
  
}
#cdescTwo {
  float:left;
  width:45%;
  padding: 0 10px ;
  border:1px solid darkolivegreen;
  
}
#hotlinkSection {
  height:50px;
  float:left;
  width:100%;
  padding: 10px 10px;
  border:1px solid lightcyan;
  
}


#menu {
  background-color: @menuBackground;
  width:189px;
  height:400px;
  margin:0; padding:0;
  float:left;
  font-family: 'Dancing Script', cursive;
}

#userContent {
  height:10px;
  margin-left:190px;
}

/**------------------------- All user content ---------------------------**/
@media (min-width:1025px) {
  #frontBanner {
    height:500px;
    background-color: @contentBackground;
    margin-left:190px;
    /*margin-top: 20px;*/
    margin-right: 5px;
    padding: 20px;
    border:5px solid white;
    overflow: auto;
    min-width:600px;
  }
}

/*
@media (min-width:1020px) {
  #frontBanner {
    height:500px;
    background-color: @contentBackground;
    margin-left:190px;
    margin-top: 20px;
    margin-right: 5px;
    padding: 20px;
    border:5px solid white;
    overflow: auto;
    min-width:500px;
  }
}

@media (min-width:765px) {
  #frontBanner {
    height:500px;
    background-color: @contentBackground;
    margin-left:190px;
    margin-top: 20px;
    margin-right: 5px;
    padding:20px;
    border:5px solid white;
    overflow: auto;
    min-width:300px;
  }
}
*/

#frontBanner h1  {
  margin-top:0;
  color:@headerColor;
  font-family: @titleFont;
}

#frontBanner h2  {
  margin-top:0;
  color:@headerColor;
}

#frontBanner p {
  color:@pageText;
}

/**------------------------- My Stichery ---------------------------**/
#homeNotesDiv {
  width:48%;
  float:right;
/*  border:1px solid red;*/
}

#homeDeadlines {
  width:50%;
  display:inline-block;
  height: 260px;
  /*border:1px solid blue;*/
}

#homeRecentProjects {
  width:40%;
  display:inline-block;
  /*border:1px solid white;*/
}
#homeShopping {
  width:58%;
  float:right;
  /*border:1px solid green;*/
}

#mst_div_top {
  /*border:1px solid pink;*/

}

#mst_div_btm {
  /*border:1px solid orange;*/
  margin-top:20px;
}

/**------------------------- Menu ---------------------------**/
#menuContent {

}

#menuContent ul {
  list-style: none;
  padding: 0;
  margin-top:20px;
  margin-bottom:12px;
}

#menuContent li {
  padding: 0;
  margin: 0;
  font-variant: small-caps;
  font-size: 22px;
  margin-bottom:12px;
  margin-left:20px;
  color: #7E3985;
}

#menuContent li a:link.cur_stat, #menuContent li a:visited.cur_stat {
  color: green;
}

#menuContent li a:link, #menuContent li a:visited {
  font-family: 'Montserrat', sans-serif;  display: block;
  color: #938D9D;
  text-decoration: none;
  padding: 0 10px 0 10px;
  cursor: pointer;
}

#menuContent li a:hover, #menuContent li a:active {
  color: #938D9D;
  text-decoration: underline;
  cursor: pointer;
}

#menuContent li a.active , #menuContent li a.active  {
  color: @pageText;
  text-decoration: underline;
  cursor: pointer;
}

#menuContentAdmin ul {
  list-style: none;
  padding: 0;
  margin-top:20px;
  margin-bottom:12px;
}

#menuContentAdmin li {
  padding: 0;
  margin: 0;
  font-variant: small-caps;
  font-size: 22px;
  margin-bottom:12px;
  margin-left:20px;
  color: #7E3985;
}

#menuContentAdmin li a:link.cur_stat, #menuContentAdmin li a:visited.cur_stat {
  color: green;
}

#menuContentAdmin li a:link, #menuContentAdmin li a:visited {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #938D9D;
  text-decoration: none;
  padding: 0 10px 0 10px;
  cursor: pointer;
}

#menuContentAdmin li a:hover, #menuContentAdmin li a:active {
  color: #938D9D;
  text-decoration: underline;
  cursor: pointer;
}

#menuContentAdmin li a.active , #menuContentAdmin li a.active  {
  color: @pageText;
  text-decoration: underline;
  cursor: pointer;
}

#adminReportMenu {
}

#adminReportContent {
  width:100%;
  height:470px;
  margin-top:20px;
  overflow:auto;
}

/*  Admin signup report layout */
#adminDateSel {
  width:350px;
}
#startDateDiv {
  float:left;
  margin-right:30px;
  margin-bottom:20px;
}
#endDateDiv {
  float:left;
  margin-bottom:20px;
}

#ssReportRun {
   display:block;
   height: 100%;
   width:135px;
   margin: 0 auto;
}

/**---------------------------------------------------------------------------------------------**/

#user_add {
  width:690px;
  height: 150px;
  /*border:1px solid red;*/
}

#user_add label {
  font-size: 13px;
  margin-top:4px;
}

#user_add .text {
  width:200px;
  font-size: 13px;
  margin-top:4px;
}
#user_add .numeric {
  width:80px;
  font-size: 13px;
  margin-top:4px;
  text-align: right;
}

#user_add input[type="checkbox"] {
  font-size: 13px;
  margin-top:4px;
}

#user_add td {
  font-size: 13px;
  margin-top:4px;
  margin-left:5px;
}

#userDetails {
  width:270px;
  float:left;
}

.formLine {

}
.formLabel {
  margin-left:5px;
  margin-top:5px;

}
.formEntry {

}

#billingDiv {
 /*height:230px;*/
 width:370px;
 float:left;
 margin-left:10px;
}

#bd_Paypal {

}

#bd_Card {

}

#giftDiv {
  width:680px;
  height:190px;
  /*border:1px solid blue;*/
}

#createbtn {
  float:right;
  font-size: 13px;
  margin-top:4px;
}

#cancelbtn {
  float:right;
  font-size: 13px;
  margin-top:4px;
}

#genpwd {
  margin-bottom:10px;
}

#loginHeaderDiv {
  float:right;  
  margin-right:10px;
  margin-top:20px;
/*  height:100px; */
  
  border:1px solid red;
}

#loginHeaderDiv a {
  color:#7E3985;
  text-decoration: none;
}

#dispName {
  font-size: 22px;
  color:#593B88;
  font-weight:100;
  font-family: 'Dancing Script', cursive;
}

/***----------------------- My Fabric -----------------------------**/
#fabricDiv {
  height:500px;
  width:100%;
  /*border:1px solid black;*/
}

#formDetail td {
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
}

#formDetailNotion td {
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
}

#searhDetailResults {
  height:470px;
  margin-top:10px;
  overflow:auto;
}

.tableLink {
  cursor:pointer;
  text-decoration: underline;
  color: @pageText;
  font-weight: bold;
}
#searchDrillDownDiv {
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
}

#projectsDrillDownDiv {
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  margin-bottom:4px;
}

/*#formDetail select {*/
#statusSelect , #fabricQType , #inventoryType {
  border: 1px solid white;
    -webkit-box-shadow:
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
    box-shadow:
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
    padding: 3px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 4px 0;
}

input[type=text],
textarea,
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=password],
input[type=email], {
  border: 1px solid white;
    -webkit-box-shadow:
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
    box-shadow:
      inset 0 0 2px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
    padding: 3px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 4px 0;
}
.fabricInput {
  width:300px;
  margin-left:10px;
}
.fabricInputSmall {
  width:200px;
  margin-left:10px;
}
.fabricInputSmaller {
  width:150px;
  margin-left:10px;
}
.fabricSelect {
  margin-left:10px;
  width:200px;
  lineheight:25px;
}
.redeemInput {
  width:250px;
  margin-left:10px;
}
#deadlineDate {
  margin-left:10px;
}
.adminGiftInput {
  width:450px;
  margin-left:10px;
}
 /* tooltip styling. by default the element to be styled is .tooltip  */
 /*
.tooltip {
  display:none;
  background:transparent url(Images/black_arrow.png);
  font-size:12px;
  height:70px;
  width:160px;
  padding:25px;
  color:#eee;
}
*/



/* simple css-based tooltip */
.tooltip {
    background-color:#72369A;
    border:1px solid @mainBackgroundColor;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:center;
    font-size:14px;
    z-index: 10000;
    font-family: Arial;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

.ui-tooltop-content {
    background-color:#72369A;
    border:1px solid @mainBackgroundColor;
    padding:10px 15px;
    font-size:14px;
    width:200px;
    color:#fff;
    text-align:center;
    font-size:14px;
}
/**------------------------- Custom Buttons --------------------------**/

.button {
  margin: 8px;
}

.button a{
	font-family: 'Arvo', arial, serif;
	font-size:16px;
	background: @pageText; /* Old browsers */
	background: -moz-linear-gradient(top, @pageText 0%, #72369A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@pageText), color-stop(100%,#72369A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, @pageText 0%,#72369A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, @pageText 0%,#72369A 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, @pageText 0%,#72369A 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@pageText', endColorstr='#72369A',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, @pageText 0%,#72369A 100%); /* W3C */
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 4px -1px #464646;
	-webkit-box-shadow: 0 3px 4px -1px #464646;
	box-shadow: 0 3px 4px -1px #464646;
	padding: 6px 12px;
  color: white;
  text-decoration:none;
}

.button a:hover, .button a:focus{
  background: #72369A; /* Old browsers */
	background: -moz-linear-gradient(top, #72369A 0%, @pageText 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72369A), color-stop(100%,@pageText)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72369A 0%,@pageText 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72369A 0%,@pageText 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #72369A 0%,@pageText 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72369A', endColorstr='@pageText',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #72369A 0%,@pageText 100%); /* W3C */
	-moz-box-shadow: 0 1px 1px 0 #666666;
	-webkit-box-shadow: 0 1px 1px 0 #666666;
	box-shadow: 0 1px 1px 0 #666666;
  color: white;
  text-decoration:none;
}

.button a:focus{
  -moz-box-shadow: 2px 3px 2px -1px #464646 inset, 0 1px 1px 0 #666666;
	-webkit-box-shadow: 2px 3px 2px -1px #464646 inset, 0 1px 1px 0 #666666;
	box-shadow: 2px 3px 2px -1px #464646 inset, 0 1px 1px 0 #666666;
}

.button a > img{
  padding-right: 8px;
  position: relative;
  top: 2px;
}


#dialogButtons a {
  margin-left:40px;
  margin-right:40px;
}
#dialogButtons {
  width:100%;
  margin-top:20px;
  text-align: center;
}

#dialogButtons2 a {
  margin-left:40px;
  margin-right:40px;
}
#dialogButtons2 {
  width:100%;
  margin-top:20px;
  text-align: center;
}

#dialogButtons3 a {
  margin-left:20px;
  margin-right:20px;
}
#dialogButtons3 {
  width:100%;
  margin-top:20px;
  text-align: center;
}

#dialogButtons4 a {
  margin-left:5px;
  margin-right:5px;
}
#dialogButtons4 {
  width:400px;
  height:30px;
  position:absolute;
  top:420px;
  text-align: center;
}

#dialogButtons5 a {
  margin-left:5px;
  margin-right:5px;
}
#dialogButtons5 {
  width:400px;
  height:30px;
  position:absolute;
  top:440px;
  text-align: center;
}

#dialogButtons6 a {
  margin-left:5px;
  margin-right:5px;
}
#dialogButtons6 {
  width:400px;
  height:30px;
  position:absolute;
  top:270px;
  text-align: center;
}

#dialogButtonsSmall a {
  margin-left:5px;
  margin-right:5px;
}
#dialogButtonsSmall {
  width:300px;
  height:30px;
  position:absolute;
  top:220px;
  text-align: center;
}

#credit2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  width:300px;
  height:30px;
  left:50px;
  position:absolute;
  top:360px;
  text-align: center;
}

#credit3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  width:300px;
  height:30px;
  left:50px;
  position:absolute;
  top:380px;
  text-align: center;
}


#submit-btnPattern {
  margin-left:370px;
  margin-top: 45px;
}

#editPM {
  width:520px;
  height:350px;
  background-color: #EDCAD6;
  border:3px solid white;
  position:absolute;
  z-index:50;
  left:45px;
  top:140px;
  padding:10px;
  display:none;
}

ul.ui-autocomplete {
    z-index: 11000 !important;
}

legend {
  padding: 0 .2em 0 .5em;
  padding-right:10px;
  padding-left:10px;
  border: 1px solid white;
  border-radius: 3px;
}

#fieldset1 {
  margin-bottom: 20px;
}

#fieldset2 {
  margin-bottom: 20px;
}

#giverMessage {
  width: 400px;
  height: 50px;
}
#adminGiverMessage {
  width: 540px;
  height: 50px;
}

h1 {
  color: @headerColor;
}

#redeemButtons {
  width: 100%;
  margin: auto;
}

#redemptionMessageDiv {
  width:80%;
  margin-top:30px;
  margin-left:10%;
}


/* ====== footer styles ====== */
#footer {
  position: absolute;
  top:1000px;
  width:100%;
  height:70px;
  font-family: 'Montserrat', sans-serif;
  font-size:9pt;
  /*border:1px solid green;*/
}


#footer_docs {
  height:50px;
  width:300px;
  float: left;
  padding-left:20px;
  padding-top:8px;
  /*border:1px solid red;*/
}

#footer_docs td {
  padding-left:5px;
  padding-right:5px;
}

#footer_docs td a {
  text-decoration: none;
  cursor:pointer;
}

#footer_docs td a:hover {
  border-bottom:1px dotted black;
}

#footer_social {
  height:50px;
  width:300px;
  float: left;
  /*border:1px solid white;*/
}


#social-media {
  list-style: none;
  display: block;
  position: absolute;
}
#social-media li {
  display: block;
  width:38px;
  height:38px;
  margin:0 6px;
  float: left;
}
#social-media li a {
  display:block;
  width:38px;
  height:38px;
  background: #999;
  overflow: hidden;
}
#social-media img {
  height:38px;
  width:38px;
}

#footer_right {
  height:50px;
  width:200px;
  float: right;
  /*border:1px solid orange;*/
}
#fine-print {
  list-style: none;
  color:#63666f;
}
#fine-print li.valid {
  color:#abaeb7;
}
#fine-print a {
  color:#e46a00;
  text-decoration: none;
}
#fine-print a:hover {
  border-bottom:1px dotted #e46a00;
}

#contactForm label {
  color: @pageText;
}
#contactFormDiv p a {
  color:#7E3985;
  font-weight: bold;
  text-decoration: none;
}

.filtering {
 font-family: 'Aladin', cursive;
 font-size: 20px;
 color: #593B88;
 margin-bottom:15px;
}

.filtering input {
  margin-left: 4px;
  margin-right: 4px;
}
.filtering select {
 margin-left:4px;
 margin-right: 10px;
}

#loadingGif {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

/** Make the edit table have a padded left column **/
#shoppingEditTable td:first-child {
  padding-right:10px;
}
#fabricEditTable td:first-child {
  padding-right:10px;
}
/**-- Shopping list print table  --**/
.TFtable{
  width:100%;
  border-collapse:collapse;
}
.TFtable th{
  background: #CAAFCD;
}
.TFtable td{
  padding:7px; border:#4e95f4 1px solid;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr{
  background: white;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd){
  background: white;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even){
  background: #EDCAD6;
}


.jtable-toolbar-item-text {
  font-weight: 500;
  font-size: 17px;
}

#userSettingsDiv {
  color:@pageText;
}

#NotionFormCost {
  height:30px;
  margin-top:2px;
  width:100%;
  font-family: 'Montserrat', sans-serif;
  line-height: 15px;
}
#NotionFormCost_L1 {
  float:left;
  margin-left:15px;
  margin-top:4px;
}
#NotionFormCost_I1 {
  float:left;
  margin-left:5px;
}
#NotionFormCost_L2 {
  float:left;
  margin-left:29px;
  margin-top:4px;
}
#NotionFormCost_I2 {
  float:left;
  margin-left:5px;
}



/** Image upload and preview sections **/

label input[type="file"] {
    position: fixed;
    top: -1000px;
}

/* Example custom styling */
.uploadLabel {
  margin: 8px;
  display: inline-block;
  font-family: 'Arvo', arial, serif;
	font-size:16px;
	background: @pageText; /* Old browsers */
	background: -moz-linear-gradient(top, @pageText 0%, #72369A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@pageText), color-stop(100%,#72369A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, @pageText 0%,#72369A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, @pageText 0%,#72369A 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, @pageText 0%,#72369A 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@pageText', endColorstr='#72369A',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, @pageText 0%,#72369A 100%); /* W3C */
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 4px -1px #464646;
	-webkit-box-shadow: 0 3px 4px -1px #464646;
	box-shadow: 0 3px 4px -1px #464646;
	padding: 6px 12px;
  color: white;
  text-decoration:none;
}
.uploadLabel:hover, .uploadLabel:focus {
	background: -moz-linear-gradient(top, #72369A 0%, @pageText 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72369A), color-stop(100%,@pageText)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72369A 0%,@pageText 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72369A 0%,@pageText 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #72369A 0%,@pageText 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72369A', endColorstr='@pageText',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #72369A 0%,@pageText 100%); /* W3C */
	-moz-box-shadow: 0 1px 1px 0 #666666;
	-webkit-box-shadow: 0 1px 1px 0 #666666;
	box-shadow: 0 1px 1px 0 #666666;
  color: white;
  text-decoration:none;
}
.uploadLabel:active {
    background: #CCF;
}


.uploadLabel:focus{
  -moz-box-shadow: 2px 3px 2px -1px #464646 inset, 0 1px 1px 0 #666666;
	-webkit-box-shadow: 2px 3px 2px -1px #464646 inset, 0 1px 1px 0 #666666;
	box-shadow: 2px 3px 2px -1px #464646 inset, 0 1px 1px 0 #666666;
}

.uploadLabel a > img{
  padding-right: 8px;
  position: relative;
  top: 2px;
}

#credit {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
}


#output{
	padding: 5px;
	font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

/* prograss bar */
#progressbox {
  position:absolute;
  top: 200px;
  left: 390px;

  font-family: 'Montserrat', sans-serif;
	border: 1px solid #CAF2FF;
	padding: 1px;
	width:120px;
	border-radius: 3px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #CAAFCD;
	width:1%;
  font-family: 'Montserrat', sans-serif;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
  font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
}

#ImageTableContainer {
  width: 375px;
  height:300px;
  border:1px black;
  float:left;
}

#patternUploadLabel {
  position:absolute;
  top:0px;
  left:-120px;
}
#projectUploadLabel {
  position:absolute;
  top:150px;
  left:410px;
}

/* prograss bar */
#progressboxPattern {
  position:absolute;
  top: 25px;
  left: 95px;

  font-family: 'Montserrat', sans-serif;
	border: 1px solid #CAF2FF;
	padding: 1px;
	width:120px;
	border-radius: 3px;
	display:none;
	text-align:left;
}
#progressbarPattern {
	height:20px;
	border-radius: 3px;
	background-color: #CAAFCD;
	width:1%;
  font-family: 'Montserrat', sans-serif;
}
#statustxtPattern {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
  font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
}


#ImagePreview {
  float:right;
  width:120px;
  height:120px;
  margin-right:15px;
  margin-top:15px;
  border:2px solid white;
}
#ImageTableContainerForPatterns {
  width: 262px;
  height:262px;
  border:1px solid black;
  float:left;
}
#ImagePreviewPatterns {
  position:absolute;
  top:300px;
  left:530px;

  width:120px;
  height:120px;
  margin-right:15px;
  margin-top:15px;
  border:2px solid white;
}

/** colorbox sections **/

#cboxFooterContainer {
  position:relative;
  width:100%;
  height:100%;
}
#cboxSocials {
  position:absolute;
  bottom:0;
}

.cb_social_elem {
 float:left;
 margin-right:20px;
 width:120px;
}

/** shopping sections **/

#shoppingLegendMain {
  font-family: 'Montserrat', sans-serif;
  font-height: 9px;
}

#shoppingListTable {
  font-family: 'Montserrat', sans-serif;
}

#shoppingListTable thead th {
  background-color:#72369A;
  color:#EDCAD6;
}

#shoppingListTableManual {
  font-family: 'Montserrat', sans-serif;
}

#shoppingListTableManual thead th {
  background-color:#72369A;
  color:#EDCAD6;
}


.reconcileEntry {
  width:80px;
  text-align: right;
}

/*-------------> BAROUSEL */
.barousel
{
    position:relative;
    margin-bottom:0px;
    /*background:url(../images/bg_banner.gif) repeat 0 0;*/
    width:641px;
    height:441px;
    /*border-top:3px solid #000;*/
}

.barousel_image
{
    position:absolute;
    z-index:10;
    width:640px;
    height:400px;
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding:15px 18px 0 18px;
    z-index:50;
    background:url(/Images/screens/bg_barousel_content.png) repeat 0 0;
    color:#fff;
    width:247px;
    bottom:36px;
    left:10px;
}

.barousel_content div
{
    display:none;
}

.barousel_content div.default
{
    display:block;
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal;
    line-height:17px;
    color:#fff;
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;
    background:#000;
    bottom:0;
    z-index:20;
    width:640px;
}

.barousel_nav .counter
{
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:25px;
    height:20px;
    background-color:#4d4d4d;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#6e6e6e;
}

.barousel_nav li a.current
{
    background-color:#fff55b;
}

.barousel_nav li.prev a
{
    background-image:url(/Images/screens/barousel_link_previous.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-image:url(/Images/screens/barousel_link_next.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}

/*-------------> THSLIDE */
.thslide
{
    background:#000;
    width:500px;
    height:68px;
    border-top:3px solid #000;
}

.thslide_nav_previous
{
    float:left;
}

.thslide_nav_next
{
    float:right;
}

.thslide_nav_previous a,
.thslide_nav_next a
{
    display:block;
    width:19px;
    height:68px;
    text-decoration:none;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
}

.thslide_nav_previous a
{
    background-image:url(/Images/screens/thslide_link_previous.gif);
    background-position:0 0;
}

.thslide_nav_next a
{
    background-image:url(/Images/screens/thslide_link_next.gif);
    background-position:100% 0;
}

.thslide_nav_previous a:hover,
.thslide_nav_next a:hover
{
    background-color:#6e6e6e;
}

.thslide_list
{
    float:left;
    overflow:hidden;
    position:relative;
    width:462px;
    height:68px;
}

.thslide_list ul
{
    float:left;
    width:9000px;
    padding:0;
    margin:0;
    list-style:none;
}

.thslide_list li
{
    float:left;
    margin-right:3px;
}

.thslide_list li a
{
    display:block;
    position:relative;
    width:90px;
    height:68px;
    text-decoration:none;
}

.thslide_list li a img
{
    position:absolute;
}

.thslide_list li a span
{
    position:absolute;
    display:block;
    width:84px;
    height:62px;
}

.thslide_list li a:hover span,
.thslide_list li a.current span
{
    border:3px solid #fff55b;
}

/* Specific implementation */
#barousel_thslide
{
    height:446px;
}

#barousel_thslide .barousel_content
{
    bottom:81px;
}

#thslide_barousel_nav
{
    position:absolute;
    bottom:0;
}
img
{
    border:none;
}

#slideshowdiv p {
  color:white;
}

#page2ImageTable td {
  padding-bottom: 20px;
}

/*-- Admin - Trial / Promo Settings  --*/

#discountPriceTable {
  display:none;
}

#trialPeriodTable {
  display:none;
}

/*-- Admin - alternating rows table --*/

table.altrowstable {
	font-size:12px;
  color: #6B3795;
  font-family: 'Montserrat', sans-serif;
  border-width: 1px;
	border-color: black;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
  color: #6B3795;
	border-style: solid;
	border-color: black;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: black;
}
.oddrowcolor{
	background-color:#CAAFCD;
}
.evenrowcolor{
	background-color:#EDCAD6;
}


.youtube-player {
	font-size: 86%;
	position: relative;
}
.youtube-player-toolbar {
	background: #111;
	margin: .1em 0 0 0;
}
.youtube-player-toolbar li.youtube-player-time {
	float: right;
	font-weight: normal;
	font-size: 10px;
	line-height: 28px;
	margin: 0pt 5px 0pt 0pt;
	padding: 0;
	display: none;
	cursor: default;
}
.youtube-player-object {
	border: 1px solid #282828;
}
.youtube-player-toolbar li {
	cursor: pointer;
	float: left;
	list-style: none outside none;
	margin: 2px;
	padding: 4px 0;
}
.youtube-player-toolbar li span.ui-icon {
	float: left;
	margin: 0 4px;
}
.youtube-player-playlist-container {
	border: 1px solid #282828;
	margin-top: .2em;
	position: relative;
	display: none;
}
.youtube-player-playlist {
	list-style: decimal;
	overflow: auto;
	margin: 2px;
	padding: 0;
}
.youtube-player-playlist li {
	overflow-x: hidden;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	list-style-type: decimal;
	padding: 2px 4px 2px;
	white-space: nowrap;
	font-size: 13px;
}
.youtube-player-playlist .youtube-player-thumb {
	float: left;
	height: 90px;
	width: 124px;
	list-style: none;
	overflow: hidden;
}
.youtube-player-playlist .youtube-player-thumb img {
	height: 90px;
	width: 124px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background-position: -9999px -9999px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-position: 50% 50%;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-color: #333;
}

.partnerRow {
  width:400px;
  height:120px;
  border:1px solid red;
}

.partnerLogo {
  float:right;
}

.partnerName {
  float:left;
}

.partnerURL {
  float:left;
}



.viewport {
  /*
  border-radius: 4px 4px 0 0;
  border: 1px solid #0c0c0c;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  padding: 20px;
  */
  padding-left: 20px;
  display: table;
  min-height: 10em;
  overflow: hidden;
}

.viewport .tlt {
  /*
  color: #fff;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 20px 0;
  vertical-align: middle;
  */
  display: inline-block;
  display: table-cell;
  text-align: center;
  /*visibility: hidden;*/
}

/* GRID 
***************/ 

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}

.col-1-1 {
  width: 100%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.66%;
}

.col-1-8 {
  width: 12.5%;
}

.grid-pad {
  padding-left: 20px
}

.grid-pad [class*='col-'] {
  padding-top: 20px;
  padding-top: 20px;
}

.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

@media (max-width: 767px) {
  [class*='col-'] {
    width: 100%;
  }
}


/**************  Tapestry email content **********************/
#customerEmailSubject {
  width:350px;
  margin-left:20px;
}
#customerEmailBody {
  width:300px;
  height:400px;
  margin-left:20px;
}
#specificRecipients {
  width:350px;
  margin-left:10px;
  
}
.tapestryFormButton {
  margin:20px;
}


/*
#fblike iframe {
  width: 95px !important;
}

#fblike .fb_edge_comment_widget iframe {
  width: 330px !important;
}
*/