From d4075f12672385eef006d6a08630ae83498bb40e Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Thu, 31 Oct 2013 23:06:19 +0100 Subject: [PATCH 01/15] [-] FO: use 4 images in thumbnails, not 3 --- themes/default-bootstrap/product.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default-bootstrap/product.tpl b/themes/default-bootstrap/product.tpl index d74238386..53402a99c 100644 --- a/themes/default-bootstrap/product.tpl +++ b/themes/default-bootstrap/product.tpl @@ -208,7 +208,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {if isset($images) && count($images) > 0}
- {if isset($images) && count($images) > 3}{l s='Previous'}{/if} + {if isset($images) && count($images) > 4}{l s='Previous'}{/if}
    {if isset($images)} @@ -223,7 +223,7 @@ var contentOnly = {if $content_only}true{else}false{/if} {/if}
- {if isset($images) && count($images) > 3}{l s='Next'}{/if} + {if isset($images) && count($images) > 4}{l s='Next'}{/if}
{/if} {if isset($images) && count($images) > 1}

- +
{/if} {if $field_name eq 'vat_number'} @@ -107,46 +107,48 @@ $(function(){ldelim}
- +
{/if} {if $field_name eq 'firstname'}
+ - -
+ + + {/if} {if $field_name eq 'lastname'}
- +
{/if} {if $field_name eq 'address1'}
- +
{/if} {if $field_name eq 'address2'}
- +
{/if} {if $field_name eq 'postcode'} {assign var="postCodeExist" value="true"}
- +
{/if} {if $field_name eq 'city'}
- +
{* if customer hasn't update his layout address, country has to be verified @@ -198,7 +200,8 @@ $(function(){ldelim} {if $postCodeExist eq "false"}
- +
{/if} {if $stateExist eq "false"} @@ -211,11 +214,12 @@ $(function(){ldelim} {/if}
- +
- +
{if isset($one_phone_at_least) && $one_phone_at_least}

{l s='You must register at least one phone number.'}

@@ -223,11 +227,11 @@ $(function(){ldelim}
- +
- +

diff --git a/themes/default-bootstrap/authentication.tpl b/themes/default-bootstrap/authentication.tpl index 1c1d89f81..ef8c10407 100644 --- a/themes/default-bootstrap/authentication.tpl +++ b/themes/default-bootstrap/authentication.tpl @@ -166,7 +166,7 @@ $(document).ready(function() {

- +
{if isset($back)}{/if} @@ -184,11 +184,11 @@ $(document).ready(function() {
- +
- +

{l s='Forgot your password?'}

@@ -209,11 +209,10 @@ $(document).ready(function() {

- +
-
+
-
{foreach from=$genders key=k item=gender}
- +
- +
@@ -412,19 +411,19 @@ $(document).ready(function() {
- +
- +
- +
- + {l s='(Five characters minimum)'}
diff --git a/themes/default-bootstrap/css/addresses.css b/themes/default-bootstrap/css/addresses.css index 5a475d875..3cbd408a6 100644 --- a/themes/default-bootstrap/css/addresses.css +++ b/themes/default-bootstrap/css/addresses.css @@ -2,20 +2,25 @@ /******************************************************* Addresses Styles ********************************************************/ +/* line 9, ../sass/addresses.scss */ #addresses #center_column .page-heading { margin-bottom: 22px; } +/* line 13, ../sass/addresses.scss */ #addresses #center_column p { margin-bottom: 13px; } +/* line 16, ../sass/addresses.scss */ #addresses #center_column p.p-indent { margin-bottom: 27px; } +/* line 23, ../sass/addresses.scss */ .address li.address_update { margin-top: 14px; margin-bottom: 6px; } +/* line 27, ../sass/addresses.scss */ .address li.address_update a { margin-right: 10px; } diff --git a/themes/default-bootstrap/css/authentication.css b/themes/default-bootstrap/css/authentication.css index bba38d7fa..d5da86f2e 100644 --- a/themes/default-bootstrap/css/authentication.css +++ b/themes/default-bootstrap/css/authentication.css @@ -2,36 +2,46 @@ /********************************************************** Authentication Styles **********************************************************/ +/* line 5, ../sass/authentication.scss */ #account-creation_form .id_state, #account-creation_form .dni, #account-creation_form .postcode { display: none; } +/* line 9, ../sass/authentication.scss */ #create-account_form { min-height: 297px; } +/* line 12, ../sass/authentication.scss */ #create-account_form p { margin-bottom: 8px; } +/* line 16, ../sass/authentication.scss */ #create-account_form .form-group { margin-bottom: 20px; } +/* line 21, ../sass/authentication.scss */ #login_form { min-height: 297px; } +/* line 24, ../sass/authentication.scss */ #login_form .form-group { margin-bottom: 3px; } +/* line 27, ../sass/authentication.scss */ #login_form .form-group.lost_password { margin: 14px 0 15px 0; } +/* line 30, ../sass/authentication.scss */ #login_form .form-group.lost_password a { text-decoration: underline; } +/* line 33, ../sass/authentication.scss */ #login_form .form-group.lost_password a:hover { text-decoration: none; } +/* line 42, ../sass/authentication.scss */ #login_form .form-control, #create-account_form .form-control { max-width: 271px; } diff --git a/themes/default-bootstrap/css/bootstrap_lib/bootstrap.css b/themes/default-bootstrap/css/bootstrap_lib/bootstrap.css index 11f03b35b..15b33fc4c 100644 --- a/themes/default-bootstrap/css/bootstrap_lib/bootstrap.css +++ b/themes/default-bootstrap/css/bootstrap_lib/bootstrap.css @@ -8,6 +8,7 @@ * Designed and built with all the love in the world by @mdo and @fat. */ /* normalize.css v2.1.0 | MIT License | git.io/normalize */ +/* line 22, ../../sass/bootstrap_lib/_normalize.scss */ article, aside, details, @@ -23,69 +24,83 @@ summary { display: block; } +/* line 32, ../../sass/bootstrap_lib/_normalize.scss */ audio, canvas, video { display: inline-block; } +/* line 41, ../../sass/bootstrap_lib/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } +/* line 50, ../../sass/bootstrap_lib/_normalize.scss */ [hidden] { display: none; } +/* line 64, ../../sass/bootstrap_lib/_normalize.scss */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } +/* line 74, ../../sass/bootstrap_lib/_normalize.scss */ body { margin: 0; } +/* line 86, ../../sass/bootstrap_lib/_normalize.scss */ a:focus { outline: thin dotted; } +/* line 95, ../../sass/bootstrap_lib/_normalize.scss */ a:active, a:hover { outline: 0; } +/* line 108, ../../sass/bootstrap_lib/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } +/* line 117, ../../sass/bootstrap_lib/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } +/* line 126, ../../sass/bootstrap_lib/_normalize.scss */ b, strong { font-weight: bold; } +/* line 134, ../../sass/bootstrap_lib/_normalize.scss */ dfn { font-style: italic; } +/* line 142, ../../sass/bootstrap_lib/_normalize.scss */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } +/* line 152, ../../sass/bootstrap_lib/_normalize.scss */ mark { background: #ff0; color: #000; } +/* line 164, ../../sass/bootstrap_lib/_normalize.scss */ code, kbd, pre, @@ -94,18 +109,22 @@ samp { font-size: 1em; } +/* line 173, ../../sass/bootstrap_lib/_normalize.scss */ pre { white-space: pre-wrap; } +/* line 181, ../../sass/bootstrap_lib/_normalize.scss */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } +/* line 189, ../../sass/bootstrap_lib/_normalize.scss */ small { font-size: 80%; } +/* line 198, ../../sass/bootstrap_lib/_normalize.scss */ sub, sup { font-size: 75%; @@ -114,37 +133,45 @@ sup { vertical-align: baseline; } +/* line 205, ../../sass/bootstrap_lib/_normalize.scss */ sup { top: -0.5em; } +/* line 209, ../../sass/bootstrap_lib/_normalize.scss */ sub { bottom: -0.25em; } +/* line 221, ../../sass/bootstrap_lib/_normalize.scss */ img { border: 0; } +/* line 229, ../../sass/bootstrap_lib/_normalize.scss */ svg:not(:root) { overflow: hidden; } +/* line 241, ../../sass/bootstrap_lib/_normalize.scss */ figure { margin: 0; } +/* line 253, ../../sass/bootstrap_lib/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } +/* line 264, ../../sass/bootstrap_lib/_normalize.scss */ legend { border: 0; padding: 0; } +/* line 278, ../../sass/bootstrap_lib/_normalize.scss */ button, input, select, @@ -154,16 +181,19 @@ textarea { margin: 0; } +/* line 290, ../../sass/bootstrap_lib/_normalize.scss */ button, input { line-height: normal; } +/* line 302, ../../sass/bootstrap_lib/_normalize.scss */ button, select { text-transform: none; } +/* line 317, ../../sass/bootstrap_lib/_normalize.scss */ button, html input[type="button"], input[type="reset"], @@ -172,17 +202,20 @@ input[type="submit"] { cursor: pointer; } +/* line 327, ../../sass/bootstrap_lib/_normalize.scss */ button[disabled], html input[disabled] { cursor: default; } +/* line 337, ../../sass/bootstrap_lib/_normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } +/* line 348, ../../sass/bootstrap_lib/_normalize.scss */ input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; @@ -190,28 +223,33 @@ input[type="search"] { box-sizing: content-box; } +/* line 361, ../../sass/bootstrap_lib/_normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } +/* line 370, ../../sass/bootstrap_lib/_normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } +/* line 380, ../../sass/bootstrap_lib/_normalize.scss */ textarea { overflow: auto; vertical-align: top; } +/* line 393, ../../sass/bootstrap_lib/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } @media print { + /* line 8, ../../sass/bootstrap_lib/_print.scss */ * { text-shadow: none !important; color: #000 !important; @@ -219,40 +257,48 @@ table { box-shadow: none !important; } + /* line 16, ../../sass/bootstrap_lib/_print.scss */ a, a:visited { text-decoration: underline; } + /* line 20, ../../sass/bootstrap_lib/_print.scss */ a[href]:after { content: " (" attr(href) ")"; } + /* line 24, ../../sass/bootstrap_lib/_print.scss */ abbr[title]:after { content: " (" attr(title) ")"; } + /* line 31, ../../sass/bootstrap_lib/_print.scss */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } + /* line 36, ../../sass/bootstrap_lib/_print.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } + /* line 41, ../../sass/bootstrap_lib/_print.scss */ thead { display: table-header-group; } + /* line 46, ../../sass/bootstrap_lib/_print.scss */ tr, img { page-break-inside: avoid; } + /* line 50, ../../sass/bootstrap_lib/_print.scss */ img { max-width: 100% !important; } @@ -261,6 +307,7 @@ table { margin: 2cm .5cm; } + /* line 60, ../../sass/bootstrap_lib/_print.scss */ p, h2, h3 { @@ -268,38 +315,46 @@ table { widows: 3; } + /* line 66, ../../sass/bootstrap_lib/_print.scss */ h2, h3 { page-break-after: avoid; } + /* line 71, ../../sass/bootstrap_lib/_print.scss */ .navbar { display: none; } + /* line 76, ../../sass/bootstrap_lib/_print.scss */ .table td, .table th { background-color: #fff !important; } + /* line 82, ../../sass/bootstrap_lib/_print.scss */ .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } + /* line 86, ../../sass/bootstrap_lib/_print.scss */ .label { border: 1px solid #000; } + /* line 90, ../../sass/bootstrap_lib/_print.scss */ .table { border-collapse: collapse !important; } + /* line 95, ../../sass/bootstrap_lib/_print.scss */ .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } +/* line 10, ../../sass/bootstrap_lib/_scaffolding.scss */ *, *:before, *:after { @@ -308,11 +363,13 @@ table { box-sizing: border-box; } +/* line 17, ../../sass/bootstrap_lib/_scaffolding.scss */ html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } +/* line 22, ../../sass/bootstrap_lib/_scaffolding.scss */ body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; @@ -321,6 +378,7 @@ body { background-color: white; } +/* line 34, ../../sass/bootstrap_lib/_scaffolding.scss */ input, button, select, @@ -330,6 +388,7 @@ textarea { line-height: inherit; } +/* line 47, ../../sass/bootstrap_lib/_scaffolding.scss */ button, input, select[multiple], @@ -337,34 +396,41 @@ textarea { background-image: none; } +/* line 54, ../../sass/bootstrap_lib/_scaffolding.scss */ a { color: #777777; text-decoration: none; } +/* line 59, ../../sass/bootstrap_lib/_scaffolding.scss */ a:hover, a:focus { color: #515151; text-decoration: underline; } +/* line 64, ../../sass/bootstrap_lib/_scaffolding.scss */ a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +/* line 72, ../../sass/bootstrap_lib/_scaffolding.scss */ img { vertical-align: middle; } +/* line 77, ../../sass/bootstrap_lib/_scaffolding.scss */ .img-responsive { display: block; max-width: 100%; height: auto; } +/* line 82, ../../sass/bootstrap_lib/_scaffolding.scss */ .img-rounded { border-radius: 6px; } +/* line 89, ../../sass/bootstrap_lib/_scaffolding.scss */ .img-thumbnail, .thumbnail { padding: 4px; line-height: 1.42857; @@ -378,10 +444,12 @@ img { height: auto; } +/* line 102, ../../sass/bootstrap_lib/_scaffolding.scss */ .img-circle { border-radius: 50%; } +/* line 109, ../../sass/bootstrap_lib/_scaffolding.scss */ hr { margin-top: 18px; margin-bottom: 18px; @@ -389,6 +457,7 @@ hr { border-top: 1px solid #eeeeee; } +/* line 121, ../../sass/bootstrap_lib/_scaffolding.scss */ .sr-only { position: absolute; width: 1px; @@ -400,72 +469,88 @@ hr { border: 0; } +/* line 9, ../../sass/bootstrap_lib/_type.scss */ p { margin: 0 0 9px; } +/* line 12, ../../sass/bootstrap_lib/_type.scss */ .lead { margin-bottom: 18px; - font-size: 13px; + font-size: 14.95px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { + /* line 12, ../../sass/bootstrap_lib/_type.scss */ .lead { - font-size: 13px; + font-size: 19.5px; } } +/* line 28, ../../sass/bootstrap_lib/_type.scss */ small { font-size: 85%; } +/* line 31, ../../sass/bootstrap_lib/_type.scss */ cite { font-style: normal; } +/* line 34, ../../sass/bootstrap_lib/_type.scss */ .text-muted { color: #999999; } +/* line 35, ../../sass/bootstrap_lib/_type.scss */ .text-primary { color: #428bca; } +/* line 36, ../../sass/bootstrap_lib/_type.scss */ .text-warning { color: white; } +/* line 37, ../../sass/bootstrap_lib/_type.scss */ .text-danger { color: white; } +/* line 38, ../../sass/bootstrap_lib/_type.scss */ .text-success { color: white; } +/* line 39, ../../sass/bootstrap_lib/_type.scss */ .text-info { color: white; } +/* line 42, ../../sass/bootstrap_lib/_type.scss */ .text-left { text-align: left; } +/* line 43, ../../sass/bootstrap_lib/_type.scss */ .text-right { text-align: right; } +/* line 44, ../../sass/bootstrap_lib/_type.scss */ .text-center { text-align: center; } +/* line 51, ../../sass/bootstrap_lib/_type.scss */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: Arial, Helvetica, sans-serif; font-weight: 500; line-height: 1.1; } +/* line 55, ../../sass/bootstrap_lib/_type.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { font-weight: normal; @@ -473,6 +558,7 @@ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, color: #999999; } +/* line 64, ../../sass/bootstrap_lib/_type.scss */ h1, h2, h3 { @@ -480,6 +566,7 @@ h3 { margin-bottom: 9px; } +/* line 70, ../../sass/bootstrap_lib/_type.scss */ h4, h5, h6 { @@ -487,54 +574,66 @@ h6 { margin-bottom: 9px; } +/* line 75, ../../sass/bootstrap_lib/_type.scss */ h1, .h1 { - font-size: 26px; + font-size: 33px; } +/* line 76, ../../sass/bootstrap_lib/_type.scss */ h2, .h2 { - font-size: 26px; + font-size: 27px; } +/* line 77, ../../sass/bootstrap_lib/_type.scss */ h3, .h3 { - font-size: 13px; + font-size: 23px; } +/* line 78, ../../sass/bootstrap_lib/_type.scss */ h4, .h4 { - font-size: 13px; + font-size: 17px; } +/* line 79, ../../sass/bootstrap_lib/_type.scss */ h5, .h5 { font-size: 13px; } +/* line 80, ../../sass/bootstrap_lib/_type.scss */ h6, .h6 { - font-size: 0px; + font-size: 12px; } +/* line 82, ../../sass/bootstrap_lib/_type.scss */ h1 small, .h1 small { - font-size: 13px; + font-size: 23px; } +/* line 83, ../../sass/bootstrap_lib/_type.scss */ h2 small, .h2 small { - font-size: 13px; + font-size: 17px; } +/* line 85, ../../sass/bootstrap_lib/_type.scss */ h3 small, .h3 small, h4 small, .h4 small { font-size: 13px; } +/* line 91, ../../sass/bootstrap_lib/_type.scss */ .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } +/* line 104, ../../sass/bootstrap_lib/_type.scss */ ul, ol { margin-top: 0; margin-bottom: 9px; } +/* line 108, ../../sass/bootstrap_lib/_type.scss */ ul ul, ul ol, ol ul, @@ -542,35 +641,42 @@ ol ol { margin-bottom: 0; } +/* line 116, ../../sass/bootstrap_lib/_type.scss */ .list-unstyled, .list-inline { padding-left: 0; list-style: none; } +/* line 123, ../../sass/bootstrap_lib/_type.scss */ .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } +/* line 131, ../../sass/bootstrap_lib/_type.scss */ dl { margin-bottom: 18px; } +/* line 135, ../../sass/bootstrap_lib/_type.scss */ dt, dd { line-height: 1.42857; } +/* line 138, ../../sass/bootstrap_lib/_type.scss */ dt { font-weight: bold; } +/* line 141, ../../sass/bootstrap_lib/_type.scss */ dd { margin-left: 0; } @media (min-width: 768px) { + /* line 152, ../../sass/bootstrap_lib/_type.scss */ .dl-horizontal dt { float: left; width: 160px; @@ -580,68 +686,83 @@ dd { text-overflow: ellipsis; white-space: nowrap; } + /* line 159, ../../sass/bootstrap_lib/_type.scss */ .dl-horizontal dd { margin-left: 180px; } + /* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; /* 1 */ display: table; /* 2 */ } + /* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .dl-horizontal dd:after { clear: both; } } +/* line 172, ../../sass/bootstrap_lib/_type.scss */ abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } +/* line 176, ../../sass/bootstrap_lib/_type.scss */ abbr.initialism { font-size: 90%; text-transform: uppercase; } +/* line 182, ../../sass/bootstrap_lib/_type.scss */ blockquote { padding: 9px 18px; margin: 0 0 18px; border-left: 5px solid #eeeeee; } +/* line 186, ../../sass/bootstrap_lib/_type.scss */ blockquote p { - font-size: 13px; + font-size: 16.25px; font-weight: 300; line-height: 1.25; } +/* line 191, ../../sass/bootstrap_lib/_type.scss */ blockquote p:last-child { margin-bottom: 0; } +/* line 194, ../../sass/bootstrap_lib/_type.scss */ blockquote small { display: block; line-height: 1.42857; color: #999999; } +/* line 198, ../../sass/bootstrap_lib/_type.scss */ blockquote small:before { content: '\2014 \00A0'; } +/* line 204, ../../sass/bootstrap_lib/_type.scss */ blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } +/* line 210, ../../sass/bootstrap_lib/_type.scss */ blockquote.pull-right p, blockquote.pull-right small { text-align: right; } +/* line 214, ../../sass/bootstrap_lib/_type.scss */ blockquote.pull-right small:before { content: ''; } +/* line 217, ../../sass/bootstrap_lib/_type.scss */ blockquote.pull-right small:after { content: '\00A0 \2014'; } +/* line 228, ../../sass/bootstrap_lib/_type.scss */ q:before, q:after, blockquote:before, @@ -649,6 +770,7 @@ blockquote:after { content: ""; } +/* line 233, ../../sass/bootstrap_lib/_type.scss */ address { display: block; margin-bottom: 18px; @@ -656,11 +778,13 @@ address { line-height: 1.42857; } +/* line 8, ../../sass/bootstrap_lib/_code.scss */ code, pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } +/* line 13, ../../sass/bootstrap_lib/_code.scss */ code { padding: 2px 4px; font-size: 90%; @@ -670,6 +794,7 @@ code { border-radius: 0px; } +/* line 23, ../../sass/bootstrap_lib/_code.scss */ pre { display: block; padding: 8.5px; @@ -683,9 +808,11 @@ pre { border: 1px solid #cccccc; border-radius: 0px; } +/* line 37, ../../sass/bootstrap_lib/_code.scss */ pre.prettyprint { margin-bottom: 18px; } +/* line 42, ../../sass/bootstrap_lib/_code.scss */ pre code { padding: 0; font-size: inherit; @@ -695,41 +822,49 @@ pre code { border: 0; } +/* line 53, ../../sass/bootstrap_lib/_code.scss */ .pre-scrollable { max-height: 340px; overflow-y: scroll; } +/* line 7, ../../sass/bootstrap_lib/_grid.scss */ .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .container:before, .container:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .container:after { clear: both; } +/* line 12, ../../sass/bootstrap_lib/_grid.scss */ .row { margin-left: -15px; margin-right: -15px; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .row:before, .row:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .row:after { clear: both; } +/* line 64, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-1, .col-xs-2, .col-xs-3, @@ -784,6 +919,7 @@ pre code { padding-right: 15px; } +/* line 92, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-1, .col-xs-2, .col-xs-3, @@ -798,59 +934,73 @@ pre code { float: left; } +/* line 95, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-1 { width: 8.33333%; } +/* line 96, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-2 { width: 16.66667%; } +/* line 97, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-3 { width: 25%; } +/* line 98, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-4 { width: 33.33333%; } +/* line 99, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-5 { width: 41.66667%; } +/* line 100, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-6 { width: 50%; } +/* line 101, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-7 { width: 58.33333%; } +/* line 102, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-8 { width: 66.66667%; } +/* line 103, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-9 { width: 75%; } +/* line 104, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-10 { width: 83.33333%; } +/* line 105, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-11 { width: 91.66667%; } +/* line 106, ../../sass/bootstrap_lib/_grid.scss */ .col-xs-12 { width: 100%; } @media (min-width: 768px) { + /* line 118, ../../sass/bootstrap_lib/_grid.scss */ .container { max-width: 750px; } + /* line 132, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-1, .col-sm-2, .col-sm-3, @@ -865,191 +1015,238 @@ pre code { float: left; } + /* line 135, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-1 { width: 8.33333%; } + /* line 136, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-2 { width: 16.66667%; } + /* line 137, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-3 { width: 25%; } + /* line 138, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-4 { width: 33.33333%; } + /* line 139, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-5 { width: 41.66667%; } + /* line 140, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-6 { width: 50%; } + /* line 141, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-7 { width: 58.33333%; } + /* line 142, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-8 { width: 66.66667%; } + /* line 143, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-9 { width: 75%; } + /* line 144, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-10 { width: 83.33333%; } + /* line 145, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-11 { width: 91.66667%; } + /* line 146, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-12 { width: 100%; } + /* line 149, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-1 { left: 8.33333%; } + /* line 150, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-2 { left: 16.66667%; } + /* line 151, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-3 { left: 25%; } + /* line 152, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-4 { left: 33.33333%; } + /* line 153, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-5 { left: 41.66667%; } + /* line 154, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-6 { left: 50%; } + /* line 155, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-7 { left: 58.33333%; } + /* line 156, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-8 { left: 66.66667%; } + /* line 157, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-9 { left: 75%; } + /* line 158, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-10 { left: 83.33333%; } + /* line 159, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-push-11 { left: 91.66667%; } + /* line 161, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-1 { right: 8.33333%; } + /* line 162, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-2 { right: 16.66667%; } + /* line 163, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-3 { right: 25%; } + /* line 164, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-4 { right: 33.33333%; } + /* line 165, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-5 { right: 41.66667%; } + /* line 166, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-6 { right: 50%; } + /* line 167, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-7 { right: 58.33333%; } + /* line 168, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-8 { right: 66.66667%; } + /* line 169, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-9 { right: 75%; } + /* line 170, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-10 { right: 83.33333%; } + /* line 171, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-pull-11 { right: 91.66667%; } + /* line 174, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-1 { margin-left: 8.33333%; } + /* line 175, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-2 { margin-left: 16.66667%; } + /* line 176, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-3 { margin-left: 25%; } + /* line 177, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-4 { margin-left: 33.33333%; } + /* line 178, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-5 { margin-left: 41.66667%; } + /* line 179, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-6 { margin-left: 50%; } + /* line 180, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-7 { margin-left: 58.33333%; } + /* line 181, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-8 { margin-left: 66.66667%; } + /* line 182, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-9 { margin-left: 75%; } + /* line 183, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-10 { margin-left: 83.33333%; } + /* line 184, ../../sass/bootstrap_lib/_grid.scss */ .col-sm-offset-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { + /* line 196, ../../sass/bootstrap_lib/_grid.scss */ .container { max-width: 970px; } + /* line 209, ../../sass/bootstrap_lib/_grid.scss */ .col-md-1, .col-md-2, .col-md-3, @@ -1064,203 +1261,253 @@ pre code { float: left; } + /* line 212, ../../sass/bootstrap_lib/_grid.scss */ .col-md-1 { width: 8.33333%; } + /* line 213, ../../sass/bootstrap_lib/_grid.scss */ .col-md-2 { width: 16.66667%; } + /* line 214, ../../sass/bootstrap_lib/_grid.scss */ .col-md-3 { width: 25%; } + /* line 215, ../../sass/bootstrap_lib/_grid.scss */ .col-md-4 { width: 33.33333%; } + /* line 216, ../../sass/bootstrap_lib/_grid.scss */ .col-md-5 { width: 41.66667%; } + /* line 217, ../../sass/bootstrap_lib/_grid.scss */ .col-md-6 { width: 50%; } + /* line 218, ../../sass/bootstrap_lib/_grid.scss */ .col-md-7 { width: 58.33333%; } + /* line 219, ../../sass/bootstrap_lib/_grid.scss */ .col-md-8 { width: 66.66667%; } + /* line 220, ../../sass/bootstrap_lib/_grid.scss */ .col-md-9 { width: 75%; } + /* line 221, ../../sass/bootstrap_lib/_grid.scss */ .col-md-10 { width: 83.33333%; } + /* line 222, ../../sass/bootstrap_lib/_grid.scss */ .col-md-11 { width: 91.66667%; } + /* line 223, ../../sass/bootstrap_lib/_grid.scss */ .col-md-12 { width: 100%; } + /* line 226, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-0 { left: auto; } + /* line 227, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-1 { left: 8.33333%; } + /* line 228, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-2 { left: 16.66667%; } + /* line 229, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-3 { left: 25%; } + /* line 230, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-4 { left: 33.33333%; } + /* line 231, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-5 { left: 41.66667%; } + /* line 232, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-6 { left: 50%; } + /* line 233, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-7 { left: 58.33333%; } + /* line 234, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-8 { left: 66.66667%; } + /* line 235, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-9 { left: 75%; } + /* line 236, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-10 { left: 83.33333%; } + /* line 237, ../../sass/bootstrap_lib/_grid.scss */ .col-md-push-11 { left: 91.66667%; } + /* line 239, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-0 { right: auto; } + /* line 240, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-1 { right: 8.33333%; } + /* line 241, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-2 { right: 16.66667%; } + /* line 242, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-3 { right: 25%; } + /* line 243, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-4 { right: 33.33333%; } + /* line 244, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-5 { right: 41.66667%; } + /* line 245, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-6 { right: 50%; } + /* line 246, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-7 { right: 58.33333%; } + /* line 247, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-8 { right: 66.66667%; } + /* line 248, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-9 { right: 75%; } + /* line 249, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-10 { right: 83.33333%; } + /* line 250, ../../sass/bootstrap_lib/_grid.scss */ .col-md-pull-11 { right: 91.66667%; } + /* line 253, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-0 { margin-left: 0; } + /* line 254, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-1 { margin-left: 8.33333%; } + /* line 255, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-2 { margin-left: 16.66667%; } + /* line 256, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-3 { margin-left: 25%; } + /* line 257, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-4 { margin-left: 33.33333%; } + /* line 258, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-5 { margin-left: 41.66667%; } + /* line 259, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-6 { margin-left: 50%; } + /* line 260, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-7 { margin-left: 58.33333%; } + /* line 261, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-8 { margin-left: 66.66667%; } + /* line 262, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-9 { margin-left: 75%; } + /* line 263, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-10 { margin-left: 83.33333%; } + /* line 264, ../../sass/bootstrap_lib/_grid.scss */ .col-md-offset-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { + /* line 276, ../../sass/bootstrap_lib/_grid.scss */ .container { max-width: 1170px; } + /* line 290, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-1, .col-lg-2, .col-lg-3, @@ -1275,211 +1522,263 @@ pre code { float: left; } + /* line 293, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-1 { width: 8.33333%; } + /* line 294, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-2 { width: 16.66667%; } + /* line 295, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-3 { width: 25%; } + /* line 296, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-4 { width: 33.33333%; } + /* line 297, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-5 { width: 41.66667%; } + /* line 298, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-6 { width: 50%; } + /* line 299, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-7 { width: 58.33333%; } + /* line 300, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-8 { width: 66.66667%; } + /* line 301, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-9 { width: 75%; } + /* line 302, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-10 { width: 83.33333%; } + /* line 303, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-11 { width: 91.66667%; } + /* line 304, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-12 { width: 100%; } + /* line 307, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-0 { left: auto; } + /* line 308, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-1 { left: 8.33333%; } + /* line 309, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-2 { left: 16.66667%; } + /* line 310, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-3 { left: 25%; } + /* line 311, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-4 { left: 33.33333%; } + /* line 312, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-5 { left: 41.66667%; } + /* line 313, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-6 { left: 50%; } + /* line 314, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-7 { left: 58.33333%; } + /* line 315, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-8 { left: 66.66667%; } + /* line 316, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-9 { left: 75%; } + /* line 317, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-10 { left: 83.33333%; } + /* line 318, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-push-11 { left: 91.66667%; } + /* line 320, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-0 { right: auto; } + /* line 321, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-1 { right: 8.33333%; } + /* line 322, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-2 { right: 16.66667%; } + /* line 323, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-3 { right: 25%; } + /* line 324, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-4 { right: 33.33333%; } + /* line 325, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-5 { right: 41.66667%; } + /* line 326, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-6 { right: 50%; } + /* line 327, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-7 { right: 58.33333%; } + /* line 328, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-8 { right: 66.66667%; } + /* line 329, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-9 { right: 75%; } + /* line 330, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-10 { right: 83.33333%; } + /* line 331, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-pull-11 { right: 91.66667%; } + /* line 334, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-0 { margin-left: 0; } + /* line 335, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-1 { margin-left: 8.33333%; } + /* line 336, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-2 { margin-left: 16.66667%; } + /* line 337, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-3 { margin-left: 25%; } + /* line 338, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-4 { margin-left: 33.33333%; } + /* line 339, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-5 { margin-left: 41.66667%; } + /* line 340, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-6 { margin-left: 50%; } + /* line 341, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-7 { margin-left: 58.33333%; } + /* line 342, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-8 { margin-left: 66.66667%; } + /* line 343, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-9 { margin-left: 75%; } + /* line 344, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-10 { margin-left: 83.33333%; } + /* line 345, ../../sass/bootstrap_lib/_grid.scss */ .col-lg-offset-11 { margin-left: 91.66667%; } } +/* line 6, ../../sass/bootstrap_lib/_tables.scss */ table { max-width: 100%; background-color: transparent; } +/* line 10, ../../sass/bootstrap_lib/_tables.scss */ th { text-align: left; } +/* line 17, ../../sass/bootstrap_lib/_tables.scss */ .table { width: 100%; margin-bottom: 18px; } +/* line 26, ../../sass/bootstrap_lib/_tables.scss */ .table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, @@ -1491,10 +1790,12 @@ th { vertical-align: top; border-top: 1px solid #d6d4d4; } +/* line 35, ../../sass/bootstrap_lib/_tables.scss */ .table thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #d6d4d4; } +/* line 44, ../../sass/bootstrap_lib/_tables.scss */ .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, @@ -1502,13 +1803,16 @@ th { .table thead:first-child tr:first-child td { border-top: 0; } +/* line 50, ../../sass/bootstrap_lib/_tables.scss */ .table tbody + tbody { border-top: 2px solid #d6d4d4; } +/* line 55, ../../sass/bootstrap_lib/_tables.scss */ .table .table { background-color: white; } +/* line 69, ../../sass/bootstrap_lib/_tables.scss */ .table-condensed thead > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > th, @@ -1518,9 +1822,11 @@ th { padding: 5px; } +/* line 81, ../../sass/bootstrap_lib/_tables.scss */ .table-bordered { border: 1px solid #d6d4d4; } +/* line 88, ../../sass/bootstrap_lib/_tables.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, @@ -1529,32 +1835,38 @@ th { .table-bordered > tfoot > tr > td { border: 1px solid #d6d4d4; } +/* line 96, ../../sass/bootstrap_lib/_tables.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } +/* line 112, ../../sass/bootstrap_lib/_tables.scss */ .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } +/* line 128, ../../sass/bootstrap_lib/_tables.scss */ .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: whitesmoke; } +/* line 140, ../../sass/bootstrap_lib/_tables.scss */ table col[class*="col-"] { float: none; display: table-column; } +/* line 147, ../../sass/bootstrap_lib/_tables.scss */ table td[class*="col-"], table th[class*="col-"] { float: none; display: table-cell; } +/* line 166, ../../sass/bootstrap_lib/_tables.scss */ .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, @@ -1568,6 +1880,7 @@ table th[class*="col-"] { background-color: whitesmoke; } +/* line 384, ../../sass/bootstrap_lib/_mixins.scss */ .table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, @@ -1582,12 +1895,14 @@ table th[class*="col-"] { border-color: #48b151; } +/* line 395, ../../sass/bootstrap_lib/_mixins.scss */ .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td { background-color: #42c04c; border-color: #419f49; } +/* line 384, ../../sass/bootstrap_lib/_mixins.scss */ .table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, @@ -1602,12 +1917,14 @@ table th[class*="col-"] { border-color: #d4323d; } +/* line 395, ../../sass/bootstrap_lib/_mixins.scss */ .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td { background-color: #f13946; border-color: #c32933; } +/* line 384, ../../sass/bootstrap_lib/_mixins.scss */ .table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, @@ -1622,6 +1939,7 @@ table th[class*="col-"] { border-color: #e4752b; } +/* line 395, ../../sass/bootstrap_lib/_mixins.scss */ .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td { background-color: #fe840d; @@ -1629,6 +1947,7 @@ table th[class*="col-"] { } @media (max-width: 768px) { + /* line 184, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive { width: 100%; margin-bottom: 15px; @@ -1636,10 +1955,12 @@ table th[class*="col-"] { overflow-x: scroll; border: 1px solid #d6d4d4; } + /* line 192, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive > .table { margin-bottom: 0; background-color: #fff; } + /* line 202, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, @@ -1648,9 +1969,11 @@ table th[class*="col-"] { .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } + /* line 210, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive > .table-bordered { border: 0; } + /* line 219, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, @@ -1659,6 +1982,7 @@ table th[class*="col-"] { .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } + /* line 223, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, @@ -1667,6 +1991,7 @@ table th[class*="col-"] { .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } + /* line 229, ../../sass/bootstrap_lib/_tables.scss */ .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, @@ -1676,36 +2001,41 @@ table th[class*="col-"] { border-bottom: 0; } } +/* line 10, ../../sass/bootstrap_lib/_forms.scss */ fieldset { padding: 0; margin: 0; border: 0; } +/* line 16, ../../sass/bootstrap_lib/_forms.scss */ legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; - font-size: 13px; + font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } +/* line 28, ../../sass/bootstrap_lib/_forms.scss */ label { display: inline-block; margin-bottom: 5px; font-weight: bold; } +/* line 38, ../../sass/bootstrap_lib/_forms.scss */ input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +/* line 44, ../../sass/bootstrap_lib/_forms.scss */ input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; @@ -1714,21 +2044,25 @@ input[type="checkbox"] { line-height: normal; } +/* line 51, ../../sass/bootstrap_lib/_forms.scss */ input[type="file"] { display: block; } +/* line 57, ../../sass/bootstrap_lib/_forms.scss */ select[multiple], select[size] { height: auto; } +/* line 62, ../../sass/bootstrap_lib/_forms.scss */ select optgroup { font-size: inherit; font-style: inherit; font-family: inherit; } +/* line 71, ../../sass/bootstrap_lib/_forms.scss */ input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { @@ -1737,23 +2071,29 @@ input[type="checkbox"]:focus { outline-offset: -2px; } +/* line 80, ../../sass/bootstrap_lib/_forms.scss */ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; } +/* line 57, ../../sass/bootstrap_lib/_mixins.scss */ .form-control:-moz-placeholder { color: #999999; } +/* line 58, ../../sass/bootstrap_lib/_mixins.scss */ .form-control::-moz-placeholder { color: #999999; } +/* line 59, ../../sass/bootstrap_lib/_mixins.scss */ .form-control:-ms-input-placeholder { color: #999999; } +/* line 60, ../../sass/bootstrap_lib/_mixins.scss */ .form-control::-webkit-input-placeholder { color: #999999; } +/* line 117, ../../sass/bootstrap_lib/_forms.scss */ .form-control { display: block; width: 100%; @@ -1766,30 +2106,35 @@ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-i background-color: white; border: 1px solid #d6d4d4; border-radius: 0px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } +/* line 701, ../../sass/bootstrap_lib/_mixins.scss */ .form-control:focus { border-color: #66afe9; outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } +/* line 141, ../../sass/bootstrap_lib/_forms.scss */ .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; } +/* line 148, ../../sass/bootstrap_lib/_forms.scss */ textarea.form-control { height: auto; } +/* line 158, ../../sass/bootstrap_lib/_forms.scss */ .form-group { margin-bottom: 15px; } +/* line 168, ../../sass/bootstrap_lib/_forms.scss */ .radio, .checkbox { display: block; @@ -1799,6 +2144,7 @@ textarea.form-control { padding-left: 20px; vertical-align: middle; } +/* line 175, ../../sass/bootstrap_lib/_forms.scss */ .radio label, .checkbox label { display: inline; @@ -1807,6 +2153,7 @@ textarea.form-control { cursor: pointer; } +/* line 185, ../../sass/bootstrap_lib/_forms.scss */ .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], @@ -1815,11 +2162,13 @@ textarea.form-control { margin-left: -20px; } +/* line 190, ../../sass/bootstrap_lib/_forms.scss */ .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } +/* line 196, ../../sass/bootstrap_lib/_forms.scss */ .radio-inline, .checkbox-inline { display: inline-block; @@ -1830,12 +2179,14 @@ textarea.form-control { cursor: pointer; } +/* line 205, ../../sass/bootstrap_lib/_forms.scss */ .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } +/* line 220, ../../sass/bootstrap_lib/_forms.scss */ input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], @@ -1850,6 +2201,7 @@ input[type="checkbox"], cursor: not-allowed; } +/* line 715, ../../sass/bootstrap_lib/_mixins.scss */ .input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { @@ -1860,6 +2212,7 @@ input[type="checkbox"], border-radius: 3px; } +/* line 720, ../../sass/bootstrap_lib/_mixins.scss */ select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { @@ -1867,12 +2220,14 @@ select.input-sm, .input-group-sm > select.form-control, line-height: 30px; } +/* line 725, ../../sass/bootstrap_lib/_mixins.scss */ textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn { height: auto; } +/* line 715, ../../sass/bootstrap_lib/_mixins.scss */ .input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { @@ -1883,6 +2238,7 @@ textarea.input-sm, .input-group-sm > textarea.form-control, border-radius: 6px; } +/* line 720, ../../sass/bootstrap_lib/_mixins.scss */ select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { @@ -1890,77 +2246,92 @@ select.input-lg, .input-group-lg > select.form-control, line-height: 44px; } +/* line 725, ../../sass/bootstrap_lib/_mixins.scss */ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn { height: auto; } +/* line 665, ../../sass/bootstrap_lib/_mixins.scss */ .has-warning .help-block, .has-warning .control-label { color: white; } +/* line 669, ../../sass/bootstrap_lib/_mixins.scss */ .has-warning .form-control { border-color: white; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +/* line 672, ../../sass/bootstrap_lib/_mixins.scss */ .has-warning .form-control:focus { border-color: #e6e6e6; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; } +/* line 679, ../../sass/bootstrap_lib/_mixins.scss */ .has-warning .input-group-addon { color: white; border-color: white; background-color: #fe9126; } +/* line 665, ../../sass/bootstrap_lib/_mixins.scss */ .has-error .help-block, .has-error .control-label { color: white; } +/* line 669, ../../sass/bootstrap_lib/_mixins.scss */ .has-error .form-control { border-color: white; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +/* line 672, ../../sass/bootstrap_lib/_mixins.scss */ .has-error .form-control:focus { border-color: #e6e6e6; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; } +/* line 679, ../../sass/bootstrap_lib/_mixins.scss */ .has-error .input-group-addon { color: white; border-color: white; background-color: #f3515c; } +/* line 665, ../../sass/bootstrap_lib/_mixins.scss */ .has-success .help-block, .has-success .control-label { color: white; } +/* line 669, ../../sass/bootstrap_lib/_mixins.scss */ .has-success .form-control { border-color: white; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } +/* line 672, ../../sass/bootstrap_lib/_mixins.scss */ .has-success .form-control:focus { border-color: #e6e6e6; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px white; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; } +/* line 679, ../../sass/bootstrap_lib/_mixins.scss */ .has-success .input-group-addon { color: white; border-color: white; background-color: #55c65e; } +/* line 255, ../../sass/bootstrap_lib/_forms.scss */ .form-control-static { margin-bottom: 0; padding-top: 7px; } +/* line 266, ../../sass/bootstrap_lib/_forms.scss */ .help-block { display: block; margin-top: 5px; @@ -1969,14 +2340,17 @@ textarea.input-lg, .input-group-lg > textarea.form-control, } @media (min-width: 768px) { + /* line 291, ../../sass/bootstrap_lib/_forms.scss */ .form-inline .form-group, .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } + /* line 298, ../../sass/bootstrap_lib/_forms.scss */ .form-inline .form-control, .navbar-form .form-control { display: inline-block; } + /* line 306, ../../sass/bootstrap_lib/_forms.scss */ .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox { @@ -1985,6 +2359,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, margin-bottom: 0; padding-left: 0; } + /* line 313, ../../sass/bootstrap_lib/_forms.scss */ .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] { @@ -1993,6 +2368,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, } } +/* line 333, ../../sass/bootstrap_lib/_forms.scss */ .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, @@ -2002,25 +2378,30 @@ textarea.input-lg, .input-group-lg > textarea.form-control, margin-bottom: 0; padding-top: 7px; } +/* line 340, ../../sass/bootstrap_lib/_forms.scss */ .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .form-horizontal .form-group:after { clear: both; } @media (min-width: 768px) { + /* line 346, ../../sass/bootstrap_lib/_forms.scss */ .form-horizontal .control-label { text-align: right; } } +/* line 10, ../../sass/bootstrap_lib/_buttons.scss */ .btn { display: inline-block; padding: 6px 12px; @@ -2040,210 +2421,256 @@ textarea.input-lg, .input-group-lg > textarea.form-control, -o-user-select: none; user-select: none; } +/* line 25, ../../sass/bootstrap_lib/_buttons.scss */ .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +/* line 30, ../../sass/bootstrap_lib/_buttons.scss */ .btn:hover, .btn:focus { color: #333333; text-decoration: none; } +/* line 36, ../../sass/bootstrap_lib/_buttons.scss */ .btn:active, .btn.active { outline: 0; background-image: none; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +/* line 44, ../../sass/bootstrap_lib/_buttons.scss */ .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; - opacity: 0; - filter: alpha(opacity=0); + opacity: 0.65; + filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } +/* line 57, ../../sass/bootstrap_lib/_buttons.scss */ .btn-default { color: #333333; background-color: white; border-color: #cccccc; } +/* line 414, ../../sass/bootstrap_lib/_mixins.scss */ .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { color: #333333; background-color: #ebebeb; border-color: #adadad; } +/* line 419, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-default.dropdown-toggle { color: #333333; background-color: #ebebeb; border-color: #adadad; } +/* line 425, ../../sass/bootstrap_lib/_mixins.scss */ .btn-default:active, .btn-default.active { background-image: none; } +/* line 428, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-default.dropdown-toggle { background-image: none; } +/* line 438, ../../sass/bootstrap_lib/_mixins.scss */ .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: white; border-color: #cccccc; } +/* line 60, ../../sass/bootstrap_lib/_buttons.scss */ .btn-primary { color: white; background-color: #428bca; border-color: #357ebd; } +/* line 414, ../../sass/bootstrap_lib/_mixins.scss */ .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { color: white; background-color: #3276b1; border-color: #285e8e; } +/* line 419, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-primary.dropdown-toggle { color: white; background-color: #3276b1; border-color: #285e8e; } +/* line 425, ../../sass/bootstrap_lib/_mixins.scss */ .btn-primary:active, .btn-primary.active { background-image: none; } +/* line 428, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-primary.dropdown-toggle { background-image: none; } +/* line 438, ../../sass/bootstrap_lib/_mixins.scss */ .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } +/* line 64, ../../sass/bootstrap_lib/_buttons.scss */ .btn-warning { color: white; background-color: #f0ad4e; border-color: #eea236; } +/* line 414, ../../sass/bootstrap_lib/_mixins.scss */ .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active { color: white; background-color: #ed9c28; border-color: #d58512; } +/* line 419, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-warning.dropdown-toggle { color: white; background-color: #ed9c28; border-color: #d58512; } +/* line 425, ../../sass/bootstrap_lib/_mixins.scss */ .btn-warning:active, .btn-warning.active { background-image: none; } +/* line 428, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-warning.dropdown-toggle { background-image: none; } +/* line 438, ../../sass/bootstrap_lib/_mixins.scss */ .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } +/* line 68, ../../sass/bootstrap_lib/_buttons.scss */ .btn-danger { color: white; background-color: #d9534f; border-color: #d43f3a; } +/* line 414, ../../sass/bootstrap_lib/_mixins.scss */ .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active { color: white; background-color: #d2322d; border-color: #ac2925; } +/* line 419, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-danger.dropdown-toggle { color: white; background-color: #d2322d; border-color: #ac2925; } +/* line 425, ../../sass/bootstrap_lib/_mixins.scss */ .btn-danger:active, .btn-danger.active { background-image: none; } +/* line 428, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-danger.dropdown-toggle { background-image: none; } +/* line 438, ../../sass/bootstrap_lib/_mixins.scss */ .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } +/* line 72, ../../sass/bootstrap_lib/_buttons.scss */ .btn-success { color: white; background-color: #46a74e; border-color: #3e9546; } +/* line 414, ../../sass/bootstrap_lib/_mixins.scss */ .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { color: white; background-color: #3a8a41; border-color: #2c6a31; } +/* line 419, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-success.dropdown-toggle { color: white; background-color: #3a8a41; border-color: #2c6a31; } +/* line 425, ../../sass/bootstrap_lib/_mixins.scss */ .btn-success:active, .btn-success.active { background-image: none; } +/* line 428, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-success.dropdown-toggle { background-image: none; } +/* line 438, ../../sass/bootstrap_lib/_mixins.scss */ .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #46a74e; border-color: #3e9546; } +/* line 76, ../../sass/bootstrap_lib/_buttons.scss */ .btn-info { color: white; - background-color: #5bc0de; - border-color: #46b8da; + background-color: #5192f3; + border-color: #3983f1; } +/* line 414, ../../sass/bootstrap_lib/_mixins.scss */ .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { color: white; - background-color: #39b3d7; - border-color: #269abc; + background-color: #2b7af0; + border-color: #0f62de; } +/* line 419, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-info.dropdown-toggle { color: white; - background-color: #39b3d7; - border-color: #269abc; + background-color: #2b7af0; + border-color: #0f62de; } +/* line 425, ../../sass/bootstrap_lib/_mixins.scss */ .btn-info:active, .btn-info.active { background-image: none; } +/* line 428, ../../sass/bootstrap_lib/_mixins.scss */ .open .btn-info.dropdown-toggle { background-image: none; } +/* line 438, ../../sass/bootstrap_lib/_mixins.scss */ .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #46b8da; + background-color: #5192f3; + border-color: #3983f1; } +/* line 85, ../../sass/bootstrap_lib/_buttons.scss */ .btn-link { color: #777777; font-weight: normal; cursor: pointer; border-radius: 0; } +/* line 94, ../../sass/bootstrap_lib/_buttons.scss */ .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } +/* line 101, ../../sass/bootstrap_lib/_buttons.scss */ .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } +/* line 105, ../../sass/bootstrap_lib/_buttons.scss */ .btn-link:hover, .btn-link:focus { color: #515151; text-decoration: underline; background-color: transparent; } +/* line 113, ../../sass/bootstrap_lib/_buttons.scss */ .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } +/* line 124, ../../sass/bootstrap_lib/_buttons.scss */ .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; @@ -2251,6 +2678,7 @@ textarea.input-lg, .input-group-lg > textarea.form-control, border-radius: 6px; } +/* line 129, ../../sass/bootstrap_lib/_buttons.scss */ .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn { @@ -2260,10 +2688,12 @@ textarea.input-lg, .input-group-lg > textarea.form-control, border-radius: 3px; } +/* line 133, ../../sass/bootstrap_lib/_buttons.scss */ .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; } +/* line 141, ../../sass/bootstrap_lib/_buttons.scss */ .btn-block { display: block; width: 100%; @@ -2271,32 +2701,39 @@ textarea.input-lg, .input-group-lg > textarea.form-control, padding-right: 0; } +/* line 149, ../../sass/bootstrap_lib/_buttons.scss */ .btn-block + .btn-block { margin-top: 5px; } +/* line 157, ../../sass/bootstrap_lib/_buttons.scss */ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } +/* line 10, ../../sass/bootstrap_lib/_component-animations.scss */ .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } +/* line 13, ../../sass/bootstrap_lib/_component-animations.scss */ .fade.in { opacity: 1; } +/* line 18, ../../sass/bootstrap_lib/_component-animations.scss */ .collapse { display: none; } +/* line 20, ../../sass/bootstrap_lib/_component-animations.scss */ .collapse.in { display: block; } +/* line 24, ../../sass/bootstrap_lib/_component-animations.scss */ .collapsing { position: relative; height: 0; @@ -2311,6 +2748,7 @@ input[type="button"].btn-block { src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); } +/* line 21, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon { position: relative; top: 1px; @@ -2322,806 +2760,1007 @@ input[type="button"].btn-block { -webkit-font-smoothing: antialiased; } +/* line 33, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-asterisk:before { content: "\2a"; } +/* line 34, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-plus:before { content: "\2b"; } +/* line 35, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-euro:before { content: "\20ac"; } +/* line 36, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-minus:before { content: "\2212"; } +/* line 37, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-cloud:before { content: "\2601"; } +/* line 38, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-envelope:before { content: "\2709"; } +/* line 39, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-pencil:before { content: "\270f"; } +/* line 40, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-glass:before { content: "\e001"; } +/* line 41, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-music:before { content: "\e002"; } +/* line 42, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-search:before { content: "\e003"; } +/* line 43, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-heart:before { content: "\e005"; } +/* line 44, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-star:before { content: "\e006"; } +/* line 45, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-star-empty:before { content: "\e007"; } +/* line 46, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-user:before { content: "\e008"; } +/* line 47, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-film:before { content: "\e009"; } +/* line 48, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-th-large:before { content: "\e010"; } +/* line 49, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-th:before { content: "\e011"; } +/* line 50, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-th-list:before { content: "\e012"; } +/* line 51, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-ok:before { content: "\e013"; } +/* line 52, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-remove:before { content: "\e014"; } +/* line 53, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-zoom-in:before { content: "\e015"; } +/* line 54, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-zoom-out:before { content: "\e016"; } +/* line 55, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-off:before { content: "\e017"; } +/* line 56, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-signal:before { content: "\e018"; } +/* line 57, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-cog:before { content: "\e019"; } +/* line 58, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-trash:before { content: "\e020"; } +/* line 59, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-home:before { content: "\e021"; } +/* line 60, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-file:before { content: "\e022"; } +/* line 61, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-time:before { content: "\e023"; } +/* line 62, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-road:before { content: "\e024"; } +/* line 63, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-download-alt:before { content: "\e025"; } +/* line 64, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-download:before { content: "\e026"; } +/* line 65, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-upload:before { content: "\e027"; } +/* line 66, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-inbox:before { content: "\e028"; } +/* line 67, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-play-circle:before { content: "\e029"; } +/* line 68, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-repeat:before { content: "\e030"; } +/* line 69, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-refresh:before { content: "\e031"; } +/* line 70, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-list-alt:before { content: "\e032"; } +/* line 71, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-flag:before { content: "\e034"; } +/* line 72, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-headphones:before { content: "\e035"; } +/* line 73, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-volume-off:before { content: "\e036"; } +/* line 74, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-volume-down:before { content: "\e037"; } +/* line 75, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-volume-up:before { content: "\e038"; } +/* line 76, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-qrcode:before { content: "\e039"; } +/* line 77, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-barcode:before { content: "\e040"; } +/* line 78, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tag:before { content: "\e041"; } +/* line 79, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tags:before { content: "\e042"; } +/* line 80, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-book:before { content: "\e043"; } +/* line 81, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-print:before { content: "\e045"; } +/* line 82, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-font:before { content: "\e047"; } +/* line 83, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-bold:before { content: "\e048"; } +/* line 84, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-italic:before { content: "\e049"; } +/* line 85, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-text-height:before { content: "\e050"; } +/* line 86, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-text-width:before { content: "\e051"; } +/* line 87, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-align-left:before { content: "\e052"; } +/* line 88, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-align-center:before { content: "\e053"; } +/* line 89, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-align-right:before { content: "\e054"; } +/* line 90, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-align-justify:before { content: "\e055"; } +/* line 91, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-list:before { content: "\e056"; } +/* line 92, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-indent-left:before { content: "\e057"; } +/* line 93, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-indent-right:before { content: "\e058"; } +/* line 94, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-facetime-video:before { content: "\e059"; } +/* line 95, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-picture:before { content: "\e060"; } +/* line 96, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-map-marker:before { content: "\e062"; } +/* line 97, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-adjust:before { content: "\e063"; } +/* line 98, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tint:before { content: "\e064"; } +/* line 99, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-edit:before { content: "\e065"; } +/* line 100, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-share:before { content: "\e066"; } +/* line 101, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-check:before { content: "\e067"; } +/* line 102, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-move:before { content: "\e068"; } +/* line 103, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-step-backward:before { content: "\e069"; } +/* line 104, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-fast-backward:before { content: "\e070"; } +/* line 105, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-backward:before { content: "\e071"; } +/* line 106, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-play:before { content: "\e072"; } +/* line 107, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-pause:before { content: "\e073"; } +/* line 108, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-stop:before { content: "\e074"; } +/* line 109, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-forward:before { content: "\e075"; } +/* line 110, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-fast-forward:before { content: "\e076"; } +/* line 111, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-step-forward:before { content: "\e077"; } +/* line 112, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-eject:before { content: "\e078"; } +/* line 113, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-chevron-left:before { content: "\e079"; } +/* line 114, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-chevron-right:before { content: "\e080"; } +/* line 115, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-plus-sign:before { content: "\e081"; } +/* line 116, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-minus-sign:before { content: "\e082"; } +/* line 117, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-remove-sign:before { content: "\e083"; } +/* line 118, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-ok-sign:before { content: "\e084"; } +/* line 119, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-question-sign:before { content: "\e085"; } +/* line 120, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-info-sign:before { content: "\e086"; } +/* line 121, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-screenshot:before { content: "\e087"; } +/* line 122, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-remove-circle:before { content: "\e088"; } +/* line 123, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-ok-circle:before { content: "\e089"; } +/* line 124, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-ban-circle:before { content: "\e090"; } +/* line 125, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-arrow-left:before { content: "\e091"; } +/* line 126, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-arrow-right:before { content: "\e092"; } +/* line 127, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-arrow-up:before { content: "\e093"; } +/* line 128, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-arrow-down:before { content: "\e094"; } +/* line 129, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-share-alt:before { content: "\e095"; } +/* line 130, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-resize-full:before { content: "\e096"; } +/* line 131, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-resize-small:before { content: "\e097"; } +/* line 132, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-exclamation-sign:before { content: "\e101"; } +/* line 133, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-gift:before { content: "\e102"; } +/* line 134, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-leaf:before { content: "\e103"; } +/* line 135, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-eye-open:before { content: "\e105"; } +/* line 136, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-eye-close:before { content: "\e106"; } +/* line 137, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-warning-sign:before { content: "\e107"; } +/* line 138, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-plane:before { content: "\e108"; } +/* line 139, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-random:before { content: "\e110"; } +/* line 140, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-comment:before { content: "\e111"; } +/* line 141, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-magnet:before { content: "\e112"; } +/* line 142, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-chevron-up:before { content: "\e113"; } +/* line 143, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-chevron-down:before { content: "\e114"; } +/* line 144, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-retweet:before { content: "\e115"; } +/* line 145, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-shopping-cart:before { content: "\e116"; } +/* line 146, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-folder-close:before { content: "\e117"; } +/* line 147, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-folder-open:before { content: "\e118"; } +/* line 148, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-resize-vertical:before { content: "\e119"; } +/* line 149, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-resize-horizontal:before { content: "\e120"; } +/* line 150, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-hdd:before { content: "\e121"; } +/* line 151, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-bullhorn:before { content: "\e122"; } +/* line 152, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-certificate:before { content: "\e124"; } +/* line 153, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-thumbs-up:before { content: "\e125"; } +/* line 154, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-thumbs-down:before { content: "\e126"; } +/* line 155, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-hand-right:before { content: "\e127"; } +/* line 156, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-hand-left:before { content: "\e128"; } +/* line 157, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-hand-up:before { content: "\e129"; } +/* line 158, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-hand-down:before { content: "\e130"; } +/* line 159, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-circle-arrow-right:before { content: "\e131"; } +/* line 160, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-circle-arrow-left:before { content: "\e132"; } +/* line 161, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-circle-arrow-up:before { content: "\e133"; } +/* line 162, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-circle-arrow-down:before { content: "\e134"; } +/* line 163, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-globe:before { content: "\e135"; } +/* line 164, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tasks:before { content: "\e137"; } +/* line 165, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-filter:before { content: "\e138"; } +/* line 166, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-fullscreen:before { content: "\e140"; } +/* line 167, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-dashboard:before { content: "\e141"; } +/* line 168, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-heart-empty:before { content: "\e143"; } +/* line 169, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-link:before { content: "\e144"; } +/* line 170, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-phone:before { content: "\e145"; } +/* line 171, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-usd:before { content: "\e148"; } +/* line 172, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-gbp:before { content: "\e149"; } +/* line 173, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort:before { content: "\e150"; } +/* line 174, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort-by-alphabet:before { content: "\e151"; } +/* line 175, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } +/* line 176, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort-by-order:before { content: "\e153"; } +/* line 177, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort-by-order-alt:before { content: "\e154"; } +/* line 178, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort-by-attributes:before { content: "\e155"; } +/* line 179, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } +/* line 180, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-unchecked:before { content: "\e157"; } +/* line 181, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-expand:before { content: "\e158"; } +/* line 182, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-collapse-down:before { content: "\e159"; } +/* line 183, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-collapse-up:before { content: "\e160"; } +/* line 184, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-log-in:before { content: "\e161"; } +/* line 185, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-flash:before { content: "\e162"; } +/* line 186, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-log-out:before { content: "\e163"; } +/* line 187, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-new-window:before { content: "\e164"; } +/* line 188, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-record:before { content: "\e165"; } +/* line 189, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-save:before { content: "\e166"; } +/* line 190, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-open:before { content: "\e167"; } +/* line 191, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-saved:before { content: "\e168"; } +/* line 192, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-import:before { content: "\e169"; } +/* line 193, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-export:before { content: "\e170"; } +/* line 194, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-send:before { content: "\e171"; } +/* line 195, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-floppy-disk:before { content: "\e172"; } +/* line 196, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-floppy-saved:before { content: "\e173"; } +/* line 197, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-floppy-remove:before { content: "\e174"; } +/* line 198, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-floppy-save:before { content: "\e175"; } +/* line 199, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-floppy-open:before { content: "\e176"; } +/* line 200, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-credit-card:before { content: "\e177"; } +/* line 201, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-transfer:before { content: "\e178"; } +/* line 202, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-cutlery:before { content: "\e179"; } +/* line 203, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-header:before { content: "\e180"; } +/* line 204, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-compressed:before { content: "\e181"; } +/* line 205, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-earphone:before { content: "\e182"; } +/* line 206, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-phone-alt:before { content: "\e183"; } +/* line 207, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tower:before { content: "\e184"; } +/* line 208, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-stats:before { content: "\e185"; } +/* line 209, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sd-video:before { content: "\e186"; } +/* line 210, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-hd-video:before { content: "\e187"; } +/* line 211, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-subtitles:before { content: "\e188"; } +/* line 212, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sound-stereo:before { content: "\e189"; } +/* line 213, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sound-dolby:before { content: "\e190"; } +/* line 214, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sound-5-1:before { content: "\e191"; } +/* line 215, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sound-6-1:before { content: "\e192"; } +/* line 216, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-sound-7-1:before { content: "\e193"; } +/* line 217, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-copyright-mark:before { content: "\e194"; } +/* line 218, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-registration-mark:before { content: "\e195"; } +/* line 219, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-cloud-download:before { content: "\e197"; } +/* line 220, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-cloud-upload:before { content: "\e198"; } +/* line 221, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tree-conifer:before { content: "\e199"; } +/* line 222, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-tree-deciduous:before { content: "\e200"; } +/* line 223, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-briefcase:before { content: "\1f4bc"; } +/* line 224, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-calendar:before { content: "\1f4c5"; } +/* line 225, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-pushpin:before { content: "\1f4cc"; } +/* line 226, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-paperclip:before { content: "\1f4ce"; } +/* line 227, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-camera:before { content: "\1f4f7"; } +/* line 228, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-lock:before { content: "\1f512"; } +/* line 229, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-bell:before { content: "\1f514"; } +/* line 230, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-bookmark:before { content: "\1f516"; } +/* line 231, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-fire:before { content: "\1f525"; } +/* line 232, ../../sass/bootstrap_lib/_glyphicons.scss */ .glyphicon-wrench:before { content: "\1f527"; } +/* line 7, ../../sass/bootstrap_lib/_dropdowns.scss */ .caret { display: inline-block; width: 0; @@ -3135,14 +3774,17 @@ input[type="button"].btn-block { content: ""; } +/* line 23, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown { position: relative; } +/* line 28, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-toggle:focus { outline: 0; } +/* line 33, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu { position: absolute; top: 100%; @@ -3159,20 +3801,23 @@ input[type="button"].btn-block { border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0); + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } +/* line 53, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu.pull-right { right: 0; left: auto; } +/* line 59, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } +/* line 64, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu > li > a { display: block; padding: 3px 20px; @@ -3183,12 +3828,14 @@ input[type="button"].btn-block { white-space: nowrap; } +/* line 78, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: white; background-color: #428bca; } +/* line 89, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: white; text-decoration: none; @@ -3196,10 +3843,12 @@ input[type="button"].btn-block { background-color: #428bca; } +/* line 104, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } +/* line 111, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; @@ -3208,13 +3857,16 @@ input[type="button"].btn-block { cursor: not-allowed; } +/* line 123, ../../sass/bootstrap_lib/_dropdowns.scss */ .open > .dropdown-menu { display: block; } +/* line 128, ../../sass/bootstrap_lib/_dropdowns.scss */ .open > a { outline: 0; } +/* line 134, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-header { display: block; padding: 3px 20px; @@ -3223,6 +3875,7 @@ input[type="button"].btn-block { color: #999999; } +/* line 143, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropdown-backdrop { position: fixed; left: 0; @@ -3232,17 +3885,20 @@ input[type="button"].btn-block { z-index: 990; } +/* line 153, ../../sass/bootstrap_lib/_dropdowns.scss */ .pull-right > .dropdown-menu { right: 0; left: auto; } +/* line 166, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0 dotted; border-bottom: 4px solid black; content: ""; } +/* line 174, ../../sass/bootstrap_lib/_dropdowns.scss */ .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; @@ -3251,21 +3907,26 @@ input[type="button"].btn-block { } @media (min-width: 768px) { + /* line 188, ../../sass/bootstrap_lib/_dropdowns.scss */ .navbar-right .dropdown-menu { right: 0; left: auto; } } +/* line 10, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-default .caret { border-top-color: #333333; } +/* line 17, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret { border-top-color: #fff; } +/* line 22, ../../sass/bootstrap_lib/_button-groups.scss */ .dropup .btn-default .caret { border-bottom-color: #333333; } +/* line 30, ../../sass/bootstrap_lib/_button-groups.scss */ .dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, @@ -3274,17 +3935,20 @@ input[type="button"].btn-block { border-bottom-color: #fff; } +/* line 38, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } +/* line 42, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } +/* line 49, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, @@ -3292,11 +3956,13 @@ input[type="button"].btn-block { .btn-group-vertical > .btn.active { z-index: 2; } +/* line 52, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } +/* line 64, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, @@ -3304,18 +3970,22 @@ input[type="button"].btn-block { margin-left: -1px; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .btn-toolbar:before, .btn-toolbar:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .btn-toolbar:after { clear: both; } +/* line 73, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-toolbar .btn-group { float: left; } +/* line 80, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, @@ -3323,76 +3993,92 @@ input[type="button"].btn-block { margin-left: 5px; } +/* line 86, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } +/* line 91, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn:first-child { margin-left: 0; } +/* line 93, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } +/* line 99, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } +/* line 104, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn-group { float: left; } +/* line 107, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +/* line 112, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } +/* line 116, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } +/* line 122, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } +/* line 140, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } +/* line 144, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } +/* line 151, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +/* line 157, ../../sass/bootstrap_lib/_button-groups.scss */ .btn .caret { margin-left: 0; } +/* line 161, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } +/* line 166, ../../sass/bootstrap_lib/_button-groups.scss */ .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } +/* line 176, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { display: block; @@ -3400,18 +4086,22 @@ input[type="button"].btn-block { width: 100%; max-width: 100%; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .btn-group-vertical > .btn-group:after { clear: both; } +/* line 186, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn-group > .btn { float: none; } +/* line 194, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, @@ -3420,78 +4110,93 @@ input[type="button"].btn-block { margin-left: 0; } +/* line 201, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } +/* line 204, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 0px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +/* line 208, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 0px; border-top-right-radius: 0; border-top-left-radius: 0; } +/* line 213, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } +/* line 218, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +/* line 222, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-vertical > .btn-group:last-child > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } +/* line 231, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } +/* line 236, ../../sass/bootstrap_lib/_button-groups.scss */ .btn-group-justified .btn { float: none; display: table-cell; width: 1%; } +/* line 246, ../../sass/bootstrap_lib/_button-groups.scss */ [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } +/* line 7, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group { position: relative; display: table; border-collapse: separate; } +/* line 13, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group.col { float: none; padding-left: 0; padding-right: 0; } +/* line 19, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group .form-control { width: 100%; margin-bottom: 0; } +/* line 42, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } +/* line 45, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } +/* line 51, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon, .input-group-btn { width: 1%; @@ -3499,6 +4204,7 @@ input[type="button"].btn-block { vertical-align: middle; } +/* line 59, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon { padding: 6px 12px; font-size: 13px; @@ -3509,6 +4215,7 @@ input[type="button"].btn-block { border: 1px solid #d6d4d4; border-radius: 0px; } +/* line 70, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { @@ -3516,6 +4223,7 @@ input[type="button"].btn-block { font-size: 12px; border-radius: 3px; } +/* line 75, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { @@ -3523,11 +4231,13 @@ input[type="button"].btn-block { font-size: 17px; border-radius: 6px; } +/* line 83, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } +/* line 93, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, @@ -3537,10 +4247,12 @@ input[type="button"].btn-block { border-top-right-radius: 0; } +/* line 96, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon:first-child { border-right: 0; } +/* line 103, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, @@ -3550,91 +4262,112 @@ input[type="button"].btn-block { border-top-left-radius: 0; } +/* line 106, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-addon:last-child { border-left: 0; } +/* line 112, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-btn { position: relative; white-space: nowrap; } +/* line 116, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-btn > .btn { position: relative; } +/* line 119, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-btn > .btn + .btn { margin-left: -4px; } +/* line 124, ../../sass/bootstrap_lib/_input-groups.scss */ .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; } +/* line 9, ../../sass/bootstrap_lib/_navs.scss */ .nav { margin-bottom: 0; padding-left: 0; list-style: none; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .nav:before, .nav:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .nav:after { clear: both; } +/* line 15, ../../sass/bootstrap_lib/_navs.scss */ .nav > li { position: relative; display: block; } +/* line 19, ../../sass/bootstrap_lib/_navs.scss */ .nav > li > a { position: relative; display: block; padding: 10px 15px; } +/* line 24, ../../sass/bootstrap_lib/_navs.scss */ .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } +/* line 31, ../../sass/bootstrap_lib/_navs.scss */ .nav > li.disabled > a { color: #999999; } +/* line 35, ../../sass/bootstrap_lib/_navs.scss */ .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } +/* line 48, ../../sass/bootstrap_lib/_navs.scss */ .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #777777; } +/* line 55, ../../sass/bootstrap_lib/_navs.scss */ .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } +/* line 61, ../../sass/bootstrap_lib/_navs.scss */ .nav > li > a > img { max-width: none; } +/* line 71, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs { border-bottom: 1px solid #dddddd; } +/* line 73, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs > li { float: left; margin-bottom: -1px; } +/* line 79, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 0px 0px 0 0; } +/* line 84, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } +/* line 93, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: white; @@ -3643,91 +4376,112 @@ input[type="button"].btn-block { cursor: default; } +/* line 113, ../../sass/bootstrap_lib/_navs.scss */ .nav-pills > li { float: left; } +/* line 117, ../../sass/bootstrap_lib/_navs.scss */ .nav-pills > li > a { border-radius: 5px; } +/* line 120, ../../sass/bootstrap_lib/_navs.scss */ .nav-pills > li + li { margin-left: 2px; } +/* line 128, ../../sass/bootstrap_lib/_navs.scss */ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: white; background-color: #428bca; } +/* line 139, ../../sass/bootstrap_lib/_navs.scss */ .nav-stacked > li { float: none; } +/* line 141, ../../sass/bootstrap_lib/_navs.scss */ .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } +/* line 155, ../../sass/bootstrap_lib/_navs.scss */ .nav-justified, .nav-tabs.nav-justified { width: 100%; } +/* line 158, ../../sass/bootstrap_lib/_navs.scss */ .nav-justified > li, .nav-tabs.nav-justified > li { float: none; } +/* line 160, ../../sass/bootstrap_lib/_navs.scss */ .nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; } @media (min-width: 768px) { + /* line 166, ../../sass/bootstrap_lib/_navs.scss */ .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } } +/* line 174, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; } +/* line 176, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; margin-right: 0; } +/* line 182, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a { border-bottom-color: white; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .tabbable:before, .tabbable:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .tabbable:after { clear: both; } +/* line 198, ../../sass/bootstrap_lib/_navs.scss */ .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } +/* line 203, ../../sass/bootstrap_lib/_navs.scss */ .tab-content > .active, .pill-content > .active { display: block; } +/* line 214, ../../sass/bootstrap_lib/_navs.scss */ .nav .caret { border-top-color: #777777; border-bottom-color: #777777; } +/* line 218, ../../sass/bootstrap_lib/_navs.scss */ .nav a:hover .caret { border-top-color: #515151; border-bottom-color: #515151; } +/* line 224, ../../sass/bootstrap_lib/_navs.scss */ .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } +/* line 11, ../../sass/bootstrap_lib/_navbar.scss */ .navbar { position: relative; z-index: 1000; @@ -3735,89 +4489,107 @@ input[type="button"].btn-block { margin-bottom: 18px; border: 1px solid transparent; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .navbar:before, .navbar:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .navbar:after { clear: both; } @media (min-width: 768px) { + /* line 11, ../../sass/bootstrap_lib/_navbar.scss */ .navbar { border-radius: 0px; } } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .navbar-header:before, .navbar-header:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .navbar-header:after { clear: both; } @media (min-width: 768px) { + /* line 32, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-header { float: left; } } +/* line 51, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .navbar-collapse:before, .navbar-collapse:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .navbar-collapse:after { clear: both; } +/* line 61, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { + /* line 51, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } + /* line 70, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } + /* line 77, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse.in { overflow-y: visible; } + /* line 82, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; } + /* line 85, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; } + /* line 88, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-collapse .navbar-text:last-child { margin-right: 0; } } +/* line 100, ../../sass/bootstrap_lib/_navbar.scss */ .container > .navbar-header, .container > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { + /* line 100, ../../sass/bootstrap_lib/_navbar.scss */ .container > .navbar-header, .container > .navbar-collapse { margin-right: 0; @@ -3825,15 +4597,18 @@ input[type="button"].btn-block { } } +/* line 118, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-static-top { border-width: 0 0 1px; } @media (min-width: 768px) { + /* line 118, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-static-top { border-radius: 0; } } +/* line 127, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; @@ -3842,37 +4617,44 @@ input[type="button"].btn-block { border-width: 0 0 1px; } @media (min-width: 768px) { + /* line 127, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } +/* line 138, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-fixed-top { z-index: 1030; top: 0; } +/* line 142, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; } +/* line 150, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-brand { float: left; padding: 16px 15px; font-size: 17px; line-height: 18px; } +/* line 156, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { + /* line 161, ../../sass/bootstrap_lib/_navbar.scss */ .navbar > .container .navbar-brand { margin-left: -15px; } } +/* line 173, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-toggle { position: relative; float: right; @@ -3884,30 +4666,36 @@ input[type="button"].btn-block { border: 1px solid transparent; border-radius: 0px; } +/* line 184, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } +/* line 190, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { + /* line 173, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-toggle { display: none; } } +/* line 205, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav { margin: 8px -15px; } +/* line 208, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 767px) { + /* line 216, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav .open .dropdown-menu { position: static; float: none; @@ -3917,25 +4705,31 @@ input[type="button"].btn-block { border: 0; box-shadow: none; } + /* line 225, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } + /* line 228, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } + /* line 231, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { + /* line 205, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav { float: left; margin: 0; } + /* line 243, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav > li { float: left; } + /* line 245, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav > li > a { padding-top: 16px; padding-bottom: 16px; @@ -3943,31 +4737,36 @@ input[type="button"].btn-block { } @media (min-width: 768px) { + /* line 262, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-left { float: left !important; } + /* line 265, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-right { float: right !important; } } +/* line 276, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 9px; margin-bottom: 9px; } @media (max-width: 767px) { + /* line 288, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { + /* line 276, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-form { width: auto; border: 0; @@ -3980,208 +4779,260 @@ input[type="button"].btn-block { } } +/* line 313, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } +/* line 318, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } +/* line 324, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } +/* line 334, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-btn { margin-top: 9px; margin-bottom: 9px; } +/* line 343, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-text { float: left; margin-top: 16px; margin-bottom: 16px; } @media (min-width: 768px) { + /* line 343, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-text { margin-left: 15px; margin-right: 15px; } } +/* line 357, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } +/* line 361, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-brand { color: #777777; } +/* line 364, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } +/* line 370, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-text { color: #777777; } +/* line 375, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > li > a { color: #777777; } +/* line 379, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } +/* line 387, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } +/* line 395, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } +/* line 402, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-toggle { border-color: #dddddd; } +/* line 405, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } +/* line 408, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-toggle .icon-bar { background-color: #cccccc; } +/* line 414, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e6e6e6; } +/* line 422, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333333; border-bottom-color: #333333; } +/* line 431, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555555; } +/* line 434, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555555; border-bottom-color: #555555; } +/* line 440, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777777; border-bottom-color: #777777; } @media (max-width: 767px) { + /* line 449, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } + /* line 452, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } + /* line 460, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } + /* line 468, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } +/* line 482, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-link { color: #777777; } +/* line 484, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-default .navbar-link:hover { color: #333333; } +/* line 493, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse { background-color: #222222; border-color: #090909; } +/* line 497, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-brand { color: #999999; } +/* line 500, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: white; background-color: transparent; } +/* line 506, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-text { color: #999999; } +/* line 511, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > li > a { color: #999999; } +/* line 515, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: white; background-color: transparent; } +/* line 523, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: white; background-color: #090909; } +/* line 531, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } +/* line 539, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-toggle { border-color: #333333; } +/* line 542, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } +/* line 545, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-toggle .icon-bar { background-color: white; } +/* line 551, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } +/* line 560, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: white; } +/* line 565, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: white; border-bottom-color: white; } +/* line 569, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #999999; border-bottom-color: #999999; } +/* line 577, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret { border-top-color: white; border-bottom-color: white; } @media (max-width: 767px) { + /* line 587, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; } + /* line 590, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } + /* line 593, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: white; background-color: transparent; } + /* line 601, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: white; background-color: #090909; } + /* line 609, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } +/* line 618, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-link { color: #999999; } +/* line 620, ../../sass/bootstrap_lib/_navbar.scss */ .navbar-inverse .navbar-link:hover { color: white; } +/* line 6, ../../sass/bootstrap_lib/_breadcrumbs.scss */ .breadcrumb { padding: 8px 15px; margin-bottom: 18px; @@ -4189,27 +5040,33 @@ input[type="button"].btn-block { background-color: #f6f6f6; border-radius: 0px; } +/* line 12, ../../sass/bootstrap_lib/_breadcrumbs.scss */ .breadcrumb > li { display: inline-block; } +/* line 14, ../../sass/bootstrap_lib/_breadcrumbs.scss */ .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #333333; } +/* line 20, ../../sass/bootstrap_lib/_breadcrumbs.scss */ .breadcrumb > .active { color: #333333; } +/* line 4, ../../sass/bootstrap_lib/_pagination.scss */ .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 0px; } +/* line 10, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > li { display: inline; } +/* line 13, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > li > a, .pagination > li > span { position: relative; @@ -4221,22 +5078,26 @@ input[type="button"].btn-block { border: 1px solid #dddddd; margin-left: -1px; } +/* line 25, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 0px; border-top-left-radius: 0px; } +/* line 32, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0px; border-top-right-radius: 0px; } +/* line 41, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { background-color: #eeeeee; } +/* line 50, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, @@ -4247,6 +5108,7 @@ input[type="button"].btn-block { border-color: #428bca; cursor: default; } +/* line 63, ../../sass/bootstrap_lib/_pagination.scss */ .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, @@ -4257,56 +5119,67 @@ input[type="button"].btn-block { cursor: not-allowed; } +/* line 459, ../../sass/bootstrap_lib/_mixins.scss */ .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; } +/* line 465, ../../sass/bootstrap_lib/_mixins.scss */ .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } +/* line 471, ../../sass/bootstrap_lib/_mixins.scss */ .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } +/* line 459, ../../sass/bootstrap_lib/_mixins.scss */ .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } +/* line 465, ../../sass/bootstrap_lib/_mixins.scss */ .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } +/* line 471, ../../sass/bootstrap_lib/_mixins.scss */ .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } +/* line 6, ../../sass/bootstrap_lib/_pager.scss */ .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .pager:before, .pager:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .pager:after { clear: both; } +/* line 12, ../../sass/bootstrap_lib/_pager.scss */ .pager li { display: inline; } +/* line 15, ../../sass/bootstrap_lib/_pager.scss */ .pager li > a, .pager li > span { display: inline-block; @@ -4315,19 +5188,23 @@ input[type="button"].btn-block { border: 1px solid #dddddd; border-radius: 15px; } +/* line 24, ../../sass/bootstrap_lib/_pager.scss */ .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } +/* line 32, ../../sass/bootstrap_lib/_pager.scss */ .pager .next > a, .pager .next > span { float: right; } +/* line 39, ../../sass/bootstrap_lib/_pager.scss */ .pager .previous > a, .pager .previous > span { float: left; } +/* line 48, ../../sass/bootstrap_lib/_pager.scss */ .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, @@ -4337,6 +5214,7 @@ input[type="button"].btn-block { cursor: not-allowed; } +/* line 5, ../../sass/bootstrap_lib/_labels.scss */ .label { display: inline; padding: .2em .6em .3em; @@ -4349,59 +5227,76 @@ input[type="button"].btn-block { vertical-align: baseline; border-radius: 0; } +/* line 20, ../../sass/bootstrap_lib/_labels.scss */ .label[href]:hover, .label[href]:focus { color: white; text-decoration: none; cursor: pointer; } +/* line 28, ../../sass/bootstrap_lib/_labels.scss */ .label:empty { display: none; } +/* line 36, ../../sass/bootstrap_lib/_labels.scss */ .label-default { background-color: #999999; } +/* line 484, ../../sass/bootstrap_lib/_mixins.scss */ .label-default[href]:hover, .label-default[href]:focus { background-color: gray; } +/* line 40, ../../sass/bootstrap_lib/_labels.scss */ .label-primary { background-color: #428bca; } +/* line 484, ../../sass/bootstrap_lib/_mixins.scss */ .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } +/* line 44, ../../sass/bootstrap_lib/_labels.scss */ .label-success { background-color: #55c65e; border: 1px solid #36943e; } +/* line 484, ../../sass/bootstrap_lib/_mixins.scss */ .label-success[href]:hover, .label-success[href]:focus { background-color: #3aae43; } +/* line 49, ../../sass/bootstrap_lib/_labels.scss */ .label-info { - background-color: #5bc0de; + background-color: #5192f3; + border: 1px solid #4b80c3; } +/* line 484, ../../sass/bootstrap_lib/_mixins.scss */ .label-info[href]:hover, .label-info[href]:focus { - background-color: #31b0d5; + background-color: #2174f0; } +/* line 54, ../../sass/bootstrap_lib/_labels.scss */ .label-warning { background-color: #fe9126; border: 1px solid #e4752b; } +/* line 484, ../../sass/bootstrap_lib/_mixins.scss */ .label-warning[href]:hover, .label-warning[href]:focus { background-color: #f07701; } +/* line 59, ../../sass/bootstrap_lib/_labels.scss */ .label-danger { - background-color: #d9534f; + background-color: #f3515c; + border: 1px solid #d4323d; } +/* line 484, ../../sass/bootstrap_lib/_mixins.scss */ .label-danger[href]:hover, .label-danger[href]:focus { - background-color: #c9302c; + background-color: #f0212f; } +/* line 7, ../../sass/bootstrap_lib/_badges.scss */ .badge { display: inline-block; min-width: 10px; @@ -4416,112 +5311,136 @@ input[type="button"].btn-block { background-color: #999999; border-radius: 10px; } +/* line 22, ../../sass/bootstrap_lib/_badges.scss */ .badge:empty { display: none; } +/* line 30, ../../sass/bootstrap_lib/_badges.scss */ a.badge:hover, a.badge:focus { color: white; text-decoration: none; cursor: pointer; } +/* line 38, ../../sass/bootstrap_lib/_badges.scss */ .btn .badge { position: relative; top: -1px; } +/* line 45, ../../sass/bootstrap_lib/_badges.scss */ a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #777777; background-color: white; } +/* line 49, ../../sass/bootstrap_lib/_badges.scss */ .nav-pills > li > a > .badge { margin-left: 3px; } +/* line 6, ../../sass/bootstrap_lib/_jumbotron.scss */ .jumbotron { padding: 30px; margin-bottom: 30px; - font-size: 13px; + font-size: 19.5px; font-weight: 200; - line-height: 1.42857; + line-height: 2.14286; color: inherit; background-color: #eeeeee; } +/* line 15, ../../sass/bootstrap_lib/_jumbotron.scss */ .jumbotron h1 { line-height: 1; color: inherit; } +/* line 19, ../../sass/bootstrap_lib/_jumbotron.scss */ .jumbotron p { line-height: 1.4; } +/* line 23, ../../sass/bootstrap_lib/_jumbotron.scss */ .container .jumbotron { border-radius: 6px; } @media screen and (min-width: 768px) { + /* line 6, ../../sass/bootstrap_lib/_jumbotron.scss */ .jumbotron { - padding-top: 30px; - padding-bottom: 30px; + padding-top: 48px; + padding-bottom: 48px; } + /* line 31, ../../sass/bootstrap_lib/_jumbotron.scss */ .container .jumbotron { padding-left: 60px; padding-right: 60px; } + /* line 36, ../../sass/bootstrap_lib/_jumbotron.scss */ .jumbotron h1 { - font-size: 52px; + font-size: 58.5px; } } +/* line 7, ../../sass/bootstrap_lib/_thumbnails.scss */ .thumbnail { display: block; } +/* line 11, ../../sass/bootstrap_lib/_thumbnails.scss */ .thumbnail > img { display: block; max-width: 100%; height: auto; } +/* line 19, ../../sass/bootstrap_lib/_thumbnails.scss */ a.thumbnail:hover, a.thumbnail:focus { border-color: #777777; } +/* line 24, ../../sass/bootstrap_lib/_thumbnails.scss */ .thumbnail > img { margin-left: auto; margin-right: auto; } +/* line 28, ../../sass/bootstrap_lib/_thumbnails.scss */ .thumbnail .caption { padding: 9px; color: #777777; } +/* line 9, ../../sass/bootstrap_lib/_alerts.scss */ .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 0px; } +/* line 16, ../../sass/bootstrap_lib/_alerts.scss */ .alert h4 { margin-top: 0; color: inherit; } +/* line 22, ../../sass/bootstrap_lib/_alerts.scss */ .alert .alert-link { font-weight: bold; } +/* line 28, ../../sass/bootstrap_lib/_alerts.scss */ .alert > p, .alert > ul { margin-bottom: 0; } +/* line 31, ../../sass/bootstrap_lib/_alerts.scss */ .alert > p + p { margin-top: 5px; } +/* line 40, ../../sass/bootstrap_lib/_alerts.scss */ .alert-dismissable { padding-right: 35px; } +/* line 44, ../../sass/bootstrap_lib/_alerts.scss */ .alert-dismissable .close { position: relative; top: -2px; @@ -4529,104 +5448,126 @@ a.thumbnail:focus { color: inherit; } +/* line 56, ../../sass/bootstrap_lib/_alerts.scss */ .alert-success { background-color: #55c65e; border-color: #48b151; color: white; } +/* line 365, ../../sass/bootstrap_lib/_mixins.scss */ .alert-success hr { border-top-color: #419f49; } +/* line 368, ../../sass/bootstrap_lib/_mixins.scss */ .alert-success .alert-link { color: #e6e6e6; } +/* line 59, ../../sass/bootstrap_lib/_alerts.scss */ .alert-info { background-color: #5192f3; border-color: #4b80c3; color: white; } +/* line 365, ../../sass/bootstrap_lib/_mixins.scss */ .alert-info hr { border-top-color: #3d73b7; } +/* line 368, ../../sass/bootstrap_lib/_mixins.scss */ .alert-info .alert-link { color: #e6e6e6; } +/* line 62, ../../sass/bootstrap_lib/_alerts.scss */ .alert-warning { background-color: #fe9126; border-color: #e4752b; color: white; } +/* line 365, ../../sass/bootstrap_lib/_mixins.scss */ .alert-warning hr { border-top-color: #da681c; } +/* line 368, ../../sass/bootstrap_lib/_mixins.scss */ .alert-warning .alert-link { color: #e6e6e6; } +/* line 65, ../../sass/bootstrap_lib/_alerts.scss */ .alert-danger { background-color: #f3515c; border-color: #d4323d; color: white; } +/* line 365, ../../sass/bootstrap_lib/_mixins.scss */ .alert-danger hr { border-top-color: #c32933; } +/* line 368, ../../sass/bootstrap_lib/_mixins.scss */ .alert-danger .alert-link { color: #e6e6e6; } @-webkit-keyframes progress-bar-stripes { + /* line 11, ../../sass/bootstrap_lib/_progress-bars.scss */ from { background-position: 40px 0; } + /* line 12, ../../sass/bootstrap_lib/_progress-bars.scss */ to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { + /* line 17, ../../sass/bootstrap_lib/_progress-bars.scss */ from { background-position: 40px 0; } + /* line 18, ../../sass/bootstrap_lib/_progress-bars.scss */ to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { + /* line 23, ../../sass/bootstrap_lib/_progress-bars.scss */ from { background-position: 0 0; } + /* line 24, ../../sass/bootstrap_lib/_progress-bars.scss */ to { background-position: 40px 0; } } @keyframes progress-bar-stripes { + /* line 29, ../../sass/bootstrap_lib/_progress-bars.scss */ from { background-position: 40px 0; } + /* line 30, ../../sass/bootstrap_lib/_progress-bars.scss */ to { background-position: 0 0; } } +/* line 39, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: whitesmoke; border-radius: 0px; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } +/* line 49, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress-bar { float: left; width: 0%; @@ -4635,20 +5576,22 @@ a.thumbnail:focus { color: white; text-align: center; background-color: #428bca; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } +/* line 62, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress-striped .progress-bar { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } +/* line 68, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; @@ -4657,86 +5600,104 @@ a.thumbnail:focus { animation: progress-bar-stripes 2s linear infinite; } +/* line 81, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress-bar-success { background-color: #46a74e; } +/* line 503, ../../sass/bootstrap_lib/_mixins.scss */ .progress-striped .progress-bar-success { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } +/* line 85, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress-bar-info { - background-color: #5bc0de; + background-color: #5192f3; } +/* line 503, ../../sass/bootstrap_lib/_mixins.scss */ .progress-striped .progress-bar-info { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } +/* line 89, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress-bar-warning { background-color: #f0ad4e; } +/* line 503, ../../sass/bootstrap_lib/_mixins.scss */ .progress-striped .progress-bar-warning { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } +/* line 93, ../../sass/bootstrap_lib/_progress-bars.scss */ .progress-bar-danger { background-color: #d9534f; } +/* line 503, ../../sass/bootstrap_lib/_mixins.scss */ .progress-striped .progress-bar-danger { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, transparent 75%, transparent); + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } +/* line 11, ../../sass/bootstrap_lib/_media.scss */ .media, .media-body { overflow: hidden; zoom: 1; } +/* line 18, ../../sass/bootstrap_lib/_media.scss */ .media, .media .media { margin-top: 15px; } +/* line 21, ../../sass/bootstrap_lib/_media.scss */ .media:first-child { margin-top: 0; } +/* line 26, ../../sass/bootstrap_lib/_media.scss */ .media-object { display: block; } +/* line 31, ../../sass/bootstrap_lib/_media.scss */ .media-heading { margin: 0 0 5px; } +/* line 40, ../../sass/bootstrap_lib/_media.scss */ .media > .pull-left { margin-right: 10px; } +/* line 43, ../../sass/bootstrap_lib/_media.scss */ .media > .pull-right { margin-left: 10px; } +/* line 53, ../../sass/bootstrap_lib/_media.scss */ .media-list { padding-left: 0; list-style: none; } +/* line 8, ../../sass/bootstrap_lib/_list-group.scss */ .list-group { margin-bottom: 20px; padding-left: 0; } +/* line 17, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item { position: relative; display: block; @@ -4745,102 +5706,126 @@ a.thumbnail:focus { background-color: white; border: 1px solid #dddddd; } +/* line 27, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; } +/* line 30, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } +/* line 36, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item > .badge { float: right; } +/* line 39, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item > .badge + .badge { margin-right: 5px; } +/* line 46, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: white; background-color: #428bca; border-color: #428bca; } +/* line 53, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading { color: inherit; } +/* line 56, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #e1edf7; } +/* line 63, ../../sass/bootstrap_lib/_list-group.scss */ a.list-group-item { color: #555555; } +/* line 66, ../../sass/bootstrap_lib/_list-group.scss */ a.list-group-item .list-group-item-heading { color: #333333; } +/* line 72, ../../sass/bootstrap_lib/_list-group.scss */ a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: whitesmoke; } +/* line 81, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } +/* line 85, ../../sass/bootstrap_lib/_list-group.scss */ .list-group-item-text { margin-bottom: 0; line-height: 1.3; } +/* line 7, ../../sass/bootstrap_lib/_panels.scss */ .panel { margin-bottom: 18px; background-color: white; border: 1px solid transparent; border-radius: 0px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0); + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } +/* line 16, ../../sass/bootstrap_lib/_panels.scss */ .panel-body { padding: 15px; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .panel-body:before, .panel-body:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .panel-body:after { clear: both; } +/* line 28, ../../sass/bootstrap_lib/_panels.scss */ .panel > .list-group { margin-bottom: 0; } +/* line 31, ../../sass/bootstrap_lib/_panels.scss */ .panel > .list-group .list-group-item { border-width: 1px 0; } +/* line 35, ../../sass/bootstrap_lib/_panels.scss */ .panel > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } +/* line 39, ../../sass/bootstrap_lib/_panels.scss */ .panel > .list-group .list-group-item:last-child { border-bottom: 0; } +/* line 47, ../../sass/bootstrap_lib/_panels.scss */ .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } +/* line 59, ../../sass/bootstrap_lib/_panels.scss */ .panel > .table { margin-bottom: 0; } +/* line 62, ../../sass/bootstrap_lib/_panels.scss */ .panel > .panel-body + .table { border-top: 1px solid #d6d4d4; } +/* line 69, ../../sass/bootstrap_lib/_panels.scss */ .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; @@ -4848,15 +5833,18 @@ a.list-group-item:hover, a.list-group-item:focus { border-top-left-radius: -1px; } +/* line 76, ../../sass/bootstrap_lib/_panels.scss */ .panel-title { margin-top: 0; margin-bottom: 0; - font-size: 13px; + font-size: 15px; } +/* line 80, ../../sass/bootstrap_lib/_panels.scss */ .panel-title > a { color: inherit; } +/* line 86, ../../sass/bootstrap_lib/_panels.scss */ .panel-footer { padding: 10px 15px; background-color: whitesmoke; @@ -4865,117 +5853,148 @@ a.list-group-item:hover, a.list-group-item:focus { border-bottom-left-radius: -1px; } +/* line 101, ../../sass/bootstrap_lib/_panels.scss */ .panel-group .panel { margin-bottom: 0; border-radius: 0px; overflow: hidden; } +/* line 105, ../../sass/bootstrap_lib/_panels.scss */ .panel-group .panel + .panel { margin-top: 5px; } +/* line 110, ../../sass/bootstrap_lib/_panels.scss */ .panel-group .panel-heading { border-bottom: 0; } +/* line 112, ../../sass/bootstrap_lib/_panels.scss */ .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } +/* line 116, ../../sass/bootstrap_lib/_panels.scss */ .panel-group .panel-footer { border-top: 0; } +/* line 118, ../../sass/bootstrap_lib/_panels.scss */ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } +/* line 131, ../../sass/bootstrap_lib/_panels.scss */ .panel-default { border-color: #dddddd; } +/* line 344, ../../sass/bootstrap_lib/_mixins.scss */ .panel-default > .panel-heading { color: #333333; background-color: whitesmoke; border-color: #dddddd; } +/* line 348, ../../sass/bootstrap_lib/_mixins.scss */ .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } +/* line 353, ../../sass/bootstrap_lib/_mixins.scss */ .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } +/* line 134, ../../sass/bootstrap_lib/_panels.scss */ .panel-primary { border-color: #428bca; } +/* line 344, ../../sass/bootstrap_lib/_mixins.scss */ .panel-primary > .panel-heading { color: white; background-color: #428bca; border-color: #428bca; } +/* line 348, ../../sass/bootstrap_lib/_mixins.scss */ .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } +/* line 353, ../../sass/bootstrap_lib/_mixins.scss */ .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } +/* line 137, ../../sass/bootstrap_lib/_panels.scss */ .panel-success { border-color: #48b151; } +/* line 344, ../../sass/bootstrap_lib/_mixins.scss */ .panel-success > .panel-heading { color: white; background-color: #55c65e; border-color: #48b151; } +/* line 348, ../../sass/bootstrap_lib/_mixins.scss */ .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #48b151; } +/* line 353, ../../sass/bootstrap_lib/_mixins.scss */ .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #48b151; } +/* line 140, ../../sass/bootstrap_lib/_panels.scss */ .panel-warning { border-color: #e4752b; } +/* line 344, ../../sass/bootstrap_lib/_mixins.scss */ .panel-warning > .panel-heading { color: white; background-color: #fe9126; border-color: #e4752b; } +/* line 348, ../../sass/bootstrap_lib/_mixins.scss */ .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #e4752b; } +/* line 353, ../../sass/bootstrap_lib/_mixins.scss */ .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #e4752b; } +/* line 143, ../../sass/bootstrap_lib/_panels.scss */ .panel-danger { border-color: #d4323d; } +/* line 344, ../../sass/bootstrap_lib/_mixins.scss */ .panel-danger > .panel-heading { color: white; background-color: #f3515c; border-color: #d4323d; } +/* line 348, ../../sass/bootstrap_lib/_mixins.scss */ .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #d4323d; } +/* line 353, ../../sass/bootstrap_lib/_mixins.scss */ .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d4323d; } +/* line 146, ../../sass/bootstrap_lib/_panels.scss */ .panel-info { border-color: #4b80c3; } +/* line 344, ../../sass/bootstrap_lib/_mixins.scss */ .panel-info > .panel-heading { color: white; background-color: #5192f3; border-color: #4b80c3; } +/* line 348, ../../sass/bootstrap_lib/_mixins.scss */ .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #4b80c3; } +/* line 353, ../../sass/bootstrap_lib/_mixins.scss */ .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #4b80c3; } +/* line 7, ../../sass/bootstrap_lib/_wells.scss */ .well { min-height: 20px; padding: 19px; @@ -4983,42 +6002,48 @@ a.list-group-item:hover, a.list-group-item:focus { background-color: whitesmoke; border: 1px solid #e3e3e3; border-radius: 0px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } +/* line 15, ../../sass/bootstrap_lib/_wells.scss */ .well blockquote { border-color: #ddd; - border-color: rgba(0, 0, 0, 0); + border-color: rgba(0, 0, 0, 0.15); } +/* line 22, ../../sass/bootstrap_lib/_wells.scss */ .well-lg { padding: 24px; border-radius: 6px; } +/* line 26, ../../sass/bootstrap_lib/_wells.scss */ .well-sm { padding: 9px; border-radius: 3px; } +/* line 6, ../../sass/bootstrap_lib/_close.scss */ .close { float: right; - font-size: 13px; + font-size: 19.5px; font-weight: bold; line-height: 1; color: black; text-shadow: 0 1px 0 white; - opacity: 0; - filter: alpha(opacity=0); + opacity: 0.2; + filter: alpha(opacity=20); } +/* line 16, ../../sass/bootstrap_lib/_close.scss */ .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; - opacity: 0; - filter: alpha(opacity=0); + opacity: 0.5; + filter: alpha(opacity=50); } +/* line 27, ../../sass/bootstrap_lib/_close.scss */ button.close { padding: 0; cursor: pointer; @@ -5027,18 +6052,22 @@ button.close { -webkit-appearance: none; } +/* line 11, ../../sass/bootstrap_lib/_modals.scss */ .modal-open { overflow: hidden; } +/* line 18, ../../sass/bootstrap_lib/_modals.scss */ .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom { margin-right: 15px; } +/* line 23, ../../sass/bootstrap_lib/_modals.scss */ body.modal-open { margin-right: 15px; } +/* line 28, ../../sass/bootstrap_lib/_modals.scss */ .modal { display: none; overflow: auto; @@ -5050,6 +6079,7 @@ body.modal-open { left: 0; z-index: 1040; } +/* line 40, ../../sass/bootstrap_lib/_modals.scss */ .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); @@ -5059,12 +6089,14 @@ body.modal-open { -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } +/* line 44, ../../sass/bootstrap_lib/_modals.scss */ .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } +/* line 48, ../../sass/bootstrap_lib/_modals.scss */ .modal-dialog { margin-left: auto; margin-right: auto; @@ -5073,18 +6105,20 @@ body.modal-open { z-index: 1050; } +/* line 57, ../../sass/bootstrap_lib/_modals.scss */ .modal-content { position: relative; background-color: white; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0); + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } +/* line 70, ../../sass/bootstrap_lib/_modals.scss */ .modal-backdrop { position: fixed; top: 0; @@ -5094,62 +6128,75 @@ body.modal-open { z-index: 1030; background-color: black; } +/* line 79, ../../sass/bootstrap_lib/_modals.scss */ .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } +/* line 80, ../../sass/bootstrap_lib/_modals.scss */ .modal-backdrop.in { - opacity: 0; - filter: alpha(opacity=0); + opacity: 0.5; + filter: alpha(opacity=50); } +/* line 85, ../../sass/bootstrap_lib/_modals.scss */ .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857px; } +/* line 91, ../../sass/bootstrap_lib/_modals.scss */ .modal-header .close { margin-top: -2px; } +/* line 96, ../../sass/bootstrap_lib/_modals.scss */ .modal-title { margin: 0; line-height: 1.42857; } +/* line 103, ../../sass/bootstrap_lib/_modals.scss */ .modal-body { position: relative; padding: 20px; } +/* line 109, ../../sass/bootstrap_lib/_modals.scss */ .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .modal-footer:after { clear: both; } +/* line 117, ../../sass/bootstrap_lib/_modals.scss */ .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } +/* line 122, ../../sass/bootstrap_lib/_modals.scss */ .modal-footer .btn-group .btn + .btn { margin-left: -1px; } +/* line 126, ../../sass/bootstrap_lib/_modals.scss */ .modal-footer .btn-block + .btn-block { margin-left: 0; } @media screen and (min-width: 768px) { + /* line 134, ../../sass/bootstrap_lib/_modals.scss */ .modal-dialog { left: 50%; right: auto; @@ -5158,11 +6205,13 @@ body.modal-open { padding-bottom: 30px; } + /* line 141, ../../sass/bootstrap_lib/_modals.scss */ .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0); + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } } +/* line 7, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip { position: absolute; z-index: 1030; @@ -5173,27 +6222,33 @@ body.modal-open { opacity: 0; filter: alpha(opacity=0); } +/* line 16, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.in { - opacity: 0; - filter: alpha(opacity=0); + opacity: 0.9; + filter: alpha(opacity=90); } +/* line 17, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.top { margin-top: -3px; padding: 5px 0; } +/* line 18, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.right { margin-left: 3px; padding: 0 5px; } +/* line 19, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.bottom { margin-top: 3px; padding: 5px 0; } +/* line 20, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.left { margin-left: -3px; padding: 0 5px; } +/* line 24, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip-inner { max-width: 200px; padding: 3px 8px; @@ -5204,6 +6259,7 @@ body.modal-open { border-radius: 0px; } +/* line 35, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip-arrow { position: absolute; width: 0; @@ -5212,6 +6268,7 @@ body.modal-open { border-style: solid; } +/* line 43, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; @@ -5219,18 +6276,21 @@ body.modal-open { border-width: 5px 5px 0; border-top-color: black; } +/* line 50, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: black; } +/* line 56, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: black; } +/* line 62, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.right .tooltip-arrow { top: 50%; left: 0; @@ -5238,6 +6298,7 @@ body.modal-open { border-width: 5px 5px 5px 0; border-right-color: black; } +/* line 69, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.left .tooltip-arrow { top: 50%; right: 0; @@ -5245,6 +6306,7 @@ body.modal-open { border-width: 5px 0 5px 5px; border-left-color: black; } +/* line 76, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; @@ -5252,12 +6314,14 @@ body.modal-open { border-width: 0 5px 5px; border-bottom-color: black; } +/* line 83, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: black; } +/* line 89, ../../sass/bootstrap_lib/_tooltip.scss */ .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; @@ -5265,6 +6329,7 @@ body.modal-open { border-bottom-color: black; } +/* line 6, ../../sass/bootstrap_lib/_popovers.scss */ .popover { position: absolute; top: 0; @@ -5279,23 +6344,28 @@ body.modal-open { border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } +/* line 26, ../../sass/bootstrap_lib/_popovers.scss */ .popover.top { margin-top: -10px; } +/* line 27, ../../sass/bootstrap_lib/_popovers.scss */ .popover.right { margin-left: 10px; } +/* line 28, ../../sass/bootstrap_lib/_popovers.scss */ .popover.bottom { margin-top: 10px; } +/* line 29, ../../sass/bootstrap_lib/_popovers.scss */ .popover.left { margin-left: -10px; } +/* line 32, ../../sass/bootstrap_lib/_popovers.scss */ .popover-title { margin: 0; padding: 8px 14px; @@ -5307,10 +6377,12 @@ body.modal-open { border-radius: 5px 5px 0 0; } +/* line 43, ../../sass/bootstrap_lib/_popovers.scss */ .popover-content { padding: 9px 14px; } +/* line 53, ../../sass/bootstrap_lib/_popovers.scss */ .popover .arrow, .popover .arrow:after { position: absolute; display: block; @@ -5320,15 +6392,18 @@ body.modal-open { border-style: solid; } +/* line 62, ../../sass/bootstrap_lib/_popovers.scss */ .popover .arrow { border-width: 11px; } +/* line 65, ../../sass/bootstrap_lib/_popovers.scss */ .popover .arrow:after { border-width: 10px; content: ""; } +/* line 71, ../../sass/bootstrap_lib/_popovers.scss */ .popover.top .arrow { left: 50%; margin-left: -11px; @@ -5337,6 +6412,7 @@ body.modal-open { border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } +/* line 78, ../../sass/bootstrap_lib/_popovers.scss */ .popover.top .arrow:after { content: " "; bottom: 1px; @@ -5344,6 +6420,7 @@ body.modal-open { border-bottom-width: 0; border-top-color: white; } +/* line 86, ../../sass/bootstrap_lib/_popovers.scss */ .popover.right .arrow { top: 50%; left: -11px; @@ -5352,6 +6429,7 @@ body.modal-open { border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } +/* line 93, ../../sass/bootstrap_lib/_popovers.scss */ .popover.right .arrow:after { content: " "; left: 1px; @@ -5359,6 +6437,7 @@ body.modal-open { border-left-width: 0; border-right-color: white; } +/* line 101, ../../sass/bootstrap_lib/_popovers.scss */ .popover.bottom .arrow { left: 50%; margin-left: -11px; @@ -5367,6 +6446,7 @@ body.modal-open { border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } +/* line 108, ../../sass/bootstrap_lib/_popovers.scss */ .popover.bottom .arrow:after { content: " "; top: 1px; @@ -5374,6 +6454,7 @@ body.modal-open { border-top-width: 0; border-bottom-color: white; } +/* line 117, ../../sass/bootstrap_lib/_popovers.scss */ .popover.left .arrow { top: 50%; right: -11px; @@ -5382,6 +6463,7 @@ body.modal-open { border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } +/* line 124, ../../sass/bootstrap_lib/_popovers.scss */ .popover.left .arrow:after { content: " "; right: 1px; @@ -5390,21 +6472,25 @@ body.modal-open { bottom: -10px; } +/* line 7, ../../sass/bootstrap_lib/_carousel.scss */ .carousel { position: relative; } +/* line 11, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner { position: relative; overflow: hidden; width: 100%; } +/* line 16, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } +/* line 23, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; @@ -5412,37 +6498,46 @@ body.modal-open { height: auto; line-height: 1; } +/* line 31, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } +/* line 33, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .active { left: 0; } +/* line 38, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } +/* line 44, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .next { left: 100%; } +/* line 47, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .prev { left: -100%; } +/* line 51, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } +/* line 55, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .active.left { left: -100%; } +/* line 58, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-inner > .active.right { left: 100%; } +/* line 67, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control { position: absolute; top: 0; @@ -5456,30 +6551,34 @@ body.modal-open { text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +/* line 82, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control.left { - background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))); - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); + background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } +/* line 85, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control.right { left: auto; right: 0; - background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))); - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); + background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); + background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } +/* line 93, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control:hover, .carousel-control:focus { color: white; text-decoration: none; - opacity: 0; - filter: alpha(opacity=0); + opacity: 0.9; + filter: alpha(opacity=90); } +/* line 103, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, @@ -5490,6 +6589,7 @@ body.modal-open { z-index: 5; display: inline-block; } +/* line 111, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; @@ -5498,13 +6598,16 @@ body.modal-open { margin-left: -10px; font-family: serif; } +/* line 120, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control .icon-prev:before { content: '\2039'; } +/* line 125, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control .icon-next:before { content: '\203a'; } +/* line 136, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-indicators { position: absolute; bottom: 10px; @@ -5516,6 +6619,7 @@ body.modal-open { list-style: none; text-align: center; } +/* line 147, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-indicators li { display: inline-block; width: 10px; @@ -5526,6 +6630,7 @@ body.modal-open { border-radius: 10px; cursor: pointer; } +/* line 157, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-indicators .active { margin: 0; width: 12px; @@ -5533,6 +6638,7 @@ body.modal-open { background-color: white; } +/* line 168, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-caption { position: absolute; left: 15%; @@ -5545,11 +6651,13 @@ body.modal-open { text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } +/* line 179, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { + /* line 190, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; @@ -5559,46 +6667,56 @@ body.modal-open { font-size: 30px; } + /* line 199, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } + /* line 206, ../../sass/bootstrap_lib/_carousel.scss */ .carousel-indicators { bottom: 20px; } } +/* line 21, ../../sass/bootstrap_lib/_mixins.scss */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } +/* line 25, ../../sass/bootstrap_lib/_mixins.scss */ .clearfix:after { clear: both; } +/* line 12, ../../sass/bootstrap_lib/_utilities.scss */ .pull-right { float: right !important; } +/* line 15, ../../sass/bootstrap_lib/_utilities.scss */ .pull-left { float: left !important; } +/* line 23, ../../sass/bootstrap_lib/_utilities.scss */ .hide { display: none !important; } +/* line 26, ../../sass/bootstrap_lib/_utilities.scss */ .show { display: block !important; } +/* line 29, ../../sass/bootstrap_lib/_utilities.scss */ .invisible { visibility: hidden; } +/* line 32, ../../sass/bootstrap_lib/_utilities.scss */ .text-hide { font: 0/0 a; color: transparent; @@ -5607,6 +6725,7 @@ body.modal-open { border: 0; } +/* line 40, ../../sass/bootstrap_lib/_utilities.scss */ .affix { position: fixed; } @@ -5620,598 +6739,728 @@ body.modal-open { width: 320px; } } +/* line 31, ../../sass/bootstrap_lib/_responsive-utilities.scss */ .hidden { display: none !important; visibility: hidden !important; } +/* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .visible-xs { display: none !important; } +/* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-xs { display: none !important; } +/* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-xs, td.visible-xs { display: none !important; } @media (max-width: 767px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-xs { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-xs { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-xs.visible-sm { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-xs.visible-sm { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-xs.visible-md { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-xs.visible-md { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-xs.visible-lg { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-xs.visible-lg { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; } } +/* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .visible-sm { display: none !important; } +/* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-sm { display: none !important; } +/* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-sm, td.visible-sm { display: none !important; } @media (max-width: 767px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-sm.visible-xs { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-sm.visible-xs { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-sm { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-sm { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-sm.visible-md { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-sm.visible-md { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-sm.visible-lg { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-sm.visible-lg { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; } } +/* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .visible-md { display: none !important; } +/* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-md { display: none !important; } +/* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-md, td.visible-md { display: none !important; } @media (max-width: 767px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-md.visible-xs { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-md.visible-xs { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-md.visible-sm { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-md.visible-sm { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-md { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-md { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-md.visible-lg { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-md.visible-lg { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; } } +/* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .visible-lg { display: none !important; } +/* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-lg { display: none !important; } +/* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-lg, td.visible-lg { display: none !important; } @media (max-width: 767px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-lg.visible-xs { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-lg.visible-xs { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-lg.visible-sm { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-lg.visible-sm { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-lg.visible-md { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-lg.visible-md { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-lg { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-lg { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-lg, td.visible-lg { display: table-cell !important; } } +/* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-xs { display: block !important; } +/* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-xs { display: table-row !important; } +/* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-xs, td.hidden-xs { display: table-cell !important; } @media (max-width: 767px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-xs { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-xs { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-xs, td.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-xs.hidden-sm { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-xs.hidden-sm { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-xs.hidden-md { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-xs.hidden-md { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; } } @media (min-width: 1200px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-xs.hidden-lg { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-xs.hidden-lg { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; } } +/* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-sm { display: block !important; } +/* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-sm { display: table-row !important; } +/* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-sm, td.hidden-sm { display: table-cell !important; } @media (max-width: 767px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-sm.hidden-xs { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-sm.hidden-xs { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-sm { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-sm { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-sm, td.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-sm.hidden-md { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-sm.hidden-md { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; } } @media (min-width: 1200px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-sm.hidden-lg { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-sm.hidden-lg { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; } } +/* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-md { display: block !important; } +/* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-md { display: table-row !important; } +/* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-md, td.hidden-md { display: table-cell !important; } @media (max-width: 767px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-md.hidden-xs { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-md.hidden-xs { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-md.hidden-sm { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-md.hidden-sm { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-md { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-md { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-md, td.hidden-md { display: none !important; } } @media (min-width: 1200px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-md.hidden-lg { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-md.hidden-lg { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; } } +/* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-lg { display: block !important; } +/* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-lg { display: table-row !important; } +/* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-lg, td.hidden-lg { display: table-cell !important; } @media (max-width: 767px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-lg.hidden-xs { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-lg.hidden-xs { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-lg.hidden-sm { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-lg.hidden-sm { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-lg.hidden-md { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-lg.hidden-md { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; } } @media (min-width: 1200px) { + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-lg { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-lg { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-lg, td.hidden-lg { display: none !important; } } +/* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .visible-print { display: none !important; } +/* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-print { display: none !important; } +/* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-print, td.visible-print { display: none !important; } @media print { + /* line 513, ../../sass/bootstrap_lib/_mixins.scss */ .visible-print { display: block !important; } + /* line 514, ../../sass/bootstrap_lib/_mixins.scss */ tr.visible-print { display: table-row !important; } + /* line 516, ../../sass/bootstrap_lib/_mixins.scss */ th.visible-print, td.visible-print { display: table-cell !important; } + /* line 520, ../../sass/bootstrap_lib/_mixins.scss */ .hidden-print { display: none !important; } + /* line 521, ../../sass/bootstrap_lib/_mixins.scss */ tr.hidden-print { display: none !important; } + /* line 523, ../../sass/bootstrap_lib/_mixins.scss */ th.hidden-print, td.hidden-print { display: none !important; diff --git a/themes/default-bootstrap/css/category.css b/themes/default-bootstrap/css/category.css index f3071a0d2..2dfbd371f 100644 --- a/themes/default-bootstrap/css/category.css +++ b/themes/default-bootstrap/css/category.css @@ -2,50 +2,62 @@ /* ************************************************************************************************ Categories Page Styles ************************************************************************************************ */ +/* line 5, ../sass/category.scss */ .content_scene_cat { border-top: 5px solid #333333; color: #d7d7d7; line-height: 19px; margin-bottom: 26px; } +/* line 11, ../sass/category.scss */ .content_scene_cat .content_scene_cat_bg { padding: 18px 10px 10px 42px; background-color: #464646 !important; } @media (max-width: 1199px) { + /* line 11, ../sass/category.scss */ .content_scene_cat .content_scene_cat_bg { padding: 10px 10px 10px 15px; } } +/* line 19, ../sass/category.scss */ .content_scene_cat h1.category-name { font: 600 42px/51px "Open Sans", sans-serif; color: #fff; margin-bottom: 12px; } @media (max-width: 1199px) { + /* line 19, ../sass/category.scss */ .content_scene_cat h1.category-name { font-size: 25px; line-height: 30px; } } +/* line 29, ../sass/category.scss */ .content_scene_cat p { margin-bottom: 0; } +/* line 31, ../sass/category.scss */ .content_scene_cat a { color: #fff; } +/* line 34, ../sass/category.scss */ .content_scene_cat a:hover { text-decoration: underline; } +/* line 37, ../sass/category.scss */ .content_scene_cat .content_scene { color: #777777; } +/* line 40, ../sass/category.scss */ .content_scene_cat .content_scene .cat_desc { padding-top: 20px; } +/* line 43, ../sass/category.scss */ .content_scene_cat .content_scene .cat_desc a { color: #777777; } +/* line 46, ../sass/category.scss */ .content_scene_cat .content_scene .cat_desc a:hover { color: #515151; } @@ -53,18 +65,22 @@ /* ************************************************************************************************ Sub Categories Styles ************************************************************************************************ */ +/* line 58, ../sass/category.scss */ #subcategories { border-top: 1px solid #d6d4d4; padding: 15px 0 0px 0; } +/* line 62, ../sass/category.scss */ #subcategories p.subcategory-heading { font-weight: bold; color: #333; margin: 0 0 15px 0; } +/* line 68, ../sass/category.scss */ #subcategories ul { margin-left: -20px; } +/* line 71, ../sass/category.scss */ #subcategories ul li { float: left; width: 128px; @@ -73,29 +89,36 @@ margin-bottom: 13px; height: 202px; } +/* line 79, ../sass/category.scss */ #subcategories ul li .subcategory-image { padding-bottom: 8px; } +/* line 82, ../sass/category.scss */ #subcategories ul li .subcategory-image a { display: block; padding: 9px; border: 1px solid #d6d4d4; } +/* line 87, ../sass/category.scss */ #subcategories ul li .subcategory-image a img { max-width: 100%; vertical-align: top; } +/* line 94, ../sass/category.scss */ #subcategories ul li .subcategory-name { font: 600 18px/22px "Open Sans", sans-serif; color: #555454; text-transform: uppercase; } +/* line 99, ../sass/category.scss */ #subcategories ul li .subcategory-name:hover { color: #515151; } +/* line 104, ../sass/category.scss */ #subcategories ul li .cat_desc { display: none; } +/* line 110, ../sass/category.scss */ #subcategories ul li:hover .subcategory-image a { border: 5px solid #333333; padding: 5px; diff --git a/themes/default-bootstrap/css/cms.css b/themes/default-bootstrap/css/cms.css index d115deba5..9dbe67e50 100644 --- a/themes/default-bootstrap/css/cms.css +++ b/themes/default-bootstrap/css/cms.css @@ -2,47 +2,57 @@ /************************************************************** CMS Pages Styles ***************************************************************/ +/* line 11, ../sass/cms.scss */ #cms #center_column .cms-block { padding-bottom: 20px; } +/* line 13, ../sass/cms.scss */ #cms #center_column h1 { margin-bottom: 25px; } +/* line 17, ../sass/cms.scss */ #cms #center_column h3 { font-size: 16px; border-bottom: none; margin: 0 0 0 0; padding-bottom: 17px; } +/* line 24, ../sass/cms.scss */ #cms #center_column p { line-height: 18px; } +/* line 30, ../sass/cms.scss */ #cms #center_column .list-1 li { padding: 4px 0 6px 0; font-weight: bold; color: #46a74e; border-top: 1px solid #d6d4d4; } +/* line 36, ../sass/cms.scss */ #cms #center_column .list-1 li:first-child { border: none; } +/* line 38, ../sass/cms.scss */ #cms #center_column .list-1 li em { font-size: 20px; line-height: 20px; padding-right: 15px; vertical-align: -2px; } +/* line 46, ../sass/cms.scss */ #cms #center_column img { margin: 4px 0 17px; max-width: 100%; height: auto; } +/* line 51, ../sass/cms.scss */ #cms #center_column .testimonials { border: 1px solid; border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0; margin: 4px 0 13px 0; position: relative; } +/* line 57, ../sass/cms.scss */ #cms #center_column .testimonials .inner { border: 1px solid #fff; padding: 19px 18px 11px 18px; @@ -54,20 +64,24 @@ background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%); background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); } +/* line 68, ../sass/cms.scss */ #cms #center_column .testimonials .inner span { text-indent: -5000px; display: inline-block; width: 20px; height: 15px; } +/* line 74, ../sass/cms.scss */ #cms #center_column .testimonials .inner span.before { background: url(../img/bl-before-bg.png) no-repeat; margin-right: 8px; } +/* line 79, ../sass/cms.scss */ #cms #center_column .testimonials .inner span.after { background: url(../img/bl-after-bg.png) no-repeat; margin-left: 8px; } +/* line 86, ../sass/cms.scss */ #cms #center_column .testimonials:after { content: "."; display: block; @@ -79,10 +93,12 @@ height: 16px; background: url(../img/testimon-after.gif) no-repeat; } +/* line 98, ../sass/cms.scss */ #cms #center_column .testimonials + p { padding-left: 45px; margin-bottom: 18px; } +/* line 103, ../sass/cms.scss */ #cms #center_column p.bottom-indent { margin-bottom: 18px; } diff --git a/themes/default-bootstrap/css/comparator.css b/themes/default-bootstrap/css/comparator.css index a321199b5..f12126439 100644 --- a/themes/default-bootstrap/css/comparator.css +++ b/themes/default-bootstrap/css/comparator.css @@ -2,80 +2,100 @@ /******************************************************************** Compare Page Styles ********************************************************************/ +/* line 10, ../sass/comparator.scss */ table#product_comparison tbody tr td.product-block { vertical-align: top; padding: 14px 19px 19px; text-align: center; } +/* line 16, ../sass/comparator.scss */ table#product_comparison tbody tr td.td_empty, table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header { background: #fbfbfb; color: #333; } +/* line 21, ../sass/comparator.scss */ table#product_comparison tbody tr td.comparison_infos { text-align: center; } +/* line 24, ../sass/comparator.scss */ table#product_comparison tbody tr td.comparison_infos div.center { margin: 0 auto; width: 80px; } +/* line 30, ../sass/comparator.scss */ table#product_comparison tbody tr td.td_empty { vertical-align: bottom; } +/* line 33, ../sass/comparator.scss */ table#product_comparison tbody tr td.td_empty span { font: 600 18px/22px "Open Sans", sans-serif; text-transform: uppercase; color: #555454; } +/* line 41, ../sass/comparator.scss */ table#product_comparison .remove { text-align: right; padding-bottom: 15px; } +/* line 45, ../sass/comparator.scss */ table#product_comparison .remove a { font-size: 23px; line-height: 23px; color: #c0c0c0; } +/* line 50, ../sass/comparator.scss */ table#product_comparison .remove a:hover { color: #515151; } +/* line 55, ../sass/comparator.scss */ table#product_comparison .product-image-block { display: inline-block; position: relative; } +/* line 59, ../sass/comparator.scss */ table#product_comparison .product-image-block .product_image { padding: 9px; border: 1px solid #d6d4d4; display: inline-block; margin: 0 0 8px 0; } +/* line 65, ../sass/comparator.scss */ table#product_comparison .product-image-block .product_image img { width: 100%; } +/* line 68, ../sass/comparator.scss */ table#product_comparison h5 { padding-bottom: 8px; min-height: 54px; } +/* line 72, ../sass/comparator.scss */ table#product_comparison .prices-container { padding-bottom: 5px; } +/* line 75, ../sass/comparator.scss */ table#product_comparison .comparison_availability_statut { display: none; font-weight: bold; color: #060; } +/* line 80, ../sass/comparator.scss */ table#product_comparison .product_discount { padding-top: 5px; } +/* line 83, ../sass/comparator.scss */ table#product_comparison .product_discount .reduced-price { color: #f00; font-weight: bold; } +/* line 88, ../sass/comparator.scss */ table#product_comparison .product_desc { padding-bottom: 12px; } +/* line 93, ../sass/comparator.scss */ table#product_comparison .button-container a { margin-bottom: 10px; } +/* line 97, ../sass/comparator.scss */ table#product_comparison .comparison_unit_price { font-size: 17px; font-family: 'Open Sans', sans-serif; @@ -83,6 +103,7 @@ table#product_comparison .comparison_unit_price { font-style: italic; } +/* line 104, ../sass/comparator.scss */ .footer_link { margin-bottom: 20px; } diff --git a/themes/default-bootstrap/css/contact-form.css b/themes/default-bootstrap/css/contact-form.css index 5a948bd1c..6ee79b3d6 100644 --- a/themes/default-bootstrap/css/contact-form.css +++ b/themes/default-bootstrap/css/contact-form.css @@ -2,77 +2,94 @@ /************************************************************************** Contact Page Styles **************************************************************************/ +/* line 7, ../sass/contact-form.scss */ .contact-title { margin-top: -5px; line-height: 23px; margin-bottom: 27px; } +/* line 12, ../sass/contact-form.scss */ .contact-title i { font-size: 23px; color: #c0c0c0; padding-right: 8px; } +/* line 19, ../sass/contact-form.scss */ .contact-form-box { padding: 23px 0 0 0; margin-bottom: 30px; background: url(../img/contact-form.png) repeat-x white; - -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 5px 13px; - -moz-box-shadow: rgba(0, 0, 0, 0) 0px 5px 13px; - box-shadow: rgba(0, 0, 0, 0) 0px 5px 13px; + -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px; + -moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px; + box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px; /* min 992px max 1199px */ } +/* line 25, ../sass/contact-form.scss */ .contact-form-box fieldset { padding: 0 19px 21px 19px; background: url(../img/form-contact-shadow.png) center bottom no-repeat; background-size: contain; } +/* line 31, ../sass/contact-form.scss */ .contact-form-box label { margin-bottom: 6px; } +/* line 35, ../sass/contact-form.scss */ .contact-form-box .page-subheading { padding-left: 0px; border: none; margin-bottom: 0; } +/* line 41, ../sass/contact-form.scss */ .contact-form-box .col-md-3 { padding-left: 0; /* max 991px */ } @media (max-width: 991px) { + /* line 41, ../sass/contact-form.scss */ .contact-form-box .col-md-3 { padding-right: 0; } } +/* line 50, ../sass/contact-form.scss */ .contact-form-box .col-md-9 { padding-right: 0; /* max 991px */ } @media (max-width: 991px) { + /* line 50, ../sass/contact-form.scss */ .contact-form-box .col-md-9 { padding-left: 0; } } +/* line 59, ../sass/contact-form.scss */ .contact-form-box #desc_contact0 { display: none; } +/* line 61, ../sass/contact-form.scss */ .contact-form-box .form-group { margin-bottom: 7px; } +/* line 65, ../sass/contact-form.scss */ .contact-form-box textarea { height: 257px; } +/* line 69, ../sass/contact-form.scss */ .contact-form-box .submit { margin-top: 13px; } +/* line 71, ../sass/contact-form.scss */ .contact-form-box select.form-control { max-width: 270px; width: 100%; } +/* line 75, ../sass/contact-form.scss */ .contact-form-box input.form-control { max-width: 270px; } @media (min-width: 992px) and (max-width: 1199px) { + /* line 80, ../sass/contact-form.scss */ .contact-form-box div.uploader span.filename { width: 114px; } @@ -81,14 +98,17 @@ /************************************************************************** Contact Page Bottom Banners Styles **************************************************************************/ +/* line 90, ../sass/contact-form.scss */ .contact-banners .list-1 { padding: 6px 0 3px 0; } +/* line 93, ../sass/contact-form.scss */ .contact-banners .list-1 li { padding: 0px 0 3px 0; font: 600 18px/22px "Open Sans", sans-serif; color: #555454; } +/* line 98, ../sass/contact-form.scss */ .contact-banners .list-1 li i { font-size: 25px; line-height: 25px; @@ -96,23 +116,28 @@ padding-right: 10px; vertical-align: -3px; } +/* line 108, ../sass/contact-form.scss */ .contact-banners .list-2 { padding: 2px 0 2px 0; } +/* line 111, ../sass/contact-form.scss */ .contact-banners .list-2 li { font-weight: bold; color: #46a74e; padding: 0 0 5px 0; } +/* line 116, ../sass/contact-form.scss */ .contact-banners .list-2 li i { font-size: 20px; line-height: 20px; padding-right: 10px; vertical-align: -2px; } +/* line 125, ../sass/contact-form.scss */ .contact-banners .box.box-last { padding-bottom: 49px; } +/* line 130, ../sass/contact-form.scss */ .contact-banners .box.box-last p i { font-size: 29px; line-height: 29px; diff --git a/themes/default-bootstrap/css/global.css b/themes/default-bootstrap/css/global.css index 603a38af8..08e7cbcce 100644 --- a/themes/default-bootstrap/css/global.css +++ b/themes/default-bootstrap/css/global.css @@ -5,61 +5,75 @@ /* **************************************************************************** reset **************************************************************************** */ +/* line 9, ../sass/global.scss */ html { min-height: 100%; } +/* line 10, ../sass/global.scss */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td { margin: 0; padding: 0; } +/* line 11, ../sass/global.scss */ del, ins { text-decoration: none; } +/* line 12, ../sass/global.scss */ caption, th { text-align: left; } +/* line 13, ../sass/global.scss */ q:before, q:after { content: ''; } +/* line 14, ../sass/global.scss */ abbr, acronym { border: 0; font-variant: normal; } +/* line 15, ../sass/global.scss */ sup { vertical-align: baseline; } +/* line 16, ../sass/global.scss */ sub { vertical-align: baseline; } +/* line 17, ../sass/global.scss */ legend { color: #000; } +/* line 18, ../sass/global.scss */ ul, ol { list-style-type: none; } +/* line 19, ../sass/global.scss */ a { cursor: pointer; } +/* line 21, ../sass/global.scss */ a:hover { text-decoration: none; } @media only screen and (min-width: 1200px) { + /* line 27, ../sass/global.scss */ .container { padding-left: 0; padding-right: 0; } } +/* line 29, ../sass/global.scss */ body { min-width: 320px; height: 100%; @@ -67,10 +81,12 @@ body { line-height: 18px; font-size: 13px; } +/* line 36, ../sass/global.scss */ body.content_only { background: none; } +/* line 40, ../sass/global.scss */ textarea { resize: none; } @@ -78,20 +94,24 @@ textarea { /* ************************************************************************************************ struture ************************************************************************************************ */ +/* line 45, ../sass/global.scss */ #header { z-index: 10; } +/* line 46, ../sass/global.scss */ .columns-container { background: #fff; } +/* line 47, ../sass/global.scss */ #columns { z-index: 1; padding-bottom: 50px; } /* title *************************************************************************************** */ +/* line 61, ../sass/global.scss */ #center_column .page_product_box h3 { color: #555454; text-transform: uppercase; @@ -108,43 +128,53 @@ textarea { } /* text **************************************************************************************** */ +/* line 69, ../sass/global.scss */ a, a:focus, a:active { text-decoration: none; outline: none; } +/* line 70, ../sass/global.scss */ p.info-title { font-weight: bold; color: #333; margin-bottom: 25px; } +/* line 75, ../sass/global.scss */ p.info-account { margin: -4px 0 24px 0; } +/* line 78, ../sass/global.scss */ .dark { color: #333; } +/* line 81, ../sass/global.scss */ .main-page-indent { margin-bottom: 30px; } +/* line 84, ../sass/global.scss */ .alert { font-weight: bold; } +/* line 87, ../sass/global.scss */ .alert ul, .alert ol { padding-left: 15px; margin-left: 27px; } +/* line 91, ../sass/global.scss */ .alert ul li, .alert ol li { list-style-type: decimal; font-weight: normal; } +/* line 97, ../sass/global.scss */ .alert.alert-success { - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.1); } +/* line 99, ../sass/global.scss */ .alert.alert-success:before { font-family: "FontAwesome"; content: ""; @@ -152,9 +182,11 @@ p.info-account { vertical-align: -2px; padding-right: 7px; } +/* line 108, ../sass/global.scss */ .alert.alert-danger { - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.1); } +/* line 110, ../sass/global.scss */ .alert.alert-danger:before { font-family: "FontAwesome"; content: ""; @@ -164,6 +196,7 @@ p.info-account { float: left; } +/* line 122, ../sass/global.scss */ .required sup { color: #f13340; font-size: 13px; @@ -171,29 +204,36 @@ p.info-account { top: 0; } +/* line 129, ../sass/global.scss */ .unvisible { display: none; } +/* line 130, ../sass/global.scss */ label { color: #333; } +/* line 131, ../sass/global.scss */ .checkbox { line-height: 16px; } +/* line 133, ../sass/global.scss */ .checkbox label { color: #777777; } +/* line 137, ../sass/global.scss */ .close { opacity: 1; } +/* line 139, ../sass/global.scss */ .close:hover { opacity: 1; } /*buttons ************************************************************************************** */ +/* line 149, ../sass/global.scss */ input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, @@ -214,6 +254,7 @@ span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, text-align: left; } +/* line 164, ../sass/global.scss */ *:first-child + html input.button_mini, *:first-child + html input.button_small, *:first-child + html input.button, *:first-child + html input.button_large, *:first-child + html input.button_mini_disabled, *:first-child + html input.button_small_disabled, *:first-child + html input.button_disabled, *:first-child + html input.button_large_disabled, *:first-child + html input.exclusive_mini, *:first-child + html input.exclusive_small, *:first-child + html input.exclusive, *:first-child + html input.exclusive_large, @@ -222,6 +263,7 @@ span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, } /* input button */ +/* line 173, ../sass/global.scss */ input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, @@ -230,6 +272,7 @@ input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_d } /* disabled button */ +/* line 181, ../sass/global.scss */ input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.button_mini, span.button_small, span.button, span.button_large, @@ -240,6 +283,7 @@ span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, } /* exclusive button */ +/* line 191, ../sass/global.scss */ input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, @@ -248,11 +292,13 @@ span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, } /* exclusive disabled button */ +/* line 196, ../sass/global.scss */ input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large { /*color: #488c40!important*/ } /* hover button */ +/* line 204, ../sass/global.scss */ input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover, input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, @@ -262,11 +308,13 @@ a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_ } /* exclusive hover button */ +/* line 210, ../sass/global.scss */ input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover { /*color: white!important*/ } /* active button */ +/* line 218, ../sass/global.scss */ input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active, input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active, a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active, @@ -275,16 +323,19 @@ a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusi } /* classic buttons */ +/* line 223, ../sass/global.scss */ input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini { /*width: 30px; background-image: url('../img/button-mini.png')*/ } +/* line 227, ../sass/global.scss */ input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small { /*width: 60px; background-image: url('../img/button-small.png')*/ } +/* line 231, ../sass/global.scss */ input.button_disabled, input.exclusive_disabled, span.exclusive { border: 1px solid #ccc; color: #999; @@ -292,11 +343,13 @@ input.button_disabled, input.exclusive_disabled, span.exclusive { cursor: default; } +/* line 237, ../sass/global.scss */ input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled { /*width: 180px; background-image: url('../img/button-large.png')*/ } +/* line 241, ../sass/global.scss */ .button.button-small { font: bold 13px/17px Arial, Helvetica, sans-serif; color: #fff; @@ -309,27 +362,32 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex -o-border-radius: 0px; border-radius: 0px; padding: 0; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.24); } +/* line 251, ../sass/global.scss */ .button.button-small span { display: block; padding: 3px 8px 3px 8px; border: 1px solid; border-color: #8b8a8a; } +/* line 258, ../sass/global.scss */ .button.button-small i { vertical-align: 0px; margin-right: 5px; } +/* line 262, ../sass/global.scss */ .button.button-small i.right { margin-right: 0; margin-left: 5px; } +/* line 265, ../sass/global.scss */ .button.button-small:hover { background: #575757; border-color: #303030 #303030 #666666 #444444; } +/* line 270, ../sass/global.scss */ .button.button-medium { font-size: 17px; line-height: 21px; @@ -352,6 +410,7 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex -o-border-radius: 0; border-radius: 0; } +/* line 288, ../sass/global.scss */ .button.button-medium span { display: block; padding: 10px 10px 10px 14px; @@ -360,12 +419,14 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex /* max 480px */ } @media (max-width: 480px) { + /* line 288, ../sass/global.scss */ .button.button-medium span { font-size: 15px; padding-right: 7px; padding-left: 7px; } } +/* line 304, ../sass/global.scss */ .button.button-medium i.left { font-size: 24px; vertical-align: -2px; @@ -374,20 +435,24 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex /* max 480px */ } @media (max-width: 480px) { + /* line 304, ../sass/global.scss */ .button.button-medium i.left { margin-right: 5px; } } +/* line 315, ../sass/global.scss */ .button.button-medium i.right { margin-right: 0; margin-left: 9px; /* max 480px */ } @media (max-width: 480px) { + /* line 315, ../sass/global.scss */ .button.button-medium i.right { margin-left: 5px; } } +/* line 325, ../sass/global.scss */ .button.button-medium:hover { background: #3aa04c; background: -moz-linear-gradient(top, #3aa04c 0%, #3aa04a 100%); @@ -400,6 +465,7 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex border-color: #196f28 #399a49 #399a49 #258033; } +/* line 337, ../sass/global.scss */ .button.button-medium.exclusive { border-color: #db8600 #d98305 #c86d26 #d98305; background: #fdaa02; @@ -411,24 +477,30 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex background: linear-gradient(to bottom, #fdaa02 0%, #fe9702 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdaa02', endColorstr='#fe9702',GradientType=0 ); } +/* line 348, ../sass/global.scss */ .button.button-medium.exclusive span { border-color: #fec133 #febc33 #feb233 #febc33; } +/* line 352, ../sass/global.scss */ .button.button-medium.exclusive:hover { filter: none; background: #f89609; border-color: #a6550c #ba6708 #db8600 #ba6708; } +/* line 357, ../sass/global.scss */ .button.button-medium.exclusive:hover span { border-color: #fec133; } +/* line 362, ../sass/global.scss */ .link-button { font-weight: bold; } +/* line 365, ../sass/global.scss */ .link-button i { margin-right: 5px; } +/* line 368, ../sass/global.scss */ .link-button i.large { font-size: 26px; line-height: 26px; @@ -436,11 +508,12 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex color: #c0c0c0; } +/* line 371, ../sass/global.scss */ .btn.button-plus, .btn.button-minus { font-size: 14px; line-height: 14px; color: #c0c0c0; - text-shadow: 1px -1px rgba(0, 0, 0, 0); + text-shadow: 1px -1px rgba(0, 0, 0, 0.05); padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; @@ -450,6 +523,7 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex border: 1px solid; border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8; } +/* line 381, ../sass/global.scss */ .btn.button-plus span, .btn.button-minus span { display: block; border: 1px solid #fff; @@ -469,14 +543,17 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 ); } +/* line 401, ../sass/global.scss */ .btn.button-plus:hover, .btn.button-minus:hover { color: #333333; } +/* line 403, ../sass/global.scss */ .btn.button-plus:hover span, .btn.button-minus:hover span { filter: none; background: #f6f6f6; } +/* line 409, ../sass/global.scss */ .button.exclusive-medium { font-size: 17px; padding: 0; @@ -487,6 +564,7 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7; text-shadow: 1px 1px white; } +/* line 419, ../sass/global.scss */ .button.exclusive-medium span { border: 1px solid; border-color: #fff; @@ -503,15 +581,18 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex /* max 480px */ } @media (max-width: 480px) { + /* line 419, ../sass/global.scss */ .button.exclusive-medium span { font-size: 15px; padding-right: 7px; padding-left: 7px; } } +/* line 440, ../sass/global.scss */ .button.exclusive-medium:hover { border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2; } +/* line 443, ../sass/global.scss */ .button.exclusive-medium:hover span { background: #e7e7e7; background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%); @@ -523,14 +604,16 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0 ); } +/* line 455, ../sass/global.scss */ .button.ajax_add_to_cart_button { font: 700 17px/21px Arial, Helvetica, sans-serif; color: #fff; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.2); padding: 0; border: 1px solid; border-color: #0079b6 #006fa8 #012740 #006fa8; } +/* line 463, ../sass/global.scss */ .button.ajax_add_to_cart_button span { border: 1px solid; border-color: #06b2e6; @@ -545,14 +628,17 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); } +/* line 477, ../sass/global.scss */ .button.ajax_add_to_cart_button:hover { border-color: #01314e #004b74 #0079b6 #004b74; } +/* line 479, ../sass/global.scss */ .button.ajax_add_to_cart_button:hover span { filter: none; background: #0084bf; } +/* line 485, ../sass/global.scss */ .button.lnk_view { font: 700 17px/21px Arial, Helvetica, sans-serif; color: #333333; @@ -561,6 +647,7 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex border: 1px solid; border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7; } +/* line 492, ../sass/global.scss */ .button.lnk_view span { border: 1px solid; border-color: #fff; @@ -575,19 +662,23 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); } +/* line 506, ../sass/global.scss */ .button.lnk_view:hover { border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e; } +/* line 508, ../sass/global.scss */ .button.lnk_view:hover span { filter: none; background: #e7e7e7; } +/* line 513, ../sass/global.scss */ .button.lnk_view i.left { padding-right: 8px; color: #777777; } /* form ******************************************************************************************/ +/* line 519, ../sass/global.scss */ .form-control { padding: 3px 5px; height: 27px; @@ -595,11 +686,13 @@ input.button_large, input.button_large_disabled, input.exclusive_large, input.ex -moz-box-shadow: none; box-shadow: none; } +/* line 524, ../sass/global.scss */ .form-control.grey { background: #fbfbfb; } /* table *************************************************************************************** */ +/* line 530, ../sass/global.scss */ table.std, table.table_block { margin-bottom: 20px; @@ -610,6 +703,7 @@ table.table_block { border-collapse: inherit; } +/* line 539, ../sass/global.scss */ table.std th, table.table_block th { padding: 14px 12px; @@ -621,11 +715,13 @@ table.table_block th { background: #999999; } +/* line 549, ../sass/global.scss */ table.std tr.alternate_item, table.table_block tr.alternate_item { background-color: #f3f3f3; } +/* line 551, ../sass/global.scss */ table.std td, table.table_block td { padding: 12px; @@ -635,64 +731,78 @@ table.table_block td { vertical-align: top; } +/* line 558, ../sass/global.scss */ .table { margin-bottom: 30px; } +/* line 563, ../sass/global.scss */ .table > thead > tr > th { background: #fbfbfb; border-bottom-width: 1px; color: #333; } +/* line 573, ../sass/global.scss */ .table td a.color-myaccount { color: #777777; text-decoration: underline; } +/* line 577, ../sass/global.scss */ .table td a.color-myaccount:hover { text-decoration: none; } +/* line 581, ../sass/global.scss */ .table tfoot tr { background: #fbfbfb; } /******************** product elements ****************/ +/* line 587, ../sass/global.scss */ .product-name { font-size: 17px; line-height: 23px; color: #3a3939; margin-bottom: 0; } +/* line 592, ../sass/global.scss */ .product-name a { font-size: 17px; line-height: 23px; color: #3a3939; } +/* line 596, ../sass/global.scss */ .product-name a:hover { color: #f13340; } +/* line 601, ../sass/global.scss */ .price { font-size: 13px; color: #777777; } +/* line 605, ../sass/global.scss */ .price.product-price { font: 600 21px/26px "Open Sans", sans-serif; color: #333333; } +/* line 609, ../sass/global.scss */ .old-price { color: #6f6f6f; text-decoration: line-through; } +/* line 613, ../sass/global.scss */ .old-price.product-price { font-size: 17px; } +/* line 616, ../sass/global.scss */ .special-price { color: #f13340; } +/* line 619, ../sass/global.scss */ .price-percent-reduction { background: #f13340; border: 1px solid #d02a2c; @@ -701,6 +811,7 @@ table.table_block td { padding: 0 5px 0 3px; display: inline-block; } +/* line 627, ../sass/global.scss */ .price-percent-reduction.small { font: 700 14px/17px Arial, Helvetica, sans-serif; padding: 1px 6px; @@ -709,6 +820,7 @@ table.table_block td { /*************************************************************************************************** Labels New/Sale ***************************************************************************************************/ +/* line 635, ../sass/global.scss */ .new-box, .sale-box { position: absolute; top: -4px; @@ -719,21 +831,24 @@ table.table_block td { z-index: 0; } +/* line 644, ../sass/global.scss */ .new-box { left: -4px; } +/* line 647, ../sass/global.scss */ .sale-box { right: -5px; } +/* line 650, ../sass/global.scss */ .new { font: 700 15px/18px Arial, Helvetica, sans-serif; color: #fff; background: #6ad4ff; text-transform: uppercase; padding: 9px 0 7px; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.24); width: 113px; text-align: center; display: block; @@ -747,6 +862,7 @@ table.table_block td { top: 6px; z-index: 1; } +/* line 665, ../sass/global.scss */ .new:before { position: absolute; bottom: -3px; @@ -764,6 +880,7 @@ table.table_block td { -o-transform: rotate(225deg); transform: rotate(225deg); } +/* line 678, ../sass/global.scss */ .new:after { position: absolute; bottom: -3px; @@ -782,13 +899,14 @@ table.table_block td { transform: rotate(145deg); } +/* line 692, ../sass/global.scss */ .sale { font: 700 15px/18px Arial, Helvetica, sans-serif; color: #fff; background: #f13340; text-transform: uppercase; padding: 9px 0 7px; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.24); width: 113px; text-align: center; display: block; @@ -802,6 +920,7 @@ table.table_block td { top: 6px; z-index: 1; } +/* line 707, ../sass/global.scss */ .sale:before { position: absolute; bottom: -3px; @@ -819,6 +938,7 @@ table.table_block td { -o-transform: rotate(225deg); transform: rotate(225deg); } +/* line 720, ../sass/global.scss */ .sale:after { position: absolute; bottom: -3px; @@ -838,6 +958,7 @@ table.table_block td { } /************************************* BOXES *****************************************************/ +/* line 735, ../sass/global.scss */ .box { background: #fbfbfb; border: 1px solid #d6d4d4; @@ -845,12 +966,15 @@ table.table_block td { margin: 0 0 30px 0; line-height: 23px; } +/* line 742, ../sass/global.scss */ .box p { margin-bottom: 0; } +/* line 746, ../sass/global.scss */ .box.box-small { padding: 9px 10px 9px 20px; } +/* line 749, ../sass/global.scss */ .box.box-small .dark { padding-top: 10px; padding-right: 20px; @@ -858,10 +982,12 @@ table.table_block td { width: auto; } +/* line 752, ../sass/global.scss */ .page-product-box { padding-bottom: 10px; } +/* line 753, ../sass/global.scss */ .product-box { width: 178px; float: left; @@ -869,6 +995,7 @@ table.table_block td { -moz-box-sizing: border-box; box-sizing: border-box; } +/* line 758, ../sass/global.scss */ .product-box .product-image { border: 1px solid #d6d4d4; background: white; @@ -876,6 +1003,7 @@ table.table_block td { display: block; margin-bottom: 11px; } +/* line 764, ../sass/global.scss */ .product-box .product-image img { max-width: 100%; width: 100%; @@ -886,61 +1014,107 @@ table.table_block td { /************************************************************************************************** Homepage Tabs ***************************************************************************************************/ +/* line 774, ../sass/global.scss */ #home-page-tabs { border: none; - margin: 0 0 0 -18px; - padding: 10px 0; } +@media (min-width: 768px) { + /* line 774, ../sass/global.scss */ + #home-page-tabs { + padding: 10px 0; + margin: 0 0 0 -18px; + } +} +/* line 781, ../sass/global.scss */ #home-page-tabs > li { - border-left: 1px solid #d6d4d4; - margin: 0 0px 0 9px; - padding: 0 0px 0 9px; + margin-bottom: 0; } +@media (min-width: 768px) { + /* line 781, ../sass/global.scss */ + #home-page-tabs > li { + border-left: 1px solid #d6d4d4; + margin: 0 0px 0 9px; + padding: 0 0px 0 9px; + } +} +@media (max-width: 479px) { + /* line 781, ../sass/global.scss */ + #home-page-tabs > li { + width: 100%; + } +} +/* line 792, ../sass/global.scss */ #home-page-tabs > li a { font: 600 21px/24px "Open Sans", sans-serif; color: #555454; text-transform: uppercase; - padding: 1px 10px; border: none; outline: none; margin: 0; + padding: 10px; } +@media (min-width: 768px) { + /* line 792, ../sass/global.scss */ + #home-page-tabs > li a { + padding: 1px 10px; + } +} +/* line 805, ../sass/global.scss */ #home-page-tabs > li:first-child { border: none; } +/* line 808, ../sass/global.scss */ #home-page-tabs > li.active a, #home-page-tabs > li a:hover { background: #333333; color: #fff; - margin: -10px 0; padding: 10px; } +@media (min-width: 768px) { + /* line 808, ../sass/global.scss */ + #home-page-tabs > li.active a, #home-page-tabs > li a:hover { + margin: -10px 0; + } +} +/* line 819, ../sass/global.scss */ #index .tab-content { margin-top: 35px; } +/* line 823, ../sass/global.scss */ .block { margin-bottom: 30px; } +/* line 826, ../sass/global.scss */ .block .title_block, .block h4 { font: 600 18px/22px "Open Sans", sans-serif; color: #555454; background: #f6f6f6; border-top: 5px solid #333; text-transform: uppercase; - padding: 14px 0 17px 20px; + padding: 14px 5px 17px 20px; margin-bottom: 20px; } +@media (min-width: 768px) and (max-width: 991px) { + /* line 826, ../sass/global.scss */ + .block .title_block, .block h4 { + font-size: 14px; + } +} +/* line 838, ../sass/global.scss */ .block .title_block a, .block h4 a { color: #555454; } +/* line 841, ../sass/global.scss */ .block .title_block a:hover, .block h4 a:hover { color: #333; } +/* line 846, ../sass/global.scss */ .block#contact_block { background: #333; } +/* line 849, ../sass/global.scss */ .block#contact_block .title_block { border-color: #e4e3e3; background: #333; @@ -948,16 +1122,20 @@ table.table_block td { margin-bottom: 0; padding-bottom: 9px; } +/* line 857, ../sass/global.scss */ .block .list-block { margin-top: -8px; } +/* line 860, ../sass/global.scss */ .block .list-block li { padding: 5px 0 6px 20px; border-top: 1px solid #d6d4d4; } +/* line 865, ../sass/global.scss */ .block .list-block li a i { display: none; } +/* line 867, ../sass/global.scss */ .block .list-block li a:before { content: ""; display: inline; @@ -965,55 +1143,78 @@ table.table_block td { color: #333; padding-right: 8px; } +/* line 875, ../sass/global.scss */ .block .list-block li a:hover { color: #333333; font-weight: bold; } +/* line 881, ../sass/global.scss */ .block .list-block li:first-child { border-top: none; } +/* line 884, ../sass/global.scss */ .block .list-block .form-group { padding-top: 20px; border-top: 1px solid #d6d4d4; } +/* line 886, ../sass/global.scss */ .block .list-block .btn { margin-top: 12px; } +/* line 890, ../sass/global.scss */ .block .products-block li { padding: 0 0 20px 0; margin-bottom: 20px; border-bottom: 1px solid #d6d4d4; } +/* line 895, ../sass/global.scss */ .block .products-block li .products-block-image { float: left; border: 1px solid #d6d4d4; margin-right: 19px; } +@media (min-width: 768px) and (max-width: 991px) { + /* line 895, ../sass/global.scss */ + .block .products-block li .products-block-image { + float: none; + display: inline-block; + margin: 0 auto 10px; + text-align: center; + } +} +/* line 907, ../sass/global.scss */ .block .products-block li .product-content { overflow: hidden; } +/* line 909, ../sass/global.scss */ .block .products-block li .product-content h5 { margin: -3px 0 0 0; } +/* line 915, ../sass/global.scss */ .block .products-block .product-name { font-size: 15px; line-height: 18px; } +/* line 917, ../sass/global.scss */ .block .products-block .product-description { margin-bottom: 14px; } +/* line 919, ../sass/global.scss */ .block .products-block .price-percent-reduction { font: 700 14px/17px Arial, Helvetica, sans-serif; padding: 1px 6px; } /*************** Block CATEGORIES ***************/ +/* line 928, ../sass/global.scss */ #categories_block_left .block_content > ul { border-top: 1px solid #d6d4d4; } +/* line 932, ../sass/global.scss */ #categories_block_left li { position: relative; } +/* line 935, ../sass/global.scss */ #categories_block_left li a { font-weight: bold; color: #333333; @@ -1023,6 +1224,7 @@ table.table_block td { padding: 0 30px 0 19px; border-bottom: 1px solid #d6d4d4; } +/* line 945, ../sass/global.scss */ #categories_block_left li span.grower { display: block; background: #f6f6f6; @@ -1034,6 +1236,7 @@ table.table_block td { font-family: 'FontAwesome'; font-size: 14px; } +/* line 958, ../sass/global.scss */ #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before { content: ""; display: block; @@ -1043,17 +1246,21 @@ table.table_block td { color: #333; line-height: 30px; } +/* line 969, ../sass/global.scss */ #categories_block_left li span.grower.CLOSE:before { content: ""; color: #c0c0c0; } +/* line 974, ../sass/global.scss */ #categories_block_left li span.grower:hover + a, #categories_block_left li a:hover, #categories_block_left li a.selected { background: #f6f6f6; } +/* line 980, ../sass/global.scss */ #categories_block_left li li a { font-weight: normal; color: #777777; } +/* line 984, ../sass/global.scss */ #categories_block_left li li a:before { content: ""; font-family: 'FontAwesome'; @@ -1062,6 +1269,7 @@ table.table_block td { } /*************************************************************************************************/ +/* line 995, ../sass/global.scss */ .page-heading { font: 600 18px/22px "Open Sans", sans-serif; color: #555454; @@ -1071,6 +1279,7 @@ table.table_block td { border-bottom: 1px solid #d6d4d4; overflow: hidden; } +/* line 1004, ../sass/global.scss */ .page-heading span.heading-counter { font: bold 13px/22px Arial, Helvetica, sans-serif; float: right; @@ -1078,23 +1287,28 @@ table.table_block td { text-transform: none; } @media (max-width: 480px) { + /* line 1004, ../sass/global.scss */ .page-heading span.heading-counter { float: none; display: block; padding-top: 5px; } } +/* line 1016, ../sass/global.scss */ .page-heading span.lighter { color: #9c9c9c; } +/* line 1018, ../sass/global.scss */ .page-heading.bottom-indent { margin-bottom: 16px; } +/* line 1020, ../sass/global.scss */ .page-heading.product-listing { border-bottom: none; margin-bottom: 0; } +/* line 1022, ../sass/global.scss */ .page-subheading { font-family: 'Open Sans',sans-serif; font-weight: 600; @@ -1107,6 +1321,7 @@ table.table_block td { border-bottom: 1px solid #d6d4d4; } +/* line 1033, ../sass/global.scss */ h3.page-product-heading { color: #555454; text-transform: uppercase; @@ -1123,78 +1338,97 @@ h3.page-product-heading { } /* BLOCK .footer_links (cms pages) ************************************************************* */ +/* line 1037, ../sass/global.scss */ ul.footer_links { padding: 20px 0 0px 0; border-top: 1px solid #d6d4d4; } +/* line 1041, ../sass/global.scss */ ul.footer_links li { float: left; } +/* line 1044, ../sass/global.scss */ ul.footer_links li + li { margin-left: 10px; } /* barre comparaison / tri ********************************************************************* */ +/* line 1052, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar { border-top: 1px solid #d6d4d4; border-bottom: 1px solid #d6d4d4; padding: 19px 0 10px 0; } +/* line 1057, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar #productsSortForm { float: left; margin-right: 20px; margin-bottom: 10px; } +/* line 1062, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar #productsSortForm select { max-width: 192px; float: left; /* max 991px */ } @media (max-width: 991px) { + /* line 1062, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar #productsSortForm select { max-width: 160px; } } +/* line 1072, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar #productsSortForm .selector { float: left; } +/* line 1074, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar .nbrItemPage { float: left; } +/* line 1076, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar .nbrItemPage select { max-width: 59px; float: left; } +/* line 1078, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span { padding: 3px 0 0 12px; display: inline-block; } +/* line 1083, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item { float: left; } +/* line 1086, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar label, .content_sortPagiBar .sortPagiBar select { float: left; } +/* line 1090, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar label { padding: 3px 6px 0 0; } +/* line 1094, ../sass/global.scss */ .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm { display: none; } +/* line 1096, ../sass/global.scss */ .content_sortPagiBar .display, .content_sortPagiBar .display_m { float: right; margin-top: -4px; } +/* line 1100, ../sass/global.scss */ .content_sortPagiBar .display li, .content_sortPagiBar .display_m li { float: left; padding-left: 12px; text-align: center; } +/* line 1105, ../sass/global.scss */ .content_sortPagiBar .display li a, .content_sortPagiBar .display_m li a { color: #808080; font-size: 11px; line-height: 14px; } +/* line 1110, ../sass/global.scss */ .content_sortPagiBar .display li a i, .content_sortPagiBar .display_m li a i { display: block; font-size: 24px; @@ -1203,12 +1437,15 @@ ul.footer_links li + li { margin-bottom: -3px; color: #e1e0e0; } +/* line 1122, ../sass/global.scss */ .content_sortPagiBar .display li a:hover i, .content_sortPagiBar .display li.selected i, .content_sortPagiBar .display_m li a:hover i, .content_sortPagiBar .display_m li.selected i { color: #333333; } +/* line 1129, ../sass/global.scss */ .content_sortPagiBar .display li.selected a, .content_sortPagiBar .display_m li.selected a { cursor: default; } +/* line 1132, ../sass/global.scss */ .content_sortPagiBar .display li.display-title, .content_sortPagiBar .display_m li.display-title { font-weight: bold; color: #333333; @@ -1216,58 +1453,65 @@ ul.footer_links li + li { } /* pagination ********************************************************************************** */ +/* line 1141, ../sass/global.scss */ .top-pagination-content, .bottom-pagination-content { text-align: center; padding: 12px 0 12px 0; position: relative; } +/* line 1146, ../sass/global.scss */ .top-pagination-content div.pagination, .bottom-pagination-content div.pagination { margin: 0; float: right; width: 530px; text-align: center; - /* min 992px max 1199px */ - /* max 991px */ } @media (min-width: 992px) and (max-width: 1199px) { + /* line 1146, ../sass/global.scss */ .top-pagination-content div.pagination, .bottom-pagination-content div.pagination { width: 380px; } } @media (max-width: 991px) { + /* line 1146, ../sass/global.scss */ .top-pagination-content div.pagination, .bottom-pagination-content div.pagination { float: left; width: auto; } } +/* line 1159, ../sass/global.scss */ .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall { float: right; margin: 8px 53px 8px 14px; - /* min 992px max 1199px */ - /* max 991px */ } @media (min-width: 992px) and (max-width: 1199px) { + /* line 1159, ../sass/global.scss */ .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall { margin-right: 11px; } } @media (max-width: 991px) { + /* line 1159, ../sass/global.scss */ .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall { margin-right: 0; } } +/* line 1172, ../sass/global.scss */ .top-pagination-content div.pagination .showall .btn span, .bottom-pagination-content div.pagination .showall .btn span { font-size: 13px; padding: 3px 5px 4px 5px; line-height: normal; } +/* line 1180, ../sass/global.scss */ .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination { margin: 8px 0px 8px 0; } +/* line 1183, ../sass/global.scss */ .top-pagination-content ul.pagination li, .bottom-pagination-content ul.pagination li { display: inline-block; float: left; } +/* line 1187, ../sass/global.scss */ .top-pagination-content ul.pagination li > a, .top-pagination-content ul.pagination li > span, .bottom-pagination-content ul.pagination li > a, .bottom-pagination-content ul.pagination li > span { margin: 0 1px 0 0px; padding: 0; @@ -1276,48 +1520,58 @@ ul.footer_links li + li { border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0; display: block; } +/* line 1195, ../sass/global.scss */ .top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span, .bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span { border: 1px solid #fff; padding: 2px 8px; display: block; background: url(../img/pagination-li.gif) 0 0 repeat-x #fbfbfb; } +/* line 1205, ../sass/global.scss */ .top-pagination-content ul.pagination li > a:hover span, .bottom-pagination-content ul.pagination li > a:hover span { background: #f6f6f6; } +/* line 1209, ../sass/global.scss */ .top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next, .bottom-pagination-content ul.pagination li.pagination_previous, .bottom-pagination-content ul.pagination li.pagination_next { color: #777676; font-weight: bold; } +/* line 1213, ../sass/global.scss */ .top-pagination-content ul.pagination li.pagination_previous > a, .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a, .top-pagination-content ul.pagination li.pagination_next > span, .bottom-pagination-content ul.pagination li.pagination_previous > a, .bottom-pagination-content ul.pagination li.pagination_previous > span, .bottom-pagination-content ul.pagination li.pagination_next > a, .bottom-pagination-content ul.pagination li.pagination_next > span { border: none; background: none; display: block; padding: 4px 0; } +/* line 1219, ../sass/global.scss */ .top-pagination-content ul.pagination li.pagination_previous > a span, .top-pagination-content ul.pagination li.pagination_previous > span span, .top-pagination-content ul.pagination li.pagination_next > a span, .top-pagination-content ul.pagination li.pagination_next > span span, .bottom-pagination-content ul.pagination li.pagination_previous > a span, .bottom-pagination-content ul.pagination li.pagination_previous > span span, .bottom-pagination-content ul.pagination li.pagination_next > a span, .bottom-pagination-content ul.pagination li.pagination_next > span span { border: none; padding: 0; background: none; } +/* line 1223, ../sass/global.scss */ .top-pagination-content ul.pagination li.pagination_previous, .bottom-pagination-content ul.pagination li.pagination_previous { margin-right: 10px; } +/* line 1225, ../sass/global.scss */ .top-pagination-content ul.pagination li.pagination_next, .bottom-pagination-content ul.pagination li.pagination_next { margin-left: 10px; } +/* line 1229, ../sass/global.scss */ .top-pagination-content ul.pagination li.active > span, .bottom-pagination-content ul.pagination li.active > span { color: #333333; border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0; } +/* line 1234, ../sass/global.scss */ .top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span { background: #f6f6f6; } +/* line 1240, ../sass/global.scss */ .top-pagination-content .compare-form, .bottom-pagination-content .compare-form { float: right; - /* max 479px */ } @media (max-width: 479px) { + /* line 1240, ../sass/global.scss */ .top-pagination-content .compare-form, .bottom-pagination-content .compare-form { float: left; width: 100%; @@ -1326,28 +1580,31 @@ ul.footer_links li + li { clear: both; } } +/* line 1251, ../sass/global.scss */ .top-pagination-content .product-count, .bottom-pagination-content .product-count { padding: 11px 0 0 0; float: left; - /* max 991px */ } @media (max-width: 991px) { + /* line 1251, ../sass/global.scss */ .top-pagination-content .product-count, .bottom-pagination-content .product-count { clear: left; } } +/* line 1259, ../sass/global.scss */ .bottom-pagination-content { border-top: 1px solid #d6d4d4; } /* CART steps *********************************************************************** */ +/* line 1261, ../sass/global.scss */ ul.step { margin-bottom: 30px; overflow: hidden; - /*min 480px*/ } @media (min-width: 480px) { + /* line 1261, ../sass/global.scss */ ul.step { -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -1356,6 +1613,7 @@ ul.step { border-radius: 4px; } } +/* line 1268, ../sass/global.scss */ ul.step li { float: left; width: 20%; @@ -1365,14 +1623,15 @@ ul.step li { border-bottom-color: #9a9a9a; border-right-color: #b7b7b7; border-left-width: 0px; - /* max 480px */ } @media (max-width: 479px) { + /* line 1268, ../sass/global.scss */ ul.step li { width: 100%; border-left-width: 1px; } } +/* line 1282, ../sass/global.scss */ ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span { display: block; padding: 13px 10px 14px 13px; @@ -1382,9 +1641,9 @@ ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_cur font-weight: bold; text-shadow: 1px 1px white; position: relative; - /* min 991px */ } @media (min-width: 992px) { + /* line 1293, ../sass/global.scss */ ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after { content: "."; position: absolute; @@ -1398,16 +1657,18 @@ ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_cur margin-top: -2px; } } +/* line 1307, ../sass/global.scss */ ul.step li a:focus, ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus { text-decoration: none; outline: none; } +/* line 1310, ../sass/global.scss */ ul.step li.first { border-left-width: 1px; border-left-color: #b7b7b7; - /*min 480px*/ } @media (min-width: 480px) { + /* line 1310, ../sass/global.scss */ ul.step li.first { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; @@ -1417,12 +1678,13 @@ ul.step li.first { border-bottom-left-radius: 4px; } } +/* line 1318, ../sass/global.scss */ ul.step li.first span, ul.step li.first a { z-index: 5; padding-left: 13px !important; - /*min 480px*/ } @media (min-width: 480px) { + /* line 1318, ../sass/global.scss */ ul.step li.first span, ul.step li.first a { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; @@ -1432,22 +1694,24 @@ ul.step li.first span, ul.step li.first a { border-bottom-left-radius: 4px; } } +/* line 1328, ../sass/global.scss */ ul.step li.second span, ul.step li.second a { z-index: 4; } +/* line 1331, ../sass/global.scss */ ul.step li.third span, ul.step li.third a { z-index: 3; } +/* line 1334, ../sass/global.scss */ ul.step li.four span, ul.step li.four a { z-index: 2; } -ul.step li.last { - /*min 480px*/ -} +/* line 1337, ../sass/global.scss */ ul.step li.last span { z-index: 1; } @media (min-width: 480px) { + /* line 1336, ../sass/global.scss */ ul.step li.last { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; @@ -1456,6 +1720,7 @@ ul.step li.last span { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } + /* line 1344, ../sass/global.scss */ ul.step li.last span { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; @@ -1465,6 +1730,7 @@ ul.step li.last span { border-bottom-right-radius: 4px; } } +/* line 1350, ../sass/global.scss */ ul.step li.step_current { font-weight: bold; background: #42b856; @@ -1477,25 +1743,29 @@ ul.step li.step_current { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b856', endColorstr='#43ab54',GradientType=0 ); border-color: #399b49 #51ae5c #208931 #369946; } +/* line 1362, ../sass/global.scss */ ul.step li.step_current span { color: #fff; text-shadow: 1px 1px #208931; border: 1px solid; border-color: #73ca77 #74c776 #74c175 #74c776; position: relative; - /* min 991px */ } @media (min-width: 992px) { + /* line 1362, ../sass/global.scss */ ul.step li.step_current span { padding-left: 38px; } + /* line 1371, ../sass/global.scss */ ul.step li.step_current span:after { background: url(../img/order-step-a.png) right 0 no-repeat; } } +/* line 1377, ../sass/global.scss */ ul.step li.step_current_end { font-weight: bold; } +/* line 1382, ../sass/global.scss */ ul.step li.step_todo span { display: block; color: #333; @@ -1510,22 +1780,25 @@ ul.step li.step_todo span { border: 1px solid; border-color: #fff; position: relative; - /* min 991px */ } @media (min-width: 992px) { + /* line 1382, ../sass/global.scss */ ul.step li.step_todo span { padding-left: 38px; } + /* line 1399, ../sass/global.scss */ ul.step li.step_todo span:after { background: url(../img/order-step-current.png) right 0 no-repeat; } } +/* line 1405, ../sass/global.scss */ ul.step li.step_done { border-color: #666666 #5f5f5f #292929 #5f5f5f; } +/* line 1408, ../sass/global.scss */ ul.step li.step_done a { color: #fff; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.3); border: 1px solid; border-color: #8b8a8a; background: #727171; @@ -1536,43 +1809,42 @@ ul.step li.step_done a { background: -ms-linear-gradient(top, #727171 0%, #666666 100%); background: linear-gradient(to bottom, #727171 0%, #666666 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727171', endColorstr='#666666',GradientType=0 ); - /* min 991px */ } @media (min-width: 992px) { + /* line 1408, ../sass/global.scss */ ul.step li.step_done a { padding-left: 38px; } + /* line 1425, ../sass/global.scss */ ul.step li.step_done a:after { background: url(../img/order-step-done.png) right 0 no-repeat; } } -ul.step li.step_done.step_done_last { - /* min 991px */ -} @media (min-width: 992px) { + /* line 1434, ../sass/global.scss */ ul.step li.step_done.step_done_last a:after { background: url(../img/order-step-done-last.png) right 0 no-repeat; } } -ul.step li#step_end span { - /* min 991px */ -} @media (min-width: 992px) { + /* line 1443, ../sass/global.scss */ ul.step li#step_end span:after { display: none; } } +/* line 1450, ../sass/global.scss */ ul.step li em { font-style: normal; - /* min 480px max 767px */ } @media (min-width: 480px) and (max-width: 767px) { + /* line 1450, ../sass/global.scss */ ul.step li em { display: none; } } /* module productcomments ********************************************************************** */ +/* line 1459, ../sass/global.scss */ .rating { clear: both; display: block; @@ -1580,6 +1852,7 @@ ul.step li em { cursor: pointer; } +/* line 1465, ../sass/global.scss */ .rating:after { content: '.'; display: block; @@ -1589,6 +1862,7 @@ ul.step li em { visibility: hidden; } +/* line 1473, ../sass/global.scss */ .cancel, .star { overflow: hidden; float: left; @@ -1599,14 +1873,17 @@ ul.step li em { cursor: pointer; } +/* line 1482, ../sass/global.scss */ .cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; } +/* line 1483, ../sass/global.scss */ .star, .star a { background: url(modules/productcomments/img/star.png) no-repeat 0 0; } +/* line 1484, ../sass/global.scss */ .cancel a, .star a { display: block; width: 100%; @@ -1614,18 +1891,22 @@ ul.step li em { background-position: 0 0; } +/* line 1490, ../sass/global.scss */ div.star_on a { background-position: 0 -16px; } +/* line 1491, ../sass/global.scss */ div.star_hover a, div.star a:hover { background-position: 0 -32px; } +/* line 1492, ../sass/global.scss */ .pack_content { margin: 10px 0 10px 0; } +/* line 1493, ../sass/global.scss */ .confirmation { margin: 0 0 10px; padding: 10px; @@ -1634,21 +1915,25 @@ div.star_hover a, div.star a:hover { background: none repeat scroll 0 0 #ffffe0; } +/* line 1500, ../sass/global.scss */ #page .rte { background: transparent none repeat scroll 0 0; } +/* line 1502, ../sass/global.scss */ .listcomment { list-style-type: none; margin: 0 0 20px 0 !important; } +/* line 1506, ../sass/global.scss */ .listcomment li { padding: 10px 0; border-bottom: 1px dotted #d6d4d4; color: #666666; } +/* line 1511, ../sass/global.scss */ .listcomment .titlecomment { display: block; font-weight: bold; @@ -1656,6 +1941,7 @@ div.star_hover a, div.star a:hover { color: #333333; } +/* line 1517, ../sass/global.scss */ .listcomment .txtcomment { display: block; padding: 5px 0; @@ -1665,76 +1951,150 @@ div.star_hover a, div.star a:hover { /* ************************************************************************************************ HEADER ************************************************************************************************ */ +/* line 1528, ../sass/global.scss */ .banner-top { background: #000; } +/* line 1531, ../sass/global.scss */ .header-container { background: #fff; } +/* line 1534, ../sass/global.scss */ #header { padding-bottom: 21px; position: relative; /* languages/currencies */ } +/* line 1538, ../sass/global.scss */ #header .header-row { background: #333333; } +/* line 1541, ../sass/global.scss */ #header .header-row .shop-phone { display: block; padding: 5px 0 10px; } +@media (max-width: 767px) { + /* line 1541, ../sass/global.scss */ + #header .header-row .shop-phone { + display: none; + } +} +/* line 1548, ../sass/global.scss */ #header .header-row .shop-phone i { font-size: 21px; line-height: 21px; color: #fff; padding-right: 7px; } +/* line 1555, ../sass/global.scss */ #header .header-row .shop-phone strong { color: #fff; } +/* line 1558, ../sass/global.scss */ #header .header-row #header_user_info { float: right; border-left: 1px solid #515151; border-right: 1px solid #515151; } +@media (max-width: 479px) { + /* line 1558, ../sass/global.scss */ + #header .header-row #header_user_info { + width: 25%; + text-align: center; + } +} +/* line 1566, ../sass/global.scss */ #header .header-row #header_user_info a { color: #fff; font-weight: bold; display: block; padding: 8px 9px 11px 8px; } +@media (max-width: 479px) { + /* line 1566, ../sass/global.scss */ + #header .header-row #header_user_info a { + font-size: 11px; + } +} +/* line 1577, ../sass/global.scss */ #header .header-row-2 { position: relative; z-index: 1; } +/* line 1578, ../sass/global.scss */ #header #header_logo { position: absolute; left: 0; top: 27px; z-index: 1; } +@media (min-width: 768px) and (max-width: 991px) { + /* line 1578, ../sass/global.scss */ + #header #header_logo { + width: 250px; + top: 35px; + } +} +@media (min-width: 480px) and (max-width: 767px) { + /* line 1578, ../sass/global.scss */ + #header #header_logo { + width: 174px; + left: 15px; + top: 48px; + } +} +@media (max-width: 479px) { + /* line 1578, ../sass/global.scss */ + #header #header_logo { + width: 200px; + left: 50%; + margin-left: -100px; + top: 20px; + } +} +/* line 1599, ../sass/global.scss */ #header #header_right { position: relative; } +/* line 1603, ../sass/global.scss */ #header #currencies-block-top, #header #languages-block-top { float: right; border-left: 1px solid #515151; position: relative; } +@media (max-width: 479px) { + /* line 1603, ../sass/global.scss */ + #header #currencies-block-top, #header #languages-block-top { + width: 25%; + } +} +/* line 1611, ../sass/global.scss */ #header #currencies-block-top span.firstWord, #header #languages-block-top span.firstWord { display: none; } +/* line 1613, ../sass/global.scss */ #header #currencies-block-top div.current, #header #languages-block-top div.current { font-weight: bold; padding: 8px 10px 10px 10px; color: #fff; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.2); } +@media (max-width: 479px) { + /* line 1613, ../sass/global.scss */ + #header #currencies-block-top div.current, #header #languages-block-top div.current { + text-align: center; + padding: 9px 5px 10px; + font-size: 11px; + } +} +/* line 1623, ../sass/global.scss */ #header #currencies-block-top div.current strong, #header #languages-block-top div.current strong { color: #777777; } +/* line 1627, ../sass/global.scss */ #header #currencies-block-top div.current:after, #header #languages-block-top div.current:after { content: ""; font-family: "FontAwesome"; @@ -1744,6 +2104,22 @@ div.star_hover a, div.star a:hover { vertical-align: -2px; padding-left: 12px; } +@media (max-width: 479px) { + /* line 1627, ../sass/global.scss */ + #header #currencies-block-top div.current:after, #header #languages-block-top div.current:after { + padding-left: 2px; + font-size: 13px; + line-height: 13px; + vertical-align: 0; + } +} +@media (max-width: 479px) { + /* line 1642, ../sass/global.scss */ + #header #currencies-block-top div.current .cur-label, #header #languages-block-top div.current .cur-label { + display: none; + } +} +/* line 1649, ../sass/global.scss */ #header #currencies-block-top ul, #header #languages-block-top ul { display: none; position: absolute; @@ -1753,39 +2129,63 @@ div.star_hover a, div.star a:hover { background: #333333; z-index: 2; } +/* line 1658, ../sass/global.scss */ #header #currencies-block-top ul li, #header #languages-block-top ul li { color: #fff; line-height: 35px; font-size: 13px; } +/* line 1663, ../sass/global.scss */ #header #currencies-block-top ul li a, #header #currencies-block-top ul li > span, #header #languages-block-top ul li a, #header #languages-block-top ul li > span { padding: 0 10px 0 12px; display: block; color: #fff; } +/* line 1669, ../sass/global.scss */ #header #currencies-block-top ul li.selected, #header #currencies-block-top ul li:hover a, #header #languages-block-top ul li.selected, #header #languages-block-top ul li:hover a { background: #484848; } +/* line 1674, ../sass/global.scss */ #header #currencies-block-top ul:hover, #header #languages-block-top ul:hover { display: block; } +/* line 1677, ../sass/global.scss */ #header #contact-link { float: right; border-left: 1px solid #515151; } +@media (max-width: 479px) { + /* line 1677, ../sass/global.scss */ + #header #contact-link { + width: 25%; + text-align: center; + } +} +/* line 1684, ../sass/global.scss */ #header #contact-link a { display: block; color: #FFF; font-weight: bold; padding: 8px 10px 11px 10px; - text-shadow: 1px 1px rgba(0, 0, 0, 0); + text-shadow: 1px 1px rgba(0, 0, 0, 0.2); } +@media (max-width: 479px) { + /* line 1684, ../sass/global.scss */ + #header #contact-link a { + font-size: 11px; + padding-left: 5px; + padding-right: 5px; + } +} +/* line 1697, ../sass/global.scss */ #header #contact-link a, #header .header-row #header_user_info a, #header #currencies-block-top div.current, #header #languages-block-top div.current { cursor: pointer; } +/* line 1700, ../sass/global.scss */ #header #contact-link a:hover, #header .header-row #header_user_info a:hover, #header #currencies-block-top div.current:hover, #header #languages-block-top div.current:hover { background: #2b2b2b; } +/* line 1703, ../sass/global.scss */ #header #contact-link a:hover + ul, #header .header-row #header_user_info a:hover + ul, #header #currencies-block-top div.current:hover + ul, #header #languages-block-top div.current:hover + ul { display: block; } @@ -1793,6 +2193,7 @@ div.star_hover a, div.star a:hover { /* ************************************************************************************************ BREADCRUMB ************************************************************************************************ */ +/* line 1712, ../sass/global.scss */ .breadcrumb { display: inline-block; padding: 0 11px 0 0; @@ -1811,15 +2212,18 @@ div.star_hover a, div.star a:hover { position: relative; z-index: 1; } +/* line 1726, ../sass/global.scss */ .breadcrumb .navigation-pipe { float: left; width: 18px; display: inline-block; text-indent: -5000px; } +/* line 1732, ../sass/global.scss */ .breadcrumb .navigation_page { float: left; } +/* line 1734, ../sass/global.scss */ .breadcrumb a { display: inline-block; float: left; @@ -1830,6 +2234,7 @@ div.star_hover a, div.star a:hover { z-index: 2; color: #333; } +/* line 1744, ../sass/global.scss */ .breadcrumb a.home { font-size: 17px; color: #777777; @@ -1845,6 +2250,7 @@ div.star_hover a, div.star a:hover { border-bottom-left-radius: 3px; z-index: 99; } +/* line 1756, ../sass/global.scss */ .breadcrumb a:after { display: inline-block; content: "."; @@ -1865,6 +2271,7 @@ div.star_hover a, div.star a:hover { -o-transform: rotate(45deg); transform: rotate(45deg); } +/* line 1773, ../sass/global.scss */ .breadcrumb a:hover { color: #777; } @@ -1872,53 +2279,84 @@ div.star_hover a, div.star a:hover { /* ************************************************************************************************ FOOTER ************************************************************************************************ */ +/* line 1781, ../sass/global.scss */ .footer-container { padding: 0 0 100px 0; - background: url(../img/footer-bg.gif) repeat-x; } +@media (min-width: 768px) { + /* line 1781, ../sass/global.scss */ + .footer-container { + background: url(../img/footer-bg.gif) repeat-x; + } +} +/* line 1787, ../sass/global.scss */ .footer-container #footer { color: #777; position: relative; } +/* line 1790, ../sass/global.scss */ .footer-container #footer .footer-block { margin-top: 45px; } +/* line 1794, ../sass/global.scss */ .footer-container #footer a { color: #777; } +/* line 1797, ../sass/global.scss */ .footer-container #footer a:hover { color: #fff; } +/* line 1802, ../sass/global.scss */ .footer-container #footer h4 { font: 600 18px/22px "Open Sans", sans-serif; color: #fff; margin: 0 0 13px 0; } +/* line 1807, ../sass/global.scss */ .footer-container #footer h4 a { color: #fff; } +/* line 1811, ../sass/global.scss */ .footer-container #footer ul li { padding-bottom: 8px; } +/* line 1814, ../sass/global.scss */ .footer-container #footer ul li a { font-weight: bold; - text-shadow: 1px 1px 0px rgba(0, 0, 0, 0); + text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); } +/* line 1820, ../sass/global.scss */ .footer-container #footer #block_contact_infos { border-left: 1px solid #515151; } +@media (max-width: 767px) { + /* line 1820, ../sass/global.scss */ + .footer-container #footer #block_contact_infos { + border: none; + } +} +/* line 1825, ../sass/global.scss */ .footer-container #footer #block_contact_infos > div { padding: 0 0 0 5px; } +@media (max-width: 767px) { + /* line 1825, ../sass/global.scss */ + .footer-container #footer #block_contact_infos > div { + padding-left: 0; + } +} +/* line 1833, ../sass/global.scss */ .footer-container #footer #block_contact_infos > div ul li { padding: 0 0 7px 4px; overflow: hidden; line-height: 30px; } +/* line 1838, ../sass/global.scss */ .footer-container #footer #block_contact_infos > div ul li > span, .footer-container #footer #block_contact_infos > div ul li > span a { color: #fff; font-weight: normal; } +/* line 1843, ../sass/global.scss */ .footer-container #footer #block_contact_infos > div ul li i { font-size: 25px; width: 32px; @@ -1927,47 +2365,74 @@ div.star_hover a, div.star a:hover { float: left; color: #908f8f; } +/* line 1848, ../sass/global.scss */ .footer-container #footer .blockcategories_footer { clear: left; } +/* line 1849, ../sass/global.scss */ .footer-container #footer #social_block { float: left; width: 50%; - padding: 23px 30px 0 0; + padding: 23px 30px 16px 0; + background: #3F3F3F; } +@media (max-width: 767px) { + /* line 1849, ../sass/global.scss */ + .footer-container #footer #social_block { + width: 100%; + float: left; + padding-top: 5px; + } +} +/* line 1859, ../sass/global.scss */ .footer-container #footer #social_block ul { float: right; } +@media (max-width: 767px) { + /* line 1859, ../sass/global.scss */ + .footer-container #footer #social_block ul { + float: none; + } +} +/* line 1865, ../sass/global.scss */ .footer-container #footer #social_block ul li { float: left; width: 40px; text-align: center; } +/* line 1870, ../sass/global.scss */ .footer-container #footer #social_block ul li a { display: inline-block; color: #908f8f; font-size: 28px; } +/* line 1875, ../sass/global.scss */ .footer-container #footer #social_block ul li a span { display: none; } +/* line 1877, ../sass/global.scss */ .footer-container #footer #social_block ul li a:before { display: inline-block; font-family: "FontAwesome"; vertical-align: -5px; } +/* line 1883, ../sass/global.scss */ .footer-container #footer #social_block ul li a:hover { color: #fff; } +/* line 1889, ../sass/global.scss */ .footer-container #footer #social_block ul li.facebook a:before { content: ""; } +/* line 1895, ../sass/global.scss */ .footer-container #footer #social_block ul li.twitter a:before { content: ""; } +/* line 1901, ../sass/global.scss */ .footer-container #footer #social_block ul li.rss a:before { content: ""; } +/* line 1906, ../sass/global.scss */ .footer-container #footer #social_block h4 { float: right; margin-bottom: 0; @@ -1976,11 +2441,20 @@ div.star_hover a, div.star a:hover { text-transform: none; padding: 0 10px 0 0; } +@media (max-width: 767px) { + /* line 1906, ../sass/global.scss */ + .footer-container #footer #social_block h4 { + display: none; + text-align: center; + } +} +/* line 1919, ../sass/global.scss */ .footer-container #footer .bottom-footer { position: absolute; bottom: -55px; left: 0; } +/* line 1924, ../sass/global.scss */ .footer-container #footer .bottom-footer div { padding: 15px 0 0 0; border-top: 1px solid #515151; @@ -1988,6 +2462,7 @@ div.star_hover a, div.star a:hover { } /* Make sure lists are correctly displayed in tinyMCE BO edition mode too */ +/* line 1939, ../sass/global.scss */ #short_description_content ul, #short_description_content ol, #short_description_content dl, @@ -1997,6 +2472,7 @@ div.star_hover a, div.star a:hover { margin-left: 20px; } +/* line 1941, ../sass/global.scss */ .block_hidden_only_for_screen { display: none; } @@ -2005,9 +2481,11 @@ div.star_hover a, div.star a:hover { PAIMENT - PAGE ORDER ************************************************************************************************ */ /* nav bottom ********************************************************************************** */ +/* line 1947, ../sass/global.scss */ .cart_navigation { margin: 0 0 20px; } +/* line 1950, ../sass/global.scss */ .cart_navigation .button-medium { float: right; -webkit-border-radius: 4px; @@ -2018,6 +2496,7 @@ div.star_hover a, div.star a:hover { font-size: 20px; line-height: 24px; } +/* line 1956, ../sass/global.scss */ .cart_navigation .button-medium span { -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -2026,12 +2505,14 @@ div.star_hover a, div.star a:hover { border-radius: 4px; padding: 11px 15px 10px 15px; } +/* line 1961, ../sass/global.scss */ .cart_navigation .button-medium i.right { font-size: 25px; line-height: 25px; vertical-align: -4px; margin-left: 6px; } +/* line 1968, ../sass/global.scss */ .cart_navigation .button-exclusive { border: none; background: none; @@ -2041,10 +2522,12 @@ div.star_hover a, div.star a:hover { color: #333; margin: 9px 0 0 0; } +/* line 1977, ../sass/global.scss */ .cart_navigation .button-exclusive i { color: #777777; margin-right: 8px; } +/* line 1982, ../sass/global.scss */ .cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active { color: #515151; -webkit-box-shadow: none; @@ -2052,6 +2535,7 @@ div.star_hover a, div.star a:hover { box-shadow: none; } @media (max-width: 480px) { + /* line 1989, ../sass/global.scss */ .cart_navigation > span { display: block; width: 100%; @@ -2060,10 +2544,12 @@ div.star_hover a, div.star a:hover { } /* step 1 - cart ******************************************************************************* */ +/* line 1999, ../sass/global.scss */ .cart_last_product { display: none; } +/* line 2000, ../sass/global.scss */ .cart_quantity .cart_quantity_input { height: 27px; line-height: 27px; @@ -2072,126 +2558,157 @@ div.star_hover a, div.star a:hover { width: 57px; } +/* line 2007, ../sass/global.scss */ .table tbody > tr > td { vertical-align: middle; } +/* line 2010, ../sass/global.scss */ .table tbody > tr > td.cart_quantity { padding: 41px 14px 25px; width: 88px; } +/* line 2013, ../sass/global.scss */ .table tbody > tr > td.cart_quantity .cart_quantity_button { margin-top: 3px; } +/* line 2015, ../sass/global.scss */ .table tbody > tr > td.cart_quantity .cart_quantity_button a { float: left; margin-right: 3px; } +/* line 2018, ../sass/global.scss */ .table tbody > tr > td.cart_quantity .cart_quantity_button a + a { margin-right: 0; } +/* line 2024, ../sass/global.scss */ .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del { padding: 5px; } +/* line 2028, ../sass/global.scss */ .table tfoot > tr > td { vertical-align: middle; } +/* line 2032, ../sass/global.scss */ .cart_delete a.cart_quantity_delete, a.price_discount_delete { font-size: 23px; color: #333333; } +/* line 2035, ../sass/global.scss */ .cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover { color: #c0c0c0; } +/* line 2042, ../sass/global.scss */ #cart_summary tbody td.cart_product { padding: 19px; } +/* line 2044, ../sass/global.scss */ #cart_summary tbody td.cart_product img { border: 1px solid #d6d4d4; } +/* line 2048, ../sass/global.scss */ #cart_summary tbody td.cart_unit { text-align: center; } +/* line 2052, ../sass/global.scss */ #cart_summary tbody td.cart_unit .price span { display: block; } +/* line 2055, ../sass/global.scss */ #cart_summary tbody td.cart_unit .price span.price-percent-reduction { margin: 5px auto; display: inline-block; } +/* line 2060, ../sass/global.scss */ #cart_summary tbody td.cart_unit .price span.old-price { text-decoration: line-through; } +/* line 2066, ../sass/global.scss */ #cart_summary tbody td.cart_description small { display: block; padding: 5px 0 0 0; } +/* line 2075, ../sass/global.scss */ #cart_summary tfoot td.text-right { font-weight: bold; color: #333; } +/* line 2079, ../sass/global.scss */ #cart_summary tfoot td.price { text-align: right; } +/* line 2083, ../sass/global.scss */ #cart_summary tfoot td.total_price_container span { font: 600 18px/22px "Open Sans", sans-seif; color: #555454; text-transform: uppercase; } +/* line 2089, ../sass/global.scss */ #cart_summary tfoot td#total_price_container { font: 600 21px/25px "Open Sans", sans-serif; color: #333333; background: #fff; } +/* line 2097, ../sass/global.scss */ .cart_voucher { vertical-align: top !important; } +/* line 2099, ../sass/global.scss */ .cart_voucher h4 { font: 600 18px/22px "Open Sans", sans-serif; color: #555454; text-transform: uppercase; padding: 7px 0 10px 0; } +/* line 2105, ../sass/global.scss */ .cart_voucher .title-offers { color: #333; font-weight: bold; margin-bottom: 6px; } +/* line 2110, ../sass/global.scss */ .cart_voucher fieldset { margin-bottom: 10px; } +/* line 2112, ../sass/global.scss */ .cart_voucher fieldset #discount_name { float: left; width: 219px; margin-right: 11px; } +/* line 2119, ../sass/global.scss */ .cart_voucher #display_cart_vouchers span { font-weight: bold; cursor: pointer; color: #777777; } +/* line 2124, ../sass/global.scss */ .cart_voucher #display_cart_vouchers span:hover { color: #515151; } +/* line 2128, ../sass/global.scss */ .enable-multishipping { margin: -13px 0 17px; } +/* line 2130, ../sass/global.scss */ .enable-multishipping label { font-weight: normal; } +/* line 2134, ../sass/global.scss */ #HOOK_SHOPPING_CART #loyalty i { font-size: 26px; line-height: 26px; color: #cfcccc; } +/* line 2141, ../sass/global.scss */ #order_carrier { clear: both; margin-top: 20px; @@ -2199,6 +2716,7 @@ a.price_discount_delete:hover { background: white; } +/* line 2147, ../sass/global.scss */ #order_carrier .title_block { padding: 0 15px; height: 29px; @@ -2210,16 +2728,19 @@ a.price_discount_delete:hover { background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; } +/* line 2157, ../sass/global.scss */ #order_carrier span { display: block; padding: 15px; font-weight: bold; } +/* line 2162, ../sass/global.scss */ .multishipping_close_container { text-align: center; } +/* line 2166, ../sass/global.scss */ table#cart_summary .gift-icon { color: white; background: #0088CC; @@ -2229,66 +2750,81 @@ table#cart_summary .gift-icon { } /* step 3 - address ************************************************************************** */ +/* line 2174, ../sass/global.scss */ #multishipping_mode_box { padding-top: 12px; padding-bottom: 19px; } +/* line 2177, ../sass/global.scss */ #multishipping_mode_box .title { font-weight: bold; color: #333; margin-bottom: 15px; } +/* line 2183, ../sass/global.scss */ #multishipping_mode_box .description_off { display: none; } +/* line 2186, ../sass/global.scss */ #multishipping_mode_box .description_off div { margin-bottom: 10px; } +/* line 2189, ../sass/global.scss */ #multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover { background: #f3f3f3; border: 1px solid #ccc; } +/* line 2193, ../sass/global.scss */ #multishipping_mode_box.on .description_off { display: block; } +/* line 2198, ../sass/global.scss */ .multishipping-cart .cart_address_delivery.form-control { width: 198px; } +/* line 2203, ../sass/global.scss */ #order .address_add.submit { margin-bottom: 20px; } +/* line 2204, ../sass/global.scss */ #ordermsg { margin-bottom: 30px; } +/* line 2205, ../sass/global.scss */ #id_address_invoice.form-control, #id_address_delivery.form-control { width: 269px; } +/* line 2208, ../sass/global.scss */ .checkbox.addressesAreEquals { margin: 0 0 25px 0; } /* step 4 - paiement ************************************************************************** */ +/* line 2213, ../sass/global.scss */ #order .delivery_option label, #order-opc .delivery_option label { display: block; margin-bottom: 20px; font-weight: normal; } +/* line 2217, ../sass/global.scss */ #order .delivery_option label > table, #order-opc .delivery_option label > table { background: #fff; margin-bottom: 0; } +/* line 2220, ../sass/global.scss */ #order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume { height: 53px; } +/* line 2223, ../sass/global.scss */ #order .delivery_option label > table.delivery_option_carrier, #order-opc .delivery_option label > table.delivery_option_carrier { margin-top: 10px; width: 100%; @@ -2297,56 +2833,69 @@ table#cart_summary .gift-icon { border: 1px solid #4b80c3; font-weight: bold; } +/* line 2230, ../sass/global.scss */ #order .delivery_option label > table.delivery_option_carrier td, #order-opc .delivery_option label > table.delivery_option_carrier td { padding: 8px 11px 7px 11px; } +/* line 2232, ../sass/global.scss */ #order .delivery_option label > table.delivery_option_carrier td i, #order-opc .delivery_option label > table.delivery_option_carrier td i { font-size: 20px; margin-right: 7px; vertical-align: -2px; } +/* line 2240, ../sass/global.scss */ #order .delivery_option label > table td.delivery_option_radio, #order-opc .delivery_option label > table td.delivery_option_radio { width: 54px; padding-left: 0; padding-right: 0; text-align: center; } +/* line 2246, ../sass/global.scss */ #order .delivery_option label > table td.delivery_option_logo, #order-opc .delivery_option label > table td.delivery_option_logo { width: 97px; padding-left: 21px; } +/* line 2250, ../sass/global.scss */ #order .delivery_option label > table td.delivery_option_price, #order-opc .delivery_option label > table td.delivery_option_price { width: 162px; } +/* line 2255, ../sass/global.scss */ .order_carrier_content { line-height: normal; padding-bottom: 16px; } +/* line 2258, ../sass/global.scss */ .order_carrier_content .carrier_title { font-weight: bold; color: #333; } +/* line 2263, ../sass/global.scss */ .order_carrier_content .checkbox input { margin-top: 2px; } +/* line 2266, ../sass/global.scss */ .order_carrier_content .delivery_options_address .carrier_title { margin-bottom: 17px; } +/* line 2270, ../sass/global.scss */ .order_carrier_content + div { padding-bottom: 15px; } +/* line 2275, ../sass/global.scss */ #carrierTable { border: 1px solid #999; border-bottom: none; background: white; } +/* line 2281, ../sass/global.scss */ #carrierTable tbody { border-bottom: 1px solid #999; } +/* line 2284, ../sass/global.scss */ #carrierTable th { padding: 0 15px; height: 29px; @@ -2357,38 +2906,46 @@ table#cart_summary .gift-icon { background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; } +/* line 2293, ../sass/global.scss */ #carrierTable td { padding: 15px; font-weight: bold; border-right: 1px solid #e9e9e9; } +/* line 2298, ../sass/global.scss */ #carrierTable td.carrier_price { border: none; } +/* line 2299, ../sass/global.scss */ p.checkbox.gift { margin-bottom: 10px; } +/* line 2300, ../sass/global.scss */ #gift_div { display: none; margin-top: 5px; margin-bottom: 10px; } +/* line 2306, ../sass/global.scss */ a.iframe { color: #333333; text-decoration: underline; } +/* line 2309, ../sass/global.scss */ a.iframe:hover { text-decoration: none; } /* step 5 - paiement ************************************************************************** */ +/* line 2315, ../sass/global.scss */ p.payment_module { margin-bottom: 10px; } +/* line 2317, ../sass/global.scss */ p.payment_module a { display: block; border: 1px solid #d6d4d4; @@ -2405,12 +2962,15 @@ p.payment_module a { letter-spacing: -1px; position: relative; } +/* line 2329, ../sass/global.scss */ p.payment_module a.bankwire { background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb; } +/* line 2332, ../sass/global.scss */ p.payment_module a.cheque { background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb; } +/* line 2337, ../sass/global.scss */ p.payment_module a.cheque:after, p.payment_module a.bankwire:after { display: block; content: ""; @@ -2424,31 +2984,39 @@ p.payment_module a.cheque:after, p.payment_module a.bankwire:after { width: 14px; color: #777777; } +/* line 2351, ../sass/global.scss */ p.payment_module a:hover { background-color: #f6f6f6; } +/* line 2354, ../sass/global.scss */ .payment_module.box { margin-top: 20px; } +/* line 2355, ../sass/global.scss */ p.cheque-indent { margin-bottom: 9px; } +/* line 2359, ../sass/global.scss */ .cheque-box .form-group { margin-bottom: 10px; } +/* line 2362, ../sass/global.scss */ .cheque-box .form-group .form-control { width: 269px; } +/* line 2365, ../sass/global.scss */ .order-confirmation.box { line-height: 29px; } +/* line 2365, ../sass/global.scss */ .order-confirmation.box a { text-decoration: underline; } +/* line 2365, ../sass/global.scss */ .order-confirmation.box a:hover { text-decoration: none; } @@ -2456,26 +3024,32 @@ p.cheque-indent { /* ************************************************************************************************ PAGE ORDER-OPC ************************************************************************************************ */ +/* line 2369, ../sass/global.scss */ .delivery_option_carrier td { width: 200px; } +/* line 2370, ../sass/global.scss */ .delivery_option_carrier td + td { width: 280px; } +/* line 2371, ../sass/global.scss */ .delivery_option_carrier td + td + td { width: 200px; } +/* line 2372, ../sass/global.scss */ .delivery_option_carrier tr td { padding: 5px; } +/* line 2375, ../sass/global.scss */ .delivery_option_carrier.selected { display: table; } +/* line 2378, ../sass/global.scss */ .delivery_option_carrier.not-displayable { display: none; } @@ -2483,27 +3057,34 @@ p.cheque-indent { /* ************************************************************************************************ PAGES ADRESSES, IDENTITY ************************************************************************************************ */ +/* line 2385, ../sass/global.scss */ #address .box, #identity .box, #account-creation_form .box, #new_account_form .box, #opc_account_form .box, #authentication .box { padding-bottom: 20px; line-height: 20px; } +/* line 2386, ../sass/global.scss */ #address p.required, #identity p.required, #account-creation_form p.required, #new_account_form p.required, #opc_account_form p.required, #authentication p.required { color: #f13340; margin: 9px 0 16px 0; } +/* line 2390, ../sass/global.scss */ #address p.inline-infos, #identity p.inline-infos, #account-creation_form p.inline-infos, #new_account_form p.inline-infos, #opc_account_form p.inline-infos, #authentication p.inline-infos { color: #f00; } +/* line 2393, ../sass/global.scss */ #address .form-group, #identity .form-group, #account-creation_form .form-group, #new_account_form .form-group, #opc_account_form .form-group, #authentication .form-group { margin-bottom: 4px; } +/* line 2396, ../sass/global.scss */ #address .form-group .form-control, #identity .form-group .form-control, #account-creation_form .form-group .form-control, #new_account_form .form-group .form-control, #opc_account_form .form-group .form-control, #authentication .form-group .form-control { max-width: 271px; } +/* line 2397, ../sass/global.scss */ #address .form-group#adress_alias, #identity .form-group#adress_alias, #account-creation_form .form-group#adress_alias, #new_account_form .form-group#adress_alias, #opc_account_form .form-group#adress_alias, #authentication .form-group#adress_alias { margin-bottom: 20px; } @media (min-width: 1200px) { + /* line 2400, ../sass/global.scss */ #address .form-group.phone-number, #identity .form-group.phone-number, #account-creation_form .form-group.phone-number, #new_account_form .form-group.phone-number, #opc_account_form .form-group.phone-number, #authentication .form-group.phone-number { float: left; width: 270px; @@ -2511,42 +3092,67 @@ p.cheque-indent { } } @media (min-width: 1200px) { + /* line 2406, ../sass/global.scss */ #address .form-group.phone-number + p, #identity .form-group.phone-number + p, #account-creation_form .form-group.phone-number + p, #new_account_form .form-group.phone-number + p, #opc_account_form .form-group.phone-number + p, #authentication .form-group.phone-number + p { padding: 23px 0 0 0px; margin-bottom: 0; } } +/* line 2414, ../sass/global.scss */ +#address .gender-line, #identity .gender-line, #account-creation_form .gender-line, #new_account_form .gender-line, #opc_account_form .gender-line, #authentication .gender-line { + margin-bottom: 4px; + padding-top: 4px; +} +/* line 2417, ../sass/global.scss */ +#address .gender-line > label, #identity .gender-line > label, #account-creation_form .gender-line > label, #new_account_form .gender-line > label, #opc_account_form .gender-line > label, #authentication .gender-line > label { + margin-right: 10px; + margin-bottom: 0; +} +/* line 2423, ../sass/global.scss */ +#address .gender-line .radio-inline label, #identity .gender-line .radio-inline label, #account-creation_form .gender-line .radio-inline label, #new_account_form .gender-line .radio-inline label, #opc_account_form .gender-line .radio-inline label, #authentication .gender-line .radio-inline label { + font-weight: normal; + color: #777; +} +/* line 2433, ../sass/global.scss */ #identity #center_column form.std .row, #authentication #center_column form.std .row, #order-opc #center_column form.std .row { margin-left: -5px; margin-right: -5px; } +/* line 2436, ../sass/global.scss */ #identity #center_column form.std .row .col-xs-4, #authentication #center_column form.std .row .col-xs-4, #order-opc #center_column form.std .row .col-xs-4 { padding-left: 5px; padding-right: 5px; max-width: 94px; } +/* line 2440, ../sass/global.scss */ #identity #center_column form.std .row .col-xs-4 .form-control, #authentication #center_column form.std .row .col-xs-4 .form-control, #order-opc #center_column form.std .row .col-xs-4 .form-control { max-width: 84px; } +/* line 2444, ../sass/global.scss */ #identity #center_column .footer_links, #authentication #center_column .footer_links, #order-opc #center_column .footer_links { border: none; padding-top: 0; } +/* line 2450, ../sass/global.scss */ #new_account_form .box { line-height: 20px; } +/* line 2452, ../sass/global.scss */ #new_account_form .box .date-select { padding-bottom: 10px; } +/* line 2453, ../sass/global.scss */ #new_account_form .box .top-indent { padding-top: 10px; } +/* line 2454, ../sass/global.scss */ #new_account_form .box .customerprivacy { padding-top: 15px; } +/* line 2457, ../sass/global.scss */ #authentication fieldset.account_creation { margin-bottom: 20px; } @@ -2554,15 +3160,19 @@ p.cheque-indent { /************************************************************************************************** PASSWORD **************************************************************************************************/ +/* line 2464, ../sass/global.scss */ #password .box p { margin-bottom: 9px; } +/* line 2467, ../sass/global.scss */ #password .box .form-group { margin-bottom: 20px; } +/* line 2470, ../sass/global.scss */ #password .box .form-group .form-control { width: 263px; } +/* line 2475, ../sass/global.scss */ #password .footer_links { padding-top: 0; border: none; @@ -2571,6 +3181,7 @@ p.cheque-indent { /* ************************************************************************************************ PAGE SEARCH ************************************************************************************************ */ +/* line 2481, ../sass/global.scss */ #instant_search_results a.close { font-size: 13px; font-weight: 600; @@ -2579,6 +3190,7 @@ p.cheque-indent { text-transform: none; font-family: Arial, Helvetica, sans-serif; } +/* line 2488, ../sass/global.scss */ #instant_search_results a.close:hover { color: #515151; } @@ -2586,50 +3198,62 @@ p.cheque-indent { /* ************************************************************************************************ MANUFACTURERS/SUPPLIERS ************************************************************************************************ */ +/* line 2498, ../sass/global.scss */ #manufacturers_list h3, #suppliers_list h3 { font-size: 17px; line-height: 23px; } +/* line 2503, ../sass/global.scss */ #manufacturers_list .description, #suppliers_list .description { line-height: 18px; } +/* line 2509, ../sass/global.scss */ #manufacturers_list .product-counter a, #suppliers_list .product-counter a { font-weight: bold; color: #333333; } +/* line 2513, ../sass/global.scss */ #manufacturers_list .product-counter a:hover, #suppliers_list .product-counter a:hover { color: #515151; } +/* line 2522, ../sass/global.scss */ #manufacturers_list.list li .mansup-container, #suppliers_list.list li .mansup-container { border-top: 1px solid #d6d4d4; padding: 31px 0 30px 0; /* < 768 */ } @media (max-width: 767px) { + /* line 2522, ../sass/global.scss */ #manufacturers_list.list li .mansup-container, #suppliers_list.list li .mansup-container { text-align: center; } } +/* line 2533, ../sass/global.scss */ #manufacturers_list.list li:first-child .mansup-container, #suppliers_list.list li:first-child .mansup-container { border-top: 0; } +/* line 2538, ../sass/global.scss */ #manufacturers_list.list li .left-side, #suppliers_list.list li .left-side { text-align: center; } +/* line 2540, ../sass/global.scss */ #manufacturers_list.list li h3, #suppliers_list.list li h3 { margin-top: -5px; padding-bottom: 8px; } +/* line 2545, ../sass/global.scss */ #manufacturers_list.list li .middle-side, #suppliers_list.list li .middle-side { padding-left: 0; /* < 768 */ } @media (max-width: 767px) { + /* line 2545, ../sass/global.scss */ #manufacturers_list.list li .middle-side, #suppliers_list.list li .middle-side { padding-right: 15px; padding-left: 15px; } } +/* line 2555, ../sass/global.scss */ #manufacturers_list.list li .right-side-content, #suppliers_list.list li .right-side-content { border-left: 1px solid #d6d4d4; padding: 0 0 32px 31px; @@ -2637,12 +3261,14 @@ p.cheque-indent { /* < 768 */ } @media (max-width: 767px) { + /* line 2555, ../sass/global.scss */ #manufacturers_list.list li .right-side-content, #suppliers_list.list li .right-side-content { min-height: 1px; padding: 0; border: none; } } +/* line 2567, ../sass/global.scss */ #manufacturers_list.list li .right-side-content .product-counter, #suppliers_list.list li .right-side-content .product-counter { position: relative; top: -6px; @@ -2650,98 +3276,121 @@ p.cheque-indent { /* < 768 */ } @media (max-width: 767px) { + /* line 2567, ../sass/global.scss */ #manufacturers_list.list li .right-side-content .product-counter, #suppliers_list.list li .right-side-content .product-counter { top: 0; } } +/* line 2581, ../sass/global.scss */ #manufacturers_list.grid, #suppliers_list.grid { /* > 1199 */ /*768 -> 1199*/ /*< 768 */ } +/* line 2583, ../sass/global.scss */ #manufacturers_list.grid li, #suppliers_list.grid li { text-align: center; } +/* line 2586, ../sass/global.scss */ #manufacturers_list.grid li .product-container, #suppliers_list.grid li .product-container { padding-top: 40px; padding-bottom: 20px; border-bottom: 1px solid #d6d4d4; } +/* line 2591, ../sass/global.scss */ #manufacturers_list.grid li .product-container .left-side, #suppliers_list.grid li .product-container .left-side { padding-bottom: 42px; } +/* line 2594, ../sass/global.scss */ #manufacturers_list.grid li .product-container h3, #suppliers_list.grid li .product-container h3 { padding-bottom: 10px; } +/* line 2595, ../sass/global.scss */ #manufacturers_list.grid li .product-container .product-counter, #suppliers_list.grid li .product-container .product-counter { margin-bottom: 12px; } @media (min-width: 1200px) { + /* line 2600, ../sass/global.scss */ #manufacturers_list.grid li.first-in-line, #suppliers_list.grid li.first-in-line { clear: left; } + /* line 2601, ../sass/global.scss */ #manufacturers_list.grid li.last-line .product-container, #suppliers_list.grid li.last-line .product-container { border-bottom: none; } } @media (min-width: 768px) and (max-width: 1199px) { + /* line 2606, ../sass/global.scss */ #manufacturers_list.grid li.first-item-of-tablet-line, #suppliers_list.grid li.first-item-of-tablet-line { clear: left; } + /* line 2607, ../sass/global.scss */ #manufacturers_list.grid li.last-tablet-line .product-container, #suppliers_list.grid li.last-tablet-line .product-container { border-bottom: none; } } @media (max-width: 767px) { + /* line 2612, ../sass/global.scss */ #manufacturers_list.grid li.item-last .product-container, #suppliers_list.grid li.item-last .product-container { border-bottom: none; } } +/* line 2618, ../sass/global.scss */ #manufacturer .description_box, #supplier .description_box { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #d6d4d4; } +/* line 2623, ../sass/global.scss */ #manufacturer .description_box .hide_desc, #supplier .description_box .hide_desc { display: none; } +/* line 2625, ../sass/global.scss */ #manufacturer .bottom-pagination-content, #manufacturer .top-pagination-content, #supplier .bottom-pagination-content, #supplier .top-pagination-content { min-height: 69px; /* < 480*/ } +/* line 2628, ../sass/global.scss */ #manufacturer .bottom-pagination-content #pagination, #manufacturer .top-pagination-content #pagination, #supplier .bottom-pagination-content #pagination, #supplier .top-pagination-content #pagination { /* 480 -> 1199 */ } @media (min-width: 480px) and (max-width: 1199px) { + /* line 2628, ../sass/global.scss */ #manufacturer .bottom-pagination-content #pagination, #manufacturer .top-pagination-content #pagination, #supplier .bottom-pagination-content #pagination, #supplier .top-pagination-content #pagination { width: auto; text-align: right; } } +/* line 2635, ../sass/global.scss */ #manufacturer .bottom-pagination-content #pagination .showall, #manufacturer .top-pagination-content #pagination .showall, #supplier .bottom-pagination-content #pagination .showall, #supplier .top-pagination-content #pagination .showall { margin-right: 0; /* > 1199 */ } @media (min-width: 1200px) { + /* line 2635, ../sass/global.scss */ #manufacturer .bottom-pagination-content #pagination .showall, #manufacturer .top-pagination-content #pagination .showall, #supplier .bottom-pagination-content #pagination .showall, #supplier .top-pagination-content #pagination .showall { margin-right: 201px; } } @media (max-width: 480px) { + /* line 2647, ../sass/global.scss */ #manufacturer .bottom-pagination-content .product-count, #manufacturer .bottom-pagination-content #pagination, #manufacturer .top-pagination-content .product-count, #manufacturer .top-pagination-content #pagination, #supplier .bottom-pagination-content .product-count, #supplier .bottom-pagination-content #pagination, #supplier .top-pagination-content .product-count, #supplier .top-pagination-content #pagination { width: 100%; text-align: center; } + /* line 2651, ../sass/global.scss */ #manufacturer .bottom-pagination-content .product-count .showall, #manufacturer .bottom-pagination-content #pagination .showall, #manufacturer .top-pagination-content .product-count .showall, #manufacturer .top-pagination-content #pagination .showall, #supplier .bottom-pagination-content .product-count .showall, #supplier .bottom-pagination-content #pagination .showall, #supplier .top-pagination-content .product-count .showall, #supplier .top-pagination-content #pagination .showall { display: none; } } +/* line 2658, ../sass/global.scss */ #manufacturer .top-pagination-content.bottom-line, #supplier .top-pagination-content.bottom-line { border-bottom: 1px solid #d6d4d4; /* < 767 */ } @media (max-width: 767px) { + /* line 2658, ../sass/global.scss */ #manufacturer .top-pagination-content.bottom-line, #supplier .top-pagination-content.bottom-line { border-top: 1px solid #d6d4d4; } @@ -2750,14 +3399,17 @@ p.cheque-indent { /***************************************************************************************************** DISCOUNT PAGE ******************************************************************************************************/ +/* line 2671, ../sass/global.scss */ table.discount i { font-size: 20px; line-height: 20px; vertical-align: -2px; } +/* line 2676, ../sass/global.scss */ table.discount i.icon-ok { color: #46a74e; } +/* line 2680, ../sass/global.scss */ table.discount i.icon-remove { color: #f13340; } @@ -2765,22 +3417,28 @@ table.discount i.icon-remove { /***************************************************************************************************** GUEST TRACKING ******************************************************************************************************/ +/* line 2688, ../sass/global.scss */ #guestTracking { /* > 1200px */ } +/* line 2689, ../sass/global.scss */ #guestTracking .form-control { max-width: 271px; } @media (min-width: 1200px) { + /* line 2694, ../sass/global.scss */ #guestTracking .form-group { overflow: hidden; } + /* line 2696, ../sass/global.scss */ #guestTracking .form-group i { padding-left: 10px; } + /* line 2698, ../sass/global.scss */ #guestTracking .form-control { float: left; } + /* line 2701, ../sass/global.scss */ #guestTracking label { float: left; clear: both; @@ -2791,23 +3449,28 @@ table.discount i.icon-remove { /***************************************************************************************************** PAGE 404 ******************************************************************************************************/ +/* line 2708, ../sass/global.scss */ #pagenotfound .pagenotfound { max-width: 824px; margin: 0 auto; text-align: center; } +/* line 2713, ../sass/global.scss */ #pagenotfound .pagenotfound .img-404 { padding: 8px 0 27px 0; } +/* line 2716, ../sass/global.scss */ #pagenotfound .pagenotfound .img-404 img { max-width: 100%; } +/* line 2721, ../sass/global.scss */ #pagenotfound .pagenotfound h1 { font: 600 28px/34px "Open Sans", sans-serif; color: #333333; text-transform: uppercase; margin-bottom: 7px; } +/* line 2728, ../sass/global.scss */ #pagenotfound .pagenotfound p { font: 600 16px/20px "Open Sans", sanserif; color: #555454; @@ -2816,6 +3479,7 @@ table.discount i.icon-remove { padding-bottom: 19px; margin-bottom: 20px; } +/* line 2737, ../sass/global.scss */ #pagenotfound .pagenotfound h3 { font-weight: bold; color: #333; @@ -2823,14 +3487,17 @@ table.discount i.icon-remove { line-height: normal; margin-bottom: 18px; } +/* line 2745, ../sass/global.scss */ #pagenotfound .pagenotfound label { font-weight: normal; } @media (max-width: 767px) { + /* line 2745, ../sass/global.scss */ #pagenotfound .pagenotfound label { display: block; } } +/* line 2752, ../sass/global.scss */ #pagenotfound .pagenotfound .form-control { max-width: 293px; display: inline-block; @@ -2838,14 +3505,17 @@ table.discount i.icon-remove { /* max 767px */ } @media (max-width: 767px) { + /* line 2752, ../sass/global.scss */ #pagenotfound .pagenotfound .form-control { margin: 0 auto 15px auto; display: block; } } +/* line 2764, ../sass/global.scss */ #pagenotfound .pagenotfound .buttons { padding: 48px 0 20px 0; } +/* line 2769, ../sass/global.scss */ #pagenotfound .pagenotfound .buttons .button-medium i.left { font-size: 17px; } @@ -2853,10 +3523,12 @@ table.discount i.icon-remove { /* ************************************************************************************************ addon RerversoForm ************************************************************************************************ */ +/* line 2779, ../sass/global.scss */ #account-creation_form fieldset.reversoform { padding: 10px !important; } +/* line 2780, ../sass/global.scss */ #account-creation_form fieldset.reversoform .text label { display: block; padding: 0 0 10px 0; @@ -2864,6 +3536,7 @@ table.discount i.icon-remove { text-align: left; } +/* line 2786, ../sass/global.scss */ #account-creation_form fieldset.reversoform .infos-sup { padding: 0 !important; font-size: 10px; @@ -2874,6 +3547,7 @@ table.discount i.icon-remove { /* ************************************************************************************************ addon customer privacy ************************************************************************************************ */ +/* line 2795, ../sass/global.scss */ #account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label { cursor: pointer; } @@ -2881,6 +3555,7 @@ table.discount i.icon-remove { /* ************************************************************************************************ addon referralprogram ************************************************************************************************ */ +/* line 2802, ../sass/global.scss */ .tab-content { margin-top: 20px; } @@ -2888,11 +3563,13 @@ table.discount i.icon-remove { /* ************************************************************************************************ addon Livezilla ************************************************************************************************ */ +/* line 2806, ../sass/global.scss */ #livezilla_lnk { margin: 10px 0; text-align: right; } +/* line 2810, ../sass/global.scss */ #livezilla_lnk a { display: inline-block; padding: 6px 8px 8px 8px; @@ -2905,6 +3582,7 @@ table.discount i.icon-remove { background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 black; } +/* line 2821, ../sass/global.scss */ #livezilla_lnk a:hover { text-decoration: none; } @@ -2912,21 +3590,25 @@ table.discount i.icon-remove { /* ************************************************************************************************ addons comments products ************************************************************************************************ */ +/* line 2826, ../sass/global.scss */ form#sendComment fieldset { padding: 10px; border: 1px solid #ccc; background: #eeeeee; } +/* line 2831, ../sass/global.scss */ form#sendComment h3 { font-size: 14px; } +/* line 2832, ../sass/global.scss */ #new_comment_form p.text { margin-bottom: 0; padding-bottom: 0; } +/* line 2837, ../sass/global.scss */ #sendComment p.text label, #sendComment p.textarea label { display: block; @@ -2935,6 +3617,7 @@ form#sendComment h3 { font-size: 12px; } +/* line 2843, ../sass/global.scss */ #sendComment p.text input { padding: 0 5px; height: 28px; @@ -2943,17 +3626,20 @@ form#sendComment h3 { background: url(../img/bg_input.png) repeat-x 0 0 white; } +/* line 2850, ../sass/global.scss */ #sendComment p.textarea textarea { height: 80px; width: 508px; border: 1px solid #ccc; } +/* line 2855, ../sass/global.scss */ #sendComment p.submit { padding: 0; text-align: right; } +/* line 2860, ../sass/global.scss */ #sendComment p.closeform { float: right; padding: 0; @@ -2963,6 +3649,7 @@ form#sendComment h3 { background: url(../img/icon/delete.gif) no-repeat 0 0; } +/* line 2869, ../sass/global.scss */ .star { position: relative; top: 2px; @@ -2974,14 +3661,17 @@ form#sendComment h3 { cursor: pointer; } +/* line 2879, ../sass/global.scss */ .star, .star a { background: url(modules/productcomments/img/star.png) no-repeat 0 0; } +/* line 2880, ../sass/global.scss */ div.star_on a { background-position: 0 -13px; } +/* line 2881, ../sass/global.scss */ div.star_hover a, div.star a:hover { background-position: 0 -13px; } @@ -2994,6 +3684,7 @@ div.star_hover a, div.star a:hover { ************************************************************************************************ */ /******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/ /*************** Block ADVERTISING ***************/ +/* line 2894, ../sass/global.scss */ .advertising_block { width: 191px; margin-bottom: 1em; @@ -3001,6 +3692,7 @@ div.star_hover a, div.star a:hover { } /* footer */ +/* line 2897, ../sass/global.scss */ .blockcategories_footer ul ul { display: none !important; } @@ -3008,16 +3700,19 @@ div.star_hover a, div.star a:hover { /****************************************************************** Form validate *******************************************************************/ +/* line 2903, ../sass/global.scss */ .form-group.form-error input, .form-group.form-error textarea { border: 1px solid #f13340; color: #f13340; background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2; } +/* line 2910, ../sass/global.scss */ .form-group.form-ok input, .form-group.form-ok textarea { border: 1px solid #46a74e; color: #35b33f; background: url(../img/icon/form-ok.png) 98% 5px no-repeat #87f590; } +/* line 2917, ../sass/global.scss */ .form-group.form-error .form-control, .form-group.form-ok .form-control { padding-right: 30px; } @@ -3025,27 +3720,34 @@ div.star_hover a, div.star a:hover { /********************************************************************* uniform *********************************************************************/ +/* line 2925, ../sass/global.scss */ .radio-inline, .checkbox { padding-left: 0; } +/* line 2927, ../sass/global.scss */ .radio-inline .checker, .checkbox .checker { float: left; } +/* line 2929, ../sass/global.scss */ .radio-inline .checker span, .checkbox .checker span { top: 0px; } +/* line 2933, ../sass/global.scss */ .radio-inline div.radio, .checkbox div.radio { display: inline-block; } +/* line 2935, ../sass/global.scss */ .radio-inline div.radio span, .checkbox div.radio span { float: left; top: 0px; } +/* line 2941, ../sass/global.scss */ .fancybox-skin { background: #fff !important; } +/* line 2944, ../sass/global.scss */ .fancybox-skin .fancybox-close { top: 8px; right: 8px; @@ -3057,9 +3759,11 @@ div.star_hover a, div.star a:hover { color: #333333; text-align: center; } +/* line 2955, ../sass/global.scss */ .fancybox-skin .fancybox-close:hover { color: #515151; } +/* line 2958, ../sass/global.scss */ .fancybox-skin .fancybox-close:after { content: ""; font-family: "FontAwesome"; diff --git a/themes/default-bootstrap/css/history.css b/themes/default-bootstrap/css/history.css index 5e0ff9946..cadbcfc29 100644 --- a/themes/default-bootstrap/css/history.css +++ b/themes/default-bootstrap/css/history.css @@ -2,16 +2,20 @@ /************************************************************ History Page Styles ************************************************************/ +/* line 8, ../sass/history.scss */ #order-detail-content table .return_quantity_buttons { margin-top: 3px; } +/* line 11, ../sass/history.scss */ #order-detail-content table .return_quantity_buttons a { display: none; float: left; } +/* line 15, ../sass/history.scss */ #order-detail-content table .return_quantity_buttons a + a { margin-left: 3px; } +/* line 19, ../sass/history.scss */ #order-detail-content table .order_qte_input { display: none; width: 57px; @@ -20,30 +24,42 @@ padding: 0; text-align: center; } +/* line 28, ../sass/history.scss */ #order-detail-content table label { font-weight: 400; } +/* line 35, ../sass/history.scss */ .table td.history_detail a + a { margin-left: 14px; } +/* line 39, ../sass/history.scss */ +.table td.step-by-step-date { + width: 105px; +} +/* line 44, ../sass/history.scss */ .table tfoot strong { color: #333; } +/* line 51, ../sass/history.scss */ .info-order i { font-size: 20px; } +/* line 54, ../sass/history.scss */ .info-order i.icon-gift { color: #f13340; } +/* line 55, ../sass/history.scss */ .info-order i.icon-repeat { color: #55c65e; } +/* line 58, ../sass/history.scss */ #sendOrderMessage { margin-bottom: 30px; } +/* line 61, ../sass/history.scss */ #sendOrderMessage select.form-control { width: 263px; } diff --git a/themes/default-bootstrap/css/jquery/footable.core.css b/themes/default-bootstrap/css/jquery/footable.core.css index b5991721f..c0e9e2699 100644 --- a/themes/default-bootstrap/css/jquery/footable.core.css +++ b/themes/default-bootstrap/css/jquery/footable.core.css @@ -1,21 +1,27 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 2, ../../sass/jquery/footable.core.scss */ .footable { width: 100%; } +/* line 8, ../../sass/jquery/footable.core.scss */ .footable.breakpoint > tbody > tr.footable-detail-show > td { border-bottom: none; } +/* line 11, ../../sass/jquery/footable.core.scss */ .footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before { font-family: "FontAwesome"; content: ""; } +/* line 17, ../../sass/jquery/footable.core.scss */ .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) { cursor: pointer; } +/* line 21, ../../sass/jquery/footable.core.scss */ .footable.breakpoint > tbody > tr > td.footable-cell-detail { background: #eee; border-top: none; } +/* line 26, ../../sass/jquery/footable.core.scss */ .footable.breakpoint > tbody > tr > td > span.footable-toggle { display: inline-block; font-family: "FontAwesome"; @@ -28,34 +34,42 @@ padding-right: 5px; font-size: 14px; } +/* line 38, ../../sass/jquery/footable.core.scss */ .footable.breakpoint > tbody > tr > td > span.footable-toggle:before { font-family: "FontAwesome"; content: ""; } +/* line 45, ../../sass/jquery/footable.core.scss */ .footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle { font-size: 18px; } +/* line 51, ../../sass/jquery/footable.core.scss */ .footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle { font-size: 24px; } +/* line 56, ../../sass/jquery/footable.core.scss */ .footable .footable-row-detail-inner { display: table; } +/* line 60, ../../sass/jquery/footable.core.scss */ .footable .footable-row-detail-row { display: table-row; line-height: 1.5em; } +/* line 65, ../../sass/jquery/footable.core.scss */ .footable .footable-row-detail-group { display: block; line-height: 2em; font-size: 1.2em; font-weight: bold; } +/* line 72, ../../sass/jquery/footable.core.scss */ .footable .footable-row-detail-name { display: table-cell; font-weight: bold; padding-right: 0.5em; } +/* line 78, ../../sass/jquery/footable.core.scss */ .footable .footable-row-detail-value { display: table-cell; } diff --git a/themes/default-bootstrap/css/jquery/jquery.bxslider.css b/themes/default-bootstrap/css/jquery/jquery.bxslider.css index 33bb54315..f7abe2b01 100644 --- a/themes/default-bootstrap/css/jquery/jquery.bxslider.css +++ b/themes/default-bootstrap/css/jquery/jquery.bxslider.css @@ -10,6 +10,7 @@ * CEO and founder of bxCreative, LTD * http://bxcreative.com */ +/* line 16, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list, .accessories-block .block_content, #productscategory_list { /** RESET AND LAYOUT ===================================*/ @@ -22,16 +23,19 @@ /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ /* IMAGE CAPTIONS */ } +/* line 21, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper, .accessories-block .block_content .bx-wrapper, #productscategory_list .bx-wrapper { position: relative; padding: 0; *zoom: 1; margin: 0 !important; } +/* line 28, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper img, .accessories-block .block_content .bx-wrapper img, #productscategory_list .bx-wrapper img { max-width: 100%; display: block; } +/* line 39, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-pager, #crossselling_list .bx-wrapper .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-pager, .accessories-block .block_content .bx-wrapper .bx-controls-auto, #productscategory_list .bx-wrapper .bx-pager, @@ -40,6 +44,7 @@ bottom: -30px; width: 100%; } +/* line 47, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-loading, .accessories-block .block_content .bx-wrapper .bx-loading, #productscategory_list .bx-wrapper .bx-loading { min-height: 50px; background: url(images/bx_loader.gif) center center no-repeat; @@ -51,6 +56,7 @@ z-index: 2000; display: none; } +/* line 61, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-pager, .accessories-block .block_content .bx-wrapper .bx-pager, #productscategory_list .bx-wrapper .bx-pager { text-align: center; font-size: .85em; @@ -59,6 +65,7 @@ color: #666; padding-top: 20px; } +/* line 71, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-pager .bx-pager-item, #crossselling_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .accessories-block .block_content .bx-wrapper .bx-pager .bx-pager-item, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item, #productscategory_list .bx-wrapper .bx-pager .bx-pager-item, @@ -67,6 +74,7 @@ *zoom: 1; *display: inline; } +/* line 77, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a { text-indent: -9999px; display: block; @@ -81,12 +89,14 @@ -o-border-radius: 5px; border-radius: 5px; } +/* line 89, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a:hover, #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a.active, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a:hover, .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a.active, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a:hover, #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; } +/* line 98, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-direction a, .accessories-block .block_content .bx-wrapper .bx-controls-direction a, #productscategory_list .bx-wrapper .bx-controls-direction a { margin-top: 38px; height: 20px; @@ -98,6 +108,7 @@ font-size: 0; overflow: hidden; } +/* line 108, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-direction a:before, .accessories-block .block_content .bx-wrapper .bx-controls-direction a:before, #productscategory_list .bx-wrapper .bx-controls-direction a:before { padding-left: 2px; color: #c0c0c0; @@ -105,27 +116,35 @@ font-size: 20px; line-height: 22px; } +/* line 116, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-direction a:hover:before, .accessories-block .block_content .bx-wrapper .bx-controls-direction a:hover:before, #productscategory_list .bx-wrapper .bx-controls-direction a:hover:before { color: #333; } +/* line 120, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-next, .accessories-block .block_content .bx-next, #productscategory_list .bx-next { right: 10px; } +/* line 122, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-next:before, .accessories-block .block_content .bx-next:before, #productscategory_list .bx-next:before { content: ""; } +/* line 127, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-prev, .accessories-block .block_content .bx-prev, #productscategory_list .bx-prev { left: 10px; } +/* line 129, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-prev:before, .accessories-block .block_content .bx-prev:before, #productscategory_list .bx-prev:before { content: ""; } +/* line 137, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-direction a.disabled, .accessories-block .block_content .bx-wrapper .bx-controls-direction a.disabled, #productscategory_list .bx-wrapper .bx-controls-direction a.disabled { display: none; } +/* line 143, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-controls-auto, #productscategory_list .bx-wrapper .bx-controls-auto { text-align: center; } +/* line 147, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-auto .bx-start, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; @@ -135,12 +154,14 @@ background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; } +/* line 158, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-auto .bx-start:hover, #crossselling_list .bx-wrapper .bx-controls-auto .bx-start.active, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start:hover, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start.active, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start:hover, #productscategory_list .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; } +/* line 162, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; @@ -150,28 +171,33 @@ background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; } +/* line 173, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop:hover, #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop.active, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop:hover, .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop.active, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop:hover, #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; } +/* line 179, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager, #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; } +/* line 184, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; } +/* line 192, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-caption, .accessories-block .block_content .bx-wrapper .bx-caption, #productscategory_list .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; - background: rgba(80, 80, 80, 0); + background: rgba(80, 80, 80, 0.75); width: 100%; } +/* line 201, ../../sass/jquery/jquery.bxslider.scss */ #crossselling_list .bx-wrapper .bx-caption span, .accessories-block .block_content .bx-wrapper .bx-caption span, #productscategory_list .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; diff --git a/themes/default-bootstrap/css/jquery/uniform.default.css b/themes/default-bootstrap/css/jquery/uniform.default.css index ce31683bb..18f4596a2 100644 --- a/themes/default-bootstrap/css/jquery/uniform.default.css +++ b/themes/default-bootstrap/css/jquery/uniform.default.css @@ -9,23 +9,28 @@ http://uniformjs.com/ */ /* General settings */ +/* line 178, ../../sass/jquery/_uniform._base.scss */ div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span { background-image: url("../../../img/jquery/uniform/sprite.png"); background-repeat: no-repeat; -webkit-font-smoothing: antialiased; } +/* line 188, ../../sass/jquery/_uniform._base.scss */ div.selector, div.checker, div.button, div.radio, div.uploader { vertical-align: middle; /* Keeping this as :focus to remove browser styles */ } +/* line 193, ../../sass/jquery/_uniform._base.scss */ div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus { outline: 0; } +/* line 203, ../../sass/jquery/_uniform._base.scss */ div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * { margin: 0; padding: 0; } +/* line 210, ../../sass/jquery/_uniform._base.scss */ .highContrastDetect { background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0; width: 0px; @@ -33,6 +38,7 @@ div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker * } /* Input & Textarea */ +/* line 220, ../../sass/jquery/_uniform._base.scss */ input.uniform-input, select.uniform-multiselect, textarea.uniform { @@ -43,6 +49,7 @@ textarea.uniform { /* Remove default webkit and possible mozilla .search styles. * Keeping this as :active to remove browser styles */ +/* line 234, ../../sass/jquery/_uniform._base.scss */ div.checker input, input[type="search"], input[type="search"]:active { @@ -51,6 +58,7 @@ input[type="search"]:active { } /* Select */ +/* line 240, ../../sass/jquery/_uniform._base.scss */ div.selector { background-position: 0 -54px; line-height: 27px; @@ -59,6 +67,7 @@ div.selector { position: relative; overflow: hidden; } +/* line 247, ../../sass/jquery/_uniform._base.scss */ div.selector span { text-overflow: ellipsis; display: block; @@ -72,12 +81,15 @@ div.selector span { width: 100%; display: block; } +/* line 258, ../../sass/jquery/_uniform._base.scss */ div.selector.fixedWidth { width: 190px; } +/* line 260, ../../sass/jquery/_uniform._base.scss */ div.selector.fixedWidth span { width: 150px; } +/* line 265, ../../sass/jquery/_uniform._base.scss */ div.selector select { opacity: 0; filter: alpha(opacity=0); @@ -90,96 +102,124 @@ div.selector select { left: 0px; width: 100%; } +/* line 275, ../../sass/jquery/_uniform._base.scss */ div.selector.active span { background-position: right -27px; } +/* line 281, ../../sass/jquery/_uniform._base.scss */ div.selector.hover span, div.selector.focus span { background-position: right -27px; } +/* line 286, ../../sass/jquery/_uniform._base.scss */ div.selector.hover.active span, div.selector.focus.active span { background-position: right -27px; } +/* line 294, ../../sass/jquery/_uniform._base.scss */ div.selector.disabled span, div.selector.disabled.active span { background-position: right 0; } /* Select1 */ +/* line 302, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div { background-position: 0 -135px; } +/* line 304, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div span { background-position: right -81px; } +/* line 309, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div.active span { background-position: right -108px; } +/* line 315, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div.hover span, div.selector1 > div.focus span { background-position: right -108px; } +/* line 320, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div.hover.active span, div.selector1 > div.focus.active span { background-position: right -108px; } +/* line 93, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div.disabled, div.selector1 > div.disabled.active { background-position: 0 -135px; } +/* line 328, ../../sass/jquery/_uniform._base.scss */ div.selector1 > div.disabled span, div.selector1 > div.disabled.active span { background-position: right -81px; } /* Select2 */ +/* line 338, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div { background-position: 0 -216px; } +/* line 340, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div span { background-position: right -162px; } +/* line 345, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div.active span { background-position: right -189px; } +/* line 351, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div.hover span, div.selector2 > div.focus span { background-position: right -189px; } +/* line 356, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div.hover.active span, div.selector2 > div.focus.active span { background-position: right -189px; } +/* line 93, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div.disabled, div.selector2 > div.disabled.active { background-position: 0 -216px; } +/* line 364, ../../sass/jquery/_uniform._base.scss */ div.selector2 > div.disabled span, div.selector2 > div.disabled.active span { background-position: right -162px; } /* Select3 */ +/* line 373, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div { background-position: 0 -351px; } +/* line 375, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div span { background-position: right -297px; } +/* line 380, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div.active span { background-position: right -324px; } +/* line 386, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div.hover span, div.selector3 > div.focus span { background-position: right -324px; } +/* line 391, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div.hover.active span, div.selector3 > div.focus.active span { background-position: right -324px; } +/* line 93, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div.disabled, div.selector3 > div.disabled.active { background-position: 0 -351px; } +/* line 399, ../../sass/jquery/_uniform._base.scss */ div.selector3 > div.disabled span, div.selector3 > div.disabled.active span { background-position: right -297px; } /* Checkbox */ +/* line 411, ../../sass/jquery/_uniform._base.scss */ div.checker { position: relative; } +/* line 414, ../../sass/jquery/_uniform._base.scss */ div.checker, div.checker span, div.checker input { width: 15px; height: 15px; } +/* line 419, ../../sass/jquery/_uniform._base.scss */ div.checker span { display: -moz-inline-box; display: inline-block; @@ -188,9 +228,11 @@ div.checker span { text-align: center; background-position: 0 -257px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.checker span.checked { background-position: -15px -257px; } +/* line 428, ../../sass/jquery/_uniform._base.scss */ div.checker input { opacity: 0; filter: alpha(opacity=0); @@ -202,40 +244,51 @@ div.checker input { *display: inline; zoom: 1; } +/* line 434, ../../sass/jquery/_uniform._base.scss */ div.checker.active span { background-position: -15px -257px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.checker.active span.checked { background-position: -15px -257px; } +/* line 444, ../../sass/jquery/_uniform._base.scss */ div.checker.hover span, div.checker.focus span { background-position: -30px -257px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.checker.hover span.checked, div.checker.focus span.checked { background-position: -15px -257px; } +/* line 453, ../../sass/jquery/_uniform._base.scss */ div.checker.hover.active span, div.checker.focus.active span { background-position: -15px -257px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.checker.hover.active span.checked, div.checker.focus.active span.checked { background-position: -15px -257px; } +/* line 93, ../../sass/jquery/_uniform._base.scss */ div.checker.disabled, div.checker.disabled.active { background-position: 0 -257px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.checker.disabled span.checked, div.checker.disabled.active span.checked { background-position: 0 -257px; } /* Radio */ +/* line 477, ../../sass/jquery/_uniform._base.scss */ div.radio { position: relative; display: inline; } +/* line 480, ../../sass/jquery/_uniform._base.scss */ div.radio, div.radio span, div.radio input { width: 13px; height: 13px; } +/* line 484, ../../sass/jquery/_uniform._base.scss */ div.radio span { display: -moz-inline-box; display: inline-block; @@ -244,9 +297,11 @@ div.radio span { text-align: center; background-position: 0 -243px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.radio span.checked { background-position: -13px -243px; } +/* line 494, ../../sass/jquery/_uniform._base.scss */ div.radio input { opacity: 0; filter: alpha(opacity=0); @@ -259,32 +314,41 @@ div.radio input { zoom: 1; text-align: center; } +/* line 501, ../../sass/jquery/_uniform._base.scss */ div.radio.active span { background-position: -13px -243px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.radio.active span.checked { background-position: -13px -243px; } +/* line 511, ../../sass/jquery/_uniform._base.scss */ div.radio.hover span, div.radio.focus span { background-position: -13px -36px -243px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.radio.hover span.checked, div.radio.focus span.checked { background-position: -13px -243px; } +/* line 520, ../../sass/jquery/_uniform._base.scss */ div.radio.hover.active span, div.radio.focus.active span { background-position: -13px -243px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.radio.hover.active span.checked, div.radio.focus.active span.checked { background-position: -13px -243px; } +/* line 531, ../../sass/jquery/_uniform._base.scss */ div.radio.disabled span, div.radio.disabled.active span { background-position: 0 -243px; } +/* line 99, ../../sass/jquery/_uniform._base.scss */ div.radio.disabled span.checked, div.radio.disabled.active span.checked { background-position: 0 -243px; } /* Uploader */ +/* line 543, ../../sass/jquery/_uniform._base.scss */ div.uploader { background: none; height: 27px; @@ -293,6 +357,7 @@ div.uploader { position: relative; overflow: hidden; } +/* line 551, ../../sass/jquery/_uniform._base.scss */ div.uploader span.action { background-position: 0 -378px; height: 27px; @@ -304,6 +369,7 @@ div.uploader span.action { overflow: hidden; cursor: pointer; } +/* line 563, ../../sass/jquery/_uniform._base.scss */ div.uploader span.filename { text-overflow: ellipsis; display: block; @@ -317,6 +383,7 @@ div.uploader span.filename { width: 172px; padding: 0 10px; } +/* line 574, ../../sass/jquery/_uniform._base.scss */ div.uploader input { opacity: 0; filter: alpha(opacity=0); @@ -333,6 +400,7 @@ div.uploader input { } /* Buttons */ +/* line 588, ../../sass/jquery/_uniform._base.scss */ div.button { background-position: 0 -634px; height: 30px; @@ -340,6 +408,7 @@ div.button { position: relative; /* Keep buttons barely visible so they can get focus */ } +/* line 595, ../../sass/jquery/_uniform._base.scss */ div.button a, div.button button, div.button input { opacity: 0.01; filter: alpha(opacity=1); @@ -351,6 +420,7 @@ div.button a, div.button button, div.button input { bottom: 0; position: absolute; } +/* line 605, ../../sass/jquery/_uniform._base.scss */ div.button span { display: -moz-inline-box; display: inline-block; @@ -363,22 +433,28 @@ div.button span { margin-left: 13px; padding: 0; } +/* line 81, ../../sass/jquery/_uniform._base.scss */ div.button.active { background-position: 0 -664px; } +/* line 618, ../../sass/jquery/_uniform._base.scss */ div.button.active span { background-position: right -544px; cursor: default; } +/* line 87, ../../sass/jquery/_uniform._base.scss */ div.button.hover, div.button.focus { background-position: 0 -694px; } +/* line 627, ../../sass/jquery/_uniform._base.scss */ div.button.hover span, div.button.focus span { background-position: right -574px; } +/* line 93, ../../sass/jquery/_uniform._base.scss */ div.button.disabled, div.button.disabled.active { background-position: 0 -724px; } +/* line 635, ../../sass/jquery/_uniform._base.scss */ div.button.disabled span, div.button.disabled.active span { background-position: right -604px; cursor: default; @@ -388,6 +464,7 @@ div.button.disabled span, div.button.disabled.active span { /* ************************************************************************************************ uniform ************************************************************************************************ */ +/* line 24, ../../sass/jquery/uniform.default.scss */ input.uniform-input, select.uniform-multiselect, textarea.uniform { @@ -398,6 +475,7 @@ textarea.uniform { color: #777; border: solid 1px #d6d4d4; } +/* line 87, ../../sass/jquery/_uniform._base.scss */ input.uniform-input.hover, input.uniform-input.focus, select.uniform-multiselect.hover, select.uniform-multiselect.focus, @@ -411,6 +489,7 @@ textarea.uniform.focus { /* PRESENTATION */ /* Buttons */ +/* line 44, ../../sass/jquery/uniform.default.scss */ div.button span { font-weight: bold; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; @@ -418,75 +497,92 @@ div.button span { letter-spacing: 1px; text-transform: uppercase; } +/* line 53, ../../sass/jquery/uniform.default.scss */ div.button.hover span, div.button.focus span { color: #555; } +/* line 59, ../../sass/jquery/uniform.default.scss */ div.button.disabled span, div.button.disabled.active span { color: #bbb; } /* Select */ +/* line 68, ../../sass/jquery/uniform.default.scss */ #compare_shipping .form-group label { display: block; } +/* line 69, ../../sass/jquery/uniform.default.scss */ div.selector { font-size: 12px; } +/* line 72, ../../sass/jquery/uniform.default.scss */ div.selector span { color: #666; text-shadow: 0 1px 0 #fff; } +/* line 78, ../../sass/jquery/uniform.default.scss */ div.selector select { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 12px; } +/* line 84, ../../sass/jquery/uniform.default.scss */ div.selector.disabled span, div.selector.disabled.active span { color: #bbb; } +/* line 90, ../../sass/jquery/uniform.default.scss */ .checker span input { margin: 0 !important; } +/* line 92, ../../sass/jquery/uniform.default.scss */ .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { margin: 0 !important; } +/* line 94, ../../sass/jquery/uniform.default.scss */ .radio-inline, .checkbox-inline { cursor: default; } /* Checker */ +/* line 97, ../../sass/jquery/uniform.default.scss */ div.checker { cursor: pointer; margin-right: 5px; } +/* line 100, ../../sass/jquery/uniform.default.scss */ div.checker span { position: relative; top: -2px; } +/* line 103, ../../sass/jquery/uniform.default.scss */ #layered_form div.checker { display: inline; } /* Radio */ +/* line 109, ../../sass/jquery/uniform.default.scss */ div.radio { margin-right: 3px; } +/* line 111, ../../sass/jquery/uniform.default.scss */ div.radio span { position: relative; top: -2px; } /* Uploader */ +/* line 115, ../../sass/jquery/uniform.default.scss */ div.uploader span.action { text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px; font-size: 13px; font-weight: bold; color: #fff; } +/* line 122, ../../sass/jquery/uniform.default.scss */ div.uploader span.filename { color: #777; border: solid 1px #d6d4d4; @@ -494,14 +590,17 @@ div.uploader span.filename { background: #fbfbfb; margin-right: 2px; } +/* line 131, ../../sass/jquery/uniform.default.scss */ div.uploader.disabled span.action, div.uploader.disabled.active span.action { color: #aaa; } +/* line 135, ../../sass/jquery/uniform.default.scss */ div.uploader.disabled span.filename, div.uploader.disabled.active span.filename { border-color: #ddd; color: #aaa; } +/* line 143, ../../sass/jquery/uniform.default.scss */ input.uniform-input, input.uniform-input:focus { background-color: #fff; } diff --git a/themes/default-bootstrap/css/maintenance.css b/themes/default-bootstrap/css/maintenance.css index e157199b6..591c468a6 100644 --- a/themes/default-bootstrap/css/maintenance.css +++ b/themes/default-bootstrap/css/maintenance.css @@ -2,20 +2,24 @@ /********************************************************************* Maintenance Page Styles **********************************************************************/ +/* line 7, ../sass/maintenance.scss */ #maintenance { margin-top: 50px; /* > 1200 */ } @media (min-width: 1200px) { + /* line 7, ../sass/maintenance.scss */ #maintenance { margin: 126px 0 0 0; padding: 91px 48px 365px 297px; background: url(../img/bg_maintenance.png) no-repeat; } } +/* line 15, ../sass/maintenance.scss */ #maintenance .logo { margin-bottom: 31px; } +/* line 18, ../sass/maintenance.scss */ #maintenance h1 { font: 600 28px/34px "Open Sans", sans-serif; color: #333; @@ -24,6 +28,7 @@ padding: 0 0 14px 0; margin: 0 0 19px 0; } +/* line 27, ../sass/maintenance.scss */ #maintenance #message { font: 600 16px/31px "Open Sans", sans-serif; padding-left: 18px; @@ -32,6 +37,7 @@ } @media only screen and (min-width: 1200px) { + /* line 35, ../sass/maintenance.scss */ .container { padding-left: 0; padding-right: 0; diff --git a/themes/default-bootstrap/css/modules/blockcart/blockcart.css b/themes/default-bootstrap/css/modules/blockcart/blockcart.css index 9eb85e975..d8c094c64 100644 --- a/themes/default-bootstrap/css/modules/blockcart/blockcart.css +++ b/themes/default-bootstrap/css/modules/blockcart/blockcart.css @@ -3,14 +3,17 @@ /******************************************************************* Cart Block Styles ********************************************************************/ +/* line 11, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_list .deleteCustomizableProduct, #cart_block #cart_block_list .remove_link { position: absolute; right: 10px; top: 19px; } +/* line 17, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_list .remove_link a, #cart_block #cart_block_list .ajax_cart_block_remove_link { color: #777777; } +/* line 20, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_list .remove_link a:before, #cart_block #cart_block_list .ajax_cart_block_remove_link:before { display: inline-block; content: ""; @@ -18,76 +21,93 @@ font-size: 18px; line-height: 18px; } +/* line 28, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_list .remove_link a:hover, #cart_block #cart_block_list .ajax_cart_block_remove_link:hover { color: #515151; } +/* line 32, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block .cart-images { float: left; margin-right: 20px; } +/* line 37, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block .cart-info { overflow: hidden; position: relative; padding-right: 20px; } +/* line 42, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block .cart-info .product-name { padding-bottom: 15px; margin-top: -4px; } +/* line 46, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block .cart-info .product-name a { font-size: 13px; line-height: 18px; display: inline-block; } +/* line 53, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block .cart-info .quantity-formated { display: inline-block; color: #9c9b9b; text-transform: uppercase; } +/* line 60, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block dt { font-weight: normal; overflow: hidden; padding: 20px 10px 16px 20px; position: relative; } +/* line 67, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block dd { position: relative; } +/* line 70, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block dd li { padding: 10px 20px; } +/* line 73, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block dd li .deleteCustomizableProduct { top: 12px !important; right: 15px !important; } +/* line 80, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_no_products { margin: 0; padding: 10px 20px; } +/* line 84, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart-prices { border-top: 1px solid #d6d4d4; font-weight: bold; padding: 10px 20px 22px 20px; } +/* line 89, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart-prices .cart-prices-line { overflow: hidden; border-bottom: 1px solid #515151; padding: 7px 0; } +/* line 94, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart-prices .cart-prices-line.last-line { border: none; } +/* line 99, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart-buttons { overflow: hidden; padding: 20px 20px 10px 20px; margin: 0; background: #f6f6f6; } +/* line 105, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart-buttons a { float: left; margin-bottom: 10px; margin-right: 10px; } +/* line 110, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart-buttons a#button_order_cart { margin-right: 0; } @@ -95,6 +115,7 @@ /******************************************************************* Cart Block(Header) Styles ********************************************************************/ +/* line 121, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block { z-index: 10; display: none; @@ -106,73 +127,106 @@ background: #484848; color: #fff; } +@media (min-width: 480px) and (max-width: 767px) { + /* line 121, ../../../sass/modules/blockcart/blockcart.scss */ + #header #cart_block { + top: 69px; + } +} +@media (max-width: 479px) { + /* line 121, ../../../sass/modules/blockcart/blockcart.scss */ + #header #cart_block { + top: 44px; + left: 50%; + margin-left: -135px; + } +} +/* line 140, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block a { color: #fff; } +/* line 143, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block a:hover { color: #9c9b9b; } +/* line 148, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block #cart_block_list .remove_link a, #header #cart_block #cart_block_list .ajax_cart_block_remove_link { color: #fff; outline: none; text-decoration: none; } +/* line 153, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block #cart_block_list .remove_link a:hover, #header #cart_block #cart_block_list .ajax_cart_block_remove_link:hover { color: #9c9b9b; } +/* line 157, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block .price { color: #fff; } +/* line 161, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block dt { background: url(../../../img/cart-shadow.png) repeat-x; } +/* line 164, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block dt.first_item { background: none; } +/* line 167, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block dd { background: url(../../../img/cart-shadow.png) repeat-x; } +/* line 169, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block .product-atributes { padding-bottom: 10px; font-size: 11px; } +/* line 173, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block .product-atributes a { color: #9c9b9b; } +/* line 176, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block .product-atributes a:hover { color: #fff; } +/* line 180, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block #cart-prices { border: none; background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d; } +/* line 185, ../../../sass/modules/blockcart/blockcart.scss */ #header #cart_block #cart-buttons { background: url(../../../img/cart-shadow.png) repeat-x #333333; } +/* line 190, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_summary, #cart_block .title_block span, #header #cart_block h4, #header #cart_block .title_block, #header #cart_block h4 { display: none; } +/* line 193, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block #cart_block_shipping_cost, #cart_block #cart_block_total, #cart_block #cart_block_wrapping_cost { float: right; } +/* line 196, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block table#vouchers { clear: both; width: 80%; margin: 0 auto; margin-bottom: 10px; } +/* line 202, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block table#vouchers tr td { padding: 2px; } +/* line 205, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block table#vouchers tr td.quantity { margin-right: 5px; min-width: 18px; } +/* line 210, ../../../sass/modules/blockcart/blockcart.scss */ #cart_block table#vouchers tr td.delete { padding-left: 0; padding-right: 0; @@ -183,6 +237,7 @@ /***************************************************************************** Layer Cart Css *****************************************************************************/ +/* line 222, ../../../sass/modules/blockcart/blockcart.scss */ .layer_cart_overlay { background-color: #000; display: none; @@ -197,6 +252,7 @@ filter: alpha(opacity=20); } +/* line 235, ../../../sass/modules/blockcart/blockcart.scss */ * html .layer_cart_overlay { filter: alpha(opacity=20); position: absolute; @@ -204,6 +260,7 @@ margin-left: -160px; } +/* line 241, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart { background-color: #fff; position: absolute; @@ -218,11 +275,13 @@ -o-border-radius: 4px; border-radius: 4px; } +/* line 251, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product { padding: 30px 30px 30px 30px; overflow: hidden; position: static; } +/* line 256, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product h2 { font: 400 23px/29px Arial, Helvetica, sans-serif; color: #46a74e; @@ -230,12 +289,14 @@ padding-right: 100px; } @media (max-width: 767px) { + /* line 256, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product h2 { font-size: 18px; padding-right: 0; line-height: normal; } } +/* line 266, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product h2 i { font-size: 30px; line-height: 30px; @@ -243,11 +304,13 @@ padding-right: 8px; } @media (max-width: 767px) { + /* line 266, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product h2 i { font-size: 22px; line-height: 22px; } } +/* line 278, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product .product-image-container { max-width: 178px; border: 1px solid #d6d4d4; @@ -256,25 +319,31 @@ margin-right: 30px; } @media (max-width: 480px) { + /* line 278, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product .product-image-container { float: none; margin-right: 0; margin-bottom: 10px; } } +/* line 291, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product .layer_cart_product_info { padding: 38px 0 0 0; } +/* line 294, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title { display: block; padding-bottom: 8px; } +/* line 299, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product .layer_cart_product_info > div { padding-bottom: 7px; } +/* line 302, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_product .layer_cart_product_info > div strong { padding-right: 3px; } +/* line 306, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart { background: #fafafa; border-left: 1px solid #d6d4d4; @@ -287,21 +356,25 @@ position: relative; } @media (min-width: 1200px) { + /* line 306, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart { min-height: 318px; } } @media (min-width: 992px) and (max-width: 1199px) { + /* line 306, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart { min-height: 360px; } } @media (max-width: 991px) { + /* line 306, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart { border-left: none; border-top: 1px solid #d6d4d4; } } +/* line 325, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart h2 { font: 400 23px/29px Arial, Helvetica, sans-serif; color: #333; @@ -310,13 +383,16 @@ margin-bottom: 17px; } @media (max-width: 767px) { + /* line 325, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart h2 { font-size: 18px; } } +/* line 336, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart .layer_cart_row { padding: 0 0 7px 0; } +/* line 340, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart .button-container { position: absolute; bottom: 0; @@ -324,16 +400,20 @@ width: 100%; padding: 0px 30px 20px 30px; } +/* line 347, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart .button-container .btn { margin-bottom: 10px; } +/* line 349, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart .button-container span.exclusive-medium { margin-right: 5px; } +/* line 352, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .layer_cart_cart .button-container span.exclusive-medium i { padding-right: 5px; color: #777777; } +/* line 359, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .cross { position: absolute; right: 7px; @@ -344,6 +424,7 @@ color: #333; z-index: 2; } +/* line 369, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .cross:before { content: ""; display: block; @@ -351,12 +432,15 @@ font-size: 25px; line-height: 25px; } +/* line 377, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .cross:hover { color: #515151; } +/* line 381, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .continue { cursor: pointer; } +/* line 384, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart p { padding: 0px; } @@ -364,46 +448,56 @@ /************************************************************************ Layer Cart Caroucel *************************************************************************/ +/* line 393, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling .crossseling-content { border-top: 1px solid #d6d4d4; padding: 26px 30px 40px 30px; position: relative; } +/* line 399, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling h2 { font: 400 23px/26px Arial, Helvetica, sans-serif; color: #333333; margin-bottom: 25px; } +/* line 405, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list { max-width: 773px; width: 84%; margin: 0 auto; overflow: hidden; } +/* line 411, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list ul { display: block; } +/* line 414, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list ul li { float: left; width: 178px; margin: 0 0px 0 0; } +/* line 419, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list ul li .product-image-container { border: 1px solid #d6d4d4; text-align: center; padding: 5px; margin-bottom: 15px; } +/* line 425, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list ul li .product-image-container img { width: 100%; } +/* line 428, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list ul li .product-name { padding-bottom: 5px; } +/* line 431, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list ul li .product-name a { font-size: 15px; line-height: 20px; } +/* line 436, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-prev, #layer_cart .crossseling #blockcart_list a.bx-next { display: block; font-family: "FontAwesome"; @@ -417,28 +511,36 @@ top: 45%; margin-top: -20px; } +/* line 449, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-prev:after, #layer_cart .crossseling #blockcart_list a.bx-next:after { display: block; text-indent: 0; } +/* line 453, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-prev:hover, #layer_cart .crossseling #blockcart_list a.bx-next:hover { color: #c0c0c0; } +/* line 454, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-prev.disabled, #layer_cart .crossseling #blockcart_list a.bx-next.disabled { display: none; } +/* line 457, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-prev { left: 5%; } +/* line 460, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-prev:after { content: ""; } +/* line 463, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-next { right: 5%; } +/* line 466, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list a.bx-next:after { content: ""; } +/* line 471, ../../../sass/modules/blockcart/blockcart.scss */ #layer_cart .crossseling #blockcart_list .bx-controls { overflow: hidden; } diff --git a/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css b/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css index bf925481f..b14279f8b 100644 --- a/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css +++ b/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css @@ -1,19 +1,24 @@ /* block CONTACT ******************************************************************************* */ +/* line 4, ../../../sass/modules/blockcontact/blockcontact.scss */ #contact_block .label { display: none; } +/* line 6, ../../../sass/modules/blockcontact/blockcontact.scss */ #contact_block .block_content { color: #888888; padding: 0 20px 20px; } +/* line 11, ../../../sass/modules/blockcontact/blockcontact.scss */ #contact_block p { margin-bottom: 4px; } +/* line 13, ../../../sass/modules/blockcontact/blockcontact.scss */ #contact_block p.tel { font: 400 17px/21px Arial, Helvetica, sans-serif; color: #fff; margin-bottom: 6px; } +/* line 18, ../../../sass/modules/blockcontact/blockcontact.scss */ #contact_block p.tel i { font-size: 25px; vertical-align: -2px; diff --git a/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css b/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css index 963bd655d..47a748dc6 100644 --- a/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css +++ b/themes/default-bootstrap/css/modules/blocklayered/blocklayered-15.css @@ -1,23 +1,28 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 2, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #enabled_filters { background: #484848; padding: 16px 20px; margin-bottom: 16px; } +/* line 7, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #enabled_filters span.layered_subtitle { color: #fff; display: block; padding-bottom: 11px; } +/* line 13, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #enabled_filters li { padding: 1px 0; color: #9c9b9b; cursor: pointer; position: relative; } +/* line 19, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #enabled_filters li:hover, #enabled_filters li:hover a { color: #fff; } +/* line 23, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #enabled_filters li a { position: absolute; top: 1px; @@ -27,6 +32,7 @@ text-indent: 0px; color: #888888; } +/* line 32, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #enabled_filters li a:before { content: ""; display: block; @@ -35,6 +41,7 @@ height: 12px; } +/* line 46, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_subtitle_heading { border-bottom: 1px solid #d6d4d4; padding: 0 12px 6px 0; @@ -43,6 +50,7 @@ position: relative; color: #333333; } +/* line 54, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_subtitle_heading .layered_close { position: absolute; right: 0; @@ -50,6 +58,7 @@ height: 14px; width: 12px; } +/* line 61, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_subtitle_heading .layered_close a { display: block; height: 14px; @@ -60,6 +69,7 @@ font-size: 12px; line-height: 14px; } +/* line 71, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_subtitle_heading .layered_close a:after { content: ""; display: block; @@ -72,35 +82,52 @@ font-family: 'FontAwesome'; vertical-align: 1px; } +/* line 84, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_subtitle_heading .layered_close a:hover { color: #515151; } +/* line 93, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_subtitle_heading .layered_close.closed a:after { content: ""; } +/* line 103, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left label { font-weight: normal; } +/* line 105, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_filter_ul { padding: 0 20px 5px; } +@media (min-width: 768px) and (max-width: 991px) { + /* line 105, ../../../sass/modules/blocklayered/blocklayered-15.scss */ + #layered_block_left .layered_filter_ul { + padding-left: 0; + padding-right: 0; + } +} +/* line 112, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_filter_ul li { padding-bottom: 7px; } +/* line 114, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_filter_ul li .checker span, #layered_block_left .layered_filter_ul li .radio span { top: 0; } +/* line 116, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_filter_ul li label { margin-bottom: 0; } +/* line 119, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_filter_ul li label a { font-weight: normal; } +/* line 122, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .layered_filter_ul li label a:hover { color: #333; } +/* line 128, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left ul li label { cursor: pointer; display: inline; @@ -110,10 +137,12 @@ /****************************************************************************** Color List Style *******************************************************************************/ +/* line 136, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left ul.color-group { padding-top: 2px; overflow: hidden; } +/* line 140, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left ul.color-group li { width: 50%; float: left; @@ -121,6 +150,7 @@ vertical-align: middle; padding-bottom: 9px; } +/* line 147, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left ul.color-group li .color-option { border: 1px solid #d6d4d4; height: 15px; @@ -132,15 +162,18 @@ -moz-box-shadow: white 0 0 1px 0px inset, white 0 0 0px 1px inset, white 0 0 0px 1px inset, white 0 0 1px 0px inset; box-shadow: white 0 0 1px 0px inset, white 0 0 0px 1px inset, white 0 0 0px 1px inset, white 0 0 1px 0px inset; } +/* line 156, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left ul.color-group li .color-option.on { border-color: #000; } +/* line 160, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left ul.color-group li .color-option.disable { opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; } +/* line 170, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_block_left .nomargin a { display: inline; } @@ -148,6 +181,7 @@ /************************************************************************************** Layered Form Selects Styles ***************************************************************************************/ +/* line 178, ../../../sass/modules/blocklayered/blocklayered-15.scss */ #layered_form .select { max-width: 230px; } @@ -155,6 +189,7 @@ /************************************************************************************** Range Slider Styles ***************************************************************************************/ +/* line 185, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #fbfbfb; border-color: #d6d4d4; @@ -166,16 +201,19 @@ width: 15px; height: 15px; } +/* line 192, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .ui-state-default.ui-state-hover, .ui-widget-content .ui-state-default.ui-state-hover, .ui-widget-header .ui-state-default.ui-state-hover { background: #555454; border-color: #333; } +/* line 197, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .ui-slider .ui-slider-range { background: #959595; border: none; } +/* line 201, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .ui-corner-all { -webkit-border-radius: 0px; -moz-border-radius: 0px; @@ -187,10 +225,12 @@ height: 11px; } +/* line 207, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .ui-slider-horizontal .ui-slider-handle { top: -0.14em; } +/* line 208, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_price_range { margin-left: 7px; } @@ -198,37 +238,45 @@ /************************************************************************************** Range Input Styles ***************************************************************************************/ +/* line 214, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_price_range_unit { margin-right: 7px; } +/* line 217, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_slider_container { margin: 6px 0 6px 7px; } +/* line 220, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_input_range_min, .layered_input_range_max { width: 60px; display: inline; } +/* line 224, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_list_selected { font-weight: bold; } +/* line 227, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_list { display: block; cursor: pointer; } +/* line 231, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_list:hover { font-weight: bold; } +/* line 234, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .layered_ajax_loader p { margin: 20px 0; text-align: center; } +/* line 238, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .hide-action { text-align: center; text-align: right; @@ -236,6 +284,7 @@ cursor: pointer; } +/* line 244, ../../../sass/modules/blocklayered/blocklayered-15.scss */ .hide-action:hover { font-weight: bold; } diff --git a/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css b/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css index f6d8e5155..51e0a60d7 100644 --- a/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css +++ b/themes/default-bootstrap/css/modules/blocklayered/blocklayered.css @@ -1,12 +1,15 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 4, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left ul.layered_filter_ul { border-top: 1px solid #d6d4d4; } +/* line 9, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left div.block_content { padding: 6px; } +/* line 13, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left ul { padding-left: 0; max-height: 120px; @@ -16,95 +19,115 @@ padding-right: 1px; } +/* line 22, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_form > div > div { border-bottom: 1px dotted #CCCCCC; padding-bottom: 5px; margin-bottom: 5px; } +/* line 28, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left .hide-action { display: block; text-align: right; padding-right: 5px; } +/* line 33, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left .hide-action:hover { text-decoration: underline; } +/* line 37, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left ul li { margin-left: 15px; padding-left: 2px; list-style-type: none; } +/* line 43, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left #enabled_filters, #layered_url_filter_block { font-size: 10px; padding-bottom: 5px; } /* Style moved form the template to the css */ +/* line 50, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left ul li .disabled { color: #666; } +/* line 53, ../../../sass/modules/blocklayered/blocklayered.scss */ .product_list .warning { margin-top: 13px; } +/* line 57, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_form .select { width: 165px; } +/* line 60, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_block_left .color-option.disable { opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; } +/* line 65, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_form .color-option.on { border: 1px solid red; } +/* line 68, ../../../sass/modules/blocklayered/blocklayered.scss */ #layered_form input[type=radio] { margin-left: 2px; vertical-align: middle; } +/* line 72, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_price_range { margin-left: 7px; } +/* line 75, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_price_range_unit { margin-right: 7px; } +/* line 78, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_slider_container { margin: 6px 0 6px 6px; width: 93%; } +/* line 81, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_slider { margin-top: 5px; } +/* line 84, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_input_range_min { width: 30px; } +/* line 87, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_input_range_max { width: 40px; } +/* line 90, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_list_selected { font-weight: bold; } +/* line 93, ../../../sass/modules/blocklayered/blocklayered.scss */ .layered_ajax_loader p { margin: 20px 0; text-align: center; } +/* line 97, ../../../sass/modules/blocklayered/blocklayered.scss */ .hide-action { text-align: center; text-align: right; @@ -112,6 +135,7 @@ cursor: pointer; } +/* line 103, ../../../sass/modules/blocklayered/blocklayered.scss */ .hide-action:hover { font-weight: bold; } diff --git a/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css b/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css index 4e4fbdca6..8c1b98ef5 100644 --- a/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css +++ b/themes/default-bootstrap/css/modules/blocknewsletter/blocknewsletter.css @@ -1,26 +1,39 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* Block newsletter */ +/* line 5, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #columns #newsletter_block_left .form-group { margin-bottom: 0; } +/* line 8, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #columns #newsletter_block_left .form-group .form-control { max-width: 222px; display: inline-block; margin-right: 6px; } +@media (min-width: 768px) and (max-width: 1199px) { + /* line 8, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ + #columns #newsletter_block_left .form-group .form-control { + margin-bottom: 10px; + margin-right: 0; + } +} +/* line 19, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline { text-align: left; padding: 1px 0 0 0; margin-bottom: -19px; } +/* line 25, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #columns #newsletter_block_left .success_inline { color: #418B19; } +/* line 29, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #columns #newsletter_block_left .warning_inline { color: #f13340; } /* Block newsletter footer */ +/* line 36, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left { overflow: hidden; width: 50%; @@ -28,6 +41,14 @@ padding: 13px 15px 7px 15px; margin-bottom: 0; } +@media (max-width: 767px) { + /* line 36, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ + #footer #newsletter_block_left { + background: #3F3F3F; + width: 100%; + } +} +/* line 47, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left h4 { background: none; float: left; @@ -37,12 +58,15 @@ line-height: 25px; border: none; } +/* line 57, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .block_content { overflow: hidden; } +/* line 59, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group { margin-bottom: 0; } +/* line 62, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group .form-control { height: 45px; max-width: 267px; @@ -52,11 +76,13 @@ padding: 5px 43px 5px 12px; display: inline-block; } +/* line 71, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group .form-control:focus { -webkit-box-shadow: black 0px 0px 0px; -moz-box-shadow: black 0px 0px 0px; box-shadow: black 0px 0px 0px; } +/* line 76, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group .button-small { margin-left: -41px; border: none; @@ -64,18 +90,22 @@ text-align: center; color: #908f8f; } +/* line 83, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group .button-small:before { content: ""; font-family: 'FontAwesome'; font-size: 28px; line-height: 28px; } +/* line 90, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group .button-small:hover { color: #fff !important; } +/* line 94, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .form-group .button-small span { display: none; } +/* line 98, ../../../sass/modules/blocknewsletter/blocknewsletter.scss */ #footer #newsletter_block_left .warning_inline { display: inline-block; color: #f13340; diff --git a/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css b/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css index a6f546620..521278c0a 100644 --- a/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css +++ b/themes/default-bootstrap/css/modules/blocksearch/blocksearch.css @@ -1,10 +1,40 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* block top search */ +/* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */ #search_block_top { position: absolute; right: 420px; top: 50px; } +@media (min-width: 992px) and (max-width: 1199px) { + /* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top { + right: 295px; + } +} +@media (min-width: 768px) and (max-width: 991px) { + /* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top { + right: 207px; + } +} +@media (min-width: 480px) and (max-width: 767px) { + /* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top { + right: 0; + top: 85px; + } +} +@media (max-width: 479px) { + /* line 3, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top { + top: 56px; + right: 50%; + width: 270px; + margin-right: -135px; + } +} +/* line 24, ../../../sass/modules/blocksearch/blocksearch.scss */ #search_block_top .btn.button-search { background: #333; float: left; @@ -14,18 +44,22 @@ text-align: center; padding: 10px 0 11px 0; } +/* line 33, ../../../sass/modules/blocksearch/blocksearch.scss */ #search_block_top .btn.button-search span { display: none; } +/* line 35, ../../../sass/modules/blocksearch/blocksearch.scss */ #search_block_top .btn.button-search:before { content: ""; display: block; font-family: "FontAwesome"; font-size: 17px; } +/* line 42, ../../../sass/modules/blocksearch/blocksearch.scss */ #search_block_top .btn.button-search:hover { color: #6f6f6f; } +/* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */ #search_block_top #search_query_top { padding: 0 13px; height: 45px; @@ -34,13 +68,33 @@ float: left; margin-right: 1px; } +@media (min-width: 768px) and (max-width: 991px) { + /* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top #search_query_top { + width: 180px; + } +} +@media (min-width: 480px) and (max-width: 767px) { + /* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top #search_query_top { + width: 212px; + } +} +@media (max-width: 479px) { + /* line 45, ../../../sass/modules/blocksearch/blocksearch.scss */ + #search_block_top #search_query_top { + width: 212px; + } +} +/* line 63, ../../../sass/modules/blocksearch/blocksearch.scss */ .ac_results { background: #fff; border: 1px solid #d6d4d4; width: 271px; margin-top: -1px; } +/* line 69, ../../../sass/modules/blocksearch/blocksearch.scss */ .ac_results li { padding: 0 10px; font-weight: normal; @@ -48,22 +102,27 @@ font-size: 13px; line-height: 22px; } +/* line 76, ../../../sass/modules/blocksearch/blocksearch.scss */ .ac_results li.ac_odd { background: #fff; } +/* line 80, ../../../sass/modules/blocksearch/blocksearch.scss */ .ac_results li:hover, .ac_results li.ac_over { background: #fbfbfb; } +/* line 87, ../../../sass/modules/blocksearch/blocksearch.scss */ form#searchbox label { color: #333; margin-bottom: 1px; } +/* line 92, ../../../sass/modules/blocksearch/blocksearch.scss */ form#searchbox input#search_query_block { border: 1px solid #d6d4d4; height: 18px; margin-top: 10px; } +/* line 98, ../../../sass/modules/blocksearch/blocksearch.scss */ form#searchbox input#search_button { padding: 1px 4px; } diff --git a/themes/default-bootstrap/css/modules/blocktags/blocktags.css b/themes/default-bootstrap/css/modules/blocktags/blocktags.css index 6ecdfba8a..228954650 100644 --- a/themes/default-bootstrap/css/modules/blocktags/blocktags.css +++ b/themes/default-bootstrap/css/modules/blocktags/blocktags.css @@ -1,7 +1,9 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 4, ../../../sass/modules/blocktags/blocktags.scss */ .tags_block .block_content { overflow: hidden; } +/* line 7, ../../../sass/modules/blocktags/blocktags.scss */ .tags_block .block_content a { display: inline-block; font-size: 13px; @@ -12,6 +14,7 @@ float: left; margin: 0 3px 3px 0; } +/* line 17, ../../../sass/modules/blocktags/blocktags.scss */ .tags_block .block_content a:hover { color: #333; background: #f6f6f6; diff --git a/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css b/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css index aec239ac7..5bd1693bd 100644 --- a/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css +++ b/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css @@ -1,15 +1,18 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /*** ESSENTIAL STYLES ***/ +/* line 3, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-contener { clear: both; } +/* line 8, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } +/* line 13, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu { margin: 50px 0 0; padding: 0; @@ -17,7 +20,20 @@ border-bottom: 3px solid #e9e9e9; background: #f6f6f6; } +@media (min-width: 480px) and (max-width: 767px) { + /* line 13, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ + .sf-menu { + margin-top: 80px; + } +} +@media (max-width: 479px) { + /* line 13, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ + .sf-menu { + margin-top: 70px; + } +} +/* line 26, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu ul { position: absolute; top: -999em; @@ -26,24 +42,29 @@ background: #fff; } +/* line 32, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu ul li { width: 100%; } +/* line 35, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ } +/* line 38, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu li { position: relative; } +/* line 41, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu > li { float: left; border-right: 1px solid #d6d4d4; margin-bottom: -3px; } +/* line 46, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu > li > a { font: 600 18px/22px "Open Sans", sans-serif; text-transform: uppercase; @@ -52,12 +73,14 @@ padding: 17px 20px; border-bottom: 3px solid #e9e9e9; } -.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce a { +/* line 55, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ +.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a { background: #333; border-bottom-color: #666666; color: #fff; } +/* line 61, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu li li a { display: block; position: relative; @@ -67,16 +90,19 @@ font-weight: bold; padding-bottom: 10px; } +/* line 70, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu li li a:before { content: ""; display: inline-block; font-family: "FontAwesome"; padding-right: 10px; } +/* line 77, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu li li a:hover { color: #333; } +/* line 81, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ .sf-menu li ul { display: none; left: 0; @@ -90,11 +116,13 @@ box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px; } +/* line 91, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; } +/* line 95, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; @@ -102,11 +130,13 @@ ul.sf-menu li li.sfHover ul { top: 0; } +/* line 100, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; } +/* line 104, ../../../../sass/modules/blocktopmenu/css/superfish-modified.scss */ ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 200px; diff --git a/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css b/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css index 0b56b452d..a9c52a03d 100644 --- a/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css +++ b/themes/default-bootstrap/css/modules/blockuserinfo/blockuserinfo.css @@ -1,24 +1,57 @@ +@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* block top user information */ +/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ #header_right #header_user { clear: both; float: right; margin-top: 50px; } +@media (min-width: 480px) and (max-width: 767px) { + /* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ + #header_right #header_user { + margin-top: 25px; + } +} +@media (max-width: 479px) { + /* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ + #header_right #header_user { + float: none; + margin-left: auto; + margin-right: auto; + margin-top: 95px; + width: 270px; + } +} +/* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ #header_right #header_user #shopping_cart a { padding: 7px 10px 14px 16px; background: #333333; min-width: 270px; - /* 200 */ display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); + overflow: hidden; } +@media (min-width: 768px) and (max-width: 991px) { + /* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ + #header_right #header_user #shopping_cart a { + min-width: 190px; + } +} +@media (min-width: 768px) and (max-width: 991px) { + /* line 35, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ + #header_right #header_user #shopping_cart a span.ajax_cart_product_txt, #header_right #header_user #shopping_cart a span.ajax_cart_product_txt_s { + display: none !important; + } +} +/* line 41, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ #header_right #header_user #shopping_cart a b { color: #fff; font: 600 18px/22px "Open Sans", sans-serif; padding-right: 5px; } +/* line 47, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ #header_right #header_user #shopping_cart a:before { content: ""; font-family: "FontAwesome"; @@ -28,6 +61,7 @@ color: #fff; padding-right: 15px; } +/* line 57, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ #header_right #header_user #shopping_cart a:after { content: ""; font-family: "FontAwesome"; @@ -37,6 +71,7 @@ color: #686666; padding: 6px 0 0 0; } +/* line 68, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */ #header_right #header_user #shopping_cart .ajax_cart_total { display: none !important; } diff --git a/themes/default-bootstrap/css/modules/blockviewed/blockviewed.css b/themes/default-bootstrap/css/modules/blockviewed/blockviewed.css index 04b29fd7f..a5cd245a3 100644 --- a/themes/default-bootstrap/css/modules/blockviewed/blockviewed.css +++ b/themes/default-bootstrap/css/modules/blockviewed/blockviewed.css @@ -1,4 +1,5 @@ /* Block Viewed Products */ +/* line 4, ../../../sass/modules/blockviewed/blockviewed.scss */ #viewed-products_block_left li.last_item { padding-bottom: 0; margin-bottom: 0; diff --git a/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css b/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css index 2bf4cef49..7c0d89f75 100644 --- a/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css +++ b/themes/default-bootstrap/css/modules/blockwishlist/blockwishlist.css @@ -1,9 +1,11 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* module blockwishlist */ /* lnk on detail product page */ +/* line 5, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #primary_block #wishlist_button { font-weight: bold; } +/* line 8, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #primary_block #wishlist_button:before { content: ""; font-family: FontAwesome; @@ -23,48 +25,61 @@ } /* block */ +/* line 30, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list { margin-bottom: 20px; } +/* line 33, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl { font-weight: normal; } +/* line 36, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl.products.no-products { font-weight: bold; padding-bottom: 15px; border-bottom: 1px solid #d6d4d4; } +/* line 41, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl.products.no-products dt { padding-top: 0px; border-top: none; } +/* line 47, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl.products { border-bottom: 1px solid #d6d4d4; } +/* line 50, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl.products dt { padding-top: 20px; border-top: 1px solid #d6d4d4; } +/* line 55, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl.products dd { padding-bottom: 20px; } +/* line 59, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl.products dt.first_item { padding-top: 0px; border-top: none; } +/* line 65, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl dt { position: relative; padding-right: 0px; } +/* line 70, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block #wishlist_block_list dl dd { margin-left: 24px; } +/* line 76, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block .lnk .form-group { margin-bottom: 20px; } +/* line 79, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block .lnk .form-group select { max-width: 192px; } +/* line 85, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block .ajax_cart_block_remove_link { font-size: 14px; line-height: 14px; @@ -73,56 +88,68 @@ height: 14px; float: right; } +/* line 93, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block .ajax_cart_block_remove_link:hover { color: #515151; } +/* line 98, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block .cart_block_product_name { width: 85%; display: inline-block; font-weight: bold; } +/* line 104, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block .quantity-formated { float: left; margin-right: 5px; width: 15px; } +/* line 110, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #wishlist_block_list .price { float: right; } /* page in my account ************************************************************************* */ +/* line 116, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #mywishlist td.wishlist_delete a { font-size: 15px; } /* wishlistLinkTop */ +/* line 122, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist { display: inline-block; } +/* line 126, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list { border-bottom: 1px solid #d6d4d4; margin-bottom: 20px; } +/* line 130, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a { display: inline-block; color: #333; margin: 10px 10px 10px 0px; font-weight: bold; } +/* line 136, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover { color: #515151; } +/* line 142, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist .wishlistLinkTop li { float: left; } +/* line 144, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist { float: right; } +/* line 148, ../../../sass/modules/blockwishlist/blockwishlist.scss */ #module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts, #module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos { display: none; @@ -130,49 +157,60 @@ /* wlp_bought ****************************************** */ /* wlp_bought_list */ +/* line 153, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li { margin-bottom: 30px; /*> 992px*/ /*768px x 991px*/ } +/* line 159, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .product_image { padding: 9px; border: 1px solid #d6d4d4; margin-bottom: 20px; max-width: 270px; } +/* line 166, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .product-name { margin-bottom: 10px; padding-right: 20px; } +/* line 170, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .product-name small { display: block; font-size: 11px; } +/* line 174, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .product-name small a { font-size: 11px; } +/* line 180, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .product_infos { position: relative; } +/* line 183, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .btn_action .btn { margin-bottom: 10px; } @media (min-width: 992px) { + /* line 186, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li.first-in-line { clear: left; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 190, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li.first-item-of-tablet-line { clear: left; } } +/* line 195, ../../../sass/modules/blockwishlist/blockwishlist.scss */ .wishlistLinkTop .submit { margin-bottom: 30px; } +/* line 199, ../../../sass/modules/blockwishlist/blockwishlist.scss */ ul.wlp_bought_list li .lnkdel { position: absolute; top: 0px; diff --git a/themes/default-bootstrap/css/modules/carriercompare/style.css b/themes/default-bootstrap/css/modules/carriercompare/style.css index 1c5fdb753..aee186aa0 100644 --- a/themes/default-bootstrap/css/modules/carriercompare/style.css +++ b/themes/default-bootstrap/css/modules/carriercompare/style.css @@ -1,73 +1,92 @@ +/* line 3, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .form-group { line-height: normal; margin-bottom: 10px; } +/* line 7, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .form-group label { margin-bottom: 6px; } +/* line 9, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .form-group .form-control { width: 263px; } +/* line 13, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .form-group.last { margin-bottom: 20px; } +/* line 15, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .form-group.last input { margin-bottom: 3px; } +/* line 19, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .table { background: #fff; } +/* line 26, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .table thead tr th { background: #fff; padding: 4px 10px 3px 10px; } +/* line 34, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .table tbody td { margin: 0; } +/* line 37, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .table tbody td.carrier_action { width: 54px; padding-left: 0; padding-right: 0; text-align: center; } +/* line 43, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping .table tbody td.carrier_action input { margin: 0; } +/* line 53, ../../../sass/modules/carriercompare/style.scss */ #availableCarriers .table { margin-bottom: 20px; } +/* line 57, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping ul#carriercompare_errors_list { color: red; } +/* line 60, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping_form { padding-bottom: 20px; } +/* line 61, ../../../sass/modules/carriercompare/style.scss */ #compare_shipping ul#carriercompare_errors_list li { margin-left: 30px; text-decoration: none; list-style: none; } +/* line 68, ../../../sass/modules/carriercompare/style.scss */ #SE_AjaxDisplay { text-align: center; display: none; } +/* line 74, ../../../sass/modules/carriercompare/style.scss */ #SE_AjaxDisplay img { width: 15px; } +/* line 79, ../../../sass/modules/carriercompare/style.scss */ .SE_SubmitRefreshCard button { float: left; } +/* line 82, ../../../sass/modules/carriercompare/style.scss */ .SE_SubmitRefreshCard button#carriercompare_submit { margin-right: 10px; } +/* line 87, ../../../sass/modules/carriercompare/style.scss */ #carriercompare_errors { display: none; } diff --git a/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css b/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css index 25f9c5840..0ab672740 100644 --- a/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css +++ b/themes/default-bootstrap/css/modules/favoriteproducts/favoriteproducts.css @@ -1,3 +1,4 @@ +/* line 1, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ #favoriteproducts_block_account .favoriteproduct { position: relative; margin-bottom: 14px; @@ -6,6 +7,7 @@ border-radius: 3px 3px 3px 3px; } +/* line 9, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ .favoriteproduct a.product_img_link { border: 1px solid #CCCCCC; display: block; @@ -15,35 +17,41 @@ position: relative; } +/* line 17, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ .favoriteproduct p.product_desc { line-height: 16px; overflow: hidden; padding: 0; } +/* line 23, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ .favoriteproduct .remove { position: absolute; top: 10px; right: 10px; } +/* line 28, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ .favoriteproduct .remove .icon { cursor: pointer; } /* lnk fiche produit */ +/* line 33, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ #usefull_link_block li#favoriteproducts_block_extra_add { padding-left: 20px; background: url(img/add_favorite.gif) no-repeat 0 0; cursor: pointer; } +/* line 39, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ #usefull_link_block li#favoriteproducts_block_extra_remove { padding-left: 20px; background: url(img/del_favorite.gif) no-repeat 0 0; cursor: pointer; } +/* line 45, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ ul#usefull_link_block li#favoriteproducts_block_extra_added { padding-left: 20px; background: url(img/add_favorite.gif) no-repeat 0 0; @@ -51,6 +59,7 @@ ul#usefull_link_block li#favoriteproducts_block_extra_added { display: none; } +/* line 51, ../../../sass/modules/favoriteproducts/favoriteproducts.scss */ ul#usefull_link_block li#favoriteproducts_block_extra_removed { padding-left: 20px; background: url(img/add_favorite.gif) no-repeat 0 0; diff --git a/themes/default-bootstrap/css/modules/homeslider/bx_styles.css b/themes/default-bootstrap/css/modules/homeslider/bx_styles.css index b0696ef66..b22b34eef 100644 --- a/themes/default-bootstrap/css/modules/homeslider/bx_styles.css +++ b/themes/default-bootstrap/css/modules/homeslider/bx_styles.css @@ -12,6 +12,7 @@ /****************************************************************************** Home Page Slider *******************************************************************************/ +/* line 18, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider { padding-left: 0; padding-right: 0; @@ -21,6 +22,7 @@ position: relative; z-index: 1; } +/* line 27, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider #homeslider { margin: 0 auto; padding: 0; @@ -31,6 +33,7 @@ ********************************************************************************/ /** RESET AND LAYOUT ===================================*/ +/* line 37, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider { /** THEME ===================================*/ @@ -41,27 +44,33 @@ /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ /* IMAGE CAPTIONS */ } +/* line 38, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper { position: relative; padding: 0; *zoom: 1; } +/* line 43, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper a { display: block; } +/* line 45, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper img { display: block; max-width: 100%; } +/* line 55, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-viewport { width: 100%; } +/* line 61, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-pager, #homepage-slider .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; } +/* line 69, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-loading { min-height: 50px; background: url(images/bx_loader.gif) center center no-repeat white; @@ -72,6 +81,7 @@ left: 0; z-index: 2000; } +/* line 82, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-pager { text-align: center; font-size: .85em; @@ -80,12 +90,14 @@ color: #666; padding-top: 20px; } +/* line 92, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-pager .bx-pager-item, #homepage-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; } +/* line 98, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; @@ -98,22 +110,28 @@ -webkit-border-radius: 5px; border-radius: 5px; } +/* line 112, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, #homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; } +/* line 118, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-prev { right: 60px; } +/* line 121, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-prev:after { content: ""; } +/* line 126, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-next { right: 10px; } +/* line 129, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-next:after { content: ""; } +/* line 134, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-direction a { position: absolute; bottom: 10px; @@ -124,6 +142,7 @@ z-index: 9999; border: 2px solid #fff; } +/* line 144, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-direction a:before { height: 48px; width: 48px; @@ -137,6 +156,7 @@ top: 0; z-index: 1; } +/* line 158, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-direction a:after { display: block; width: 48px; @@ -152,16 +172,20 @@ z-index: 2; padding: 16px 0 0 0; } +/* line 176, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-direction a:hover:before { background: #333; opacity: 0.83; } +/* line 183, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-direction a.disabled { display: none; } +/* line 189, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-auto { text-align: center; } +/* line 193, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; @@ -171,10 +195,12 @@ background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; } +/* line 204, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-auto .bx-start:hover, #homepage-slider .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; } +/* line 208, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; @@ -184,18 +210,22 @@ background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; } +/* line 219, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:hover, #homepage-slider .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; } +/* line 225, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; } +/* line 230, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; } +/* line 237, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-caption { position: absolute; bottom: 0; @@ -204,6 +234,7 @@ background: rgba(80, 80, 80, 0.75); width: 100%; } +/* line 246, ../../../sass/modules/homeslider/bx_styles.scss */ #homepage-slider .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; diff --git a/themes/default-bootstrap/css/modules/productcomments/productcomments.css b/themes/default-bootstrap/css/modules/productcomments/productcomments.css index 964fa548e..843f4c7ef 100644 --- a/themes/default-bootstrap/css/modules/productcomments/productcomments.css +++ b/themes/default-bootstrap/css/modules/productcomments/productcomments.css @@ -1,4 +1,5 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 3, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra { padding: 8px 10px 10px; font-weight: bold; @@ -8,20 +9,24 @@ margin: 39px 0 22px; } +/* line 11, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices { padding-top: 2px; } +/* line 14, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices li { display: inline-block; line-height: 30px; /*min 768px max 991px*/ } @media (min-width: 768px) and (max-width: 991px) { + /* line 14, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices li { display: block; line-height: 20px; } } +/* line 23, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a { text-decoration: none; color: #777; @@ -33,11 +38,13 @@ /*min 768px max 991px*/ } @media (min-width: 768px) and (max-width: 1199px) { + /* line 23, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a { float: none; line-height: 20px; } } +/* line 38, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a:before { background: #929292; border-radius: 50px; @@ -56,19 +63,24 @@ /*max 1199px*/ } @media (max-width: 1199px) { + /* line 38, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a:before { display: none; } } +/* line 62, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a.reviews:before { content: ""; } +/* line 63, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a.open-comment-form:before { content: ""; } +/* line 64, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a:hover { color: #333; } +/* line 65, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a.reviews { border-right: 1px solid #d6d4d4; padding-right: 30px; @@ -76,6 +88,7 @@ /* min 768px max 991px*/ } @media (min-width: 768px) and (max-width: 991px) { + /* line 65, ../../../sass/modules/productcomments/productcomments.scss */ .comments_advices a.reviews { margin-right: 0; padding: 0; @@ -83,43 +96,53 @@ } } +/* line 81, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra .comments_note { margin-bottom: 5px; } +/* line 83, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra .comments_note span, #product_comments_block_extra .star_content { float: left; color: #333; } +/* line 84, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra .star_content { margin-top: 1px; } +/* line 85, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra div.star { background: url(img/star.png) no-repeat 0 0; } +/* line 86, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra div.star_on { background: url(img/star.png) no-repeat 0 -13px; } +/* line 87, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_extra .comments_advices { clear: both; } /* pop-in add grade/advice ********************************************************************* */ +/* line 92, ../../../sass/modules/productcomments/productcomments.scss */ #fancybox-wrap { width: 585px; } +/* line 93, ../../../sass/modules/productcomments/productcomments.scss */ #fancybox-content { width: 585px; border-width: 0; } +/* line 97, ../../../sass/modules/productcomments/productcomments.scss */ .new_comment_form_content .intro_form { padding-bottom: 10px; font-weight: bold; font-size: 12px; } +/* line 103, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form { width: 465px; overflow: hidden; @@ -128,13 +151,16 @@ /*max 767px*/ } @media (max-width: 767px) { + /* line 103, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form { width: 275px; } } +/* line 114, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form h2 { margin-bottom: 10px; } +/* line 115, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .title { padding: 10px; font-size: 13px; @@ -142,30 +168,38 @@ text-transform: uppercase; background: #333333; } +/* line 123, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form ul.grade_content { list-style-type: none; } +/* line 124, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .grade_content li { width: 50%; } +/* line 125, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .product { padding: 15px; } +/* line 126, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .product img { border: 1px solid #d6d4d4; } +/* line 129, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .product .product_desc { line-height: 18px; color: #666666; } +/* line 133, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .product .product_desc .product_name { padding: 10px 0 5px; font-size: 13px; color: black; } +/* line 139, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .grade_content { margin: 0 0 20px 0; } +/* line 141, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .grade_content span, #new_comment_form .grade_content span { display: inline-block; @@ -174,19 +208,23 @@ /* 160 */ font-weight: bold; } +/* line 147, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .grade_content .cancel { margin-right: 5px; } +/* line 148, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .new_comment_form_content { padding: 15px; background: #f8f8f8; } +/* line 152, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form label { display: block; margin: 12px 0 4px 0; font-weight: bold; font-size: 12px; } +/* line 159, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form input, #new_comment_form textarea { padding: 0 5px; @@ -195,122 +233,152 @@ border: 1px solid #ccc; background: #fff; } +/* line 166, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form textarea { height: 80px; } +/* line 170, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form .submit { margin-top: 20px; padding: 0; font-size: 13px; text-align: right; } +/* line 177, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form #criterions_list { border-bottom: 1px solid #CCC; padding-bottom: 15px; list-style-type: none; } +/* line 182, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form #criterions_list li { margin-bottom: 10px; } +/* line 185, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form #criterions_list label { display: inline; float: left; margin: 0 10px 0 0; } +/* line 191, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form #criterions_list .star_content { float: left; } +/* line 196, ../../../sass/modules/productcomments/productcomments.scss */ #new_comment_form #new_comment_form_footer { margin-top: 20px; font-size: 12px; } /* TAB COMMENTS ******************************************************************************** */ +/* line 202, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab { margin: 0 0 20px 0; } +/* line 204, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment { margin: 0 0 14px; padding-top: 14px; border-top: 1px solid #d6d4d4; } +/* line 210, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment:first-child { padding: 0; border: none; } +/* line 211, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment div.comment_author { padding: 0 20px; line-height: 18px; } +/* line 215, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment div.comment_author span { font-weight: bold; } +/* line 217, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment div.comment_author span, #product_comments_block_tab div.comment .star_content { float: left; } +/* line 220, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment .star_content { margin: 0 0 0 5px; } +/* line 222, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.star, #product_comments_block_tab div.star_on { background: url(img/star.png) no-repeat 0 0; } +/* line 225, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.star_on { background-position: 0 -13px; } +/* line 226, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab .comment_author_infos { clear: both; padding-top: 9px; } +/* line 228, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab .comment_author_infos strong { display: block; color: #333; } +/* line 229, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab .comment_author_infos em { color: #adadad; } +/* line 232, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment div.comment_details { overflow: hidden; border-left: 1px solid #d6d4d4; /*max 767px */ } @media (max-width: 991px) { + /* line 232, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment div.comment_details { border-left: none; } } +/* line 244, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment_details ul { list-style-type: none; margin: 0; } +/* line 248, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment_details li { padding: 2px 0 2px; } +/* line 250, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment_details li:before { font-family: FontAwesome; content: ""; color: #333; margin-right: 8px; } +/* line 259, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab div.comment_details .title_block { text-transform: capitalize; } +/* line 260, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab a { text-decoration: none; font-weight: bold; } +/* line 265, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab span.report_btn { cursor: pointer; } +/* line 266, ../../../sass/modules/productcomments/productcomments.scss */ #product_comments_block_tab span.report_btn:hover { text-decoration: underline; } +/* line 270, ../../../sass/modules/productcomments/productcomments.scss */ .fl { float: left; } +/* line 271, ../../../sass/modules/productcomments/productcomments.scss */ .fr { float: right; } diff --git a/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css b/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css index fa8a0cb60..57db797c4 100644 --- a/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css +++ b/themes/default-bootstrap/css/modules/stripejs/stripe-prestashop.css @@ -1,73 +1,92 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 2, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form { line-height: 20px; padding-bottom: 7px; } +/* line 6, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .form-group { margin-bottom: 5px; } +/* line 9, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .form-group input.stripe-card-number { max-width: 263px; } +/* line 12, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .block-left { float: left; width: 188px; } +/* line 16, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .block-left .form-control { width: 72px; float: left; margin-right: 10px; } +/* line 22, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .block-left a { margin-top: 5px; } +/* line 25, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form img.cc-icon { float: left; margin-right: 10px; } +/* line 29, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .stripe-card-cvc-info { display: inline-block; position: relative; font-style: italic; text-decoration: underline; } +/* line 35, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .stripe-card-cvc-info:hover { text-decoration: none; } +/* line 37, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form #uniform-month, #stripe-payment-form .stripe-card-expiry-year.form-control, #stripe-payment-form #uniform-year, #stripe-payment-form .stripe-card-expiry-month.form-control { float: left; } +/* line 38, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .stripe-card-expiry-year.form-control { width: 68px; } +/* line 39, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form #uniform-month, #stripe-payment-form .stripe-card-expiry-month.form-control { width: 115px; margin-right: 10px; } +/* line 43, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .stripe-line { margin-bottom: 11px; } @media (max-width: 479px) { + /* line 46, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .stripe-line .form-group { clear: left; width: 100%; } } +/* line 53, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .ckeckbox { margin-bottom: 11px; } +/* line 55, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .ckeckbox .checker { float: left; } +/* line 55, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .ckeckbox .checker span { top: 2px; } +/* line 56, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form .ckeckbox label { font-weight: normal; cursor: pointer; color: #777777; } +/* line 58, ../../../sass/modules/stripejs/stripe-prestashop.scss */ a.stripe-card-cvc-info div.cvc-info { background-color: #BDE5F8; border: #00529B solid 1px; @@ -85,32 +104,39 @@ a.stripe-card-cvc-info div.cvc-info { width: 300px; } +/* line 73, ../../../sass/modules/stripejs/stripe-prestashop.scss */ a.stripe-card-cvc-info:hover div.cvc-info { display: block; } +/* line 74, ../../../sass/modules/stripejs/stripe-prestashop.scss */ div.cvc-info:hover { cursor: default; } +/* line 75, ../../../sass/modules/stripejs/stripe-prestashop.scss */ img.disable { opacity: 0.3; } +/* line 76, ../../../sass/modules/stripejs/stripe-prestashop.scss */ img.enable { opacity: 1; } +/* line 77, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form-cc .stripe-submit-button-cc { margin-left: 5px; } +/* line 78, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form-cc a { display: inline; font-size: 11px; text-decoration: underline; } +/* line 79, ../../../sass/modules/stripejs/stripe-prestashop.scss */ div.stripe-payment-errors { margin: 0 0 10px 0; padding: 10px; @@ -120,6 +146,7 @@ div.stripe-payment-errors { display: none; } +/* line 88, ../../../sass/modules/stripejs/stripe-prestashop.scss */ div.stripe-card-deleted { margin: 0 0 10px 0; padding: 10px; @@ -130,22 +157,27 @@ div.stripe-card-deleted { text-transform: none; } +/* line 98, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-translations, #stripe-ajax-loader { display: none; } +/* line 99, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe_save_token { vertical-align: top; } +/* line 100, ../../../sass/modules/stripejs/stripe-prestashop.scss */ a#stripe_error { display: none; } +/* line 101, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-payment-form input, #stripe-payment-form select { margin-left: 0; } +/* line 102, ../../../sass/modules/stripejs/stripe-prestashop.scss */ #stripe-replace-card, #stripe-delete-card { border: none; padding: 0; diff --git a/themes/default-bootstrap/css/my-account.css b/themes/default-bootstrap/css/my-account.css index e1052c3c7..0bc86329a 100644 --- a/themes/default-bootstrap/css/my-account.css +++ b/themes/default-bootstrap/css/my-account.css @@ -1,11 +1,14 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); +/* line 4, ../sass/my-account.scss */ #my-account .addresses-lists { margin-bottom: 30px; } +/* line 10, ../sass/my-account.scss */ #my-account ul.myaccount-link-list li { overflow: hidden; padding-bottom: 10px; } +/* line 15, ../sass/my-account.scss */ #my-account ul.myaccount-link-list li a { display: block; overflow: hidden; @@ -31,6 +34,7 @@ -o-border-radius: 4px; border-radius: 4px; } +/* line 36, ../sass/my-account.scss */ #my-account ul.myaccount-link-list li a i { font-size: 25px; color: #fd7e01; @@ -49,6 +53,7 @@ -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +/* line 51, ../sass/my-account.scss */ #my-account ul.myaccount-link-list li a span { display: block; padding: 13px 15px 15px 17px; @@ -63,6 +68,7 @@ border-bottom-right-radius: 5px; margin-left: 52px; } +/* line 62, ../sass/my-account.scss */ #my-account ul.myaccount-link-list li a:hover { filter: none; background: #e7e7e7; diff --git a/themes/default-bootstrap/css/order-opc.css b/themes/default-bootstrap/css/order-opc.css index 7bb48d8fd..936680105 100644 --- a/themes/default-bootstrap/css/order-opc.css +++ b/themes/default-bootstrap/css/order-opc.css @@ -2,19 +2,24 @@ /******************************************************** One-Page Checkout Styles ********************************************************/ +/* line 6, ../sass/order-opc.scss */ #order-opc { line-height: 20px; } +/* line 9, ../sass/order-opc.scss */ #order-opc .box { padding-bottom: 20px; } +/* line 11, ../sass/order-opc.scss */ #order-opc .cart_navigation { margin-bottom: 53px; } +/* line 15, ../sass/order-opc.scss */ #order-opc .page-heading.step-num { position: relative; padding-left: 45px; } +/* line 19, ../sass/order-opc.scss */ #order-opc .page-heading.step-num span { font-weight: bold; font-size: 42px; @@ -25,56 +30,71 @@ left: 10px; top: -14px; } +/* line 31, ../sass/order-opc.scss */ #order-opc .form-group { margin-bottom: 2px; } +/* line 34, ../sass/order-opc.scss */ #order-opc .form-group .form-control { max-width: 271px; } +/* line 37, ../sass/order-opc.scss */ #order-opc .lost_password { display: inline-block; text-decoration: underline; margin: 5px 0 14px; } +/* line 42, ../sass/order-opc.scss */ #order-opc .lost_password:hover { text-decoration: none; } +/* line 47, ../sass/order-opc.scss */ #order-opc .title_block { font-weight: bold; color: #333; padding: 3px 0 6px; } +/* line 53, ../sass/order-opc.scss */ #order-opc .opc-button { padding: 11px 0 0 0; } +/* line 55, ../sass/order-opc.scss */ #order-opc ul.bullet { line-height: 22px; margin-bottom: 5px; } +/* line 59, ../sass/order-opc.scss */ #order-opc .date-select { padding-bottom: 10px; } +/* line 61, ../sass/order-opc.scss */ #order-opc .opc-add-save { border-top: 1px solid #d6d4d4; margin-top: 20px; padding-top: 20px; } +/* line 67, ../sass/order-opc.scss */ #order-opc #message { margin-bottom: 35px; } +/* line 69, ../sass/order-opc.scss */ #order-opc #opc_payment_methods { margin-bottom: 30px; } +/* line 71, ../sass/order-opc.scss */ #order-opc #opc_account { margin-bottom: 30px; } +/* line 73, ../sass/order-opc.scss */ #order-opc .address_delivery.select { margin-bottom: 15px; } +/* line 75, ../sass/order-opc.scss */ #order-opc #address_invoice_form.form-group { margin-bottom: 30px; } +/* line 77, ../sass/order-opc.scss */ #new_account_form .id_state, #new_account_form .dni, #new_account_form .postcode { display: none; } diff --git a/themes/default-bootstrap/css/product.css b/themes/default-bootstrap/css/product.css index f07269c58..6c00c64f2 100644 --- a/themes/default-bootstrap/css/product.css +++ b/themes/default-bootstrap/css/product.css @@ -1,52 +1,62 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* product desc */ /* primary_block ***************************************************************************** */ +/* line 5, ../sass/product.scss */ #primary_block { margin-bottom: 40px; } +/* line 9, ../sass/product.scss */ .top-hr { height: 5px; background: #c4c4c4; margin: 2px 0 31px; } +/* line 12, ../sass/product.scss */ .product-heading-h5 { color: #333; font-weight: bold; margin: 3px 0 8px; } +/* line 18, ../sass/product.scss */ .box-security .product-heading-h5 { margin: 3px 0 -8px; } @media (max-width: 1199px) { + /* line 18, ../sass/product.scss */ .box-security .product-heading-h5 { margin-bottom: 8px; } } +/* line 26, ../sass/product.scss */ #productscategory_list .product-name, .accessories-block .product-name { margin-bottom: 5px; } +/* line 27, ../sass/product.scss */ #productscategory_list .product-name a, .accessories-block .product-name a { font-size: 15px; line-height: 18px; color: #3a3939; } +/* line 28, ../sass/product.scss */ #productscategory_list .product-name a:hover, .accessories-block .product-name a:hover { color: #999999; } +/* line 33, ../sass/product.scss */ img { max-width: 100%; height: auto; } /* pb-right-column ***************************************************************************** */ +/* line 39, ../sass/product.scss */ #pb-right-column #image-block { position: relative; padding: 5px; @@ -54,19 +64,23 @@ img { background: #fff; } @media (max-width: 767px) { + /* line 39, ../sass/product.scss */ #pb-right-column #image-block { width: 280px; margin: 0 auto; } } +/* line 50, ../sass/product.scss */ #pb-right-column #image-block img { background: #fbfbfb; width: 100%; } +/* line 55, ../sass/product.scss */ #pb-right-column #image-block #view_full_size { display: block; cursor: pointer; } +/* line 58, ../sass/product.scss */ #pb-right-column #image-block #view_full_size .span_link { position: absolute; bottom: 20px; @@ -80,11 +94,12 @@ img { width: 136px; text-align: center; font-weight: bold; - background: rgba(255, 255, 255, 0); - -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0); - -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0); - box-shadow: 0 2px 8px rgba(0, 0, 0, 0); + background: rgba(255, 255, 255, 0.5); + -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); } +/* line 73, ../sass/product.scss */ #pb-right-column #image-block #view_full_size .span_link:after { font-family: FontAwesome; color: #c0c0c0; @@ -94,47 +109,56 @@ img { font-weight: normal; margin: 0 0 0 4px; } +/* line 82, ../sass/product.scss */ #pb-right-column #image-block #view_full_size .span_link:hover:after { color: #333; } /* miniatures */ +/* line 89, ../sass/product.scss */ #pb-right-column #views_block { margin-top: 10px; } @media (max-width: 767px) { + /* line 94, ../sass/product.scss */ #views_block { width: 280px; margin: 0 auto; } } +/* line 97, ../sass/product.scss */ #thumbs_list { overflow: hidden; float: left; width: 392px; } @media (min-width: 992px) and (max-width: 1199px) { + /* line 97, ../sass/product.scss */ #thumbs_list { width: 290px; } } @media (min-width: 768px) and (max-width: 991px) { + /* line 97, ../sass/product.scss */ #thumbs_list { width: 164px; } } @media (max-width: 767px) { + /* line 97, ../sass/product.scss */ #thumbs_list { width: 194px; } } +/* line 114, ../sass/product.scss */ #thumbs_list ul#thumbs_list_frame { list-style-type: none; padding-left: 0; overflow: hidden; height: 100px; } +/* line 121, ../sass/product.scss */ #thumbs_list li { float: left; height: 90px; @@ -148,33 +172,39 @@ img { box-sizing: border-box; } @media (min-width: 768px) and (max-width: 991px) { + /* line 121, ../sass/product.scss */ #thumbs_list li { width: 76px; height: 76px; } } +/* line 136, ../sass/product.scss */ #thumbs_list li:first-child { margin-left: 0; margin-right: 9px; } +/* line 137, ../sass/product.scss */ #thumbs_list li.last { margin-right: 0; } +/* line 139, ../sass/product.scss */ #thumbs_list li a { display: block; border: 3px solid #fff; - -webkit-transition: all 0s ease; - -moz-transition: all 0s ease; - -o-transition: all 0s ease; + -webkit-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fbfbfb; } +/* line 147, ../sass/product.scss */ #thumbs_list li a:hover, #thumbs_list li a.shown { border-color: #dbdbdb; } +/* line 151, ../sass/product.scss */ #thumbs_list li img { border: 2px solid #fff; width: 82px; @@ -184,24 +214,28 @@ img { box-sizing: border-box; } @media (min-width: 768px) and (max-width: 991px) { + /* line 151, ../sass/product.scss */ #thumbs_list li img { width: 68px; height: 68px; } } +/* line 167, ../sass/product.scss */ span.view_scroll_spacer { float: left; width: 39px; padding-left: 12px; } @media (min-width: 768px) and (max-width: 991px) { + /* line 167, ../sass/product.scss */ span.view_scroll_spacer { padding-left: 6px; width: 28px; } } +/* line 180, ../sass/product.scss */ #view_scroll_left, #view_scroll_right { margin-top: 38px; @@ -212,11 +246,13 @@ span.view_scroll_spacer { overflow: hidden; } @media (min-width: 768px) and (max-width: 991px) { + /* line 180, ../sass/product.scss */ #view_scroll_left, #view_scroll_right { margin-top: 28px; } } +/* line 193, ../sass/product.scss */ #view_scroll_left:before, #view_scroll_right:before { padding-left: 2px; @@ -225,34 +261,42 @@ span.view_scroll_spacer { font-size: 20px; line-height: 22px; } +/* line 200, ../sass/product.scss */ #view_scroll_left:hover:before, #view_scroll_right:hover:before { color: #333; } +/* line 204, ../sass/product.scss */ #view_scroll_right { float: left; } +/* line 206, ../sass/product.scss */ #view_scroll_right:before { content: ""; } +/* line 212, ../sass/product.scss */ #view_scroll_left:before { content: ""; padding-right: 2px; } +/* line 220, ../sass/product.scss */ .resetimg { padding: 10px 0 0; } +/* line 222, ../sass/product.scss */ .resetimg #resetImages i { margin-right: 6px; } /* link list */ +/* line 228, ../sass/product.scss */ #usefull_link_block { list-style-type: none; } +/* line 231, ../sass/product.scss */ #usefull_link_block li { float: left; border-left: 1px solid #d6d4d4; @@ -260,15 +304,18 @@ span.view_scroll_spacer { margin-left: 20px; } @media (min-width: 768px) and (max-width: 991px) { + /* line 231, ../sass/product.scss */ #usefull_link_block li { float: none !important; } } +/* line 241, ../sass/product.scss */ #usefull_link_block li:first-child { margin: 0; border: none; padding: 0; } +/* line 242, ../sass/product.scss */ #usefull_link_block li a { color: #777676; font-weight: bold; @@ -277,6 +324,7 @@ span.view_scroll_spacer { line-height: 22px; display: inline-block; } +/* line 249, ../sass/product.scss */ #usefull_link_block li a:before { font-family: FontAwesome; color: #333; @@ -287,38 +335,47 @@ span.view_scroll_spacer { left: 0; font-weight: normal; } +/* line 257, ../sass/product.scss */ #usefull_link_block li a:hover { color: #000; } @media (min-width: 768px) and (max-width: 991px) { + /* line 262, ../sass/product.scss */ #usefull_link_block li.print { margin: 8px 0 0; padding: 0; border: none; } } +/* line 272, ../sass/product.scss */ #usefull_link_block li.print a:before { content: ""; } +/* line 278, ../sass/product.scss */ #usefull_link_block li.sendtofriend { margin: 0; border: none; padding: 0; } +/* line 282, ../sass/product.scss */ #usefull_link_block li.sendtofriend a:before { content: ""; } +/* line 287, ../sass/product.scss */ #usefull_link_block li#left_share_fb { clear: both; float: none; margin-bottom: 8px; } +/* line 291, ../sass/product.scss */ #usefull_link_block li#left_share_fb a { padding-left: 18px; } +/* line 292, ../sass/product.scss */ #usefull_link_block li#left_share_fb a:before { content: ""; } +/* line 301, ../sass/product.scss */ #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, @@ -333,6 +390,7 @@ span.view_scroll_spacer { border: none; position: relative; } +/* line 311, ../sass/product.scss */ #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, @@ -347,21 +405,25 @@ span.view_scroll_spacer { font-weight: normal; content: ""; } +/* line 321, ../sass/product.scss */ #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover { color: #000; } +/* line 324, ../sass/product.scss */ #usefull_link_block li#favoriteproducts_block_extra_removed:before { content: ""; } /* pb-left-column ****************************************************************************** */ +/* line 331, ../sass/product.scss */ #pb-left-column { margin-bottom: 30px; } +/* line 336, ../sass/product.scss */ #product p#loyalty { padding: 17px 0 15px 35px; border-top: 1px solid #d6d4d4; @@ -369,9 +431,11 @@ span.view_scroll_spacer { margin: 10px 0 -5px; position: relative; } +/* line 343, ../sass/product.scss */ #product p#loyalty b { color: #333; } +/* line 345, ../sass/product.scss */ #product p#loyalty:before { content: ""; font-family: FontAwesome; @@ -383,50 +447,61 @@ span.view_scroll_spacer { left: 0; } +/* line 358, ../sass/product.scss */ #pb-left-column h1 { padding-bottom: 16px; font-size: 20px; color: #3a3939; } +/* line 364, ../sass/product.scss */ #pb-left-column #product_reference { margin-bottom: 6px; } +/* line 367, ../sass/product.scss */ #pb-left-column #product_reference span { font-weight: bold; color: #333; } +/* line 370, ../sass/product.scss */ #pb-left-column #short_description_block { color: #666; } +/* line 375, ../sass/product.scss */ #pb-left-column #short_description_block .buttons_bottom_block { display: none; } +/* line 379, ../sass/product.scss */ #short_description_content p { line-height: 18px; } +/* line 381, ../sass/product.scss */ #page .rte { padding: 0 20px 20px; } +/* line 382, ../sass/product.scss */ #page .rte p { margin-bottom: 0; } /* form */ +/* line 385, ../sass/product.scss */ #pb-left-column #buy_block { margin-top: 10px; } /* buy_block */ +/* line 390, ../sass/product.scss */ #pb-left-column p { margin-bottom: 10px; } +/* line 394, ../sass/product.scss */ #pb-left-column #buy_block label { display: inline-block; width: 125px; @@ -435,46 +510,56 @@ span.view_scroll_spacer { text-align: right; } +/* line 403, ../sass/product.scss */ #short_description_block #short_description_content { padding: 0 0 15px; } /* color_picker */ +/* line 408, ../sass/product.scss */ #pb-left-column #color_picker p { padding-bottom: 5px; font-weight: 700; } +/* line 413, ../sass/product.scss */ #attributes fieldset { padding-bottom: 3px; } +/* line 417, ../sass/product.scss */ #attributes fieldset label { vertical-align: top; display: block; } +/* line 422, ../sass/product.scss */ #attributes .attribute_list { width: 100%; } +/* line 425, ../sass/product.scss */ #attributes .attribute_list .form-control { max-width: 230px; } +/* line 430, ../sass/product.scss */ #attributes .attribute_list ul { clear: both; } +/* line 434, ../sass/product.scss */ #attributes .attribute_list ul li { float: left; margin-right: 10px; } +/* line 439, ../sass/product.scss */ #attributes .attribute_list input.attribute_radio { float: left; margin-left: 3px; } +/* line 446, ../sass/product.scss */ #attributes .attribute_list div.radio, #attributes .attribute_list div.radio span, #attributes .attribute_list div.radio input { @@ -482,10 +567,12 @@ span.view_scroll_spacer { display: inline-block; } +/* line 453, ../sass/product.scss */ #attributes .attribute_list #color_to_pick_list { list-style-type: none; } +/* line 458, ../sass/product.scss */ #attributes .attribute_list #color_to_pick_list li { float: left; margin: 0 3px 3px 0; @@ -494,28 +581,33 @@ span.view_scroll_spacer { clear: none; } +/* line 466, ../sass/product.scss */ #attributes .attribute_list #color_to_pick_list li.selected { border: 1px solid #4d4d4d; } +/* line 470, ../sass/product.scss */ #attributes .attribute_list #color_to_pick_list a.color_pick { display: block; height: 22px; width: 22px; } +/* line 477, ../sass/product.scss */ .product_attributes, .box-cart-bottom { - -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0); - -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0); - box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0); + -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05); padding: 19px 19px 17px; } +/* line 481, ../sass/product.scss */ .box-cart-bottom { padding: 18px 19px 12px; } +/* line 485, ../sass/product.scss */ .box-info-product .exclusive { padding: 0; border-top: 1px solid #0079b6; @@ -530,6 +622,7 @@ span.view_scroll_spacer { position: relative; display: block; } +/* line 495, ../sass/product.scss */ .box-info-product .exclusive:before { font-family: FontAwesome; position: absolute; @@ -552,10 +645,12 @@ span.view_scroll_spacer { border-radius: 5px 0 0 5px; } @media (max-width: 991px) { + /* line 495, ../sass/product.scss */ .box-info-product .exclusive:before { display: none; } } +/* line 517, ../sass/product.scss */ .box-info-product .exclusive:after { background: url(../img/border-1.gif) repeat-y 0 0; position: absolute; @@ -567,11 +662,13 @@ span.view_scroll_spacer { z-index: 2; } @media (max-width: 991px) { + /* line 517, ../sass/product.scss */ .box-info-product .exclusive:after { display: none; } } +/* line 526, ../sass/product.scss */ .box-info-product .exclusive span { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7)); background-image: -webkit-linear-gradient(#009ad0, #007ab7); @@ -595,24 +692,27 @@ span.view_scroll_spacer { padding: 12px 36px 14px 82px; color: #fff; display: block !important; - -webkit-transition: all 0s ease; - -moz-transition: all 0s ease; - -o-transition: all 0s ease; + -webkit-transition: all 0.3s ease; + -moz-transition: all 0.3s ease; + -o-transition: all 0.3s ease; transition: all 0.3s ease; } @media (max-width: 1199px) { + /* line 526, ../sass/product.scss */ .box-info-product .exclusive span { padding: 12px 22px 14px 70px; font-size: 14px; } } @media (max-width: 991px) { + /* line 526, ../sass/product.scss */ .box-info-product .exclusive span { padding: 8px 12px 10px; text-align: left; } } +/* line 558, ../sass/product.scss */ .box-info-product .exclusive:hover span { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0)); background-image: -webkit-linear-gradient(#007ab7, #009ad0); @@ -624,29 +724,35 @@ span.view_scroll_spacer { } /* table_data_sheet */ +/* line 565, ../sass/product.scss */ .table-data-sheet { border-bottom: 1px solid #d6d4d4; width: 100%; margin: 0 0 20px; background: #fff; } +/* line 570, ../sass/product.scss */ .table-data-sheet tr { border-top: 1px solid #d6d4d4; } +/* line 571, ../sass/product.scss */ .table-data-sheet tr.even { background: #fdfdfd; } +/* line 572, ../sass/product.scss */ .table-data-sheet tr td:first-child { border-right: 1px solid #d6d4d4; width: 30%; font-weight: bold; color: #333; } +/* line 573, ../sass/product.scss */ .table-data-sheet tr td { padding: 10px 20px 11px; } /* table produst-discounts */ +/* line 579, ../sass/product.scss */ table.table-produst-discounts { border: none; border-bottom: 1px solid #d6d4d4; @@ -656,10 +762,12 @@ table.table-produst-discounts { background: #fff; } @media (max-width: 767px) { + /* line 579, ../sass/product.scss */ table.table-produst-discounts { width: 100%; } } +/* line 593, ../sass/product.scss */ table.table-produst-discounts tr th { background: #fbfbfb; color: #333; @@ -667,6 +775,7 @@ table.table-produst-discounts tr th { border: none; font-weight: bold; } +/* line 595, ../sass/product.scss */ table.table-produst-discounts tr td, table.table-produst-discounts tr th { border-left: 1px solid #d6d4d4; @@ -682,31 +791,37 @@ table.table-produst-discounts tr th { } /* accessories */ +/* line 612, ../sass/product.scss */ .accessories-block .block_description { display: none; } +/* line 613, ../sass/product.scss */ .accessories-block .exclusive span { font-size: 13px; line-height: 18px; padding: 2px 8px 3px; text-decoration: none; } +/* line 619, ../sass/product.scss */ .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active { text-decoration: none; } /* attributes */ +/* line 626, ../sass/product.scss */ .box-info-product { background: #f6f6f6; border: 1px solid #d2d0d0; border-top: 1px solid #b0afaf; border-bottom: 1px solid #b0afaf; } +/* line 632, ../sass/product.scss */ .box-info-product p { margin-bottom: 7px; } /* quantity_wanted */ +/* line 639, ../sass/product.scss */ #quantity_wanted_p input { width: 78px; height: 27px; @@ -714,16 +829,19 @@ table.table-produst-discounts tr th { float: left; border: 1px solid #d6d4d4; } +/* line 646, ../sass/product.scss */ #quantity_wanted_p .btn { float: left; margin-left: 3px; } +/* line 648, ../sass/product.scss */ #quantity_wanted_p label { display: block; margin-bottom: 7px; } /* availability_statut */ +/* line 654, ../sass/product.scss */ #availability_statut span#availability_label, #availability_date_label { display: inline-block; @@ -733,6 +851,7 @@ table.table-produst-discounts tr th { text-align: right; } +/* line 662, ../sass/product.scss */ #quantityAvailable { color: #333333; font-size: 13px; @@ -740,6 +859,7 @@ table.table-produst-discounts tr th { font-weight: bold; } +/* line 669, ../sass/product.scss */ #quantityAvailableTxt, #availability_value, #last_quantities { @@ -753,6 +873,7 @@ table.table-produst-discounts tr th { margin-left: 5px; } +/* line 678, ../sass/product.scss */ #last_quantities { background: #ff7430; border: 1px solid #ea5e1a; @@ -761,16 +882,19 @@ table.table-produst-discounts tr th { top: 1px; } +/* line 688, ../sass/product.scss */ #availability_statut, #pQuantityAvailable { display: inline-block; } +/* line 689, ../sass/product.scss */ #pQuantityAvailable span { font-weight: bold; color: #333; } +/* line 693, ../sass/product.scss */ #availability_statut #availability_value.warning_inline { background-color: #fe9126; border-color: #e4752b; @@ -779,6 +903,7 @@ table.table-produst-discounts tr th { } /* box-security */ +/* line 701, ../sass/product.scss */ .box-security { border-top: 1px solid #dfdede; padding: 19px 19px 6px; @@ -791,24 +916,29 @@ table.table-produst-discounts tr th { } /* prices */ +/* line 710, ../sass/product.scss */ .content_prices { padding: 13px 19px; } +/* line 713, ../sass/product.scss */ #buy_block p.price { padding: 0; } +/* line 717, ../sass/product.scss */ .discount { display: none; } +/* line 721, ../sass/product.scss */ #buy_block p#old_price { padding-bottom: 15px; font-size: 14px; text-decoration: line-through; } +/* line 727, ../sass/product.scss */ #old_price { display: inline-block; font-family: "Open Sans", sans-serif; @@ -817,6 +947,7 @@ table.table-produst-discounts tr th { text-decoration: line-through; } +/* line 736, ../sass/product.scss */ .our_price_display { font-weight: 600; font-size: 29px; @@ -825,12 +956,14 @@ table.table-produst-discounts tr th { color: #333; } @media (max-width: 991px) { + /* line 736, ../sass/product.scss */ .our_price_display { font-size: 26px; line-height: 28px; } } +/* line 752, ../sass/product.scss */ #reduction_percent, #reduction_amount { display: inline-block; @@ -845,11 +978,13 @@ table.table-produst-discounts tr th { border: 1px solid #d02a2c; } +/* line 765, ../sass/product.scss */ #reduction_percent span, #reduction_amount span { display: block; } /* online_only */ +/* line 770, ../sass/product.scss */ #pb-left-column p.online_only { font-weight: bold; font-size: 13px; @@ -858,12 +993,14 @@ table.table-produst-discounts tr th { } /* add_to_cart */ +/* line 778, ../sass/product.scss */ .content_prices #add_to_cart { position: relative; float: right; padding: 0; } +/* line 784, ../sass/product.scss */ .content_prices #add_to_cart .exclusive, .content_prices #add_to_cart .exclusive_disabled { height: 26px; padding: 5px 7px 5px 15px; @@ -871,20 +1008,24 @@ table.table-produst-discounts tr th { @media screen and (-webkit-min-device-pixel-ratio: 0) { /*hack Chrome and Safari */ + /* line 791, ../sass/product.scss */ .content_prices #add_to_cart .exclusive, .content_prices #add_to_cart .exclusive_disabled { padding: 6px 7px 4px 15px; } } +/* line 798, ../sass/product.scss */ .ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled, .ie8 .content_prices #add_to_cart .exclusive, .ie8 .content_prices #add_to_cart .exclusive_disabled { padding: 8px 7px 4px 15px; line-height: 12px; } +/* line 803, ../sass/product.scss */ :first-child + html .content_prices #add_to_cart .exclusive { padding: 4px 3px 4px 11px; } +/* line 807, ../sass/product.scss */ .content_prices #add_to_cart span { z-index: 10; display: block; @@ -897,48 +1038,57 @@ table.table-produst-discounts tr th { } /* */ +/* line 819, ../sass/product.scss */ .buttons_bottom_block { clear: both; padding-top: 13px; } +/* line 824, ../sass/product.scss */ .buttons_bottom_block #wishlist_button { font-weight: 700; } /* SEND TO FRIEND (pop-in) ##################################################################### */ +/* line 829, ../sass/product.scss */ #send_friend_form { width: 555px; overflow: hidden; /*max 767px*/ } @media (max-width: 767px) { + /* line 829, ../sass/product.scss */ #send_friend_form { width: 280px; } } +/* line 844, ../sass/product.scss */ #send_friend_form .product img { margin: 0 0 10px 0; border: 1px solid #ccc; } +/* line 854, ../sass/product.scss */ #send_friend_form .product .product_desc p { padding: 0; color: #333; } +/* line 859, ../sass/product.scss */ #send_friend_form .product .product_desc p.product_name { font-size: 12px; color: #000; } +/* line 868, ../sass/product.scss */ #send_friend_form .form_container { padding: 10px 15px; border: 1px solid #ccc; background: #eee; } +/* line 874, ../sass/product.scss */ #send_friend_form .form_container p.intro_form { padding-bottom: 6px; font-weight: 700; @@ -946,15 +1096,18 @@ table.table-produst-discounts tr th { color: #333; } +/* line 881, ../sass/product.scss */ #send_friend_form .form_container p.txt_required { padding-bottom: 0; color: #666; } +/* line 887, ../sass/product.scss */ #send_friend_form .form_container .text { padding-bottom: 10px; } +/* line 891, ../sass/product.scss */ #send_friend_form .form_container .text label { display: block; padding: 0; @@ -962,6 +1115,7 @@ table.table-produst-discounts tr th { font-size: 12px; } +/* line 899, ../sass/product.scss */ #send_friend_form .form_container .text input { padding: 0 5px; height: 22px; @@ -971,6 +1125,7 @@ table.table-produst-discounts tr th { color: #666; } +/* line 908, ../sass/product.scss */ #send_friend_form .submit { margin-top: 20px; padding-bottom: 0; @@ -978,49 +1133,59 @@ table.table-produst-discounts tr th { } /* PERSONNALISATION ##################################################################### */ +/* line 915, ../sass/product.scss */ .customization_block p.infoCustomizable { margin: 10px 0 20px; padding: 0 0 0 20px; background: url(../img/icon/infos.gif) no-repeat 0 0 transparent; } +/* line 921, ../sass/product.scss */ ul#uploadable_files, ul#text_fields { list-style-type: none; } +/* line 925, ../sass/product.scss */ .customizableProductsFile, .customizableProductsText { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; } +/* line 931, ../sass/product.scss */ .customizationUploadLine { padding-bottom: 10px; } +/* line 934, ../sass/product.scss */ .customizationUploadBrowse img + a { position: relative; top: -51px; } +/* line 938, ../sass/product.scss */ .customizationUploadLine label { display: block; vertical-align: top; } +/* line 943, ../sass/product.scss */ .customizationUploadLine textarea { width: 50%; border: 1px solid #d6d4d4; } +/* line 949, ../sass/product.scss */ #customizedDatas { float: right; } +/* line 953, ../sass/product.scss */ .accessories_block div ul li a { display: inline-block; } +/* line 957, ../sass/product.scss */ .accessories_block div ul li .s_title_block a, .accessories_block div ul li .s_title_block span { font-weight: bold; } @@ -1028,31 +1193,38 @@ ul#uploadable_files, ul#text_fields { /****************************************************************** Quick View Styles ******************************************************************/ +/* line 967, ../sass/product.scss */ #product.content_only div#primary_block, #product.content_only section#primary_block { margin-bottom: 0; } @media (max-width: 991px) { + /* line 967, ../sass/product.scss */ #product.content_only div#primary_block, #product.content_only section#primary_block { margin-right: 0; } } +/* line 978, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column, #product.content_only section#primary_block div#pb-right-column { padding: 20px 20px 5px 35px; width: 47%; } @media (max-width: 479px) { + /* line 978, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column, #product.content_only section#primary_block div#pb-right-column { width: 100%; float: none; } } +/* line 988, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column span.view_scroll_spacer, #product.content_only section#primary_block div#pb-right-column span.view_scroll_spacer { width: 38px; padding-left: 10px; } +/* line 994, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column #thumbs_list, #product.content_only section#primary_block div#pb-right-column #thumbs_list { width: 392px; } +/* line 998, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column, #product.content_only section#primary_block div#pb-left-column { padding: 20px 20px 60px 0px; width: 27.5%; @@ -1061,38 +1233,46 @@ ul#uploadable_files, ul#text_fields { height: 100%; } @media (max-width: 991px) { + /* line 998, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column, #product.content_only section#primary_block div#pb-left-column { min-height: 440px; } } @media (max-width: 479px) { + /* line 998, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column, #product.content_only section#primary_block div#pb-left-column { width: 100%; float: none; } } +/* line 1016, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column .product_comments_block_extra, #product.content_only section#primary_block div#pb-left-column .product_comments_block_extra { padding-right: 0; } @media (max-width: 479px) { + /* line 1023, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column .comments_advices li, #product.content_only section#primary_block div#pb-left-column .comments_advices li { display: block; } + /* line 1024, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column .comments_advices a.reviews, #product.content_only section#primary_block div#pb-left-column .comments_advices a.reviews { margin: 0; padding: 0; border: none; } } +/* line 1029, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column #ShareDiv, #product.content_only section#primary_block div#pb-left-column #ShareDiv { position: absolute; bottom: 8px; } +/* line 1036, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1, #product.content_only section#primary_block div#pb-right-column1 { width: 25.5%; padding-right: 15px; padding-left: 0; } +/* line 1044, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product, #product.content_only section#primary_block div#pb-right-column1 .box-info-product { border-top-width: 0px; border-right: none; @@ -1108,6 +1288,7 @@ ul#uploadable_files, ul#text_fields { padding-bottom: 125px; } @media (max-width: 991px) { + /* line 1044, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product, #product.content_only section#primary_block div#pb-right-column1 .box-info-product { -webkit-border-radius: 0; -moz-border-radius: 0; @@ -1117,84 +1298,102 @@ ul#uploadable_files, ul#text_fields { border: 1px solid #d6d4d4; } } +/* line 1059, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive, #product.content_only section#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive { display: block; width: 100%; } +/* line 1060, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive:before, #product.content_only div#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive:after, #product.content_only section#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive:before, #product.content_only section#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive:after { display: block; } +/* line 1063, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive span, #product.content_only section#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive span { font-size: 20px; text-align: center; } @media (max-width: 1199px) { + /* line 1063, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive span, #product.content_only section#primary_block div#pb-right-column1 .box-info-product #add_to_cart .exclusive span { padding: 12px 22px 14px 70px; font-size: 20px; } } +/* line 1076, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product .box-cart-bottom, #product.content_only section#primary_block div#pb-right-column1 .box-info-product .box-cart-bottom { position: absolute; bottom: 0; right: 0; left: 0; } +/* line 1086, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 #attributes .attribute_list .form-control, #product.content_only section#primary_block div#pb-right-column1 #attributes .attribute_list .form-control { width: 230px; } +/* line 1091, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .product_attributes, #product.content_only div#primary_block div#pb-right-column1 .box-cart-bottom, #product.content_only section#primary_block div#pb-right-column1 .product_attributes, #product.content_only section#primary_block div#pb-right-column1 .box-cart-bottom { -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; } +/* line 1094, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .product_attributes, #product.content_only section#primary_block div#pb-right-column1 .product_attributes { padding-top: 0; } +/* line 1100, ../sass/product.scss */ .addsharethisinner .stButton .stArrow { display: none !important; } @media (max-width: 1050px) { + /* line 1114, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column, #product.content_only section#primary_block div#pb-right-column { width: 100%; padding-right: 15px; } + /* line 1118, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column #image-block, #product.content_only div#primary_block div#pb-right-column #views_block, #product.content_only section#primary_block div#pb-right-column #image-block, #product.content_only section#primary_block div#pb-right-column #views_block { max-width: 470px; width: 100%; margin-left: auto; margin-right: auto; } + /* line 1130, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column #thumbs_list li, #product.content_only section#primary_block div#pb-right-column #thumbs_list li { width: 90px; height: 90px; } + /* line 1134, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column #thumbs_list li img, #product.content_only section#primary_block div#pb-right-column #thumbs_list li img { width: 82px; height: 82px; } + /* line 1142, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column, #product.content_only section#primary_block div#pb-left-column { width: 50%; float: left; padding-left: 35px; } + /* line 1157, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1, #product.content_only section#primary_block div#pb-right-column1 { width: 50%; float: left; } + /* line 1169, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1 .box-info-product, #product.content_only section#primary_block div#pb-right-column1 .box-info-product { border-top-width: 1px; min-height: 1px; } } @media (max-width: 1050px) and (max-width: 479px) { + /* line 1106, ../sass/product.scss */ #product.content_only div#primary_block, #product.content_only section#primary_block { margin-left: 0; } } @media (max-width: 1050px) and (max-width: 479px) { + /* line 1142, ../sass/product.scss */ #product.content_only div#primary_block div#pb-left-column, #product.content_only section#primary_block div#pb-left-column { width: 100%; float: none; @@ -1205,6 +1404,7 @@ ul#uploadable_files, ul#text_fields { } } @media (max-width: 1050px) and (max-width: 479px) { + /* line 1157, ../sass/product.scss */ #product.content_only div#primary_block div#pb-right-column1, #product.content_only section#primary_block div#pb-right-column1 { margin-top: 10px; width: 100%; diff --git a/themes/default-bootstrap/css/product_list.css b/themes/default-bootstrap/css/product_list.css index 89b57610c..c5eb53c3a 100644 --- a/themes/default-bootstrap/css/product_list.css +++ b/themes/default-bootstrap/css/product_list.css @@ -2,6 +2,7 @@ /******************************************************* Product list Styles ********************************************************/ +/* line 10, ../sass/product_list.scss */ ul.product_list .availability span { display: inline-block; color: #fff; @@ -9,27 +10,41 @@ ul.product_list .availability span { padding: 3px 8px 4px 8px; margin-bottom: 20px; } +/* line 17, ../sass/product_list.scss */ ul.product_list .availability span.available-now { background: #46a74e; border: 1px solid #36943e; } +/* line 22, ../sass/product_list.scss */ ul.product_list .availability span.out-of-stock { background: #ff7430; border: 1px solid #ea5e1a; } +/* line 29, ../sass/product_list.scss */ ul.product_list .color-list-container { margin-bottom: 12px; } +/* line 34, ../sass/product_list.scss */ ul.product_list .color-list-container ul li { display: inline-block; border: 1px solid #d6d4d4; } +/* line 38, ../sass/product_list.scss */ ul.product_list .color-list-container ul li a { display: block; width: 23px; height: 23px; margin: 1px; } +/* line 47, ../sass/product_list.scss */ +ul.product_list .product-image-container { + text-align: center; +} +/* line 50, ../sass/product_list.scss */ +ul.product_list .product-image-container img { + margin: 0 auto; +} +/* line 54, ../sass/product_list.scss */ ul.product_list .product-image-container .quick-view { font: 700 13px/16px Arial, Helvetica, sans-serif; color: #777676; @@ -47,11 +62,13 @@ ul.product_list .product-image-container .quick-view { box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; } @media (min-width: 1200px) { + /* line 54, ../sass/product_list.scss */ ul.product_list .product-image-container .quick-view { display: none; } } @media (max-width: 767px) { + /* line 54, ../sass/product_list.scss */ ul.product_list .product-image-container .quick-view { display: none; } @@ -60,20 +77,25 @@ ul.product_list .product-image-container .quick-view { /******************************************************* Product list(Grid) Styles ********************************************************/ +/* line 83, ../sass/product_list.scss */ ul.product_list.grid > li { margin-bottom: 20px; text-align: center; } @media (min-width: 480px) and (max-width: 767px) { + /* line 83, ../sass/product_list.scss */ ul.product_list.grid > li { width: 50%; + float: left; } } +/* line 92, ../sass/product_list.scss */ ul.product_list.grid > li .product-container { background: #fff; padding: 0; position: relative; } +/* line 97, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .product-image-container { border: 1px solid #d6d4d4; padding: 9px; @@ -81,12 +103,14 @@ ul.product_list.grid > li .product-container .product-image-container { position: relative; } @media (max-width: 767px) { + /* line 97, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .product-image-container { max-width: 290px; margin-left: auto; margin-right: auto; } } +/* line 109, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .product-image-container .content_price { position: absolute; left: 0; @@ -96,100 +120,125 @@ ul.product_list.grid > li .product-container .product-image-container .content_p padding: 9px 0; display: none; } +/* line 118, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .product-image-container .content_price span { color: #fff; } +/* line 124, ../sass/product_list.scss */ ul.product_list.grid > li .product-container h5 { padding: 0 15px 7px 15px; min-height: 53px; } +/* line 129, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .product-desc { display: none; } +/* line 133, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .content_price { padding-bottom: 9px; line-height: 21px; } +/* line 135, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .old-price, ul.product_list.grid > li .product-container .price, ul.product_list.grid > li .product-container .price-percent-reduction { display: inline-block; } +/* line 137, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .product-flags { display: none; } +/* line 139, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .old-price { margin-right: 5px; } +/* line 141, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .button-container { margin-bottom: 14px; } @media (min-width: 1200px) { + /* line 141, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .button-container { display: none; } } +/* line 147, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button, ul.product_list.grid > li .product-container .button-container span.button { margin-right: 6px; } +/* line 150, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons { background: url(../img/functional-bt-shadow.png) repeat-x; padding: 11px 0 5px; } @media (min-width: 1200px) { + /* line 150, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons { display: none; } } +/* line 156, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div { width: 50%; float: left; padding: 3px 0 4px 0; } +/* line 161, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div a, ul.product_list.grid > li .product-container .functional-buttons div label { font-weight: bold; color: #777676; cursor: pointer; } +/* line 165, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div a:hover, ul.product_list.grid > li .product-container .functional-buttons div label:hover { color: #000; } +/* line 168, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.wishlist { border-right: 1px solid #d6d4d4; } @media (min-width: 992px) and (max-width: 1199px) { + /* line 168, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.wishlist { border-right: 0; } + /* line 173, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.wishlist i { display: none; } } @media (min-width: 480px) and (max-width: 767px) { + /* line 168, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.wishlist { border-right: 0; } + /* line 179, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.wishlist i { display: none; } } +/* line 185, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.compare:before { content: ""; display: inline-block; font-family: 'FontAwesome'; } @media (min-width: 992px) and (max-width: 1199px) { + /* line 185, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.compare:before { display: none; } } @media (min-width: 480px) and (max-width: 767px) { + /* line 185, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.compare:before { display: none; } } +/* line 200, ../sass/product_list.scss */ ul.product_list.grid > li .product-container .functional-buttons div.compare.compare.checked:before { content: ""; } @media (min-width: 1200px) { + /* line 209, ../sass/product_list.scss */ ul.product_list.grid > li .product-container:hover { -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px; -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px; @@ -197,25 +246,31 @@ ul.product_list.grid > li .product-container .functional-buttons div.compare.com position: relative; z-index: 2; } + /* line 214, ../sass/product_list.scss */ ul.product_list.grid > li .product-container:hover .content_price { display: none; } + /* line 217, ../sass/product_list.scss */ ul.product_list.grid > li .product-container:hover .product-image-container .content_price { display: block; } + /* line 220, ../sass/product_list.scss */ ul.product_list.grid > li .product-container:hover .product-image-container .quick-view { display: block; } + /* line 223, ../sass/product_list.scss */ ul.product_list.grid > li .product-container:hover .button-container, ul.product_list.grid > li .product-container:hover .functional-buttons { display: block; } } @media (min-width: 992px) { + /* line 229, ../sass/product_list.scss */ ul.product_list.grid > li.first-in-line { clear: left; } } @media (min-width: 480px) and (max-width: 991px) { + /* line 233, ../sass/product_list.scss */ ul.product_list.grid > li.first-item-of-tablet-line { clear: left; } @@ -225,47 +280,58 @@ ul.product_list.grid > li .product-container .functional-buttons div.compare.com Product list(List) Styles ********************************************************/ @media (max-width: 479px) { + /* line 245, ../sass/product_list.scss */ ul.product_list.list > li .left-block { width: 100%; } } +/* line 250, ../sass/product_list.scss */ ul.product_list.list > li .product-container { border-top: 1px solid #d6d4d4; padding: 30px 0 30px; } +/* line 255, ../sass/product_list.scss */ ul.product_list.list > li .product-image-container { position: relative; border: 1px solid #d6d4d4; padding: 9px; } @media (max-width: 479px) { + /* line 255, ../sass/product_list.scss */ ul.product_list.list > li .product-image-container { max-width: 290px; margin: 0 auto; } } +/* line 263, ../sass/product_list.scss */ ul.product_list.list > li .product-image-container .content_price { display: none !important; } +/* line 267, ../sass/product_list.scss */ ul.product_list.list > li .product-flags { color: #333333; margin: -5px 0 10px 0; } +/* line 271, ../sass/product_list.scss */ ul.product_list.list > li .product-flags .discount { color: #f13340; } +/* line 275, ../sass/product_list.scss */ ul.product_list.list > li h5 { padding-bottom: 8px; } +/* line 277, ../sass/product_list.scss */ ul.product_list.list > li .product-desc { margin-bottom: 15px; } @media (max-width: 479px) { + /* line 279, ../sass/product_list.scss */ ul.product_list.list > li .center-block { width: 100%; } } @media (min-width: 992px) { + /* line 287, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content { margin: 0; border-left: 1px solid #d6d4d4; @@ -274,60 +340,79 @@ ul.product_list.list > li .product-desc { } } @media (max-width: 991px) { + /* line 287, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content { padding-top: 20px; } } @media (max-width: 479px) { + /* line 287, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content { padding-top: 5px; } } +/* line 302, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .content_price { padding-bottom: 10px; } @media (max-width: 991px) { + /* line 302, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .content_price { padding-top: 13px; padding-bottom: 0; } } @media (max-width: 479px) { + /* line 302, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .content_price { padding-top: 0; width: 100%; } } +/* line 313, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .content_price span { display: inline-block; margin-top: -4px; margin-bottom: 14px; } +/* line 318, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .content_price span.old-price { margin-right: 8px; } +/* line 323, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .button-container { overflow: hidden; padding-bottom: 20px; } @media (max-width: 479px) { + /* line 323, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .button-container { width: 100%; } } +/* line 329, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .button-container .btn { margin-bottom: 10px; } @media (min-width: 992px) { + /* line 329, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .button-container .btn { float: left; clear: both; } } +@media (min-width: 992px) { + /* line 337, ../sass/product_list.scss */ + ul.product_list.list > li .right-block .right-block-content .functional-buttons { + overflow: hidden; + } +} @media (max-width: 991px) { + /* line 337, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons { clear: both; } + /* line 344, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons > div { float: left; padding-top: 0 !important; @@ -335,19 +420,23 @@ ul.product_list.list > li .right-block .right-block-content .button-container .b } } @media (max-width: 479px) { + /* line 337, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons { float: none; display: inline-block; } + /* line 356, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons a i, ul.product_list.list > li .right-block .right-block-content .functional-buttons a:before, ul.product_list.list > li .right-block .right-block-content .functional-buttons label i, ul.product_list.list > li .right-block .right-block-content .functional-buttons label:before { display: none !important; } } +/* line 359, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons a, ul.product_list.list > li .right-block .right-block-content .functional-buttons label { font-weight: bold; color: #777676; cursor: pointer; } +/* line 364, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons a i, ul.product_list.list > li .right-block .right-block-content .functional-buttons label i { width: 30px; height: 30px; @@ -364,15 +453,19 @@ ul.product_list.list > li .right-block .right-block-content .functional-buttons border-radius: 100px; margin-right: 3px; } +/* line 376, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons a:hover, ul.product_list.list > li .right-block .right-block-content .functional-buttons label:hover { color: #333333; } +/* line 379, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons a:hover i, ul.product_list.list > li .right-block .right-block-content .functional-buttons label:hover i { background: #333333; } +/* line 385, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare { padding-top: 10px; } +/* line 390, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare label:before { content: ""; display: inline-block; @@ -391,18 +484,22 @@ ul.product_list.list > li .right-block .right-block-content .functional-buttons padding: 4px 0 0 0; color: #fff; } +/* line 405, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare label:hover { color: #333333; } +/* line 408, ../sass/product_list.scss */ ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare label:hover:before { background: #333333; } @media (min-width: 1200px) { + /* line 426, ../sass/product_list.scss */ ul.product_list.list > li:hover .product-image-container .quick-view { display: block; } } @media (max-width: 479px) { + /* line 243, ../sass/product_list.scss */ ul.product_list.list > li { text-align: center; } @@ -411,15 +508,38 @@ ul.product_list.list > li .right-block .right-block-content .functional-buttons /******************************************************* Product list(Index page) Styles ********************************************************/ +/* line 443, ../sass/product_list.scss */ #index ul.product_list.tab-pane > li { - padding-bottom: 35px; - margin-bottom: 50px; + padding-bottom: 10px; + margin-bottom: 10px; } +@media (min-width: 1200px) { + /* line 443, ../sass/product_list.scss */ + #index ul.product_list.tab-pane > li { + /* min 1200px */ + padding-bottom: 35px; + margin-bottom: 50px; + } +} +/* line 451, ../sass/product_list.scss */ #index ul.product_list.tab-pane > li .availability { display: none; } -#index ul.product_list.tab-pane > li.last-line { - border: none; - padding-bottom: 0; - margin-bottom: 0; +@media (min-width: 1200px) { + /* line 454, ../sass/product_list.scss */ + #index ul.product_list.tab-pane > li.last-line { + border: none; + padding-bottom: 0; + margin-bottom: 0; + } +} +@media (min-width: 480px) and (max-width: 767px) { + /* line 462, ../sass/product_list.scss */ + #index ul.product_list.tab-pane > li.first-item-of-tablet-line { + clear: none; + } + /* line 463, ../sass/product_list.scss */ + #index ul.product_list.tab-pane > li.first-item-of-mobile-line { + clear: left; + } } diff --git a/themes/default-bootstrap/css/rtl.css b/themes/default-bootstrap/css/rtl.css index 828352725..e891197cc 100644 --- a/themes/default-bootstrap/css/rtl.css +++ b/themes/default-bootstrap/css/rtl.css @@ -1,7 +1,9 @@ +/* line 1, ../sass/rtl.scss */ * { direction: rtl !important; } +/* line 2, ../sass/rtl.scss */ #page { text-align: right !important; } diff --git a/themes/default-bootstrap/css/scenes.css b/themes/default-bootstrap/css/scenes.css index aee32aa69..70efccbfd 100644 --- a/themes/default-bootstrap/css/scenes.css +++ b/themes/default-bootstrap/css/scenes.css @@ -1,4 +1,5 @@ /*TMP*/ +/* line 3, ../sass/scenes.scss */ #scenes .cluetip span { background: transparent url(../img/icon/cible.gif) no-repeat scroll center center; color: black; @@ -12,6 +13,7 @@ } /*TMP*/ +/* line 15, ../sass/scenes.scss */ .thumbs_banner { margin: 10px auto; padding: 2px 0; @@ -21,6 +23,7 @@ border-bottom: 1px solid #ccc; } +/* line 24, ../sass/scenes.scss */ .thumbs_banner .space-keeper { width: 21px; float: left; @@ -28,6 +31,7 @@ height: 100%; } +/* line 31, ../sass/scenes.scss */ .thumbs_banner .space-keeper a.prev { display: none; width: 21px; @@ -37,24 +41,29 @@ background: url(../img/icon/serial_scroll_left.gif) no-repeat 0 0 #eeeeee; } +/* line 39, ../sass/scenes.scss */ #scenes_list { overflow: hidden; float: left; width: 478px; } +/* line 44, ../sass/scenes.scss */ #scenes_list ul { list-style-type: none; } +/* line 48, ../sass/scenes.scss */ #scenes_list li { float: left; } +/* line 52, ../sass/scenes.scss */ #scenes_list a { display: block; } +/* line 56, ../sass/scenes.scss */ .thumbs_banner a.next { float: left; display: block; @@ -66,16 +75,19 @@ } /* Cluetip design ****************************************************************************** */ +/* line 67, ../sass/scenes.scss */ #scenes .screen_scene { margin: 0 auto; } +/* line 71, ../sass/scenes.scss */ #scenes a.cluetip { display: block; position: absolute; text-decoration: none; } +/* line 77, ../sass/scenes.scss */ .cluetip-product_scene { padding: 10px; border: 7px solid #999; @@ -87,17 +99,20 @@ opacity: 0.95; } +/* line 88, ../sass/scenes.scss */ .cluetip-product_scene #cluetip-close { text-align: right; float: right; } +/* line 93, ../sass/scenes.scss */ .cluetip-product_scene img { float: left; margin-right: 10px; border: 1px solid #cccccc; } +/* line 98, ../sass/scenes.scss */ .cluetip-product_scene .title_block { display: inline-block; margin-bottom: 5px; @@ -105,16 +120,19 @@ font-size: 12px; } +/* line 105, ../sass/scenes.scss */ .cluetip-product_scene .clear { margin: 0; padding: 0; } +/* line 106, ../sass/scenes.scss */ .cluetip-product_scene .clear a { /*float:left;*/ margin-top: 2px; } +/* line 111, ../sass/scenes.scss */ .cluetip-product_scene p.description { float: left; padding: 0; @@ -122,6 +140,7 @@ color: #666666; } +/* line 118, ../sass/scenes.scss */ .cluetip-product_scene div.prices { float: right; position: relative; @@ -129,6 +148,7 @@ text-align: right; } +/* line 124, ../sass/scenes.scss */ .cluetip-product_scene .new { position: absolute; top: 0; @@ -142,6 +162,7 @@ background: none repeat scroll 0 0 #9b0000; } +/* line 136, ../sass/scenes.scss */ .cluetip-product_scene .price { padding-top: 18px; font-weight: bold; @@ -149,6 +170,7 @@ color: #990000; } +/* line 142, ../sass/scenes.scss */ .cluetip-product_scene .on_sale, .cluetip-product_scene .discount { display: block; font-weight: bold; diff --git a/themes/default-bootstrap/css/sitemap.css b/themes/default-bootstrap/css/sitemap.css index 7259cd516..b664e57c6 100644 --- a/themes/default-bootstrap/css/sitemap.css +++ b/themes/default-bootstrap/css/sitemap.css @@ -2,27 +2,33 @@ /****************************************************************** Sitemap Page Styles *******************************************************************/ +/* line 9, ../sass/sitemap.scss */ #sitemap .sitemap_block .page-subheading { margin-bottom: 16px; } +/* line 13, ../sass/sitemap.scss */ #sitemap .sitemap_block li { line-height: 16px; padding-bottom: 11px; } +/* line 19, ../sass/sitemap.scss */ #sitemap .sitemap_block li a:before { content: ""; display: inline-block; font-family: 'FontAwesome'; padding-right: 10px; } +/* line 26, ../sass/sitemap.scss */ #sitemap .sitemap_block li a:hover { font-weight: bold; } +/* line 34, ../sass/sitemap.scss */ #listpage_content div.tree_top { padding-left: 27px; padding-top: 5px; } +/* line 40, ../sass/sitemap.scss */ #listpage_content div.tree_top a:before { content: ""; display: inline-block; @@ -30,25 +36,31 @@ font-size: 20px; color: #333; } +/* line 49, ../sass/sitemap.scss */ #listpage_content div.tree_top a:hover:before { color: #515151; } +/* line 56, ../sass/sitemap.scss */ ul.tree { padding-left: 24px; } +/* line 59, ../sass/sitemap.scss */ ul.tree li { margin: 0 0 0 21px; padding: 5px 0 0 33px; border-left: 1px solid #d6d4d4; background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent; } +/* line 65, ../sass/sitemap.scss */ ul.tree li a:hover { font-weight: bold; } +/* line 70, ../sass/sitemap.scss */ ul.tree > li { margin: 0 0 0 11px; } +/* line 74, ../sass/sitemap.scss */ ul.tree li.last { border: medium none; background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent; diff --git a/themes/default-bootstrap/css/stores.css b/themes/default-bootstrap/css/stores.css index 37d8558d8..9de3f57b7 100644 --- a/themes/default-bootstrap/css/stores.css +++ b/themes/default-bootstrap/css/stores.css @@ -2,96 +2,120 @@ /*********************************************************** Stores Page Styles ************************************************************/ +/* line 8, ../sass/stores.scss */ #stores #map { width: 100%; height: 447px; margin-bottom: 26px; } +/* line 14, ../sass/stores.scss */ #stores input#addressInput { display: inline-block; width: 269px; } +/* line 19, ../sass/stores.scss */ #stores .address-input { float: left; margin-right: 19px; /* max 767px */ } @media (max-width: 767px) { + /* line 19, ../sass/stores.scss */ #stores .address-input { width: 100%; margin: 0 0 20px 0; } } +/* line 28, ../sass/stores.scss */ #stores .address-input label { margin-right: 5px; } +/* line 31, ../sass/stores.scss */ #stores .radius-input { float: left; line-height: 23px; margin-right: 20px; } +/* line 36, ../sass/stores.scss */ #stores .radius-input label, #stores .radius-input .selector { float: left; } +/* line 40, ../sass/stores.scss */ #stores .radius-input label { margin-right: 10px; } +/* line 44, ../sass/stores.scss */ #stores .radius-input #radiusSelect { width: 78px; } +/* line 49, ../sass/stores.scss */ #stores .store-content { padding-bottom: 30px; } +/* line 55, ../sass/stores.scss */ #stores .store-content-select .selector { visibility: hidden; display: none; } +/* line 59, ../sass/stores.scss */ #stores .store-content-select.active { padding-top: 30px; margin-bottom: 30px; border-top: 1px solid #d6d4d4; } +/* line 64, ../sass/stores.scss */ #stores .store-content-select.active .selector { visibility: visible; display: block; } +/* line 71, ../sass/stores.scss */ #stores .store-title { margin-bottom: 16px; } +/* line 73, ../sass/stores.scss */ #stores label { font-weight: normal; color: #777777; } +/* line 78, ../sass/stores.scss */ #stores #stores_loader { display: none; margin-left: 5px; } +/* line 83, ../sass/stores.scss */ #stores #locationSelect { max-width: 356px; visibility: hidden; } +/* line 88, ../sass/stores.scss */ #stores #stores-table { display: none; } +/* line 93, ../sass/stores.scss */ #stores #stores-table tbody td { padding: 20px; } +/* line 96, ../sass/stores.scss */ #stores #stores-table tbody td.num { background: #fbfbfb; width: 46px; } +/* line 101, ../sass/stores.scss */ #stores #stores-table tbody td.name { /* max 767px */ } +/* line 103, ../sass/stores.scss */ #stores #stores-table tbody td.name span { padding-left: 15px; } @media (max-width: 767px) { + /* line 108, ../sass/stores.scss */ #stores #stores-table tbody td.name img { display: none; } } +/* line 115, ../sass/stores.scss */ .store-image img { width: 100%; min-width: 100px; diff --git a/themes/default-bootstrap/guest-tracking.tpl b/themes/default-bootstrap/guest-tracking.tpl index 08dc384ae..f436f5e2a 100644 --- a/themes/default-bootstrap/guest-tracking.tpl +++ b/themes/default-bootstrap/guest-tracking.tpl @@ -109,7 +109,7 @@ {l s='For example: QIIXJXNUI or QIIXJXNUI#1'}
- +

diff --git a/themes/default-bootstrap/header.tpl b/themes/default-bootstrap/header.tpl index b613e749b..55f704400 100644 --- a/themes/default-bootstrap/header.tpl +++ b/themes/default-bootstrap/header.tpl @@ -159,7 +159,7 @@

- {l s='Currency' mod='blockcurrencies'} : + {l s='Currency' mod='blockcurrencies'} : {foreach from=$currencies key=k item=f_currency} {if $cookie->id_currency == $f_currency.id_currency}{$f_currency.iso_code}{/if} {/foreach} @@ -184,7 +184,7 @@
{$HOOK_TOP} diff --git a/themes/default-bootstrap/history.tpl b/themes/default-bootstrap/history.tpl index 309f686af..30a8ac5c0 100644 --- a/themes/default-bootstrap/history.tpl +++ b/themes/default-bootstrap/history.tpl @@ -39,7 +39,7 @@ {l s='Order reference'} {l s='Date'} {l s='Total price'} - {l s='Payment: '} + {l s='Payment'} {l s='Status'} {l s='Invoice'}   @@ -55,14 +55,14 @@ {dateFormat date=$order.date_add full=0} {displayPrice price=$order.total_paid currency=$order.id_currency no_utf8=false convert=false} {$order.payment|escape:'htmlall':'UTF-8'} - {if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if} + {if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if} {if (isset($order.invoice) && $order.invoice && isset($order.invoice_number) && $order.invoice_number) && isset($invoiceAllowed) && $invoiceAllowed == true} {l s='PDF'} {else}-{/if} - {l s='details'} + {l s='Details'} {if isset($opc) && $opc} {else} diff --git a/themes/default-bootstrap/identity.tpl b/themes/default-bootstrap/identity.tpl index 52c98dbe0..8bbff3bcf 100644 --- a/themes/default-bootstrap/identity.tpl +++ b/themes/default-bootstrap/identity.tpl @@ -52,15 +52,15 @@
- +
- +
- +
@@ -107,15 +107,15 @@
- +
- +
- +
{if $newsletter}
diff --git a/themes/default-bootstrap/js/order-opc.js b/themes/default-bootstrap/js/order-opc.js index e8eeccc26..002ee604d 100644 --- a/themes/default-bootstrap/js/order-opc.js +++ b/themes/default-bootstrap/js/order-opc.js @@ -441,6 +441,7 @@ $(function() { updateState(); updateNeedIDNumber(); updateZipCode(); + $("select.form-control,input[type='checkbox'],input[type='radio']").uniform(); }); $('#opc_guestCheckout').click(function() { $('.is_customer_param').hide(); @@ -667,7 +668,7 @@ $(function() { $('#submitAccount').show(); } }); - + $("select.form-control,input[type='checkbox']").uniform(); }); function bindCheckbox() @@ -683,6 +684,7 @@ function bindCheckbox() } else $('#opc_invoice_address').slideUp('slow'); + $("select.form-control,input[type='checkbox']").uniform(); } function bindInputs() @@ -718,11 +720,14 @@ function bindInputs() $('#opc_delivery_methods-overlay').fadeOut('slow'); } }); + $("select.form-control,input[type='checkbox']").uniform(); }); // Recyclable checkbox $('#recyclable').click(function() { updateCarrierSelectionAndGift(); + $("select.form-control,input[type='checkbox']").uniform(); + }); // Gift checkbox update @@ -732,10 +737,12 @@ function bindInputs() else $('#gift_div').hide(); updateCarrierSelectionAndGift(); + $("select.form-control,input[type='checkbox']").uniform(); }); if ($('#gift').is(':checked')) $('#gift_div').show(); + else $('#gift_div').hide(); @@ -854,6 +861,7 @@ function multishippingMode(it) } }); } + $("select.form-control,input[type='checkbox']").uniform(); } $(document).ready(function() { @@ -867,4 +875,5 @@ $(document).ready(function() { } if (typeof(open_multishipping_fancybox) !== 'undefined' && open_multishipping_fancybox) $('#link_multishipping_form').click(); + $("select.form-control,input[type='checkbox']").uniform(); }); \ No newline at end of file diff --git a/themes/default-bootstrap/js/validate_fields.js b/themes/default-bootstrap/js/validate_fields.js deleted file mode 100644 index ae60af671..000000000 --- a/themes/default-bootstrap/js/validate_fields.js +++ /dev/null @@ -1,33 +0,0 @@ -/* -* 2007-2013 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2013 PrestaShop SA -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ -$(document).on('keyup', 'input.validate, textarea.validate', function() { - if ($(this).hasClass('is_required') || $(this).val().length) - { - if (window['validate_'+$(this).attr('data-validate')]($(this).val())) - $(this).parent().removeClass('form-error').addClass('form-ok'); - else - $(this).parent().addClass('form-error').removeClass('form-ok'); - } -}); \ No newline at end of file diff --git a/themes/default-bootstrap/lang/en.php b/themes/default-bootstrap/lang/en.php index 44a53e460..b4b26a22c 100644 --- a/themes/default-bootstrap/lang/en.php +++ b/themes/default-bootstrap/lang/en.php @@ -202,7 +202,7 @@ $_LANG['order-follow_8cf04a9734132302f96da8e113e80ce5'] = 'Home'; $_LANG['order-opc-new-account_936ccdb97115e9f35a11d35e3d5b5cad'] = 'Click here'; $_LANG['order-opc-new-account_b357b524e740bc85b9790a0712d84a30'] = 'Email address'; $_LANG['order-opc-new-account_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Forgot your password?'; -$_LANG['order-opc-new-account_99dea78007133396a7b8ed70578ac6ae'] = 'Login'; +$_LANG['order-opc-new-account_99dea78007133396a7b8ed70578ac6ae'] = 'Sign in'; $_LANG['order-opc-new-account_766d4aaf3e045538be23f9a9e17a1593'] = 'Instant checkout'; $_LANG['order-opc-new-account_ce8ae9da5b7cd6c3df2929543a9af92d'] = 'Email'; $_LANG['order-opc-new-account_b78a3223503896721cca1303f776159b'] = 'Title'; diff --git a/themes/default-bootstrap/modules/blockcategories/blockcategories_footer.tpl b/themes/default-bootstrap/modules/blockcategories/blockcategories_footer.tpl index f1afa36ad..a40fd1df6 100644 --- a/themes/default-bootstrap/modules/blockcategories/blockcategories_footer.tpl +++ b/themes/default-bootstrap/modules/blockcategories/blockcategories_footer.tpl @@ -24,7 +24,7 @@ *} -