/* =============================================================================
   Typographie
   ========================================================================== */
@charset "UTF-8";
@font-face {
    font-family: 'WebFont';
    src: url('fonts/websymbols-regular-webfont.eot');
    src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/websymbols-regular-webfont.woff') format('woff'),
         url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mississaugaregular';
    src: url('fonts/mississa-webfont.eot');
    src: url('fonts/mississa-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mississa-webfont.woff') format('woff'),
         url('fonts/mississa-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* =============================================================================
   Structure
   ========================================================================== */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
}

body
{
	font-size: 12pt;
/*
	margin: 0px;
	padding: 0px;
 */
	/* padding-top: 120px; */
	color: #404040;
	font-family: Tahoma, Verdana, Segoe, Helvetica, Arial, sans-serif;
	background-color: #EFEFEF;
}

/*
#wrapper
{
	width: 960px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
 */

/*#wrapper div#wmargin { height: 120px; }*/
/* .container { position: relative; } */

#lytLogo
{
	/*
	position: absolute;
	top: 0;
	left: 0;
*/
	float: left;
}

#lytLogo img
{
	height: 100px;
	width: auto;
	margin: 10px;
}
#lytTitle
{
	float: left;
width: 220px;
	/*background-color: #A6E54E;*/
}

#lytAdMn
{
	float: left;
	margin-left: 1%;
}
#lytAd
{
	width: 468px;
	margin: 5px 0px 0px 0px;
}
.lytAdArt
{
	width: 468px;
	margin: 10px 0px 10px 30px;
}

#lytMenu
{
	/* float: left; */
}
#lytUser
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	/* background-color: #999; */
	top: auto;
	margin-right: 2%;
}

#lytFB
{
	position: fixed;
	top: 25%;
	right: 0px;
	width: 25px;
	z-index: 950;
	background-color: #F2E836;
	box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
	transition: width .5s 1s, background .5s;
	overflow: hidden;
	-webkit-border-radius: 9px 0px 0px 9px;
	border-radius: 9px 0px 0px 9px;
}
#lytFB:hover
{
	width: 120px;
	background-color: #1D417A;
	transition: width .5s .1s, background 1.5s 0s;
}

#lytFB article
{
	margin: 1px;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 2px 5px 2px 5px;
	text-align: center;
}

#RC_FromTo
{
	width: 360px;
	text-align: right;
}

#RC_BFrom, #RC_BTo { display: block;}
#RC_BFrom { float: left; }
#RC_BTo
{
	float: right;
	text-align: right;
}
#RC_BFrom label, #RC_BTo label
{
	font-size: 12px;
	font-weight: normal;
	line-height: 0px;
	display: inline-block;
	margin-bottom: 0px;
	white-space: nowrap;
}

header
{
/*
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
height: 120px;
	background-color: #cbed3e;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	background-image: -moz-linear-gradient(270deg,rgb(255,255,255) 32.53%,rgb(203,237,62) 100.00%);
	background-image: -o-linear-gradient(270deg,rgb(255,255,255) 32.53%,rgb(203,237,62) 100.00%);
	background-image: -linear-gradient(270deg,rgb(255,255,255) 32.53%,rgb(203,237,62) 100.00%);
	background-image: -webkit-gradient(linear,left top,right bottom,from(rgb(255,255,255)),to(rgb(203,237,62)));
	background-image: -webkit-linear-gradient(270deg,rgb(255,255,255) 32.53%,rgb(203,237,62) 100.00%);
	background-image: -ms-linear-gradient(270deg,rgb(255,255,255) 32.53%,rgb(203,237,62) 100.00%);
 */
/*
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='FFFFFF',EndColorStr='F3E962');
*/
/*
	background-image: url(../images/inox.jpg);
	background-repeat: repeat;
*/
}
body > header {
	background-color: rgba(255,255,255,0.96);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
.lytHeadH { height: 120px; }


.lytFLeft { float:left; }
.lytFRight { float: right; }

.lytW1u { width: 80px; }
.lytW3u { width: 240px; }
.lytW4u { width: 400px; }

nav, aside
{
	/*background-color: #C6F;*/
	/*display: none;*/
}
aside
{
	background-color: #c90000;
	padding: 10px;
/*
	height: 100%;
	margin-top: 0px;
	font-size: 10pt;
	border: 5px #c90000 ridge;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 25px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 25px;
	margin-left: 20px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
 */
}
aside
{
	font-size: 10pt;
	border-bottom: 2px #efefef solid;
}
aside, aside h1
{
	color: white;
}
aside h1
{
	font-size: 11pt;
	line-height: normal;
	border-bottom: 1px #B20424 solid;
}
aside a
{
	color: #efefef;
}
aside a:hover
{
	color: #4ac305;
}
.lytHelp { display: none; }

.navbar article
{
  position: absolute;
  right: 25px;
  top: 5px;
}

footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #c90000;
	font-size: 9pt;
}
.lytFootH
{
	height: 32px;
}
footer, footer a
{
	color: #cbed3e;
}




