Files
pedidor/style/pedidor.css
2015-12-25 20:30:06 +01:00

1004 lines
21 KiB
CSS
Executable File

/* Librairies */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 9, _normalize.scss */
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
/* line 19, _normalize.scss */
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
/* line 33, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
/* line 54, _normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 67, _normalize.scss */
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
/* line 77, _normalize.scss */
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
/* line 89, _normalize.scss */
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 97, _normalize.scss */
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
/* line 109, _normalize.scss */
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
/* line 117, _normalize.scss */
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
/* line 126, _normalize.scss */
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/* line 135, _normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
/* line 144, _normalize.scss */
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 153, _normalize.scss */
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 161, _normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
/* line 169, _normalize.scss */
sup {
top: -0.5em; }
/* line 173, _normalize.scss */
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
/* line 184, _normalize.scss */
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
/* line 192, _normalize.scss */
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/* line 203, _normalize.scss */
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
/* line 211, _normalize.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
/* line 221, _normalize.scss */
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
/* line 229, _normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
/* line 252, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
/* line 266, _normalize.scss */
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
/* line 277, _normalize.scss */
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
/* line 290, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
/* line 302, _normalize.scss */
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 311, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 322, _normalize.scss */
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
/* line 334, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
/* line 346, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
/* line 357, _normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
/* line 370, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
/* line 379, _normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* line 390, _normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
/* line 399, _normalize.scss */
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
/* line 408, _normalize.scss */
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 419, _normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 424, _normalize.scss */
td,
th {
padding: 0; }
/*!
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("fonts/fontawesome-webfont.eot?v=4.4.0");
src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
/* line 14, _awesome.scss */
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
/* line 23, _awesome.scss */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 28, _awesome.scss */
.fa-2x {
font-size: 2em; }
/* line 31, _awesome.scss */
.fa-3x {
font-size: 3em; }
/* line 34, _awesome.scss */
.fa-4x {
font-size: 4em; }
/* line 37, _awesome.scss */
.fa-5x {
font-size: 5em; }
/* line 40, _awesome.scss */
.fa-fw {
width: 1.28571429em;
text-align: center; }
/* line 44, _awesome.scss */
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none; }
/* line 49, _awesome.scss */
.fa-ul > li {
position: relative; }
/* line 52, _awesome.scss */
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center; }
/* line 59, _awesome.scss */
.fa-li.fa-lg {
left: -1.85714286em; }
/* line 62, _awesome.scss */
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em; }
/* line 67, _awesome.scss */
.fa-pull-left {
float: left; }
/* line 70, _awesome.scss */
.fa-pull-right {
float: right; }
/* line 73, _awesome.scss */
.fa.fa-pull-left {
margin-right: .3em; }
/* line 76, _awesome.scss */
.fa.fa-pull-right {
margin-left: .3em; }
/* Deprecated as of 4.4.0 */
/* line 80, _awesome.scss */
.pull-right {
float: right; }
/* line 83, _awesome.scss */
.pull-left {
float: left; }
/* line 86, _awesome.scss */
.fa.pull-left {
margin-right: .3em; }
/* line 89, _awesome.scss */
.fa.pull-right {
margin-left: .3em; }
/* line 92, _awesome.scss */
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
/* line 96, _awesome.scss */
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
/* line 120, _awesome.scss */
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
/* line 126, _awesome.scss */
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
/* line 132, _awesome.scss */
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
/* line 138, _awesome.scss */
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
/* line 144, _awesome.scss */
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
/* line 150, _awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none; }
/* line 157, _awesome.scss */
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
/* line 165, _awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
/* line 172, _awesome.scss */
.fa-stack-1x {
line-height: inherit; }
/* line 175, _awesome.scss */
.fa-stack-2x {
font-size: 2em; }
/* line 178, _awesome.scss */
.fa-inverse {
color: #ffffff; }
/* Extra classes */
/* line 184, _awesome.scss */
.fa-icon-left {
margin-right: 0.5em; }
/* line 187, _awesome.scss */
.fa-icon-right {
margin-left: 0.5em; }
/* Icons */
/* line 193, _awesome.scss */
.fa.enter:before {
content: "\f0a4"; }
/* line 196, _awesome.scss */
.fa.exit:before {
content: "\f08b"; }
/* line 199, _awesome.scss */
.fa.upload:before {
content: "\f0ee"; }
/* line 202, _awesome.scss */
.fa.search:before {
content: "\f002"; }
/* line 205, _awesome.scss */
.fa.list:before {
content: "\f03a"; }
/* line 208, _awesome.scss */
.fa.add-order:before {
content: "\f217"; }
/* line 211, _awesome.scss */
.fa.success:before {
content: "\f00c"; }
/* line 214, _awesome.scss */
.fa.warning:before {
content: "\f071"; }
/* line 217, _awesome.scss */
.fa.error:before {
content: "\f071"; }
@CHARSET "UTF-8";
/* Main colors */
/* saturation - 220 */
/* Sizes */
/* Pages */
/* Global Classes - Structure */
/* line 3, _template.scss */
#container {
margin: 1em;
font-size: 1.3em;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
/* Template - Header */
/* line 15, _template.scss */
#container #header {
position: absolute;
left: 0;
right: 0;
text-align: center;
height: calc(5em + 122px);
background: url(../images/logo_small_centered.png) 50% 2em no-repeat; }
/* line 23, _template.scss */
#container #header #exit {
position: absolute;
top: 0;
right: 0; }
/* template - Menu */
/* line 32, _template.scss */
#container #menu {
position: absolute;
top: calc(5em + 122px);
left: 0;
right: 0; }
/* line 38, _template.scss */
#container #menu ul {
text-align: center;
list-style: none;
padding-left: 0;
margin: 0; }
/* line 44, _template.scss */
#container #menu ul li {
display: inline-block; }
/* line 47, _template.scss */
#container #menu ul li a {
text-decoration: none;
text-transform: capitalize;
padding: 1em;
font-size: 1.3em; }
/* template - Main */
/* line 59, _template.scss */
#container #main {
position: absolute;
top: calc(7em + 122px);
left: 0;
right: 0;
bottom: 1em; }
/* Template - Footer */
/* line 69, _template.scss */
#container #footer {
font-size: 0.8em;
position: absolute;
bottom: 0; }
/* line 1, _logon.scss */
#logon, #logon .login_panel {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: #FFFFFF; }
/* line 11, _logon.scss */
#logon .login_panel {
width: 325px;
height: 9.5em;
background: url(../images/logo_centered.png) 50% 0 no-repeat;
padding-top: 184px; }
/* line 18, _logon.scss */
#logon #validate {
text-align: right; }
/* line 22, _logon.scss */
#logon .login_panel input {
width: calc(100% - 1em); }
/* line 26, _logon.scss */
#logon .login_panel input[type="button"] {
width: auto; }
/* line 2, _products.scss */
/* Global Classes */
/* line 17, pedidor.scss */
body {
color: #3B4C77;
font-family: Arial;
font-size: 12px;
box-sizing: border-box;
background: #FFFFFF; }
/* line 25, pedidor.scss */
:focus {
outline: 0; }
/* line 29, pedidor.scss */
a, a:visited, a:active {
color: #3B4C77; }
/* line 32, pedidor.scss */
a:hover {
color: #ECD153; }
/* Global Classes - Button */
/* line 38, pedidor.scss */
input, textarea, button, .button {
color: #3B4C77;
background: #C0CAE0;
border: none;
padding: 0.5em;
margin: 0;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px; }
/* line 47, pedidor.scss */
input[type=button], input[type=submit], button, .button {
border: none;
cursor: pointer;
background-color: #3B4C77;
color: #FFFFFF;
font-weight: bold;
display: inline-block; }
/* line 55, pedidor.scss */
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover {
background-color: #ECD153;
color: #3B4C77; }
/* line 60, pedidor.scss */
input[type=button].no_bg, input[type=submit].no_bg, button.no_bg, .button.no_bg {
background: none;
color: #3B4C77; }
/* line 64, pedidor.scss */
input[type=button].no_bg:hover, input[type=submit].no_bg:hover, button.no_bg:hover, .button.no_bg:hover {
background: none;
color: #ECD153; }
/* line 69, pedidor.scss */
.button .fa + .value {
margin-left: 0.5em; }
/* line 73, pedidor.scss */
input[type=button].no_text, input[type=submit].no_text, button.no_text, .button.no_text {
font-size: 2em; }
/* line 77, pedidor.scss */
.button.no_text .fa + .value {
display: none; }
/* Global Classes - Feedback */
/* line 83, pedidor.scss */
.feedback {
padding: 1em;
background: #C0CAE0; }
/* line 88, pedidor.scss */
.feedback.global {
font-size: 1.3em;
position: absolute;
top: 0;
left: calc(20% - 1em);
width: 60%;
margin: auto;
margin-top: 1em;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px; }
/* line 99, pedidor.scss */
.feedback.success {
color: green; }
/* line 102, pedidor.scss */
.feedback.warning {
color: orange;
background-color: #F8EED7; }
/* line 106, pedidor.scss */
.feedback.error {
color: red; }
/*# sourceMappingURL=pedidor.css.map */
/* MANUALLY ADDED - START */
#container #menu {
top:calc(4em + 122px);
}
#container #main {
overflow: auto;
top:calc(9em + 122px);
bottom:0;
}
#container #footer {
bottom:-1em;
line-height:0.6em;
right:0;
font-size:0.6em;
}
#container #footer, #container #footer a {
color:#C0CAE0;
}
#main > div {
position:relative;
height:100%;
}
#menu ul li a {
display:inline-block;
}
.fa.spinner:before {
content: "\f110";
}
.feedback.error {
background-color:#FFDEDE;
}
.feedback.success {
background-color:#B7FFA9;
}
.jsgrid .jsgrid-button {
/* background:none;*/
}
.jsgrid .jsgrid-button:hover {
background-color:transparent;
}
.jsgrid-insert-row > td {
background-color:#B7FFA9;
}
.jsgrid-insert-row > td > input, .jsgrid-filter-row > td > input {
background-color:white;
}
.jsgrid-filter-row > td {
background-color:#D7DCE6;
}
.jsgrid .jsgrid-mode-button {
background:none;
}
.fa.excel:before {
content:"\f1c3";
}
.fa.add:before {
content:"\f055";
}
.fa.followup:before {
content:"\f06e";
}
#products #product_list {
position:relative;
margin-top:1em;
}
#products #product_menu {
position:relative;
height:2em;
border-radius:3px;
}
#products #product_menu a {
text-decoration: none;
font-weight: normal;
margin-right:0.5em;
}
#container #header {
background:url("../images/logo_solo_70.png") 1em 50% no-repeat;
background-color: rgb(240, 235, 235);
top: -1em;
left: -1em;
right: -1em;
height: 6.5em;
border-bottom:1px solid #CCC;
}
#container #header #exit {
margin-top:calc(1em / 2);
z-index:1000;
}
#container #menu {
height:4.5em;
top:0;
left:5.5em;
}
#container #menu ul {
text-align: left;
width:calc(100% - 3em);
}
#container #menu ul li a {
padding:1.1em 1em;
}
#container #menu ul li a .fa {
}
#container #main {
top:6.25em;
}
body {
font-family:Calibri, Arial;
}
/* + inputs */
/* MANNUALLY ADDED - END */