@charset "UTF-8"; /** Copyright La boîte à pain (2018) contact@laboiteapain.net Ce logiciel est un programme informatique servant à aider les producteurs à distribuer leur production en circuits courts. Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info". En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des droits patrimoniaux et les concédants successifs. A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies. Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement, à l'utiliser et l'exploiter dans les mêmes conditions de sécurité. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL, et que vous en avez accepté les termes. */ /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** Copyright La boîte à pain (2018) contact@laboiteapain.net Ce logiciel est un programme informatique servant à aider les producteurs à distribuer leur production en circuits courts. Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info". En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des droits patrimoniaux et les concédants successifs. A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies. Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement, à l'utiliser et l'exploiter dans les mêmes conditions de sécurité. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL, et que vous en avez accepté les termes. */ /* line 41, ../sass/_layout.scss */ body { font-family: "Arial"; background-color: #BB8757; color: #333; line-height: 20px; font-size: 14px; } /* line 49, ../sass/_layout.scss */ .clr { clear: both; } /* line 53, ../sass/_layout.scss */ .modal-backdrop.in { z-index: 10; } /* line 58, ../sass/_layout.scss */ #main .btn-primary { background-color: #BB8757; border: solid 1px #BB8757; color: white; } /* line 63, ../sass/_layout.scss */ #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus { background-color: #b17a48; border: solid 1px #BB8757; color: white; } /* line 72, ../sass/_layout.scss */ .btn { background-image: none; } /* line 76, ../sass/_layout.scss */ #main .alert { background-image: none; background-color: white; border-bottom-width: 3px; } /* line 84, ../sass/_layout.scss */ .alert.alert-warning a { color: #8a6d3b; } /* line 93, ../sass/_layout.scss */ ul.pagination li.active a { background-color: #BB8757; border: solid 1px #BB8757; } /* line 97, ../sass/_layout.scss */ ul.pagination li.active a:hover { background-color: #F8F1DD; border: solid 1px #F8F1DD; color: #BB8757; } /* line 104, ../sass/_layout.scss */ ul.pagination li a { color: #BB8757; } /* line 107, ../sass/_layout.scss */ ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active { background-color: #F8F1DD; border: solid 1px #F8F1DD; color: #BB8757; } /* line 116, ../sass/_layout.scss */ #header-bap { background-color: #F8F1DD; padding-top: 7px; padding-bottom: 7px; } /* line 121, ../sass/_layout.scss */ #header-bap .container { padding-left: 0px; padding-right: 0px; } /* line 126, ../sass/_layout.scss */ #header-bap #logo { color: black; text-decoration: none; position: relative; top: 3px; } /* line 132, ../sass/_layout.scss */ #header-bap #logo img { width: 25px; } /* line 135, ../sass/_layout.scss */ #header-bap #logo .text { font-size: 17px; font-family: "comfortaalight"; position: relative; bottom: 6px; left: 3px; } /* line 144, ../sass/_layout.scss */ #header-bap ul#nav-bap { float: right; } /* line 147, ../sass/_layout.scss */ #header-bap ul#nav-bap li { float: right; } /* line 149, ../sass/_layout.scss */ #header-bap ul#nav-bap li a { color: black; font-size: 15px; color: #BB8757; } /* line 154, ../sass/_layout.scss */ #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus { color: #333; color: #BB8757; background: none; } /* line 161, ../sass/_layout.scss */ #header-bap ul#nav-bap li ul { background-color: #F8F1DD; border-top: solid 2px #BB8757; } /* line 165, ../sass/_layout.scss */ #header-bap ul#nav-bap li ul li a { text-transform: uppercase; font-size: 13px; } /* line 175, ../sass/_layout.scss */ #header { background-color: #BB8757; text-align: center; padding-top: 25px; padding-bottom: 50px; border-bottom: solid 1px #e0e0e0; } /* line 182, ../sass/_layout.scss */ #header .container { position: relative; padding: 0px; } /* line 188, ../sass/_layout.scss */ #header h1, #header h2 { color: white; } /* line 192, ../sass/_layout.scss */ #header h1 { text-transform: uppercase; font-family: "myriadpro-regular"; font-size: 35px; line-height: 35px; font-weight: bold; padding-bottom: 5px; text-align: left; } /* line 201, ../sass/_layout.scss */ #header h1 span { font-family: "myriadpro-light"; font-size: 27px; font-weight: normal; } /* line 208, ../sass/_layout.scss */ #header #infos { text-align: left; padding-bottom: 10px; padding-top: 8px; margin-bottom: 0px; color: #F8F1DD; font-size: 14px; } /* line 216, ../sass/_layout.scss */ #header #infos .favorite { border-left: solid 1px #F8F1DD; padding-left: 10px; } /* line 221, ../sass/_layout.scss */ #header #infos a { color: white; text-decoration: underline; } /* line 226, ../sass/_layout.scss */ #header #infos strong { font-weight: bold; } /* line 231, ../sass/_layout.scss */ #header #credit { position: relative; top: 10px; float: right; color: white; font-family: "myriadpro-semibold"; font-size: 16px; } /* line 239, ../sass/_layout.scss */ #header #credit .info { padding-bottom: 5px; border-bottom: solid 1px #BB8757; text-align: right; } /* line 243, ../sass/_layout.scss */ #header #credit .info a { color: white; } /* line 248, ../sass/_layout.scss */ #header #credit span.text { font-family: "myriadpro-regular"; } /* line 252, ../sass/_layout.scss */ #header #credit span.glyphicon { font-size: 16px; } /* line 256, ../sass/_layout.scss */ #header #credit #the-credit { margin-top: 7px; padding: 6px 15px; padding-bottom: 4px; background-color: #F8F1DD; color: #BB8757; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; } /* line 267, ../sass/_layout.scss */ #main { background-color: #F8F1DD; } /* line 270, ../sass/_layout.scss */ #main #main-nav { width: 100%; position: relative; top: -40px; background-color: white; border-bottom: solid 1px #e0e0e0; } /* line 279, ../sass/_layout.scss */ #main #main-nav ul li a { color: #BB8757; text-transform: uppercase; font-family: "myriadpro-regular"; border-right: solid 1px #e0e0e0; } /* line 286, ../sass/_layout.scss */ #main #main-nav ul li a:hover, #main #main-nav ul li.active a { background: none; border-bottom: solid 1px #BB8757; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; } /* line 293, ../sass/_layout.scss */ #main #main-nav ul li#btn-administration { background-color: #F8F1DD; float: right; } /* line 300, ../sass/_layout.scss */ #main #main-nav #user { color: #BB8757; float: right; padding: 10px; } /* line 307, ../sass/_layout.scss */ #main #page-title { padding-left: 15px; padding-right: 15px; padding-bottom: 15px; border-bottom: solid 1px #e0e0e0; margin-bottom: 10px; font-family: "myriadpro-light"; font-size: 30px; position: relative; top: -10px; text-align: center; } /* line 320, ../sass/_layout.scss */ #main .container { padding: 0px; background-color: white; min-height: 500px; border-left: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0; } /* line 328, ../sass/_layout.scss */ #main #content { padding-bottom: 20px; padding: 0px 20px 20px 20px; } /* line 332, ../sass/_layout.scss */ #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 { font-family: "myriadpro-regular"; margin-top: 30px; margin-bottom: 20px; } /* line 337, ../sass/_layout.scss */ #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first { margin-top: 0px; } /* line 342, ../sass/_layout.scss */ #main #content h1 { font-size: 30px; } /* line 346, ../sass/_layout.scss */ #main #content h2 { font-size: 25px; } /* line 351, ../sass/_layout.scss */ #main #content h3 { font-family: "myriadpro-light"; text-transform: uppercase; font-size: 23px; padding: 10px 0px 10px 10px; color: white; text-align: center; } /* line 358, ../sass/_layout.scss */ #main #content h3 span { background-color: #BB8757; padding: 10px 20px; padding-top: 14px; background-color: #F8F1DD; color: #BB8757; border: dotted 1px #BB8757; } /* line 369, ../sass/_layout.scss */ #main #content h4 { font-size: 20px; } /* line 373, ../sass/_layout.scss */ #main #content h5 { font-size: 18px; } /* line 377, ../sass/_layout.scss */ #main #content h6 { font-size: 16px; } /* line 383, ../sass/_layout.scss */ #footer { background-color: #BB8757; height: 100px; } /* line 387, ../sass/_layout.scss */ #footer .container { padding: 0px; } /* line 389, ../sass/_layout.scss */ #footer .container .overflow { height: 30px; background-color: white; border-left: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0; } /* line 397, ../sass/_layout.scss */ #footer .container .content { padding-top: 20px; color: white; } /* line 401, ../sass/_layout.scss */ #footer .container .content a { color: white; text-decoration: underline; margin-right: 10px; } /* line 409, ../sass/_layout.scss */ #footer .container #code-source img { height: 20px; } /** Copyright La boîte à pain (2018) contact@laboiteapain.net Ce logiciel est un programme informatique servant à aider les producteurs à distribuer leur production en circuits courts. Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info". En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des droits patrimoniaux et les concédants successifs. A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies. Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement, à l'utiliser et l'exploiter dans les mêmes conditions de sécurité. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL, et que vous en avez accepté les termes. */ /* line 39, ../sass/site/_index.scss */ .site-index #order { margin-bottom: 40px; text-align: center; } /* line 45, ../sass/site/_index.scss */ .site-index #presentation .photo { text-align: center; } /* line 47, ../sass/site/_index.scss */ .site-index #presentation .photo .img-photo { width: 100%; max-width: 500px; } /* line 54, ../sass/site/_index.scss */ .site-index #products img.photo-product { width: 100px; height: auto; } /* line 4, ../sass/site/_credit_history.scss */ .site-credit-history #credit-user { color: #BB8757; font-size: 29px; font-weight: bold; } /** Copyright La boîte à pain (2018) contact@laboiteapain.net Ce logiciel est un programme informatique servant à aider les producteurs à distribuer leur production en circuits courts. Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info". En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des droits patrimoniaux et les concédants successifs. A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies. Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement, à l'utiliser et l'exploiter dans les mêmes conditions de sécurité. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL, et que vous en avez accepté les termes. */ /* line 40, ../sass/order/_form.scss */ .order-create #main #content .order-form, .order-update #main #content .order-form { min-height: 600px; padding-bottom: 60px; } /* line 45, ../sass/order/_form.scss */ .order-create #main #content .order-form h2, .order-update #main #content .order-form h2 { font-family: "myriadpro-regular"; } /* line 49, ../sass/order/_form.scss */ .order-create #main #content .order-form #infos-importantes.alert-warning, .order-update #main #content .order-form #infos-importantes.alert-warning { float: right; } /* line 55, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-datepicker, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker { float: left; margin-right: 20px; font-size: 20px; } /* line 61, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header { background-color: #BB8757; } /* line 65, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title { color: white; } /* line 71, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover, .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover { border: 0px none; background: none; } /* line 77, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after, .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after { clear: none; } /* line 82, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a { text-decoration: none; background-color: #F8F1DD; } /* line 85, ../sass/order/_form.scss */ .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover, .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover, .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active { background-color: #BB8757; color: white; border-color: #cdc3b7; } /* line 94, ../sass/order/_form.scss */ .order-create #main #content .order-form .date-order, .order-update #main #content .order-form .date-order { margin-bottom: 53px; } /* line 96, ../sass/order/_form.scss */ .order-create #main #content .order-form .date-order span, .order-update #main #content .order-form .date-order span { background-color: #BB8757; color: white; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 10px; font-family: "myriadpro-regular"; font-size: 20px; } /* line 106, ../sass/order/_form.scss */ .order-create #main #content .order-form #has-order-in-progress, .order-update #main #content .order-form #has-order-in-progress { margin-top: 15px; } /* line 109, ../sass/order/_form.scss */ .order-create #main #content .order-form #has-order-in-progress a, .order-update #main #content .order-form #has-order-in-progress a { color: #a94442; text-decoration: none; font-weight: bold; } /* line 116, ../sass/order/_form.scss */ .order-create #main #content .order-form .field-order-id_distribution, .order-update #main #content .order-form .field-order-id_distribution { display: none; } /* line 120, ../sass/order/_form.scss */ .order-create #main #content .order-form .field-order-id_point_sale, .order-update #main #content .order-form .field-order-id_point_sale { margin-top: 30px; } /* line 124, ../sass/order/_form.scss */ .order-create #main #content .order-form .field-order-id_distribution, .order-update #main #content .order-form .field-order-id_distribution { margin-bottom: 0px; } /* line 126, ../sass/order/_form.scss */ .order-create #main #content .order-form .field-order-id_distribution label, .order-update #main #content .order-form .field-order-id_distribution label { margin-bottom: 0px; } /* line 130, ../sass/order/_form.scss */ .order-create #main #content .order-form .field-order-id_distribution .help-block, .order-update #main #content .order-form .field-order-id_distribution .help-block { margin-bottom: 0px; } /* line 135, ../sass/order/_form.scss */ .order-create #main #content .order-form .field-order-id_point_sale, .order-update #main #content .order-form .field-order-id_point_sale { display: none; } /* line 139, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks, .order-update #main #content .order-form .blocks { list-style-type: none; margin: 0px; padding: 0px; } /* line 144, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block, .order-update #main #content .order-form .blocks .block { text-decoration: none; width: 268px; height: 130px; float: left; padding: 20px; margin-right: 20px; margin-bottom: 8px; cursor: pointer; float: left; background-color: #f9f9f9; background-color: white; border: 1px solid #d8d8d8; } /* line 159, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block .name, .order-update #main #content .order-form .blocks .block .name { font-family: "comfortaalight"; font-size: 20px; padding-bottom: 10px; } /* line 165, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block .address, .order-update #main #content .order-form .blocks .block .address { color: gray; font-size: 15px; line-height: 20px; } /* line 171, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block.selected, .order-update #main #content .order-form .blocks .block.selected { border-left: solid 5px #BB8757; } /* line 173, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block.selected .contenu, .order-update #main #content .order-form .blocks .block.selected .contenu { position: relative; left: -4px; } /* line 179, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block:hover, .order-update #main #content .order-form .blocks .block:hover { -moz-box-shadow: 0px 0px 5px #d8d8d8; -webkit-box-shadow: 0px 0px 5px #d8d8d8; box-shadow: 0px 0px 5px #d8d8d8; } /* line 183, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block.disabled, .order-update #main #content .order-form .blocks .block.disabled { display: none; } /* line 187, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block .comment, .order-update #main #content .order-form .blocks .block .comment { margin-top: 5px; } /* line 189, ../sass/order/_form.scss */ .order-create #main #content .order-form .blocks .block .comment span, .order-update #main #content .order-form .blocks .block .comment span { background-color: #BB8757; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: white; font-weight: bold; padding: 3px 10px; } /* line 200, ../sass/order/_form.scss */ .order-create #main #content .order-form .infos-points-sale, .order-update #main #content .order-form .infos-points-sale { display: none; margin-top: 15px; } /* line 204, ../sass/order/_form.scss */ .order-create #main #content .order-form .infos-points-sale h4, .order-update #main #content .order-form .infos-points-sale h4 { margin-top: 0px; padding-top: 0px; text-align: left; text-transform: uppercase; font-weight: bold; font-family: "myriadpro-semibold"; } /* line 212, ../sass/order/_form.scss */ .order-create #main #content .order-form .infos-points-sale h4 span, .order-update #main #content .order-form .infos-points-sale h4 span { font-family: "myriadpro-regular"; text-transform: none; } /* line 218, ../sass/order/_form.scss */ .order-create #main #content .order-form .infos-points-sale a, .order-update #main #content .order-form .infos-points-sale a { text-decoration: underline; } /* line 223, ../sass/order/_form.scss */ .order-create #main #content .order-form #products, .order-update #main #content .order-form #products { margin-top: 15px; } /* line 226, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .alert.unavailable, .order-update #main #content .order-form #products .alert.unavailable { display: none; } /* line 230, ../sass/order/_form.scss */ .order-create #main #content .order-form #products #label-products, .order-update #main #content .order-form #products #label-products { display: block; margin-bottom: 5px; } /* line 235, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table, .order-update #main #content .order-form #products .table { margin-top: 7px; } /* line 238, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .photo, .order-update #main #content .order-form #products .table .photo { padding: 0px; width: 120px; } /* line 243, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo, .order-update #main #content .order-form #products .table .th-photo, .order-update #main #content .order-form #products .table .td-photo { width: 120px; } /* line 247, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .name, .order-update #main #content .order-form #products .table .name { font-family: "comfortaalight"; font-weight: bold; text-transform: uppercase; font-size: 18px; } /* line 254, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .description, .order-update #main #content .order-form #products .table .description { font-style: italic; } /* line 258, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .recipe, .order-update #main #content .order-form #products .table .recipe { font-size: 12px; } /* line 262, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .input-group, .order-update #main #content .order-form #products .table .input-group { width: 133px; } /* line 264, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .input-group .quantity, .order-update #main #content .order-form #products .table .input-group .quantity { text-align: center; } /* line 269, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .column-quantity, .order-create #main #content .order-form #products .table .price-unit, .order-create #main #content .order-form #products .table .total, .order-update #main #content .order-form #products .table .column-quantity, .order-update #main #content .order-form #products .table .price-unit, .order-update #main #content .order-form #products .table .total { width: 150px; text-align: center; } /* line 274, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table td#total-order, .order-create #main #content .order-form #products .table td#total-order-vrac, .order-create #main #content .order-form #products .table td.total, .order-update #main #content .order-form #products .table td#total-order, .order-update #main #content .order-form #products .table td#total-order-vrac, .order-update #main #content .order-form #products .table td.total { text-align: center; } /* line 278, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .unavailable, .order-update #main #content .order-form #products .table .unavailable { display: none; text-transform: uppercase; color: #B32815; font-weight: bold; font-size: 16px; text-align: center; } /* line 287, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .quantity-remaining, .order-update #main #content .order-form #products .table .quantity-remaining { font-size: 12px; margin-top: 8px; } /* line 291, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table .quantity-remaining .nb, .order-update #main #content .order-form #products .table .quantity-remaining .nb { font-weight: bold; } /* line 296, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product, .order-update #main #content .order-form #products .table td.product, .order-update #main #content .order-form #products .table th.product { width: 70%; } /* line 300, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit, .order-update #main #content .order-form #products .table td.price-unit, .order-update #main #content .order-form #products .table th.price-unit { width: 10%; } /* line 304, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity, .order-update #main #content .order-form #products .table td.column-quantity, .order-update #main #content .order-form #products .table th.column-quantity { width: 10%; } /* line 308, ../sass/order/_form.scss */ .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total, .order-update #main #content .order-form #products .table td.total, .order-update #main #content .order-form #products .table th.total { width: 10%; } /* line 314, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed, .order-update #main #content .order-form #bar-fixed { display: none; width: 100%; position: fixed; bottom: 0px; left: 0px; z-index: 100; background-color: white; padding: 15px; margin-bottom: 0px; -moz-box-shadow: 0 0 5px gray; -webkit-box-shadow: 0 0 5px gray; box-shadow: 0 0 5px gray; border-top: solid 1px #e0e0e0; background-color: #F9F9F9; background-color: #F8F1DD; text-align: center; } /* line 330, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed .container, .order-update #main #content .order-form #bar-fixed .container { min-height: auto; background: none; border: 0px none; } /* line 336, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed.not-fixed, .order-update #main #content .order-form #bar-fixed.not-fixed { position: relative; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; border: solid 1px #e0e0e0; padding-right: 20px; } /* line 343, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed.not-fixed .container, .order-update #main #content .order-form #bar-fixed.not-fixed .container { width: auto; } /* line 349, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande, .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande { margin-top: 0px; float: right; } /* line 355, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #total-order-bottom, .order-update #main #content .order-form #bar-fixed #total-order-bottom { background-color: white; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding: 5px 25px; border: solid 1px #e0e0e0; } /* line 362, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed .btn-comment, .order-update #main #content .order-form #bar-fixed .btn-comment { float: left; } /* line 370, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed .btn-comment, .order-update #main #content .order-form #bar-fixed .btn-comment { margin-right: 10px; } /* line 374, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #block-confirm-order, .order-update #main #content .order-form #bar-fixed #block-confirm-order { text-align: right; margin-top: 20px; } /* line 378, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #block-confirm-order button, .order-update #main #content .order-form #bar-fixed #block-confirm-order button { width: 340px; margin-right: 10px; } /* line 384, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit, .order-update #main #content .order-form #bar-fixed #checkbox-credit { float: right; width: 340px; padding: 3px 11px; background-color: white; border: solid 1px #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-right: 10px; text-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 395, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible, .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible { background-color: #e0e0e0; } /* line 399, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit .info, .order-update #main #content .order-form #bar-fixed #checkbox-credit .info { color: gray; font-weight: normal; } /* line 404, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit, .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit { background-color: #BB8757; color: white; padding: 2px 8px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* line 411, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid, .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid { color: #BB8757; } /* line 415, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty, .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty { font-size: 12px; } /* line 419, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled, .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled { display: none; font-size: 12px; } /* line 425, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order, .order-update #main #content .order-form #bar-fixed .btn-back, .order-update #main #content .order-form #bar-fixed .cancel-order { float: left; margin-right: 5px; } /* line 430, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed .cancel-order, .order-update #main #content .order-form #bar-fixed .cancel-order { color: #b92c28; background-color: white; } /* line 435, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed #total-order-bottom, .order-update #main #content .order-form #bar-fixed #total-order-bottom { display: none; font-weight: bold; font-family: "comfortaalight"; font-size: 24px; } /* line 442, ../sass/order/_form.scss */ .order-create #main #content .order-form #bar-fixed .field-order-comment, .order-update #main #content .order-form #bar-fixed .field-order-comment { display: none; } /* line 450, ../sass/order/_form.scss */ .order-create .ui-datepicker .ui-widget-header, .order-update .ui-datepicker .ui-widget-header { background: none; background-color: gray; border: 0px none; color: black; font-weight: normal; } /* line 458, ../sass/order/_form.scss */ .order-create .ui-datepicker .ui-datepicker-current-day a, .order-create .ui-datepicker a.ui-state-hover, .order-update .ui-datepicker .ui-datepicker-current-day a, .order-update .ui-datepicker a.ui-state-hover { background: none; background-color: gray; border-color: black; color: black; } /** Copyright La boîte à pain (2018) contact@laboiteapain.net Ce logiciel est un programme informatique servant à aider les producteurs à distribuer leur production en circuits courts. Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info". En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des droits patrimoniaux et les concédants successifs. A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies. Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement, à l'utiliser et l'exploiter dans les mêmes conditions de sécurité. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL, et que vous en avez accepté les termes. */ /* line 40, ../sass/order/_history.scss */ .order-history #list-producers { display: none; } /* line 3, ../sass/order/_order.scss */ .order-order #app-order-order { display: none; } /* line 7, ../sass/order/_order.scss */ .order-order #app-order-order.loaded { display: block; } /* line 11, ../sass/order/_order.scss */ .order-order #app-order-order .slide-enter-active { transition: all .2s ease; } /* line 15, ../sass/order/_order.scss */ .order-order #app-order-order .slide-leave-active { transition: all 0s ease; } /* line 19, ../sass/order/_order.scss */ .order-order #app-order-order .slide-enter, .order-order #app-order-order .slide-leave-to { transform: translateX(10px); opacity: 0; } /* line 24, ../sass/order/_order.scss */ .order-order #app-order-order #steps { margin-bottom: 20px; } /* line 26, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul { margin-top: 30px; } /* line 28, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li { text-align: center; padding-right: 8px; padding-left: 8px; position: relative; } /* line 34, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .info-step { position: absolute; top: -30px; left: 0px; width: 100%; text-transform: normal; } /* line 42, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .glyphicon-chevron-right, .order-order #app-order-order #steps ul li.active .glyphicon-chevron-right { float: right; color: gray; position: relative; top: 10px; } /* line 50, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li#step-date { padding-left: 0px; } /* line 54, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li#step-payment { padding-right: 0px; } /* line 58, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li#step-payment .btn::after, .order-order #app-order-order #steps ul li#step-date .btn::before { display: none; } /* line 63, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn { color: #333; text-transform: uppercase; display: block; width: 100%; position: relative; background-color: #e0e0e0; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; border: 0px none; text-transform: uppercase; } /* line 74, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn .button-content { position: relative; left: 8px; } /* line 79, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn.btn-primary { background-color: #BB8757; } /* line 83, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn::after, .order-order #app-order-order #steps ul li .btn::before { content: ""; position: absolute; top: -1px; } /* line 89, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn::after { right: -34px; border: 17px solid transparent; border-left: 17px solid #e0e0e0; background-color: transparent; } /* line 96, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn::before { left: 0px; border: 17px solid transparent; border-left: 17px solid white; background-color: transparent; } /* line 103, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn.btn-primary::after { border-left: 17px solid #BB8757; } /* line 117, ../sass/order/_order.scss */ .order-order #app-order-order #steps ul li .btn-primary { color: white; } /* line 125, ../sass/order/_order.scss */ .order-order #app-order-order #legend #order-date-color, .order-order #app-order-order #legend #distribution-date-color { width: 13px; height: 13px; display: inline-block; } /* line 132, ../sass/order/_order.scss */ .order-order #app-order-order #legend #order-date-color { background-color: #018548; } /* line 135, ../sass/order/_order.scss */ .order-order #app-order-order #legend #distribution-date-color { background-color: #00A65A; } /* line 140, ../sass/order/_order.scss */ .order-order #app-order-order #calendar { margin-bottom: 15px; } /* line 142, ../sass/order/_order.scss */ .order-order #app-order-order #calendar .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] { font-size: 2rem; } /* line 145, ../sass/order/_order.scss */ .order-order #app-order-order #calendar .c-day-background { padding: 20px; } /* line 150, ../sass/order/_order.scss */ .order-order #app-order-order #calendar .c-day:hover .c-day-background { background-color: #F39C12 !important; } /* line 155, ../sass/order/_order.scss */ .order-order #app-order-order #calendar .c-day-popover-content { font-size: 1.3rem; } /* line 160, ../sass/order/_order.scss */ .order-order #app-order-order .block-actions { text-align: right; margin-top: 20px; } /* line 167, ../sass/order/_order.scss */ .order-order #app-order-order table#points-sale td.name .the-name { text-transform: uppercase; font-family: "myriadpro-regular"; color: black; font-size: 16px; } /* line 175, ../sass/order/_order.scss */ .order-order #app-order-order table#points-sale td.actions { width: 150px; } /* line 177, ../sass/order/_order.scss */ .order-order #app-order-order table#points-sale td.actions button { width: 100%; } /* line 183, ../sass/order/_order.scss */ .order-order #app-order-order table#points-sale tr.selected td { background-color: #F8F1DD; } /* line 191, ../sass/order/_order.scss */ .order-order #app-order-order table#products td.name .name { text-transform: uppercase; font-family: "myriadpro-regular"; color: black; font-size: 16px; } /* line 197, ../sass/order/_order.scss */ .order-order #app-order-order table#products td.name .other { font-size: 14px; color: #333; } /* line 201, ../sass/order/_order.scss */ .order-order #app-order-order table#products td.name .recipe { color: gray; } /* line 205, ../sass/order/_order.scss */ .order-order #app-order-order table#products .price-unit, .order-order #app-order-order table#products .price-total { width: 100px; text-align: center; } /* line 209, ../sass/order/_order.scss */ .order-order #app-order-order table#products .td-quantity { width: 150px; } /* line 211, ../sass/order/_order.scss */ .order-order #app-order-order table#products .td-quantity input.quantity { text-align: center; } /* line 217, ../sass/order/_order.scss */ .order-order #app-order-order table#products tr.total .price-total { font-size: 23px; } /* line 224, ../sass/order/_order.scss */ .order-order #app-order-order #content-step-payment .credit { margin-top: 20px; } /* line 227, ../sass/order/_order.scss */ .order-order #app-order-order #content-step-payment .credit .info { margin-left: 20px; color: gray; } /* line 234, ../sass/order/_order.scss */ .order-order #app-order-order #infos { margin-top: 30px; } /* line 236, ../sass/order/_order.scss */ .order-order #app-order-order #infos .panel-body { padding-top: 0px; white-space: pre-line; } /* line 244, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert.alert-success .glyphicon-big { background-color: #00A65A; } /* line 250, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert.alert-info .glyphicon-big { background-color: #0097BC; padding: 55px 30px; } /* line 256, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert { padding: 0px; } /* line 258, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert .glyphicon-big { font-size: 90px; color: white; padding: 30px; float: left; } /* line 265, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert div.content { color: #333; padding: 20px; margin-left: 151px; } /* line 270, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert div.content h3 { font-family: "myriadpro-light"; text-transform: uppercase; font-size: 30px; color: #333; margin-bottom: 20px; margin-top: 0px; margin-left: 0px; text-align: left; padding-left: 0px; line-height: 35px; } /* line 283, ../sass/order/_order.scss */ .order-order #app-order-order #order-success .alert div.content .locality { color: gray; } /** Copyright La boîte à pain (2018) contact@laboiteapain.net Ce logiciel est un programme informatique servant à aider les producteurs à distribuer leur production en circuits courts. Ce logiciel est régi par la licence CeCILL soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info". En contrepartie de l'accessibilité au code source et des droits de copie, de modification et de redistribution accordés par cette licence, il n'est offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons, seule une responsabilité restreinte pèse sur l'auteur du programme, le titulaire des droits patrimoniaux et les concédants successifs. A cet égard l'attention de l'utilisateur est attirée sur les risques associés au chargement, à l'utilisation, à la modification et/ou au développement et à la reproduction du logiciel par l'utilisateur étant donné sa spécificité de logiciel libre, qui peut le rendre complexe à manipuler et qui le réserve donc à des développeurs et des professionnels avertis possédant des connaissances informatiques approfondies. Les utilisateurs sont donc invités à charger et tester l'adéquation du logiciel à leurs besoins dans des conditions permettant d'assurer la sécurité de leurs systèmes et ou de leurs données et, plus généralement, à l'utiliser et l'exploiter dans les mêmes conditions de sécurité. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL, et que vous en avez accepté les termes. */ @media screen and (max-width: 768px) { /* line 40, ../sass/_responsive.scss */ #header-bap #logo { margin-left: 10px; } /* line 46, ../sass/_responsive.scss */ #header .container { margin-left: 15px; margin-right: 15px; } /* line 52, ../sass/_responsive.scss */ #header #credit .info { display: block; } /* line 61, ../sass/_responsive.scss */ #main nav#main-nav ul li { display: block; float: none; } /* line 65, ../sass/_responsive.scss */ #main nav#main-nav ul li.active a { border-bottom: solid 1px #F8F1DD; background-color: #F8F1DD; } /* line 70, ../sass/_responsive.scss */ #main nav#main-nav ul li a { display: block; border-bottom: solid 1px #F8F1DD; } /* line 74, ../sass/_responsive.scss */ #main nav#main-nav ul li a:hover { border-bottom: solid 1px #F8F1DD; background-color: #F8F1DD; } /* line 81, ../sass/_responsive.scss */ #main nav#main-nav ul li#btn-administration { float: none; } /* line 89, ../sass/_responsive.scss */ #main #products td { padding: 3px; } /* line 93, ../sass/_responsive.scss */ #main #products .td-photo, #main #products .th-photo { display: none; } /* line 97, ../sass/_responsive.scss */ #main #products .product { font-size: 12px; } /* line 99, ../sass/_responsive.scss */ #main #products .product .nom { font-size: 15px; } /* line 106, ../sass/_responsive.scss */ #main #bar-fixed { position: relative; } /* line 108, ../sass/_responsive.scss */ #main #bar-fixed .btn-comment { float: none; display: block; width: 100%; margin-bottom: 10px; margin-top: 15px; } /* line 118, ../sass/_responsive.scss */ .order-create #main #content .order-form #products .table .input-group, .order-update #main #content .order-form #products .table .input-group { width: 60px; } /* line 122, ../sass/_responsive.scss */ .order-create #main #content .order-form #products .table .input-group .form-control, .order-update #main #content .order-form #products .table .input-group .form-control { width: 20px; padding: 3px; } /* line 128, ../sass/_responsive.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit, .order-update #main #content .order-form #bar-fixed #checkbox-credit { width: 100%; margin: 0px; padding: 5px 0px; } /* line 134, ../sass/_responsive.scss */ .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit, .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit { word-break: break-all; } /* line 139, ../sass/_responsive.scss */ .order-create #main #content .order-form #bar-fixed #block-confirm-order button, .order-update #main #content .order-form #bar-fixed #block-confirm-order button { width: 100%; } /* line 148, ../sass/_responsive.scss */ .order-order #app-order-order #steps ul li { padding-left: 0px; padding-right: 0px; } /* line 152, ../sass/_responsive.scss */ .order-order #app-order-order #steps ul li .info-step { display: none; } /* line 156, ../sass/_responsive.scss */ .order-order #app-order-order #steps ul li .btn::after, .order-order #app-order-order #steps ul li .btn::before { display: none; } /* line 167, ../sass/_responsive.scss */ .order-order #app-order-order table#products td.name .recipe { display: none; } /* line 173, ../sass/_responsive.scss */ .order-order #app-order-order table#products td.td-quantity .input-group-btn { width: 100%; display: block; } /* line 177, ../sass/_responsive.scss */ .order-order #app-order-order table#products td.td-quantity .input-group-btn button { width: 100%; display: block; } /* line 187, ../sass/_responsive.scss */ .order-order #app-order-order #order-success .alert .glyphicon-big { font-size: 90px; color: white; padding: 30px; display: block; width: 100%; text-align: center; margin-bottom: 20px; } /* line 196, ../sass/_responsive.scss */ .order-order #app-order-order #order-success .alert div.content { margin-left: 0px; text-align: center; } /* line 207, ../sass/_responsive.scss */ #footer .content { text-align: center; } }