/* =============================================================================
   Menu
   ========================================================================== */
ul#nav {
	position: relative;
	float:	left;
	margin:	0;
	padding:0;

}

ul#nav li
{
	position: relative;
	margin: 1px 0px;
	padding: 10px 10px 10px 50px;
	list-style: none;
	width: 140px;
	background: #fcfcfc;
	border: 1px solid #C4C4C4;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	box-shadow: 0px 0px 4px #ccc;
	-webkit-transition: all 0.15s linear;
	overflow: hidden;
}

ul#nav .RCSymb {
	font-size:	 2em;
	position:	absolute;
	left:		5px;
	top:		15px;
	text-shadow: 0px 2px 1px #999;
	-webkit-transition: all 0.3s linear;
}

ul#nav li:hover {
	background:			#dcebeb	;
	-webkit-transform: translateY(-3px) scale(1.05);
	-webkit-box-shadow: 0px 2px 7px #999;
	box-shadow: 0px 2px 7px #999;
	z-index:	1000;
}

ul#nav li:hover .RCSymb {
	-webkit-transform: scale(1.5);
	color:			#b7480c;
}

ul#nav li a {
	display:			block;
	text-decoration: 	none;
	color:				#343434;
	text-transform:		uppercase;
	font-size:			1.1em;
	-webkit-transition: all 0.3s linear;
}

ul#nav li:hover a {
	color:			#26697f;
}

ul#nav li a h4 {
	margin:		0;
	padding:	0;
	font-size:	1.2em;
	display:	block;
	text-transform:capitalize;
	font-weight:normal;
}

ul#nav li:hover a h4 {
	-webkit-animation: slideFromTop 300ms ease-in-out;
	-moz-animation: slideFromTop 300ms ease-in-out;
	-ms-animation: slideFromTop 300ms ease-in-out;
}

ul#nav li a span {
	display:	block;
	font-size:	0.7em;
}

ul#nav li:hover a span {
	-webkit-animation: slideFromRight 300ms ease-in-out;
	-moz-animation: slideFromRight 300ms ease-in-out;
	-ms-animation: slideFromRight 300ms ease-in-out;
}

@-webkit-keyframes slideFromTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-200%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@-moz-keyframes slideFromTop {
	from {
		opacity: 0;
		-moz-transform: translateY(-200%);
	}
	to {
		opacity: 1;
		-moz-transform: translateY(0%);
	}
}
@-ms-keyframes slideFromTop {
	from {
		opacity: 0;
		-ms-transform: translateY(-200%);
	}
	to {
		opacity: 1;
		-ms-transform: translateY(0%);
	}
}

@-webkit-keyframes slideFromRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(200%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes slideFromRight {
	from {
		opacity: 0;
		-moz-transform: translateX(200%);
	}
	to {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes slideFromRight {
	from {
		opacity: 0;
		-ms-transform: translateX(200%);
	}
	to {
		opacity: 1;
		-ms-transform: translateX(0%);
	}
}






/* =============================================================================
   Balises HTML
   ========================================================================== */
h1, h2, h3, h4
{
	color: #CE000D;
	font-weight: normal;
	font-family: 'Rum Raisin', sans-serif;
}
/*
h1 { font-family: 'mississaugaregular', sans-serif; }
h2, h3 { font-family: 'Rum Raisin', sans-serif; }
 */
h1:first-letter, h2:first-letter, h3:first-letter { text-transform: uppercase; }
h1
{
	font-size: 16pt;
}
h1 span
{
	font-size: 12pt;
}
h1 small
{
	font-size: 12pt;
}
h1.title { margin: 0; }

h2
{
	font-size: 14pt;
}
h3
{
	font-size: 11pt;
	border-bottom: 1px #efefef solid;
	margin: 5px 0 0 0;
}
h4
{
	font-size: 10pt;
	border-bottom: 1px #efefef solid;
	margin: 5px 0 0 0;
}

/* Convertisseur poids<->volume +HJ200411 [INGQTYCNV] */
section.IQC h2 { color: black; }
section.IQC h2 em { color: #CE000D; }


em
{
	background-color: rgba(255, 255, 0, .5);
	padding: 3px 6px 3px 6px;
	border-radius: 9px;
}

table
{
	/*border: 1px #B3B3B3 solid;*/
	border: none;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	/* make sure its proper */
	border-radius: 5px;
	/*background-color: #cbed3e;*/
}

tr
{
	margin: 0px;
	/*background-image: url(/images/td_bckg_odd.png);*/
}

tr.pair
{
	/*background-image: url(/images/td_bckg.png);*/
	/*background-color: #cbed3e;*/
}

td
{
	margin: 0px;
	padding: 2px;
/*border-bottom: 1px #CC530C solid;*/
}
td.TabSep
{
	border-bottom: 1px #CC530C solid;
	background-image: url(/images/Arrow_Right.png);
	background-repeat: no-repeat;
	background-position: 45%;
}

th
{
	font-size: 12px;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	width: 16px;
	background-color: Transparent;
	color: #c90000;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	/* make sure its proper */
	border-radius: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

table.lytList th {
	/* width: auto; */
	background-color: rgba(235, 135, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	/* make sure its proper */
	border-radius: 5px;
}

table.lytList th h2
{
	color: #444;
	font-size: 9pt;
	line-height: 9pt;
	margin: 2px;
	text-align: left;
	font-family: Tahoma, Verdana, Segoe, Helvetica, Arial, sans-serif;
}
table.lytList th h2 small {
  font-size: 8pt;
  line-height: 9pt;
  color: #666;
}

table.lytList td
{
	font-size: 9pt;
	border-bottom: 1px #BD6206 solid;
}
table.lytList tr:nth-child(odd) { background-color: #DFDFDF; }
table.lytList tr:nth-child(even) { background-color: #F0F0F0; }
table.lytList tr td.noborders  {
  background-color: #EEE;
	border: none;
}

table#tabIngr tr td {
  padding: .1em !important;
}

fieldset
{
	background-color: #F5F5F5;
	border: 1px #CCC ridge;
	border-radius: 7px;
	padding: 3px;
	margin-top: 1%;
}
legend
{
	font-size: 13pt;
	line-height: 20px;
	color: #CD0529;
	/* font-family: 'mississaugaregular', sans-serif; */
	font-weight: normal;
	letter-spacing: .2em;
}

label
{
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	color: #727272;
	padding-left: 4px;
	margin-bottom: 2px;
}


#RC_ING_0 { display: none; }

/* =============================================================================
   Classes personnalisées
   ========================================================================== */
.devAlpha *
{
	background-color: #CF6;
	/* background-image: repeating-linear-gradient(135deg, white, white 1px, rgba(255,255,255,.65) 1px, rgba(255,255,255,.65) 3px); */
}

.aCenter { text-align: center; }
.aRight, td.aRight { text-align: right; }
.mTop { margin-top: 1%; }
/* nQtyU */
table#RC_List tr td * { margin: 0 0 3px 0; }

.RCNum
{
	/*width: 40px;*/
	color: #CE000D;
	font-size: 13pt;
	text-align: right;
	background-color: #efefef;
}
.RCQty, .RCNewQty
{
	/* width: 60px; */
}

.RCNbC
{
	width: 40px;
	text-align: center;
}
.RCLib { width: 160px; }
.RCmvOK
{
	background-color: #CF6;
	background-image: url(/images/icons/mv.png);
	background-repeat: no-repeat;
	background-position: right;
}
.RCmvKO
{
	background-color: #FC6;
	background-image: url(/images/icons/bullet_error.png);
	background-repeat: no-repeat;
	background-position: right;
}
input.RCNum
{
	border: 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.RCSymb {
	font-family: 'WebFont', Arial, sans-serif;
}
.RCFrom, input[type="number"].RCFrom
{
	background-color: #FDB252;
	color: #CE000D;
}
.RCTo, input[type="number"].RCTo
{
	background-color: #98EE6B;
	color: #214201;
	font-weight: bold;
}
#RC_To.RC_To
{
	text-align: center;
	width: 1.5em;
	font-size: 16pt;
	color: #cd0529;
	background-color: transparent;
	border: none;
}

.RCFT {
  font-size: 20pt;
  width: 20px;
}
.RCNewUnits
{
	display: inline-block;
	position: relative;
	top: -4px;
	min-width: 16px;
	font-size: 9pt;
	font-weight: normal;
	background-color: #FFF;
	padding-left: 2px;
	border: 1px #E4A283 solid;
	border-radius: 3px;
	margin-bottom: 2px;
	cursor: pointer;
}

#RC_Modal div.modal-body
{
	color: black;
	letter-spacing: 0;
	font-family: 'Rum Raisin', sans-serif;
}
.modal-header h3
{
	border: none;
	margin: 0;
	line-height: normal;
}

.RC_Hide {
	margin: .25em;
}

/* Pourquoi ???? */
/* .flash_notice, .flash_error { display: none; } */

/* [SFFOTOS] */
.imgIng { max-height: 150px; }
.imgRec { max-width: 640px; }
.legende
{
	font-size: 8pt;
	color: #A2A4A5;
}

.Rounded {
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}


/*input.RCQty + span*/
#hlpQty
{
	position: absolute;
	margin-top: -36px;
	margin-left: -50px;
	font-size: 9pt;
	color: white;
	padding: 8px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
/*transform*/
-webkit-transform:scale(0) rotateZ(-12deg);
   -moz-transform:scale(0) rotate(-12deg);
    -ms-transform:scale(0) rotateZ(-12deg);
     -o-transform:scale(0) rotate(-12deg);
        transform:scale(0) rotateZ(-12deg);
/*transition*/
-webkit-transition:all .25s;
   -moz-transition:all .25s;
    -ms-transition:all .25s;
     -o-transition:all .25s;
        transition:all .25s;
	opacity: 0;
	background-color: #c90000;
}
/*
input.RCQty:hover + span, input.RCQty:focus + span {
-webkit-transform:scale(1) rotateZ(0);
   -moz-transform:scale(1) rotate(0);
    -ms-transform:scale(1) rotateZ(0);
     -o-transform:scale(1) rotate(0);
        transform:scale(1) rotateZ(0);
    opacity:1;
    z-index: 15;
}
*/
/*input.RCQty + span::after*/
#hlpQty
{
	content:'';
	position:absolute;
	bottom:-6px;
	left:10px;
	width:0;
	height:0;
	border-top:6px solid #c90000;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}

#RCScaler
{
	border: 1px #EEE solid;
	border-radius: .5em;
}
#MCShare
{
	display: none;
	background-color: rgba(255,255,255,.6);
}

table.RC_Register th {
width: 120px;
text-align: right;
}

/* =============================================================================
   Symfony
   ========================================================================== */
.form_help
{
	font-size: 8pt;
	font-style: italic;
}

/* =============================================================================
   Recettes
   ========================================================================== */
#RecipeIntro textarea {  width: 95%; height: 3em; }

.Ingred { /* background-color: #FF6FCF; */ }

.Step
{
	/* clear: both; */
	/* background-color: #0FF; */
}
/*
.Step span { float: left; margin-top: 2em; margin-right: .5em; }
.Step div
{
	float: left;
	width: 85%;
}
 */
.Step div.form_row
{
	position: relative;
	display: inline-block;
}

.Step textarea
{
	width: 30em;
	height: 2em;
	margin: 0 0 .5em 0;
}

.Step a
{
	position: relative;
	display: inline-block;
	/* float: left; */
	margin-top: 0.3em;
}
/* #RecipeSteps textarea {  width: 40em; height: 3em; } */


.Draggable
{
	/* border-left: 8px solid #CCC; */
}
.Draggable:hover
{
	cursor: move;
	background-color: rgba(200, 200, 222, .75);
	/* border-left: 8px solid green; */
}
.Draggable::before
{
	content: "_";
	color: silver;
	background: silver;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #555;
	width: 18px;
	cursor: move;
	height: 18px;
}

.sortable-dragging {
  border-color: #ccc !important;
  background-color: #fafafa !important;
  color: #bbb !important;
}
.sortable-placeholder {
  height: 40px;
}

#RecipeIntro
{
	position: relative;
	overflow: hidden;
}

#RecipeIntro fieldset
{
	position: relative;
	z-index: -1;
}

#RecipeIntro fieldset img.bg
{
	position: absolute;
	width: 50%;
	z-index: -5;
	/* height: 100%; */
	right: 0;
	top: 1em;
	clip: rect(10px,400px,150px,0px);
	/* filter: contrast(175%) brightness(3%) saturate(15%); */
	filter: saturate(50%);
}

.TAAutoSz {
  vertical-align: top;
  transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
}

.form-field
{
	display: block;
	/* float: left; */
	margin-right: 10px;
}

div.ULFoto img { max-height: 200px;}

.RC_QU
{
	/* background-color: #FFFFE5; */
	border: 1px #F0F0F0 solid;
	padding: 1px 1px 1px 4px;
}
.RC_QU:hover
{
	background-color: #C1001B;
	border: 1px #C1001B solid;
	color: #FFF;
}

ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 0 2em; /* Give each list item a left margin to make room for the numbers */
    list-style:none; /* Disable the normal item numbering */
    /* border-top:2px solid #666; */
    /* background:#f6f6f6; */
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    /* border-top:2px solid #666; */
    color:#B3B3B3;
    /* background:#666; */
    text-align:center;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}


/*
.alert
{
	margin-bottom: 2px;
	color: #333;
	background-color: Transparent;
	padding: 1px 35px 1px 2px;
	border: none;
}
 */


/* =============================================================================
   Bootstrap
   ========================================================================== */
.hero-unit
{
	margin-bottom: 20px;
	/* background-color: #A8A3F7; */
	padding: 12px;
}
.hero-unit h1
{
	/* font-family: 'mississaugaregular', sans-serif; */
	font-size: 1.8em;
	color: #333;
}
.hero-unit p { color: #878787; }



/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*
body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
 */

/*
.twitter-typeahead {
    width: 150px;
    height: 1.5em;
    color: blue;
    background-color: yellow;
    margin: 0;
}
 */

.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	/* width: 396px; */
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}


/* =============================================================================
   Mobiles / Responsive design
   ========================================================================== */

/*
Cf : http://www.1stwebdesigner.com/css/how-to-use-css3-orientation-media-queries/
Device			Portrait			Landscape
Other iPhone	320 x 480 pixels	480 x 320 pixels
iPhone 4		640 x 960 pixels	960 x 640 pixels
iPad			768 x 1024 pixels	1024 x 768 pixels
*/

/* Scrolling sur iPhone :
http://cantina.co/2012/03/06/ios-5-native-scrolling-grins-and-gothcas/
*/

@media screen and (max-width: 320px)
{
	#lytHeadC
	{
		position: relative;
		width: 100%;
		/*background-color: #EC77A9;*/
	}

	#wrapper
	{
		width: 320px;
	}
	footer { display: none; }
	#RC_FromTo
	{
		width: 300px;
	}
	#RC_BFrom
	{
		width: 40%;
	}
	#RC_BTo
	{
		width: 60%;
	}
	.RC_Nro { display: none; }
	h1
	{
		margin: 0 0 4px 0;
		font-size: 10pt;
	}
h1 span
{
	font-size: 9pt;
}
h1
{
  line-height: 1;
}
h1 small
{
	font-size: 8pt;
}

	h2
	{
		font-size: 10pt;
		line-height: normal;
		margin: 0;
	}
	p { margin: 0; }

	.lytHeadH { height: 50px; }
	#lytLogo img
	{
		height: 40px;
		width: auto;
		margin: 1px;
	}

	select.span1
	{
		width: 55px;
		display: inline;
	}
	.RCUnits { width: 25px; }
	.RCLib { width: 85px; }
	.RCNewUnits { font-size: 9pt; }

	#lytFB { display: none; }
	#lytAd { display: none; }

	aside
	{
		display: block;
		float: none;
		width: 90%;
		margin-left: 2px;
		margin-top: 10px;
	}
	.sfoneNo { display: none; }
}

@media screen and (max-width: 440px)
{
	body {
		font-size: 11pt;
		/* padding-top: 120px; */
		padding-bottom: 20px;
		overflow-x: hidden;
	}
	.container
	{
		padding: 0.35em;
	}
	.row {
	    margin-right: 0 !important;
    	margin-left: 0 !important;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    	padding-right: 0px;
    	padding-left: 0px;
	}
	}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 640px) {
	nav { padding: 0 !important; }

	footer { display: none; }

	#RC_FromTo
	{
		/*width: 300px;*/
	}
	#RC_BFrom
	{
		width: 40%;
	}
	#RC_BTo
	{
		width: 60%;
	}
	.RC_Nro { display: none; }

	h1
	{
		margin: 0 0 4px 0;
		font-size: 12pt;
		/* line-height: 10px; */
	}
h1 span
{
	font-size: 12pt;
}
h1 small
{
	font-size: 12pt;
}

	h2
	{
		font-size: 11pt;
		line-height: normal;
		margin: 0;
	}
	p { margin: 0; }
	.lytHeadH { height: 50px; }
	#lytLogo img
	{
		height: 40px;
		width: auto;
		margin: 1px;
	}
#lytUser { margin-right: 35px;  }
	select.span1
	{
		width: 65px;
		display: inline;
	}
	.RCUnits { width: 55px; }
	.RCLib { width: 100px; }
	.RCNewUnits { font-size: 9pt; }

	#lytFB { display: none; }
	#lytAd { display: none; }

	aside
	{
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
		margin-top: 10px;
	}
	.sfoneNo { display: none; }
}


/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	body {
		/*background-color: #FE0;*/
		padding: 2px;
	}

	#wrapper
	{
		width: 100%;
		/*width: 320px;*/
		/*background-color: #AEE105;*/
	}
	.lytHeadH { height: 40px; }

.navbar .container
{
  width: 90%;
}

/*#wrapper div.lytHeadH { height: 50px; }*/

	body, header, footer
	{
		/*width: 320px;*/
	}

	#lytLogo img
	{
		height: 35px;
		width: auto;
		margin: 1px;
	}
#lytUser { margin-right: 35px;  }

	h1
	{
		margin: 0 0 4px 0;
		font-size: 9pt;
	}
h1 span
{
	font-size: 7pt;
}

	h2
	{
		/* font-size: 8pt; */
	}

	p { margin: 2px 0 2px 0; }

	th
	{
		margin: 1px;
		padding: 1px;
	}

	#RC_FromTo
	{
		width: 300px;
	}

/*
	.RCQty, .RCNewQty
	{
		width: 40px;
	}
	.RCUnits { width: 55px; }
	.RCLib { width: 70px; }
 */
	.RCNewUnits { font-size: 9pt; }

	#lytFB { display: none; }
	.sfoneNo { display: none; }
}

@media screen and (min-width: 480px) and (max-width: 960px)
{
	body { /*background-color: #BCD9A1;*/ }
	#wrapper { width: 100%; }
	#lytAd { display: none; }
	.sfoneNo { display: none; }
	.RCLib { width: 140px; }
}

@media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  and (orientation:landscape)
{
    /* iPad landscape style here */
	body { padding-top: 0px; }
	.navbar-fixed-top { position: relative; }
}

@media screen and (max-width: 1025px)
{
	#RecipeIntro fieldset img.bg
	{
		width: 30%;
		top: -3em;
		clip: rect(10px,400px,150px,0px);
	}

	#RC_To.span1
	{
		width: 50px;
		display: inline;
	}

	#RecList
	{
		width: 120px;
		display: inline;
	}

}

@media screen and (min-width: 1025px)
{
/*
	body { background-color: #1288D2; }
	#wrapper { background-color: #96A7B7; }
*/
      body {
		/* padding-top: 130px; */
        padding-bottom: 40px;
      }
	#lytHeadC
	{
		position: relative;
		/*height: 110px;*/
		width: 980px;
		margin-left: -490px;
		left: 50%;
		/*background-color: #efefef;*/
	/*
		background-image: url(img/bgheader.png);
		background-repeat: no-repeat;
		background-position: center top;
	*/
	}
	#lytFootC
	{
		position: relative;
		width: 980px;
		margin-left: -490px;
		left: 50%;
	}
	#wrapper
	{
		width: 960px;
	}
	/* aside { display: block;} */
	#lytFB { display: block; }
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




input.ui-input-text { width: 50px; }



.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }



ul.error_list li
{
	list-style-type: none;
/*
	color: #CE000D;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	background-color: #ECB7A9;
	margin: 0;
	padding: 0 10px 0 10px;
 */
}


.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

}

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

  }

.ui-state-hover, .ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }

.ui-autocomplete-input { background-color: #0F0; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
