commit ac035071ecaeaf468fa4c3800b16917cb98577e3 Author: eduardogusmao <31075edu> Date: Tue Aug 27 11:32:32 2019 -0300 Initial commit diff --git a/README.html b/README.html new file mode 100644 index 0000000..2ea0f01 --- /dev/null +++ b/README.html @@ -0,0 +1,184 @@ + + + + +Read Me + + + + + + + + + + + + +
+
+ +

About qualisaude Moodle theme

+ +

qualisaude is a professional responsive Moodle theme. It will make your online moodle portal stand out from the crowd!

+ + + +

Supported moodle versions

+ +

Compatible with Moodle 3.6.2

+ +

Supported browsers

+ +

IE9+

+Recent versions of all modern browsers +

+ +

qualisaude theme - Installation steps

+ + + + +

Steps to set qualisaude theme as default theme for your moodle system

+ + + +
+
+ + + + + diff --git a/config.php b/config.php new file mode 100644 index 0000000..c49238b --- /dev/null +++ b/config.php @@ -0,0 +1,95 @@ +. + +/** + * Theme Config details + * + * @package theme_qualisaude + * @copyright 2015 LmsaceDev Team , lmsace.com + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * + */ +defined('MOODLE_INTERNAL') || die; + +$THEME->name = 'qualisaude'; + +$THEME->sheets = ['custom']; + +$THEME->editor_sheets = []; + +$THEME->parents = ['boost']; + +$THEME->enable_dock = false; + +$THEME->yuicssmodules = array(); + +$THEME->rendererfactory = 'theme_overridden_renderer_factory'; + +$THEME->requiredblocks = ''; + +$THEME->addblockposition = BLOCK_ADDBLOCK_POSITION_FLATNAV; + +$THEME->prescsscallback = 'theme_qualisaude_get_pre_scss'; + +$THEME->scss = function($theme) { + return theme_qualisaude_get_main_scss_content($theme); +}; + +$THEME->csspostprocess = 'theme_qualisaude_process_css'; + +$THEME->extrascsscallback = 'theme_qualisaude_get_extra_scss'; + +$THEME->javascripts_footer = ['theme']; + +$THEME->layouts = array( + // The site home page. + + // Standard layout with blocks, this is recommended for most pages with general information. + 'standard' => array( + 'file' => 'columns2.php', + 'regions' => array('side-pre'), + 'defaultregion' => 'side-pre', + ), + 'admin' => array( + 'file' => 'columns2.php', + 'regions' => array('side-pre'), + 'defaultregion' => 'side-pre', + ), + 'frontpage' => array( + 'file' => 'frontpage.php', + 'regions' => array('side-pre'), + 'defaultregion' => 'side-pre', + 'options' => array('nonavbar' => true), + ), + 'login' => array( + 'file' => 'login.php', + 'regions' => array('side-pre'), + 'defaultregion' => 'side-pre', + 'options' => array('nonavbar' => true), + ), + 'mydashboard' => array( + 'file' => 'my.php', + 'regions' => array('side-pre'), + 'defaultregion' => 'side-pre', + 'options' => array('nonavbar' => true), + ), + 'course' => array( + 'file' => 'course.php', + 'regions' => array('side-pre'), + 'defaultregion' => 'side-pre', + 'options' => array('nonavbar' => false, ), + ) +); \ No newline at end of file diff --git a/javascript/bootstrap-transition.js b/javascript/bootstrap-transition.js new file mode 100644 index 0000000..5fca5e7 --- /dev/null +++ b/javascript/bootstrap-transition.js @@ -0,0 +1,47 @@ +/* =================================================== + * bootstrap-transition.js v2.0.4 + * http://twitter.github.com/bootstrap/javascript.html#transitions + * =================================================== + * Copyright 2012 Twitter, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ========================================================== */ + +!function($) { + $(function() { + "use strict"; // Jshint ;_;. + /* CSS TRANSITION SUPPORT (http://www.modernizr.com/) + * ======================================================= */ + $.support.transition = (function() { + var transitionEnd = (function() { + var el = document.createElement('bootstrap') + , transEndEventNames = { + 'WebkitTransition' : 'webkitTransitionEnd', + 'MozTransition' : 'transitionend', + 'OTransition' : 'oTransitionEnd', + 'msTransition' : 'MSTransitionEnd', + 'transition' : 'transitionend' + } + , name; + for (name in transEndEventNames) { + if (el.style[name] !== undefined) { + return transEndEventNames[name]; + } + } + }()); + return transitionEnd && { + end: transitionEnd + }; + })(); + }); +}(window.jQuery); \ No newline at end of file diff --git a/javascript/theme.js b/javascript/theme.js new file mode 100644 index 0000000..d9b1230 --- /dev/null +++ b/javascript/theme.js @@ -0,0 +1,59 @@ +// This file is part of Moodle - http://moodle.org/ +// +// Moodle is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Moodle is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Moodle. If not, see . + +/** + * theme.js + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +(function($) { + var img = $("nav#header").find('.avatar').find('img[src$="/u/f2"]'); + var src = img.attr('src'); + img.attr('src', src + "_white"); + /* var msg = $("header#header").find('#nav-message-popover-container .nav-link').find("img[src$='t/message']"); + msgsrc = msg.attr('src'); + msg.attr('src', msgsrc + "_white"); + var note = $("header#header").find('#nav-notification-popover-container .nav-link').find("img[src$='i/notifications']"); + var notesrc = note.attr('src'); + note.attr('src', notesrc + "_white");*/ + /* ------- Check navbar button status -------- */ + if ($("#header .navbar-nav button").attr('aria-expanded') === "true") { + $("#header .navbar-nav").find('button').addClass('is-active'); + } + /* ------ Event for change the drawer navbar style ------ */ + $("#header .navbar-nav button").click(function() { + $this = $(this); + setTimeout(function() { + if ($this.attr('aria-expanded') === "true") { + $("#header .navbar-nav").find('button').addClass('is-active'); + } else { + $("#header .navbar-nav").find('button').removeClass('is-active'); + } + }, 200); + }); + + var foothtml = $('footer#page-footer').text(); + if ($.trim(foothtml).length == 0) { + $('footer#page-footer').addClass('empty-footer'); + } + addhtml = $('.address-head').text(); + if ($.trim(addhtml).length == 0) { + $('.address-head').addClass('empty-address'); + } + +})(jQuery); \ No newline at end of file diff --git a/lang/ar/theme_qualisaude.php b/lang/ar/theme_qualisaude.php new file mode 100644 index 0000000..cba8846 --- /dev/null +++ b/lang/ar/theme_qualisaude.php @@ -0,0 +1,175 @@ +. + +/** + * Strings for component 'theme_qualisaude', language 'en' + * + * @package theme_qualisaude + * @copyright 2015 LMSACE Dev Team, lmsace.com + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die; + +$string['about'] = 'حول'; +$string['aboutus'] = 'معلومات عنا'; +$string['address'] = 'عنوان'; +$string['calendar'] = 'تقويم'; +$string['choosereadme'] = '

قروض موضوع

Moodle qualisaude موضوع

ويستند هذا الموضوع على موضوع Boost موودل.

+

+المؤلف: LMSACE فريق ديف
+الاتصال: info@lmsace.com
+موقع الكتروني: www.lmsace.com

'; +$string['configtitle'] = 'qualisaude'; +$string['connectus'] = 'اتصل بنا'; +$string['contact'] = 'اتصال'; +$string['copyright_footer'] = 'حق النشر'; +$string['copyright_default'] = 'حقوق الطبع والنشر والنسخ. 2017 - وضعت من قبل LMSACE.com. مشغل بواسطة Moodle'; +$string['customcss'] = 'لغة تنسيق ويب حسب الطلب'; +$string['customcssdesc'] = 'وأيا كان CSS قواعد تضيفها إلى هذا جزء النص أن تنعكس في كل صفحة، مما يجعل من الأسهل لتخصيص هذا الموضوع.'; +$string['defaultaddress'] = '308 نيجرا حارة ضيقة، Albeeze، نيويورك، 87104'; +$string['defaultemailid'] = 'info@example.com'; +$string['defaultphoneno'] = '(000) 123-456'; +$string['emailid'] = 'البريد الإلكتروني'; +$string['fburl'] = 'فيس بوك'; +$string['fburl_default'] = 'https://www.facebook.com/yourfacebookid'; +$string['fburldesc'] = 'عنوان الموقع الفيسبوك المؤسسة.'; +$string['fcourses'] = 'دورات مميزة'; +$string['fcoursesdesc'] = 'يرجى اختيار دورات مميزة'; +$string['featuredcoursesheading'] = 'دورات مميزة'; +$string['footbgimg'] = 'الصورة الخلفية'; +$string['footbgimgdesc'] = 'حجم صورة الخلفية يجب أن يكون متبعا حجم 1345 X 517'; +$string['footerheading'] = 'تذييل'; +$string['enable'] = 'فوتيرلوغو تمكين'; +$string['footnote'] = 'حاشية'; +$string['footnotedefault'] = '

أبجد هوز هو مجرد دمية النص من صناعة المطابع ودور النشر. وكان أبجد هوز في هذه الصناعة القياسية دمية النص من أي وقت مضى منذ 1500s، عندما مجهول مقعدا الطابعة الطباعة من نوع والتنضيد ترونيك، وصحائف taining الممرات أبجد هوز.
اقرأ أكثر »

'; +$string['footnotedesc'] = 'أيا كان ما أضفنا إلى هذا جزء النص سيتم عرضها في تذييل في جميع أنحاء الموقع موودل الخاص بك.'; +$string['frontpageheading'] = 'الصفحة الأمامية'; +$string['gpurl'] = 'جوجل +'; +$string['gpurl_default'] = 'https://www.google.com/+yourgoogleplusid'; +$string['gpurldesc'] = 'عنوان الموقع على + Google لمؤسستك.'; +$string['headerheading'] = 'جنرال لواء'; +$string['homebanner'] = 'الصفحة الرئيسية راية'; +$string['homebanner_slogan'] = 'لدينا أكبر مجموعة من الدورات'; +$string['homebannerdesc'] = 'يجب أن تكون الصورة 1345px X 535px.'; +$string['infoblockheading'] = 'معلومات بلوك'; +$string['infoblocktext'] = 'نص معلومات كتلة'; +$string['infoblocktextdefault'] = '

أبجد هوز هو مجرد دمية النص من صناعة المطابع ودور النشر. وكان أبجد هوز النص القياسي في هذه الصناعة وهمية من أي وقت مضى منذ 1500s، عندما مجهول مقعدا الطابعة الطباعة من نوع وسارعت الى تقديم نوع العينة الكتاب. وقد نجا خمسة قرون فحسب اقرأ أكثر

'; +$string['infoblocktextdesc'] = 'نص كتلة من المعلومات'; +$string['infoblocktitle'] = 'معلومات كتلة عنوان'; +$string['infoblocktitledefault'] = 'من نحن'; +$string['infoblocktitledesc'] = 'عنوان كتلة من المعلومات'; +$string['infolink'] = 'معلومات سريعة'; +$string['infolinkdefault'] = 'المجتمع موودل|https://moodle.org +الدعم المجاني موودل|https://moodle.org/support +تطوير موودل|https://moodle.org/development +موودل|http://docs.moodle.org|Moodle Docs +Moodle.com|http://moodle.com/'; +$string['infolink_desc'] = 'يمكنك تكوين معلومات العرف سريعة هنا ليتم عرضها حسب المواضيع. يتكون كل سطر من بعض النصوص القائمة، وURL رابط (اختياري)، وهو اللقب تلميح الأدوات (اختياري) ورمز اللغة أو مفصولة بفواصل قائمة رموز (اختياري، لعرض خط لمستخدمي اللغة المحددة فقط)، مفصولة الأنابيب characters.For سبيل المثال:
المجتمع موودل|https://moodle.org
+الدعم المجاني موودل|https://moodle.org/support
+تطوير موودل|https://moodle.org/development
+موودل|http://docs.moodle.org|Moodle Docs
+موودل الألمانية|http://docs.moodle.org/de|Documentation in German|de
+Moodle.com|http://moodle.com/
'; +$string['logo'] = 'شعار'; +$string['logodesc'] = 'يرجى تحميل شعار مخصص هنا إذا كنت ترغب في إضافته إلى الرأس
يجب أن تكون الصورة 37px عالية وأي عرض معقول (الحد الأدنى: 250px) أن الدعاوى.'; +$string['newsblockcontent'] = 'أخبار وأحداث بلوك المحتوى'; +$string['newsblockcontentdesc'] = 'أيا كان ما أضفنا إلى هذا جزء النص سيتم عرضها في الأخبار والأحداث بلوك.'; +$string['newsblockheading'] = 'أخبار وأحداث بلوك'; +$string['newseventbg'] = 'أخبار وأحداث كتلة صورة الخلفية'; +$string['newseventbgdesc'] = 'يجب أن تكون الصورة 1345px X 760px.'; +$string['newseventcontent'] = '

news & events of 2017

أبجد هوز هو مجرد دمية النص من صناعة المطابع ودور النشر. وكان أبجد هوز النص القياسي في هذه الصناعة وهمية من أي وقت مضى منذ 1500s، عندما مجهول مقعدا الطابعة الطباعة من نوع وسارعت الى تقديم نوع العينة الكتاب. وقد نجا خمسة قرون فحسب، بل أيضا قفزة في التنضيد الالكتروني، وصحائف taining أبجد هوز الممرات، ومؤخرا في التنضيد الالكتروني، وصحائف taining أبجد هوز الممرات، وأكثر من ذلك recentwith برامج النشر المكتبي مثل PageMaker ألدوس بما في ذلك إصدارات أبجد هوز.

'; +$string['numberofslides'] = 'عدد الشرائح'; +$string['numberofslides_desc'] = 'عدد الشرائح على شريط التمرير.'; +$string['numberoftmonials'] = 'عدد من الشهادات'; +$string['numberoftmonials_desc'] = 'عدد من الشهادات على الصفحة الرئيسية.'; +$string['phoneno'] = 'رقم الهاتف'; +$string['pinurl'] = 'بينتيريست'; +$string['pinurl_default'] = 'https://in.pinterest.com/yourpinterestname/'; +$string['pinurldesc'] = 'رابط موقع Pinterest لمؤسستك.'; +$string['pluginname'] = 'أكاديمي'; +$string['readmore'] = 'اقرأ أكثر'; +$string['region-side-post'] = 'حق'; +$string['region-side-pre'] = 'اليسار'; +$string['sb1_default_cnt'] = '

أبجد هوز هو مجرد دمية النص من
صناعة الطباعة والتنضيد.

'; +$string['sb1_default_title'] = 'تعلم دورات على الانترنت'; +$string['sb2_default_cnt'] = '

أبجد هوز هو مجرد دمية النص من
صناعة الطباعة والتنضيد.

'; +$string['sb2_default_title'] = 'تصبح مدرس'; +$string['sb3_default_cnt'] = '

أبجد هوز هو مجرد دمية النص من
صناعة الطباعة والتنضيد.

'; +$string['sb3_default_title'] = 'تسجيل المقررات'; +$string['sb4_default_cnt'] = '

أبجد هوز هو مجرد دمية النص من
صناعة الطباعة والتنضيد.

'; +$string['sb4_default_title'] = 'كسب المال'; +$string['signup'] = 'سجل'; +$string['sitefblock1'] = 'موقع اخبارى بلوك الأولى'; +$string['sitefblock2'] = 'موقع اخبارى بلوك الثانية'; +$string['sitefblock3'] = 'موقع اخبارى بلوك الثالث'; +$string['sitefblock4'] = 'موقع اخبارى كتلة الرابع'; +$string['sitefblockbuttontext'] = 'نص الارتباط'; +$string['sitefblockbuttontextdesc'] = 'النص الذي يظهر على الزر.'; +$string['sitefblockbuttonurl'] = 'URL رابط'; +$string['sitefblockbuttonurldesc'] = 'URL على زر سوف يشير إلى.'; +$string['sitefblockcontent'] = 'محتوى'; +$string['sitefblockcontentdesc'] = 'يتم عرض المحتوى في الموقع ميزات بلوك. يبقيه قصيرة وحلوة.'; +$string['sitefblockimage'] = 'صورة'; +$string['sitefblockimagedesc'] = 'وهذا يوفر خيار عرض صورة فوق النص في الموقع ميزات بلوك'; +$string['sitefblockimgcolors'] = 'لون صورة الخلفية'; +$string['sitefblockimgcolorsdesc'] = 'تغيير الألوان على الموقع ميزة كتل صورة لون الخلفية'; +$string['sitefblocksheading'] = 'بنات موقع اخبارى'; +$string['sitefblocktitle'] = 'عنوان'; +$string['sitefblocktitledesc'] = 'العنوان لتظهر في هذا الموقع ميزات بلوك'; +$string['sitefblockurltarget'] = 'الهدف الارتباط'; +$string['sitefblockurltargetdesc'] = 'اختيار الكيفية التي ينبغي أن يتم فتح الرابط'; +$string['sitefblockurltargetnew'] = 'صفحة جديدة'; +$string['sitefblockurltargetparent'] = 'الإطار الأصل'; +$string['sitefblockurltargetself'] = 'الصفحة الحالية'; +$string['sitefeaturebg'] = 'يعرض الموقع صورة الخلفية'; +$string['sitefeaturebgdesc'] = 'يجب أن تكون الصورة 1345px X 379px.'; +$string['sitenews'] = 'موقع أخبار'; +$string['slidecapbgcolor'] = 'شريحة اللون توضيحية الخلفية'; +$string['slidecapbgcolordesc'] = 'ما لون يجب أن تكون التسمية التوضيحية خلفية الشريحة.'; +$string['slidecapcolor'] = 'الشريحة لون النص تسمية توضيحية'; +$string['slidecapcolordesc'] = 'ما لون يجب أن يكون عنوان النص والشرائح.'; +$string['slidecaption'] = 'شرح الشرائح'; +$string['slidecaptiondefault'] = 'التمهيد القائم المتزلج - {$a->slideno}'; +$string['slidecaptiondesc'] = 'أدخل النص شرح لاستخدامه في الشريحة'; +$string['slideimage'] = 'صورة الشريحة'; +$string['slideimagedesc'] = 'يجب أن تكون الصورة 1400px X 418px.'; +$string['slidedescbgcolor'] = 'شريحة اللون الوصف الخلفية'; +$string['slidedescbgcolordesc'] = 'ما لون وينبغي أن يكون وصفا خلفية الشريحة.'; +$string['slidedesccolor'] = 'الشريحة لون نص الوصف'; +$string['slidedesccolordesc'] = 'ما لون وينبغي أن يكون وصفا نص الشريحة.'; +$string['slideno'] = 'الانزلاق {$a->slide}'; +$string['slidenodesc'] = 'أدخل إعدادات الشريحة {$a->slide}.'; +$string['slideshowdesc'] = 'وهذا يخلق عرض الشرائح لمدة تصل إلى اثني عشر الشرائح لتتمكن من تعزيز العناصر الهامة من موقع الويب الخاص بك. المعرض هو استجابة حيث يتم تعيين ارتفاع الصورة وفقا لحجم الشاشة. ارتفاع الموصى به هو 418px. ومن المقرر عرض في 100٪، وبالتالي فإن الارتفاع الفعلي سيكون أقل إذا كان العرض أكبر من حجم الشاشة. في أحجام الشاشة الصغيرة يتم تقليل ارتفاع حيوي دون الحاجة إلى توفير صور منفصلة. للإشارة عرض الشاشة <767px = ارتفاع 438px، العرض بين 768px 979px و= ارتفاع 418px والعرض> 980px = ارتفاع 418px. إذا لم يتم تحديد صورة لشريحة، ثم يتم استخدام الصور default_slide في المجلد بيكسل.'; +$string['slideshowheading'] = 'عرض الشرائح'; +$string['slideshowheadingsub'] = 'عرض الشرائح في الصفحة الاولى'; +$string['slidedesc'] = 'الوصف الشرائح'; +$string['slidedesctext'] = 'أدخل وصف الشريحة.'; +$string['slidedescdefault'] = '

Neque بورو quisquam بتوقيت شرق الولايات المتحدة خامسة dolorem هوز quia دولور الجلوس امات، consectetur، adipisci velit

'; +$string['toggleslideshow'] = 'عرض الشرائح'; +$string['toggleslideshowdesc'] = 'اختيار ما إذا كنت ترغب في إخفاء أو إظهار عرض الشرائح.'; +$string['twurl'] = 'تغريد'; +$string['twurl_default'] = 'https://twitter.com/yourtwittername'; +$string['twurldesc'] = 'رابط تويتر المؤسسة.'; +$string['contact_us'] = "اتصل بنا"; +$string['followus'] = "تابعنا"; +$string['info'] = "معلومات"; +$string['phone'] = "هاتف"; +$string['email'] = "البريد الإلكتروني"; +$string['callus'] = "اتصل بنا"; +$string['home'] = "الصفحة الرئيسية"; +$string['moodle_community'] = "المجتمع موودل"; +$string['moodle_docs'] = "موودل"; +$string['moodle_support'] = "دعم موودل"; \ No newline at end of file diff --git a/lang/en/theme_qualisaude.php b/lang/en/theme_qualisaude.php new file mode 100644 index 0000000..91f6642 --- /dev/null +++ b/lang/en/theme_qualisaude.php @@ -0,0 +1,202 @@ +. + +/** + * English lang file + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +$string['about'] = 'About'; +$string['aboutus'] = 'About Us'; +$string['address'] = 'Address'; +$string['calendar'] = 'Calendar'; +$string['configtitle'] = "qualisaude Settings"; +$string['choosereadme'] = '

Theme Credits

Moodle qualisaude theme

This theme is based on the Boost Moodle theme.

Authors: LMSACE Dev Team
Contact: info@lmsace.com
Website: www.lmsace.com

'; + +$string['configtitle'] = 'qualisaude'; +$string['connectus'] = 'Connect with us'; +$string['contact'] = 'Contact'; +$string['copyright_footer'] = 'Copyright'; +$string['copyright_default'] = 'Copyright © 2017 - Developed by LMSACE.com. Powered by Moodle'; +$string['customcss'] = 'Custom CSS'; +$string['customcssdesc'] = 'Whatever CSS rules you add to this textarea will be reflected in every page, making for easier customization of this theme.'; +$string['defaultaddress'] = '308 Negra Narrow Lane, Albeeze, New york, 87104'; +$string['defaultemailid'] = 'info@example.com'; +$string['defaultphoneno'] = '(000) 123-456'; +$string['emailid'] = 'Email'; +$string['fburl'] = 'Facebook'; +$string['fburl_default'] = 'https://www.facebook.com/yourfacebookid'; +$string['fburldesc'] = 'The Facebook url of your organisation.'; +$string['fcourses'] = 'Featured Courses'; +$string['fcoursesdesc'] = 'Please Choose the Featured Courses'; +$string['featuredcoursesheading'] = 'Featured Courses'; +$string['footbgimg'] = 'Background Image'; +$string['footbgimgdesc'] = 'Background Image size should be following size 1345 X 517'; +$string['footerheading'] = 'Footer'; +$string['enable'] = 'Footerlogo Enable'; +$string['footnote'] = 'Footnote'; +$string['footnotedefault'] = '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and tronic typesetting, sheets taining Lorem Ipsum passages.
Read More »

'; +$string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.'; +$string['frontpageheading'] = 'Front page'; +$string['gpurl'] = 'Google+'; +$string['gpurl_default'] = 'https://www.google.com/+yourgoogleplusid'; +$string['gpurldesc'] = 'The Google+ url of your organisation.'; +$string['headerheading'] = 'General'; +$string['homebanner'] = 'Home Page Banner'; +$string['homebanner_slogan'] = 'We have the largest collection of courses'; +$string['homebannerdesc'] = 'The image should be 1345px X 535px.'; +$string['infoblockheading'] = 'Info Block'; +$string['infoblocktext'] = 'Info Block Text'; +$string['infoblocktextdefault'] = '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries ReadMore

'; +$string['infoblocktextdesc'] = 'The text of the info block'; +$string['infoblocktitle'] = 'Info Block Title'; +$string['infoblocktitledefault'] = 'Who we are'; +$string['infoblocktitledesc'] = 'The title of the info block'; +$string['infolink'] = 'Info Links'; +$string['infolinkdefault'] = 'Moodle community|https://moodle.org +Moodle free support|https://moodle.org/support +Moodle development|https://moodle.org/development +Moodle Docs|http://docs.moodle.org|Moodle Docs +Moodle.com|http://moodle.com/'; +$string['infolink_desc'] = 'You can configure a custom Info Links here to be shown by themes. Each line consists of some menu text, a link URL (optional), a tooltip title (optional) and a language code or comma-separated list of codes (optional, for displaying the line to users of the specified language only), separated by pipe characters.For example: +
 Moodle community|https://moodle.org
+Moodle free support|https://moodle.org/support
+Moodle development|https://moodle.org/development
+Moodle Docs|http://docs.moodle.org|Moodle Docs
+German Moodle Docs|http://docs.moodle.org/de|Documentation in German|de
+Moodle.com|http://moodle.com/ 
'; + +$string['logo'] = 'Logo'; +$string['logodesc'] = 'Please upload your custom logo here if you want to add it to the header.
The image should be 37px high and any reasonable width (minimum:250px) that suits.'; + +$string['newsblockcontent'] = 'News & Events Block Content'; +$string['newsblockcontentdesc'] = 'Whatever you add to this textarea will be displayed in the News & Events Block.'; +$string['newsblockheading'] = 'News & Events Block'; +$string['newseventbg'] = 'News & Events Block Background Image'; +$string['newseventbgdesc'] = 'The image should be 1345px X 760px.'; +$string['newseventcontent'] = '
+
+
+
+ +
+
+
+
+
+

news & events of 2017

+

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, sheets taining Lorem Ipsum passages, and more recently into electronic typesetting, sheets taining Lorem Ipsum passages, and more recentwith desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

+ +
+
+
'; +$string['numberofslides'] = 'Number of slides'; +$string['numberofslides_desc'] = 'Number of slides on the slider.'; +$string['numberoftmonials'] = 'Number of Testimonials'; +$string['numberoftmonials_desc'] = 'Number of Testimonials on the Home Page.'; +$string['phoneno'] = 'Phone No'; +$string['pinurl'] = 'Pinterest'; +$string['pinurl_default'] = 'https://in.pinterest.com/yourpinterestname/'; +$string['pinurldesc'] = 'The Pinterest url of your organisation.'; +$string['pluginname'] = 'qualisaude'; +$string['readmore'] = 'Read More'; +$string['region-side-post'] = 'Right'; +$string['region-side-pre'] = 'Left'; +$string['sb1_default_cnt'] = '

Lorem Ipsum is simply dummy text of
the printing and typesetting industry.

'; +$string['sb1_default_title'] = 'Learn Online Courses'; +$string['sb2_default_cnt'] = '

Lorem Ipsum is simply dummy text of
the printing and typesetting industry.

'; +$string['sb2_default_title'] = 'Become an Instructor'; +$string['sb3_default_cnt'] = '

Lorem Ipsum is simply dummy text of
the printing and typesetting industry.

'; +$string['sb3_default_title'] = 'Enroll Courses'; +$string['sb4_default_cnt'] = '

Lorem Ipsum is simply dummy text of
the printing and typesetting industry.

'; +$string['sb4_default_title'] = 'Earn Money'; +$string['signup'] = 'Sign up'; +$string['sitefblock1'] = 'Site Feature First Block'; +$string['sitefblock2'] = 'Site Feature Second Block'; +$string['sitefblock3'] = 'Site Feature Third Block'; +$string['sitefblock4'] = 'Site Feature Fourth Block'; +$string['sitefblockbuttontext'] = 'Link text'; +$string['sitefblockbuttontextdesc'] = 'Text to appear on the button.'; +$string['sitefblockbuttonurl'] = 'Link URL'; +$string['sitefblockbuttonurldesc'] = 'URL the button will point to.'; +$string['sitefblockcontent'] = 'Content'; +$string['sitefblockcontentdesc'] = 'Content to display in the Site Features Block. Keep it short and sweet.'; +$string['sitefblockimage'] = 'Image'; +$string['sitefblockimagedesc'] = 'This provides the option of displaying an image above the text in the Site Features Block'; +$string['sitefblockimgcolors'] = 'Image Background colour'; +$string['sitefblockimgcolorsdesc'] = 'Change the colours on the Site Feature Blocks Image Background color'; +$string['sitefblocksheading'] = 'Site Feature blocks'; +$string['sitefblocktitle'] = 'Title'; +$string['sitefblocktitledesc'] = 'Title to show in this Site Features Block'; +$string['sitefblockurltarget'] = 'Link target'; +$string['sitefblockurltargetdesc'] = 'Choose how the link should be opened'; +$string['sitefblockurltargetnew'] = 'New page'; +$string['sitefblockurltargetparent'] = 'Parent frame'; +$string['sitefblockurltargetself'] = 'Current page'; +$string['sitefeaturebg'] = 'Site Features Background Image'; +$string['sitefeaturebgdesc'] = 'The image should be 1345px X 379px.'; +$string['sitenews'] = 'Site News'; +$string['slidecapbgcolor'] = 'Slide Caption Background colour'; +$string['slidecapbgcolordesc'] = 'What colour the slide caption background should be.'; +$string['slidecapcolor'] = 'Slide Caption text colour'; +$string['slidecapcolordesc'] = 'What colour the slide caption text should be.'; +$string['slidecaption'] = 'Slide caption'; +$string['slidecaptiondefault'] = 'Bootstrap Based Slider - {$a->slideno}'; +$string['slidecaptiondesc'] = 'Enter the caption text to use for the slide'; +$string['slideimage'] = 'Slide image'; +$string['slideimagedesc'] = 'The image should be 1400px X 418px.'; +$string['slidedescbgcolor'] = 'Slide Description Background colour'; +$string['slidedescbgcolordesc'] = 'What colour the slide description background should be.'; +$string['slidedesccolor'] = 'Slide Description text colour'; +$string['slidedesccolordesc'] = 'What colour the slide description text should be.'; +$string['slideno'] = 'Slide {$a->slide}'; +$string['slidenodesc'] = 'Enter the settings for slide {$a->slide}.'; +$string['slideshowdesc'] = 'This creates a slide show of up to twelve slides for you to promote important elements of your site. The show is responsive where image height is set according to screen size. The recommended height is 418px. The width is set at 100% and therefore the actual height will be smaller if the width is greater than the screen size. At smaller screen sizes the height is reduced dynamically without the need to provide separate images. For reference screen width < 767px = height 438px, width between 768px and 979px = height 418px and width > 980px = height 418px. If no image is selected for a slide, then the default_slide images in the pix folder is used.'; +$string['slideshowheading'] = 'Slide show'; +$string['slideshowheadingsub'] = 'Slide show for the front page'; +$string['slidedesc'] = 'Slide Description'; +$string['slidedesctext'] = 'Enter the description of the slide.'; +$string['slidedescdefault'] = '

Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit

'; +$string['toggleslideshow'] = 'Slide show display'; +$string['toggleslideshowdesc'] = 'Choose if you wish to hide or show the slide show.'; +$string['twurl'] = 'Twitter'; +$string['twurl_default'] = 'https://twitter.com/yourtwittername'; +$string['twurldesc'] = 'The Twitter url of your organisation.'; + + +$string['contact_us'] = "Contact us"; +$string['followus'] = "Follow us"; +$string['info'] = "Info"; +$string['phone'] = "Phone"; +$string['email'] = "E-mail"; +$string['callus'] = "Call us"; +$string['home'] = "Home"; +$string['moodle_community'] = "Moodle community"; +$string['moodle_docs'] = "Moodle Docs"; +$string['moodle_support'] = "Moodle support"; + +$string['primarymenu'] = "Primary menus"; +$string['primarymenudesc'] = "You can configure a primary menu here to be shown by themes. Each line consists of some menu text, a link URL (optional), a tooltip title (optional) and a language code or comma-separated list of codes (optional, for displaying the line to users of the specified language only), separated by pipe characters. Lines starting with a hyphen will appear as menu items in the previous top level menu, and dividers can be used by adding a line of one or more # characters where desired. For example: +Moodle community|https://moodle.org +-Moodle free support|https://moodle.org/support +-Moodle Docs|http://docs.moodle.org|Moodle Docs +-German Moodle Docs|http://docs.moodle.org/de|Documentation in German|de +-### +-Moodle development|https://moodle.org/development +Moodle.com|http://moodle.com/"; \ No newline at end of file diff --git a/layout/columns1.php b/layout/columns1.php new file mode 100644 index 0000000..23be683 --- /dev/null +++ b/layout/columns1.php @@ -0,0 +1,36 @@ +. + +/** + * Columns1 layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$bodyattributes = $OUTPUT->body_attributes([]); + +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + 'bodyattributes' => $bodyattributes +]; + +echo $OUTPUT->render_from_template('theme_qualisaude/columns1', $templatecontext); + diff --git a/layout/columns2.php b/layout/columns2.php new file mode 100644 index 0000000..f18afae --- /dev/null +++ b/layout/columns2.php @@ -0,0 +1,152 @@ +. + +/** + * Columns 2 Layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA); +require_once($CFG->libdir . '/behat/lib.php'); + +if (isloggedin()) { + $navdraweropen = (get_user_preferences('drawer-open-nav', 'true') == 'true'); +} else { + $navdraweropen = false; +} +$extraclasses = []; +if ($navdraweropen) { + $extraclasses[] = 'drawer-open-left'; +} +$bodyattributes = $OUTPUT->body_attributes($extraclasses); +$blockshtml = $OUTPUT->blocks('side-pre'); +$hasblocks = strpos($blockshtml, 'data-block=') !== false; +$regionmainsettingsmenu = $OUTPUT->region_main_settings_menu(); + +$custommenu = $OUTPUT->custom_menu(); + +if ($custommenu == "") { + $navbarclass = "navbar-toggler hidden-lg-up nocontent-navbar"; +} else { + $navbarclass = "navbar-toggler hidden-lg-up"; +} +// Header Content. +$logourl = get_logo_url(); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$emailid = theme_qualisaude_get_setting('emailid'); +$scallus = get_string('callus', 'theme_qualisaude'); +$semail = get_string('email', 'theme_qualisaude'); + +// Footer Content. +$logourl = get_logo_url(); +$footlogo = theme_qualisaude_get_setting('footlogo'); +$footlogo = (!$footlogo) ? 0 : 1; +$footnote = theme_qualisaude_get_setting('footnote', 'format_html'); +$fburl = theme_qualisaude_get_setting('fburl'); +$pinurl = theme_qualisaude_get_setting('pinurl'); +$twurl = theme_qualisaude_get_setting('twurl'); +$gpurl = theme_qualisaude_get_setting('gpurl'); +$address = theme_qualisaude_get_setting('address'); +$emailid = theme_qualisaude_get_setting('emailid'); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$copyrightfooter = theme_qualisaude_get_setting('copyright_footer'); +$infolink = theme_qualisaude_get_setting('infolink'); +$infolink = theme_qualisaude_infolink(); + +$sinfo = get_string('info', 'theme_qualisaude'); +$scontactus = get_string('contact_us', 'theme_qualisaude'); +$phone = get_string('phone', 'theme_qualisaude'); +$email = get_string('email', 'theme_qualisaude'); +$sfollowus = get_string('followus', 'theme_qualisaude'); + +$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0; +$block3 = ($address != '' || $phoneno != '' || $emailid != '' || $url != 0) ? 1 : 0; +$footerblock1 = ($footlogo != 0 || $footnote != '' || $infolink != '' || $url != 0 || $block3 != 0) ? 1 : 0; + +$footerblock = ($footlogo != 0 || $footnote != '' || $infolink != '' + || $url != 0 || $block3 != 0 || $copyrightfooter != '') ? 1 : 0; + +$block1 = ($footlogo || $footnote) ? 1 : 0; +$infoslink = ($infolink != '') ? 1 : 0; +$blockarrange = $block1 + $infoslink + $block3; + +switch ($blockarrange) { + case 3: + $colclass = 'col-md-4'; + break; + case 2: + $colclass = 'col-md-6'; + break; + case 1: + $colclass = 'col-md-12'; + break; + case 0: + $colclass = ''; + break; + default: + $colclass = 'col-md-4'; + break; +} + +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + 'sidepreblocks' => $blockshtml, + 'hasblocks' => $hasblocks, + 'bodyattributes' => $bodyattributes, + 'navdraweropen' => $navdraweropen, + 'regionmainsettingsmenu' => $regionmainsettingsmenu, + 'hasregionmainsettingsmenu' => !empty($regionmainsettingsmenu), + "logourl" => $logourl, + "phoneno" => $phoneno, + "emailid" => $emailid, + "s_callus" => $scallus, + "s_email" => $semail, + "logourl" => $logourl, + "footlogo" => $footlogo, + "footnote" => $footnote, + "fburl" => $fburl, + "pinurl" => $pinurl, + "twurl" => $twurl, + "gpurl" => $gpurl, + "address" => $address, + "emailid" => $emailid, + "phoneno" => $phoneno, + "copyright_footer" => $copyrightfooter, + "infolink" => $infolink, + "s_info" => $sinfo, + "s_contact_us" => $scontactus, + "phone" => $phone, + "email" => $email, + "s_followus" => $sfollowus, + "url" => $url, + "infolink" => $infolink, + "navbarclass" => $navbarclass, + "block3" => $block3, + "footerblock" => $footerblock, + "footerblock1" => $footerblock1, + "colclass" => $colclass, + "block1" => $block1 +]; + +$templatecontext['flatnavigation'] = $PAGE->flatnav; +echo $OUTPUT->render_from_template('theme_qualisaude/columns2', $templatecontext); + diff --git a/layout/course.php b/layout/course.php new file mode 100644 index 0000000..5f3b65c --- /dev/null +++ b/layout/course.php @@ -0,0 +1,159 @@ +. + +/** + * Columns 2 Layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA); +require_once($CFG->libdir . '/behat/lib.php'); + +$courserenderer = $PAGE->get_renderer('core', 'course'); +$progresso = $courserenderer->getProgress($COURSE); + +if (isloggedin()) { + $navdraweropen = (get_user_preferences('drawer-open-nav', 'true') == 'true'); +} else { + $navdraweropen = false; +} +$extraclasses = []; +if ($navdraweropen) { + $extraclasses[] = 'drawer-open-left'; +} +$bodyattributes = $OUTPUT->body_attributes($extraclasses); +$blockshtml = $OUTPUT->blocks('side-pre'); +$hasblocks = strpos($blockshtml, 'data-block=') !== false; +$regionmainsettingsmenu = $OUTPUT->region_main_settings_menu(); + +$custommenu = $OUTPUT->custom_menu(); + +if ($custommenu == "") { + $navbarclass = "navbar-toggler hidden-lg-up nocontent-navbar"; +} else { + $navbarclass = "navbar-toggler hidden-lg-up"; +} +// Header Content. +$logourl = get_logo_url(); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$emailid = theme_qualisaude_get_setting('emailid'); +$scallus = get_string('callus', 'theme_qualisaude'); +$semail = get_string('email', 'theme_qualisaude'); + +// Footer Content. +$logourl = get_logo_url(); +$footlogo = theme_qualisaude_get_setting('footlogo'); +$footlogo = (!$footlogo) ? 0 : 1; +$footnote = theme_qualisaude_get_setting('footnote', 'format_html'); +$fburl = theme_qualisaude_get_setting('fburl'); +$pinurl = theme_qualisaude_get_setting('pinurl'); +$twurl = theme_qualisaude_get_setting('twurl'); +$gpurl = theme_qualisaude_get_setting('gpurl'); +$address = theme_qualisaude_get_setting('address'); +$emailid = theme_qualisaude_get_setting('emailid'); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$copyrightfooter = theme_qualisaude_get_setting('copyright_footer'); +$infolink = theme_qualisaude_get_setting('infolink'); +$infolink = theme_qualisaude_infolink(); + +$sinfo = get_string('info', 'theme_qualisaude'); +$scontactus = get_string('contact_us', 'theme_qualisaude'); +$phone = get_string('phone', 'theme_qualisaude'); +$email = get_string('email', 'theme_qualisaude'); +$sfollowus = get_string('followus', 'theme_qualisaude'); + +$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0; +$block3 = ($address != '' || $phoneno != '' || $emailid != '' || $url != 0) ? 1 : 0; +$footerblock1 = ($footlogo != 0 || $footnote != '' || $infolink != '' || $url != 0 || $block3 != 0) ? 1 : 0; + +$footerblock = ($footlogo != 0 || $footnote != '' || $infolink != '' + || $url != 0 || $block3 != 0 || $copyrightfooter != '') ? 1 : 0; + +$block1 = ($footlogo || $footnote) ? 1 : 0; +$infoslink = ($infolink != '') ? 1 : 0; +$blockarrange = $block1 + $infoslink + $block3; + +switch ($blockarrange) { + case 3: + $colclass = 'col-md-4'; + break; + case 2: + $colclass = 'col-md-6'; + break; + case 1: + $colclass = 'col-md-12'; + break; + case 0: + $colclass = ''; + break; + default: + $colclass = 'col-md-4'; + break; +} + +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + "progresso" => $progresso, + 'sidepreblocks' => $blockshtml, + 'hasblocks' => $hasblocks, + 'bodyattributes' => $bodyattributes, + 'navdraweropen' => $navdraweropen, + 'regionmainsettingsmenu' => $regionmainsettingsmenu, + 'hasregionmainsettingsmenu' => !empty($regionmainsettingsmenu), + "logourl" => $logourl, + "phoneno" => $phoneno, + "emailid" => $emailid, + "s_callus" => $scallus, + "s_email" => $semail, + "logourl" => $logourl, + "footlogo" => $footlogo, + "footnote" => $footnote, + "fburl" => $fburl, + "pinurl" => $pinurl, + "twurl" => $twurl, + "gpurl" => $gpurl, + "address" => $address, + "emailid" => $emailid, + "phoneno" => $phoneno, + "copyright_footer" => $copyrightfooter, + "infolink" => $infolink, + "s_info" => $sinfo, + "s_contact_us" => $scontactus, + "phone" => $phone, + "email" => $email, + "s_followus" => $sfollowus, + "url" => $url, + "coursedata"=>$COURSE, + "infolink" => $infolink, + "navbarclass" => $navbarclass, + "block3" => $block3, + "footerblock" => $footerblock, + "footerblock1" => $footerblock1, + "colclass" => $colclass, + "block1" => $block1 +]; + +//var_dump($COURSE); + +$templatecontext['flatnavigation'] = $PAGE->flatnav; +echo $OUTPUT->render_from_template('theme_qualisaude/course', $templatecontext); + diff --git a/layout/embedded.php b/layout/embedded.php new file mode 100644 index 0000000..7ed9d6a --- /dev/null +++ b/layout/embedded.php @@ -0,0 +1,44 @@ +. + +/** + * The embedded layout. + * + * @package theme_qualisaude + * @copyright 2015 LMSACE Dev Team,lmsace.com + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +echo $OUTPUT->doctype() ?> +htmlattributes(); ?>> + + <?php echo $OUTPUT->page_title(); ?> + + standard_head_html() ?> + + + +body_attributes(); ?>> +standard_top_of_body_html() ?> +
+
+ main_content(); ?> +
+
+standard_end_of_body_html() ?> + + \ No newline at end of file diff --git a/layout/frontpage-original.php b/layout/frontpage-original.php new file mode 100644 index 0000000..0e2e774 --- /dev/null +++ b/layout/frontpage-original.php @@ -0,0 +1,100 @@ +. + +/** + * Frontpage Layout. + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +// Get the HTML for the settings bits. +$html = theme_qualisaude_get_html_for_settings($OUTPUT, $PAGE); +if (right_to_left()) { + $regionbsid = 'region-bs-main-and-post'; +} else { + $regionbsid = 'region-bs-main-and-pre'; +} +echo $OUTPUT->doctype() ?> +htmlattributes(); ?>> + + <?php echo $OUTPUT->page_title(); ?> + + standard_head_html() ?> + + + +body_attributes(); ?>> + +standard_top_of_body_html() ?> + + + +
+
"; +} +?> +
+ + + + +
+ + +
+ + blocks_for_region('side-pre'))) { + $class = "col-md-9"; + } else { + $class = "col-md-12"; + } + ?> + +
+ course_content_header(); + echo $OUTPUT->main_content(); + echo $OUTPUT->course_content_footer(); + ?> +
+ blocks('side-pre', 'col-md-3'); ?> +
+ +
+ + + diff --git a/layout/frontpage.php b/layout/frontpage.php new file mode 100644 index 0000000..a01f1c3 --- /dev/null +++ b/layout/frontpage.php @@ -0,0 +1,202 @@ +wwwroot .'/my'); +} +?> + +doctype() ?> +htmlattributes(); ?>> + + <?php echo $OUTPUT->page_title(); ?> + + standard_head_html() ?> + + + + + +wwwroot;?> + + + +body_attributes(); ?>> + + + +
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+ + + + + + + + + + + +
+
+
+

Mestrado Profissional

+

Gestão da qualidade em Serviços de Saúde

+
+
+ +
+ +
+
+ + +
+ +
+ + +
+
+ +

Sobre o mestrado

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris

+
+HTML; + echo('
'.$OUTPUT->site_frontpage_news().'
'); + ?> + blocks_for_region('side-pre'))){ + $class = "col-md-9"; + } + else{ + $class ="col-md-12"; + } + + global $DB; + $course_link = $CFG->wwwroot.'/course/view.php?id='; + + +// echo "
\n"; +// +// echo "todos os cursos"; +// echo("

Cursos Disponiveis

"); +// echo "
\n"; +// echo "
\n"; +// echo "
    \n"; +// +// $courses_list = $DB->get_records('course', array('visible'=>1)); +// +// require_once($CFG->libdir.'/coursecatlib.php'); +// foreach($courses_list as $course){ +// if( $course->id == 1 ): +// continue; +// endif; +// +// $category = $DB->get_record('course_categories',array('id'=>$course->category)); +// $course->categoryName = $category->name; +// +// $courseInList = new course_in_list($course); +// $contentimages = $contentfiles = ''; +// foreach ($courseInList->get_course_overviewfiles() as $file) { +// +// $isimage = $file->is_valid_image(); +// $url = file_encode_url("$CFG->wwwroot/pluginfile.php", +// '/'. $file->get_contextid(). '/'. $file->get_component(). '/'. +// $file->get_filearea(). $file->get_filepath(). $file->get_filename(), !$isimage); +// if ($isimage) { +// $contentimages .= html_writer::tag('div', +// html_writer::empty_tag('img', array('src' => $url)), +// array('class' => 'courseimage')); +// } else { +// $image = $this->output->pix_icon(file_file_icon($file, 24), $file->get_filename(), 'moodle'); +// $filename = html_writer::tag('span', $image, array('class' => 'fp-icon')). +// html_writer::tag('span', $file->get_filename(), array('class' => 'fp-filename')); +// $contentfiles .= html_writer::tag('span', +// html_writer::link($url, $filename), +// array('class' => 'coursefile fp-filename-icon')); +// } +// } +// $content_img = $contentimages. $contentfiles; +// +// +// echo "
  • +// +//
  • "; +// } +// echo "
\n"; +// echo "
"; +// echo "
"; +// echo "
\n"; + + ?> + + +
+
+ + + + + + + + + + + diff --git a/layout/includes/footer.php b/layout/includes/footer.php new file mode 100644 index 0000000..16a1c6c --- /dev/null +++ b/layout/includes/footer.php @@ -0,0 +1,144 @@ +. + +/** + * Footer layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA); +require_once($CFG->libdir . '/behat/lib.php'); + +if (isloggedin()) { + $navdraweropen = (get_user_preferences('drawer-open-nav', 'true') == 'true'); +} else { + $navdraweropen = false; +} +$extraclasses = []; +if ($navdraweropen) { + $extraclasses[] = 'drawer-open-left'; +} +$bodyattributes = $OUTPUT->body_attributes($extraclasses); +$blockshtml = $OUTPUT->blocks('side-pre'); +$hasblocks = strpos($blockshtml, 'data-block=') !== false; +$regionmainsettingsmenu = $OUTPUT->region_main_settings_menu(); + +// Header Content. +$logourl = get_logo_url(); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$emailid = theme_qualisaude_get_setting('emailid'); +$scallus = get_string('callus', 'theme_qualisaude'); +$semail = get_string('email', 'theme_qualisaude'); + + +// Footer Content. +$logourl = get_logo_url(); +$footlogo = theme_qualisaude_get_setting('footlogo'); +$footlogo = (!$footlogo) ? 0 : 1; +$footnote = theme_qualisaude_get_setting('footnote', 'format_html'); +$fburl = theme_qualisaude_get_setting('fburl'); +$pinurl = theme_qualisaude_get_setting('pinurl'); +$twurl = theme_qualisaude_get_setting('twurl'); +$gpurl = theme_qualisaude_get_setting('gpurl'); +$address = theme_qualisaude_get_setting('address'); +$emailid = theme_qualisaude_get_setting('emailid'); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$copyrightfooter = theme_qualisaude_get_setting('copyright_footer'); +$infolink = theme_qualisaude_get_setting('infolink'); +$infolink = theme_qualisaude_infolink(); + +$sinfo = get_string('info', 'theme_qualisaude'); +$scontactus = get_string('contact_us', 'theme_qualisaude'); +$phone = get_string('phone', 'theme_qualisaude'); +$email = get_string('email', 'theme_qualisaude'); +$sfollowus = get_string('followus', 'theme_qualisaude'); + +$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0; +$block3 = ($address != '' || $phoneno != '' || $emailid != '' || $url != 0) ? 1 : 0; + +$footerblock1 = ($footlogo != 0 || $footnote != '' || $infolink != '' || $url != 0 || $block3 != 0) ? 1 : 0; +$footerblock = ($footlogo != 0 || $footnote != '' || $infolink != '' + || $url != 0 || $block3 != 0 || $copyrightfooter != '') ? 1 : 0; + +$block1 = ($footlogo || $footnote) ? 1 : 0; +$infoslink = ($infolink != '') ? 1 : 0; + +$blockarrange = $block1 + $infoslink + $block3; + +switch ($blockarrange) { + case 3: + $colclass = 'col-md-4'; + break; + case 2: + $colclass = 'col-md-6'; + break; + case 1: + $colclass = 'col-md-12'; + break; + case 0: + $colclass = ''; + break; + default: + $colclass = 'col-md-4'; + break; +} + +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + 'sidepreblocks' => $blockshtml, + 'hasblocks' => $hasblocks, + 'bodyattributes' => $bodyattributes, + 'navdraweropen' => $navdraweropen, + 'regionmainsettingsmenu' => $regionmainsettingsmenu, + 'hasregionmainsettingsmenu' => !empty($regionmainsettingsmenu), + + "logourl" => $logourl, + "footlogo" => $footlogo, + "footnote" => $footnote, + "fburl" => $fburl, + "pinurl" => $pinurl, + "twurl" => $twurl, + "gpurl" => $gpurl, + "address" => $address, + "emailid" => $emailid, + "phoneno" => $phoneno, + "s_callus" => $scallus, + "s_email" => $semail, + "copyright_footer" => $copyrightfooter, + "infolink" => $infolink, + "s_info" => $sinfo, + "s_contact_us" => $scontactus, + "phone" => $phone, + "email" => $email, + "s_followus" => $sfollowus, + "url" => $url, + "infolink" => $infolink, + "block3" => $block3, + "footerblock" => $footerblock, + "footerblock1" => $footerblock1, + "colclass" => $colclass, + "block1" => $block1 + +]; + +$templatecontext['flatnavigation'] = $PAGE->flatnav; +echo $OUTPUT->render_from_template('theme_qualisaude/footer', $templatecontext); \ No newline at end of file diff --git a/layout/includes/header.php b/layout/includes/header.php new file mode 100644 index 0000000..f7a67b0 --- /dev/null +++ b/layout/includes/header.php @@ -0,0 +1,119 @@ +. + +/** + * Header layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA); +require_once($CFG->libdir . '/behat/lib.php'); + +if (isloggedin()) { + $navdraweropen = (get_user_preferences('drawer-open-nav', 'true') == 'true'); +} else { + $navdraweropen = false; +} +$extraclasses = []; +if ($navdraweropen) { + $extraclasses[] = 'drawer-open-left'; +} +$bodyattributes = $OUTPUT->body_attributes($extraclasses); +$blockshtml = $OUTPUT->blocks('side-pre'); +$hasblocks = strpos($blockshtml, 'data-block=') !== false; +$regionmainsettingsmenu = $OUTPUT->region_main_settings_menu(); + + +$custommenu = $OUTPUT->custom_menu(); + +if ($custommenu == "") { + $navbarclass = "navbar-toggler d-lg-none nocontent-navbar"; +} else { + $navbarclass = "navbar-toggler d-lg-none"; +} +// Header Content. +$logourl = get_logo_url(); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$emailid = theme_qualisaude_get_setting('emailid'); +$scallus = get_string('callus', 'theme_qualisaude'); +$semail = get_string('email', 'theme_qualisaude'); + +// Footer Content. +$logourl = get_logo_url(); +$footnote = theme_qualisaude_get_setting('footnote', 'format_html'); +$fburl = theme_qualisaude_get_setting('fburl'); +$pinurl = theme_qualisaude_get_setting('pinurl'); +$twurl = theme_qualisaude_get_setting('twurl'); +$gpurl = theme_qualisaude_get_setting('gpurl'); +$address = theme_qualisaude_get_setting('address'); +$emailid = theme_qualisaude_get_setting('emailid'); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$copyrightfooter = theme_qualisaude_get_setting('copyright_footer'); +$infolink = theme_qualisaude_get_setting('infolink'); +$sinfo = get_string('info', 'theme_qualisaude'); +$scontactus = get_string('contact_us', 'theme_qualisaude'); +$phone = get_string('phone', 'theme_qualisaude'); +$email = get_string('email', 'theme_qualisaude'); +$sfollowus = get_string('followus', 'theme_qualisaude'); +$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0; +$infolink = theme_qualisaude_infolink(); + + +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + 'sidepreblocks' => $blockshtml, + 'hasblocks' => $hasblocks, + 'bodyattributes' => $bodyattributes, + 'navdraweropen' => $navdraweropen, + 'regionmainsettingsmenu' => $regionmainsettingsmenu, + 'hasregionmainsettingsmenu' => !empty($regionmainsettingsmenu), + "logourl" => $logourl, + "phoneno" => $phoneno, + "emailid" => $emailid, + "s_callus" => $scallus, + "s_email" => $semail, + "logourl" => $logourl, + "footnote" => $footnote, + "fburl" => $fburl, + "pinurl" => $pinurl, + "twurl" => $twurl, + "gpurl" => $gpurl, + "address" => $address, + "emailid" => $emailid, + "phoneno" => $phoneno, + "copyright_footer" => $copyrightfooter, + "infolink" => $infolink, + "s_info" => $sinfo, + "s_contact_us" => $scontactus, + "phone" => $phone, + "email" => $email, + "s_followus" => $sfollowus, + "url" => $url, + "infolink" => $infolink, + "navbarclass" => $navbarclass, +]; + + +$templatecontext['flatnavigation'] = $PAGE->flatnav; +$flatnavbar = $OUTPUT->render_from_template('theme_boost/nav-drawer', $templatecontext); +echo $OUTPUT->render_from_template('theme_qualisaude/header', $templatecontext); + diff --git a/layout/includes/slideshow.php b/layout/includes/slideshow.php new file mode 100644 index 0000000..5148b68 --- /dev/null +++ b/layout/includes/slideshow.php @@ -0,0 +1,139 @@ +. + +/** + * Slideshow layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +$numberofslides = theme_qualisaude_get_setting('numberofslides'); + +if ($numberofslides) { ?> +
+ +
+ + + +. + +/** + * Login Layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +$bodyattributes = $OUTPUT->body_attributes(); +require_once(dirname(__FILE__) .'/includes/header.php'); +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + 'bodyattributes' => $bodyattributes +]; + +echo $OUTPUT->render_from_template('theme_qualisaude/login', $templatecontext); +echo ($flatnavbar) ? $flatnavbar : ""; +require_once(dirname(__FILE__) .'/includes/footer.php'); \ No newline at end of file diff --git a/layout/maintenance.php b/layout/maintenance.php new file mode 100644 index 0000000..7ff9607 --- /dev/null +++ b/layout/maintenance.php @@ -0,0 +1,33 @@ +. + +/** + * Maintance layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +$templatecontext = [ + // We cannot pass the context to format_string, this layout can be used during + // installation. At that stage database tables do not exist yet. + 'sitename' => format_string($SITE->shortname, true, ["escape" => false]), + 'output' => $OUTPUT +]; + +echo $OUTPUT->render_from_template('theme_qualisaude/maintenance', $templatecontext); diff --git a/layout/my.php b/layout/my.php new file mode 100644 index 0000000..fc5866b --- /dev/null +++ b/layout/my.php @@ -0,0 +1,152 @@ +. + +/** + * Columns 2 Layout + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA); +require_once($CFG->libdir . '/behat/lib.php'); + +if (isloggedin()) { + $navdraweropen = (get_user_preferences('drawer-open-nav', 'true') == 'true'); +} else { + $navdraweropen = false; +} +$extraclasses = []; +if ($navdraweropen) { + $extraclasses[] = 'drawer-open-left'; +} +$bodyattributes = $OUTPUT->body_attributes($extraclasses); +$blockshtml = $OUTPUT->blocks('side-pre'); +$hasblocks = strpos($blockshtml, 'data-block=') !== false; +$regionmainsettingsmenu = $OUTPUT->region_main_settings_menu(); + +$custommenu = $OUTPUT->custom_menu(); + +if ($custommenu == "") { + $navbarclass = "navbar-toggler hidden-lg-up nocontent-navbar"; +} else { + $navbarclass = "navbar-toggler hidden-lg-up"; +} +// Header Content. +$logourl = get_logo_url(); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$emailid = theme_qualisaude_get_setting('emailid'); +$scallus = get_string('callus', 'theme_qualisaude'); +$semail = get_string('email', 'theme_qualisaude'); + +// Footer Content. +$logourl = get_logo_url(); +$footlogo = theme_qualisaude_get_setting('footlogo'); +$footlogo = (!$footlogo) ? 0 : 1; +$footnote = theme_qualisaude_get_setting('footnote', 'format_html'); +$fburl = theme_qualisaude_get_setting('fburl'); +$pinurl = theme_qualisaude_get_setting('pinurl'); +$twurl = theme_qualisaude_get_setting('twurl'); +$gpurl = theme_qualisaude_get_setting('gpurl'); +$address = theme_qualisaude_get_setting('address'); +$emailid = theme_qualisaude_get_setting('emailid'); +$phoneno = theme_qualisaude_get_setting('phoneno'); +$copyrightfooter = theme_qualisaude_get_setting('copyright_footer'); +$infolink = theme_qualisaude_get_setting('infolink'); +$infolink = theme_qualisaude_infolink(); + +$sinfo = get_string('info', 'theme_qualisaude'); +$scontactus = get_string('contact_us', 'theme_qualisaude'); +$phone = get_string('phone', 'theme_qualisaude'); +$email = get_string('email', 'theme_qualisaude'); +$sfollowus = get_string('followus', 'theme_qualisaude'); + +$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0; +$block3 = ($address != '' || $phoneno != '' || $emailid != '' || $url != 0) ? 1 : 0; +$footerblock1 = ($footlogo != 0 || $footnote != '' || $infolink != '' || $url != 0 || $block3 != 0) ? 1 : 0; + +$footerblock = ($footlogo != 0 || $footnote != '' || $infolink != '' + || $url != 0 || $block3 != 0 || $copyrightfooter != '') ? 1 : 0; + +$block1 = ($footlogo || $footnote) ? 1 : 0; +$infoslink = ($infolink != '') ? 1 : 0; +$blockarrange = $block1 + $infoslink + $block3; + +switch ($blockarrange) { + case 3: + $colclass = 'col-md-4'; + break; + case 2: + $colclass = 'col-md-6'; + break; + case 1: + $colclass = 'col-md-12'; + break; + case 0: + $colclass = ''; + break; + default: + $colclass = 'col-md-4'; + break; +} + +$templatecontext = [ + 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), + 'output' => $OUTPUT, + 'sidepreblocks' => $blockshtml, + 'hasblocks' => $hasblocks, + 'bodyattributes' => $bodyattributes, + 'navdraweropen' => $navdraweropen, + 'regionmainsettingsmenu' => $regionmainsettingsmenu, + 'hasregionmainsettingsmenu' => !empty($regionmainsettingsmenu), + "logourl" => $logourl, + "phoneno" => $phoneno, + "emailid" => $emailid, + "s_callus" => $scallus, + "s_email" => $semail, + "logourl" => $logourl, + "footlogo" => $footlogo, + "footnote" => $footnote, + "fburl" => $fburl, + "pinurl" => $pinurl, + "twurl" => $twurl, + "gpurl" => $gpurl, + "address" => $address, + "emailid" => $emailid, + "phoneno" => $phoneno, + "copyright_footer" => $copyrightfooter, + "infolink" => $infolink, + "s_info" => $sinfo, + "s_contact_us" => $scontactus, + "phone" => $phone, + "email" => $email, + "s_followus" => $sfollowus, + "url" => $url, + "infolink" => $infolink, + "navbarclass" => $navbarclass, + "block3" => $block3, + "footerblock" => $footerblock, + "footerblock1" => $footerblock1, + "colclass" => $colclass, + "block1" => $block1 +]; + +$templatecontext['flatnavigation'] = $PAGE->flatnav; +echo $OUTPUT->render_from_template('theme_qualisaude/my', $templatecontext); + diff --git a/layout/secure.php b/layout/secure.php new file mode 100644 index 0000000..0a6c9bd --- /dev/null +++ b/layout/secure.php @@ -0,0 +1,85 @@ +. + +/** + * The secure layout. + * + * @package theme_qualisaude + * @copyright 2013 Moodle, moodle.org + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +// Get the HTML for the settings bits. +$html = theme_qualisaude_get_html_for_settings($OUTPUT, $PAGE); + +echo $OUTPUT->doctype() ?> +htmlattributes(); ?>> + + <?php echo $OUTPUT->page_title(); ?> + + standard_head_html() ?> + + + +body_attributes(); ?>> + +standard_top_of_body_html() ?> + + + +
+ + + +
+
+
+
+ main_content(); ?> +
+ blocks('side-pre', 'span4 desktop-first-column'); ?> +
+
+ blocks('side-post', 'col-md-3'); ?> +
+ + standard_end_of_body_html() ?> + +
+ + \ No newline at end of file diff --git a/lib.php b/lib.php new file mode 100644 index 0000000..4df8a84 --- /dev/null +++ b/lib.php @@ -0,0 +1,427 @@ +. + +/** + * lib.php + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +/** + * Parses CSS before it is cached. + * + * This function can make alterations and replace patterns within the CSS. + * + * @param type|string $theme The theme config object. + * @return string The parsed CSS The parsed CSS. + */ +function theme_qualisaude_get_pre_scss($theme) { + $scss = theme_qualisaude_set_fontwww(); + return $scss; +} + +/** + * Get extra scss from settings. + * @param type|string $theme + * @return type|string + */ +function theme_qualisaude_get_extra_scss($theme) { + return !empty($theme->settings->customcss) ? $theme->settings->customcss : ''; +} + +/** + * Get theme main scss content. + * @param type|string $theme + * @return string + */ +function theme_qualisaude_get_main_scss_content($theme) { + global $CFG; + $scss = ''; + $parentconfig = theme_config::load('boost'); + $scss .= theme_boost_get_main_scss_content($parentconfig); + $themescssfile = $CFG->dirroot.'/theme/qualisaude/scss/preset/theme.scss'; + if ( file_exists($themescssfile) ) { + $scss .= file_get_contents($themescssfile); + } + return $scss; +} + +/** + * Load the Jquery and migration files + * Load the our theme js file + * @param moodle_page $page. + */ +function theme_qualisaude_page_init(moodle_page $page) { + $page->requires->jquery(); + $page->requires->js('/theme/qualisaude/javascript/theme.js'); +} + +/** + * Loads the CSS Styles and replace the background images. + * If background image not available in the settings take the default images. + * + * @param string $css + * @param string $theme + * @return string + */ +function theme_qualisaude_process_css($css, $theme) { + global $OUTPUT, $CFG; + // Set the background image for the logo. + $logo = $theme->setting_file_url('logo', 'logo'); + $css = theme_qualisaude_pre_css_set_fontwww($css); + // Set custom CSS. + if (!empty($theme->settings->customcss)) { + $customcss = $theme->settings->customcss; + } else { + $customcss = null; + } + return $css; +} + +/** + * Adds the logo to CSS. + * + * @param string $css The CSS. + * @param string $logo The URL of the logo. + * @return string The parsed CSS + */ +function theme_qualisaude_set_logo($css, $logo) { + $tag = '[[setting:logo]]'; + $replacement = $logo; + if (is_null($replacement)) { + $replacement = ''; + } + $css = str_replace($tag, $replacement, $css); + return $css; +} + +/** + * Serves any files associated with the theme settings. + * + * @param stdClass $course + * @param stdClass $cm + * @param context $context + * @param string $filearea + * @param array $args + * @param bool $forcedownload + * @param array $options + * @return bool + */ +function theme_qualisaude_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload, array $options = array()) { + static $theme; + + if (empty($theme)) { + $theme = theme_config::load('qualisaude'); + } + if ($context->contextlevel == CONTEXT_SYSTEM) { + + if ($filearea === 'logo') { + return $theme->setting_file_serve('logo', $args, $forcedownload, $options); + } else if ($filearea === 'style') { + theme_qualisaude_serve_css($args[1]); + } else if ($filearea === 'pagebackground') { + return $theme->setting_file_serve('pagebackground', $args, $forcedownload, $options); + } else if (preg_match("/slide[1-9][0-9]*image/", $filearea) !== false) { + return $theme->setting_file_serve($filearea, $args, $forcedownload, $options); + } else { + send_file_not_found(); + } + } else { + send_file_not_found(); + } +} + +/** + * Serves CSS for image file updated to styles. + * + * @param string $filename + * @return string + */ +function theme_qualisaude_serve_css($filename) { + global $CFG; + if (!empty($CFG->themedir)) { + $thestylepath = $CFG->themedir . '/qualisaude/style/'; + } else { + $thestylepath = $CFG->dirroot . '/theme/qualisaude/style/'; + } + $thesheet = $thestylepath . $filename; + + /* http://css-tricks.com/snippets/php/intelligent-php-cache-control/ - rather than /lib/csslib.php as it is a static file who's + contents should only change if it is rebuilt. But! There should be no difference with TDM on so will see for the moment if + that decision is a factor. */ + + $etagfile = md5_file($thesheet); + // File. + $lastmodified = filemtime($thesheet); + // Header. + $ifmodifiedsince = (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) ? $_SERVER['HTTP_IF_MODIFIED_SINCE'] : false); + $etagheader = (isset($_SERVER['HTTP_IF_NONE_MATCH']) ? trim($_SERVER['HTTP_IF_NONE_MATCH']) : false); + + if ((($ifmodifiedsince) && (strtotime($ifmodifiedsince) == $lastmodified)) || $etagheader == $etagfile) { + theme_qualisaude_send_unmodified($lastmodified, $etagfile); + } + theme_qualisaude_send_cached_css($thestylepath, $filename, $lastmodified, $etagfile); +} + +/** + * Set browser cache used in php header. + * @param type|string $lastmodified + * @param type|string $etag + */ +function theme_qualisaude_send_unmodified($lastmodified, $etag) { + $lifetime = 60 * 60 * 24 * 60; + header('HTTP/1.1 304 Not Modified'); + header('Expires: ' . gmdate('D, d M Y H:i:s', time() + $lifetime) . ' GMT'); + header('Cache-Control: public, max-age=' . $lifetime); + header('Content-Type: text/css; charset=utf-8'); + header('Etag: "' . $etag . '"'); + if ($lastmodified) { + header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $lastmodified) . ' GMT'); + } + die; +} + +/** + * Cached css for theme_qualisaude + * + * @param type|string $path + * @param type|string $filename + * @param type|string $lastmodified + * @param type|string $etag + */ +function theme_qualisaude_send_cached_css($path, $filename, $lastmodified, $etag) { + global $CFG; + require_once($CFG->dirroot . '/lib/configonlylib.php'); // For min_enable_zlib_compression function. + // 60 days only - the revision may get incremented quite often. + $lifetime = 60 * 60 * 24 * 60; + + header('Etag: "' . $etag . '"'); + header('Content-Disposition: inline; filename="'.$filename.'"'); + header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $lastmodified) . ' GMT'); + header('Expires: ' . gmdate('D, d M Y H:i:s', time() + $lifetime) . ' GMT'); + header('Pragma: '); + header('Cache-Control: public, max-age=' . $lifetime); + header('Accept-Ranges: none'); + header('Content-Type: text/css; charset=utf-8'); + if (!min_enable_zlib_compression()) { + header('Content-Length: ' . filesize($path . $filename)); + } + readfile($path . $filename); + die; +} + + +/** + * Adds any custom CSS to the CSS before it is cached. + * + * @param type|string $css The original CSS. + * @param type|string $customcss The custom CSS to add. + * @return type|string The CSS which now contains our custom CSS. + */ +function theme_qualisaude_set_customcss($css, $customcss) { + $tag = '[[setting:customcss]]'; + $replacement = $customcss; + if (is_null($replacement)) { + $replacement = ''; + } + $css = str_replace($tag, $replacement, $css); + return $css; +} + +/** + * Returns an object containing HTML for the areas affected by settings. + * + * Do not add Clean specific logic in here, child themes should be able to + * rely on that function just by declaring settings with similar names. + * + * @param renderer_base $output Pass in $OUTPUT. + * @param moodle_page $page Pass in $PAGE. + * @return stdClass An object with the following properties: + * - navbarclass A CSS class to use on the navbar. By default ''. + * - heading HTML to use for the heading. A logo if one is selected or the default heading. + * - footnote HTML to use as a footnote. By default ''. + */ +function theme_qualisaude_get_html_for_settings(renderer_base $output, moodle_page $page) { + global $CFG; + $return = new stdClass; + + $return->navbarclass = ''; + if (!empty($page->theme->settings->invert)) { + $return->navbarclass .= ' navbar-inverse'; + } + + if (!empty($page->theme->settings->logo)) { + $return->heading = html_writer::link($CFG->wwwroot, '', array('title' => get_string('home'), 'class' => 'logo')); + } else { + $return->heading = $output->page_heading(); + } + + $return->footnote = ''; + if (!empty($page->theme->settings->footnote)) { + $return->footnote = '
'.format_text($page->theme->settings->footnote).'
'; + } + + return $return; +} + +/** + * Loads the CSS Styles and put the font path + * + * @param type|string $css + * @return type|string + */ +function theme_qualisaude_pre_css_set_fontwww($css) { + global $CFG, $PAGE; + if (empty($CFG->themewww)) { + $themewww = $CFG->wwwroot."/theme"; + } else { + $themewww = $CFG->themewww; + } + + $tag = '[[setting:fontwww]]'; + $theme = theme_config::load('qualisaude'); + $css = str_replace($tag, $themewww.'/qualisaude/fonts/', $css); + return $css; +} + +/** + * Load the font folder path into the scss. + * @param type|string $css + * @return type|string + */ +function theme_qualisaude_set_fontwww() { + global $CFG, $PAGE; + if (empty($CFG->themewww)) { + $themewww = $CFG->wwwroot."/theme"; + } else { + $themewww = $CFG->themewww; + } + $theme = theme_config::load('qualisaude'); + $fontwww = '$fontwww: "'.$themewww.'/qualisaude/fonts/"'.";\n"; + return $fontwww; +} + + +// Logo Image URL Fetch from theme settings. +// @ return string. +if (!function_exists('get_logo_url')) { + /** + * Description + * @return type|string + */ + function get_logo_url() { + global $OUTPUT; + static $theme; + if (empty($theme)) { + $theme = theme_config::load('qualisaude'); + } + $logo = $theme->setting_file_url('logo', 'logo'); + $logo = empty($logo) ? $OUTPUT->image_url('home/logo', 'theme') : $logo; + return $logo; + } +} + +/** + * Renderer the slider images. + * @param type|string $p + * @param type|string $sliname + * @return type|string + */ +function theme_qualisaude_render_slideimg($p, $sliname) { + global $PAGE, $OUTPUT; + $nos = theme_qualisaude_get_setting('numberofslides'); + $i = $p % 3; + $slideimage = $OUTPUT->image_url('home/slide'.$i, 'theme'); + // Get slide image or fallback to default. + if (theme_qualisaude_get_setting($sliname)) { + $slideimage = $PAGE->theme->setting_file_url($sliname , $sliname); + } + return $slideimage; +} + +/** + * + * Description + * @param type|string $setting + * @param type|bool $format + * @return type|string + */ +function theme_qualisaude_get_setting($setting, $format = true) { + global $CFG; + require_once($CFG->dirroot . '/lib/weblib.php'); + static $theme; + if (empty($theme)) { + $theme = theme_config::load('qualisaude'); + } + if (empty($theme->settings->$setting)) { + return false; + } else if (!$format) { + return $theme->settings->$setting; + } else if ($format === 'format_text') { + return format_text($theme->settings->$setting, FORMAT_PLAIN); + } else if ($format === 'format_html') { + return format_text($theme->settings->$setting, FORMAT_HTML, array('trusted' => true, 'noclean' => true)); + } else { + return format_string($theme->settings->$setting); + } +} + + +// Return the current theme url. +// @ return string. +if (!function_exists('theme_url')) { + /** + * Url for theme_qualisaude. + * @return type|string + */ + function theme_url() { + global $CFG, $PAGE; + $themeurl = $CFG->wwwroot.'/theme/'. $PAGE->theme->name; + return $themeurl; + } +} + +/** + * Footer Info links. + * @return type|string + */ +function theme_qualisaude_infolink() { + $infolink = theme_qualisaude_get_setting('infolink'); + $content = ""; + $infosettings = explode("\n", $infolink); + foreach ($infosettings as $key => $settingval) { + + $expset = explode("|", $settingval); + if (isset($expset[1])) { + list($ltxt, $lurl) = $expset; + } + + if (isset($ltxt) != '' || isset($lurl) != '') { + $ltxt = trim($ltxt); + $lurl = trim($lurl); + } + if (empty($ltxt)) { + continue; + } + $content .= '
  • '.$ltxt.'
  • '; + } + return $content; +} + + diff --git a/pix/.DS_Store b/pix/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/pix/.DS_Store differ diff --git a/pix/bg-carousel-control.png b/pix/bg-carousel-control.png new file mode 100644 index 0000000..4b17d92 Binary files /dev/null and b/pix/bg-carousel-control.png differ diff --git a/pix/bg/.DS_Store b/pix/bg/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/pix/bg/.DS_Store differ diff --git a/pix/bg/bg-capa1.png b/pix/bg/bg-capa1.png new file mode 100755 index 0000000..4c7cd5a Binary files /dev/null and b/pix/bg/bg-capa1.png differ diff --git a/pix/bg/bg-capa2.png b/pix/bg/bg-capa2.png new file mode 100755 index 0000000..2f900d8 Binary files /dev/null and b/pix/bg/bg-capa2.png differ diff --git a/pix/bg/bg-capa3.png b/pix/bg/bg-capa3.png new file mode 100755 index 0000000..ee108e2 Binary files /dev/null and b/pix/bg/bg-capa3.png differ diff --git a/pix/bg/bg-capa4.png b/pix/bg/bg-capa4.png new file mode 100755 index 0000000..c1df044 Binary files /dev/null and b/pix/bg/bg-capa4.png differ diff --git a/pix/bg/bg-capa5.png b/pix/bg/bg-capa5.png new file mode 100755 index 0000000..b553690 Binary files /dev/null and b/pix/bg/bg-capa5.png differ diff --git a/pix/bg/bg-capa6.png b/pix/bg/bg-capa6.png new file mode 100755 index 0000000..b10fbff Binary files /dev/null and b/pix/bg/bg-capa6.png differ diff --git a/pix/bg/bg-login.png b/pix/bg/bg-login.png new file mode 100755 index 0000000..9897bce Binary files /dev/null and b/pix/bg/bg-login.png differ diff --git a/pix/bg/capa1.png b/pix/bg/capa1.png new file mode 100644 index 0000000..96a9e09 Binary files /dev/null and b/pix/bg/capa1.png differ diff --git a/pix/bg/footer.png b/pix/bg/footer.png new file mode 100644 index 0000000..de39136 Binary files /dev/null and b/pix/bg/footer.png differ diff --git a/pix/bg/header-bg.png b/pix/bg/header-bg.png new file mode 100644 index 0000000..a3ce685 Binary files /dev/null and b/pix/bg/header-bg.png differ diff --git a/pix/favicon.ico b/pix/favicon.ico new file mode 100644 index 0000000..e179f21 Binary files /dev/null and b/pix/favicon.ico differ diff --git a/pix/home/.DS_Store b/pix/home/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/pix/home/.DS_Store differ diff --git a/pix/home/apagar-logo.png b/pix/home/apagar-logo.png new file mode 100644 index 0000000..e68c7ef Binary files /dev/null and b/pix/home/apagar-logo.png differ diff --git a/pix/home/logo.png b/pix/home/logo.png new file mode 100755 index 0000000..ed207a7 Binary files /dev/null and b/pix/home/logo.png differ diff --git a/pix/home/slide0.jpg b/pix/home/slide0.jpg new file mode 100644 index 0000000..0e69884 Binary files /dev/null and b/pix/home/slide0.jpg differ diff --git a/pix/home/slide1.jpg b/pix/home/slide1.jpg new file mode 100644 index 0000000..2807d31 Binary files /dev/null and b/pix/home/slide1.jpg differ diff --git a/pix/home/slide2.jpg b/pix/home/slide2.jpg new file mode 100644 index 0000000..e8f17c6 Binary files /dev/null and b/pix/home/slide2.jpg differ diff --git a/pix/ic-search.png b/pix/ic-search.png new file mode 100644 index 0000000..32eac5c Binary files /dev/null and b/pix/ic-search.png differ diff --git a/pix/img-nav_divider.png b/pix/img-nav_divider.png new file mode 100644 index 0000000..809a066 Binary files /dev/null and b/pix/img-nav_divider.png differ diff --git a/pix/logos/ceaf.png b/pix/logos/ceaf.png new file mode 100644 index 0000000..0319bc6 Binary files /dev/null and b/pix/logos/ceaf.png differ diff --git a/pix/logos/interna-prograd.png b/pix/logos/interna-prograd.png new file mode 100644 index 0000000..5833041 Binary files /dev/null and b/pix/logos/interna-prograd.png differ diff --git a/pix/logos/interna-sedis.png b/pix/logos/interna-sedis.png new file mode 100644 index 0000000..64edb35 Binary files /dev/null and b/pix/logos/interna-sedis.png differ diff --git a/pix/logos/interna-ufrn.png b/pix/logos/interna-ufrn.png new file mode 100644 index 0000000..c09e405 Binary files /dev/null and b/pix/logos/interna-ufrn.png differ diff --git a/pix/logos/logo-b.png b/pix/logos/logo-b.png new file mode 100755 index 0000000..0c2c696 Binary files /dev/null and b/pix/logos/logo-b.png differ diff --git a/pix/logos/logo-moodle.png b/pix/logos/logo-moodle.png new file mode 100644 index 0000000..c936af6 Binary files /dev/null and b/pix/logos/logo-moodle.png differ diff --git a/pix/logos/logo-mp-footer.png b/pix/logos/logo-mp-footer.png new file mode 100644 index 0000000..f355c44 Binary files /dev/null and b/pix/logos/logo-mp-footer.png differ diff --git a/pix/logos/logo-mp.png b/pix/logos/logo-mp.png new file mode 100644 index 0000000..06f716b Binary files /dev/null and b/pix/logos/logo-mp.png differ diff --git a/pix/logos/logo-prograd.png b/pix/logos/logo-prograd.png new file mode 100644 index 0000000..dac32a2 Binary files /dev/null and b/pix/logos/logo-prograd.png differ diff --git a/pix/logos/logo-sedis-dark.png b/pix/logos/logo-sedis-dark.png new file mode 100644 index 0000000..0677121 Binary files /dev/null and b/pix/logos/logo-sedis-dark.png differ diff --git a/pix/logos/logo-sedis-white.png b/pix/logos/logo-sedis-white.png new file mode 100644 index 0000000..5451da3 Binary files /dev/null and b/pix/logos/logo-sedis-white.png differ diff --git a/pix/logos/logo-sedis.png b/pix/logos/logo-sedis.png new file mode 100644 index 0000000..254b41e Binary files /dev/null and b/pix/logos/logo-sedis.png differ diff --git a/pix/logos/logo-ufrn-60.png b/pix/logos/logo-ufrn-60.png new file mode 100644 index 0000000..07a6f8f Binary files /dev/null and b/pix/logos/logo-ufrn-60.png differ diff --git a/pix/logos/logo-ufrn.png b/pix/logos/logo-ufrn.png new file mode 100644 index 0000000..ec3a43c Binary files /dev/null and b/pix/logos/logo-ufrn.png differ diff --git a/pix/no-image.jpg b/pix/no-image.jpg new file mode 100644 index 0000000..76eda55 Binary files /dev/null and b/pix/no-image.jpg differ diff --git a/pix/screenshot.jpg b/pix/screenshot.jpg new file mode 100644 index 0000000..6b294dc Binary files /dev/null and b/pix/screenshot.jpg differ diff --git a/pix/slider-imgs/01.jpg b/pix/slider-imgs/01.jpg new file mode 100644 index 0000000..2807d31 Binary files /dev/null and b/pix/slider-imgs/01.jpg differ diff --git a/pix/slider-imgs/02.jpg b/pix/slider-imgs/02.jpg new file mode 100644 index 0000000..e8f17c6 Binary files /dev/null and b/pix/slider-imgs/02.jpg differ diff --git a/pix/slider-imgs/03.jpg b/pix/slider-imgs/03.jpg new file mode 100644 index 0000000..0e69884 Binary files /dev/null and b/pix/slider-imgs/03.jpg differ diff --git a/pix/svg_grey/t/collapsed.svg b/pix/svg_grey/t/collapsed.svg new file mode 100644 index 0000000..30b194a --- /dev/null +++ b/pix/svg_grey/t/collapsed.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix/svg_grey/t/collapsed_empty.svg b/pix/svg_grey/t/collapsed_empty.svg new file mode 100644 index 0000000..13e5666 --- /dev/null +++ b/pix/svg_grey/t/collapsed_empty.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix/svg_grey/t/collapsed_empty_rtl.svg b/pix/svg_grey/t/collapsed_empty_rtl.svg new file mode 100644 index 0000000..e4bd370 --- /dev/null +++ b/pix/svg_grey/t/collapsed_empty_rtl.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix/svg_grey/t/collapsed_rtl.svg b/pix/svg_grey/t/collapsed_rtl.svg new file mode 100644 index 0000000..a4cd29a --- /dev/null +++ b/pix/svg_grey/t/collapsed_rtl.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix/svg_grey/t/expanded.svg b/pix/svg_grey/t/expanded.svg new file mode 100644 index 0000000..5586579 --- /dev/null +++ b/pix/svg_grey/t/expanded.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix/theme_t/collapsed.svg b/pix/theme_t/collapsed.svg new file mode 100644 index 0000000..fd81e6c --- /dev/null +++ b/pix/theme_t/collapsed.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix/theme_t/collapsed_empty.svg b/pix/theme_t/collapsed_empty.svg new file mode 100644 index 0000000..843c545 --- /dev/null +++ b/pix/theme_t/collapsed_empty.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix/theme_t/collapsed_empty_rtl.svg b/pix/theme_t/collapsed_empty_rtl.svg new file mode 100644 index 0000000..7df1ff9 --- /dev/null +++ b/pix/theme_t/collapsed_empty_rtl.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix/theme_t/collapsed_rtl.svg b/pix/theme_t/collapsed_rtl.svg new file mode 100644 index 0000000..8d7fed5 --- /dev/null +++ b/pix/theme_t/collapsed_rtl.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix/theme_t/expanded.svg b/pix/theme_t/expanded.svg new file mode 100644 index 0000000..672699a --- /dev/null +++ b/pix/theme_t/expanded.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/add_file.svg b/pix_core/a/add_file.svg new file mode 100644 index 0000000..5195af5 --- /dev/null +++ b/pix_core/a/add_file.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/create_folder.svg b/pix_core/a/create_folder.svg new file mode 100644 index 0000000..d10a1a6 --- /dev/null +++ b/pix_core/a/create_folder.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/download_all.svg b/pix_core/a/download_all.svg new file mode 100644 index 0000000..d5b73c2 --- /dev/null +++ b/pix_core/a/download_all.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/help.svg b/pix_core/a/help.svg new file mode 100644 index 0000000..37ee5e4 --- /dev/null +++ b/pix_core/a/help.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/logout.svg b/pix_core/a/logout.svg new file mode 100644 index 0000000..a033006 --- /dev/null +++ b/pix_core/a/logout.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/refresh.svg b/pix_core/a/refresh.svg new file mode 100644 index 0000000..7f53559 --- /dev/null +++ b/pix_core/a/refresh.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/search.svg b/pix_core/a/search.svg new file mode 100644 index 0000000..7e5a4fe --- /dev/null +++ b/pix_core/a/search.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/setting.svg b/pix_core/a/setting.svg new file mode 100644 index 0000000..4d23ccc --- /dev/null +++ b/pix_core/a/setting.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/view_icon_active.svg b/pix_core/a/view_icon_active.svg new file mode 100644 index 0000000..0bed86b --- /dev/null +++ b/pix_core/a/view_icon_active.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/view_list_active.svg b/pix_core/a/view_list_active.svg new file mode 100644 index 0000000..0083f76 --- /dev/null +++ b/pix_core/a/view_list_active.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/a/view_tree_active.svg b/pix_core/a/view_tree_active.svg new file mode 100644 index 0000000..e0af31b --- /dev/null +++ b/pix_core/a/view_tree_active.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/adv.png b/pix_core/adv.png new file mode 100644 index 0000000..c2aff1b Binary files /dev/null and b/pix_core/adv.png differ diff --git a/pix_core/docs.svg b/pix_core/docs.svg new file mode 100644 index 0000000..a0262c7 --- /dev/null +++ b/pix_core/docs.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/e/abbr.svg b/pix_core/e/abbr.svg new file mode 100644 index 0000000..89495bf --- /dev/null +++ b/pix_core/e/abbr.svg @@ -0,0 +1,20 @@ + + + +]> + + + + + diff --git a/pix_core/e/absolute.svg b/pix_core/e/absolute.svg new file mode 100644 index 0000000..1e01a8b --- /dev/null +++ b/pix_core/e/absolute.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/accessibility_checker.svg b/pix_core/e/accessibility_checker.svg new file mode 100644 index 0000000..8127788 --- /dev/null +++ b/pix_core/e/accessibility_checker.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/acronym.svg b/pix_core/e/acronym.svg new file mode 100644 index 0000000..639a8ae --- /dev/null +++ b/pix_core/e/acronym.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/advance_hr.svg b/pix_core/e/advance_hr.svg new file mode 100644 index 0000000..c86b484 --- /dev/null +++ b/pix_core/e/advance_hr.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/align_center.svg b/pix_core/e/align_center.svg new file mode 100644 index 0000000..9fb1bb1 --- /dev/null +++ b/pix_core/e/align_center.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/align_left.svg b/pix_core/e/align_left.svg new file mode 100644 index 0000000..e5824b7 --- /dev/null +++ b/pix_core/e/align_left.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/align_right.svg b/pix_core/e/align_right.svg new file mode 100644 index 0000000..44c4264 --- /dev/null +++ b/pix_core/e/align_right.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/anchor.svg b/pix_core/e/anchor.svg new file mode 100644 index 0000000..5f22367 --- /dev/null +++ b/pix_core/e/anchor.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/backward.svg b/pix_core/e/backward.svg new file mode 100644 index 0000000..a4e2f7b --- /dev/null +++ b/pix_core/e/backward.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/bold.svg b/pix_core/e/bold.svg new file mode 100644 index 0000000..b6e7381 --- /dev/null +++ b/pix_core/e/bold.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/bullet_list.svg b/pix_core/e/bullet_list.svg new file mode 100644 index 0000000..4e7c6d6 --- /dev/null +++ b/pix_core/e/bullet_list.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + diff --git a/pix_core/e/cell_props.svg b/pix_core/e/cell_props.svg new file mode 100644 index 0000000..67e054e --- /dev/null +++ b/pix_core/e/cell_props.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/cite.svg b/pix_core/e/cite.svg new file mode 100644 index 0000000..cfc87d2 --- /dev/null +++ b/pix_core/e/cite.svg @@ -0,0 +1,20 @@ + + + +]> + + + + + diff --git a/pix_core/e/cleanup_messy_code.svg b/pix_core/e/cleanup_messy_code.svg new file mode 100644 index 0000000..96a8f53 --- /dev/null +++ b/pix_core/e/cleanup_messy_code.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/clear_formatting.svg b/pix_core/e/clear_formatting.svg new file mode 100644 index 0000000..44a86d7 --- /dev/null +++ b/pix_core/e/clear_formatting.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/copy.svg b/pix_core/e/copy.svg new file mode 100644 index 0000000..591dba2 --- /dev/null +++ b/pix_core/e/copy.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/cut.svg b/pix_core/e/cut.svg new file mode 100644 index 0000000..672160e --- /dev/null +++ b/pix_core/e/cut.svg @@ -0,0 +1,23 @@ + + + +]> + + + + + diff --git a/pix_core/e/decrease_indent.svg b/pix_core/e/decrease_indent.svg new file mode 100644 index 0000000..892e68c --- /dev/null +++ b/pix_core/e/decrease_indent.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/delete.svg b/pix_core/e/delete.svg new file mode 100644 index 0000000..9163a4c --- /dev/null +++ b/pix_core/e/delete.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/delete_col.svg b/pix_core/e/delete_col.svg new file mode 100644 index 0000000..dd7c03a --- /dev/null +++ b/pix_core/e/delete_col.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/delete_row.svg b/pix_core/e/delete_row.svg new file mode 100644 index 0000000..b641803 --- /dev/null +++ b/pix_core/e/delete_row.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/delete_table.svg b/pix_core/e/delete_table.svg new file mode 100644 index 0000000..4bf0025 --- /dev/null +++ b/pix_core/e/delete_table.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/document_properties.svg b/pix_core/e/document_properties.svg new file mode 100644 index 0000000..99ab1c9 --- /dev/null +++ b/pix_core/e/document_properties.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/emoticons.svg b/pix_core/e/emoticons.svg new file mode 100644 index 0000000..7f8172b --- /dev/null +++ b/pix_core/e/emoticons.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + diff --git a/pix_core/e/find_replace.svg b/pix_core/e/find_replace.svg new file mode 100644 index 0000000..3522491 --- /dev/null +++ b/pix_core/e/find_replace.svg @@ -0,0 +1,22 @@ + + + +]> + + + + + diff --git a/pix_core/e/forward.svg b/pix_core/e/forward.svg new file mode 100644 index 0000000..35958b5 --- /dev/null +++ b/pix_core/e/forward.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/fullpage.svg b/pix_core/e/fullpage.svg new file mode 100644 index 0000000..9316739 --- /dev/null +++ b/pix_core/e/fullpage.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/fullscreen.svg b/pix_core/e/fullscreen.svg new file mode 100644 index 0000000..04d5a44 --- /dev/null +++ b/pix_core/e/fullscreen.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/help.svg b/pix_core/e/help.svg new file mode 100644 index 0000000..240aab1 --- /dev/null +++ b/pix_core/e/help.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/increase_indent.svg b/pix_core/e/increase_indent.svg new file mode 100644 index 0000000..560f104 --- /dev/null +++ b/pix_core/e/increase_indent.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert.svg b/pix_core/e/insert.svg new file mode 100644 index 0000000..56f58fc --- /dev/null +++ b/pix_core/e/insert.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_col_after.svg b/pix_core/e/insert_col_after.svg new file mode 100644 index 0000000..b2a5e1e --- /dev/null +++ b/pix_core/e/insert_col_after.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_col_before.svg b/pix_core/e/insert_col_before.svg new file mode 100644 index 0000000..ca9a033 --- /dev/null +++ b/pix_core/e/insert_col_before.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_date.svg b/pix_core/e/insert_date.svg new file mode 100644 index 0000000..e301173 --- /dev/null +++ b/pix_core/e/insert_date.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_edit_image.svg b/pix_core/e/insert_edit_image.svg new file mode 100644 index 0000000..98106fc --- /dev/null +++ b/pix_core/e/insert_edit_image.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_edit_link.svg b/pix_core/e/insert_edit_link.svg new file mode 100644 index 0000000..8e82377 --- /dev/null +++ b/pix_core/e/insert_edit_link.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_edit_video.svg b/pix_core/e/insert_edit_video.svg new file mode 100644 index 0000000..58c415e --- /dev/null +++ b/pix_core/e/insert_edit_video.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_file.svg b/pix_core/e/insert_file.svg new file mode 100644 index 0000000..ea9545a --- /dev/null +++ b/pix_core/e/insert_file.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_horizontal_ruler.svg b/pix_core/e/insert_horizontal_ruler.svg new file mode 100644 index 0000000..2c0a7b8 --- /dev/null +++ b/pix_core/e/insert_horizontal_ruler.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_nonbreaking_space.svg b/pix_core/e/insert_nonbreaking_space.svg new file mode 100644 index 0000000..9cbaec2 --- /dev/null +++ b/pix_core/e/insert_nonbreaking_space.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_row_after.svg b/pix_core/e/insert_row_after.svg new file mode 100644 index 0000000..32b637a --- /dev/null +++ b/pix_core/e/insert_row_after.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_row_before.svg b/pix_core/e/insert_row_before.svg new file mode 100644 index 0000000..f7f218a --- /dev/null +++ b/pix_core/e/insert_row_before.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/insert_time.svg b/pix_core/e/insert_time.svg new file mode 100644 index 0000000..493385d --- /dev/null +++ b/pix_core/e/insert_time.svg @@ -0,0 +1,19 @@ + + + +]> + + + + + diff --git a/pix_core/e/italic.svg b/pix_core/e/italic.svg new file mode 100644 index 0000000..39c5c7d --- /dev/null +++ b/pix_core/e/italic.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/justify.svg b/pix_core/e/justify.svg new file mode 100644 index 0000000..fde5f52 --- /dev/null +++ b/pix_core/e/justify.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/layers.svg b/pix_core/e/layers.svg new file mode 100644 index 0000000..5779b8b --- /dev/null +++ b/pix_core/e/layers.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/layers_over.svg b/pix_core/e/layers_over.svg new file mode 100644 index 0000000..43e94d3 --- /dev/null +++ b/pix_core/e/layers_over.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/layers_under.svg b/pix_core/e/layers_under.svg new file mode 100644 index 0000000..2a5ca18 --- /dev/null +++ b/pix_core/e/layers_under.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/left_to_right.svg b/pix_core/e/left_to_right.svg new file mode 100644 index 0000000..90b65f3 --- /dev/null +++ b/pix_core/e/left_to_right.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/manage_files.svg b/pix_core/e/manage_files.svg new file mode 100644 index 0000000..4d7e1e6 --- /dev/null +++ b/pix_core/e/manage_files.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/math.svg b/pix_core/e/math.svg new file mode 100644 index 0000000..e1f57a4 --- /dev/null +++ b/pix_core/e/math.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/merge_cells.svg b/pix_core/e/merge_cells.svg new file mode 100644 index 0000000..906e09e --- /dev/null +++ b/pix_core/e/merge_cells.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/new_document.svg b/pix_core/e/new_document.svg new file mode 100644 index 0000000..587dfb0 --- /dev/null +++ b/pix_core/e/new_document.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + diff --git a/pix_core/e/numbered_list.svg b/pix_core/e/numbered_list.svg new file mode 100644 index 0000000..4bbaaf4 --- /dev/null +++ b/pix_core/e/numbered_list.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/page_break.svg b/pix_core/e/page_break.svg new file mode 100644 index 0000000..ca39ef4 --- /dev/null +++ b/pix_core/e/page_break.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/paste.svg b/pix_core/e/paste.svg new file mode 100644 index 0000000..28d10d2 --- /dev/null +++ b/pix_core/e/paste.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/paste_text.svg b/pix_core/e/paste_text.svg new file mode 100644 index 0000000..7c8bdd5 --- /dev/null +++ b/pix_core/e/paste_text.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + diff --git a/pix_core/e/paste_word.svg b/pix_core/e/paste_word.svg new file mode 100644 index 0000000..be6cd21 --- /dev/null +++ b/pix_core/e/paste_word.svg @@ -0,0 +1,19 @@ + + + +]> + + + + + diff --git a/pix_core/e/prevent_autolink.svg b/pix_core/e/prevent_autolink.svg new file mode 100644 index 0000000..6bbfb21 --- /dev/null +++ b/pix_core/e/prevent_autolink.svg @@ -0,0 +1,20 @@ + + + +]> + + + + + diff --git a/pix_core/e/preview.svg b/pix_core/e/preview.svg new file mode 100644 index 0000000..4f0d929 --- /dev/null +++ b/pix_core/e/preview.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/print.svg b/pix_core/e/print.svg new file mode 100644 index 0000000..cf2fe87 --- /dev/null +++ b/pix_core/e/print.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/question.svg b/pix_core/e/question.svg new file mode 100644 index 0000000..5c506dc --- /dev/null +++ b/pix_core/e/question.svg @@ -0,0 +1,19 @@ + + + +]> + + + + + diff --git a/pix_core/e/redo.svg b/pix_core/e/redo.svg new file mode 100644 index 0000000..4991c68 --- /dev/null +++ b/pix_core/e/redo.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/remove_link.svg b/pix_core/e/remove_link.svg new file mode 100644 index 0000000..6f1c118 --- /dev/null +++ b/pix_core/e/remove_link.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/resize.svg b/pix_core/e/resize.svg new file mode 100644 index 0000000..5351f23 --- /dev/null +++ b/pix_core/e/resize.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/restore_draft.svg b/pix_core/e/restore_draft.svg new file mode 100644 index 0000000..8f2b175 --- /dev/null +++ b/pix_core/e/restore_draft.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/restore_last_draft.svg b/pix_core/e/restore_last_draft.svg new file mode 100644 index 0000000..41980ed --- /dev/null +++ b/pix_core/e/restore_last_draft.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/right_to_left.svg b/pix_core/e/right_to_left.svg new file mode 100644 index 0000000..2e758b8 --- /dev/null +++ b/pix_core/e/right_to_left.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/row_props.svg b/pix_core/e/row_props.svg new file mode 100644 index 0000000..9d9f972 --- /dev/null +++ b/pix_core/e/row_props.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/save.svg b/pix_core/e/save.svg new file mode 100644 index 0000000..1a2b6f3 --- /dev/null +++ b/pix_core/e/save.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/screenreader_helper.svg b/pix_core/e/screenreader_helper.svg new file mode 100644 index 0000000..94474c2 --- /dev/null +++ b/pix_core/e/screenreader_helper.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/search.svg b/pix_core/e/search.svg new file mode 100644 index 0000000..67ef23c --- /dev/null +++ b/pix_core/e/search.svg @@ -0,0 +1,20 @@ + + + +]> + + + + + diff --git a/pix_core/e/select_all.svg b/pix_core/e/select_all.svg new file mode 100644 index 0000000..e279501 --- /dev/null +++ b/pix_core/e/select_all.svg @@ -0,0 +1,27 @@ + + + +]> + + + + + diff --git a/pix_core/e/show_invisible_characters.svg b/pix_core/e/show_invisible_characters.svg new file mode 100644 index 0000000..a906203 --- /dev/null +++ b/pix_core/e/show_invisible_characters.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/source_code.svg b/pix_core/e/source_code.svg new file mode 100644 index 0000000..d23418d --- /dev/null +++ b/pix_core/e/source_code.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/special_character.svg b/pix_core/e/special_character.svg new file mode 100644 index 0000000..3b8036d --- /dev/null +++ b/pix_core/e/special_character.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/spellcheck.svg b/pix_core/e/spellcheck.svg new file mode 100644 index 0000000..df7a7fd --- /dev/null +++ b/pix_core/e/spellcheck.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/split_cells.svg b/pix_core/e/split_cells.svg new file mode 100644 index 0000000..cc62a80 --- /dev/null +++ b/pix_core/e/split_cells.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/strikethrough.svg b/pix_core/e/strikethrough.svg new file mode 100644 index 0000000..cbaba40 --- /dev/null +++ b/pix_core/e/strikethrough.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/styleprops.svg b/pix_core/e/styleprops.svg new file mode 100644 index 0000000..9ed20e0 --- /dev/null +++ b/pix_core/e/styleprops.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/e/subscript.svg b/pix_core/e/subscript.svg new file mode 100644 index 0000000..d0c6969 --- /dev/null +++ b/pix_core/e/subscript.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/superscript.svg b/pix_core/e/superscript.svg new file mode 100644 index 0000000..cf83de0 --- /dev/null +++ b/pix_core/e/superscript.svg @@ -0,0 +1,21 @@ + + + +]> + + + + + diff --git a/pix_core/e/table.svg b/pix_core/e/table.svg new file mode 100644 index 0000000..72ed165 --- /dev/null +++ b/pix_core/e/table.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/table_props.svg b/pix_core/e/table_props.svg new file mode 100644 index 0000000..e53186a --- /dev/null +++ b/pix_core/e/table_props.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/template.svg b/pix_core/e/template.svg new file mode 100644 index 0000000..7dcf788 --- /dev/null +++ b/pix_core/e/template.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/text_color.svg b/pix_core/e/text_color.svg new file mode 100644 index 0000000..54ae6c0 --- /dev/null +++ b/pix_core/e/text_color.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + + diff --git a/pix_core/e/text_color_picker.svg b/pix_core/e/text_color_picker.svg new file mode 100644 index 0000000..64fa3c1 --- /dev/null +++ b/pix_core/e/text_color_picker.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/text_highlight.svg b/pix_core/e/text_highlight.svg new file mode 100644 index 0000000..92fdedc --- /dev/null +++ b/pix_core/e/text_highlight.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + + diff --git a/pix_core/e/text_highlight_picker.svg b/pix_core/e/text_highlight_picker.svg new file mode 100644 index 0000000..b74b757 --- /dev/null +++ b/pix_core/e/text_highlight_picker.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/tick.svg b/pix_core/e/tick.svg new file mode 100644 index 0000000..9e8aef6 --- /dev/null +++ b/pix_core/e/tick.svg @@ -0,0 +1,13 @@ + + + +]> + + + + + diff --git a/pix_core/e/toggle_blockquote.svg b/pix_core/e/toggle_blockquote.svg new file mode 100644 index 0000000..c2ecb69 --- /dev/null +++ b/pix_core/e/toggle_blockquote.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/underline.svg b/pix_core/e/underline.svg new file mode 100644 index 0000000..92c196f --- /dev/null +++ b/pix_core/e/underline.svg @@ -0,0 +1,16 @@ + + + +]> + + + + + diff --git a/pix_core/e/undo.svg b/pix_core/e/undo.svg new file mode 100644 index 0000000..33ef818 --- /dev/null +++ b/pix_core/e/undo.svg @@ -0,0 +1,15 @@ + + + +]> + + + + + diff --git a/pix_core/e/visual_aid.svg b/pix_core/e/visual_aid.svg new file mode 100644 index 0000000..0d5546f --- /dev/null +++ b/pix_core/e/visual_aid.svg @@ -0,0 +1,14 @@ + + + +]> + + + + + diff --git a/pix_core/e/visual_blocks.svg b/pix_core/e/visual_blocks.svg new file mode 100644 index 0000000..3dbb028 --- /dev/null +++ b/pix_core/e/visual_blocks.svg @@ -0,0 +1,22 @@ + + + +]> + + + + + diff --git a/pix_core/g/f1.svg b/pix_core/g/f1.svg new file mode 100644 index 0000000..e468568 --- /dev/null +++ b/pix_core/g/f1.svg @@ -0,0 +1,55 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/g/f2.svg b/pix_core/g/f2.svg new file mode 100644 index 0000000..b67d409 --- /dev/null +++ b/pix_core/g/f2.svg @@ -0,0 +1,55 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/help.svg b/pix_core/help.svg new file mode 100644 index 0000000..37ee5e4 --- /dev/null +++ b/pix_core/help.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/agg_mean.svg b/pix_core/i/agg_mean.svg new file mode 100644 index 0000000..2e90ba4 --- /dev/null +++ b/pix_core/i/agg_mean.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/agg_sum.svg b/pix_core/i/agg_sum.svg new file mode 100644 index 0000000..43ed00f --- /dev/null +++ b/pix_core/i/agg_sum.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/assignroles.svg b/pix_core/i/assignroles.svg new file mode 100644 index 0000000..0baad82 --- /dev/null +++ b/pix_core/i/assignroles.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/backup.svg b/pix_core/i/backup.svg new file mode 100644 index 0000000..84dcb70 --- /dev/null +++ b/pix_core/i/backup.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/badge.svg b/pix_core/i/badge.svg new file mode 100644 index 0000000..349a93a --- /dev/null +++ b/pix_core/i/badge.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/calc.svg b/pix_core/i/calc.svg new file mode 100644 index 0000000..9ce75f8 --- /dev/null +++ b/pix_core/i/calc.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/calendar.svg b/pix_core/i/calendar.svg new file mode 100644 index 0000000..866e222 --- /dev/null +++ b/pix_core/i/calendar.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/caution.svg b/pix_core/i/caution.svg new file mode 100644 index 0000000..f951266 --- /dev/null +++ b/pix_core/i/caution.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/checkpermissions.svg b/pix_core/i/checkpermissions.svg new file mode 100644 index 0000000..283ebe3 --- /dev/null +++ b/pix_core/i/checkpermissions.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/cohort.svg b/pix_core/i/cohort.svg new file mode 100644 index 0000000..3f07b1f --- /dev/null +++ b/pix_core/i/cohort.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-auto-enabled.svg b/pix_core/i/completion-auto-enabled.svg new file mode 100644 index 0000000..440719c --- /dev/null +++ b/pix_core/i/completion-auto-enabled.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-auto-fail.svg b/pix_core/i/completion-auto-fail.svg new file mode 100644 index 0000000..615bf82 --- /dev/null +++ b/pix_core/i/completion-auto-fail.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-auto-n.svg b/pix_core/i/completion-auto-n.svg new file mode 100644 index 0000000..c250896 --- /dev/null +++ b/pix_core/i/completion-auto-n.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-auto-pass.svg b/pix_core/i/completion-auto-pass.svg new file mode 100644 index 0000000..90a6542 --- /dev/null +++ b/pix_core/i/completion-auto-pass.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-auto-y.svg b/pix_core/i/completion-auto-y.svg new file mode 100644 index 0000000..e2636b4 --- /dev/null +++ b/pix_core/i/completion-auto-y.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-manual-enabled.svg b/pix_core/i/completion-manual-enabled.svg new file mode 100644 index 0000000..c7fe788 --- /dev/null +++ b/pix_core/i/completion-manual-enabled.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-manual-n.svg b/pix_core/i/completion-manual-n.svg new file mode 100644 index 0000000..2068751 --- /dev/null +++ b/pix_core/i/completion-manual-n.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/completion-manual-y.svg b/pix_core/i/completion-manual-y.svg new file mode 100644 index 0000000..de3e010 --- /dev/null +++ b/pix_core/i/completion-manual-y.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/configlock.svg b/pix_core/i/configlock.svg new file mode 100644 index 0000000..8f780af --- /dev/null +++ b/pix_core/i/configlock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/course.svg b/pix_core/i/course.svg new file mode 100644 index 0000000..ce92e0b --- /dev/null +++ b/pix_core/i/course.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/courseevent.svg b/pix_core/i/courseevent.svg new file mode 100644 index 0000000..888815c --- /dev/null +++ b/pix_core/i/courseevent.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/db.svg b/pix_core/i/db.svg new file mode 100644 index 0000000..ef28979 --- /dev/null +++ b/pix_core/i/db.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/down.svg b/pix_core/i/down.svg new file mode 100644 index 0000000..1666171 --- /dev/null +++ b/pix_core/i/down.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/dragdrop.svg b/pix_core/i/dragdrop.svg new file mode 100644 index 0000000..a51c9f5 --- /dev/null +++ b/pix_core/i/dragdrop.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/edit.svg b/pix_core/i/edit.svg new file mode 100644 index 0000000..81b6247 --- /dev/null +++ b/pix_core/i/edit.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/enrolmentsuspended.svg b/pix_core/i/enrolmentsuspended.svg new file mode 100644 index 0000000..0018213 --- /dev/null +++ b/pix_core/i/enrolmentsuspended.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/enrolusers.svg b/pix_core/i/enrolusers.svg new file mode 100644 index 0000000..0baad82 --- /dev/null +++ b/pix_core/i/enrolusers.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/expired.svg b/pix_core/i/expired.svg new file mode 100644 index 0000000..f6ff8ad --- /dev/null +++ b/pix_core/i/expired.svg @@ -0,0 +1 @@ +Layer 1E X P I R E D \ No newline at end of file diff --git a/pix_core/i/export.svg b/pix_core/i/export.svg new file mode 100644 index 0000000..84dcb70 --- /dev/null +++ b/pix_core/i/export.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/files.svg b/pix_core/i/files.svg new file mode 100644 index 0000000..a43cc22 --- /dev/null +++ b/pix_core/i/files.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/filter.svg b/pix_core/i/filter.svg new file mode 100644 index 0000000..da2e718 --- /dev/null +++ b/pix_core/i/filter.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/folder.svg b/pix_core/i/folder.svg new file mode 100644 index 0000000..a43cc22 --- /dev/null +++ b/pix_core/i/folder.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/grade_correct.svg b/pix_core/i/grade_correct.svg new file mode 100644 index 0000000..331c40d --- /dev/null +++ b/pix_core/i/grade_correct.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/grade_incorrect.svg b/pix_core/i/grade_incorrect.svg new file mode 100644 index 0000000..47a7a22 --- /dev/null +++ b/pix_core/i/grade_incorrect.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/grade_partiallycorrect.svg b/pix_core/i/grade_partiallycorrect.svg new file mode 100644 index 0000000..f951266 --- /dev/null +++ b/pix_core/i/grade_partiallycorrect.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/grades.svg b/pix_core/i/grades.svg new file mode 100644 index 0000000..9cd53cb --- /dev/null +++ b/pix_core/i/grades.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/group.svg b/pix_core/i/group.svg new file mode 100644 index 0000000..84658b9 --- /dev/null +++ b/pix_core/i/group.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/groupevent.svg b/pix_core/i/groupevent.svg new file mode 100644 index 0000000..84658b9 --- /dev/null +++ b/pix_core/i/groupevent.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/groupn.svg b/pix_core/i/groupn.svg new file mode 100644 index 0000000..7e4af0f --- /dev/null +++ b/pix_core/i/groupn.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/groups.svg b/pix_core/i/groups.svg new file mode 100644 index 0000000..466b199 --- /dev/null +++ b/pix_core/i/groups.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/groupv.svg b/pix_core/i/groupv.svg new file mode 100644 index 0000000..84658b9 --- /dev/null +++ b/pix_core/i/groupv.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/hide.svg b/pix_core/i/hide.svg new file mode 100644 index 0000000..da65885 --- /dev/null +++ b/pix_core/i/hide.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/hierarchylock.svg b/pix_core/i/hierarchylock.svg new file mode 100644 index 0000000..f7719f0 --- /dev/null +++ b/pix_core/i/hierarchylock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/import.svg b/pix_core/i/import.svg new file mode 100644 index 0000000..d5b73c2 --- /dev/null +++ b/pix_core/i/import.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/info.svg b/pix_core/i/info.svg new file mode 100644 index 0000000..a0262c7 --- /dev/null +++ b/pix_core/i/info.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/invalid.svg b/pix_core/i/invalid.svg new file mode 100644 index 0000000..47a7a22 --- /dev/null +++ b/pix_core/i/invalid.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/item.svg b/pix_core/i/item.svg new file mode 100644 index 0000000..d8f0c18 --- /dev/null +++ b/pix_core/i/item.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/manual_item.svg b/pix_core/i/manual_item.svg new file mode 100644 index 0000000..8407130 --- /dev/null +++ b/pix_core/i/manual_item.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/marked.svg b/pix_core/i/marked.svg new file mode 100644 index 0000000..e042c1e --- /dev/null +++ b/pix_core/i/marked.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/marker.svg b/pix_core/i/marker.svg new file mode 100644 index 0000000..9822cf4 --- /dev/null +++ b/pix_core/i/marker.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/mnethost.svg b/pix_core/i/mnethost.svg new file mode 100644 index 0000000..3126d00 --- /dev/null +++ b/pix_core/i/mnethost.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/move_2d.svg b/pix_core/i/move_2d.svg new file mode 100644 index 0000000..1a1b290 --- /dev/null +++ b/pix_core/i/move_2d.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/navigationitem.svg b/pix_core/i/navigationitem.svg new file mode 100644 index 0000000..9b3ba6e --- /dev/null +++ b/pix_core/i/navigationitem.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/notifications_white.svg b/pix_core/i/notifications_white.svg new file mode 100644 index 0000000..7491d13 --- /dev/null +++ b/pix_core/i/notifications_white.svg @@ -0,0 +1,17 @@ + + + +]> + + + + + diff --git a/pix_core/i/outcomes.svg b/pix_core/i/outcomes.svg new file mode 100644 index 0000000..cc3a476 --- /dev/null +++ b/pix_core/i/outcomes.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/permissionlock.svg b/pix_core/i/permissionlock.svg new file mode 100644 index 0000000..6c69877 --- /dev/null +++ b/pix_core/i/permissionlock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/permissions.svg b/pix_core/i/permissions.svg new file mode 100644 index 0000000..12e47a6 --- /dev/null +++ b/pix_core/i/permissions.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/preview.svg b/pix_core/i/preview.svg new file mode 100644 index 0000000..65d7fe6 --- /dev/null +++ b/pix_core/i/preview.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/publish.svg b/pix_core/i/publish.svg new file mode 100644 index 0000000..0e9db00 --- /dev/null +++ b/pix_core/i/publish.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/reload.svg b/pix_core/i/reload.svg new file mode 100644 index 0000000..7f53559 --- /dev/null +++ b/pix_core/i/reload.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/report.svg b/pix_core/i/report.svg new file mode 100644 index 0000000..d365f95 --- /dev/null +++ b/pix_core/i/report.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/repository.svg b/pix_core/i/repository.svg new file mode 100644 index 0000000..ef28979 --- /dev/null +++ b/pix_core/i/repository.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/restore.svg b/pix_core/i/restore.svg new file mode 100644 index 0000000..d5b73c2 --- /dev/null +++ b/pix_core/i/restore.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/return.svg b/pix_core/i/return.svg new file mode 100644 index 0000000..abffa28 --- /dev/null +++ b/pix_core/i/return.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/risk_config.svg b/pix_core/i/risk_config.svg new file mode 100644 index 0000000..f033e50 --- /dev/null +++ b/pix_core/i/risk_config.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/risk_dataloss.svg b/pix_core/i/risk_dataloss.svg new file mode 100644 index 0000000..6d163a6 --- /dev/null +++ b/pix_core/i/risk_dataloss.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/risk_managetrust.svg b/pix_core/i/risk_managetrust.svg new file mode 100644 index 0000000..7d336ca --- /dev/null +++ b/pix_core/i/risk_managetrust.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/risk_personal.svg b/pix_core/i/risk_personal.svg new file mode 100644 index 0000000..d2e4c60 --- /dev/null +++ b/pix_core/i/risk_personal.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/risk_spam.svg b/pix_core/i/risk_spam.svg new file mode 100644 index 0000000..e13bd6d --- /dev/null +++ b/pix_core/i/risk_spam.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/risk_xss.svg b/pix_core/i/risk_xss.svg new file mode 100644 index 0000000..1646948 --- /dev/null +++ b/pix_core/i/risk_xss.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/rss.svg b/pix_core/i/rss.svg new file mode 100644 index 0000000..2cfa5c8 --- /dev/null +++ b/pix_core/i/rss.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/scales.svg b/pix_core/i/scales.svg new file mode 100644 index 0000000..7fdfc28 --- /dev/null +++ b/pix_core/i/scales.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/scheduled.svg b/pix_core/i/scheduled.svg new file mode 100644 index 0000000..d70c396 --- /dev/null +++ b/pix_core/i/scheduled.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/search.svg b/pix_core/i/search.svg new file mode 100644 index 0000000..65d7fe6 --- /dev/null +++ b/pix_core/i/search.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/settings.svg b/pix_core/i/settings.svg new file mode 100644 index 0000000..4d23ccc --- /dev/null +++ b/pix_core/i/settings.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/show.svg b/pix_core/i/show.svg new file mode 100644 index 0000000..86afb3a --- /dev/null +++ b/pix_core/i/show.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/siteevent.svg b/pix_core/i/siteevent.svg new file mode 100644 index 0000000..866e222 --- /dev/null +++ b/pix_core/i/siteevent.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/switchrole.svg b/pix_core/i/switchrole.svg new file mode 100644 index 0000000..7e4af0f --- /dev/null +++ b/pix_core/i/switchrole.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/test.svg b/pix_core/i/test.svg new file mode 100644 index 0000000..990ba17 --- /dev/null +++ b/pix_core/i/test.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pix_core/i/twoway.svg b/pix_core/i/twoway.svg new file mode 100644 index 0000000..b14e4f5 --- /dev/null +++ b/pix_core/i/twoway.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/up.svg b/pix_core/i/up.svg new file mode 100644 index 0000000..0a81c00 --- /dev/null +++ b/pix_core/i/up.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/user.svg b/pix_core/i/user.svg new file mode 100644 index 0000000..48dc957 --- /dev/null +++ b/pix_core/i/user.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/userevent.svg b/pix_core/i/userevent.svg new file mode 100644 index 0000000..7e4af0f --- /dev/null +++ b/pix_core/i/userevent.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/users.svg b/pix_core/i/users.svg new file mode 100644 index 0000000..84658b9 --- /dev/null +++ b/pix_core/i/users.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/valid.svg b/pix_core/i/valid.svg new file mode 100644 index 0000000..331c40d --- /dev/null +++ b/pix_core/i/valid.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/warning.svg b/pix_core/i/warning.svg new file mode 100644 index 0000000..b2e694d --- /dev/null +++ b/pix_core/i/warning.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/i/withsubcat.svg b/pix_core/i/withsubcat.svg new file mode 100644 index 0000000..15b763c --- /dev/null +++ b/pix_core/i/withsubcat.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/req.png b/pix_core/req.png new file mode 100644 index 0000000..3111358 Binary files /dev/null and b/pix_core/req.png differ diff --git a/pix_core/t/add.svg b/pix_core/t/add.svg new file mode 100644 index 0000000..ce33bd5 --- /dev/null +++ b/pix_core/t/add.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/addcontact.svg b/pix_core/t/addcontact.svg new file mode 100644 index 0000000..ce33bd5 --- /dev/null +++ b/pix_core/t/addcontact.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/approve.svg b/pix_core/t/approve.svg new file mode 100644 index 0000000..abfca22 --- /dev/null +++ b/pix_core/t/approve.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/assignroles.svg b/pix_core/t/assignroles.svg new file mode 100644 index 0000000..d462a6c --- /dev/null +++ b/pix_core/t/assignroles.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/award.svg b/pix_core/t/award.svg new file mode 100644 index 0000000..73deffe --- /dev/null +++ b/pix_core/t/award.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/backpack.svg b/pix_core/t/backpack.svg new file mode 100644 index 0000000..595edfa --- /dev/null +++ b/pix_core/t/backpack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pix_core/t/backup.svg b/pix_core/t/backup.svg new file mode 100644 index 0000000..925c969 --- /dev/null +++ b/pix_core/t/backup.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/block.svg b/pix_core/t/block.svg new file mode 100644 index 0000000..c63e22f --- /dev/null +++ b/pix_core/t/block.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/block_to_dock.svg b/pix_core/t/block_to_dock.svg new file mode 100644 index 0000000..3d5b5ee --- /dev/null +++ b/pix_core/t/block_to_dock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/block_to_dock_rtl.svg b/pix_core/t/block_to_dock_rtl.svg new file mode 100644 index 0000000..03976d4 --- /dev/null +++ b/pix_core/t/block_to_dock_rtl.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/calc.svg b/pix_core/t/calc.svg new file mode 100644 index 0000000..b598401 --- /dev/null +++ b/pix_core/t/calc.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/calc_off.svg b/pix_core/t/calc_off.svg new file mode 100644 index 0000000..bceaab5 --- /dev/null +++ b/pix_core/t/calc_off.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/check.svg b/pix_core/t/check.svg new file mode 100644 index 0000000..abfca22 --- /dev/null +++ b/pix_core/t/check.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/cohort.svg b/pix_core/t/cohort.svg new file mode 100644 index 0000000..746c165 --- /dev/null +++ b/pix_core/t/cohort.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/collapsed.svg b/pix_core/t/collapsed.svg new file mode 100644 index 0000000..b401568 --- /dev/null +++ b/pix_core/t/collapsed.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/collapsed_empty.svg b/pix_core/t/collapsed_empty.svg new file mode 100644 index 0000000..d40c2c4 --- /dev/null +++ b/pix_core/t/collapsed_empty.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/collapsed_empty_rtl.svg b/pix_core/t/collapsed_empty_rtl.svg new file mode 100644 index 0000000..e02e587 --- /dev/null +++ b/pix_core/t/collapsed_empty_rtl.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/collapsed_rtl.svg b/pix_core/t/collapsed_rtl.svg new file mode 100644 index 0000000..9a1e7a6 --- /dev/null +++ b/pix_core/t/collapsed_rtl.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/contextmenu.svg b/pix_core/t/contextmenu.svg new file mode 100644 index 0000000..b01a6a9 --- /dev/null +++ b/pix_core/t/contextmenu.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/copy.svg b/pix_core/t/copy.svg new file mode 100644 index 0000000..9aa433a --- /dev/null +++ b/pix_core/t/copy.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/delete.svg b/pix_core/t/delete.svg new file mode 100644 index 0000000..675524e --- /dev/null +++ b/pix_core/t/delete.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/dock_to_block.svg b/pix_core/t/dock_to_block.svg new file mode 100644 index 0000000..03976d4 --- /dev/null +++ b/pix_core/t/dock_to_block.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/dock_to_block_rtl.svg b/pix_core/t/dock_to_block_rtl.svg new file mode 100644 index 0000000..3d5b5ee --- /dev/null +++ b/pix_core/t/dock_to_block_rtl.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/dockclose.svg b/pix_core/t/dockclose.svg new file mode 100644 index 0000000..6c24e1d --- /dev/null +++ b/pix_core/t/dockclose.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/down.svg b/pix_core/t/down.svg new file mode 100644 index 0000000..482acb6 --- /dev/null +++ b/pix_core/t/down.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/download.svg b/pix_core/t/download.svg new file mode 100644 index 0000000..cdd2d06 --- /dev/null +++ b/pix_core/t/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pix_core/t/dropdown.svg b/pix_core/t/dropdown.svg new file mode 100644 index 0000000..a5060ff --- /dev/null +++ b/pix_core/t/dropdown.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/edit.svg b/pix_core/t/edit.svg new file mode 100644 index 0000000..cb57eda --- /dev/null +++ b/pix_core/t/edit.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/edit_menu.svg b/pix_core/t/edit_menu.svg new file mode 100644 index 0000000..72a7a90 --- /dev/null +++ b/pix_core/t/edit_menu.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/editstring.svg b/pix_core/t/editstring.svg new file mode 100644 index 0000000..a29ce10 --- /dev/null +++ b/pix_core/t/editstring.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/email.svg b/pix_core/t/email.svg new file mode 100644 index 0000000..1167f09 --- /dev/null +++ b/pix_core/t/email.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/emailno.svg b/pix_core/t/emailno.svg new file mode 100644 index 0000000..36599f9 --- /dev/null +++ b/pix_core/t/emailno.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/enrolusers.svg b/pix_core/t/enrolusers.svg new file mode 100644 index 0000000..d462a6c --- /dev/null +++ b/pix_core/t/enrolusers.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/expanded.svg b/pix_core/t/expanded.svg new file mode 100644 index 0000000..a5060ff --- /dev/null +++ b/pix_core/t/expanded.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/go.svg b/pix_core/t/go.svg new file mode 100644 index 0000000..bb8825a --- /dev/null +++ b/pix_core/t/go.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/grades.svg b/pix_core/t/grades.svg new file mode 100644 index 0000000..7df57c3 --- /dev/null +++ b/pix_core/t/grades.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/groupn.svg b/pix_core/t/groupn.svg new file mode 100644 index 0000000..36880a0 --- /dev/null +++ b/pix_core/t/groupn.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/groups.svg b/pix_core/t/groups.svg new file mode 100644 index 0000000..2f2a380 --- /dev/null +++ b/pix_core/t/groups.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/groupv.svg b/pix_core/t/groupv.svg new file mode 100644 index 0000000..48875c8 --- /dev/null +++ b/pix_core/t/groupv.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/hide.svg b/pix_core/t/hide.svg new file mode 100644 index 0000000..24c64a9 --- /dev/null +++ b/pix_core/t/hide.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/left.svg b/pix_core/t/left.svg new file mode 100644 index 0000000..b19c55e --- /dev/null +++ b/pix_core/t/left.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/less.svg b/pix_core/t/less.svg new file mode 100644 index 0000000..c7b8687 --- /dev/null +++ b/pix_core/t/less.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/lock.svg b/pix_core/t/lock.svg new file mode 100644 index 0000000..5e38b3e --- /dev/null +++ b/pix_core/t/lock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/locked.svg b/pix_core/t/locked.svg new file mode 100644 index 0000000..7ad6533 --- /dev/null +++ b/pix_core/t/locked.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/locktime.svg b/pix_core/t/locktime.svg new file mode 100644 index 0000000..1a4543d --- /dev/null +++ b/pix_core/t/locktime.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/markasread.svg b/pix_core/t/markasread.svg new file mode 100644 index 0000000..abfca22 --- /dev/null +++ b/pix_core/t/markasread.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/message.svg b/pix_core/t/message.svg new file mode 100644 index 0000000..fb74f28 --- /dev/null +++ b/pix_core/t/message.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/message_white.svg b/pix_core/t/message_white.svg new file mode 100644 index 0000000..ecffd3c --- /dev/null +++ b/pix_core/t/message_white.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/messages.svg b/pix_core/t/messages.svg new file mode 100644 index 0000000..2a9d272 --- /dev/null +++ b/pix_core/t/messages.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/more.svg b/pix_core/t/more.svg new file mode 100644 index 0000000..ce33bd5 --- /dev/null +++ b/pix_core/t/more.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/move.svg b/pix_core/t/move.svg new file mode 100644 index 0000000..a735e0b --- /dev/null +++ b/pix_core/t/move.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/portfolioadd.svg b/pix_core/t/portfolioadd.svg new file mode 100644 index 0000000..5402a15 --- /dev/null +++ b/pix_core/t/portfolioadd.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/preferences.svg b/pix_core/t/preferences.svg new file mode 100644 index 0000000..43da3cb --- /dev/null +++ b/pix_core/t/preferences.svg @@ -0,0 +1,18 @@ + + + +]> + + + + + diff --git a/pix_core/t/preview.svg b/pix_core/t/preview.svg new file mode 100644 index 0000000..7692680 --- /dev/null +++ b/pix_core/t/preview.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/print.svg b/pix_core/t/print.svg new file mode 100644 index 0000000..1214938 --- /dev/null +++ b/pix_core/t/print.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/removecontact.svg b/pix_core/t/removecontact.svg new file mode 100644 index 0000000..675524e --- /dev/null +++ b/pix_core/t/removecontact.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/restore.svg b/pix_core/t/restore.svg new file mode 100644 index 0000000..40e9be9 --- /dev/null +++ b/pix_core/t/restore.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/right.svg b/pix_core/t/right.svg new file mode 100644 index 0000000..af1fe6b --- /dev/null +++ b/pix_core/t/right.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/show.svg b/pix_core/t/show.svg new file mode 100644 index 0000000..7b59c81 --- /dev/null +++ b/pix_core/t/show.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/sort.svg b/pix_core/t/sort.svg new file mode 100644 index 0000000..3bbdaaa --- /dev/null +++ b/pix_core/t/sort.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/sort_asc.svg b/pix_core/t/sort_asc.svg new file mode 100644 index 0000000..ea22fe9 --- /dev/null +++ b/pix_core/t/sort_asc.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/sort_desc.svg b/pix_core/t/sort_desc.svg new file mode 100644 index 0000000..b8eee33 --- /dev/null +++ b/pix_core/t/sort_desc.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/stop.svg b/pix_core/t/stop.svg new file mode 100644 index 0000000..bb8825a --- /dev/null +++ b/pix_core/t/stop.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/switch_minus.svg b/pix_core/t/switch_minus.svg new file mode 100644 index 0000000..93a0966 --- /dev/null +++ b/pix_core/t/switch_minus.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/switch_plus.svg b/pix_core/t/switch_plus.svg new file mode 100644 index 0000000..7b54d7e --- /dev/null +++ b/pix_core/t/switch_plus.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/switch_whole.svg b/pix_core/t/switch_whole.svg new file mode 100644 index 0000000..a3a7e78 --- /dev/null +++ b/pix_core/t/switch_whole.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/unblock.svg b/pix_core/t/unblock.svg new file mode 100644 index 0000000..01162be --- /dev/null +++ b/pix_core/t/unblock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/unlock.svg b/pix_core/t/unlock.svg new file mode 100644 index 0000000..7ad6533 --- /dev/null +++ b/pix_core/t/unlock.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/unlocked.svg b/pix_core/t/unlocked.svg new file mode 100644 index 0000000..5e38b3e --- /dev/null +++ b/pix_core/t/unlocked.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/up.svg b/pix_core/t/up.svg new file mode 100644 index 0000000..509498d --- /dev/null +++ b/pix_core/t/up.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/t/user.svg b/pix_core/t/user.svg new file mode 100644 index 0000000..36880a0 --- /dev/null +++ b/pix_core/t/user.svg @@ -0,0 +1,3 @@ + +]> \ No newline at end of file diff --git a/pix_core/u/f1.svg b/pix_core/u/f1.svg new file mode 100644 index 0000000..d941b0e --- /dev/null +++ b/pix_core/u/f1.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/u/f2.svg b/pix_core/u/f2.svg new file mode 100644 index 0000000..c93aaeb --- /dev/null +++ b/pix_core/u/f2.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/u/f2_white.svg b/pix_core/u/f2_white.svg new file mode 100644 index 0000000..b5ec308 --- /dev/null +++ b/pix_core/u/f2_white.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/u/f3.svg b/pix_core/u/f3.svg new file mode 100644 index 0000000..0aa3ec0 --- /dev/null +++ b/pix_core/u/f3.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/u/user100.svg b/pix_core/u/user100.svg new file mode 100644 index 0000000..d941b0e --- /dev/null +++ b/pix_core/u/user100.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/pix_core/u/user35.svg b/pix_core/u/user35.svg new file mode 100644 index 0000000..c93aaeb --- /dev/null +++ b/pix_core/u/user35.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + diff --git a/renderers.php b/renderers.php new file mode 100644 index 0000000..9257d47 --- /dev/null +++ b/renderers.php @@ -0,0 +1,27 @@ +. + +/** + * Renderer file required. + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +defined('MOODLE_INTERNAL') || die(); + +require_once('renderers/core_renderer.php'); +require_once('renderers/course_renderer.php'); diff --git a/renderers/core_renderer.php b/renderers/core_renderer.php new file mode 100644 index 0000000..3ca05f6 --- /dev/null +++ b/renderers/core_renderer.php @@ -0,0 +1,188 @@ +. + +/** + * renderers/core_renderer.php + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +/** + * qualisaude core renderer renderer from the moodle core renderer + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +class theme_qualisaude_core_renderer extends theme_boost\output\core_renderer { + /** + * Custom menu in header. + * @param custom_menu $menu + * @return type + */ + public function custom_menu_render(custom_menu $menu) { + global $CFG; + + $langs = get_string_manager()->get_list_of_translations(); + $haslangmenu = $this->lang_menu() != ''; + + if (!$menu->has_children() && !$haslangmenu) { + return ''; + } + + $content = ''; + foreach ($menu->get_children() as $item) { + $context = $item->export_for_template($this); + $content .= $this->render_from_template('theme_qualisaude/custom_menu_item', $context); + } + + return $content; + } + + + /** + * Extract first image from html + * + * @param string $html (must be well formed) + * @return array | bool (false) + */ + public static function extract_first_image($html) { + $doc = new \DOMDocument(); + libxml_use_internal_errors(true); // Required for HTML5. + $doc->loadHTML($html); + libxml_clear_errors(); // Required for HTML5. + $imagetags = $doc->getElementsByTagName('img'); + if ($imagetags->item(0)) { + $src = $imagetags->item(0)->getAttribute('src'); + $alt = $imagetags->item(0)->getAttribute('alt'); + return array('src' => $src, 'alt' => $alt); + } else { + return false; + } + } + + /** + * Alternative rendering of front page news, called from layout/faux_site_index.php which + * replaces the standard news output with this. + * + * @return string + */ + public function site_frontpage_news() { + global $CFG, $SITE; + + require_once($CFG->dirroot.'/mod/forum/lib.php'); + + if (!$forum = forum_get_course_forum($SITE->id, 'news')) { + print_error('cannotfindorcreateforum', 'forum'); + } + + $cm = get_coursemodule_from_instance('forum', $forum->id, $SITE->id, false, MUST_EXIST); + $context = \context_module::instance($cm->id, MUST_EXIST); + + $output = html_writer::start_tag('div', array('id' => 'site-news-forum', 'class' => 'clearfix')); + $output .= $this->heading(format_string('Notícias', true, array('context' => $context))); + + $groupmode = groups_get_activity_groupmode($cm, $SITE); + $currentgroup = groups_get_activity_group($cm); + + if (!$discussions = forum_get_discussions($cm, + 'p.modified DESC', true, null, $SITE->newsitems, false, -1, $SITE->newsitems)) { + $output .= html_writer::tag('div', '('.get_string('nonews', 'forum').')', array('class' => 'forumnodiscuss')); + + if (forum_user_can_post_discussion($forum, $currentgroup, $groupmode, $cm, $context)) { + $output .= html_writer::link( + new moodle_url('/mod/forum/post.php', array('forum' => $forum->id)), + 'Adicionar notícia', + array('class' => 'btn btn-primary') + ); + } else { + // No news and user cannot edit, so return nothing. + return 'Nenhuma notícia cadastrada'; + } + + return $output.'
    '; + } + + $output .= html_writer::start_div('', array('id' => 'news-articles')); + foreach ($discussions as $discussion) { + if (!forum_user_can_see_discussion($forum, $discussion, $context)) { + continue; + } + $message = file_rewrite_pluginfile_urls($discussion->message, + 'pluginfile.php', $context->id, 'mod_forum', 'post', $discussion->id); + + $imagestyle = ''; + + $imgarr = $this->extract_first_image($message); + if ($imgarr) { + $imageurl = s($imgarr['src']); + $imagestyle = " style=\"background-image:url('$imageurl')\""; + } + + $name = format_string($discussion->name, true, array('context' => $context)); + $date = userdate($discussion->timemodified, get_string('strftimedatetime', 'langconfig')); + + $message = format_text($message, $discussion->messageformat, ['context' => $context]); + + $readmorebtn = "Saiba mais"; + + $preview = ''; + $newsimage = ''; + if (!$imagestyle) { + $preview = html_to_text($message, 0, false); + $preview = "

    ".shorten_text($preview, 200)."

    "; +// $preview .= "

    ".$readmorebtn."

    "; + $preview .= "
    "; + } else { + $newsimage = '
    '; + } + $close = get_string('closebuttontitle', 'moodle'); + $output .= << +
    +
    +

    {$name}

    +
    +
    + {$preview} + +
    +HTML; + } +// $actionlinks = html_writer::link( +// new moodle_url('/mod/forum/view.php', array('id' => $cm->id)), +// 'Mais notícias', +// array('class' => 'btn btn-secondary') +// ); +// if (forum_user_can_post_discussion($forum, $currentgroup, $groupmode, $cm, $context)) { +// $actionlinks .= html_writer::link( +// new moodle_url('/mod/forum/post.php', array('forum' => $forum->id)), +// 'Nova notícia', +// array('class' => 'btn btn-primary') +// ); +// } + $output .= html_writer::end_div(); +// $output .= "
    $actionlinks
    "; + $output .= html_writer::end_tag('div'); + + return $output; + } + + +} diff --git a/renderers/course_renderer.php b/renderers/course_renderer.php new file mode 100644 index 0000000..3727d5c --- /dev/null +++ b/renderers/course_renderer.php @@ -0,0 +1,153 @@ +. + + +/** + * renderers/course_renderer.php + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +require_once($CFG->dirroot . "/course/renderer.php"); + +use core_completion\progress; + +/** + * qualisaude core course renderer renderer from the moodle core course renderer + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +class theme_qualisaude_core_course_renderer extends core_course_renderer { + + public function getProgress($course){ + global $USER; + + if (empty($userid)) { + $userid = $USER->id; + } + + $percentage = progress::get_course_progress_percentage($course); + if(!$percentage){ + $percentage=0; + } + + $completion = new \completion_info($course); + $modules = $completion->get_activities(); + $count = count($modules); + if (!$count) { + $count=0; + } + + $completed = 0; + foreach ($modules as $module) { + $data = $completion->get_data($module, false, $userid); + $completed += $data->completionstate == COMPLETION_INCOMPLETE ? 0 : 1; + } + + $content = "
    "; + $content .= " "; + $content .= "
    "; + $content .= "
    "; + $content .= "
    "; + $content .= "
    "; + + return $content; + + } + + /** + * Overrite the course box. + * @param coursecat_helper $chelper + * @param type|array $course + * @param type|string $additionalclasses + * @return type + */ + protected function coursecat_coursebox(coursecat_helper $chelper, $course, $additionalclasses = '') { + global $CFG; + if (!isset($this->strings->summary)) { + $this->strings->summary = get_string('summary'); + } + if ($chelper->get_show_courses() <= self::COURSECAT_SHOW_COURSES_COUNT) { + return ''; + } + if ($course instanceof stdClass) { + require_once($CFG->libdir. '/coursecatlib.php'); + $course = new course_in_list($course); + } + $content = ''; + $classes = trim('coursebox clearfix '. $additionalclasses); + if ($chelper->get_show_courses() >= self::COURSECAT_SHOW_COURSES_EXPANDED) { + $nametag = 'h3'; + } else { + $classes .= ' collapsed'; + $nametag = 'div'; + } + + // Coursebox. + $content .= html_writer::start_tag('div', array( + 'class' => $classes, + 'data-courseid' => $course->id, + 'data-type' => self::COURSECAT_TYPE_COURSE, + )); + + $content .= html_writer::start_tag('div', array('class' => 'info')); + + // Course name. + $coursename = $chelper->get_course_formatted_name($course); + $coursenamelink = html_writer::link(new moodle_url('/course/view.php', array('id' => $course->id)), + $coursename, array('class' => $course->visible ? '' : 'dimmed')); + $content .= html_writer::tag($nametag, $coursenamelink, array('class' => 'coursename')); + // If we display course in collapsed form but the course has summary or course contacts, display the link to the info page. + $content .= html_writer::start_tag('div', array('class' => 'moreinfo')); + if ($chelper->get_show_courses() < self::COURSECAT_SHOW_COURSES_EXPANDED) { + if ($course->has_summary() || $course->has_course_contacts() || $course->has_course_overviewfiles()) { + $url = new moodle_url('/course/info.php', array('id' => $course->id)); + $image = html_writer::empty_tag('img', array('src' => $this->output->image_url('i/info'), + 'alt' => $this->strings->summary)); + $content .= html_writer::link($url, $image, array('title' => $this->strings->summary)); + // Make sure JS file to expand course content is included. + $this->coursecat_include_js(); + } + } + $content .= html_writer::end_tag('div'); // Moreinfo. + + // Print enrolmenticons. + if ($icons = enrol_get_course_info_icons($course)) { + $content .= html_writer::start_tag('div', array('class' => 'enrolmenticons')); + foreach ($icons as $pixicon) { + $content .= $this->render($pixicon); + } + $content .= html_writer::end_tag('div'); // Enrolmenticons. + } + + $content .= html_writer::end_tag('div'); // Info. + + if (empty($course->get_course_overviewfiles())) { + $class = "content-block"; + } else { + $class = ""; + } + $content .= html_writer::start_tag('div', array('class' => 'content '.$class)); + $content .= $this->coursecat_coursebox_content($chelper, $course); + $content .= html_writer::end_tag('div'); // Content. + $content .= html_writer::end_tag('div'); // Coursebox. + return $content; + } +} diff --git a/scss/preset/custom.scss b/scss/preset/custom.scss new file mode 100644 index 0000000..d453685 --- /dev/null +++ b/scss/preset/custom.scss @@ -0,0 +1,154 @@ + +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1280px) { + .container { + width: 1280px !important; + } +} + +/* ######################## Capa ########################## */ + +section#inicial{ + padding: 10px 0 0 0; + min-height: 860px; + background-repeat: repeat-x; + background-position: 50% top; + section#logos{ + width: 1280px; + margin-top: 30px; + .logo-capa{ + max-height: 60px; + } + .menu-principal{ + li{ + a { + margin: 0 10px; + color: #fff; + font-size: 16px; + text-transform: uppercase; + } + } + } + } + #content-stage{ + section#formulario{ + margin: 230px 0 0 0; + .box-login-capa{ + padding: 40px; + margin-top: -40px; + background-color: #003D6F; + border-radius: 12px; + h2{ + font-weight: 700; + font-size: 32px; + color: #fff; + margin-bottom: 15px; + } + form{ + text-align: -webkit-center; + } + } + h3.showcase { + font-weight: 300; + font-size: 28px; + color: #fff; + margin-bottom: 5px; + //letter-spacing: 2px; + strong { + //color:#ffa600; + } + } + h1.showcase{ + font-weight: 900; + font-size: 48px; + color: #fff; + } + p { + color: #fff; + font-weight: 100; + font-size: 18px; + text-align: center; + } + input { + border-radius: 23px; + margin: 4px 0 0 0; + font-size: 16px; + font-weight: 300; + color: #fff; + background-color: transparent; + height: 45px; + padding: 10px 15px 10px 15px; + } + input::-webkit-input-placeholder { + /* Chrome/Opera/Safari */ + color: #fff; + font-size: 16px; + } + input::-moz-placeholder { + /* Firefox 19+ */ + color: #fff; + font-size: 16px; + } + input:-ms-input-placeholder { + /* IE 10+ */ + color: #fff; + font-size: 16px; + } + input:-moz-placeholder { + /* Firefox 18- */ + color: #fff; + font-size: 16px; + } + button { + width: 100%; + margin: 4px 0 0 0; + background-color: #EA902E; + font-weight: 400; + font-size: 14px; + color: #ffffff; + -moz-transition: .1s ease-in; + -o-transition: .1s ease-in; + -webkit-transition: .1s ease-in; + border-radius: 23px; + height: 45px; + padding: 10px 15px 10px 15px; + float: right; + } + button:hover{ + background-color: rgba(255, 166, 0, 1); + } + .recovery { + float: left; + color: #fff; + margin-top: 10px; + margin-left: 20px; + font-size: 14px; + } + .rememberpass{ + color: #fff; + #rememberusername{ + margin: 0 5px 6px 10px; + } + } + a.btn-default { + width: 100%; + margin: 4px 0 0 0; + border-radius: 0; + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 11px; + color: #000; + } + } + } +} + diff --git a/scss/preset/theme.scss b/scss/preset/theme.scss new file mode 100644 index 0000000..04a6bb6 --- /dev/null +++ b/scss/preset/theme.scss @@ -0,0 +1,4731 @@ +//colors +$color_olivine_approx: #6482c1; +$white: #fff; +$color_storm_dust_approx: #656565; +$blaze_orange: #f60; +$color_ebb_approx: #e8e3e3; +$color_woodsmoke_approx: #111; +$color_alto_approx: #dedede; +$color_asparagus_approx: #689f59; +$color_gray_approx: #828282; +$color_blaze_orange_approx: #ff6c00; +$color_silver_chalice_approx: #b0b0b0; +$black_20: rgba(0, 0, 0, 0.2); +$black_90: rgba(0, 0, 0, .9); +$black_80: rgba(0, 0, 0, .8); +$color_heavy_metal_approx: #2d2d2d; +$color_danube_approx: #5a7ec9; +$color_cardinal_approx: #cd2129; +$color_scooter_approx: #2caae1; +$color_valencia_approx: #dd4b39; +$color_rangoon_green_approx: #191919; +$color_gunsmoke_approx: #858585; +$color_iron_approx: #d6d6d6; +$color_chicago_approx: #5c5c5c; +$color_olivine_50_approx: rgba(136, 183, 123, .5); +$black_7_5: rgba(0, 0, 0, 0.075); +$color_tea_green_approx: rgba(205, 255, 191, 1); +$color_fuscous_gray_approx: #4f4f4f; +$color_gray_nurse_approx: #e9e9e9; +$color_bon_jour_approx: #e2e2e2; +$color_alabaster_approx: #f9f9f9; +$color_stack_approx: #8e8d8d; +$color_quill_gray_approx: #d5d5d5; +$color_celeste_approx: #ccc; +$color_boston_blue_approx: #3a87ad; +$color_link_water_approx: #d9edf7; +$color_charlotte_approx: #bce8f1; +$color_black_haze_approx: #f7f7f7; +$concrete: #f2f2f2; +$color_cedar_approx: #3e1a1a; +$color_trendy_pink_approx: #8e558e; +$color_monatana: #373a3c; +$color_whisper: #e6e6e6; +$color_light_gray: #f8f9fa; + +//fonts +$font_0: Century Gothic; +$font_1: Arial; +$font_2: Helvetica; +$font_3: sans-serif; +$font_4: FontAwesome; +$fontwww: '/fonts/' !default; + + +//urls +$url_0: url([[pix:theme|img-nav_divider]]); +$url_1: url([[pix:theme|bg-carousel-control]]); +$url_2: url([[pix:theme|svg_grey/t/collapsed_empty]]); +$url_3: url([[pix:theme|svg_grey/t/collapsed_empty_rtl]]); +$url_4: url([[pix:theme|svg_grey/t/expanded]]); +$url_5: url([[pix:theme|svg_grey/t/collapsed]]); +$url_6: url([[pix:theme|svg_grey/t/collapsed_rtl]]); +$url_7: url([[pix:theme|theme_t/collapsed_empty]]); +$url_8: url([[pix:theme|theme_t/collapsed_empty_rtl]]); +$url_9: url([[pix:theme|theme_t/expanded]]); +$url_10: url([[pix:theme|theme_t/collapsed]]); +$url_11: url([[pix:theme|theme_t/collapsed_rtl]]); +$url_12: url([[pix:theme|ic-search]]); + + +@import "../../qualisaude/scss/preset/custom"; + +//@extend-elements +//original selectors +//h1, h2, h3, h4, h5, h6 +%extend_1 { + font-weight: normal; + font-family: $font_0, $font_1, $font_2, $font_3; + color: $blaze_orange; +} + +//original selectors +//.moodle-actionmenu[data-enhanced].show .menu a:hover, .moodle-actionmenu[data-enhanced].show .menu a:focus +%extend_2 { + color: $color_woodsmoke_approx; + background: $color_alto_approx; + border-radius: 0; + text-decoration: none; + outline: 0; +} + + +body { + font-family: $font_0, $font_1, $font_2, $font_3; + color: $color_storm_dust_approx; + padding-top: 0; + background: $white; +} + + +/* +* estilo da pagina de login +*/ +body#page-login-index { + background: url([[pix:theme|bg/bg-login]]) center top no-repeat; + background-size: 100%; + background-position-y: 0px; +} +body#page-login-index nav#header { + border: 0; + box-shadow: none; +} +body#page-login-index #page-wrapper #page #page-content section#region-main { + overflow-x: hidden; + margin: 0 0 100px 0; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card { + background-color: transparent; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card h2.card-header { + background-color: transparent; + border-bottom: 0; + color: #fec111; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body { + /*font-size: 0.7375rem;*/ + font-size: 18px; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body .form-control { + height: 43px; + border-radius: 20px; + font-size: 1.2375rem; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body .form-control::placeholder { + color: #000; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body .rememberpass label, +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body .forgetpass a { + font-size: 16px; + color: #fff; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body .rememberpass a.esqueceu-a-senha { + font-size: 16px; + float: right; + color: #fff; + font-style: italic; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body button#loginbtn { + border-radius: 20px; + background: #91288d; + -webkit-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body button#loginbtn:hover { + background-color: rgba(255, 166, 0, 1); + -webkit-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +body#page-login-index #page-wrapper #page #page-content section#region-main .card .card-body form#guestlogin button { + /*font-size: 0.7rem;*/ + font-size: 18px; + padding: 0; + border-radius: 20px; + /*height: 30px; + width: 60%;*/ +} +body#page-login-index #footer .footer-bootom { + display: flex; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} +/**************************/ + +.message-drawer { + top: 85px; +} +.container { + max-width: 1270px; +} +h1 { + @extend %extend_1; +} +h2 { + @extend %extend_1; +} +h3 { + @extend %extend_1; +} +h4 { + @extend %extend_1; +} +h5 { + @extend %extend_1; +} +h6 { + @extend %extend_1; +} +a { + color: $blaze_orange; + &:hover { + color: $blaze_orange; + outline: none; + } + &:active { + color: $blaze_orange; + outline: none; + } + &:focus { + color: $blaze_orange; + outline: none; + } + &:first-of-type > .icon { + margin-left: 0; + } + span:first-of-type > .icon { + margin-left: 0; + } +} +li.nav-item { + list-style: none; +} +.dropdown-menu { + padding: 0; + border-color: $color_ebb_approx; + border-radius: 0; + > li > a { + &:hover { + color: $color_woodsmoke_approx; + background: $color_alto_approx; + } + &:focus { + color: $color_woodsmoke_approx; + background: $color_alto_approx; + } + } +} +.dropdown-submenu { + &:hover > a { + color: $color_woodsmoke_approx; + background: $color_alto_approx; + } + &:focus > a { + color: $color_woodsmoke_approx; + background: $color_alto_approx; + } +} +.btn { + height: 40px; + outline: none; + line-height: 1.25; + &.btn-link { + height: auto; + i:before { + color: $color_olivine_approx; + } + } + &[role="button"] { + height: auto; + } + &.btn-secondary:disabled:hover { + color: $color_chicago_approx; + background-color: $color_celeste_approx; + } + &.btn-secondary:disabled:focus { + color: $color_chicago_approx; + background-color: $color_celeste_approx; + } +} +.btn-group .btn { + height: auto; + padding: 8px; +} +*:focus { + outline: none; +} +.btn:focus { + outline: none; +} +a:focus { + outline: none; +} +i.icon { + font-size: 16px; + color: $color_olivine_approx; +} + +#header { + border-bottom: 1px solid $color_ebb_approx; + background: #fff!important; + max-height: 85px; + height: 85px; + box-shadow: none; + .popover-region { + margin-top: 5px; + i.icon:before { + color: #919191; + } + } + .right-menu .usermenu { + float: right; + } + .navbar-light .navbar-nav .nav-item + .nav-item { + margin-right: 0; + } + .nav.navbar-nav { + .search-input-wrapper { + padding: 0; + > div i.icon { + color: #919191; + margin-top: 8px; + } + > form { + margin-bottom: 0; + } + } + li.nav-item { + float: left; + margin: 0 6px; + + .popover-region { + .nav-link { + margin-top: 12px; + } + } + } + .userbutton { + margin: 0; + .avatars { + margin: 0; + .avatar { + margin: 0; + img.userpicture { + margin: 0; + } + } + } + } + span { + color: #919191; + display: inline-block; + margin-right: 5px; + i { + margin-right: 5px; + } + a { + color: #919191; + display: inline-block; + } + } + } + .address-head { + margin-top: 5px; + &.empty-address { + display: none; + } + } + > div.navbar-nav{ + width: 90%; + margin: auto; + margin-top: 0; + margin-bottom: 0; + ul.menu-topo-logado{ + list-style: none; + padding: 0; + margin: 14px 0 0 0; + li{ + float: left; + margin: 0 32px 0 0; + a{ + font-size: 18px; + color: #919191; + } + } + } + + } + .navbar-nav { + button { + &.btn { + width: 50px; + height: 30px; + padding: 0; + background: none; + border: 0; + outline: none; + &:hover { + background: none; + } + &:focus { + box-shadow: none; + &:active { + box-shadow: none; + background: none !important; + } + } + i { + display: none; + } + span { + &:nth-child(2) { + display: none; + } + &:nth-child(3) { + margin-top: 0; + } + } + > span { + width: 27px; + height: 3px; + background: #919191; + display: block; + margin: 5px auto 0; + &:first-child { + margin-top: 0; + top: 13px; + transition: all 0.5s ease 0s; + } + &:last-child { + transition: all 0.5s ease 0s; + } + } + } + &.is-active { + position: relative; + > span { + position: absolute; + top: 8px; + left: 6px; + transform: rotate(45deg); + transition: all 0.5s ease 0s; + &:last-child { + transform: rotate(-45deg); + transition: all 0.5s ease 0s; + } + &:nth-child(3) { + top: 13px; + } + } + } + } + .nav-link { + padding-top: 0; + padding-left: 0; + padding-right: 0; + margin-top: 12px; + } + .logo{ + img{ + max-height: none; + } + } + } + .usermenu { + .login { + color: #fff; + a { + color: #fff; + } + } + a.dropdown-toggle { + color: $white; + } + .dropdown .dropdown-menu { + top: auto; + a { + i { + margin-right: 5px; + } + &:hover { + background: $color_alto_approx; + } + } + } + .moodle-actionmenu{ + .userbutton{ + .usertext{ + border: 1px solid #9aafd9; + padding: 5px 10px; + border-radius: 15px; + color: #9aafd9; + font-size: .7675rem; + } + } + } + .moodle-actionmenu .toggle-display .userbutton { + .usertext { + font-size: 16px; + color: $white; + } + .avatars { + width: 35px; + height: 35px; + background: $white; + border: 1px solid $white; + border-radius: 18px; + .avatar { + border-radius: 18px; + } + img { + border-radius: 18px; + } + } + } + } + .header-top { + background: $color_olivine_approx; + .navbar { + margin-bottom: 0; + .btn-navbar { + background: none; + padding: 10px; + border: 0; + box-shadow: none; + margin-bottom: 4px; + .icon-bar { + width: 30px; + height: 4px; + border-radius: 0; + box-shadow: none; + } + } + .brand { + display: none; + } + .nav { + .dropdown-menu::before { + border: 0; + } + .dropdown-menu::after { + border: 0; + } + .dropdown-menu { + background: $color_asparagus_approx; + padding: 0; + border: 0; + border-radius: 0; + box-shadow: none; + margin: 0; + li { + background: none; + padding: 0; + } + > li > a { + font-size: 16px; + color: $white; + line-height: 34px; + padding: 0 30px 0 20px; + &:hover { + background: $color_olivine_approx; + } + &:focus { + background: $color_olivine_approx; + } + } + } + .dropdown-submenu { + > a::after { + border-top-color: $white; + margin-top: 15px; + } + &:hover > a { + background: $color_olivine_approx; + } + &:focus > a { + background: $color_olivine_approx; + } + > a:after { + border-color: transparent $white; + } + } + li.dropdown { + &.open { + > .dropdown-toggle { + background: $color_asparagus_approx; + } + &.active > .dropdown-toggle { + background: $color_asparagus_approx; + } + } + > .dropdown-toggle .caret { + border-bottom-color: $white; + border-top-color: $white; + margin-left: 4px; + vertical-align: middle; + margin-top: 0; + } + &.active > .dropdown-toggle { + background: $color_asparagus_approx; + } + } + > li > a { + font-size: 16px; + color: $white; + line-height: 20px; + text-shadow: none; + &:hover { + background: $color_asparagus_approx; + } + &:focus { + background: $color_asparagus_approx; + } + } + > .active > a { + background: none; + box-shadow: none; + &:hover { + background: none; + box-shadow: none; + } + &:focus { + background: none; + box-shadow: none; + } + } + } + .nav-collapse.active { + border-top-color: $color_asparagus_approx; + } + } + .navbar-inner { + min-height: 10px; + background: none; + padding-right: 0; + padding-left: 0; + border: 0; + border-radius: 0; + box-shadow: none; + } + } + nav.nav { + a.nav-link { + color: $white; + padding-left: 10px; + padding-right: 10px; + &:hover { + background: $color_asparagus_approx; + } + &:focus { + background: $color_asparagus_approx; + } + } + .nav-item { + margin-left: 0; + } + } + .nav .dropdown .dropdown-menu { + a.dropdown-item { + background: none; + border-bottom: 1px solid $color_bon_jour_approx; + padding-top: 8px; + padding-bottom: 8px; + &:hover { + color: $white; + background: $color_alto_approx; + } + &:focus { + color: $white; + background: $color_alto_approx; + } + span { + color: $color_storm_dust_approx; + } + &:last-child { + border-bottom: 0; + } + } + .dropdown-divider { + margin: 0; + border: 0; + } + } +} +.dir-rtl { + .header-main { + .infoarea span { + + span { + margin-right: 7px; + } + i { + margin-left: 5px; + } + } + .row-fluid [class*="span"] { + *margin-right: 2.074468085106383%; + } + .navbar-toggleable-md .infoarea .dropdown .dropdown-menu { + left: 0; + right: auto; + a.nav-item.nav-link { + padding-left: 20px; + padding-right: 40px; + } + } + } + .carousel-control { + &.left:before { + content: '\f105'; + font-family: 'fontawesome'; + font-size: 30px; + color: #fff; + display: inline-block; + margin-top: 0; + } + &.right:after { + content: '\f104'; + font-family: 'fontawesome'; + font-size: 30px; + color: #fff; + display: inline-block; + margin-top: 0; + } + } + .carousel-indicators { + margin-left: 0; + margin-right: -30%; + left: auto; + right: 50%; + } + .form-buttons { + background: none; + border-top: 0; + } + #fitem_id_submitbutton { + background: none; + border-top: 0; + } + #fgroup_id_buttonar { + background: none; + border-top: 0; + } + &.jsenabled { + .block_navigation .block_tree .collapsed .tree_item.branch { + background-position: right 5px; + } + .block_settings .block_tree .collapsed .tree_item.branch { + background-position: right 5px; + } + } + .course_category_tree { + .category { + > .info > .categoryname { + padding: 13px 28px 13px 18px; + margin: 0 18px 0 0; + background-image: $url_8; + } + &.with_children.collapsed > .info > .categoryname { + background-image: $url_11; + } + } + &.frontpage-category-names .category { + > .info > .categoryname { + padding: 14px 20px 14px 6px; + background-image: $url_3; + } + &.with_children.collapsed > .info > .categoryname { + background-image: $url_6; + } + } + } + .mform { + fieldset.collapsible legend a.fheader { + padding-right: 22px; + margin-right: 0; + } + .fpassword .unmask { + margin-right: 12px; + label { + padding: 0 7px 0 0; + } + } + .fdescription.required { + margin: 0; + text-align: left; + margin-left: 0; + } + .fitem .felement { + margin-left: 0; + } + } + .coursebox { + .info { + .moreinfo { + left: 0; + } + } + .content { + .teachers { + float: none; + width: auto; + padding: 5px; + margin: 0; + clear: none; + border: 1px solid $color_celeste_approx; + padding-left: 0; + padding-right: 20px; + margin-left: 0; + margin-right: 200px; + margin-top: 20px; + } + .courseimage { + float: none; + width: auto; + padding: 5px; + margin: 0; + clear: none; + border: 1px solid $color_celeste_approx; + position: absolute; + top: 10px; + } + .coursefile { + float: none; + width: auto; + padding: 5px; + margin: 0; + clear: none; + border: 1px solid $color_celeste_approx; + position: absolute; + top: 20px; + } + .summary { + padding: 0 130px 0 0; + } + .coursecat { + padding: 0 130px 0 0; + } + } + > .info > .coursename a { + padding-right: 30px; + background-position: right 7px; + } + } + select[multiple] { + width: 100%; + max-width: 220px; + } + select[size] { + width: 100%; + max-width: 220px; + } + .comment-delete { + margin: 0.3em 10px; + } + .form-item { + .form-setting { + margin-left: 0; + } + .form-description { + margin-left: 0; + } + } + #header .header-top .navbar .nav { + .dropdown-menu > li > a { + padding: 0 20px 0 30px; + } + .dropdown-submenu > a::after { + border-left-color: transparent; + border-right-color: $white; + } + } + #footer .social-media ul li { + float: right; + + li { + margin: 0 12px 0 0; + } + } + table#form td.submit { + background: none; + border-top: 0; + } + .path-admin .buttons { + background: none; + border-top: 0; + } + .fp-content-center form + div { + background: none; + border-top: 0; + } + div.backup-section + form { + background: none; + border-top: 0; + } + .block_navigation .block_tree { + .depth_1 { + > ul { + margin-right: 0; + } + > .tree_item.branch { + padding-right: 0; + } + } + .tree_item.branch { + background-position: right 5px; + } + } + .block_settings .block_tree .tree_item.branch { + background-position: right 5px; + } + .block .calendar-controls { + .previous { + text-align: left; + &:before { + content: "\f101"; + } + } + .next { + text-align: right; + &:after { + content: "\f100"; + } + } + } + .courses.frontpage-course-list-all { + padding: 0 15px; + > .paging.paging-morelink { + text-align: left; + a:before { + font-family: $font_4; + content: "\f100\00a0"; + } + } + } + #coursesearch .coursesearchbox label { + margin-left: 7px; + } + &.path-grade-report-user #graded_users_selector { + float: none; + } + .blog_entry .audience { + text-align: left; + margin: 5px 0; + } + .comment-message .picture { + margin-left: 10px; + margin-right: 0; + } + .message .contactselector { + float: none; + } + .userprofile dl.list dd { + margin-left: 0; + } + .form-horizontal .controls { + margin-left: 0; + } +} +.jsenabled { + .visibleifjs { + vertical-align: top; + margin-top: 15px; + } + #header { + .usermenu .moodle-actionmenu { + &.show { + background: $color_asparagus_approx; + } + > .menubar { + margin: 0; + } + .toggle-display.textmenu { + margin: 0; + } + } + .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret { + border-top-color: $white; + &:hover { + border-top-color: $white; + } + &:active { + border-top-color: $white; + } + } + } + .usermenu .moodle-actionmenu { + &.show .menu a:hover { + color: $color_woodsmoke_approx; + background: $color_alto_approx; + } + > .menu .filler { + background-color: $color_ebb_approx; + } + } + .block_navigation .block_tree .collapsed .tree_item.branch { + background-position: 0 5px; + } + .block_settings .block_tree .collapsed .tree_item.branch { + background-position: 0 5px; + } + .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret { + vertical-align: middle; + margin-top: 0; + top: 0; + } +} +.empty-footer { + display: none; +} +#footer { + a { + color: #919191; + } + .footer-main { + background: #eaeaea url([[pix:theme|bg/footer]]) no-repeat; + background-size: contain; + padding: 30px 0 54px; + h2 { + font-weight: 100; + line-height: 36px; + margin: 0 0 10px; + font-size: 24px; + color: #888888; + } + p { + color: #919191; + line-height: 22px; + } + .infoarea { + padding: 24px 0 0; + .footer-logo { + max-width: 251px; + margin: 0 0 18px; + a { + display: block; + img { + // width: 100%; + width: auto; + height: auto; + } + } + } + } + .foot-links { + display: flex; + padding: 5px 0 0; + margin: 0 0 30px 0; + ul { + list-style: none; + padding: 0; + margin: 0; + li{ + float: left; + margin: 0 10px 0 0; + } + li a { + font-size: 16px; + color: #919191; + line-height: 32px; + &:hover { + color: $color_olivine_approx; + text-decoration: none; + } + } + } + } + .contact-info { + padding: 24px 0 0; + h2 { + margin-bottom: 18px; + } + p a { + color: $color_olivine_approx; + } + } + } + .social-media { + padding: 5px 0 0; + h6 { + font-size: 14px; + color: #919191; + } + ul { + list-style: none; + padding: 0; + margin: 0; + overflow: hidden; + li { + float: left; + + li { + margin: 0 0 0 12px; + } + a { + font-size: 42px; + color: #919191; + &:hover { + text-decoration: none; + } + &:focus { + text-decoration: none; + } + } + } + .smedia-01 a { + &:hover { + color: $color_danube_approx; + } + &:focus { + color: $color_danube_approx; + } + } + .smedia-02 a { + &:hover { + color: $color_cardinal_approx; + } + &:focus { + color: $color_cardinal_approx; + } + } + .smedia-03 a:hover { + color: $color_scooter_approx; + } + .smedia-04 a { + &:focus { + color: $color_valencia_approx; + } + &:hover { + color: $color_valencia_approx; + } + } + } + } + .footer-bootom { + background: $color_rangoon_green_approx; + padding: 21px 0; + text-align: center; + p { + color: $color_olivine_approx; + margin-bottom: 0; + } + } +} + +@media (min-width: 992px) { + .navbar-light { + .container { + padding-left: 15px; + padding-right: 15px; + } + } + #header .header-top { + .navbar { + .nav { + > li { + background: $url_0 no-repeat right center; + padding: 0 2px 0 0; + > a { + font-weight: normal; + padding: 25px 20px; + } + } + li:last-child { + background: none; + } + } + } + .usermenu .login { + padding: 15px 0; + } + } + .dir-rtl #header .header-top .navbar .nav > li { + background-position: left center; + padding: 0 0 0 2px; + } + .jsenabled #header .usermenu .moodle-actionmenu .toggle-display.textmenu { + padding: 15px; + } +} + +@media (min-width: 768px) { + .dir-rtl #header .usermenu .dropdown .dropdown-menu { + left: auto; + right: 0; + } + #header { + .header-top .usermenu .login { + font-size: 16px; + } + } +} + +@media (max-width: 991px) { + .dir-rtl { + #header .header-top .usermenu { + float: right; + } + .moodle-actionmenu[data-enhanced].show .menu.align-tr-br { + right: 0; + left: auto; + } + } + /*#header .header-top { + .navbar { + .nav { + li { + background: none; + padding: 0; + } + .dropdown-menu { + li a { + padding-left: 30px; + } + .dropdown-submenu li a { + padding-left: 40px; + } + } + } + .nav-collapse.active .nav { + .dropdown-submenu { + .dropdown-toggle::after { + border-color: $white transparent transparent; + margin-top: 15px; + } + &.open > a { + background: $color_olivine_approx; + } + } + .dropdown-menu .dropdown-submenu { + .dropdown-toggle::after { + border-color: $white transparent transparent; + margin-top: 15px; + } + &.open > a { + background: $color_olivine_approx; + } + } + } + } + .nav-collapse { + .nav > li > a { + font-weight: normal; + } + .dropdown-menu a { + font-weight: normal; + } + } + .usermenu .login { + padding: 3px 0; + } + }*/ + #header { + .nav.navbar-nav { + display: none; + } + ul.nav.navbar-nav { + display: block; + } + } + .navbar .nav-collapse.in .nav { + .dropdown-submenu.open > a { + background: $color_olivine_approx; + } + .dropdown-menu .dropdown-submenu.open > a { + background: $color_olivine_approx; + } + } + .dir-ltr #header .header-top .usermenu { + float: left; + } + .jsenabled #header .usermenu .moodle-actionmenu .toggle-display.textmenu { + padding: 5px 15px; + } +} + +@media (max-width: 767px) { + .dir-rtl { + #header .header-top { + .usermenu { + padding-right: 20px; + } + .navbar .btn-navbar { + margin-left: 20px; + } + } + .form-item .form-label { + float: none; + text-align: right; + } + .mform .fitem div.fitemtitle { + float: none; + text-align: right; + } + } + .header-main { + .logo { + text-align: center; + } + .infoarea { + text-align: center; + } + } + .carousel-control { + display: none; + } + #footer { + .footer-main { + padding-right: 20px; + padding-left: 20px; + text-align: center; + .infoarea .footer-logo { + margin-right: auto; + margin-left: auto; + img { + width: 100%; + height: auto; + } + } + } + .footer-bootom { + padding-right: 20px; + padding-left: 20px; + } + .social-media ul { + width: 180px; + margin: 0 auto; + } + } + .dir-ltr #header .header-top { + .usermenu { + padding-left: 20px; + } + .navbar .btn-navbar { + margin-right: 20px; + } + } + .carousel-overlay-content .content-wrap { + padding: 50px 20px; + p br { + display: none; + } + } +} + +.header-main { + margin-top: 84px; + background: $white; + border-bottom: 1px solid $color_ebb_approx; + .navbar-toggler { + float: right; + padding: 0; + border: 0; + &:before { + content: '\f0c9'; + font-family: fontawesome; + font-size: 30px; + color: $color_olivine_approx; + } + &:hover { + background: none; + } + &:focus { + background: none; + } + &.nocontent-navbar { + display: none; + } + } + .navbar { + max-height: none; + padding: 0; + border-bottom: 0; + box-shadow: none; + } + .navbar-light .navbar-brand.has-logo { + max-width: 200px; + float: left; + padding: 0; + margin: 10px 0; + .logo img { + width: 100%; + height: auto; + max-height: none; + } + } + .infoarea { + .nav-item.nav-link { + padding: 34px 20px; + } + span { + font-size: 16px; + color: $color_gray_approx; + i { + color: $color_blaze_orange_approx; + } + } + } + .logo a { + display: inline-block; + } + .infoarea { + a.nav-link { + font-size: 18px; + padding: 26px 20px; + &:hover { + border-bottom: 2px solid $blaze_orange; + } + &:active { + border-bottom: 2px solid $blaze_orange; + } + &:focus { + border-bottom: 2px solid $blaze_orange; + } + } + .nav-item a.nav-link { + font-size: 18px; + padding: 26px 20px; + &:hover { + border-bottom: 2px solid $blaze_orange; + } + &:active { + border-bottom: 2px solid $blaze_orange; + } + &:focus { + border-bottom: 2px solid $blaze_orange; + } + } + } +} +.dir-ltr { + .mform { + fieldset.collapsible legend a.fheader { + padding-left: 22px; + margin-left: 0; + } + .fpassword .unmask { + margin-left: 12px; + } + } + .header-main .infoarea span { + + span { + margin-left: 7px; + } + i { + margin-right: 5px; + } + } + .courses.frontpage-course-list-all { + padding: 0 15px; + > .paging.paging-morelink a:after { + font-family: $font_4; + content: "\00a0\f101"; + } + } + .coursebox .info { + .coursename { + display: inline-block; + } + .moreinfo { + right: 0; + } + } + #coursesearch .coursesearchbox label { + margin-right: 7px; + } +} + +@media (min-width: 1200px) { + .dir-rtl { + .header-main .row-fluid [class*="span"] { + *margin-right: 2.5109110747408616%; + } + .course_category_tree .category > .content { + padding-right: 46px; + } + } + .course_category_tree .category > .content { + padding-left: 46px; + } +} + +@media (min-width: 768px) and (max-width: 979px) { + .dir-rtl .header-main .row-fluid [class*="span"] { + *margin-right: 2.709239449864817%; + } +} + +@media (min-width: 992px) { + .header-main .navbar-toggler { + display: none; + } + .navbar-toggleable-md { + float: right; + display: block; + .infoarea .dropdown .dropdown-menu { + margin-top: 1px; + top: auto; + right: 0; + left: auto; + a.dropdown-item { + &:hover { + color: #fff; + background: $color_olivine_approx; + } + &:focus { + color: #fff; + background: $color_olivine_approx; + } + } + } + } + .header-main .infoarea .nav-item { + display: inline-block; + a.nav-link { + padding: 34px 20px; + border-bottom: 2px solid transparent; + } + } +} + +@media (max-width: 991px) { + .header-main { + .has-logo { + float: none; + display: inline-block; + } + .navbar-toggleable-md { + width: 100%; + float: none; + &:after { + content: ''; + clear: both; + display: block; + } + a.nav-item.nav-link { + text-align: left; + display: block; + border: 0; + padding: 10px 20px; + margin: 0; + &:hover { + color: $white; + background: $color_olivine_approx; + border: 0; + } + &:focus { + color: $white; + background: $color_olivine_approx; + border: 0; + } + } + .infoarea { + .nav-item { + width: 100%; + display: inline-block; + } + .dropdown { + position: static; + a.nav-link { + width: 100%; + text-align: left; + display: inline-block; + border: 0; + padding: 10px 20px; + margin: 0; + &:hover { + color: $white; + background: $color_olivine_approx; + } + &:focus { + color: $white; + background: $color_olivine_approx; + } + } + + .dropdown-menu { + width: 100%; + margin: 0; + position: static; + border: 0; + .dropdown-item { + font-size: 16px; + border: 0; + padding: 10px 20px 10px 40px; + &:hover { + color: $white; + background: $color_olivine_approx; + } + &:focus { + color: $white; + background: $color_olivine_approx; + } + } + } + } + } + } + } +} + +@media (min-width: 768px) { + .dir-rtl { + .header-main { + .infoarea { + text-align: left; + } + .row-fluid [class*="span"] { + float: right; + margin-left: 0; + &:first-child { + margin-right: 0; + } + } + } + .coursebox .content { + .summary { + padding: 0 130px 0 0; + } + .coursecat { + padding: 0 130px 0 0; + } + .teachers { + padding-right: 130px; + padding-left: 0; + } + } + } + .carousel-overlay-content { + .content-wrap { + padding: 110px 75px; + } + } + .theme-slider { + margin-left: 0; + margin-right: 0; + } + .header-main .infoarea { + text-align: right; + span { + line-height: 43px; + } + } + .carousel-inner .carousel-item { + min-height: 418px; + } + .loginbox.onecolumn { + width: 75%; + margin-right: auto; + margin-left: auto; + } + .coursebox .content { + .summary { + padding: 0 0 0 130px; + } + .coursecat { + padding: 0 0 0 130px; + } + .teachers { + padding-left: 130px; + } + } +} + +@media (max-width: 767px) { + #header .nav.navbar-nav span.usertext { + display: none; + } +} + +@media (max-width: 574px) { + select { + width: auto; + &.singleselect { + max-width: 220px; + width: auto; + } + } + .boxwidthnormal { + width: auto; + } + textarea { + max-width: 220px; + } + form { + select { + max-width: 220px; + } + input[type="text"] { + max-width: 220px; + } + input[type="password"] { + max-width: 220px; + } + &.atto_form input[type="url"] { + max-width: 220px; + } + } + .filemanager { + max-width: 360px; + } + .filepicker { + max-width: 360px; + } + .file-picker { + max-width: 360px; + } + .editor_atto_wrap { + max-width: 360px; + } + .dir-rtl { + .form-buttons { + padding-right: 0; + } + .path-admin .buttons { + padding-right: 0; + } + .blog_entry .content { + margin-left: 0; + margin-right: 23px; + } + } + .header-main { + .navbar-light .navbar-brand .has-logo { + max-width: 200px; + margin-right: 0; + img { + width: 100%; + } + } + .infoarea span { + display: block; + margin-bottom: 10px; + + span { + margin-bottom: 0; + } + } + } + #region-main > div[role="main"] .pull-left + .no-overflow { + width: 100%; + overflow: auto; + } + .singlebutton div { + margin-left: 0; + input { + margin-left: 0; + } + } + .blog_entry .content { + margin-left: 0; + margin-right: 23px; + } + .page-context-header { + .page-header-headings h1 { + font-size: 20px; + } + .page-header-image { + max-width: 80px; + img { + width: 100%; + height: auto; + } + } + } +} + +@media (max-width: 380px) { + .header-main .has-logo { + max-width: 220px; + } +} + +.carousel-indicators { + width: 60%; + margin-left: -30%; + text-align: center; + top: auto; + right: auto; + bottom: -32px; + left: 50%; + display: none; + li { + float: none; + width: 12px; + height: 12px; + background: $color_silver_chalice_approx; + display: inline-block; + border-radius: 6px; + cursor: pointer; + + li { + margin-left: 7px; + } + } + .active { + background: $blaze_orange; + } +} +.carousel-control { + width: 44px; + height: 44px; + text-align: center; + background: $url_1 repeat 0 0; + border: 0; + border-radius: 0; + box-shadow: 0 0 0 4px $black_20; + opacity: 1; + top: 50%; + margin-top: -22px; + position: absolute; + &.left:before { + content: '\f104'; + font-family: 'fontawesome'; + font-size: 30px; + color: #fff; + display: inline-block; + margin-top: 0; + } + &.right:after { + content: '\f105'; + font-family: 'fontawesome'; + font-size: 30px; + color: #fff; + display: inline-block; + margin-top: 0; + } + i { + font-size: 36px; + text-shadow: 0 1px 5px $black_90; + vertical-align: middle; + } + &:hover { + opacity: 1; + } + &:focus { + opacity: 1; + } +} +#page-footer { + padding: 0 !important; + &:empty { + display: none; + } +} + +label { + padding-top: 0; +} +legend { + float: left; + font-size: 16px; + color: $color_gunsmoke_approx; + line-height: 20px; + padding-bottom: 20px; + border-bottom-color: $color_iron_approx; + + div { + clear: both; + } +} +.collapsible-actions { + padding: 14px 0 18px; + a { + font-weight: bold; + font-size: 12px; + color: $color_storm_dust_approx; + line-height: 24px; + } +} +.breadcrumb { + background: none; + border-radius: 0; + display: block; + > li { + color: $color_gray_approx; + text-shadow: none; + display: inline-block; + > .divider { + font-size: 10px; + color: $color_olivine_approx; + } + } +} +input { + font-family: $font_0, $font_1, $font_2, $font_3; + color: $color_chicago_approx; + &.form-submit { + font-weight: bold; + font-family: $font_1, $font_2, $font_3; + color: $white; + padding: 11px 16px; + border-radius: 0; + box-shadow: none; + background: $blaze_orange; + border: 0; + text-shadow: none; + &:hover { + outline: 0; + color: $white; + background: $color_fuscous_gray_approx; + } + &:focus { + outline: 0; + color: $white; + background: $color_fuscous_gray_approx; + } + &:active { + color: $white; + background: $color_fuscous_gray_approx; + box-shadow: none; + } + &.active { + color: $white; + background: $color_fuscous_gray_approx; + box-shadow: none; + } + &.disabled { + color: $white; + background: $color_fuscous_gray_approx; + } + } + &#id_submitbutton { + background: $blaze_orange; + border: 0; + text-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + } + &:active { + color: $white; + background: $color_fuscous_gray_approx; + } + &.active { + color: $white; + background: $color_fuscous_gray_approx; + } + &.disabled { + color: $white; + background: $color_fuscous_gray_approx; + } + } + &#id_submitbutton2 { + background: $blaze_orange; + border: 0; + text-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + } + &:active { + color: $white; + background: $color_fuscous_gray_approx; + } + &.active { + color: $white; + background: $color_fuscous_gray_approx; + } + &.disabled { + color: $white; + background: $color_fuscous_gray_approx; + } + } + &.form-submit[disabled] { + color: $white; + background: $color_fuscous_gray_approx; + } + &#id_submitbutton[disabled] { + color: $white; + background: $color_fuscous_gray_approx; + } + &#id_submitbutton2[disabled] { + color: $white; + background: $color_fuscous_gray_approx; + } + &.active[type="button"] { + box-shadow: none; + } + &.active[type="submit"] { + box-shadow: none; + } + &.active[type="reset"] { + box-shadow: none; + } +} +button { + font-family: $font_1, $font_2, $font_3; + color: $white; + font-weight: bold; + text-shadow: none; + background: $color_olivine_approx; + padding: 11px 16px; + border: 0; + border-radius: 0; + box-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &.active { + box-shadow: none; + } + &:active { + box-shadow: none; + } +} +select { + font-family: $font_0, $font_1, $font_2, $font_3; + color: $color_chicago_approx; + border-radius: 0; + line-height: 36px; + border-color: $color_alto_approx; + &:focus { + outline: 0; + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +textarea { + font-family: $font_0, $font_1, $font_2, $font_3; + color: $color_chicago_approx; + height: auto; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +textarea[cols] { + width: auto; +} +input[size] { + width: auto; +} +input[type="text"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="password"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="datetime"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="datetime-local"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="date"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="month"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="time"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="week"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="number"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="email"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="url"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="search"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="tel"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +input[type="color"] { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +.uneditable-input { + height: 40px; + border-radius: 0; + border-color: $color_alto_approx; + box-shadow: none; + &:focus { + border-color: $color_olivine_50_approx; + box-shadow: inset 0 1px 1px $black_7_5, 0 0 8px $color_tea_green_approx; + } +} +.btn-primary, +input[type="button"] { + font-weight: bold; + font-family: $font_1, $font_2, $font_3; + color: $white; + text-shadow: none; + background: $color_olivine_approx; + padding: 11px 16px; + border: 0; + border-radius: 0; + box-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + box-shadow: none; + } + &:active { + box-shadow: none; + background: $color_fuscous_gray_approx; + } +} +.btn-primary, +input[type="submit"] { + font-weight: bold; + font-family: $font_1, $font_2, $font_3; + color: $white; + text-shadow: none; + background: $color_olivine_approx; + padding: 11px 16px; + border: 0; + border-radius: 0; + box-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + box-shadow: none; + } + &:active { + box-shadow: none; + background: $color_fuscous_gray_approx; + } +} +.btn-secondary{ + background-color: transparent; + &:hover { + color: $color_monatana; + background-color: $color_whisper; + border-color: $color_celeste_approx; + } +} +.btn-secondary:focus { + color: $color_monatana; + background-color: $color_whisper; + box-shadow: none; +} +.btn-secondary:focus { + color: $color_monatana; + background-color: $color_whisper; + box-shadow: none; +} +.btn-secondary:focus:active { + background-color: $color_whisper !important; + box-shadow: none !important; +} +input[type="reset"] { + font-weight: bold; + font-family: $font_1, $font_2, $font_3; + color: $white; + text-shadow: none; + background: $color_olivine_approx; + padding: 11px 16px; + border: 0; + border-radius: 0; + box-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:active { + box-shadow: none; + } +} +table { + &#form { + td.submit { + background: none; + border-top: 0; + } + tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + } + &.flexible { + thead { + tr th { + color: $white; + background: $color_olivine_approx; + a { + color: $white; + } + } + th img { + background: none repeat scroll 0 0; + } + } + th { + line-height: 21px; + padding: 12px; + border-top: 0; + } + td { + line-height: 21px; + padding: 12px; + border-top: 0; + } + tbody { + > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } + } + } + &.rolecap { + tr { + th { + padding: 4px; + } + td { + padding: 4px; + } + } + thead tr th { + color: $white; + background: $color_olivine_approx; + } + tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + } + &#explaincaps tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + &#defineroletable tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + &.grading-report tbody { + > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } + } + &#listdirectories tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + &.userenrolment tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + &#modules tbody tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } + &#permissions tbody tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } +} +.form-buttons { + background: none; + border-top: 0; +} +#fitem_id_submitbutton { + background: none; + border-top: 0; +} +#fgroup_id_buttonar { + background: none; + border-top: 0; +} +.block { + padding-top: 0; + border-color: $color_gray_nurse_approx; + border-radius: 0; + box-shadow: none; + .card-body { + padding: 0; + .card-title { + width: 60%; + padding: 15px; + margin-bottom: 0; + display: inline-block !important; + } + .content { + padding: 10px 18px; + margin: 0 !important; + background: $color_alabaster_approx; + border-top: 1px solid $color_gray_nurse_approx; + .content { + border: 0; + } + .userpicture { + margin: 0 5px; + } + } + } + .header { + margin: 15px; + h2 { + font-weight: normal; + font-size: 21px; + color: $blaze_orange; + padding: 18px; + text-transform: none; + } + .block_action { + padding-top: 18px; + } + } + + .calendar-controls { + padding: 12px 0 24px; + .previous { + font-family: $font_4; + color: $color_storm_dust_approx; + text-align: right; + &:before { + content: "\f100"; + } + .arrow { + display: inline-block; + text-indent: -999em; + text-align: center; + } + } + .next { + font-family: $font_4; + color: $color_storm_dust_approx; + text-align: left; + &:after { + content: "\f101"; + } + .arrow { + display: inline-block; + text-indent: -999em; + text-align: center; + } + } + .current a { + font-size: 16px; + color: $color_storm_dust_approx; + } + } + .minicalendar { + th { + font-weight: normal; + font-size: 12px; + abbr { + border-bottom: 0; + } + } + td { + font-size: 12px; + a { + display: block; + } + } + .today a { + color: $white; + background: $color_olivine_approx; + } + } +} +.block_tree { + font-size: 16px; + .tree_item a { + color: $color_storm_dust_approx; + } +} +.block_settings { + .block_tree { + .tree_item { + line-height: 25px; + margin: 15px 0; + &.branch { + background-position: 0 5px; + } + } + li.item_with_icon > p img { + top: 5px; + } + } + .adminsearchform input[type="submit"] { + margin-left: 0; + } + .card-body { + .card-title { + width: 100%; + } + } +} + +@media (min-width: 768px) and(max-width: 979px) { + .block_calendar_month .content { + padding-right: 0; + padding-left: 0; + } + .block .minicalendar td { + padding-right: 0; + padding-left: 0; + } +} + +#frontpage-course-list { + background: $white; + border: 1px solid $color_gray_nurse_approx; + h2 { + padding: 9px 18px; + border-bottom: 1px solid $color_bon_jour_approx; + margin: 0; + } + .buttons .singlebutton { + padding: 18px; + div { + margin: 0; + } + input[type="submit"] { + margin: 0; + } + } +} +#frontpage-available-course-list { + padding: 15px 0; + border: 1px solid $color_bon_jour_approx; + h2 { + padding: 0 15px; + } +} +.courses { + &.frontpage-course-list-all { + padding: 0 18px; + .coursebox { + padding: 14px 0 18px; + border: 0; + border-bottom: 1px solid $color_bon_jour_approx; + border-radius: 0; + margin: 0; + &.last { + border-bottom: 0; + } + &.even { + background: none; + } + &:hover { + background: none; + } + .info .coursename { + margin: 0; + a { + color: $color_asparagus_approx; + background: none; + padding: 0; + } + } + } + > .paging.paging-morelink { + padding: 20px 0; + text-align: right; + border-top: 1px solid $color_bon_jour_approx; + } + } + .coursebox { + &.even { + background: $white; + &.even { + background: $white; + } + } + &:hover { + background: $white; + } + &.collapsed { + border-color: $color_quill_gray_approx; + padding: 10px 12px; + margin-bottom: 9px; + } + } +} +#frontpage-category-names { + border: 1px solid $color_gray_nurse_approx; + margin: 13px 0 0; + h2 { + background: $white; + padding: 9px 18px; + border-bottom: 1px solid $color_gray_nurse_approx; + margin: 0; + } +} +.course_category_tree { + &.frontpage-category-names { + background: $color_alabaster_approx; + padding: 0 18px; + .category { + &.with_children { + > .info > .categoryname { + background-image: $url_4; + } + &.collapsed > .info > .categoryname { + background-image: $url_5; + } + } + > .info { + background: $white; + border: 1px solid $color_bon_jour_approx; + margin: 0 0 14px; + > .categoryname { + line-height: 20px; + background-image: $url_2; + background-position: left 16px; + padding: 14px 6px 14px 20px; + margin: 0 12px; + a { + font-weight: normal; + font-size: 18px; + color: $color_olivine_approx; + } + } + } + } + .collapsible-actions a { + font-weight: normal; + font-size: 14px; + } + } + .category { + &.with_children { + > .info > .categoryname { + background-image: $url_9; + } + &.collapsed > .info > .categoryname { + background-image: $url_10; + } + } + > .info { + background: $color_olivine_approx; + border: 0; + border-radius: 0; + box-shadow: none; + margin: 0 0 9px; + > .categoryname { + line-height: 20px; + background-image: $url_7; + padding: 13px 18px 13px 28px; + margin: 0 0 0 18px; + a { + font-weight: bold; + font-size: 16px; + color: $white; + line-height: 20px; + vertical-align: top; + } + } + } + } + .subcategories { + padding: 0 0 20px; + } +} +.loginbox { + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + &.twocolumns { + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + } + h2 { + margin: 0; + } + .loginform { + margin: 0; + .form-label { + width: 45%; + min-height: 42px; + margin: 0 0 30px; + label { + font-size: 16px; + padding-right: 5px; + } + } + .form-input { + width: 54%; + margin: 0 0 30px; + input { + margin-bottom: 0; + } + } + } + .rememberpass { + padding: 0 0 18px; + } + .forgetpass { + padding: 5px 0 20px; + a { + text-decoration: underline; + &:hover { + text-decoration: none; + } + } + } + .guestsub { + padding-top: 0; + margin-right: 0; + margin-left: 0; + .guestform input[type="submit"] { + background: $blaze_orange; + &:hover { + background: $color_fuscous_gray_approx; + } + &:focus { + background: $color_fuscous_gray_approx; + } + } + } + .loginpanel .desc { + margin: 0 0 13px; + } + .signuppanel .subcontent ol { + margin-top: 14px; + li { + line-height: 22px; + a { + line-height: 22px; + text-decoration: underline; + &:hover { + text-decoration: none; + } + &:focus { + text-decoration: none; + } + } + } + } +} + +@media (min-width: 575px) { + .userprofile { + .userprofilebox { + .profilepicture { + float: left; + } + .descriptionbox { + padding: 0 0 0 118px; + } + } + dl.list { + dt { + text-align: left; + } + dd { + text-align: left; + } + } + } + .loginbox .loginform .form-input input { + width: 75%; + } + .dir-rtl .userprofile { + .userprofilebox { + .profilepicture { + float: right; + } + .descriptionbox { + padding: 0 118px 0 0; + } + } + dl.list { + dt { + text-align: right; + } + dd { + text-align: right; + } + } + } +} + +@media (min-width: 992px) { + .loginbox.onecolumn { + width: 50%; + } +} + +.mform { + .fitem { + margin-bottom: 24px; + } + label { + font-size: 16px; + padding-top: 5px; + } + legend a { + color: $color_gunsmoke_approx; + &:hover { + color: $color_gunsmoke_approx; + } + } + .fcheckbox input { + vertical-align: bottom; + } + fieldset.collapsible legend a.fheader { + background-position: 0 2px; + display: inline-block; + } + .fpassword .unmask label { + font: 14px $font_1, $font_2, $font_3; + padding: 0 0 0 7px; + } + .fdescription.required { + font: 12px $font_1, $font_2, $font_3; + color: $color_stack_approx; + margin: 0; + text-align: right; + } +} +.form-item { + margin-bottom: 24px; + .form-description { + padding-top: 0; + } + .form-setting .defaultsnext select { + max-width: 220px; + width: 100%; + } +} +#region-main { + float: none; + .mform:not(.unresponsive) .fitem .fitemtitle label { + font-weight: normal; + } + div[role="main"] .pull-left + .no-overflow { + overflow: visible; + } + .singlebutton { + margin-bottom: 10px; + &:last-child { + margin-bottom: 0; + } + .btn { + background-color: $color_whisper; + } + &.enrolusersbutton { + .btn { + background-color: $color_olivine_approx; + &:hover { + background-color: $color_fuscous_gray_approx; + } + &:focus { + background-color: $color_fuscous_gray_approx; + } + } + } + } +} + +@media (max-width: 574px) { + select { + width: auto; + } + .userprofile { + .userprofilebox .profilepicture { + float: none; + width: 106px; + margin: 0 auto 10px; + } + dl.list { + dt { + text-align: center; + } + dd { + text-align: center; + } + } + } + .profileeditor > .singlebutton { + margin-top: 10px; + } + #coursesearch .coursesearchbox { + label { + padding-top: 0; + margin-bottom: 7px; + display: block; + } + /* input[type="text"] { + width: 60%; + } */ + } + .dir-rtl .userprofile dl.list { + dt { + text-align: center; + } + dd { + text-align: center; + } + } +} + +.coursebox { + padding: 10px 12px; + border-bottom: 1px solid $color_bon_jour_approx; + border-radius: 0; + margin-top: 9px; + &:last-child { + border: 0; + } + .info { + position: relative; + .coursename { + float: none; + } + .moreinfo { + float: none; + width: 21px; + position: absolute; + top: 0; + } + } + .content { + min-height: 150px; + color: $color_storm_dust_approx; + padding: 10px 0 0; + overflow: hidden; + position: relative; + &:empty { + min-height: 40px; + } + .teachers { + margin-left: 200px; + margin-top: 20px; + float: none; + width: auto; + padding: 5px; + clear: none; + border: 1px solid $color_celeste_approx; + li { + font-family: $font_1, $font_2, $font_3; + } + } + .summary { + float: none; + width: auto; + margin: 0; + p { + margin-bottom: 0; + } + } + .courseimage { + float: none; + width: auto; + padding: 5px; + margin: 0; + clear: none; + border: 1px solid $color_celeste_approx; + position: absolute; + top: 10px; + img { + max-width: 160px; + max-height: 113px; + } + } + .coursefile { + float: none; + width: auto; + padding: 5px; + margin: 0; + clear: none; + border: 1px solid $color_celeste_approx; + position: absolute; + top: 20px; + } + .coursecat { + float: none; + width: auto; + margin: 0; + } + } + > .info > .coursename { + margin: 0; + a { + font-size: 21px; + line-height: 27px; + background-position: left 7px; + padding-left: 30px; + } + } +} + +@media (min-width: 575px) { + .coursebox .content { + .courseimage { + left: 0; + } + .coursefile { + left: 0; + } + .summary { + padding: 0 0 0 200px; + } + .coursecat { + padding: 0 0 0 125px; + } + } + .dir-rtl .coursebox .content { + .courseimage { + right: 0; + left: auto; + } + .coursefile { + right: 0; + left: auto; + } + .summary { + padding: 0 200px 0 0; + } + .coursecat { + padding: 0 110px 0 0; + } + .teachers { + padding-right: 20px; + padding-left: 0; + } + } +} + +@media (max-width: 574px) { + .coursebox .content { + padding: 150px 0 0; + &.content-block { + padding-top: 0; + } + .coursefile { + left: 50%; + margin-left: -50px; + } + .teachers { + margin-left: 0; + } + } + .dir-rtl .coursebox .content { + .summary { + padding-right: 0; + } + .coursefile { + left: 50%; + margin-left: -50px; + } + .teachers { + margin-right: 0; + } + } + #page-mod-quiz-mod #id_reviewoptionshdr .fitem { + float: none; + width: 100%; + } +} + +.course-content { + .topics { + h3 { + font-size: 21px; + color: $blaze_orange; + } + .section { + .activity { + .activityinstance a { + font-size: 18px; + color: $color_storm_dust_approx; + line-height: 24px; + img { + margin-right: 12px; + } + .instancename { + vertical-align: top; + } + } + .availabilityinfo .no-overflow { + line-height: 22px; + } + .contentafterlink .no-overflow { + line-height: 22px; + } + } + .summary .no-overflow { + font-family: $font_1, $font_2, $font_3; + color: $color_boston_blue_approx; + line-height: 24px; + background: $color_link_water_approx; + padding: 10px 20px; + border: 1px solid $color_charlotte_approx; + border-radius: 5px; + margin-bottom: 25px; + p { + color: $color_boston_blue_approx; + line-height: 24px; + margin-bottom: 0; + } + } + } + } + ul li.section.main { + border-bottom: 1px solid $color_quill_gray_approx; + .section li.activity { + padding-bottom: 10px; + } + } +} +.generaltable { + thead { + tr th { + color: $white; + background: $color_olivine_approx; + a { + color: $white; + i:before { + color: $white; + } + &.btn-link i:before { + color: $white; + } + } + } + th img { + background: none repeat scroll 0 0; + } + } + th { + line-height: 21px; + padding: 12px; + border-top: 0; + } + td { + line-height: 21px; + padding: 12px; + border-top: 0; + } + tbody { + > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } + } +} +.forumheaderlist { + tbody { + > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } + } + tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } + } + thead tr th { + color: $white; + background: $color_olivine_approx; + } + tr th { + padding: 4px; + } +} +.message { + .contactselector { + float: none; + width: auto; + margin: 0 0 20px; + .paging { + margin: 10px 0 0; + } + #message_participants { + margin-top: 10px; + tr { + th { + padding: 5px; + } + td { + padding: 5px; + } + } + } + } + .messagearea { + float: none; + width: auto; + min-height: 50px; + border: 0; + .messagesend .messagesendbox { + box-sizing: border-box; + } + } +} +select[multiple] { + width: 100%; + max-width: 220px; +} +select[size] { + width: 100%; + max-width: 220px; +} +.userselector select[size] { + max-width: none; +} +.commands { + margin: 10px 0; +} +.mdl-left { + margin: 10px 0; +} +.comment-ctrl { + padding-top: 10px; +} +.comment-message { + padding: 10px; + background: $white; + .picture { + float: none; + display: inline-block; + margin-right: 10px; + } + .text { + padding: 0 15px; + margin: 10px 0; + } + .time { + display: inline-block; + } +} +.dir-rtl { + .comment-message .picture { + margin-right: 0; + margin-left: 5px; + } +} +.comment-area { + textarea { + border: 1px solid $color_tea_green_approx; + padding: 5px; + } +} +.comment-delete { + margin: 0.3em 10px; +} +.blog_entry { + .audience { + margin: 5px 0; + } + .content .attachedimages { + margin-bottom: 15px; + } +} +.forumpost { + padding-left: 10px; + padding-right: 10px; +} +.report-eventlist-data-table { + overflow: auto; +} + +@media (min-width: 768px) and(max-width: 991px) { + .dir-rtl { + .form-item { + .form-label { + float: none; + label { + text-align: right; + } + } + .form-setting { + margin-right: 0; + } + .form-description { + margin-right: 0; + } + } + .mform { + .fitem { + .felement { + margin-right: 0; + } + div.fitemtitle { + float: none; + } + } + .fdescription.required { + margin-right: 0; + } + } + .userprofile dl.list dd { + margin-right: 0; + } + .form-horizontal .controls { + margin-right: 0; + } + .form-label .form-shortname { + text-align: right; + } + } +} + +@media (min-width: 768px) and(max-width: 817px) { + .form-item .form-label { + width: 140px; + } + .mform .fitem div.fitemtitle { + width: 140px; + } +} + +@media (min-width: 575px) and(max-width: 767px) { + .dir-rtl { + .form-item .form-label { + text-align: right; + float: none; + } + .mform .fitem div.fitemtitle { + text-align: right; + float: none; + } + } +} + +/* @media (min-width: 575px) { + .box form div .no-overflow { + overflow: visible; + } +} */ +.btn-primary { + &:active { + &:hover { + color: $white; + background-color: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background-color: $color_fuscous_gray_approx; + } + } + &.active { + &:hover { + color: $white; + background-color: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + } + &.focus { + color: $white; + background-color: $color_fuscous_gray_approx; + } + } + &.focus:active { + color: $white; + background-color: $color_fuscous_gray_approx; + box-shadow: none !important; + } + &:not(:disabled):not(.disabled):active { + background-color: $color_fuscous_gray_approx; + border-color: $color_fuscous_gray_approx; + &:focus { + box-shadow: none; + } + } +} +.calendar-event-panel { + background: none; +} +#page { + margin-top: 0; + #page-header { + display: block; + .page-header-image img { + width: auto; + } + } +} +#page-site-index #header { + margin-bottom: 0; +} +.btn-navbar .icon-bar + .icon-bar { + margin-top: 4px; +} +.moodle-actionmenu[data-enhanced].show .menu { + padding: 0; + border-color: $color_ebb_approx; + border-radius: 0; + box-shadow: none; + margin: 0; + a { + &:hover { + @extend %extend_2; + } + &:focus { + @extend %extend_2; + } + } +} +.carousel-inner .carousel-item { + background-repeat: no-repeat; + background-position: right center; + background-size: cover; +} +.carousel-overlay-content { + min-height: 500px; + .content-wrap { + h2 { + font-size: 25px; + color: $white; + background: $black_80; + padding: 5px 18px; + margin: 20px 0 10px; + display: inline-block; + } + p { + font-size: 18px; + color: $white; + line-height: 22px; + background: $black_80; + padding: 18px; + display: inline-block; + } + } +} +#notice .singlebutton + .singlebutton input { + font-weight: bold; + font-family: $font_1, $font_2, $font_3; + color: $white; + text-shadow: none; + background: $color_olivine_approx; + padding: 11px 16px; + border: 0; + border-radius: 0; + box-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } +} +.submit.buttons input[name="cancel"] { + font-weight: bold; + font-family: $font_1, $font_2, $font_3; + color: $white; + text-shadow: none; + background: $color_olivine_approx; + padding: 11px 16px; + border: 0; + border-radius: 0; + box-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + outline: 0; + } +} +.path-admin .buttons { + background: none; + border-top: 0; + text-align: right; + padding-left: 0; + input[type="submit"] { + background: $blaze_orange; + border: 0; + text-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + } + &:active { + color: $white; + background: $color_fuscous_gray_approx; + } + } + input { + &.active[type="submit"] { + color: $white; + background: $color_fuscous_gray_approx; + } + &.disabled[type="submit"] { + color: $white; + background: $color_fuscous_gray_approx; + } + } + input[type="submit"][disabled] { + color: $white; + background: $color_fuscous_gray_approx; + } +} +td.submit { + input { + background: $blaze_orange; + border: 0; + text-shadow: none; + &:hover { + color: $white; + background: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background: $color_fuscous_gray_approx; + } + &:active { + color: $white; + background: $color_fuscous_gray_approx; + } + &.active { + color: $white; + background: $color_fuscous_gray_approx; + } + &.disabled { + color: $white; + background: $color_fuscous_gray_approx; + } + } + input[disabled] { + color: $white; + background: $color_fuscous_gray_approx; + } +} +.fp-content-center form + div { + background: none; + border-top: 0; +} +div.backup-section + form { + background: none; + border-top: 0; +} +.block_navigation .block_tree { + .tree_item { + line-height: 25px; + margin: 15px 0; + &.branch { + background-position: 0 5px; + } + } + li { + &.item_with_icon > p img { + top: 5px; + } + > p.hasicon img { + top: 5px; + } + } + .type_activity > p.tree_item.active_tree_node img { + top: 5px; + } +} +.felement.fstatic { + padding-top: 0; +} +#page-course-index #region-main .coursebox { + margin-bottom: 9px; +} +form#coursesearch { + clear: both; + fieldset.coursesearchbox { + /*display: block;*/ + label { + color: $color_fuscous_gray_approx; + padding-top: 7px; + } + .input-group-btn { + position: absolute; + right: 0; + z-index: 4; + } + input[type="text"] { + max-width: 300px; +/* width: 100%;*/ + padding: 0 10px; + } + input[type="submit"] { + width: 40px; + height: 40px; + vertical-align: top; + background: $color_fuscous_gray_approx $url_12 no-repeat center center; + padding: 0; + margin-right: 10px; + text-indent: -9999em; + text-transform: capitalize; + } + } +} +#page-message-edit #region-main .mform { + fieldset { + margin-bottom: 40px; + } + legend { + margin-bottom: 30px; + } +} +.userenrolment tr { + th { + color: $white; + background: $color_olivine_approx; + padding: 4px; + } + a { + color: $white; + } +} +.no-overflow > .generaltable { + margin-bottom: 20px; +} +form#movecourses table tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } +} +#page-admin-course-index .editcourse tbody > tr:nth-child(2n + 1) { + > td { + background: $color_black_haze_approx; + } + > th { + background: $color_black_haze_approx; + } +} +.user-enroller-panel .uep-search-results { + .users tbody tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } + .cohorts tbody tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } + } +} +.category_subcategories tbody tr:hover { + > td { + background: $concrete; + } + > th { + background: $concrete; + } +} +.path-mod-forum .forumheaderlist .discussion { + .topic { + vertical-align: middle; + &.starter { + vertical-align: middle; + } + } + .discussionsubscription { + vertical-align: middle; + } + .picture { + vertical-align: middle; + } + .author { + vertical-align: middle; + } + .replies { + vertical-align: middle; + } + .lastpost { + vertical-align: middle; + } +} +.path-grade-report-singleview div { + &.groupselector { + text-align: center; + } + &.selectitems { + text-align: center; + } + &.reporttable form div.singleview_buttons { + text-align: center; + } +} +#page-mod-quiz-mod #id_reviewoptionshdr { + .fitemtitle { + min-height: 3em; + height: auto; + } +} +#page-enrol-users #filterform .fitem { + margin-bottom: 5px; +} +.groupmanagementtable #buttonscell p.arrow_button input { + width: 100%; + margin: 10px auto 0; +} +.userprofile .userprofilebox { + .descriptionbox { + .description { + margin: 0 0 10px; + p { + color: $color_cedar_approx; + line-height: 18px; + margin-bottom: 0; + } + } + .list { + margin: 0; + overflow: hidden; + dt { + float: none; + width: auto; + clear: none; + } + dd { + margin: 0 0 10px; + clear: none; + } + } + } + .profilepicture a { + display: block; + } +} +#page-admin-registration-register .registration_textfield { + width: auto; +} +.pagelayout-report .no-overflow { + overflow: auto; +} + +.editing .block .header .commands { + margin: 0; + .menubar .dropdown { + display: inline-block; + } +} +.editing .section .activity .mod-indent-outer { + width: 100%; + position: relative; +} +.editing .section .activity .editing_move { + z-index: 1; +} +.comment-link img { + margin: 0 5px; +} +#page-admin-roles-usersroles p { + margin: 15px 0; +} +#course-category-listings { + .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret { + vertical-align: middle; + margin-top: 0; + top: 0; + } + #category-listing .course-count i.icon { + margin-left: 5px; + } +} +.path-grade-report-user #graded_users_selector { + float: none; +} +.path-grade-report-user .view_users_selector { + float: none; +} +#page-mod-quiz-edit .add-menu-outer { + bottom: 0; +} +.open > .btn-primary.dropdown-toggle { + &:hover { + color: $white; + background-color: $color_fuscous_gray_approx; + } + &:focus { + color: $white; + background-color: $color_fuscous_gray_approx; + } + &.focus { + color: $white; + background-color: $color_fuscous_gray_approx; + } +} +.card-text .day .yui3-overlay-content { + margin: 0; +} +#site-news-forum { + .forumaddnew { + margin-bottom: 15px; + } + .forumpost .maincontent .posting .attachedimages { + max-width: 400px; + } +} +.mform .form-inline .custom-select { + height: 40px; +} + +@media (max-width: 767px) { + .mform .form-inline .custom-select { + max-width: 500px; + width: 100%; + } + .form-group { + /* max-width: 300px; */ + } + .mform .fitem { + margin-bottom: 10px; + } +} +#page-mod-quiz-edit .section-heading { + font-size: 1rem; +} +.content.content-block { + min-height: auto; + .summary { + padding-left: 0; + } + .teachers { + margin-left: 0; + li { + list-style: none; + } + } +} +.dir-rtl .content.content-block { + min-height: auto; + .summary { + padding-right: 0; + } + .teachers { + margin-right: 0; + } +} + +.card-block .block-controls .dropdown-toggle { + color: $color_olivine_approx; + i { + margin: 0; + } +} +.initialbar .letter { + color: $color_olivine_approx; + &.active { + color: $white; + background: $color_olivine_approx; + border-color: $color_olivine_approx; + } +} + +/*M-32*/ + +.block-myoverview { + .tab-content.content-centred .tab-pane { + .btn-group a.btn { + color: inherit; + background: inherit; + &.active { + color: $white; + background: $color_olivine_approx; + } + } + .tab-content .tab-pane { + .list-group .list-group-item a.btn { + height: auto; + } + .card .card-block { + padding: 1.25rem; + } + } + } +} +.card.card-block .action-menu .menubar .dropdown a i.icon { + margin-right: 5px; +} +.listitem .action-menu .dropdown-toggle i.icon { + margin-right: 0; +} +.action-menu .dropdown-toggle i.icon { + margin: 0; +} +.block .calendar_filters { + ul li a span { + padding: 0 2px; + margin-right: 5px; + margin-left: 0; + display: inline-block; + i { + margin: 0; + } + span.eventname { + margin: 0; + } + } +} +.path-calendar .maincalendar .calendartable td { + vertical-align: middle; +} +#header .popover-region .popover-region-container { + top: 2rem; + .popover-region-header-actions a i:before { + color: $color_olivine_approx; + } + .content-item-container { + &:hover { + background: $color_olivine_approx; + .content-item-body h3 { + color: $white; + } + } + } +} +.messaging-area-container { + .btn.btn-link { + color: $color_olivine_approx; + } + .messaging-area { + height: 507px; + .contacts-area { + height: auto; + .tabs .tab { + height: auto; + &:hover { + color: $color_olivine_approx; + } + &:focus { + color: $color_olivine_approx; + } + &.selected { + color: $color_olivine_approx; + } + } + .contacts .contact { + &.selected { + background-color: $color_olivine_approx; + } + &:hover { + background: $color_olivine_approx + } + .picture { + border-color: inherit; + } + } + } + } +} +.notification-area { + .control-area { + .content { + .content-item-container { + &.selected { + background-color: $color_olivine_approx; + } + &:hover { + background: $color_olivine_approx; + } + } + } + } +} +@media (max-width: 574px) { + .navbar .popover-region .popover-region-container { + top: 2.9px; + } +} + +.close:hover { + background: none; +} +.dir-rtl { + .card.card-block .action-menu .menubar .dropdown a i { + margin-left: 5px; + margin-right: 0; + } + .block .calendar_filters li span + i { + margin-right: 5px; + margin-left: 0; + } +} + +@media (max-width: 991px) { + .header-main .navbar-light .navbar-brand.has-logo { + float: none; + } +} + +@media (max-width: 575px) { + .card.card-block .action-menu .menubar .dropdown .dropdown-menu { + left: 0; + right: auto; + } + .dir-rtl .card.card-block .action-menu .menubar .dropdown .dropdown-menu { + right: 0; + left: auto; + } + .coursebox > .info > .coursename a { + font-size: 18px; + } + +} + +/**/ +.pagelayout-frontpage { + #page { + padding-top: 50px; + #page-header { + display: none; + } + } +} +#page-my-index { + .has-blocks .card.card-block .block-region .block .card-block .card-text { + border: 0; + } +} +.block_myoverview .content-centred .nav.nav-pills .nav-item .nav-link.active { + background-color: $color_olivine_approx; +} +.has-blocks { + .card.card-block { + .block-region { + .block { + &.block_myoverview { + border: 0; + .card-text { + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + } + } + .card-block { + .card-title { + display: none; + } + .title .card-title { + display: block; + } + .card-text { + padding: 0; + } + .block-controls { + .menubar { + .dropdown { + a.dropdown-toggle { + i.icon { + margin: 0; + } + } + .dropdown-menu { + a.dropdown-item { + i.icon { + color: $color_olivine_approx; + } + } + } + } + } + } + } + } + } + } +} + +.hidden-print .block-region .block { + .card-block { + .block-controls .menubar { + .dropdown { + a.dropdown-toggle { + i.icon { + margin: 0; + } + } + .dropdown-menu { + a.dropdown-item { + i.icon { + color: $color_olivine_approx; + } + } + } + } + } + } +} + +#page-course-management { + #page #page-content { + ul.ml { + li { + .menubar { + .dropdown { + a.dropdown-toggle i.icon { + margin: 0; + } + .dropdown-menu { + a.dropdown-item { + i.icon { + color: $color_olivine_approx; + } + } + } + } + } + } + } + } +} + +#page { + #page-header .card { + .card-block .menubar .dropdown { + .dropdown-toggle i { + margin: 0; + } + .dropdown-menu .dropdown-item { + i { + color: $color_olivine_approx; + } + } + } + } + #page-content { + .has-blocks { + .card.card-block { + .course-content .weeks li.section { + .right .section_action_menu .action-menu { + .menubar .dropdown .dropdown-menu a.dropdown-item i.icon { + color: $color_olivine_approx; + } + } + .content { + ul.section li .mod-indent-outer .action-menu .menubar .dropdown { + .dropdown-menu .dropdown-item i.icon { + color: $color_olivine_approx; + } + } + .sectionname .inplaceeditable .quickeditlink i.icon { + vertical-align: top; + &:before { + font-size: 12px; + } + } + } + } + } + } + } +} +.messaging-area-container .messaging-area .contacts-area .tabs .tab { + div { + color: $color_olivine_approx; + } + &:hover { + color: $color_olivine_approx; + } +} +.editor_atto_menu .dropdown-menu > li > a { + display: block; +} +#page-admin-search .nav.nav-tabs { + border: 0; +} +.userlist .initialbar { + margin-bottom: 20px; +} +#page-mod-quiz-attempt .submitbtns { + text-align: right; + .mod_quiz-next-nav { + float: none; + } +} +.block-region .block .card-block.course-info-container { + padding: 1.25rem; +} + +.list-group-item.active { + background: $color_olivine_approx; + border-color: $color_olivine_approx; + span i.icon { + color: $white; + } +} +.initialbar .pagination .page-item { + &.active .page-link { + color: $white; + background-color: $color_olivine_approx; + border-color: $color_olivine_approx; + &:hover { + color: $white; + } + } + .page-link { + color: $color_olivine_approx; + } +} +#page-login-index #header button.btn { + display: none; +} +@media (max-width: 575px) { + #page-login-index .card { + margin-top: 50px; + } +} +.form-control:focus { + box-shadow: none; +} +.block .card-body.course-info-container { + padding: 1.25rem; +} +@media (max-width: 574px) { + .card-deck .card.courses-view-course-item { + width: 100%; + flex-basis: auto; + } +} +.dropdown-menu { + .dropdown-item { + &:active { + background: $color_light_gray; + color: $blaze_orange; + } + } +} + + +/*moodle-3.6*/ + +#page-wrapper { + height: auto; + margin-bottom: 50px; + + #nav-drawer{ + margin-top: 34px; + } +} +.pagination { + .page-item { + .page-link { + &:focus { + box-shadow: none; + } + i.icon { + line-height: 24px; + } + } + } +} +.activity-navigation { + a.btn.btn-link { + color: $color_olivine_approx; + &:hover { + color: $color_olivine_approx; + } + } +} +.block-myoverview { + .dropdown-menu { + .dropdown-item { + &.active { + background: $color_olivine_approx; + } + &:hover { + color: $white; + background: $color_olivine_approx; + i.icon { + color: $white; + } + } + &:focus { + color: $white; + background: $color_olivine_approx; + i.icon { + color: $white; + } + } + &:active { + color: $white; + background: $color_olivine_approx; + i.icon { + color: $white; + } + } + } + } +} +#page-my-index .block .block-cards { + .text-primary { + color: inherit; + } +} +.btn.btn-outline-secondary.dropdown-toggle { + &:hover { + color: $white; + background: $color_olivine_approx; + i.icon { + color: $white; + } + } + &:focus { + color: $white; + background: $color_olivine_approx; + box-shadow: none; + &:active { + color: $white; + box-shadow: none; + i.icon { + color: $white; + } + } + i.icon { + color: $white; + } + } + &:active { + color: $white; + background: $color_olivine_approx; + i.icon { + color: $white; + } + } +} +.block-timeline { + .dropdown-menu { + .dropdown-item { + &.active { + background: $color_olivine_approx; + } + } + } +} +button.close, .moodle-dialogue-base button.closebutton { + &:hover { + background: none; + } + &:focus { + background: none; + } +} +#header .usermenu a.dropdown-toggle { + padding: 0; + box-shadow: none; +} +.action-menu .dropdown-toggle { + box-shadow: none; +} +.show > .btn-outline-secondary.dropdown-toggle { + background: none; + color: inherit; +} +.block-region .block .card-body .block-myoverview .card-title { + width: 100%; + padding: 0; + background: none; + border: 0; + margin-right: 0 !important; + a { + font-size: 16px; + color: $color_olivine_approx; + } +} +.header-main .message-drawer { + .header-container { + .input-group .input-group-prepend { + .input-group-text { + padding-right: 10px !important; + } + } + .badge { + background-color: $color_olivine_approx !important; + } + } + .body-container { + .view-overview-body { + .section { + .badge { + background-color: $color_olivine_approx !important; + } + .btn { + &:focus { + color: $color_olivine_approx; + } + } + } + } + .nav { + .nav-item { + a.nav-link { + &.active { + background: $color_olivine_approx; + } + } + } + } + .custom-control.custom-radio { + .custom-control-input:checked~.custom-control-label { + &:before { + background-color: $color_olivine_approx; + } + } + .custom-control-input:active~.custom-control-label { + &:before { + background-color: rgba(136,183,123,.25); + } + } + .custom-control-input:checked:focus~.custom-control-label { + &:before { + background-color: $color_olivine_approx; + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(136,183,123,.25); + } + } + } + .switch { + input:checked + label { + &:before { + background-color: $color_olivine_approx; + } + } + input:focus + label { + &:before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(136,183,123,.25); + } + } + input:checked:focus + label { + &:before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(136,183,123,.25); + } + } + } + } +} +.block-region .block { + &.card .card-body { + padding: 0 !important; + } +} +.block-recentlyaccessedcourses { + .card .card-body.course-info-container { + padding: 1.25rem!important; + } +} +#region-main { + &.has-blocks { + .dashboard-card-deck .dashboard-card { + .card-body { + .card-title { + width: 100%; + margin-right: 0 !important; + } + } + } + } + .block-myoverview { + .dashboard-card-deck .dashboard-card { + .card-body { + padding: 10px !important; + } + } + .progress { + border-radius: 5px; + .progress-bar { + background-color: $blaze_orange; + } + } + } +} + +/* ========================================================================= */ + +/* Alterações da CAPA */ + +#page-site-index{ + #page{ + #list-course{ + .box-list-course{ + .coursename{ + $size-title: 17px; + $line-height-title: 1.4; + $lines-to-show-title: 2; + display: block; /* Fallback for non-webkit */ + display: -webkit-box; + max-width: 270px; + height: $size-title*$line-height-title*$lines-to-show-title; /* Fallback for non-webkit */ + margin: 5px 0 20px 0; + padding: 0 15px 0 15px !important; + font-size: $size-title; + line-height: $line-height-title; + -webkit-line-clamp: $lines-to-show-title; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + } + .summary{ + $size-description: 13px; + $line-height-description: 1.6; + $lines-to-show-description: 3; + font-weight: 300; + display: block; /* Fallback for non-webkit */ + display: -webkit-box; + //max-width: 318px; + height: $size-description*$line-height-description*$lines-to-show-description; /* Fallback for non-webkit */ + margin: 0 0 10px 0; + font-size: $size-description; + line-height: $line-height-description; + -webkit-line-clamp: $lines-to-show-description; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + //p{ + // $size-description: 13px; + // $line-height-description: 1.6; + // $lines-to-show-description: 3; + // font-weight: 300; + // display: block; /* Fallback for non-webkit */ + // display: -webkit-box; + // max-width: 318px; + // height: $size-description*$line-height-description*$lines-to-show-description; /* Fallback for non-webkit */ + // margin: 0 0 10px 0; + // font-size: $size-description; + // line-height: $line-height-description; + // -webkit-line-clamp: $lines-to-show-description; + // -webkit-box-orient: vertical; + // overflow: hidden; + // text-overflow: ellipsis; + //} + } + } + } + } +} + +/* Alterações do my */ + +.header-main{ + .container{ + .infoarea{ + a.nav-item{ + display: none; + font-weight: 100; + padding: 4px 15px; + margin-left: 0px; + border-right:1px solid #ffffff; + -moz-transition:color .1s ease-in; + -o-transition:color .1s ease-in; + -webkit-transition:color .1s ease-in; + } + div.nav-item{ + font-weight: 100; + padding: 4px 15px; + margin-left: 0px; + -moz-transition:color .1s ease-in; + -o-transition:color .1s ease-in; + -webkit-transition:color .1s ease-in; + } + .nav-link:hover{ + text-decoration: none; + color: #ffa600; + border-bottom:0px; + } + } + } +} + +.my-courses{ + padding: 0px; + .my-course{ + :nth-child(odd){ + //margin: 15px 15px 15px 0; + } + margin-bottom: 40px; + } +} + +#list-course, #msg-welcome{ + h2{ + font-size: 28px; + font-weight: 100; + color: #555; + padding: 0 0 20px 0; + margin-bottom: 20px; + border-bottom: 1px solid #e2e2e2; + font-family: 'Open Sans'; + } + .box-list-course{ + -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1); + -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1); + box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1); + padding: 0 0 20px; + + h3.coursename{ + font-size: 21px; + font-weight: 100; + margin-bottom: 10px; + padding: 10px 15px 0; + font-family: 'Open Sans', sans-serif; + a{ + color: #689f59; + font-family: 'Open Sans', sans-serif; + } + } + .courseimage{ + /* + float: left; + padding: 5px; + border: 1px solid #ccc; + margin-right: 20px; + */ + margin: 0; + clear: none; + img{ + /* + max-width: 160px; + max-height: 113px; + */ + max-width: 100%; + } + } + .summary{ + font-size: 16px; + line-height: 20px; + font-family: 'Open Sans' sans-serif; + padding: 0 15px; + } + } +} \ No newline at end of file diff --git a/settings.php b/settings.php new file mode 100644 index 0000000..27b18e6 --- /dev/null +++ b/settings.php @@ -0,0 +1,217 @@ +. + +/** + * Settings configuration for admin setting section + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die; + +if (is_siteadmin()) { + $settings = new theme_boost_admin_settingspage_tabs('themesettingqualisaude', get_string('configtitle', 'theme_qualisaude')); + $ADMIN->add('themes', new admin_category('theme_qualisaude', 'qualisaude')); + + /* Header Settings */ + $temp = new admin_settingpage('theme_qualisaude_header', get_string('headerheading', 'theme_qualisaude')); + + // Logo file setting. + $name = 'theme_qualisaude/logo'; + $title = get_string('logo', 'theme_qualisaude'); + $description = get_string('logodesc', 'theme_qualisaude'); + $setting = new admin_setting_configstoredfile($name, $title, $description, 'logo'); + $setting->set_updatedcallback('theme_reset_all_caches'); + $temp->add($setting); + + // Custom CSS file. + $name = 'theme_qualisaude/customcss'; + $title = get_string('customcss', 'theme_qualisaude'); + $description = get_string('customcssdesc', 'theme_qualisaude'); + $default = ''; + $setting = new admin_setting_configtextarea($name, $title, $description, $default); + $setting->set_updatedcallback('theme_reset_all_caches'); + $temp->add($setting); + $settings->add($temp); + + /* Slideshow Settings Start */ + $temp = new admin_settingpage('theme_qualisaude_slideshow', get_string('slideshowheading', 'theme_qualisaude')); + $temp->add(new admin_setting_heading('theme_qualisaude_slideshow', get_string('slideshowheadingsub', 'theme_qualisaude'), + format_text(get_string('slideshowdesc', 'theme_qualisaude'), FORMAT_MARKDOWN))); + + // Display Slideshow. + $name = 'theme_qualisaude/toggleslideshow'; + $title = get_string('toggleslideshow', 'theme_qualisaude'); + $description = get_string('toggleslideshowdesc', 'theme_qualisaude'); + $yes = get_string('yes'); + $no = get_string('no'); + $default = 1; + $choices = array(1 => $yes , 0 => $no); + $setting = new admin_setting_configselect($name, $title, $description, $default, $choices); + $temp->add($setting); + + // Number of slides. + $name = 'theme_qualisaude/numberofslides'; + $title = get_string('numberofslides', 'theme_qualisaude'); + $description = get_string('numberofslides_desc', 'theme_qualisaude'); + $default = 3; + $choices = array( + 1 => '1', + 2 => '2', + 3 => '3', + 4 => '4', + 5 => '5', + 6 => '6', + 7 => '7', + 8 => '8', + 9 => '9', + 10 => '10', + 11 => '11', + 12 => '12', + ); + $temp->add(new admin_setting_configselect($name, $title, $description, $default, $choices)); + + // Slideshow settings. + $numberofslides = get_config('theme_qualisaude', 'numberofslides'); + for ($i = 1; $i <= $numberofslides; $i++) { + + // This is the descriptor for Slide One. + $name = 'theme_qualisaude/slide' . $i . 'info'; + $heading = get_string('slideno', 'theme_qualisaude', array('slide' => $i)); + $information = get_string('slidenodesc', 'theme_qualisaude', array('slide' => $i)); + $setting = new admin_setting_heading($name, $heading, $information); + $temp->add($setting); + + // Slide Image. + $name = 'theme_qualisaude/slide' . $i . 'image'; + $title = get_string('slideimage', 'theme_qualisaude'); + $description = get_string('slideimagedesc', 'theme_qualisaude'); + $setting = new admin_setting_configstoredfile($name, $title, $description, 'slide' . $i . 'image'); + $setting->set_updatedcallback('theme_reset_all_caches'); + $temp->add($setting); + + // Slide Caption. + $name = 'theme_qualisaude/slide' . $i . 'caption'; + $title = get_string('slidecaption', 'theme_qualisaude'); + $description = get_string('slidecaptiondesc', 'theme_qualisaude'); + $default = get_string('slidecaptiondefault', 'theme_qualisaude', array('slideno' => sprintf('%02d', $i) )); + $setting = new admin_setting_configtext($name, $title, $description, $default, PARAM_TEXT); + $temp->add($setting); + + // Slide Description Text. + $name = 'theme_qualisaude/slide' . $i . 'desc'; + $title = get_string('slidedesc', 'theme_qualisaude'); + $description = get_string('slidedesctext', 'theme_qualisaude'); + $default = get_string('slidedescdefault', 'theme_qualisaude'); + $setting = new admin_setting_confightmleditor($name, $title, $description, $default); + $temp->add($setting); + } + $settings->add($temp); + + /* Slideshow Settings End*/ + + /* Footer Settings start */ + $temp = new admin_settingpage('theme_qualisaude_footer', get_string('footerheading', 'theme_qualisaude')); + + /* Enable and Disable footer logo */ + $name = 'theme_qualisaude/footlogo'; + $title = get_string('enable', 'theme_qualisaude'); + $description = ''; + $default = '1'; + $setting = new admin_setting_configcheckbox($name, $title, $description, $default); + $temp->add($setting); + + /* Footer Content */ + $name = 'theme_qualisaude/footnote'; + $title = get_string('footnote', 'theme_qualisaude'); + $description = get_string('footnotedesc', 'theme_qualisaude'); + $default = get_string('footnotedefault', 'theme_qualisaude'); + $setting = new admin_setting_confightmleditor($name, $title, $description, $default); + $setting->set_updatedcallback('theme_reset_all_caches'); + $temp->add($setting); + + // INFO Link. + $name = 'theme_qualisaude/infolink'; + $title = get_string('infolink', 'theme_qualisaude'); + $description = get_string('infolink_desc', 'theme_qualisaude'); + $default = get_string('infolinkdefault', 'theme_qualisaude'); + $setting = new admin_setting_configtextarea($name, $title, $description, $default); + $temp->add($setting); + + // Copyright. + $name = 'theme_qualisaude/copyright_footer'; + $title = get_string('copyright_footer', 'theme_qualisaude'); + $description = ''; + $default = get_string('copyright_default', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + /* Address , Email , Phone No */ + $name = 'theme_qualisaude/address'; + $title = get_string('address', 'theme_qualisaude'); + $description = ''; + $default = get_string('defaultaddress', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + $name = 'theme_qualisaude/emailid'; + $title = get_string('emailid', 'theme_qualisaude'); + $description = ''; + $default = get_string('defaultemailid', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + $name = 'theme_qualisaude/phoneno'; + $title = get_string('phoneno', 'theme_qualisaude'); + $description = ''; + $default = get_string('defaultphoneno', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + /* Facebook, Pinterest, Twitter, Google+ Settings */ + $name = 'theme_qualisaude/fburl'; + $title = get_string('fburl', 'theme_qualisaude'); + $description = get_string('fburldesc', 'theme_qualisaude'); + $default = get_string('fburl_default', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + $name = 'theme_qualisaude/pinurl'; + $title = get_string('pinurl', 'theme_qualisaude'); + $description = get_string('pinurldesc', 'theme_qualisaude'); + $default = get_string('pinurl_default', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + $name = 'theme_qualisaude/twurl'; + $title = get_string('twurl', 'theme_qualisaude'); + $description = get_string('twurldesc', 'theme_qualisaude'); + $default = get_string('twurl_default', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + $name = 'theme_qualisaude/gpurl'; + $title = get_string('gpurl', 'theme_qualisaude'); + $description = get_string('gpurldesc', 'theme_qualisaude'); + $default = get_string('gpurl_default', 'theme_qualisaude'); + $setting = new admin_setting_configtext($name, $title, $description, $default); + $temp->add($setting); + + $settings->add($temp); + /* Footer Settings end */ +} diff --git a/style/baccessibility.css b/style/baccessibility.css new file mode 100644 index 0000000..bd792ec --- /dev/null +++ b/style/baccessibility.css @@ -0,0 +1,254 @@ +#b-acc-toolbarWrap { + width: 180px; + height: 100%; + position: fixed; + top: 0; + bottom: 0; + border: 0; + z-index: 999999; + font-family: 'Arial', sans-serif; + -webkit-transition: all 400ms ease-out; + -moz-transition: all 400ms ease-out; + -ms-transition: all 400ms ease-out; + -o-transition: all 400ms ease-out; + transition: all 400ms ease-out; +} +#b-acc-toolbarWrap div.b-acc_hide_toolbar { + border: 0; + padding: 0; + position: absolute; + top: 10%; + /* background-color: #4169E1 !important; */ + /* background-image: url("../images/universal-access.png"); */ + background-repeat: no-repeat; +} +#b-acc-toolbarWrap div.b-acc_hide_toolbar.middle { + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -ms-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); +} +#b-acc-toolbarWrap div.b-acc_hide_toolbar.bottom { + top: auto; + bottom: 10%; +} +/* +#b-acc-toolbarWrap div.b-acc_hide_toolbar span { + position: absolute; + display: block; + width: 100%; + text-align: center; + bottom: 5px; + top: 39px; + line-height: 12px; + font-weight: 700; + height: 12px; + background-color: #4169E1 !important; + color: white !important; +} */ +#b-acc-toolbarWrap div.b-acc_hide_toolbar.b-acc-icon-small { + width: 38px; + height: 38px; + font-size: 9px; + background-size: 80%; + background-position: center center; + overflow: hidden; +} +#b-acc-toolbarWrap div.b-acc_hide_toolbar.b-acc-icon-medium { + width: 66px; + height: 56px; + font-size: 9px; + background-position: center 5px; +} +#b-acc-toolbarWrap.right { + right: 0; +} +#b-acc-toolbarWrap.right.close-toolbar { + right: -180px; +} +#b-acc-toolbarWrap.right div.b-acc_hide_toolbar.b-acc-icon-small { + left: -38px; +} +#b-acc-toolbarWrap.right div.b-acc_hide_toolbar.b-acc-icon-medium { + left: -66px; +} +#b-acc-toolbarWrap.left { + left: 0; +} +#b-acc-toolbarWrap.left.close-toolbar { + left: -180px; +} +#b-acc-toolbarWrap.left div.b-acc_hide_toolbar.b-acc-icon-small { + right: -38px; +} +#b-acc-toolbarWrap.left div.b-acc_hide_toolbar.b-acc-icon-medium { + right: -66px; +} +#b-acc-toolbarWrap .b-acc-author { + position: absolute; + bottom: 5px; + right: 5px; + left: 5px; + text-align: center; + font-size: 13px; + background-color: transparent !important; +} +#b-acc-toolbarWrap .b-acc-author a { + color: #fffacd !important; + -webkit-transition: all 250ms ease; + -moz-transition: all 250ms ease; + -ms-transition: all 250ms ease; + -o-transition: all 250ms ease; + transition: all 250ms ease; + background-color: transparent !important; +} +#b-acc-toolbarWrap .b-acc-author a:hover, +#b-acc-toolbarWrap .b-acc-author a:focus { + opacity: 1; + text-decoration: none; +} +#b-acc_toolbar { + list-style: none; + padding: 0 10px; + margin: 0; + background: #242424 !important; + position: absolute; + right: 0; + left: 0; + top: 0; + bottom: 0; +} +#b-acc_toolbar h3 { + font-size: 18px !important; + font-weight: 700; + text-align: center; + padding: 0 0 10px; + margin: 10px 0 0; + color: #fffacd !important; + background-color: transparent !important; +} +#b-acc_toolbar .b-acc-font-reset, +#b-acc_toolbar .b-acc-contrast-reset { + -webkit-appearance: none; + background: none; + border: 0; + padding: 0; + text-decoration: underline; + text-align: center; +} +#b-acc_toolbar li { + display: inline-block; + width: 100%; + margin: 0; + padding: 0; + border-bottom: 1px solid #575757; + background-color: transparent !important; +} +#b-acc_toolbar li button { + color: white; + border: 0; + padding: 0 10px; + font-size: 13px; + display: block; + width: 100%; + text-align: left; + line-height: 2; + background-color: transparent !important; + -webkit-appearance: none; + -webkit-transition: all 250ms ease; + -moz-transition: all 250ms ease; + -ms-transition: all 250ms ease; + -o-transition: all 250ms ease; + transition: all 250ms ease; +} +#b-acc_toolbar li button:hover, +#b-acc_toolbar li button:focus { + background-color: #3d3d3d !important; +} +#b-acc_toolbar li button.b-acc-hide { + display: none; +} +#b-acc_toolbar li button.b-acc-hide, +#b-acc_toolbar li button.b-acc-contrast-reset, +#b-acc_toolbar li button.b-acc-font-reset { + border-top: 1px solid #575757; +} +.rtl #b-acc_toolbar li button { + text-align: right; +} +.rtl #b-acc_toolbar li button.b-acc-contrast-reset, +.rtl #b-acc_toolbar li button.b-acc-font-reset { + text-align: center; +} + +.b-acc-dark { + background: #171717 !important; + color: #ffee00 !important; +} + +body.b-acc-dark { + background: #171717 !important; + color: #ffee00 !important; +} +body.b-acc-bright { + background: white !important; + color: #171717 !important; +} +body.b-acc-dark a { + color: #ffee00 !important; +} +body.b-acc-dark .panel, +body.b-acc-dark .jumbotron, +body.b-acc-dark .container .jumbotron, +body.b-acc-dark .container-fluid .jumbotron { + background-color: rgba(255, 255, 255, 0.1); +} +body.b-acc-dark .panel-default { + border-color: rgba(255, 255, 255, 0.2); +} +body.b-acc-dark #b-acc_toolbar li button.b-acc-dark-btn { + background-color: #3d3d3d; +} +body.b-acc-bright #b-acc_toolbar li button.b-acc-bright-btn { + background-color: #3d3d3d !important; +} +body.b-acc-focus a:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +body.b-acc-grayscale { + filter: url("data:image/svg+xml;utf8,#grayscale"); + filter: gray; + -webkit-filter: grayscale(100%); +} +body.b-acc-grayscale #b-acc_toolbar li button.b-acc-grayscale { + background-color: #3d3d3d; +} + +.body .container { + background-color: transparent; +} + +/* Accessibilty statement (popup) */ +.messagepop { + background-color:#FFFFFF; + border:1px solid #999999; + cursor:default; + display:none; + left: 25%; + margin-top: 15px; + position:fixed; + text-align:left; + top: 100px; + width:50%; + z-index:50; + padding: 25px 25px 20px; +} +.messagepop p, .messagepop.div { + border-bottom: 1px solid #EFEFEF; + margin: 8px 0; + padding-bottom: 8px; +} diff --git a/style/bootstrap.min.css b/style/bootstrap.min.css new file mode 100644 index 0000000..64aa2e6 --- /dev/null +++ b/style/bootstrap.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,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:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);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')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.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}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.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}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.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}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.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,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.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,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.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:#555;background-color:#e7e7e7}.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:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.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:#fff;background-color:#080808}.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:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none;visibility:hidden}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}} \ No newline at end of file diff --git a/style/capa/accordion.css b/style/capa/accordion.css new file mode 100644 index 0000000..e74f727 --- /dev/null +++ b/style/capa/accordion.css @@ -0,0 +1,179 @@ +.accordion { + width: 100%; + height: 491px; + overflow: hidden; + margin: 0px auto; + color: #474747; + /*background: url('../img/bg/bg-accordion.jpg') repeat-x; */ + /*background-size: 861px 567px;*/ +} +.accordion p.titulo { + font-family: 'PT Sans', sans-serif; + font-size: 18px; + color: #004a8f; + margin-bottom: 5px; +} +.accordion p { + font-family: Arial, Helvetica, sans-serif; + font-size: 13px; + color: #004a8f; +} +/*Set style of open slide*/ +/*.accordion section:target, */.accordion section.ativo { background:#FFF; padding:10px;} +/*.accordion section:target:hover, */.accordion section.ativo:hover { background:#FFF; } +/*.accordion section:target h2, */.accordion section.ativo h2 {width:auto; padding-left: 70px;} +/*.accordion section:target h2 a, */.accordion section.ativo h2 a{ color:#fbfefd; padding:0;} +/*.accordion section:target p, */.accordion section.ativo p {display:block; padding-left: 77px;} +.accordion section h2 a{ + font-family: 'PT Sans', sans-serif; + font-weight: 300; + padding: 0px 0px 33px 10px; + display: block; + font-size: 22px; + color: #fbfefd; + text-decoration: none; +} + +/*set style of closed slide*/ +.accordion section{ float:left; overflow:hidden; color:#333; cursor:pointer; background: #333; margin:0px 0px 0px 1px; } +.accordion section:first-child { margin-left: 0px; } +.accordion section:hover {background:#444;} +.accordion section p { display:none; } +.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;} +#colaboradores-online.modulo-2 { + background: url(../img/bg/modulo-2/bg-accordion-colaboradores-online.jpg) no-repeat; + position: relative; +} +#colaboradores-online.modulo-3 { + background: url(../img/bg/modulo-3/bg-accordion-colaboradores-online.jpg) no-repeat; + position: relative; +} +#colaboradores-online.modulo-4 { + background: url(../img/bg/modulo-4/bg-accordion-colaboradores-online.jpg) no-repeat; + position: relative; +} +#colaboradores-online.modulo-5 { + background: url(../img/bg/modulo-5/bg-accordion-colaboradores-online.jpg) no-repeat; + position: relative; +} +#colaboradores-online.modulo-5.ativo p { color: #fff; } + +#instrucoes.modulo-2 { + background: url(../img/bg/modulo-2/bg-accordion-instrucoes.png) no-repeat; + position: relative; +} +#instrucoes.modulo-3 { + background: url(../img/bg/modulo-3/bg-accordion-instrucoes.png) no-repeat; + position: relative; +} +#instrucoes.modulo-4 { + background: url(../img/bg/modulo-4/bg-accordion-instrucoes.png) no-repeat; + position: relative; +} +#instrucoes.modulo-5 { + background: url(../img/bg/modulo-5/bg-accordion-instrucoes.png) no-repeat; + position: relative; +} +#instrucoes .left { + margin: 0px 0px 0px 68px; + float: left; +} +#instrucoes .right { + padding: 142px 30px 0px 20px; +} +#instrucoes .right p { + color: #004a8f; +} +#instrucoes.modulo-5 .right p { + color: #fff; +} +#colaboradores-do-curso.modulo-2 { + background: url(../img/bg/modulo-2/bg-accordion-colaboradores-do-curso.png) no-repeat; + position: relative; +} +#colaboradores-do-curso.modulo-3 { + background: url(../img/bg/modulo-3/bg-accordion-colaboradores-do-curso.png) no-repeat; + position: relative; +} +#colaboradores-do-curso.modulo-4 { + background: url(../img/bg/modulo-4/bg-accordion-colaboradores-do-curso.png) no-repeat; + position: relative; +} +#colaboradores-do-curso.modulo-5 { + background: url(../img/bg/modulo-5/bg-accordion-colaboradores-do-curso.png) no-repeat; + position: relative; +} +#colaboradores-do-curso.modulo-5.ativo p { color: #fff; } +/* +#colegas { + background: url(../img/bg/bg-accordion-colegas.jpg) no-repeat; + position: relative; +} +#participantes { + background: url(../img/bg/bg-accordion-participantes.jpg) no-repeat; + position: relative; +} +#reuniao { + background: url(../img/bg/bg-accordion-sala-reuniao.png) no-repeat; + position: relative; +} +*/ + +/*.accordion section:nth-child(1):after{content:'1';} +.accordion section:nth-child(2):after{content:'2';} +.accordion section:nth-child(3):after{content:'3';} +.accordion section:nth-child(4):after{content:'4';} +.accordion section:nth-child(5):after{content:'5';}*/ + +/*Position the number of the slide*/ +.horizontal section{ + /*width:70px;*/ + width: 69px; + height: 491px; + -moz-transition: width 0.2s ease-out; + -webkit-transition:width 0.2s ease-out; + -o-transition:width 0.2s ease-out; + transition:width 0.2s ease-out; +} + +/*Position the number of the slide*/ +.horizontal section:after{ + top:140px; + left:15px; +} + +/*Header of closed slide*/ +.horizontal section h2 { + -webkit-transform:rotate(90deg); + -moz-transform:rotate(90deg); + -o-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); + width: 240px; + position: relative; + left: -84px; + top: 85px; + height: 67px; +} + +/*On mouse over open slide*/ +.horizontal section.ativo{ /*width:557px;*/width:1058px;height:491px; } +/*.horizontal :target{ width:557px;height:515px; }*/ +/*.horizontal :target h2, */.horizontal section.ativo h2{ + position: absolute; + left: -46px; + top: 4px; +} +.horizontal :target #instrucoes h2 { + position: absolute; + left: -46px; + top: 4px; +} +.horizontal :target #reuniao h2 { + position: absolute; + left: -46px; + top: 4px; +} +.horizontal :target #instrucoes { + /*background: url(../img/redes/bg-accordion.jpg) no-repeat;*/ +} \ No newline at end of file diff --git a/style/capa/bootstrap.css b/style/capa/bootstrap.css new file mode 100644 index 0000000..7f36651 --- /dev/null +++ b/style/capa/bootstrap.css @@ -0,0 +1,5785 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background: transparent; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sup { + top: -.5em; +} +sub { + bottom: -.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + height: 0; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + margin: 0; + font: inherit; + color: inherit; +} +button { + overflow: visible; +} +button, +select { + text-transform: none; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +html input[disabled] { + cursor: default; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-spacing: 0; + border-collapse: collapse; +} +td, +th { + padding: 0; +} +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + select { + background: #fff !important; + } + .navbar { + display: none; + } + .table td, + .table th { + background-color: #fff !important; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 62.5%; + + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #333; + background-color: #fff; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #428bca; + text-decoration: none; +} +a:hover, +a:focus { + color: #2a6496; + text-decoration: underline; +} +a:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + display: inline-block; + max-width: 100%; + height: auto; + padding: 4px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: inherit; + font-weight: 500; + line-height: 1.1; + color: inherit; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +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; + line-height: 1; + color: #999; +} +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} +h1, +.h1 { + font-size: 36px; +} +h2, +.h2 { + font-size: 30px; +} +h3, +.h3 { + font-size: 24px; +} +h4, +.h4 { + font-size: 18px; +} +h5, +.h5 { + font-size: 14px; +} +h6, +.h6 { + font-size: 12px; +} +p { + margin: 0 0 10px; +} +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 200; + line-height: 1.4; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +cite { + font-style: normal; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-muted { + color: #999; +} +.text-primary { + color: #428bca; +} +a.text-primary:hover { + color: #3071a9; +} +.text-success { + color: #3c763d; +} +a.text-success:hover { + color: #2b542c; +} +.text-info { + color: #31708f; +} +a.text-info:hover { + color: #245269; +} +.text-warning { + color: #8a6d3b; +} +a.text-warning:hover { + color: #66512c; +} +.text-danger { + color: #a94442; +} +a.text-danger:hover { + color: #843534; +} +.bg-primary { + color: #fff; + background-color: #428bca; +} +a.bg-primary:hover { + background-color: #3071a9; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + margin-left: -5px; + list-style: none; +} +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #999; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #999; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + text-align: right; + border-right: 5px solid #eee; + border-left: 0; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +blockquote:before, +blockquote:after { + content: ""; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857143; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + white-space: nowrap; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #fff; + background-color: #333; + border-radius: 3px; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + color: #333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #ccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + float: left; +} +.col-xs-12 { + width: 100%; +} +.col-xs-11 { + width: 91.66666667%; +} +.col-xs-10 { + width: 83.33333333%; +} +.col-xs-9 { + width: 75%; +} +.col-xs-8 { + width: 66.66666667%; +} +.col-xs-7 { + width: 58.33333333%; +} +.col-xs-6 { + width: 50%; +} +.col-xs-5 { + width: 41.66666667%; +} +.col-xs-4 { + width: 33.33333333%; +} +.col-xs-3 { + width: 25%; +} +.col-xs-2 { + width: 16.66666667%; +} +.col-xs-1 { + width: 8.33333333%; +} +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666667%; +} +.col-xs-pull-10 { + right: 83.33333333%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666667%; +} +.col-xs-pull-7 { + right: 58.33333333%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666667%; +} +.col-xs-pull-4 { + right: 33.33333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.66666667%; +} +.col-xs-pull-1 { + right: 8.33333333%; +} +.col-xs-pull-0 { + right: 0; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666667%; +} +.col-xs-push-10 { + left: 83.33333333%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666667%; +} +.col-xs-push-7 { + left: 58.33333333%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666667%; +} +.col-xs-push-4 { + left: 33.33333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.66666667%; +} +.col-xs-push-1 { + left: 8.33333333%; +} +.col-xs-push-0 { + left: 0; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666667%; +} +.col-xs-offset-10 { + margin-left: 83.33333333%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666667%; +} +.col-xs-offset-7 { + margin-left: 58.33333333%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.66666667%; +} +.col-xs-offset-1 { + margin-left: 8.33333333%; +} +.col-xs-offset-0 { + margin-left: 0; +} +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666667%; + } + .col-sm-10 { + width: 83.33333333%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666667%; + } + .col-sm-7 { + width: 58.33333333%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666667%; + } + .col-sm-4 { + width: 33.33333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.66666667%; + } + .col-sm-1 { + width: 8.33333333%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666667%; + } + .col-sm-pull-10 { + right: 83.33333333%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666667%; + } + .col-sm-pull-7 { + right: 58.33333333%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666667%; + } + .col-sm-pull-4 { + right: 33.33333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.66666667%; + } + .col-sm-pull-1 { + right: 8.33333333%; + } + .col-sm-pull-0 { + right: 0; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666667%; + } + .col-sm-push-10 { + left: 83.33333333%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666667%; + } + .col-sm-push-7 { + left: 58.33333333%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666667%; + } + .col-sm-push-4 { + left: 33.33333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.66666667%; + } + .col-sm-push-1 { + left: 8.33333333%; + } + .col-sm-push-0 { + left: 0; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666667%; + } + .col-sm-offset-10 { + margin-left: 83.33333333%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666667%; + } + .col-sm-offset-7 { + margin-left: 58.33333333%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.66666667%; + } + .col-sm-offset-1 { + margin-left: 8.33333333%; + } + .col-sm-offset-0 { + margin-left: 0; + } +} +@media (min-width: 992px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666667%; + } + .col-md-10 { + width: 83.33333333%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666667%; + } + .col-md-7 { + width: 58.33333333%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666667%; + } + .col-md-4 { + width: 33.33333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.66666667%; + } + .col-md-1 { + width: 8.33333333%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666667%; + } + .col-md-pull-10 { + right: 83.33333333%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666667%; + } + .col-md-pull-7 { + right: 58.33333333%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666667%; + } + .col-md-pull-4 { + right: 33.33333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.66666667%; + } + .col-md-pull-1 { + right: 8.33333333%; + } + .col-md-pull-0 { + right: 0; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666667%; + } + .col-md-push-10 { + left: 83.33333333%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666667%; + } + .col-md-push-7 { + left: 58.33333333%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666667%; + } + .col-md-push-4 { + left: 33.33333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.66666667%; + } + .col-md-push-1 { + left: 8.33333333%; + } + .col-md-push-0 { + left: 0; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666667%; + } + .col-md-offset-10 { + margin-left: 83.33333333%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666667%; + } + .col-md-offset-7 { + margin-left: 58.33333333%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.66666667%; + } + .col-md-offset-1 { + margin-left: 8.33333333%; + } + .col-md-offset-0 { + margin-left: 0; + } +} +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666667%; + } + .col-lg-10 { + width: 83.33333333%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666667%; + } + .col-lg-7 { + width: 58.33333333%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666667%; + } + .col-lg-4 { + width: 33.33333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.66666667%; + } + .col-lg-1 { + width: 8.33333333%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666667%; + } + .col-lg-pull-10 { + right: 83.33333333%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666667%; + } + .col-lg-pull-7 { + right: 58.33333333%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666667%; + } + .col-lg-pull-4 { + right: 33.33333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.66666667%; + } + .col-lg-pull-1 { + right: 8.33333333%; + } + .col-lg-pull-0 { + right: 0; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666667%; + } + .col-lg-push-10 { + left: 83.33333333%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666667%; + } + .col-lg-push-7 { + left: 58.33333333%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666667%; + } + .col-lg-push-4 { + left: 33.33333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.66666667%; + } + .col-lg-push-1 { + left: 8.33333333%; + } + .col-lg-push-0 { + left: 0; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666667%; + } + .col-lg-offset-10 { + margin-left: 83.33333333%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666667%; + } + .col-lg-offset-7 { + margin-left: 58.33333333%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.66666667%; + } + .col-lg-offset-1 { + margin-left: 8.33333333%; + } + .col-lg-offset-0 { + margin-left: 0; + } +} +table { + max-width: 100%; + background-color: transparent; +} +th { + text-align: left; +} +.table { + width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #ddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-child(odd) > td, +.table-striped > tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; +} +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f5f5f5; +} +table col[class*="col-"] { + position: static; + display: table-column; + float: none; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + display: table-cell; + float: none; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +@media (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: scroll; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + /* IE8-9 */ + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.42857143; + color: #555; +} +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; +} +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); +} +.form-control::-moz-placeholder { + color: #999; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #999; +} +.form-control::-webkit-input-placeholder { + color: #999; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + cursor: not-allowed; + background-color: #eee; + opacity: 1; +} +textarea.form-control { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +input[type="date"] { + line-height: 34px; +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + display: block; + min-height: 20px; + padding-left: 20px; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + display: inline; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + float: left; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +.radio[disabled], +.radio-inline[disabled], +.checkbox[disabled], +.checkbox-inline[disabled], +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"], +fieldset[disabled] .radio, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 42.5px; +} +.has-feedback .form-control-feedback { + position: absolute; + top: 25px; + right: 0; + display: block; + width: 34px; + height: 34px; + line-height: 34px; + text-align: center; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline { + color: #3c763d; +} +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} +.has-success .form-control-feedback { + color: #3c763d; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline { + color: #8a6d3b; +} +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; +} +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} +.has-warning .form-control-feedback { + color: #8a6d3b; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline { + color: #a94442; +} +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; +} +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} +.has-error .form-control-feedback { + color: #a94442; +} +.form-control-static { + margin-bottom: 0; +} +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .control-label, +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} +.form-horizontal .form-control-static { + padding-top: 7px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + } +} +.form-horizontal .has-feedback .form-control-feedback { + top: 0; + right: 15px; +} +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus { + color: #333; + text-decoration: none; +} +.btn:active, +.btn.active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn { + pointer-events: none; + cursor: not-allowed; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; + opacity: .65; +} +.btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus, +.btn-default:active, +.btn-default.active, +.open .dropdown-toggle.btn-default { + color: #333; + background-color: #ebebeb; + border-color: #adadad; +} +.btn-default:active, +.btn-default.active, +.open .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #fff; + border-color: #ccc; +} +.btn-default .badge { + color: #fff; + background-color: #333; +} +.btn-primary { + color: #fff; + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #fff; + background-color: #3276b1; + border-color: #285e8e; +} +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #428bca; + border-color: #357ebd; +} +.btn-primary .badge { + color: #428bca; + background-color: #fff; +} +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #fff; + background-color: #47a447; + border-color: #398439; +} +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #5cb85c; + border-color: #4cae4c; +} +.btn-success .badge { + color: #5cb85c; + background-color: #fff; +} +.btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #fff; + background-color: #39b3d7; + border-color: #269abc; +} +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #5bc0de; + border-color: #46b8da; +} +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +.btn-warning { + color: #fff; + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #fff; + background-color: #ed9c28; + border-color: #d58512; +} +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f0ad4e; + border-color: #eea236; +} +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} +.btn-danger { + color: #fff; + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #fff; + background-color: #d2322d; + border-color: #ac2925; +} +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + color: #428bca; + cursor: pointer; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #2a6496; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #999; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; + padding-right: 0; + padding-left: 0; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.fade { + opacity: 0; + -webkit-transition: opacity .15s linear; + transition: opacity .15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + transition: height .35s ease; +} +@font-face { + font-family: 'Glyphicons Halflings'; + + src: url('../fonts/glyphicons-halflings-regular.eot'); + 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'); +} +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\2a"; +} +.glyphicon-plus:before { + content: "\2b"; +} +.glyphicon-euro:before { + content: "\20ac"; +} +.glyphicon-minus:before { + content: "\2212"; +} +.glyphicon-cloud:before { + content: "\2601"; +} +.glyphicon-envelope:before { + content: "\2709"; +} +.glyphicon-pencil:before { + content: "\270f"; +} +.glyphicon-glass:before { + content: "\e001"; +} +.glyphicon-music:before { + content: "\e002"; +} +.glyphicon-search:before { + content: "\e003"; +} +.glyphicon-heart:before { + content: "\e005"; +} +.glyphicon-star:before { + content: "\e006"; +} +.glyphicon-star-empty:before { + content: "\e007"; +} +.glyphicon-user:before { + content: "\e008"; +} +.glyphicon-film:before { + content: "\e009"; +} +.glyphicon-th-large:before { + content: "\e010"; +} +.glyphicon-th:before { + content: "\e011"; +} +.glyphicon-th-list:before { + content: "\e012"; +} +.glyphicon-ok:before { + content: "\e013"; +} +.glyphicon-remove:before { + content: "\e014"; +} +.glyphicon-zoom-in:before { + content: "\e015"; +} +.glyphicon-zoom-out:before { + content: "\e016"; +} +.glyphicon-off:before { + content: "\e017"; +} +.glyphicon-signal:before { + content: "\e018"; +} +.glyphicon-cog:before { + content: "\e019"; +} +.glyphicon-trash:before { + content: "\e020"; +} +.glyphicon-home:before { + content: "\e021"; +} +.glyphicon-file:before { + content: "\e022"; +} +.glyphicon-time:before { + content: "\e023"; +} +.glyphicon-road:before { + content: "\e024"; +} +.glyphicon-download-alt:before { + content: "\e025"; +} +.glyphicon-download:before { + content: "\e026"; +} +.glyphicon-upload:before { + content: "\e027"; +} +.glyphicon-inbox:before { + content: "\e028"; +} +.glyphicon-play-circle:before { + content: "\e029"; +} +.glyphicon-repeat:before { + content: "\e030"; +} +.glyphicon-refresh:before { + content: "\e031"; +} +.glyphicon-list-alt:before { + content: "\e032"; +} +.glyphicon-lock:before { + content: "\e033"; +} +.glyphicon-flag:before { + content: "\e034"; +} +.glyphicon-headphones:before { + content: "\e035"; +} +.glyphicon-volume-off:before { + content: "\e036"; +} +.glyphicon-volume-down:before { + content: "\e037"; +} +.glyphicon-volume-up:before { + content: "\e038"; +} +.glyphicon-qrcode:before { + content: "\e039"; +} +.glyphicon-barcode:before { + content: "\e040"; +} +.glyphicon-tag:before { + content: "\e041"; +} +.glyphicon-tags:before { + content: "\e042"; +} +.glyphicon-book:before { + content: "\e043"; +} +.glyphicon-bookmark:before { + content: "\e044"; +} +.glyphicon-print:before { + content: "\e045"; +} +.glyphicon-camera:before { + content: "\e046"; +} +.glyphicon-font:before { + content: "\e047"; +} +.glyphicon-bold:before { + content: "\e048"; +} +.glyphicon-italic:before { + content: "\e049"; +} +.glyphicon-text-height:before { + content: "\e050"; +} +.glyphicon-text-width:before { + content: "\e051"; +} +.glyphicon-align-left:before { + content: "\e052"; +} +.glyphicon-align-center:before { + content: "\e053"; +} +.glyphicon-align-right:before { + content: "\e054"; +} +.glyphicon-align-justify:before { + content: "\e055"; +} +.glyphicon-list:before { + content: "\e056"; +} +.glyphicon-indent-left:before { + content: "\e057"; +} +.glyphicon-indent-right:before { + content: "\e058"; +} +.glyphicon-facetime-video:before { + content: "\e059"; +} +.glyphicon-picture:before { + content: "\e060"; +} +.glyphicon-map-marker:before { + content: "\e062"; +} +.glyphicon-adjust:before { + content: "\e063"; +} +.glyphicon-tint:before { + content: "\e064"; +} +.glyphicon-edit:before { + content: "\e065"; +} +.glyphicon-share:before { + content: "\e066"; +} +.glyphicon-check:before { + content: "\e067"; +} +.glyphicon-move:before { + content: "\e068"; +} +.glyphicon-step-backward:before { + content: "\e069"; +} +.glyphicon-fast-backward:before { + content: "\e070"; +} +.glyphicon-backward:before { + content: "\e071"; +} +.glyphicon-play:before { + content: "\e072"; +} +.glyphicon-pause:before { + content: "\e073"; +} +.glyphicon-stop:before { + content: "\e074"; +} +.glyphicon-forward:before { + content: "\e075"; +} +.glyphicon-fast-forward:before { + content: "\e076"; +} +.glyphicon-step-forward:before { + content: "\e077"; +} +.glyphicon-eject:before { + content: "\e078"; +} +.glyphicon-chevron-left:before { + content: "\e079"; +} +.glyphicon-chevron-right:before { + content: "\e080"; +} +.glyphicon-plus-sign:before { + content: "\e081"; +} +.glyphicon-minus-sign:before { + content: "\e082"; +} +.glyphicon-remove-sign:before { + content: "\e083"; +} +.glyphicon-ok-sign:before { + content: "\e084"; +} +.glyphicon-question-sign:before { + content: "\e085"; +} +.glyphicon-info-sign:before { + content: "\e086"; +} +.glyphicon-screenshot:before { + content: "\e087"; +} +.glyphicon-remove-circle:before { + content: "\e088"; +} +.glyphicon-ok-circle:before { + content: "\e089"; +} +.glyphicon-ban-circle:before { + content: "\e090"; +} +.glyphicon-arrow-left:before { + content: "\e091"; +} +.glyphicon-arrow-right:before { + content: "\e092"; +} +.glyphicon-arrow-up:before { + content: "\e093"; +} +.glyphicon-arrow-down:before { + content: "\e094"; +} +.glyphicon-share-alt:before { + content: "\e095"; +} +.glyphicon-resize-full:before { + content: "\e096"; +} +.glyphicon-resize-small:before { + content: "\e097"; +} +.glyphicon-exclamation-sign:before { + content: "\e101"; +} +.glyphicon-gift:before { + content: "\e102"; +} +.glyphicon-leaf:before { + content: "\e103"; +} +.glyphicon-fire:before { + content: "\e104"; +} +.glyphicon-eye-open:before { + content: "\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} +.glyphicon-warning-sign:before { + content: "\e107"; +} +.glyphicon-plane:before { + content: "\e108"; +} +.glyphicon-calendar:before { + content: "\e109"; +} +.glyphicon-random:before { + content: "\e110"; +} +.glyphicon-comment:before { + content: "\e111"; +} +.glyphicon-magnet:before { + content: "\e112"; +} +.glyphicon-chevron-up:before { + content: "\e113"; +} +.glyphicon-chevron-down:before { + content: "\e114"; +} +.glyphicon-retweet:before { + content: "\e115"; +} +.glyphicon-shopping-cart:before { + content: "\e116"; +} +.glyphicon-folder-close:before { + content: "\e117"; +} +.glyphicon-folder-open:before { + content: "\e118"; +} +.glyphicon-resize-vertical:before { + content: "\e119"; +} +.glyphicon-resize-horizontal:before { + content: "\e120"; +} +.glyphicon-hdd:before { + content: "\e121"; +} +.glyphicon-bullhorn:before { + content: "\e122"; +} +.glyphicon-bell:before { + content: "\e123"; +} +.glyphicon-certificate:before { + content: "\e124"; +} +.glyphicon-thumbs-up:before { + content: "\e125"; +} +.glyphicon-thumbs-down:before { + content: "\e126"; +} +.glyphicon-hand-right:before { + content: "\e127"; +} +.glyphicon-hand-left:before { + content: "\e128"; +} +.glyphicon-hand-up:before { + content: "\e129"; +} +.glyphicon-hand-down:before { + content: "\e130"; +} +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} +.glyphicon-globe:before { + content: "\e135"; +} +.glyphicon-wrench:before { + content: "\e136"; +} +.glyphicon-tasks:before { + content: "\e137"; +} +.glyphicon-filter:before { + content: "\e138"; +} +.glyphicon-briefcase:before { + content: "\e139"; +} +.glyphicon-fullscreen:before { + content: "\e140"; +} +.glyphicon-dashboard:before { + content: "\e141"; +} +.glyphicon-paperclip:before { + content: "\e142"; +} +.glyphicon-heart-empty:before { + content: "\e143"; +} +.glyphicon-link:before { + content: "\e144"; +} +.glyphicon-phone:before { + content: "\e145"; +} +.glyphicon-pushpin:before { + content: "\e146"; +} +.glyphicon-usd:before { + content: "\e148"; +} +.glyphicon-gbp:before { + content: "\e149"; +} +.glyphicon-sort:before { + content: "\e150"; +} +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} +.glyphicon-sort-by-order:before { + content: "\e153"; +} +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} +.glyphicon-unchecked:before { + content: "\e157"; +} +.glyphicon-expand:before { + content: "\e158"; +} +.glyphicon-collapse-down:before { + content: "\e159"; +} +.glyphicon-collapse-up:before { + content: "\e160"; +} +.glyphicon-log-in:before { + content: "\e161"; +} +.glyphicon-flash:before { + content: "\e162"; +} +.glyphicon-log-out:before { + content: "\e163"; +} +.glyphicon-new-window:before { + content: "\e164"; +} +.glyphicon-record:before { + content: "\e165"; +} +.glyphicon-save:before { + content: "\e166"; +} +.glyphicon-open:before { + content: "\e167"; +} +.glyphicon-saved:before { + content: "\e168"; +} +.glyphicon-import:before { + content: "\e169"; +} +.glyphicon-export:before { + content: "\e170"; +} +.glyphicon-send:before { + content: "\e171"; +} +.glyphicon-floppy-disk:before { + content: "\e172"; +} +.glyphicon-floppy-saved:before { + content: "\e173"; +} +.glyphicon-floppy-remove:before { + content: "\e174"; +} +.glyphicon-floppy-save:before { + content: "\e175"; +} +.glyphicon-floppy-open:before { + content: "\e176"; +} +.glyphicon-credit-card:before { + content: "\e177"; +} +.glyphicon-transfer:before { + content: "\e178"; +} +.glyphicon-cutlery:before { + content: "\e179"; +} +.glyphicon-header:before { + content: "\e180"; +} +.glyphicon-compressed:before { + content: "\e181"; +} +.glyphicon-earphone:before { + content: "\e182"; +} +.glyphicon-phone-alt:before { + content: "\e183"; +} +.glyphicon-tower:before { + content: "\e184"; +} +.glyphicon-stats:before { + content: "\e185"; +} +.glyphicon-sd-video:before { + content: "\e186"; +} +.glyphicon-hd-video:before { + content: "\e187"; +} +.glyphicon-subtitles:before { + content: "\e188"; +} +.glyphicon-sound-stereo:before { + content: "\e189"; +} +.glyphicon-sound-dolby:before { + content: "\e190"; +} +.glyphicon-sound-5-1:before { + content: "\e191"; +} +.glyphicon-sound-6-1:before { + content: "\e192"; +} +.glyphicon-sound-7-1:before { + content: "\e193"; +} +.glyphicon-copyright-mark:before { + content: "\e194"; +} +.glyphicon-registration-mark:before { + content: "\e195"; +} +.glyphicon-cloud-download:before { + content: "\e197"; +} +.glyphicon-cloud-upload:before { + content: "\e198"; +} +.glyphicon-tree-conifer:before { + content: "\e199"; +} +.glyphicon-tree-deciduous:before { + content: "\e200"; +} +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px solid; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857143; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #428bca; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #999; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + right: 0; + left: auto; +} +.dropdown-menu-left { + right: auto; + left: 0; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857143; + color: #999; +} +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + content: ""; + border-top: 0; + border-bottom: 4px solid; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } + .navbar-right .dropdown-menu-left { + right: auto; + left: 0; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus { + outline: none; +} +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn-group, +.btn-toolbar .input-group { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child > .btn:last-child, +.btn-group > .btn-group:first-child > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child > .btn:first-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; +} +.btn-group-vertical > .btn-group > .btn { + float: none; +} +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-left-radius: 4px; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + width: 1%; +} +.btn-group-justified > .btn-group .btn { + width: 100%; +} +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { + display: none; +} +.input-group { + position: relative; + display: table; + border-collapse: separate; +} +.input-group[class*="col-"] { + float: none; + padding-right: 0; + padding-left: 0; +} +.input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; +} +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 46px; + line-height: 46px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { + height: auto; +} +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.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; +} +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.input-group-addon { + padding: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #ccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group-addon:first-child { + border-right: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-addon:last-child { + border-left: 0; +} +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.input-group-btn > .btn { + position: relative; +} +.input-group-btn > .btn + .btn { + margin-left: -1px; +} +.input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + z-index: 2; +} +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + margin-left: -1px; +} +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #999; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #999; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eee; + border-color: #428bca; +} +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.nav > li > a > img { + max-width: none; +} +.nav-tabs { + border-bottom: 1px solid #ddd; +} +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.42857143; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.nav-tabs > li > a:hover { + border-color: #eee #eee #ddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #555; + cursor: default; + background-color: #fff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} +.nav-tabs.nav-justified > li { + float: none; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #fff; + background-color: #428bca; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs-justified { + border-bottom: 0; +} +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #ddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #fff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + max-height: 340px; + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + -webkit-overflow-scrolling: touch; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} +.navbar-brand { + float: left; + height: 50px; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.navbar-toggle:focus { + outline: none; +} +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.navbar-nav { + margin: 7.5px -15px; +} +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } + .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + } +} +.navbar-form { + padding: 10px 15px; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } +} +@media (min-width: 768px) { + .navbar-form { + width: auto; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-form.navbar-right:last-child { + margin-right: -15px; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-right: 15px; + margin-left: 15px; + } + .navbar-text.navbar-right:last-child { + margin-right: 0; + } +} +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} +.navbar-default .navbar-brand { + color: #777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #ddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #888; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555; + background-color: #e7e7e7; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .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: #555; + background-color: #e7e7e7; + } + .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: #ccc; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777; +} +.navbar-default .navbar-link:hover { + color: #333; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #999; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #999; +} +.navbar-inverse .navbar-nav > li > a { + color: #999; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #333; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #333; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #fff; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #fff; + background-color: #080808; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #999; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .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: #fff; + background-color: #080808; + } + .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: #444; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #999; +} +.navbar-inverse .navbar-link:hover { + color: #fff; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; +} +.breadcrumb > .active { + color: #999; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + color: #428bca; + text-decoration: none; + background-color: #fff; + border: 1px solid #ddd; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: #2a6496; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #428bca; + border-color: #428bca; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #999; + cursor: not-allowed; + background-color: #fff; + border-color: #ddd; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eee; +} +.pager .next > a, +.pager .next > span { + float: right; +} +.pager .previous > a, +.pager .previous > span { + float: left; +} +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #999; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +.label[href]:hover, +.label[href]:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #999; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #808080; +} +.label-primary { + background-color: #428bca; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3071a9; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + background-color: #999; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +a.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #428bca; + background-color: #fff; +} +.nav-pills > li > a > .badge { + margin-left: 3px; +} +.jumbotron { + padding: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.container .jumbotron { + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 4px; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #428bca; +} +.thumbnail .caption { + padding: 9px; + color: #333; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable { + padding-right: 35px; +} +.alert-dismissable .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #2b542c; +} +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #245269; +} +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.alert-warning hr { + border-top-color: #f7e1b5; +} +.alert-warning .alert-link { + color: #66512c; +} +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.alert-danger hr { + border-top-color: #e4b9c0; +} +.alert-danger .alert-link { + color: #843534; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); +} +.progress-bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #fff; + text-align: center; + background-color: #428bca; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); + -webkit-transition: width .6s ease; + transition: width .6s ease; +} +.progress-striped .progress-bar { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-size: 40px 40px; +} +.progress.active .progress-bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} +.progress-bar-success { + background-color: #5cb85c; +} +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-info { + background-color: #5bc0de; +} +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-warning { + background-color: #f0ad4e; +} +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.progress-bar-danger { + background-color: #d9534f; +} +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); +} +.media, +.media-body { + overflow: hidden; + zoom: 1; +} +.media, +.media .media { + margin-top: 15px; +} +.media:first-child { + margin-top: 0; +} +.media-object { + display: block; +} +.media-heading { + margin: 0 0 5px; +} +.media > .pull-left { + margin-right: 10px; +} +.media > .pull-right { + margin-left: 10px; +} +.media-list { + padding-left: 0; + list-style: none; +} +.list-group { + padding-left: 0; + margin-bottom: 20px; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; +} +.list-group-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} +a.list-group-item { + color: #555; +} +a.list-group-item .list-group-item-heading { + color: #333; +} +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f5f5f5; +} +a.list-group-item.active, +a.list-group-item.active:hover, +a.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +a.list-group-item.active .list-group-item-heading, +a.list-group-item.active:hover .list-group-item-heading, +a.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} +a.list-group-item.active .list-group-item-text, +a.list-group-item.active:hover .list-group-item-text, +a.list-group-item.active:focus .list-group-item-text { + color: #e1edf7; +} +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; +} +a.list-group-item-success { + color: #3c763d; +} +a.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +a.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +a.list-group-item-success.active:hover, +a.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; +} +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; +} +a.list-group-item-info { + color: #31708f; +} +a.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +a.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +a.list-group-item-info.active:hover, +a.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; +} +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; +} +a.list-group-item-warning { + color: #8a6d3b; +} +a.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +a.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; +} +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; +} +a.list-group-item-danger { + color: #a94442; +} +a.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +a.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus { + color: #fff; + background-color: #a94442; + border-color: #a94442; +} +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} +.panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: 0 1px 1px rgba(0, 0, 0, .05); +} +.panel-body { + padding: 15px; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.panel > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .list-group:last-child .list-group-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table { + margin-bottom: 0; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive { + border-top: 1px solid #ddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} +.panel-group { + margin-bottom: 20px; +} +.panel-group .panel { + margin-bottom: 0; + overflow: hidden; + border-radius: 4px; +} +.panel-group .panel + .panel { + margin-top: 5px; +} +.panel-group .panel-heading { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse .panel-body { + border-top: 1px solid #ddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #ddd; +} +.panel-default { + border-color: #ddd; +} +.panel-default > .panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.panel-default > .panel-heading + .panel-collapse .panel-body { + border-top-color: #ddd; +} +.panel-default > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #ddd; +} +.panel-primary { + border-color: #428bca; +} +.panel-primary > .panel-heading { + color: #fff; + background-color: #428bca; + border-color: #428bca; +} +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #428bca; +} +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #428bca; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #faebcc; +} +.panel-warning > .panel-heading { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} +.panel-warning > .panel-heading + .panel-collapse .panel-body { + border-top-color: #faebcc; +} +.panel-warning > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #faebcc; +} +.panel-danger { + border-color: #ebccd1; +} +.panel-danger > .panel-heading { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} +.panel-danger > .panel-heading + .panel-collapse .panel-body { + border-top-color: #ebccd1; +} +.panel-danger > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #ebccd1; +} +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, .15); +} +.well-lg { + padding: 24px; + border-radius: 6px; +} +.well-sm { + padding: 9px; + border-radius: 3px; +} +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + border: 0; +} +.modal-open { + overflow: hidden; +} +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + display: none; + overflow: auto; + overflow-y: scroll; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + -moz-transition: -moz-transform .3s ease-out; + -o-transition: -o-transform .3s ease-out; + transition: transform .3s ease-out; + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + transform: translate(0, -25%); +} +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + position: relative; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + outline: none; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); + box-shadow: 0 3px 9px rgba(0, 0, 0, .5); +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; +} +.modal-backdrop.fade { + filter: alpha(opacity=0); + opacity: 0; +} +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} +.modal-header { + min-height: 16.42857143px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 20px; +} +.modal-footer { + padding: 19px 20px 20px; + margin-top: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + box-shadow: 0 5px 15px rgba(0, 0, 0, .5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1030; + display: block; + font-size: 12px; + line-height: 1.4; + visibility: visible; + filter: alpha(opacity=0); + opacity: 0; +} +.tooltip.in { + filter: alpha(opacity=90); + opacity: .9; +} +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + right: 5px; + bottom: 0; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2); +} +.popover.top { + margin-top: -10px; +} +.popover.right { + margin-left: 10px; +} +.popover.bottom { + margin-top: 10px; +} +.popover.left { + margin-left: -10px; +} +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} +.popover-content { + padding: 9px 14px; +} +.popover > .arrow, +.popover > .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.popover > .arrow { + border-width: 11px; +} +.popover > .arrow:after { + content: ""; + border-width: 10px; +} +.popover.top > .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, .25); + border-bottom-width: 0; +} +.popover.top > .arrow:after { + bottom: 1px; + margin-left: -10px; + content: " "; + border-top-color: #fff; + border-bottom-width: 0; +} +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, .25); + border-left-width: 0; +} +.popover.right > .arrow:after { + bottom: -10px; + left: 1px; + content: " "; + border-right-color: #fff; + border-left-width: 0; +} +.popover.bottom > .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, .25); +} +.popover.bottom > .arrow:after { + top: 1px; + margin-left: -10px; + content: " "; + border-top-width: 0; + border-bottom-color: #fff; +} +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, .25); +} +.popover.left > .arrow:after { + right: 1px; + bottom: -10px; + content: " "; + border-right-width: 0; + border-left-color: #fff; +} +.carousel { + position: relative; +} +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: .6s ease-in-out left; + transition: .6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + line-height: 1; +} +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} +.carousel-inner > .active { + left: 0; +} +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} +.carousel-inner > .next { + left: 100%; +} +.carousel-inner > .prev { + left: -100%; +} +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} +.carousel-inner > .active.left { + left: -100%; +} +.carousel-inner > .active.right { + left: 100%; +} +.carousel-control { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 15%; + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); + filter: alpha(opacity=50); + opacity: .5; +} +.carousel-control.left { + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%)); + background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control.right { + right: 0; + left: auto; + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%)); + background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); + background-repeat: repeat-x; +} +.carousel-control:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: none; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + margin-left: -10px; + font-family: serif; +} +.carousel-control .icon-prev:before { + content: '\2039'; +} +.carousel-control .icon-next:before { + content: '\203a'; +} +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #fff; + border-radius: 10px; +} +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #fff; +} +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, .6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + margin-left: -15px; + font-size: 30px; + } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; + visibility: hidden !important; +} +.affix { + position: fixed; +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/style/capa/bootstrap.min.css b/style/capa/bootstrap.min.css new file mode 100644 index 0000000..6d2ef67 --- /dev/null +++ b/style/capa/bootstrap.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:'Open Sans', sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,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:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);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')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.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}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.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}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.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}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.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,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.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,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.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:#555;background-color:#e7e7e7}.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:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.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:#fff;background-color:#080808}.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:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none;visibility:hidden}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}} \ No newline at end of file diff --git a/style/capa/class.css b/style/capa/class.css new file mode 100644 index 0000000..a5af6a0 --- /dev/null +++ b/style/capa/class.css @@ -0,0 +1,675 @@ +@charset "utf-8"; +/* class - default +..................................... */ +/* clear float */ +.clear { + clear: both !important; +} +.hidden { + display: none !important; +} +.background-none { + background: none !important; +} +/* text align */ +.text-align-left { + text-align: left; +} +.text-align-center { + text-align: center; +} +.text-align-right { + text-align: right; +} +.text-align-justify { + text-align: justify; +} +/* float */ +.float-none { + float: none !important; +} +.float-left { + float: left !important; +} +.float-right { + float: right !important; +} +/* float */ +.text-align-left { + text-align: left !important; +} +.text-align-center { + text-align: center !important; +} +.text-align-right { + text-align: right !important; +} +.text-align-justify { + text-align: justify !important; +} +/* no background */ +.background-none { + background: none !important; +} +/* border */ +.border-none { + border: none !important; +} +.border-top-none { + border-top: none !important; +} +.border-right-none { + border-right: none !important; +} +.border-bottom-none { + border-bottom: none !important; +} +.border-left-none { + border-left: none !important; +} +/* margin */ +.margin-none { + margin: 0 !important; +} +.margin-top-none { + margin-top: 0 !important; +} +.margin-right-none { + margin-right: 0 !important; +} +.margin-bottom-none { + margin-bottom: 0 !important; +} +.margin-left-none { + margin-left: 0 !important; +} +.margin-top-5 { + margin-top: 5px !important; +} +.margin-top-10 { + margin-top: 10px !important; +} +.margin-top-15 { + margin-top: 15px !important; +} +.margin-top-20 { + margin-top: 20px !important; +} +.margin-top-25 { + margin-top: 25px !important; +} +.margin-top-30 { + margin-top: 30px !important; +} +.margin-top-35 { + margin-top: 35px !important; +} +.margin-top-40 { + margin-top: 40px !important; +} +.margin-top-45 { + margin-top: 45px !important; +} +.margin-top-50 { + margin-top: 50px !important; +} +.margin-top-55 { + margin-top: 55px !important; +} +.margin-top-60 { + margin-top: 60px !important; +} +.margin-top-65 { + margin-top: 65px !important; +} +.margin-top-70 { + margin-top: 70px !important; +} +.margin-top-75 { + margin-top: 75px !important; +} +.margin-top-80 { + margin-top: 80px !important; +} +.margin-top-85 { + margin-top: 85px !important; +} +.margin-top-90 { + margin-top: 90px !important; +} +.margin-top-95 { + margin-top: 95px !important; +} +.margin-top-100 { + margin-top: 100px !important; +} +.margin-top-125 { + margin-top: 125px !important; +} +.margin-right-5 { + margin-right: 5px !important; +} +.margin-right-10 { + margin-right: 10px !important; +} +.margin-right-15 { + margin-right: 15px !important; +} +.margin-right-20 { + margin-right: 20px !important; +} +.margin-right-25 { + margin-right: 25px !important; +} +.margin-right-30 { + margin-right: 30px !important; +} +.margin-right-35 { + margin-right: 35px !important; +} +.margin-right-40 { + margin-right: 40px !important; +} +.margin-right-45 { + margin-right: 45px !important; +} +.margin-right-50 { + margin-right: 50px !important; +} +.margin-right-55 { + margin-right: 55px !important; +} +.margin-right-60 { + margin-right: 60px !important; +} +.margin-right-65 { + margin-right: 65px !important; +} +.margin-right-70 { + margin-right: 70px !important; +} +.margin-right-75 { + margin-right: 75px !important; +} +.margin-right-80 { + margin-right: 80px !important; +} +.margin-right-85 { + margin-right: 85px !important; +} +.margin-right-90 { + margin-right: 90px !important; +} +.margin-right-95 { + margin-right: 95px !important; +} +.margin-right-100 { + margin-right: 100px !important; +} +.margin-bottom-5 { + margin-bottom: 5px !important; +} +.margin-bottom-10 { + margin-bottom: 10px !important; +} +.margin-bottom-15 { + margin-bottom: 15px !important; +} +.margin-bottom-20 { + margin-bottom: 20px !important; +} +.margin-bottom-25 { + margin-bottom: 25px !important; +} +.margin-bottom-30 { + margin-bottom: 30px !important; +} +.margin-bottom-35 { + margin-bottom: 35px !important; +} +.margin-bottom-40 { + margin-bottom: 40px !important; +} +.margin-bottom-45 { + margin-bottom: 45px !important; +} +.margin-bottom-50 { + margin-bottom: 50px !important; +} +.margin-bottom-55 { + margin-bottom: 55px !important; +} +.margin-bottom-60 { + margin-bottom: 60px !important; +} +.margin-bottom-65 { + margin-bottom: 65px !important; +} +.margin-bottom-70 { + margin-bottom: 70px !important; +} +.margin-bottom-75 { + margin-bottom: 75px !important; +} +.margin-bottom-80 { + margin-bottom: 80px !important; +} +.margin-bottom-85 { + margin-bottom: 85px !important; +} +.margin-bottom-90 { + margin-bottom: 90px !important; +} +.margin-bottom-95 { + margin-bottom: 95px !important; +} +.margin-bottom-100 { + margin-bottom: 100px !important; +} +.margin-left-5 { + margin-left: 5px !important; +} +.margin-left-10 { + margin-left: 10px !important; +} +.margin-left-15 { + margin-left: 15px !important; +} +.margin-left-20 { + margin-left: 20px !important; +} +.margin-left-25 { + margin-left: 25px !important; +} +.margin-left-30 { + margin-left: 30px !important; +} +.margin-left-35 { + margin-left: 35px !important; +} +.margin-left-40 { + margin-left: 40px !important; +} +.margin-left-45 { + margin-left: 45px !important; +} +.margin-left-50 { + margin-left: 50px !important; +} +.margin-left-55 { + margin-left: 55px !important; +} +.margin-left-60 { + margin-left: 60px !important; +} +.margin-left-65 { + margin-left: 65px !important; +} +.margin-left-70 { + margin-left: 70px !important; +} +.margin-left-75 { + margin-left: 75px !important; +} +.margin-left-80 { + margin-left: 80px !important; +} +.margin-left-85 { + margin-left: 85px !important; +} +.margin-left-90 { + margin-left: 90px !important; +} +.margin-left-95 { + margin-left: 95px !important; +} +.margin-left-100 { + margin-left: 100px !important; +} +/* padding */ +.padding-none { + padding: 0 !important; +} +.padding-top-none { + padding-top: 0 !important; +} +.padding-right-none { + padding-right: 0 !important; +} +.padding-bottom-none { + padding-bottom: 0 !important; +} +.padding-left-none { + padding-left: 0 !important; +} +.padding-20 { + padding: 20px !important; +} +.padding-top-5 { + padding-top: 5px !important; +} +.padding-top-10 { + padding-top: 10px !important; +} +.padding-top-15 { + padding-top: 15px !important; +} +.padding-top-20 { + padding-top: 20px !important; +} +.padding-top-25 { + padding-top: 25px !important; +} +.padding-top-30 { + padding-top: 30px !important; +} +.padding-top-35 { + padding-top: 35px !important; +} +.padding-top-40 { + padding-top: 40px !important; +} +.padding-top-45 { + padding-top: 45px !important; +} +.padding-top-50 { + padding-top: 50px !important; +} +.padding-top-55 { + padding-top: 55px !important; +} +.padding-top-60 { + padding-top: 60px !important; +} +.padding-top-65 { + padding-top: 65px !important; +} +.padding-top-70 { + padding-top: 70px !important; +} +.padding-top-75 { + padding-top: 75px !important; +} +.padding-top-80 { + padding-top: 80px !important; +} +.padding-top-85 { + padding-top: 85px !important; +} +.padding-top-90 { + padding-top: 90px !important; +} +.padding-top-95 { + padding-top: 95px !important; +} +.padding-top-100 { + padding-top: 100px !important; +} +.padding-top-125 { + padding-top: 125px !important; +} +.padding-right-5 { + padding-right: 5px !important; +} +.padding-right-10 { + padding-right: 10px !important; +} +.padding-right-15 { + padding-right: 15px !important; +} +.padding-right-20 { + padding-right: 20px !important; +} +.padding-right-25 { + padding-right: 25px !important; +} +.padding-right-30 { + padding-right: 30px !important; +} +.padding-right-35 { + padding-right: 35px !important; +} +.padding-right-40 { + padding-right: 40px !important; +} +.padding-right-45 { + padding-right: 45px !important; +} +.padding-right-50 { + padding-right: 50px !important; +} +.padding-right-55 { + padding-right: 55px !important; +} +.padding-right-60 { + padding-right: 60px !important; +} +.padding-right-65 { + padding-right: 65px !important; +} +.padding-right-70 { + padding-right: 70px !important; +} +.padding-right-75 { + padding-right: 75px !important; +} +.padding-right-80 { + padding-right: 80px !important; +} +.padding-right-85 { + padding-right: 85px !important; +} +.padding-right-90 { + padding-right: 90px !important; +} +.padding-right-95 { + padding-right: 95px !important; +} +.padding-right-100 { + padding-right: 100px !important; +} +.padding-bottom-5 { + padding-bottom: 5px !important; +} +.padding-bottom-10 { + padding-bottom: 10px !important; +} +.padding-bottom-15 { + padding-bottom: 15px !important; +} +.padding-bottom-20 { + padding-bottom: 20px !important; +} +.padding-bottom-25 { + padding-bottom: 25px !important; +} +.padding-bottom-30 { + padding-bottom: 30px !important; +} +.padding-bottom-35 { + padding-bottom: 35px !important; +} +.padding-bottom-40 { + padding-bottom: 40px !important; +} +.padding-bottom-45 { + padding-bottom: 45px !important; +} +.padding-bottom-50 { + padding-bottom: 50px !important; +} +.padding-bottom-55 { + padding-bottom: 55px !important; +} +.padding-bottom-60 { + padding-bottom: 60px !important; +} +.padding-bottom-65 { + padding-bottom: 65px !important; +} +.padding-bottom-70 { + padding-bottom: 70px !important; +} +.padding-bottom-75 { + padding-bottom: 75px !important; +} +.padding-bottom-80 { + padding-bottom: 80px !important; +} +.padding-bottom-85 { + padding-bottom: 85px !important; +} +.padding-bottom-90 { + padding-bottom: 90px !important; +} +.padding-bottom-95 { + padding-bottom: 95px !important; +} +.padding-bottom-100 { + padding-bottom: 100px !important; +} +.padding-left-5 { + padding-left: 5px !important; +} +.padding-left-10 { + padding-left: 10px !important; +} +.padding-left-15 { + padding-left: 15px !important; +} +.padding-left-20 { + padding-left: 20px !important; +} +.padding-left-25 { + padding-left: 25px !important; +} +.padding-left-30 { + padding-left: 30px !important; +} +.padding-left-35 { + padding-left: 35px !important; +} +.padding-left-40 { + padding-left: 40px !important; +} +.padding-left-45 { + padding-left: 45px !important; +} +.padding-left-50 { + padding-left: 50px !important; +} +.padding-left-55 { + padding-left: 55px !important; +} +.padding-left-60 { + padding-left: 60px !important; +} +.padding-left-65 { + padding-left: 65px !important; +} +.padding-left-70 { + padding-left: 70px !important; +} +.padding-left-75 { + padding-left: 75px !important; +} +.padding-left-80 { + padding-left: 80px !important; +} +.padding-left-85 { + padding-left: 85px !important; +} +.padding-left-90 { + padding-left: 90px !important; +} +.padding-left-95 { + padding-left: 95px !important; +} +.padding-left-100 { + padding-left: 100px !important; +} +/* font-size */ +.font-size-10 { + font-size: 10px !important; +} +.font-size-11 { + font-size: 11px !important; +} +.font-size-12 { + font-size: 12px !important; +} +.font-size-13 { + font-size: 13px !important; +} +.font-size-14 { + font-size: 14px !important; +} +.font-size-16 { + font-size: 16px !important; +} +.font-size-18 { + font-size: 18px !important; +} +.font-size-20 { + font-size: 20px !important; +} +.font-size-22 { + font-size: 22px !important; +} +.font-size-24 { + font-size: 24px !important; +} +.font-size-26 { + font-size: 26px !important; +} +.font-size-28 { + font-size: 28px !important; +} +.font-size-30 { + font-size: 30px !important; +} +.font-size-32 { + font-size: 32px !important; +} +.font-size-34 { + font-size: 34px !important; +} +.font-size-36 { + font-size: 36px !important; +} +.font-size-38 { + font-size: 38px !important; +} +.font-size-40 { + font-size: 40px !important; +} +.font-size-42 { + font-size: 42px !important; +} +.font-size-44 { + font-size: 44px !important; +} +.font-size-46 { + font-size: 46px !important; +} +.font-size-48 { + font-size: 48px !important; +} +.font-size-50 { + font-size: 50px !important; +} +.font-size-52 { + font-size: 52px !important; +} +.font-size-54 { + font-size: 54px !important; +} +.font-size-56 { + font-size: 56px !important; +} +.font-size-58 { + font-size: 58px !important; +} +.font-size-60 { + font-size: 60px !important; +} diff --git a/style/capa/class.less b/style/capa/class.less new file mode 100644 index 0000000..98a26f0 --- /dev/null +++ b/style/capa/class.less @@ -0,0 +1,278 @@ +@charset "utf-8"; + + +/* class - default +..................................... */ + +/* clear float */ + +.clear{ clear: both !important; } + +.hidden{ display: none !important; } + +.background-none{ background: none !important; } + +/* text align */ + +.text-align-left{ text-align: left; } +.text-align-center{ text-align: center; } +.text-align-right{ text-align: right; } +.text-align-justify{ text-align: justify; } + + + +/* float */ + +.float-none{ float: none !important; } +.float-left{ float: left !important; } +.float-right{ float: right !important; } + + + +/* float */ + +.text-align-left{ text-align: left !important; } +.text-align-center{ text-align: center !important; } +.text-align-right{ text-align: right !important; } +.text-align-justify{ text-align: justify !important; } + + + +/* no background */ + +.background-none{ background: none !important; } + + + +/* border */ + +.border-none{ border: none !important; } +.border-top-none{ border-top: none !important; } +.border-right-none{ border-right: none !important; } +.border-bottom-none{ border-bottom: none !important; } +.border-left-none{ border-left: none !important; } + + + +/* margin */ + +.margin-none{ margin: 0 !important; } +.margin-top-none{ margin-top: 0 !important; } +.margin-right-none{ margin-right: 0 !important; } +.margin-bottom-none{ margin-bottom: 0 !important; } +.margin-left-none{ margin-left: 0 !important; } + +.margin-top-5{ margin-top: 5px !important; } +.margin-top-10{ margin-top: 10px !important; } +.margin-top-15{ margin-top: 15px !important; } +.margin-top-20{ margin-top: 20px !important; } +.margin-top-25{ margin-top: 25px !important; } +.margin-top-30{ margin-top: 30px !important; } +.margin-top-35{ margin-top: 35px !important; } +.margin-top-40{ margin-top: 40px !important; } +.margin-top-45{ margin-top: 45px !important; } +.margin-top-50{ margin-top: 50px !important; } +.margin-top-55{ margin-top: 55px !important; } +.margin-top-60{ margin-top: 60px !important; } +.margin-top-65{ margin-top: 65px !important; } +.margin-top-70{ margin-top: 70px !important; } +.margin-top-75{ margin-top: 75px !important; } +.margin-top-80{ margin-top: 80px !important; } +.margin-top-85{ margin-top: 85px !important; } +.margin-top-90{ margin-top: 90px !important; } +.margin-top-95{ margin-top: 95px !important; } +.margin-top-100{ margin-top: 100px !important; } +.margin-top-125{ margin-top: 125px !important; } + +.margin-right-5{ margin-right: 5px !important; } +.margin-right-10{ margin-right: 10px !important; } +.margin-right-15{ margin-right: 15px !important; } +.margin-right-20{ margin-right: 20px !important; } +.margin-right-25{ margin-right: 25px !important; } +.margin-right-30{ margin-right: 30px !important; } +.margin-right-35{ margin-right: 35px !important; } +.margin-right-40{ margin-right: 40px !important; } +.margin-right-45{ margin-right: 45px !important; } +.margin-right-50{ margin-right: 50px !important; } +.margin-right-55{ margin-right: 55px !important; } +.margin-right-60{ margin-right: 60px !important; } +.margin-right-65{ margin-right: 65px !important; } +.margin-right-70{ margin-right: 70px !important; } +.margin-right-75{ margin-right: 75px !important; } +.margin-right-80{ margin-right: 80px !important; } +.margin-right-85{ margin-right: 85px !important; } +.margin-right-90{ margin-right: 90px !important; } +.margin-right-95{ margin-right: 95px !important; } +.margin-right-100{ margin-right: 100px !important; } + +.margin-bottom-5{ margin-bottom: 5px !important; } +.margin-bottom-10{ margin-bottom: 10px !important; } +.margin-bottom-15{ margin-bottom: 15px !important; } +.margin-bottom-20{ margin-bottom: 20px !important; } +.margin-bottom-25{ margin-bottom: 25px !important; } +.margin-bottom-30{ margin-bottom: 30px !important; } +.margin-bottom-35{ margin-bottom: 35px !important; } +.margin-bottom-40{ margin-bottom: 40px !important; } +.margin-bottom-45{ margin-bottom: 45px !important; } +.margin-bottom-50{ margin-bottom: 50px !important; } +.margin-bottom-55{ margin-bottom: 55px !important; } +.margin-bottom-60{ margin-bottom: 60px !important; } +.margin-bottom-65{ margin-bottom: 65px !important; } +.margin-bottom-70{ margin-bottom: 70px !important; } +.margin-bottom-75{ margin-bottom: 75px !important; } +.margin-bottom-80{ margin-bottom: 80px !important; } +.margin-bottom-85{ margin-bottom: 85px !important; } +.margin-bottom-90{ margin-bottom: 90px !important; } +.margin-bottom-95{ margin-bottom: 95px !important; } +.margin-bottom-100{ margin-bottom: 100px !important; } + +.margin-left-5{ margin-left: 5px !important; } +.margin-left-10{ margin-left: 10px !important; } +.margin-left-15{ margin-left: 15px !important; } +.margin-left-20{ margin-left: 20px !important; } +.margin-left-25{ margin-left: 25px !important; } +.margin-left-30{ margin-left: 30px !important; } +.margin-left-35{ margin-left: 35px !important; } +.margin-left-40{ margin-left: 40px !important; } +.margin-left-45{ margin-left: 45px !important; } +.margin-left-50{ margin-left: 50px !important; } +.margin-left-55{ margin-left: 55px !important; } +.margin-left-60{ margin-left: 60px !important; } +.margin-left-65{ margin-left: 65px !important; } +.margin-left-70{ margin-left: 70px !important; } +.margin-left-75{ margin-left: 75px !important; } +.margin-left-80{ margin-left: 80px !important; } +.margin-left-85{ margin-left: 85px !important; } +.margin-left-90{ margin-left: 90px !important; } +.margin-left-95{ margin-left: 95px !important; } +.margin-left-100{ margin-left: 100px !important; } + + + +/* padding */ + +.padding-none{ padding: 0 !important; } +.padding-top-none{ padding-top: 0 !important; } +.padding-right-none{ padding-right: 0 !important; } +.padding-bottom-none{ padding-bottom: 0 !important; } +.padding-left-none{ padding-left: 0 !important; } + +.padding-20{ padding: 20px !important; } +.padding-top-5{ padding-top: 5px !important; } +.padding-top-10{ padding-top: 10px !important; } +.padding-top-15{ padding-top: 15px !important; } +.padding-top-20{ padding-top: 20px !important; } +.padding-top-25{ padding-top: 25px !important; } +.padding-top-30{ padding-top: 30px !important; } +.padding-top-35{ padding-top: 35px !important; } +.padding-top-40{ padding-top: 40px !important; } +.padding-top-45{ padding-top: 45px !important; } +.padding-top-50{ padding-top: 50px !important; } +.padding-top-55{ padding-top: 55px !important; } +.padding-top-60{ padding-top: 60px !important; } +.padding-top-65{ padding-top: 65px !important; } +.padding-top-70{ padding-top: 70px !important; } +.padding-top-75{ padding-top: 75px !important; } +.padding-top-80{ padding-top: 80px !important; } +.padding-top-85{ padding-top: 85px !important; } +.padding-top-90{ padding-top: 90px !important; } +.padding-top-95{ padding-top: 95px !important; } +.padding-top-100{ padding-top: 100px !important; } +.padding-top-125{ padding-top: 125px !important; } + +.padding-right-5{ padding-right: 5px !important; } +.padding-right-10{ padding-right: 10px !important; } +.padding-right-15{ padding-right: 15px !important; } +.padding-right-20{ padding-right: 20px !important; } +.padding-right-25{ padding-right: 25px !important; } +.padding-right-30{ padding-right: 30px !important; } +.padding-right-35{ padding-right: 35px !important; } +.padding-right-40{ padding-right: 40px !important; } +.padding-right-45{ padding-right: 45px !important; } +.padding-right-50{ padding-right: 50px !important; } +.padding-right-55{ padding-right: 55px !important; } +.padding-right-60{ padding-right: 60px !important; } +.padding-right-65{ padding-right: 65px !important; } +.padding-right-70{ padding-right: 70px !important; } +.padding-right-75{ padding-right: 75px !important; } +.padding-right-80{ padding-right: 80px !important; } +.padding-right-85{ padding-right: 85px !important; } +.padding-right-90{ padding-right: 90px !important; } +.padding-right-95{ padding-right: 95px !important; } +.padding-right-100{ padding-right: 100px !important; } + +.padding-bottom-5{ padding-bottom: 5px !important; } +.padding-bottom-10{ padding-bottom: 10px !important; } +.padding-bottom-15{ padding-bottom: 15px !important; } +.padding-bottom-20{ padding-bottom: 20px !important; } +.padding-bottom-25{ padding-bottom: 25px !important; } +.padding-bottom-30{ padding-bottom: 30px !important; } +.padding-bottom-35{ padding-bottom: 35px !important; } +.padding-bottom-40{ padding-bottom: 40px !important; } +.padding-bottom-45{ padding-bottom: 45px !important; } +.padding-bottom-50{ padding-bottom: 50px !important; } +.padding-bottom-55{ padding-bottom: 55px !important; } +.padding-bottom-60{ padding-bottom: 60px !important; } +.padding-bottom-65{ padding-bottom: 65px !important; } +.padding-bottom-70{ padding-bottom: 70px !important; } +.padding-bottom-75{ padding-bottom: 75px !important; } +.padding-bottom-80{ padding-bottom: 80px !important; } +.padding-bottom-85{ padding-bottom: 85px !important; } +.padding-bottom-90{ padding-bottom: 90px !important; } +.padding-bottom-95{ padding-bottom: 95px !important; } +.padding-bottom-100{ padding-bottom: 100px !important; } + +.padding-left-5{ padding-left: 5px !important; } +.padding-left-10{ padding-left: 10px !important; } +.padding-left-15{ padding-left: 15px !important; } +.padding-left-20{ padding-left: 20px !important; } +.padding-left-25{ padding-left: 25px !important; } +.padding-left-30{ padding-left: 30px !important; } +.padding-left-35{ padding-left: 35px !important; } +.padding-left-40{ padding-left: 40px !important; } +.padding-left-45{ padding-left: 45px !important; } +.padding-left-50{ padding-left: 50px !important; } +.padding-left-55{ padding-left: 55px !important; } +.padding-left-60{ padding-left: 60px !important; } +.padding-left-65{ padding-left: 65px !important; } +.padding-left-70{ padding-left: 70px !important; } +.padding-left-75{ padding-left: 75px !important; } +.padding-left-80{ padding-left: 80px !important; } +.padding-left-85{ padding-left: 85px !important; } +.padding-left-90{ padding-left: 90px !important; } +.padding-left-95{ padding-left: 95px !important; } +.padding-left-100{ padding-left: 100px !important; } + + + +/* font-size */ + +.font-size-10{ font-size: 10px !important; } +.font-size-11{ font-size: 11px !important; } +.font-size-12{ font-size: 12px !important; } +.font-size-13{ font-size: 13px !important; } +.font-size-14{ font-size: 14px !important; } +.font-size-16{ font-size: 16px !important; } +.font-size-18{ font-size: 18px !important; } +.font-size-20{ font-size: 20px !important; } +.font-size-22{ font-size: 22px !important; } +.font-size-24{ font-size: 24px !important; } +.font-size-26{ font-size: 26px !important; } +.font-size-28{ font-size: 28px !important; } +.font-size-30{ font-size: 30px !important; } +.font-size-32{ font-size: 32px !important; } +.font-size-34{ font-size: 34px !important; } +.font-size-36{ font-size: 36px !important; } +.font-size-38{ font-size: 38px !important; } +.font-size-40{ font-size: 40px !important; } +.font-size-42{ font-size: 42px !important; } +.font-size-44{ font-size: 44px !important; } +.font-size-46{ font-size: 46px !important; } +.font-size-48{ font-size: 48px !important; } +.font-size-50{ font-size: 50px !important; } +.font-size-52{ font-size: 52px !important; } +.font-size-54{ font-size: 54px !important; } +.font-size-56{ font-size: 56px !important; } +.font-size-58{ font-size: 58px !important; } +.font-size-60{ font-size: 60px !important; } + diff --git a/style/capa/css3.css b/style/capa/css3.css new file mode 100644 index 0000000..49c25cb --- /dev/null +++ b/style/capa/css3.css @@ -0,0 +1,15 @@ +/* ============================== +CSS3 Library for MoreLess System +version 1.0 + +Developed By: +Fernando Aureliano - @Pailoro + +- License: + +* This program is free software. It comes without any warranty, to +* the extent permitted by applicable law. You can redistribute it +* and/or modify it under the terms of the Do What The Fuck You Want +* To Public License, Version 2, as published by Sam Hocevar. See +* http://sam.zoy.org/wtfpl for more details. +===============================*/ diff --git a/style/capa/css3.less b/style/capa/css3.less new file mode 100644 index 0000000..d038efb --- /dev/null +++ b/style/capa/css3.less @@ -0,0 +1,248 @@ +/* ============================== +CSS3 Library for MoreLess System +version 1.0 + +Developed By: +Fernando Aureliano - @Pailoro + +- License: + +* This program is free software. It comes without any warranty, to +* the extent permitted by applicable law. You can redistribute it +* and/or modify it under the terms of the Do What The Fuck You Want +* To Public License, Version 2, as published by Sam Hocevar. See +* http://sam.zoy.org/wtfpl for more details. +===============================*/ + +.corners( @radius: 5px ) { + -webkit-border-radius: @radius; + -moz-border-radius: @radius; + -o-border-radius: @radius; + border-radius: @radius; +} + + +.corner( @topright: 5px, @bottomright: 5px, @bottomleft: 5px, @topleft: 5px ) { + -webkit-border-top-right-radius: @topright; + -webkit-border-bottom-right-radius: @bottomright; + -webkit-border-bottom-left-radius: @bottomleft; + -webkit-border-top-left-radius: @topleft; + -moz-border-top-right-radius: @topright; + -moz-border-bottom-right-radius: @bottomright; + -moz-border-bottom-left-radius: @bottomleft; + -moz-border-top-left-radius: @topleft; + -o-border-bottom-right-radius: @bottomright; + -o-border-bottom-left-radius: @bottomleft; + -o-border-top-left-radius: @topleft; + border-top-right-radius: @topright; + border-bottom-right-radius: @bottomright; + border-bottom-left-radius: @bottomleft; + border-top-left-radius: @topleft; +} +// -------------------------------------------------- what it does: http://www.css3.info/preview/rounded-border/ + +.shadow( + @x: 4px, + @y: 4px, + @blur: 5px, + @spread: 0, + @color: #000 +) { + -webkit-box-shadow: @x @y @blur @spread @color; + -moz-box-shadow: @x @y @blur @spread @color; + -o-box-shadow: @x @y @blur @spread @color; + box-shadow: @x @y @blur @spread @color; +} +// -------------------------------------------------- what it does: http://www.css3.info/preview/box-shadow/ + +.glow( + @blur: 5px, + @spread: 0, + @color: #000 +) { + -webkit-box-shadow: 0 0 @blur @spread @color; + -moz-box-shadow: 0 0 @blur @spread @color; + -o-box-shadow: 0 0 @blur @spread @color; + box-shadow: 0 0 @blur @spread @color; +} +// -------------------------------------------------- what it does: http://www.css3.info/preview/box-shadow/ + +.animate( + @elements: all, + @time: 0.3s, + @easing: ease-in-out +) { + -webkit-transition: @elements @time @easing; + -moz-transition: @elements @time @easing; + -o-transition: @elements @time @easing; + transition: @elements @time @easing; +} + + +.animation( + @elements: all, + @time: 2s, + @value: infinite, + @easing: linear +) { + -webkit-animation: @elements @time @value @easing; + -moz-animation: @elements @time @value @easing; + -o-animation: @elements @time @value @easing; + animation: @elements @time @value @easing; +} + + +// -------------------------------------------------- what it does: http://net.tutsplus.com/tutorials/html-css-techniques/css-fundametals-css-3-transitions/ + +.opacity(@opacity: 0.5) { + -moz-opacity: @opacity; + -khtml-opacity: @opacity; + -webkit-opacity: @opacity; + -o-opacity: @opacity; + opacity: @opacity; + -ms-filter: ~"'progid:DXImageTransform.Microsoft.Alpha(Opacity=" @opacity*100 ~")'"; + filter: ~"alpha(opacity=" @opacity*100 ~")"; +} +// -------------------------------------------------- what it does: http://www.w3schools.com/css/css_image_transparency.asp + +.rotate( @deg: 5deg ){ + -webkit-transform: rotate(@deg); + -moz-transform: rotate(@deg); + -o-transform: rotate(@deg); + transform: rotate(@deg); +} + +.origin(@px: 0px){ + -webkit-transform-origin: @px; + -moz-transform-origin: @px; + -o-transform-origin: @px; + transform-origin: @px; +} +// -------------------------------------------------- what it does: no link yet + +.transform( + @params +) { + -webkit-transform: @params; + -moz-transform: @params; + -o-transform: @params; + transform: @params; +} + +.transform-style( + @params +) { + -webkit-transform-style: @params; + -moz-transform-style: @params; + -o-transform-style: @params; + transform-style: @params; +} + +.backface( + @params +) { + -webkit-backface-visibility: @params; + -moz-backface-visibility: @params; + -o-backface-visibility: @params; + backface-visibility: @params; +} +// -------------------------------------------------- what it does: http://www.zenelements.com/blog/css3-transform/ + +.2borders( + @color1: #993300, + @color2: #FF9900, + @width: 1px, + @radius: 0 + +) { + border: @width solid @color1; + + -webkit-box-shadow: 0 0 0 1px @color2; + -moz-box-shadow: 0 0 0 1px @color2; + -o-box-shadow: 0 0 0 1px @color2; + box-shadow: 0 0 0 1px @color2; + + .corners ( @radius ) + +} +// -------------------------------------------------- what it does: see link below + +.3borders( + @color1: #993300, + @color2: #FF9900, + @color3: #009900, + @width: 1px, + @radius: 0 +) { + border: @width solid @color1; + + + -webkit-box-shadow: 0 0 0 1px @color2, 0 0 0 2px @color3; + -moz-box-shadow: 0 0 0 1px @color2, 0 0 0 2px @color3; + -o-box-shadow: 0 0 0 1px @color2, 0 0 0 2px @color3; + box-shadow: 0 0 0 1px @color2, 0 0 0 2px @color3; + + .corners ( @radius ) +} +// -------------------------------------------------- what it does: http://weston.ruter.net/2009/06/15/multiple-borders-via-css-box-shadow/ + +.flex( @val: 1 ) { + -webkit-box-flex: @val; + -moz-box-flex: @val; + -o-box-flex: @val; + box-flex: @val; +} +// -------------------------------------------------- what it does: http://hacks.mozilla.org/2010/04/the-css-3-flexible-box-model/ + +.resize( @direction: both ) { + -webkit-resize: @direction; + -moz-resize: @direction; + -o-resize: @direction; + resize: @direction; +} +// -------------------------------------------------- what it does: http://www.w3schools.com/css3/css3_pr_resize.asp + +.gradient( + @start: #000, + @end: #fff, + @switch: 100% +) { + background: @start; + background: -webkit-gradient(linear, 0 0, 0 100%, from(@start), color-stop(@switch, @end)); + background: -moz-linear-gradient(top, @start, @end @switch); + background: -o-linear-gradient(top, @start, @end @switch); + background: linear-gradient(top, @start, @end @switch); +} +// -------------------------------------------------- what it does: http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/ + +.columns( + @count: 3, + @gap: 10 +) { + -webkit-column-count: @count; + -moz-column-count: @count; + -o-column-count: @count; + column-count: @count; + + -webkit-column-gap: @gap; + -moz-column-gap: @gap; + -o-column-gap: @gap; + column-gap: @gap; +} +// -------------------------------------------------- what it does: http://www.quirksmode.org/css/multicolumn.html + +.boxSize( @type: border-box ) { + -webkit-box-sizing: @type; + -moz-box-sizing: @type; + -o-box-sizing: @type; + box-sizing: @type; +} +// -------------------------------------------------- what it does: http://css-tricks.com/box-sizing/ + +.appearance( @type: none) { + -webkit-appearance: @type; + -moz-appearance: @type; + -o-appearance: @type; + appearance: @type; +} + diff --git a/style/capa/font-awesome.min.css b/style/capa/font-awesome.min.css new file mode 100644 index 0000000..08e68ec --- /dev/null +++ b/style/capa/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.2.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"} \ No newline at end of file diff --git a/style/capa/reset.css b/style/capa/reset.css new file mode 100644 index 0000000..07085f9 --- /dev/null +++ b/style/capa/reset.css @@ -0,0 +1,162 @@ +/* +html5doctor.com Reset Stylesheet +v1.6.1 +Last Updated: 2010-09-17 +Author: Richard Clark - http://richclarkdesign.com +Twitter: @rich_clark +*/ +html, +body, +div, +span, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +abbr, +address, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +samp, +small, +strong, +sub, +sup, +var, +b, +i, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + font-weight: normal; + font-style: normal; + vertical-align: baseline; + background: transparent; +} +body { + line-height: 1; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +nav ul, +li { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} +/* change colours to suit your needs */ +ins { + background-color: #ff9; + color: #000; + text-decoration: none; +} +/* change colours to suit your needs */ +mark { + background-color: #ff9; + color: #000; + font-style: italic; + font-weight: bold; +} +del { + text-decoration: line-through; +} +abbr[title], +dfn[title] { + border-bottom: 1px dotted; + cursor: help; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* change border colour to suit your needs */ +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #cccccc; + margin: 1em 0; + padding: 0; +} +input, +select { + vertical-align: middle; +} diff --git a/style/capa/reset.less b/style/capa/reset.less new file mode 100644 index 0000000..c59db98 --- /dev/null +++ b/style/capa/reset.less @@ -0,0 +1,104 @@ +/* +html5doctor.com Reset Stylesheet +v1.6.1 +Last Updated: 2010-09-17 +Author: Richard Clark - http://richclarkdesign.com +Twitter: @rich_clark +*/ + +html, body, div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, +del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, +b, i, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin:0; + padding:0; + border:0; + outline:0; + font-size:100%; + font-weight: normal; + font-style: normal; + vertical-align:baseline; + background:transparent; +} + +body { + line-height:1; +} + +article,aside,details,figcaption,figure, +footer,header,hgroup,menu,nav,section { + display:block; +} + +nav ul, li { + list-style:none; +} + +blockquote, q { + quotes:none; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content:''; + content:none; +} + +a { + margin:0; + padding:0; + font-size:100%; + vertical-align:baseline; + background:transparent; +} + +/* change colours to suit your needs */ +ins { + background-color:#ff9; + color:#000; + text-decoration:none; +} + +/* change colours to suit your needs */ +mark { + background-color:#ff9; + color:#000; + font-style:italic; + font-weight:bold; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom:1px dotted; + cursor:help; +} + +table { + border-collapse:collapse; + border-spacing:0; +} + +/* change border colour to suit your needs */ +hr { + display:block; + height:1px; + border:0; + border-top:1px solid #cccccc; + margin:1em 0; + padding:0; +} + +input, select { + vertical-align:middle; +} \ No newline at end of file diff --git a/style/capa/sistema.less b/style/capa/sistema.less new file mode 100644 index 0000000..a3cb742 --- /dev/null +++ b/style/capa/sistema.less @@ -0,0 +1,693 @@ +//============================ Libraries + +@import "css3"; +/*@import "libs/noGrid"; +@import "libs/grid";*/ +@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'); +@import url('http://fonts.googleapis.com/css?family=PT+Sans:300,400,700'); + +//============================ vars +.fontsize( @size: 14px, @cor: #fff ) { + font-family: 'PT Sans', sans-serif; + font-weight: 400; + font-size: @size; + color: @cor; +} +.fontsize-bold( @size: 14px, @cor: #fff ) { + font-family: 'PT Sans', sans-serif; + font-weight: 700; + font-size: @size; + color: @cor; +} +.fontsize-open-light( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: @size; + color: @cor; +} +.fontsize-open( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: @size; + color: @cor; +} +.fontsize-open-bold( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 700; + font-size: @size; + color: @cor; +} +.background-gradient(@corum: #fefefe, @cordois: #dadada){ + background: @corum; /* Old browsers */ + background: -moz-linear-gradient(top, @corum 0%, @cordois 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@corum), color-stop(100%,@cordois)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, @corum 0%,@cordois 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, @corum 0%,@cordois 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, @corum 0%,@cordois 100%); /* IE10+ */ + background: linear-gradient(top, @corum 0%,@cordois 100%); /* W3C */ +} + +@color-menu: #fff; +@color-menu-hover: #466415; +@color-title: #ffffff; + +//============================ functions + + +//============================ html +html, body { + margin: 0; + padding: 0; + background: url('../img/pontilhado.png') repeat; +} +h1 { + .fontsize-open-light( 23px, #666666 ); +} +p { + .fontsize-open-light( 13px, #666666); + margin-top: 10px; + line-height: 20px; +} +.verde { + background: #27a70e; +} +.azul { + background: #009ce9; +} +.roxo { + background: #852ce9; +} +.laranja { + background: #fe740e; +} +.vermelho { + background: #db0404; +} +.cinza { + background: #686868; +} + +header { + section#content-topo { + background: url('../img/bg-header.png') no-repeat; + background-size: 100%; + width: 100%; + height: 113px; + border-top: solid 3px #00aeef; + + .logo { + float: left; + + figure { + float: left; + margin: 28px 16px 0 0px; + } + p { + width: 460px; + margin: 36px 0 0; + .fontsize-open-light( 16px, #555555); + float: left; + line-height: 24px; + } + } + } +} + +#content-stage { + + section#menu { + padding: 36px 0 36px 0; + + ul.menu-principal { + list-style: none; + margin: 0 0 0 95px; + padding: 0; + + li { + float: left; + margin: 0; + width: 445px; + + &:first-child, &:last-child { + width: 115px; + height: 105px; + text-align: center; + + a { + width: 115px; + height: 105px; + margin: 0; + line-height: 20px; + + i { + font-size: 60px; + margin: 20px 0px 0px 31px; + } + } + } + a { + display: block; + width: 215px; + height: 50px; + margin: 0 0 5px 5px; + float: left; + line-height: 50px; + .corners( 5px ); + .fontsize-open-light( 14px, #fff ); + + &:hover { + text-decoration: none; + } + i { + font-size: 30px; + margin: 0px 5px 0 20px; + float: left; + line-height: 50px; + } + } + } + } + } + + section#capa { + .row { + /*background: url('../img/capa/capa.jpg') center no-repeat; + background-size: 100%;*/ + height: 404px; + overflow: hidden; + + .carousel-inner { + + .item { + + img { + margin: 0 auto; + } + + .carousel-caption { + top: 20px; + bottom: 0; + text-align: left; + text-shadow: none; + + h3 { + .fontsize-open-light( 24px, #fff ); + /*margin: 60px 0 0 0;*/ + margin: 40px 0 0 0; + padding: 12px 20px; + float: left; + .opacity(0); + } + p { + .fontsize-open-light( 13px, #fff ); + /*margin: 2px 0 0 30px;*/ + margin: 10px 0 0 60px; + padding: 12px 20px 12px 15px; + width: 80%; + float: left; + .opacity(0); + } + a.btn { + .fontsize-open-light( 18px, #fff ); + width: 130px; + height: 50px; + line-height: 37px; + float: left; + margin: 2px 0 0 35%; + text-shadow: none; + box-shadow: 0; + border-radius: 0; + border: 0; + .opacity(0); + } + iframe { + .opacity(0); + margin-top: -20%; + } + img.acender { + .opacity(0); + } + } + + &.azul { + + .carousel-caption { + h3, p { + background: #005ecf; + } + a.btn { + background: #003677; + } + } + } + + &.verde { + .carousel-caption { + h3, p { + background: #3e7405; + } + p { + width: 100%; + } + a.btn { + background: #254503; + margin-left: 70%; + } + } + } + } + } + } + .grid-item { float: left; } + .grid-item-1 { width: 361px; height: 206px; } + .grid-item-2 { width: 361px; height: 197px; } + .grid-item-3 { width: 364px; height: 173px; } + .grid-item-4 { width: 364px; height: 230px; } + .grid-item-5 { width: 406px; height: 249px; } + .grid-item-6 { width: 406px; height: 154px; } + .grid-item-7 { width: 366px; height: 404px; } + } + + section#migalhas { + background: #009ce9; + height: 47px; + line-height: 47px; + + &.indicadores { + background: #009ce9; + } + &.incentivo { + background: #852ce9; + } + &.cadastros { + background: #db0404; + } + &.monitoramento { + background: #fe740e; + } + &.contato { + background: #686868; + } + a { + .fontsize-open-light( 14px, #fff ); + float: left; + + i { + font-size: 20px; + color: #a6ce39; + font-weight: 700; + margin: 14px 5px 0 5px; + float: right; + } + } + } + + section#indicadores { + margin: 3px 0 0 0; + + .mapa { + width: 100%; + height: 490px; + text-align: center; + margin-top: 20px; + + img { + height: 100%; + text-align: center; + } + } + .estados { + a { + float: left; + background: #d2d2d2; + padding: 8.7px; + margin-left: 1px; + .fontsize-open-light( 14px, #333333 ); + .animate; + + &:hover, &.active { + background: #009ce9; + color: #fff; + text-decoration: none; + } + } + &.indicadores { + a { + &:hover, &.active { + background: #009ce9; + color: #fff; + text-decoration: none; + } + } + } + &.incentivo { + a { + &:hover, &.active { + background: #852ce9; + color: #fff; + text-decoration: none; + } + } + } + &.cadastros { + a { + &:hover, &.active { + background: #db0404; + color: #fff; + text-decoration: none; + } + } + } + &.monitoramento { + a { + &:hover, &.active { + background: #fe740e; + color: #fff; + text-decoration: none; + } + } + } + &.contato { + a { + &:hover, &.active { + background: #686868; + color: #fff; + text-decoration: none; + } + } + } + } + .periodo { + label { + float: left; + .fontsize-open-light( 13px, #555555 ); + margin: 40px 0 0 0; + } + .input-group { + float: left; + width: 150px; + } + span { + padding: 5px; + background: #eeeeee; + float: left; + width: auto; + + &.input-group-addon { + margin-top: 30px; + } + } + input { + height: 36px; + width: 84%; + float: left; + margin: 30px 0 0 13px; + + &.data { + float: left; + width: 55%; + } + } + #form-indicadores { + button[type="submit"] { + float: right; + padding: 12px 20px; + text-shadow: 1px 1px #fff; + .fontsize-open( 14px, #646464 ); + .animate; + .background-gradient(#fefefe, #dadada); + + &:hover { + .animate; + .background-gradient(#dadada, #fefefe); + } + } + } + ul.nav-tabs { + + li { + background: #555555; + padding: 0; + .animate; + + a { + display: block; + padding: 17px 27px 17px 27px; + border: 1px solid #707070; + border-radius: 0; + margin: 0; + cursor: pointer; + .fontsize-open-light( 16px, #fff ); + } + + &.active, &:hover { + a { + .background-gradient( #fefefe, #dadada); + color: #555555; + border-radius: 0; + border: solid 1px #b7b7b7; + .animate; + } + } + } + } + .tab-content { + background: #e7e7e7; + padding: 20px; + text-shadow: 1px 1px #fff; + .fontsize-open-light( 13px, rgba(85, 85, 85, 0.88) ); + + ul.checkbox { + margin: 0; + padding: 0; + + li { + margin: 7px 0 0 0; + line-height: 20px; + float: left; + width: 50%; + .fontsize-open-light( 13px, #555555 ); + + input[type=checkbox] { + width: auto; + height: auto; + margin: 4px 0 0 -20px; + } + } + } + ul.form { + margin: 0; + padding: 0; + + li { + height: 50px; + width: 100%; + + .divisoria-data { + line-height: 30px; + float: left; + width: 10px; + } + label { + width: 50px; + float: left; + line-height: 30px; + margin: 0px 10px 0 0; + } + input, select { + width: 50%; + + &.data { + width: 100%; + } + } + .btn-group { + width: 50%; + + button.multiselect { + width: 100%; + + span.multiselect-selected-text { + float: left; + } + b.caret { + float: right; + margin: 8px 0 0 10px; + } + } + } + } + } + ul.multiselect-container { + min-width: 100%; + + li { + height: 28px; + + a { + label { + /*width: 100%;*/ + line-height: 20px; + } + } + + &.active { + a { + .fontsize-open-light( 13px, rgba(85, 85, 85, 0.88) ); + } + } + } + } + } + } + .box-indicador { + margin: 50px 0 30px 0; + border: solid 1px #dcdcdc; + background: #f6f6f6; + .corners( 5px ); + + .topo { + background: #dcdcdc; + padding: 8px; + + h2 { + .fontsize-open-light( 18px, #646464 ); + margin: 6px 0px 0px 7px; + padding: 0; + float: left; + } + a { + float: right; + padding: 6px 12px; + margin-right: 5px; + text-shadow: 1px 1px #fff; + border-color: #d4d4d4; + .fontsize-open-light( 13px, #555555 ); + .background-gradient( #fbfbfb, #dcdcdc ); + + &:hover { + .background-gradient( #dcdcdc, #fbfbfb ); + text-decoration: none; + } + } + } + .miolo { + margin: 10px 0 10px 0; + + .linha-dados { + width: 100%; + height: 34px; + margin-bottom: 3px; + + .ano { + border-color: #b7b7b7; + float: left; + height: 100%; + padding: 9px 10px 5px 10px; + margin-right: 1px; + border: solid 1px #b7b7b7; + .background-gradient( #f8f9f3, #d9dad3 ); + .fontsize-open-light( 16px, #525252 ); + } + .valor { + background: #555555; + float: left; + height: 100%; + text-align: right; + padding: 0px 8px 0 0; + line-height: 34px; + .fontsize-open-light( 16px, #fff ); + } + .info-dados { + .fontsize-open-light( 13px, #fff ); + margin: 5px 0 0; + line-height: 19px; + padding: 5px 12px; + background: #008ecf; + } + } + ul.tipo-atividade { + margin: 20px 0 20px 30px; + padding: 0; + + li { + float: left; + margin: 2px; + text-align: center; + .fontsize-open-light( 16px, #555555 ); + + span { + display: block; + margin-bottom: 10px; + } + + a { + .fontsize-open-light( 13px, #525252 ); + .background-gradient( #f4f5ee, #d8dad3 ); + border: solid 1px #b7b7b7; + border-radius: 0; + width: 160px; + height: 60px; + margin: 0; + padding: 10px; + line-height: 19px; + text-align: center; + display: table-cell; + vertical-align: middle; + .animate; + + &:hover { + text-decoration: none; + .background-gradient( #d8dad3, #f4f5ee ); + .animate; + } + } + } + } + } + } + } +} + +footer { + background: #f2f2f2 url('../img/pontilhado.png') repeat; + width: 100%; + padding: 30px; + clear: both; + + ul { + list-style: none; + margin: 0; + padding: 0; + + li { + float: left; + margin-left: 80px; + + a { + figure { + img { + .opacity(0.5); + } + } + } + } + } +} + + +.font-size-26 { + font-size: 26px !important; +} +.padding-right-none { + padding-right: 0 !important; +} +.padding-left-none { + padding-left: 0 !important; +} +.padding-none { + padding: 0 !important; +} + +/* fixing firefox bug */ +div:after, ol:after, form:after, ul:after, dl:after, label:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;} \ No newline at end of file diff --git a/style/capa/style-2.less b/style/capa/style-2.less new file mode 100644 index 0000000..7422b06 --- /dev/null +++ b/style/capa/style-2.less @@ -0,0 +1,329 @@ +//============================ Libraries + +@import "css3"; +/*@import "libs/noGrid"; +@import "libs/grid";*/ +@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,700'); +@import url('http://fonts.googleapis.com/css?family=PT+Sans:300,400,700'); + +//============================ vars +.fontsize( @size: 14px, @cor: #fff ) { + font-family: 'PT Sans', sans-serif; + font-weight: 400; + font-size: @size; + color: @cor; +} +.fontsize-bold( @size: 14px, @cor: #fff ) { + font-family: 'PT Sans', sans-serif; + font-weight: 700; + font-size: @size; + color: @cor; +} +.fontsize-open-light( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: @size; + color: @cor; +} +.fontsize-open( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: @size; + color: @cor; +} +.fontsize-open-bold( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 700; + font-size: @size; + color: @cor; +} + +@color-menu: #fff; +@color-menu-hover: #466415; +@color-title: #ffffff; + +//============================ functions + + +//============================ html +html, body { + margin: 0; + padding: 0; +} +p { + .fontsize-open-light( 13px, #fff); + line-height: 20px; +} + +#content-stage { + width: 1920px; + height: 1080px; + margin: 0 auto; + border: solid 1px #fff; + position: relative; + background-image: url('../img/section-10.png'); + background-position: 50% 50%; + background-repeat: no-repeat; + + section#texto-sobre { + position: absolute; + top: 0; + left: 0; + width: 508px; + height: auto; + min-height: 200px; + + h1 { + .fontsize-open( 24px, #099698 ); + } + .texto { + border-top: solid 1px #d4d2d2; + border-bottom: solid 1px #d4d2d2; + padding: 5px 0 5px 0; + margin: 5px 0 5px 0; + + p { + .fontsize-open-light( 13px, #787879 ); + } + } + ul.controle { + padding: 0; + margin: 0; + list-style: none; + float: right; + + li { + float: left; + + a { + .fontsize-open-light( 13px, #787879 ); + display: block; + margin: 5px 20px 0 0; + + i { + border: solid 1px #d4d2d2; + padding: 6px 0 0 0; + margin: 0 5px 0 0px; + border-radius: 100%; + width: 27px; + height: 27px; + text-align: center; + } + } + } + } + } + + section#section-1 { + background: url('../img/section-1.png') center no-repeat; + width: 218px; + height: 218px; + position: absolute; + top: 50%; + left: 50%; + margin: -109px 0 0 -109px; + display: block; + + a { + display: block; + border-radius: 100%; + width: 218px; + height: 218px; + cursor: pointer; + background: transparent; + position: absolute; + margin: -109px 0 0 -109px; + top: 50%; + left: 50%; + } + } + section#section-2 { + background: url('../img/section-2.png') center no-repeat; + width: 491px; + height: 486px; + position: absolute; + top: 50%; + left: 50%; + margin: -243px 0 0 -245.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 118px; + height: 118px; + cursor: pointer; + background: transparent; + position: absolute; + top: 44px; + right: 65px; + } + } + section#section-3 { + background: url('../img/section-3.png') center no-repeat; + width: 760px; + height: 551px; + position: absolute; + top: 50%; + left: 50%; + margin: -275.50px 0 0 -380px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 118px; + height: 118px; + cursor: pointer; + background: transparent; + position: absolute; + top: 223px; + right: 270px; + } + } + section#section-4 { + background: url('../img/section-4.png') center no-repeat; + width: 795px; + height: 486px; + position: absolute; + top: 50%; + left: 50%; + margin: -243px 0 0 -397.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 118px; + height: 118px; + cursor: pointer; + background: transparent; + position: absolute; + bottom: 1px; + right: 426px; + } + } + section#section-5 { + background: url('../img/section-5.png') center no-repeat; + width: 889px; + height: 747px; + position: absolute; + top: 50%; + left: 50%; + margin: -373.50px 0 0 -444.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 118px; + height: 118px; + cursor: pointer; + background: transparent; + position: absolute; + top: 366px; + left: 118px; + } + } + section#section-6 { + background: url('../img/section-6.png') center no-repeat; + width: 681px; + height: 612px; + position: absolute; + top: 50%; + left: 50%; + margin: -306px 0 0 -340.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 118px; + height: 118px; + cursor: pointer; + background: transparent; + position: absolute; + bottom: 129px; + left: 308px; + } + } + section#section-7 { + background: url('../img/section-7.png') center no-repeat; + width: 889px; + height: 896px; + position: absolute; + top: 50%; + left: 50%; + margin: -448px 0 0 -444.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 110px; + height: 110px; + cursor: pointer; + background: transparent; + position: absolute; + top: 25px; + right: 254px; + } + } + section#section-8 { + background: url('../img/section-8.png') center no-repeat; + width: 1106px; + height: 937px; + position: absolute; + top: 50%; + left: 50%; + margin: -468.50px 0 0 -468.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 110px; + height: 110px; + cursor: pointer; + background: transparent; + position: absolute; + top: 235px; + right: 266px; + } + } + section#section-9 { + background: url('../img/section-9.png') center no-repeat; + width: 1013px; + height: 896px; + position: absolute; + top: 50%; + left: 50%; + margin: -448px 0 0 -506.50px; + display: none; + + a { + display: block; + border-radius: 100%; + width: 110px; + height: 110px; + cursor: pointer; + background: transparent; + position: absolute; + top: 464px; + left: 3px; + } + } + section#section-10 { + background: url('../img/section-10.png') center no-repeat; + width: 1133px; + height: 896px; + position: absolute; + top: 50%; + left: 50%; + margin: -448px 0 0 -566.50px; + display: none; + } +} + +/* fixing firefox bug */ +div:after, ol:after, form:after, ul:after, dl:after, label:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;} \ No newline at end of file diff --git a/style/capa/style.css b/style/capa/style.css new file mode 100644 index 0000000..14de0ac --- /dev/null +++ b/style/capa/style.css @@ -0,0 +1,621 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins'); +/* ============================== +CSS3 Library for MoreLess System +version 1.0 + +Developed By: +Fernando Aureliano - @Pailoro + +- License: + +* This program is free software. It comes without any warranty, to +* the extent permitted by applicable law. You can redistribute it +* and/or modify it under the terms of the Do What The Fuck You Want +* To Public License, Version 2, as published by Sam Hocevar. See +* http://sam.zoy.org/wtfpl for more details. +===============================*/ +/*@import "libs/noGrid"; +@import "libs/grid";*/ +html, +body { + margin: 0; + padding: 0; +} +body { + /*background: url('../img/bg/capa-amarela.jpg') no-repeat center center fixed; */ + + /*background-image: url('../img/bg/capa-amarela.jpg');*/ + background-repeat: no-repeat; + background-position: center center; + background-attachment: fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + font-family: 'Lato', 'Poppins', sans-serif; +} +h1, +h2, +h3, +h4, +h5{ + margin: 0; + padding: 0; + font-family: 'Lato', 'Poppins', sans-serif; +} +/* Inicial */ + +section#inicial section#logos figure { + float: left; +} +section#inicial section#logos .menu-opaco{ + padding: 20px 10px 20px 10px; + background-color: rgba(0, 0, 0, 0.34); + display: table; +} +section#inicial section#logos .menu-principal li{ + float:left; + line-height: 20px; +} + +section#inicial section#logos .menu-principal li:first-child a{ + border-left: 0px; +} +section#inicial section#logos .menu-principal li a:hover{ + text-decoration: none; + color: #ffa600; +} + +/* menu principal usando custom_menu*/ +section#inicial section#logos .menu-principal a.nav-item{ + font-size: 15px; + font-weight: 400; + color: #ffffff; + padding: 7px 15px; + -moz-transition:color .1s ease-in; + -o-transition:color .1s ease-in; + -webkit-transition:color .1s ease-in; + text-transform: uppercase; +} +section#inicial section#logos .menu-principal li.dropdown{ + display: none; + float: left; + font-size: 21px; + font-weight: 100; + color: #ffffff; + padding: 4px 15px; + margin-left: 0px; + border-left:1px solid #ffffff; + -moz-transition:color .1s ease-in; + -o-transition:color .1s ease-in; + -webkit-transition:color .1s ease-in; +} +section#inicial section#logos .menu-principal li.nav-item:nth-last-child(2){ + margin-right: 0; + background-color: #91288d; + border-radius: 25px; + +} +section#inicial section#logos .menu-principal li.nav-item:hover{ + text-decoration: none; + color: #ffa600; +} +/*fim do custom_menu*/ + + +/* LISTAGEM DE CURSOS DA CAPA */ + +#page #page-content #list-course { + position: relative; +} +#page #page-content #list-course a.btn-todos { + position: absolute; + right: 15px; + border-radius: 25px; + border: solid 1px #5a82d2; + padding: 15px 20px; + top: 18px; + -webkit-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + display: none; +} +#page #page-content #list-course a.btn-todos:hover { + -webkit-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + text-decoration: none; + background: #5a82d2; + color: #fff; +} + +#page-site-index #page{ + margin-top: 10px; +} +#page-site-index #page .skip-block{ + display: none; +} +#page-site-index #page #frontpage-course-list{ + border: 0px; +} +#page-site-index #page #frontpage-course-list h2{ + font-size: 28px; + font-weight: 100; + color: #555; + padding: 0 0 20px 0; + margin-bottom: 20px; + border-bottom: 1px solid #e2e2e2; +} +#page-site-index #page .courses .coursebox{ + width: 50%; + float: left; + border: 0px; +} +#page-site-index #page .courses .coursebox.odd{ + padding-right: 20px; +} +#page-site-index #page #list-course .box-list-course h3.coursename{ + font-size: 17px; + font-weight: 400; + margin-bottom: 6px; + padding: 7px 15px 0; +} +#page-site-index #page #list-course .box-list-course h3.coursename a{ + color: #333333; +} +#page-site-index #page #list-course .box-list-course .summary{ + font-size: 13px; + color: #555555; + /*line-height: 18px;*/ +} +#page-site-index #page #list-course .box-list-course .categoryName{ + color: #9b9a9a; + padding: 0px 15px 0; + font-size: 12px; + margin-top: 10px; +} +#page-site-index #page #list-course .box-list-course .courseimage{ + margin-bottom:5px; + overflow-y: hidden; + max-height: 150px; +} + + +@media (min-width: 575px){ + .coursebox .content .summary { + padding: 0 0 0 200px; + } + .coursebox .content .courseimage { + /*left: 0;*/ + } +} +.coursebox .content .courseimage img { + max-width: 160px; + max-height: 113px; +} + + +@media (min-width: 769px) and (max-width: 1024px) { + section#inicial #content-stage section#conteudo .carousel .carousel-inner { + width: 405px; + height: 174px; + margin-left: 20px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item { + height: 174px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption h1 { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 38px; + color: #ffffff; + margin: 0 0 15px 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption p { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: 15px; + color: #ffffff; + line-height: 20px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption a.saiba-mais { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 17px; + color: #ffffff; + display: block; + margin: 15px 0 0 0; + } + section#inicial #content-stage section#conteudo .info { + padding-bottom: 50px; + } + section#inicial #content-stage section#conteudo .info p { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: 25px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo .info p.numero { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: 38px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo .info figure.icon-certificado { + margin: 5px 0 0 0; + } +} +@media (min-width: 640px) and (max-width: 768px) { + section#inicial #content-stage section#conteudo .carousel .carousel-inner { + width: 287px; + height: 157px; + margin-left: 27px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item { + height: 157px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption h1 { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 28px; + color: #ffffff; + margin: 0 0 15px 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption p { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: 13px; + color: #ffffff; + line-height: 19px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption a.saiba-mais { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 16px; + color: #ffffff; + display: block; + margin: 15px 0 0 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control { + top: 38%; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control.left { + background-image: none; + left: -28px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control.right { + background-image: none; + right: -7%; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control span.glyphicon { + display: none; + } + section#inicial #content-stage section#conteudo .info { + padding-bottom: 50px; + } + section#inicial #content-stage section#conteudo .info p { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: 18px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo .info p.numero { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: 28px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo .info figure.icon-certificado { + margin: 5px 0 0 0; + } +} +@media (min-width: 480px) and (max-width: 640px) { + section#inicial #content-stage section#titulo { + text-align: right; + } + section#inicial #content-stage section#titulo h1 { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: 100px; + color: #ffffff; + letter-spacing: -5px; + line-height: 104px; + } + section#inicial #content-stage section#titulo h2 { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 45px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo { + margin: 25px 0 0 0; + } + section#inicial #content-stage section#conteudo h3 { + font-size: 28px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner { + width: 465px; + height: 145px; + margin-left: 40px; + text-overflow: ellipsis; + overflow-x: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption a.saiba-mais { + font-size: 14px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control.left { + left: -38px; + } + section#inicial #content-stage section#conteudo .historia { + padding: 20px 20px 10px 20px; + } + section#inicial #content-stage section#conteudo .info { + padding: 20px 20px 30px 20px; + } + section#inicial #content-stage section#conteudo .info p { + font-size: 15px; + } + section#inicial #content-stage section#conteudo .info p.numero { + font-size: 22px; + } +} +@media (min-width: 320px) and (max-width: 480px) { + section#inicial #content-stage section#logos figure { + /*float: right;*/ + /*margin: 0;*/ + } + section#inicial #content-stage section#logos figure:first-child { + margin-right: 0; + } + section#inicial #content-stage section#titulo { + text-align: right; + } + section#inicial #content-stage section#titulo h1 { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: 78px; + color: #ffffff; + letter-spacing: -5px; + line-height: 82px; + } + section#inicial #content-stage section#titulo h2 { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 35px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo { + margin: 25px 0 0 0; + } + section#inicial #content-stage section#conteudo h3 { + font-size: 28px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner { + width: 325px; + height: 145px; + margin-left: 23px; + text-overflow: ellipsis; + overflow-x: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption a.saiba-mais { + font-size: 14px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control .left { + left: -23px; + } + section#inicial #content-stage section#conteudo .historia { + padding: 20px 20px 10px 20px; + } + section#inicial #content-stage section#conteudo .info { + padding: 20px 20px 30px 20px; + } + section#inicial #content-stage section#conteudo .info p { + font-size: 15px; + } + section#inicial #content-stage section#conteudo .info p.numero { + font-size: 22px; + } +} +@media screen and (max-width: 375px) { + section#inicial { + padding: 50px 0 0 0; + } + section#inicial #content-stage section#logos { + margin: 0 0 40px 0; + } + section#inicial #content-stage section#logos figure { + /*float: right;*/ + /*margin: 0 0 10px 0;*/ + } + section#inicial #content-stage section#logos figure:first-child { + margin-right: 0; + } + section#inicial #content-stage section#titulo { + text-align: right; + } + section#inicial #content-stage section#titulo h1 { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: 58px; + color: #ffffff; + letter-spacing: -5px; + line-height: 69px; + } + section#inicial #content-stage section#titulo h2 { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 28px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo { + margin: 25px 0 0 0; + } + section#inicial #content-stage section#conteudo h3 { + font-size: 28px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner { + width: 245px; + height: 145px; + margin-left: 20px; + text-overflow: ellipsis; + overflow-x: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption a.saiba-mais { + font-size: 14px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control.left { + left: -24px; + } + section#inicial #content-stage section#conteudo .historia { + padding: 20px 20px 10px 20px; + } + section#inicial #content-stage section#conteudo .info { + padding: 20px 20px 30px 20px; + } + section#inicial #content-stage section#conteudo .info p { + font-size: 15px; + } + section#inicial #content-stage section#conteudo .info p.numero { + font-size: 22px; + } + footer { + margin: 20px 0 0 0; + } + footer p { + font-size: 12px; + line-height: 17px; + } +} +@media screen and (max-width: 320px) { + section#inicial { + padding: 50px 0 0 0; + } + section#inicial #content-stage section#logos { + margin: 0 0 30px 0; + } + section#inicial #content-stage section#logos figure { + float: initial; + margin: 0 auto 10px auto; + } + section#inicial #content-stage section#logos figure:first-child { + margin-right: 0; + } + section#inicial #content-stage section#logos figure img { + margin: 0 auto; + } + section#inicial #content-stage section#titulo { + text-align: right; + } + section#inicial #content-stage section#titulo h1 { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: 50px; + color: #ffffff; + letter-spacing: -5px; + line-height: 60px; + } + section#inicial #content-stage section#titulo h2 { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: 28px; + color: #ffffff; + } + section#inicial #content-stage section#conteudo { + margin: 25px 0 0 0; + } + section#inicial #content-stage section#conteudo h3 { + font-size: 25px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner { + width: 184px; + height: 157px; + margin-left: 16px; + text-overflow: ellipsis; + overflow-x: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + section#inicial #content-stage section#conteudo .carousel .carousel-inner .item .carousel-caption a.saiba-mais { + font-size: 14px; + } + section#inicial #content-stage section#conteudo .carousel .carousel-control.left { + left: -24px; + } + section#inicial #content-stage section#conteudo .historia { + padding: 20px 20px 10px 20px; + } + section#inicial #content-stage section#conteudo .info { + padding: 20px 20px 30px 20px; + } + section#inicial #content-stage section#conteudo .info p { + font-size: 15px; + } + section#inicial #content-stage section#conteudo .info p.numero { + font-size: 22px; + } + footer { + margin: 20px 0 0 0; + } + footer p { + font-size: 12px; + line-height: 17px; + } +} +/* fixing firefox bug */ +div:after, +ol:after, +form:after, +ul:after, +dl:after, +label:after { + content: "."; + display: block; + clear: both; + visibility: hidden; + height: 0; + overflow: hidden; +} diff --git a/style/capa/style.less b/style/capa/style.less new file mode 100644 index 0000000..b2078ec --- /dev/null +++ b/style/capa/style.less @@ -0,0 +1,852 @@ +//============================ Libraries + +@import "css3"; +/*@import "libs/noGrid"; +@import "libs/grid";*/ +@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800'); + +//============================ vars +.fontsize-open-light( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-size: @size; + color: @cor; +} +.fontsize-open-lightitalic( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 300; + font-style: italic; + font-size: @size; + color: @cor; +} +.fontsize-open-regular( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 400; + font-size: @size; + color: @cor; +} +.fontsize-open-semibold( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 600; + font-size: @size; + color: @cor; +} +.fontsize-open-bold( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 700; + font-size: @size; + color: @cor; +} +.fontsize-open-extrabold( @size: 13px, @cor: #fff ) { + font-family: 'Open Sans', sans-serif; + font-weight: 800; + font-size: @size; + color: @cor; +} + + +@color-menu: #fff; +@color-menu-hover: #466415; +@color-title: #ffffff; + +//============================ functions + + +//============================ html +html, body { + margin: 0; + padding: 0; +} +body { + /*background: url('../img/bg/capa-amarela.jpg') no-repeat center center fixed; */ + //background-image: url('../img/bg/capa-amarela.jpg'); + background-repeat: no-repeat; + background-position: center center; + background-attachment: fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +h1, h2, h3 { + margin: 0; + padding: 0; +} + +/* Inicial */ +section#inicial { + padding: 90px 0 0 0; + + #content-stage { + + section#logos { + margin: 0 0 60px 0; + + figure { + //float: right; + //margin: 0 27px 0 0; + + &:first-child { + margin-right: 0; + } + } + + } + + section#titulo { + text-align: right; + + h1 { + .fontsize-open-extrabold( 131px, #fff ); + letter-spacing: -5px; + line-height: 127px; + } + h2 { + .fontsize-open-regular( 56px, #fff ); + } + + } + + section#formulario { + margin: 60px 0 0 0; + + input { + border-radius: 0; + border: solid 1px #765805; + margin: 4px 0 0 0; + .fontsize-open-lightitalic( 20px, #000 ); + + &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ + color: #000; + } + &::-moz-placeholder { /* Firefox 19+ */ + color: #000; + } + &:-ms-input-placeholder { /* IE 10+ */ + color: #000; + } + &:-moz-placeholder { /* Firefox 18- */ + color: #000; + } + } + button { + width: 100%; + margin: 4px 0 0 0; + background-color: rgba(0, 0, 0, 0.34); + color: #fff; + border-radius: 0; + .fontsize-open-light( 20px, #fff ); + } + a { + + &.btn-default { + width: 100%; + margin: 4px 0 0 0; + border-radius: 0; + .fontsize-open-regular( 11px, #000 ); + } + } + + } + + section#conteudo { + margin: 10px 0 0 0; + + h3 { + .fontsize-open-regular( 34px, #fff ); + } + + ul { + &.slide { + padding: 0 30px 0 30px; + + li { + + h1 { + .fontsize-open-regular( 52px, #fff ); + margin: 0 0 15px 0; + } + p { + .fontsize-open-light( 20px, #fff ); + line-height: 30px; + } + a { + &.saiba-mais { + .fontsize-open-regular( 25px, #fff ); + display: block; + margin: 15px 0 0 0; + } + } + + } + + } + } + + .carousel { + .carousel-indicators { + display: none; + } + + .carousel-inner { + height: 202px; + width: 530px; + margin-left: 38px; + /*padding: 0 30px 0 40px;*/ + + .item { + height: 202px; + + .carousel-caption { + padding: 0; + position: initial; + text-align: left; + + h1 { + .fontsize-open-regular( 52px, #fff ); + margin: 0 0 15px 0; + } + p { + .fontsize-open-light( 20px, #fff ); + line-height: 28px; + } + a { + &.saiba-mais { + .fontsize-open-regular( 25px, #fff ); + display: block; + margin: 15px 0 0 0; + } + } + } + } + } + + .carousel-control { + top: 38%; + + &.left { + background-image: none; + left: -45px; + } + &.right { + background-image: none; + right: -7%; + } + span { + &.glyphicon { + display: none; + } + } + } + } + + .info { + padding-bottom: 41px; + + p { + .fontsize-open-light( 34px, #fff ); + + &.numero { + .fontsize-open-extrabold( 48px, #fff ); + } + } + + .row-fluid { + div { + padding: 0; + } + } + + figure { + &.icon-certificado { + margin: 5px 0 0 0; + } + } + + } + + } + + } + +} + +footer { + margin: 37px 0 0 0; + padding: 0 0 20px 0; + + p { + .fontsize-open-regular( 14px, #fff ); + margin-top: 15px; + } + + figure { + + &.logo-moodle { + float: right; + } + } + +} + +/* Class */ +.box-opaco { + width: 100%; + height: 100%; + padding: 30px; + margin: 8px 0 0 0; + background-color: rgba(0, 0, 0, 0.34); +} + +@media (min-width: 769px) and (max-width: 1024px) { + section#inicial { + + #content-stage { + + section#conteudo { + + .carousel { + + .carousel-inner { + width: 405px; + height: 174px; + margin-left: 20px; + + .item { + height: 174px; + + .carousel-caption { + + h1 { + .fontsize-open-regular( 38px, #fff ); + margin: 0 0 15px 0; + } + p { + .fontsize-open-light( 15px, #fff ); + line-height: 20px; + } + a { + &.saiba-mais { + .fontsize-open-regular( 17px, #fff ); + display: block; + margin: 15px 0 0 0; + } + } + } + } + } + } + .info { + padding-bottom: 50px; + + p { + .fontsize-open-light( 25px, #fff ); + + &.numero { + .fontsize-open-extrabold( 38px, #fff ); + } + } + + + figure { + &.icon-certificado { + margin: 5px 0 0 0; + } + } + + } + } + } + } +} + +@media (min-width: 640px) and (max-width: 768px) { + section#inicial { + + #content-stage { + + section#conteudo { + + .carousel { + + .carousel-inner { + width: 287px; + height: 157px; + margin-left: 27px; + + .item { + height: 157px; + + .carousel-caption { + + h1 { + .fontsize-open-regular( 28px, #fff ); + margin: 0 0 15px 0; + } + p { + .fontsize-open-light( 13px, #fff ); + line-height: 19px; + } + a { + &.saiba-mais { + .fontsize-open-regular( 16px, #fff ); + display: block; + margin: 15px 0 0 0; + } + } + } + } + } + .carousel-control { + top: 38%; + + &.left { + background-image: none; + left: -28px; + } + &.right { + background-image: none; + right: -7%; + } + span { + &.glyphicon { + display: none; + } + } + } + } + .info { + padding-bottom: 50px; + + p { + .fontsize-open-light( 18px, #fff ); + + &.numero { + .fontsize-open-extrabold( 28px, #fff ); + } + } + + + figure { + &.icon-certificado { + margin: 5px 0 0 0; + } + } + + } + } + } + } +} + +@media (min-width: 480px) and (max-width: 640px) { + section#inicial { + + #content-stage { + + section#titulo { + text-align: right; + + h1 { + .fontsize-open-extrabold( 100px, #fff ); + letter-spacing: -5px; + line-height: 104px; + } + h2 { + .fontsize-open-regular( 45px, #fff ); + } + + } + + section#conteudo { + margin: 25px 0 0 0; + + h3 { + font-size: 28px; + } + + .carousel { + + .carousel-inner { + width: 465px; + height: 145px; + margin-left: 40px; + text-overflow: ellipsis; + overflow-x: hidden; + + .item { + + .carousel-caption { + + h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + a.saiba-mais { + font-size: 14px; + } + } + } + } + + .carousel-control { + + &.left { + left: -38px; + } + } + } + + .historia { + padding: 20px 20px 10px 20px; + } + + .info { + padding: 20px 20px 30px 20px; + + p { + font-size: 15px; + + &.numero { + font-size: 22px; + } + } + } + + } + } + } +} +@media (min-width: 320px) and (max-width: 480px) { + section#inicial { + + #content-stage { + + section#logos { + + figure { + float: right; + margin: 0; + + &:first-child { + margin-right: 0; + } + } + + } + + section#titulo { + text-align: right; + + h1 { + .fontsize-open-extrabold( 78px, #fff ); + letter-spacing: -5px; + line-height: 82px; + } + h2 { + .fontsize-open-regular( 35px, #fff ); + } + + } + + section#conteudo { + margin: 25px 0 0 0; + + h3 { + font-size: 28px; + } + + .carousel { + + .carousel-inner { + width: 325px; + height: 145px; + margin-left: 23px; + text-overflow: ellipsis; + overflow-x: hidden; + + .item { + + .carousel-caption { + + h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + a.saiba-mais { + font-size: 14px; + } + } + } + } + + .carousel-control { + + .left { + left: -23px; + } + } + } + + .historia { + padding: 20px 20px 10px 20px; + } + + .info { + padding: 20px 20px 30px 20px; + + p { + font-size: 15px; + + &.numero { + font-size: 22px; + } + } + } + + } + } + } +} + +@media screen and (max-width: 375px) { + section#inicial { + padding: 50px 0 0 0; + + #content-stage { + + section#logos { + margin: 0 0 40px 0; + + figure { + float: right; + margin: 0 0 10px 0; + + &:first-child { + margin-right: 0; + } + } + + } + + section#titulo { + text-align: right; + + h1 { + .fontsize-open-extrabold( 58px, #fff ); + letter-spacing: -5px; + line-height: 69px; + } + h2 { + .fontsize-open-regular( 28px, #fff ); + } + + } + + section#conteudo { + margin: 25px 0 0 0; + + h3 { + font-size: 28px; + } + + .carousel { + + .carousel-inner { + width: 245px; + height: 145px; + margin-left: 20px; + text-overflow: ellipsis; + overflow-x: hidden; + + .item { + + .carousel-caption { + + h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + a.saiba-mais { + font-size: 14px; + } + } + } + } + + .carousel-control { + + &.left { + left: -24px; + } + } + } + + .historia { + padding: 20px 20px 10px 20px; + } + + .info { + padding: 20px 20px 30px 20px; + + p { + font-size: 15px; + + &.numero { + font-size: 22px; + } + } + } + + } + } + } + footer { + margin: 20px 0 0 0; + + p { + font-size: 12px; + line-height: 17px; + } + } +} +@media screen and (max-width: 320px) { + section#inicial { + padding: 50px 0 0 0; + + #content-stage { + + section#logos { + margin: 0 0 30px 0; + + figure { + float: initial; + margin: 0 auto 10px auto; + + &:first-child { + margin-right: 0; + } + img { + margin: 0 auto; + } + } + + } + + section#titulo { + text-align: right; + + h1 { + .fontsize-open-extrabold( 50px, #fff ); + letter-spacing: -5px; + line-height: 60px; + } + h2 { + .fontsize-open-regular( 28px, #fff ); + } + + } + + section#formulario { + margin: 40px 0 0 0; + } + + section#conteudo { + margin: 25px 0 0 0; + + h3 { + font-size: 25px; + } + + .carousel { + + .carousel-inner { + width: 184px; + height: 157px; + margin-left: 16px; + text-overflow: ellipsis; + overflow-x: hidden; + + .item { + + .carousel-caption { + + h1 { + font-size: 22px; + margin: 0 0 8px 0; + } + p { + font-size: 12px; + line-height: 16px; + max-height: 64px; + text-overflow: ellipsis; + overflow-y: hidden; + } + a.saiba-mais { + font-size: 14px; + } + } + } + } + + .carousel-control { + + &.left { + left: -24px; + } + } + } + + .historia { + padding: 20px 20px 10px 20px; + } + + .info { + padding: 20px 20px 30px 20px; + + p { + font-size: 15px; + + &.numero { + font-size: 22px; + } + } + } + + } + } + } + footer { + margin: 20px 0 0 0; + + p { + font-size: 12px; + line-height: 17px; + } + } +} + + +/* fixing firefox bug */ +div:after, ol:after, form:after, ul:after, dl:after, label:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;} \ No newline at end of file diff --git a/style/capa/validationEngine.jquery.css b/style/capa/validationEngine.jquery.css new file mode 100644 index 0000000..085dc0b --- /dev/null +++ b/style/capa/validationEngine.jquery.css @@ -0,0 +1,181 @@ + + +/* Z-INDEX */ + .formError { z-index: 990; } + .formError .formErrorContent { z-index: 991; } + .formError .formErrorArrow { z-index: 996; } + + .ui-dialog .formError { z-index: 5000; } + .ui-dialog .formError .formErrorContent { z-index: 5001; } + .ui-dialog .formError .formErrorArrow { z-index: 5006; } + + + + +.inputContainer { + position: relative; + float: left; +} + +.formError { + position: absolute; + top: 300px; + left: 300px; + display: block; + cursor: pointer; + text-align: left; +} + +.formError.inline { + position: relative; + top: 0; + left: 0; + display: inline-block; +} + +.ajaxSubmit { + padding: 20px; + background: #55ea55; + border: 1px solid #999; + display: none; +} + +.formError .formErrorContent { + width: 100%; + background: #ee0101; + position:relative; + color: #fff; + min-width: 120px; + font-size: 11px; + border: 2px solid #ddd; + box-shadow: 0 0 6px #000; + -moz-box-shadow: 0 0 6px #000; + -webkit-box-shadow: 0 0 6px #000; + -o-box-shadow: 0 0 6px #000; + padding: 4px 10px 4px 10px; + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + -o-border-radius: 6px; +} + +.formError.inline .formErrorContent { + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + border: none; + border-radius: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + -o-border-radius: 0; +} + +.greenPopup .formErrorContent { + background: #33be40; +} + +.blackPopup .formErrorContent { + background: #393939; + color: #FFF; +} + +.formError .formErrorArrow { + width: 15px; + margin: -2px 0 0 13px; + position:relative; +} +body[dir='rtl'] .formError .formErrorArrow, +body.rtl .formError .formErrorArrow { + margin: -2px 13px 0 0; +} + +.formError .formErrorArrowBottom { + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; + margin: 0px 0 0 12px; + top:2px; +} + +.formError .formErrorArrow div { + border-left: 2px solid #ddd; + border-right: 2px solid #ddd; + box-shadow: 0 2px 3px #444; + -moz-box-shadow: 0 2px 3px #444; + -webkit-box-shadow: 0 2px 3px #444; + -o-box-shadow: 0 2px 3px #444; + font-size: 0px; + height: 1px; + background: #ee0101; + margin: 0 auto; + line-height: 0; + font-size: 0; + display: block; +} + +.formError .formErrorArrowBottom div { + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + -o-box-shadow: none; +} + +.greenPopup .formErrorArrow div { + background: #33be40; +} + +.blackPopup .formErrorArrow div { + background: #393939; + color: #FFF; +} + +.formError .formErrorArrow .line10 { + width: 13px; + border: none; +} + +.formError .formErrorArrow .line9 { + width: 11px; + border: none; +} + +.formError .formErrorArrow .line8 { + width: 11px; +} + +.formError .formErrorArrow .line7 { + width: 9px; +} + +.formError .formErrorArrow .line6 { + width: 7px; +} + +.formError .formErrorArrow .line5 { + width: 5px; +} + +.formError .formErrorArrow .line4 { + width: 3px; +} + +.formError .formErrorArrow .line3 { + width: 1px; + border-left: 2px solid #ddd; + border-right: 2px solid #ddd; + border-bottom: 0 solid #ddd; +} + +.formError .formErrorArrow .line2 { + width: 3px; + border: none; + background: #ddd; +} + +.formError .formErrorArrow .line1 { + width: 1px; + border: none; + background: #ddd; +} diff --git a/style/custom.css b/style/custom.css new file mode 100644 index 0000000..2c3fc28 --- /dev/null +++ b/style/custom.css @@ -0,0 +1,112 @@ +/* Custom CSS Settings +-------------------------*/ + +/*############################################################# Reset*/ +h1, h2, h3, h4, h5, h6{ + font-family: 'Poppins', sans-serif; +} +a{color: #474749;} + +/* ############################################################ Body */ +#page-my-index{ + background-color: #fff; +} +#page{ + max-width: 1280px; +} + +/*############################################################# Cabeçalho*/ + +#page-course-view-topics > #page-wrapper > #page > #page-header .pb-3{ + padding-bottom: 5px !important; +} + +#page > .page-title{ + border-bottom: 2px solid #eaeaea; + margin-bottom: 10px; +} +#page > .page-title > h1{ + font-size: 36px; + color: #474749; + margin-bottom: 2px; +} + +.card{ + border: 0px; +} +.card > .card-body{ + padding: 0; +} + +.mr-auto{ + display: none; +} + +.card > .card-body .context-header-settings-menu{ + position: absolute; + right: 0px; +} + +.card-body > .card-title{ + color: #fff; + background-color: #6482c1; + padding: 10px 15px 5px 15px !important; + border-radius: 5px 5px 0 0; + width: auto !important; + font-size: 14px !important; +} +.card-body > .card-text{background: #fff !important;} +.card-body > .card-text .card-deck{overflow: auto;} +.card-body > .card-text .card-deck .card{ + -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.1); + -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,.1); + box-shadow: 0 0 6px 3px rgba(0,0,0,.1); + margin-top: 10px; +} + +.block > .card-body > .card-title:before { + font-family: FontAwesome; + display: inline-block; + padding-right: 10px; + vertical-align: middle; + font-size: 32px; +} + +.block_recentlyaccessedcourses > .card-body > .card-title:before {content: "\f0ae";} +.block_timeline > .card-body > .card-title:before {content: "\f1da";} +.block_myoverview > .card-body > .card-title:before {content: "\f015";} + +.card-body > .content{ + background-color: #fff; +} + +/*############################################################# Barra de progresso*/ + +/* My */ +#region-main .block-myoverview .progress{border-radius: 0px;} +.block .block-cards .progress{height: 0.7rem;} +#region-main .block-myoverview .progress .progress-bar{background-color: #91288d;} + +/* Course page */ + +.barra_progresso{ + font-family: "Poppins",sans-serif; + margin-bottom: 30px; +} +.barra_progresso > .progresso{background-color: #ebebeb;} +.barra_progresso > .progresso > .andamento{ + height: 20px; + background-color: #91288d; +} +.barra_progresso > .progresso > .andamento > label{ + color: #fff; + float: right; + font-weight: 400; + font-size: 14px; + padding: 0; + margin: 0 6px 0 0; +} + + +/* ------------------------- */ +[[setting:customcss]] \ No newline at end of file diff --git a/style/font-awesome.min.css b/style/font-awesome.min.css new file mode 100644 index 0000000..2aa027d --- /dev/null +++ b/style/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('[[setting:fontwww]]fontawesome-webfont.eot?v=4.7.0');src:url('[[setting:fontwww]]fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('[[setting:fontwww]]fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('[[setting:fontwww]]fontawesome-webfont.woff?v=4.7.0') format('woff'),url('[[setting:fontwww]]fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('[[setting:fontwww]]fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/style/fonts/FontAwesome.otf b/style/fonts/FontAwesome.otf new file mode 100644 index 0000000..401ec0f Binary files /dev/null and b/style/fonts/FontAwesome.otf differ diff --git a/style/fonts/fontawesome-webfont.eot b/style/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/style/fonts/fontawesome-webfont.eot differ diff --git a/style/fonts/fontawesome-webfont.svg b/style/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/style/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/style/fonts/fontawesome-webfont.ttf b/style/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/style/fonts/fontawesome-webfont.ttf differ diff --git a/style/fonts/fontawesome-webfont.woff b/style/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/style/fonts/fontawesome-webfont.woff differ diff --git a/style/fonts/fontawesome-webfont.woff2 b/style/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/style/fonts/fontawesome-webfont.woff2 differ diff --git a/style/theme.css b/style/theme.css new file mode 100644 index 0000000..aaed840 --- /dev/null +++ b/style/theme.css @@ -0,0 +1,2124 @@ +body { + font-family: Century Gothic, Arial, Helvetica, sans-serif; + color: #656565; + padding-top: 0; +} +h1, h2, h3, h4, h5, h6 { + font-weight: normal; + font-family: Century Gothic, Arial, Helvetica, sans-serif; + color: #ff6600 +} +a { + color: #ff6600; +} +a:hover, +a:active, +a:focus { + color: #ff6600; + outline: none; +} +.dropdown-menu { + border-color: #e8e3e3; + border-radius: 0; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus, +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + color: #111; + background: #dedede; +} +#header_novo { + background: url([[pix:theme|bg/bg-header-interna]]) top center no-repeat !important; + padding: 0 0 20px 0 !important; + /*border-bottom: 1px solid #e8e3e3;*/ + /*background: #88b77b;*/ +} +#header nav.nav a.nav-link { + color: #fff; + padding-left: 10px; + padding-right: 10px; +} +#header nav.nav a.nav-link:hover, +#header nav.nav a.nav-link:focus { + background: #689f59; +} +#page-site-index #header { + margin-bottom: 0; +} +#header .usermenu a.dropdown-toggle { + color: #fff; +} +#header .usermenu .dropdown .dropdown-menu { + top: auto; +} +#header .nav .dropdown .dropdown-menu a.dropdown-item { + color: #fff; + background: #689f59; +} +#header .nav .dropdown .dropdown-menu a.dropdown-item:hover, +#header .nav .dropdown .dropdown-menu a.dropdown-item:focus { + color: #fff; + background: #88b77b; +} +#header .usermenu .dropdown .dropdown-menu a:hover { + background: #dedede; +} +#header .header-top { + background: #88b77b; +} +#header .header-top .navbar { + margin-bottom: 0; +} +#header .header-top .navbar-inner { + min-height: 10px; + background: none; + padding-right: 0; + padding-left: 0; + border: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +#header .header-top .navbar .btn-navbar { + background: none; + padding: 10px; + border: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + margin-bottom: 4px; +} +#header .header-top .navbar .btn-navbar .icon-bar { + width: 30px; + height: 4px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.btn-navbar .icon-bar + .icon-bar { + margin-top: 4px; +} +#header .header-top .navbar .brand { + display: none; +} +#header .header-top .navbar .nav {} +#header .header-top .navbar .nav li {} +#header .header-top .navbar .nav > li > a { + font-size: 16px; + color: #fff; + line-height: 20px; + text-shadow: none; +} +#header .header-top .navbar .nav li.dropdown > .dropdown-toggle .caret { + border-bottom-color: #fff; + border-top-color: #fff; + margin-left: 4px; +} +#header .header-top .navbar .nav > li > a:hover, +#header .header-top .navbar .nav > li > a:focus { + background: #689F59; +} +#header .header-top .navbar .nav > .active > a, +#header .header-top .navbar .nav > .active > a:hover, +#header .header-top .navbar .nav > .active > a:focus { + background: none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +#header .header-top .navbar .nav li.dropdown.open > .dropdown-toggle, +#header .header-top .navbar .nav li.dropdown.active > .dropdown-toggle, +#header .header-top .navbar .nav li.dropdown.open.active > .dropdown-toggle { + background: #689F59; +} +#header .header-top .navbar .nav .dropdown-menu::before, +#header .header-top .navbar .nav .dropdown-menu::after { + border: 0; +} +#header .header-top .navbar .nav .dropdown-menu { + background: #689F59; + padding: 0; + border: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + margin: 0; +} +#header .header-top .navbar .nav .dropdown-menu li { + background: none; + padding: 0; +} +#header .header-top .navbar .nav .dropdown-menu > li > a { + font-size: 16px; + color: #fff; + line-height: 34px; + padding: 0 30px 0 20px; +} +.dir-rtl #header .header-top .navbar .nav .dropdown-menu > li > a { + padding: 0 20px 0 30px; +} +#header .header-top .navbar .nav .dropdown-submenu > a::after { + border-top-color: #fff; + margin-top: 15px; +} +.dir-rtl #header .header-top .navbar .nav .dropdown-submenu > a::after { + border-left-color: transparent; + border-right-color: #fff; +} +#header .header-top .navbar .nav .dropdown-menu > li > a:hover, +#header .header-top .navbar .nav .dropdown-menu > li > a:focus, +#header .header-top .navbar .nav .dropdown-submenu:hover > a, +#header .header-top .navbar .nav .dropdown-submenu:focus > a { + background: #88b77b; +} +#header .header-top .navbar .nav-collapse.active { + border-top-color: #689F59; +} +#header .header-top .usermenu .login { + color: #fff; + display: inline-block; +} +#header .header-top .usermenu .login a { + color: #fff; +} +#header .usermenu .moodle-actionmenu .toggle-display .userbutton .usertext { + font-size: 16px; + color: #fff; +} +#header .usermenu .moodle-actionmenu .toggle-display .userbutton .avatars { + width: 35px; + height: 35px; + background: #fff; + border: 1px solid #fff; + border-radius: 18px; +} +#header .usermenu .moodle-actionmenu .toggle-display .userbutton .avatars .avatar, +#header .usermenu .moodle-actionmenu .toggle-display .userbutton .avatars img { + border-radius: 18px; +} + +.jsenabled #header .usermenu .moodle-actionmenu.show { + background: #689f59; +} +.jsenabled #header .usermenu .moodle-actionmenu > .menubar { + margin: 0; +} +.jsenabled #header .usermenu .moodle-actionmenu .toggle-display.textmenu { + margin: 0; +} +.jsenabled #header .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret, +.jsenabled #header .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret:hover, +.jsenabled #header .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret:active { + border-top-color: #fff; +} +.moodle-actionmenu[data-enhanced].show .menu { + padding: 0; + border-color: #e8e3e3; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + margin: 0; +} +.moodle-actionmenu[data-enhanced].show .menu a:hover, +.moodle-actionmenu[data-enhanced].show .menu a:focus { + color: #111; + background: #dedede; + border-radius: 0; + text-decoration: none; + outline: 0; +} +.jsenabled .usermenu .moodle-actionmenu.show .menu a:hover { + color: #111; + background: #dedede; +} +.jsenabled .usermenu .moodle-actionmenu > .menu .filler { + background-color: #e8e3e3; +} +@media(max-width: 767px) { + #header { + margin-right: -20px; + margin-left: -20px; + } + .dir-ltr #header .header-top .navbar .btn-navbar { + margin-right: 20px + } + .dir-rtl #header .header-top .navbar .btn-navbar { + margin-left: 20px + } + .dir-ltr #header .header-top .usermenu { + padding-left: 20px; + } + .dir-rtl #header .header-top .usermenu { + padding-right: 20px; + } +} +@media(max-width: 979px) { + #header .header-top .navbar .nav li { + background: none; + padding: 0; + } + #header .header-top .nav-collapse .nav > li > a, + #header .header-top .nav-collapse .dropdown-menu a { + font-weight: normal; + } + #header .header-top .navbar .nav-collapse.active .nav .dropdown-submenu.open > a, + #header .header-top .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu.open > a, + .navbar .nav-collapse.in .nav .dropdown-submenu.open>a, + .navbar .nav-collapse.in .nav .dropdown-menu .dropdown-submenu.open>a { + background: #88b77b; + } + #header .header-top .navbar .nav .dropdown-menu li a { + padding-left: 30px; + } + #header .header-top .navbar .nav .dropdown-menu .dropdown-submenu li a { + padding-left: 40px; + } + #header .header-top .navbar .nav-collapse.active .nav .dropdown-submenu .dropdown-toggle::after, + #header .header-top .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu .dropdown-toggle::after { + border-color: #fff transparent transparent; + margin-top: 15px; + } + .dir-ltr #header .header-top .usermenu { + float: left; + } + .dir-rtl #header .header-top .usermenu { + float: right; + } + #header .header-top .usermenu .login { + padding: 3px 0; + } + .jsenabled #header .usermenu .moodle-actionmenu .toggle-display.textmenu { + padding: 5px 15px; + } + .dir-rtl .moodle-actionmenu[data-enhanced].show .menu.align-tr-br { + right: 0; + left: auto; + } +} +@media(min-width:768px) { + #header .header-top .navbar .container { + width: 724px + } + #header .header-top .usermenu .login { + font-size: 16px; + } +} +@media(min-width:980px) { + #header .header-top .navbar .container { + width:940px + } + + #header .header-top .navbar .nav > li { + background: url([[pix:theme|img-nav_divider]]) no-repeat right center; + padding: 0 2px 0 0; + } + .dir-rtl #header .header-top .navbar .nav > li { + background-position: left center; + padding: 0 0 0 2px; + } + #header .header-top .navbar .nav li:last-child { + background: none; + } + #header .header-top .navbar .nav > li > a { + font-weight: normal; + padding: 25px 20px; + } + #header .header-top .usermenu .login { + padding: 15px 0; + } + .jsenabled #header .usermenu .moodle-actionmenu .toggle-display.textmenu { + padding: 15px; + } +} +@media(min-width:1200px) { + #header .header-top .navbar .container { + width:1170px + } +} +.header-main { + margin-top: 50px; + background: #fff; +} +.header-main .navbar { + max-height: none; + padding: 0; +} +.header-main .navbar-toggleable-md { + float: right; +} +.header-main .has-logo { + float: left; + padding: 10px; +} +.header-main .logo a { + display: inline-block; +} +.header-main a.nav-link { + font-size: 18px; + padding: 35px 20px; + margin-bottom: 2px; +} +.header-main a.nav-link:hover, +.header-main a.nav-link:focus { + border-bottom: 2px solid #ff6600; + margin-bottom: -2px; +} +.header-main .infoarea { + padding: 18px 0 10px; +} +.header-main .infoarea span { + font-size: 16px; + color: #828282; + display: inline-block; +} +.dir-ltr .header-main .infoarea span + span { + margin-left: 7px; +} +.dir-rtl .header-main .infoarea span + span { + margin-right: 7px; +} +.header-main .infoarea span i { + color: #ff6c00; +} +.dir-ltr .header-main .infoarea span i { + margin-right: 5px; +} +.dir-rtl .header-main .infoarea span i { + margin-left: 5px; +} +.dir-rtl .header-main .row-fluid [class*="span"] { + margin-right:2.127659574468085%; + *margin-right:2.074468085106383%; +} + +@media (max-width: 480px) { + .header-main .infoarea span { + display: block; + margin-bottom: 10px; + } + .header-main .infoarea span + span { + margin-bottom: 0; + } +} +@media (max-width: 767px) { + .header-main { + padding-right: 20px; + padding-left: 20px; + } + .header-main .logo { + text-align: center; + } + .header-main .infoarea { + text-align: center; + } +} +@media (min-width: 768px) { + .header-main .infoarea { + text-align: right; + padding: 10px 0; + margin: 15px 0; + } + .dir-rtl .header-main .infoarea { + text-align: left; + } + .header-main .infoarea span { + line-height: 43px; + } + + .dir-rtl .header-main .row-fluid [class*="span"] { + float: right; + margin-left: 0; + } + .dir-rtl .header-main .row-fluid [class*="span"]:first-child { + margin-right: 0; + } +} +@media(min-width:768px) and (max-width:979px) { + .dir-rtl .header-main .row-fluid [class*="span"] { + margin-right: 2.7624309392265194%; + *margin-right: 2.709239449864817%; + } +} +@media (min-width: 1200px) { + .dir-rtl .header-main .row-fluid [class*="span"] { + margin-right: 2.564102564102564%; + *margin-right: 2.5109110747408616%; + } +} +.theme-slider { + margin-right: -20px; + margin-left: -20px; +} +.carousel {} +.carousel-indicators { + width: 60%; + margin-left: -30%; + text-align: center; + top: auto; + right: auto; + bottom: -32px; + left: 50%; + display: none; +} +.dir-rtl .carousel-indicators { + margin-left: 0; + margin-right: -30%; + left: auto; + right: 50%; +} +.carousel-indicators li { + float: none; + width: 12px; + height: 12px; + background: #b0b0b0; + display: inline-block; + border-radius: 6px; + cursor: pointer; +} +.carousel-indicators li + li { + margin-left: 7px; +} +.carousel-indicators .active { + background: #ff6600; +} +.carousel-control { + width: 44px; + height: 44px; + background: url([[pix:theme|bg-carousel-control]]) repeat 0 0; + border: 0; + border-radius: 0; + -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2); + opacity: 1; + top: 50%; + margin-top: -22px; +} +.carousel-control i { + font-size: 36px; + text-shadow: 0 1px 5px rgba(0, 0, 0,.9); + vertical-align: middle; +} +.carousel-control:hover, +.carousel-control:focus { + opacity: 1; +} +.carousel-inner .item { + background-repeat: no-repeat; + background-position: right center; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} + +.carousel-overlay-content {} +.carousel-overlay-content .content-wrap { +} +.carousel-overlay-content .content-wrap h2 { + font-size: 25px; + color: #fff; + background: rgba(0, 0, 0, .8); + padding: 5px 18px; + margin: 20px 0 10px; + display: inline-block; +} +.carousel-overlay-content .content-wrap p { + font-size: 18px; + color: #fff; + line-height: 22px; + background: rgba(0, 0, 0, .8); + padding: 18px; + display: inline-block; +} +@media (max-width: 767px) { + .carousel-control { + display: none; + } + .carousel-overlay-content .content-wrap { + padding: 50px 20px; + } + .carousel-overlay-content .content-wrap p br { + display: none; + } +} +@media (min-width: 768px) { + .carousel-inner .item { + min-height: 418px; + } + .carousel-overlay-content { + min-height: 418px; + } + .carousel-overlay-content .content-wrap { + padding: 110px 75px; + } +} +#page-footer { + padding: 0 !important; +} +#footer a { + color: #ff6600; +} +#footer .footer-main { + background: #2d2d2d; + padding: 30px 0 54px; +} +#footer .footer-main h2 { + font-weight: bold; + line-height: 36px; + margin: 0 0 10px; +} +#footer .footer-main p { + color: #fff; + line-height: 22px; +} +#footer .footer-main .infoarea { + padding: 24px 0 0; +} +#footer .footer-main .infoarea .footer-logo { + max-width: 251px; + margin: 0 0 18px; +} +#footer .footer-main .infoarea .footer-logo a { + display: block; +} +#footer .footer-main .foot-links { + padding: 24px 0 0; +} +#footer .footer-main .foot-links ul { + list-style: none; + padding: 0; + margin: 0; +} +#footer .footer-main .foot-links ul li {} +#footer .footer-main .foot-links ul li a { + font-size: 16px; + color: #fff; + line-height: 32px; +} +#footer .footer-main .foot-links ul li a:hover { + color: #88b77b; + text-decoration: none; +} +#footer .footer-main .contact-info { + padding: 24px 0 0; +} +#footer .footer-main .contact-info h2 { + margin-bottom: 18px; +} +#footer .footer-main .contact-info p a { + color: #88b77b; +} +#footer .social-media { + padding: 5px 0 0; +} +#footer .social-media h6 { + font-size: 14px; + color: #fff; +} +#footer .social-media ul { + list-style: none; + padding: 0; + margin: 0; + overflow: hidden; +} +#footer .social-media ul li { + float: left; +} +.dir-rtl #footer .social-media ul li { + float: right; +} +#footer .social-media ul li + li { + margin: 0 0 0 12px; +} +.dir-rtl #footer .social-media ul li + li { + margin: 0 12px 0 0; +} + +#footer .social-media ul li a { + font-size: 42px; + color: #fff; +} +#footer .social-media ul li a:hover, +#footer .social-media ul li a:focus { + text-decoration: none; +} +#footer .social-media ul .smedia-01 a:hover, +#footer .social-media ul .smedia-01 a:focus { + color: #5a7ec9; +} +#footer .social-media ul .smedia-02 a:hover, +#footer .social-media ul .smedia-02 a:focus { + color: #cd2129; +} +#footer .social-media ul .smedia-03 a:hover, +#footer .social-media ul .smedia-04 a:focus { + color: #2caae1; +} +#footer .social-media ul .smedia-04 a:hover, +#footer .social-media ul .smedia-04 a:focus { + color: #dd4b39; +} +#footer .footer-bootom { + background: #191919; + padding: 21px 0; + text-align: center; +} +#footer .footer-bootom p { + color: #88b77b; + margin-bottom: 0; +} +@media (max-width: 767px) { + #footer { + margin-right: -20px; + margin-left: -20px; + } + #footer .footer-main, + #footer .footer-bootom { + padding-right: 20px; + padding-left: 20px; + } + #footer .footer-main { + text-align: center; + } + #footer .footer-main .infoarea .footer-logo { + margin-right: auto; + margin-left: auto; + } + #footer .social-media ul { + width: 180px; + margin: 0 auto; + } +} + +#page-header h1 { + display: none; +} +label { + padding-top: 10px; +} +legend { + float: left; + font-size: 16px; + color: #858585; + line-height: 20px; + padding-bottom: 20px; + border-bottom-color: #d6d6d6; + margin-bottom: 40px; +} +legend + div { + clear: both; +} +legend + * { + -webkit-margin-top-collapse : separate; +} /*Solving margin issue in safari*/ +.collapsible-actions { + padding: 14px 0 18px; +} +.collapsible-actions a { + font-weight: bold; + font-size: 12px; + color: #656565; + line-height: 24px; +} +.breadcrumb-nav {} +.breadcrumb { + background: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +.breadcrumb > li { + color: #828282; + text-shadow: none; +} +.breadcrumb > li > .divider { + font-size: 10px; + color: #88b77b; +} +input, button, select, textarea { + font-family: Century Gothic, Arial, Helvetica, sans-serif; + color: #5c5c5c; +} +textarea[cols], input[size] { + width: 206px; +} +select, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + height: 40px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +textarea { + height: auto; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + border-color: #d9d9d9; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +select { + height: 42px; + line-height: 36px; + border-color: #d9d9d9; +} +select:focus { + outline: 0; +} +select:focus, +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="time"]:focus, +input[type="week"]:focus, +input[type="number"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="color"]:focus, +.uneditable-input:focus { + border-color: #88b77b; + border-color: rgba(136, 183, 123, .5); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 255, 191, 1); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 255, 191, 1); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 255, 191, 1); +} +button, +input.form-submit, +input[type="button"], +input[type="submit"], +input[type="reset"], +#notice .singlebutton + .singlebutton input, +.submit.buttons input[name="cancel"] { + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; + color: #fff; + text-shadow: none; + background: #88b77b; + padding: 11px 16px; + border: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none +} +input.form-submit, +input#id_submitbutton, +input#id_submitbutton2, +.path-admin .buttons input[type="submit"], +td.submit input { + background: #ff6600; + border: 0; + text-shadow: none; +} +button:hover, +input.form-submit:hover, +input[type="button"]:hover, +input[type="submit"]:hover, +input[type="reset"]:hover, +#notice .singlebutton + .singlebutton input:hover, +.submit.buttons input[name="cancel"]:hover, +button:focus, +input.form-submit:focus, +input[type="button"]:focus, +input[type="submit"]:focus, +input[type="reset"]:focus, +#notice .singlebutton + .singlebutton input:focus, +.submit.buttons input[name="cancel"]:focus { + color: #fff; + background: #4f4f4f; + outline: 0; +} +input.form-submit:hover, +input#id_submitbutton:hover, +input#id_submitbutton2:hover, +.path-admin .buttons input[type="submit"]:hover, +td.submit input:hover, input.form-submit:focus, +input#id_submitbutton:focus, +input#id_submitbutton2:focus, +.path-admin .buttons input[type="submit"]:focus, +td.submit input:focus, input.form-submit:active, +input#id_submitbutton:active, input#id_submitbutton2:active, +.path-admin .buttons input[type="submit"]:active, +td.submit input:active, input.form-submit.active, +input#id_submitbutton.active, input#id_submitbutton2.active, +.path-admin .buttons input.active[type="submit"], +td.submit input.active, input.form-submit.disabled, +input#id_submitbutton.disabled, +input#id_submitbutton2.disabled, +.path-admin .buttons input.disabled[type="submit"], +td.submit input.disabled, +input.form-submit[disabled], +input#id_submitbutton[disabled], +input#id_submitbutton2[disabled], +.path-admin .buttons input[type="submit"][disabled], +td.submit input[disabled] { + color: #fff; + background: #4f4f4f; +} +button.active, +input.form-submit.active, +input.active[type="button"], +input.active[type="submit"], +input.active[type="reset"], +button:active, +input.form-submit:active, +input[type="button"]:active, +input[type="submit"]:active, +input[type="reset"]:active { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none +} +table#form td.submit, +.form-buttons, +.path-admin .buttons, +#fitem_id_submitbutton, +.fp-content-center form + div, +div.backup-section + form, +#fgroup_id_buttonar { + background: none; + border-top: 0; +} +.dir-rtl table#form td.submit, +.dir-rtl .form-buttons, +.dir-rtl .path-admin .buttons, +.dir-rtl #fitem_id_submitbutton, +.dir-rtl .fp-content-center form + div, +.dir-rtl div.backup-section + form, +.dir-rtl #fgroup_id_buttonar { + background: none; + border-top: 0; +} +.block { + padding-top: 0; + border-color: #e9e9e9; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none +} +.block .header { + background: #fff; + border-bottom: 1px solid #e9e9e9 +} +.block .header h2 { + font-weight: normal; + font-size: 21px; + color: #ff6600; + padding: 18px; + text-transform: none +} +.block .header .block_action { + padding-top: 18px; +} +.block .content { + padding: 10px 18px; +} +.block_tree { + font-size: 16px; +} +.block_navigation .block_tree .tree_item, +.block_settings .block_tree .tree_item { + line-height: 25px; + margin: 15px 0; +} +.block_tree .tree_item a { + color: #656565; +} +.block_navigation .block_tree li.item_with_icon > p img, +.block_navigation .block_tree .type_activity > p.tree_item.active_tree_node img, +.block_navigation .block_tree li > p.hasicon img, +.block_settings .block_tree li.item_with_icon > p img { + top: 5px; +} +.block_navigation .block_tree .tree_item.branch, +.block_settings .block_tree .tree_item.branch { + background-position: 0 5px; +} +.jsenabled .block_navigation .block_tree .collapsed .tree_item.branch, +.jsenabled .block_settings .block_tree .collapsed .tree_item.branch { + background-position: 0 5px; +} +.dir-rtl .block_navigation .block_tree .tree_item.branch, +.dir-rtl .block_settings .block_tree .tree_item.branch { + background-position: right 5px; +} +.dir-rtl.jsenabled .block_navigation .block_tree .collapsed .tree_item.branch, +.dir-rtl.jsenabled .block_settings .block_tree .collapsed .tree_item.branch { + background-position: right 5px; +} +.block_settings .adminsearchform input[type="submit"] { + margin-left: 0; +} +.block .calendar-controls { + padding: 12px 0 24px; +} +.block .calendar-controls .previous, +.block .calendar-controls .next { + font-family: FontAwesome; + color: #656565; +} +.block .calendar-controls .previous:before { + content: "\f100"; +} +.block .calendar-controls .next:after { + content: "\f101"; +} +.block .calendar-controls .previous .arrow, +.block .calendar-controls .next .arrow { + display: inline-block; + text-indent: -999em; + text-align: center; +} +.block .calendar-controls .previous { + text-align: right; +} +.dir-rtl .block .calendar-controls .previous { + text-align: left; +} +.block .calendar-controls .current {} +.block .calendar-controls .current a { + font-size: 16px; + color: #656565; +} +.block .calendar-controls .next { + text-align: left; +} +.dir-rtl .block .calendar-controls .next { + text-align: right; +} +.block .minicalendar th { + font-weight: normal; + font-size: 12px; +} +.block .minicalendar th abbr { + border-bottom: 0; +} +.block .minicalendar td { + font-size: 12px; +} +.block .minicalendar td a { + display: block; +} +.block .minicalendar .today a { + color: #fff; + background: #88b77b; +} +@media (min-width: 768px) and (max-width: 979px) { + .block_calendar_month .content, + .block .minicalendar td { + padding-right: 0; + padding-left: 0; + } +} +#frontpage-course-list { + background: #fff; + border: 1px solid #e9e9e9; +} +#frontpage-course-list h2 { + padding: 9px 18px; + border-bottom: 1px solid #e2e2e2; + margin: 0; +} +#frontpage-course-list .buttons .singlebutton { + padding: 18px +} +#frontpage-course-list .buttons .singlebutton div { + margin: 0; +} +#frontpage-course-list .buttons .singlebutton input[type="submit"] { + margin: 0 +} +.courses.frontpage-course-list-all { + padding: 0 18px; +} +.courses.frontpage-course-list-all .coursebox { + padding: 14px 0 18px; + border: 0; + border-bottom: 1px solid #e2e2e2; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + margin: 0; +} +.courses.frontpage-course-list-all .coursebox.last { + border-bottom: 0; +} +.courses.frontpage-course-list-all .coursebox.even, +.courses.frontpage-course-list-all .coursebox:hover { + background: none; +} +.courses.frontpage-course-list-all .coursebox .info .coursename { + margin: 0; +} +.courses.frontpage-course-list-all .coursebox .info .coursename a { + color: #6ea15f; + background: none; + padding: 0; +} +.courses.frontpage-course-list-all > .paging.paging-morelink { + padding: 20px 0; + text-align: right; + border-top: 1px solid #e2e2e2; +} +.dir-rtl .courses.frontpage-course-list-all > .paging.paging-morelink { + text-align: left; +} +.dir-ltr .courses.frontpage-course-list-all > .paging.paging-morelink a:after { + font-family: FontAwesome; + content: "\00a0\f101"; +} +.dir-rtl .courses.frontpage-course-list-all > .paging.paging-morelink a:before { + font-family: FontAwesome; + content: "\f100\00a0"; +} +#frontpage-category-names { + border:1px solid #e9e9e9; + margin: 13px 0 0; +} +#frontpage-category-names h2 { + background: #fff; + padding: 9px 18px; + border-bottom: 1px solid #e9e9e9; + margin: 0; +} +.course_category_tree.frontpage-category-names { + background: #f9f9f9; + padding: 0 18px; +} +.course_category_tree.frontpage-category-names .collapsible-actions {} +.course_category_tree.frontpage-category-names .collapsible-actions a { + font-weight: normal; + font-size: 14px; +} +.course_category_tree.frontpage-category-names .category > .info { + background: #fff; + border: 1px solid #e2e2e2; + margin: 0 0 14px; +} +.course_category_tree.frontpage-category-names .category > .info > .categoryname a { + font-weight: normal; + font-size: 18px; + color: #88b77b; +} +.course_category_tree.frontpage-category-names .category > .info > .categoryname { + line-height: 20px; + background-image: url([[pix:theme|svg_grey/t/collapsed_empty]]); + padding: 14px 6px 14px 20px; + margin: 0 12px; +} +.dir-rtl .course_category_tree.frontpage-category-names .category > .info > .categoryname { + padding: 14px 20px 14px 6px; +} +.dir-rtl .course_category_tree.frontpage-category-names .category > .info > .categoryname { + background-image: url([[pix:theme|svg_grey/t/collapsed_empty_rtl]]); +} +.course_category_tree.frontpage-category-names .category.with_children > .info > .categoryname { + background-image: url([[pix:theme|svg_grey/t/expanded]]); +} +.course_category_tree.frontpage-category-names .category.with_children.collapsed > .info > .categoryname { + background-image: url([[pix:theme|svg_grey/t/collapsed]]); +} +.dir-rtl .course_category_tree.frontpage-category-names .category.with_children.collapsed > .info > .categoryname { + background-image: url([[pix:theme|svg_grey/t/collapsed_rtl]]); +} +.loginbox, +.loginbox.twocolumns { + padding-bottom: 0; + margin-right: 0; + margin-left: 0; +} +.loginbox h2 { + margin: 0 +} +.loginbox .loginform { + margin: 0; +} +.loginbox .loginform .form-label { + width: 45%; + min-height: 42px; + margin: 0 0 30px; +} +.loginbox .loginform .form-label label { + font-size: 16px; + padding-right: 5px; +} +.loginbox .loginform .form-input { + width: 54%; + margin: 0 0 30px; +} +.loginbox .loginform .form-input input { + margin-bottom: 0; +} +.loginbox .rememberpass { + padding: 0 0 18px; +} +.loginbox .forgetpass { + padding: 5px 0 20px; +} +.loginbox .forgetpass a { + text-decoration: underline; +} +.loginbox .forgetpass a:hover { + text-decoration: none; +} +.loginbox .guestsub { + padding-top: 0; + margin-right: 0; + margin-left: 0; +} +.loginbox .guestsub .guestform input[type="submit"] { + background: #ff6600; +} +.loginbox .guestsub .guestform input[type="submit"]:hover, +.loginbox .guestsub .guestform input[type="submit"]:focus { + background: #4f4f4f; +} +.loginbox .loginpanel .desc { + margin: 0 0 13px; +} + +.loginbox .signuppanel .subcontent ol { + margin-top: 14px; +} +.loginbox .signuppanel .subcontent ol li { + line-height: 22px; +} +.loginbox .signuppanel .subcontent ol li a { + line-height: 22px; + text-decoration: underline; +} +.loginbox .signuppanel .subcontent ol li a:hover, +.loginbox .signuppanel .subcontent ol li a:focus { + text-decoration: none; +} +@media (min-width: 480px) { + .loginbox .loginform .form-input input { + width: 75%; + } +} +@media (min-width: 768px) { + .loginbox.onecolumn { + width: 75%; + margin-right: auto; + margin-left: auto; + } +} +@media (min-width: 992px) { + .loginbox.onecolumn { + width: 50%; + } +} +.mform legend a, +.mform legend a:hover { + color: #858585; +} +.mform .fcheckbox input { + vertical-align: bottom; +} +/*.mform .fcheckbox>span, +.mform .fradio>span, +.mform .fgroup>span { + margin-top: 8px; + margin-right: 5px; +}*/ +.mform fieldset.collapsible legend a.fheader { + background-position: 0 2px; + display: inline-block; +} +.dir-ltr .mform fieldset.collapsible legend a.fheader { + padding-left: 22px; + margin-left: 0; +} +.dir-rtl .mform fieldset.collapsible legend a.fheader { + padding-right: 22px; + margin-right: 0; +} +.form-item, +.mform .fitem { + margin-bottom: 24px; +} +.form-item .form-description, +.felement.fstatic { + padding-top: 0; +} +.mform label { + font-size: 16px; + padding-top: 5px; +} +#region-main .mform:not(.unresponsive) .fitem .fitemtitle label { + font-weight: normal; +} +.dir-ltr .mform .fpassword .unmask { + margin-left: 12px; +} +.dir-rtl .mform .fpassword .unmask { + margin-right: 12px; +} +.mform .fpassword .unmask label { + font: 14px Arial, Helvetica, sans-serif; + padding: 0 0 0 7px; +} +.dir-rtl .mform .fpassword .unmask label { + padding: 0 7px 0 0; +} +.mform .fdescription.required { + font: 12px Arial, Helvetica, sans-serif; + color: #8e8d8d; + margin: 0; + text-align: right; +} +.dir-rtl .mform .fdescription.required { + margin: 0; + text-align: left; +} +@media (max-width: 479px) { + select { + width: 100%; + } + .profileeditor > .singlebutton { + margin-top: 10px; + } +} +.course_category_tree .category > .info { + background: #88b77b; + border: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + margin: 0 0 9px; +} +.course_category_tree .subcategories { + padding: 0 0 20px; +} +.course_category_tree .category > .info > .categoryname { + line-height: 20px; + background-image: url([[pix:theme|theme_t/collapsed_empty]]); + padding: 13px 18px 13px 28px; + margin: 0 0 0 18px; +} +.dir-rtl .course_category_tree .category > .info > .categoryname { + padding: 13px 28px 13px 18px; + margin: 0 18px 0 0; +} +.dir-rtl .course_category_tree .category > .info > .categoryname { + background-image: url([[pix:theme|theme_t/collapsed_empty_rtl]]); +} +.course_category_tree .category.with_children > .info > .categoryname { + background-image: url([[pix:theme|theme_t/expanded]]); +} +.course_category_tree .category.with_children.collapsed > .info > .categoryname { + background-image: url([[pix:theme|theme_t/collapsed]]); +} +.dir-rtl .course_category_tree .category.with_children.collapsed > .info > .categoryname { + background-image: url([[pix:theme|theme_t/collapsed_rtl]]); +} +.course_category_tree .category > .info > .categoryname a { + font-weight: bold; + font-size: 16px; + color: #fff; + line-height: 20px; +} +@media (min-width: 1200px) { + .course_category_tree .category > .content { + padding-left: 46px; + } + .dir-rtl .course_category_tree .category > .content { + padding-right: 46px; + } +} +.coursebox { + padding: 10px 12px; + border-color: #d5d5d5; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + margin-top: 9px; +} +#page-course-index #region-main .coursebox { + margin-bottom: 9px; +} +.courses .coursebox.even, +.courses .coursebox.even.even, +.courses .coursebox:hover { + background: #fff; +} +.courses .coursebox.collapsed { + border-color: #d5d5d5; + padding: 10px 12px; + margin-bottom: 9px; +} +.coursebox > .info > .coursename { + margin: 0; +} +.coursebox .info { + position: relative; +} +.coursebox .info .coursename { + float: none !important; +} +.dir-ltr .coursebox .info .coursename { + padding-right: 30px; +} +.dir-rtl .coursebox .info .coursename { + padding-left: 30px; +} +.coursebox .info .moreinfo { + float: none; + width: 21px; + position: absolute; + top: 0; +} +.dir-ltr .coursebox .info .moreinfo { + right: 0; +} +.dir-rtl .coursebox .info .moreinfo { + left: 0; +} +.coursebox .content { + min-height: 120px; + color: #656565; + padding: 20px 0 0; + overflow: hidden; + position: relative; +} +.coursebox > .info > .coursename a { + font-size: 21px; + line-height: 27px; + background-position: left 7px; + padding-left: 30px; +} +.dir-rtl .coursebox > .info > .coursename a { + padding-right: 30px; + background-position: right 7px; +} +.coursebox .content .teachers { + padding-top: 12px; +} +.coursebox .content .teachers li { + font-family: Arial, Helvetica, sans-serif; +} +.coursebox .content .summary p { + margin-bottom: 0; +} +.coursebox .content .teachers, +.coursebox .content .courseimage, +.coursebox .content .coursefile, +.dir-rtl .coursebox .content .teachers, +.dir-rtl .coursebox .content .courseimage, +.dir-rtl .coursebox .content .coursefile { + float: none; + width: auto; + padding: 5px; + margin: 0; + clear: none; + border: 1px solid #ccc; +} +.coursebox .content .courseimage, +.coursebox .content .coursefile, +.dir-rtl .coursebox .content .courseimage, +.dir-rtl .coursebox .content .coursefile { + position: absolute; + top: 20px; +} +.coursebox .content .summary, +.coursebox .content .coursecat { + float: none; + width: auto; + margin: 0; +} +@media (max-width: 599px) { + .coursebox .content { + padding: 140px 0 0; + } + .coursebox .content .courseimage, + .coursebox .content .coursefile, + .dir-rtl .coursebox .content .courseimage, + .dir-rtl .coursebox .content .coursefile { + left: 50%; + margin-left: -50px; + } +} +@media (min-width: 600px) { + .coursebox .content .courseimage, + .coursebox .content .coursefile { + left: 0; + } + .dir-rtl .coursebox .content .courseimage, + .dir-rtl .coursebox .content .coursefile { + right: 0; + left: auto; + } + .coursebox .content .summary, + .coursebox .content .coursecat { + padding: 0 0 0 125px; + } + .dir-rtl .coursebox .content .summary, + .dir-rtl .coursebox .content .coursecat { + padding: 0 110px 0 0; + } + .coursebox .content .teachers { + padding-left: 110px; + } + .dir-rtl .coursebox .content .teachers { + padding-right: 110px; + padding-left: 0; + } +} +@media (min-width: 768px) { + .coursebox .content .summary, + .coursebox .content .coursecat { + padding: 0 0 0 130px; + } + .dir-rtl .coursebox .content .summary, + .dir-rtl .coursebox .content .coursecat { + padding: 0 130px 0 0; + } + .coursebox .content .teachers { + padding-left: 130px; + } + .dir-rtl .coursebox .content .teachers { + padding-right: 130px; + padding-left: 0; + } +} +#coursesearch .coursesearchbox {} +#coursesearch .coursesearchbox label { + color: #525252; + padding-top: 7px; +} +.dir-ltr #coursesearch .coursesearchbox label { + margin-right: 7px; +} +.dir-rtl #coursesearch .coursesearchbox label { + margin-left: 7px; +} +#coursesearch .coursesearchbox input[type="submit"] { + width: 42px; + height: 42px; + background: #525252 url([[pix:theme|ic-search]]) no-repeat center center; + padding: 0; + margin-left: 0; + text-indent: -9999em; + text-transform: capitalize; +} +@media (max-width: 479px) { + #coursesearch .coursesearchbox label { + padding-top: 0; + margin-bottom: 7px; + display: block; + } + #coursesearch .coursesearchbox input[type="text"] { + width: 60%; + } +} +.course-content .topics h3 { + font-size: 21px; + color: #ff6600; +} +.course-content ul li.section.main { + border-bottom: 1px solid #d5d5d5; +} +.course-content ul li.section.main .section li.activity { + padding-bottom: 10px; +} +.course-content .topics .section .summary .no-overflow { + font-family: Arial, Helvetica, sans-serif; + color: #3a87ad; + line-height: 24px; + background: #d9edf7; + padding: 10px 20px; + border: 1px solid #bce8f1; + border-radius: 5px; + margin-bottom: 25px; +} +.course-content .topics .section .summary .no-overflow p { + color: #3a87ad; + line-height: 24px; + margin-bottom: 0; +} +.course-content .topics .section .activity .activityinstance a { + font-size: 18px; + color: #656565; + line-height: 24px; +} +.course-content .topics .section .activity .activityinstance a img { + margin-right: 12px; +} +.course-content .topics .section .activity .activityinstance a .instancename { + vertical-align: top; +} +.course-content .topics .section .activity .availabilityinfo .no-overflow, +.course-content .topics .section .activity .contentafterlink .no-overflow { + line-height: 22px; +} +#page-message-edit #region-main .mform fieldset { + margin-bottom: 40px; +} +#page-message-edit #region-main .mform legend { + margin-bottom: 30px; +} +table {} +table.flexible thead tr th, +.generaltable thead tr th, +.userenrolment tr th, +table.rolecap thead tr th, +.forumheaderlist thead tr th { + color: #fff; + background: #88b77b; +} +table.flexible thead th img, +.generaltable thead th img { + background: none repeat scroll 0 0; +} +table.flexible thead tr th a, +.generaltable thead tr th a { + color: #fff; +} +.no-overflow > .generaltable { + margin-bottom: 20px; +} +/*table.flexible tbody tr th, +.generaltable tbody tr th { + color: #6b9a5e; +}*/ +table.flexible th, +.generaltable th, +table.flexible td, +.generaltable td { + line-height: 21px; + padding: 12px; + border-top: 0; +} +.userenrolment tr a { + color: #fff; +} +.userenrolment tr th, +table.rolecap tr th, +.forumheaderlist tr th, +table.rolecap tr td { + padding: 4px; +} +table#explaincaps tbody > tr:nth-child(2n+1) > td, +table#defineroletable tbody > tr:nth-child(2n+1) > td, +table.grading-report tbody > tr:nth-child(2n+1) > td, +table#listdirectories tbody > tr:nth-child(2n+1) > td, +table.rolecap tbody > tr:nth-child(2n+1) > td, +table.userenrolment tbody > tr:nth-child(2n+1) > td, +table#form tbody > tr:nth-child(2n+1) > td, +form#movecourses table tbody > tr:nth-child(2n+1) > td, +#page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td, +.forumheaderlist tbody > tr:nth-child(2n+1) > td, +table.flexible tbody > tr:nth-child(2n+1) > td, +.generaltable tbody > tr:nth-child(2n+1) > td, +table#explaincaps tbody > tr:nth-child(2n+1) > th, +table#defineroletable tbody > tr:nth-child(2n+1) > th, +table.grading-report tbody > tr:nth-child(2n+1) > th, +table#listdirectories tbody > tr:nth-child(2n+1) > th, +table.rolecap tbody > tr:nth-child(2n+1) > th, +table.userenrolment tbody > tr:nth-child(2n+1) > th, +table#form tbody > tr:nth-child(2n+1) > th, +form#movecourses table tbody > tr:nth-child(2n+1) > th, +#page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th, +.forumheaderlist tbody > tr:nth-child(2n+1) > th, +table.flexible tbody > tr:nth-child(2n+1) > th, +.generaltable tbody > tr:nth-child(2n+1) > th { + background: #f7f7f7; +} +.user-enroller-panel .uep-search-results .users tbody tr:hover > td, +.user-enroller-panel .uep-search-results .cohorts tbody tr:hover > td, +table.grading-report tbody tr:hover > td, +.forumheaderlist tbody tr:hover > td, +.generaltable tbody tr:hover > td, +table.flexible tbody tr:hover > td, +.category_subcategories tbody tr:hover > td, +table#modules tbody tr:hover > td, +table#permissions tbody tr:hover > td, +.user-enroller-panel .uep-search-results .users tbody tr:hover > th, +.user-enroller-panel .uep-search-results .cohorts tbody tr:hover > th, +table.grading-report tbody tr:hover > th, +.forumheaderlist tbody tr:hover > th, +.generaltable tbody tr:hover > th, +table.flexible tbody tr:hover > th, +.category_subcategories tbody tr:hover > th, +table#modules tbody tr:hover > th, +table#permissions tbody tr:hover > th { + background: #f2f2f2; +} +.path-mod-forum .forumheaderlist .discussion .topic, +.path-mod-forum .forumheaderlist .discussion .discussionsubscription, +.path-mod-forum .forumheaderlist .discussion .topic.starter, +.path-mod-forum .forumheaderlist .discussion .picture, +.path-mod-forum .forumheaderlist .discussion .author, +.path-mod-forum .forumheaderlist .discussion .replies, +.path-mod-forum .forumheaderlist .discussion .lastpost { + vertical-align: middle; +} +.path-grade-report-singleview div.groupselector, +.path-grade-report-singleview div.reporttable form div.singleview_buttons, +.path-grade-report-singleview div.selectitems { + text-align: center; +} +#page-mod-quiz-mod #id_reviewoptionshdr .fitem { + width: 47%; +} +#page-mod-quiz-mod #id_reviewoptionshdr .fitemtitle { + min-height: 3em; + height: auto; +} +#page-enrol-users #filterform .fitem { + margin-bottom: 5px; +} +.groupmanagementtable #buttonscell p.arrow_button input { + width: 100%; + margin: 10px auto 0; +} +@media (max-width: 599px) { + #page-mod-quiz-mod #id_reviewoptionshdr .fitem { + float: none; + width: 100%; + } +} +.userprofile .userprofilebox {} +.userprofile .userprofilebox .profilepicture {} +.userprofile .userprofilebox .profilepicture a { + display: block; +} +.userprofile .userprofilebox .descriptionbox {} +.userprofile .userprofilebox .descriptionbox .description { + margin: 0 0 10px; +} +.userprofile .userprofilebox .descriptionbox .description p { + color: #3e1a1a; + line-height: 18px; + margin-bottom: 0; +} +.userprofile .userprofilebox .descriptionbox .list { + margin: 0; + overflow: hidden; +} +.userprofile .userprofilebox .descriptionbox .list dt { + float: none; + width: auto; + clear: none; +} +.userprofile .userprofilebox .descriptionbox .list dd { + margin: 0 0 10px; + clear: none; +} +@media (max-width: 479px) { + .userprofile .userprofilebox .profilepicture { + float: none; + width: 106px; + margin: 0 auto 10px; + } + .userprofile dl.list dt, + .userprofile dl.list dd, + .dir-rtl .userprofile dl.list dt, + .dir-rtl .userprofile dl.list dd { + text-align: center; + } + +} +@media (min-width: 480px) { + .userprofile .userprofilebox .profilepicture { + float: left; + } + .dir-rtl .userprofile .userprofilebox .profilepicture { + float: right; + } + .userprofile .userprofilebox .descriptionbox { + padding: 0 0 0 118px; + } + .dir-rtl .userprofile .userprofilebox .descriptionbox { + padding: 0 118px 0 0; + } + .userprofile dl.list dt, + .userprofile dl.list dd { + text-align: left; + } + .dir-rtl .userprofile dl.list dt, + .dir-rtl .userprofile dl.list dd { + text-align: right; + } +} +.message .contactselector { + float: none; + width: auto; + margin: 0 0 20px; +} +.message .contactselector .paging { + margin: 10px 0 0; +} +.message .contactselector #message_participants { + margin-top: 10px; +} +.message .contactselector #message_participants tr th, +.message .contactselector #message_participants tr td { + padding: 5px; +} +.message .messagearea { + float: none; + width: auto; + min-height: 50px; + border: 0; +} +.message .messagearea .messagesend .messagesendbox { + box-sizing: border-box; +} + + + +/*Additional css*/ + +.container { + max-width: 1240px; +} +label { + padding-top: 0; +} +#page-admin-registration-register .registration_textfield { + width: auto; +} +.pagelayout-report .no-overflow { + overflow: auto; +} +.path-grade-report-grader .gradeparent .no-overflow { + overflow: visible; +} +.path-admin .buttons { + text-align: right; + padding-left: 0; +} +select[multiple], +select[size], +.dir-rtl select[multiple], +.dir-rtl select[size] { + width: 100%; + max-width: 220px; +} +.pagelayout-report .no-overflow { + overflow: auto; +} +#region-main > div[role="main"] .pull-left + .no-overflow { + overflow: visible; +} +.form-item .form-setting .defaultsnext select { + max-width: 220px; + width: 100%; +} +.block .content .userpicture { + margin: 0 5px; +} +.commands { + margin: 10px 0; +} +.editing .block .header .commands { + margin: 0; +} +.mdl-left { + margin: 10px 0; +} +.comment-ctrl { + padding-top: 10px; +} +.comment-message { + padding: 10px; + background: #fff; +} +.comment-message .picture { + float: none; + display: inline-block; + margin: 0 10px; +} +.comment-link img { + margin: 0 5px; +} +.comment-delete, +.dir-rtl .comment-delete { + margin: 0.3em 10px; +} +.comment-message .text { + padding: 0 15px; + margin: 10px 0; +} +.blog_entry .audience { + margin: 5px 0; +} +.forumpost { + padding-left: 10px; + padding-right: 10px; +} +textarea[cols], +input[size] { + width: auto; +} +#page-admin-roles-usersroles p { + margin: 15px 0; +} +#header .header-top .navbar .nav .dropdown-submenu > a:after { + border-color: transparent #fff; +} +#course-category-listings .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret, +.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret { + vertical-align: middle; + margin-top: 0; + top: 0; +} +#header .header-top .navbar .nav li.dropdown > .dropdown-toggle .caret { + vertical-align: middle; + margin-top: 0; +} +.path-grade-report-user #graded_users_selector { + float: none; +} +.report-eventlist-data-table { + overflow: auto; +} +.coursebox .content .teachers { + padding-left: 20px; + margin-left: 130px; + margin-top: 20px; +} +#page-mod-quiz-edit .add-menu-outer { + bottom: 0; +} +.blog_entry .content .attachedimages { + margin-bottom: 15px; +} + + +.dir-rtl .coursebox .content .teachers { + padding-left: 0; + padding-right: 20px; + margin-left: 0; + margin-right: 130px; + margin-top: 20px; +} +.dir-rtl .coursebox .content .summary, +.dir-rtl .coursebox .content .coursecat { + padding: 0 130px 0 0; +} +.dir-rtl.path-grade-report-user #graded_users_selector { + float: none; +} +.dir-rtl .blog_entry .audience { + text-align: left; + margin: 5px 0; +} +.dir-rtl .comment-message .picture { + margin-left: 10px; + margin-right: 0; +} +.dir-rtl .block .calendar-controls .previous:before { + content: "\f101"; +} +.dir-rtl .block .calendar-controls .next:after { + content: "\f100"; +} +.dir-rtl .block_navigation .block_tree .depth_1 > .tree_item.branch { + padding-right: 0; +} +.dir-rtl .block_navigation .block_tree .depth_1 > ul { + margin-right: 0; +} +.dir-rtl .message .contactselector { + float: none; +} +.dir-rtl .form-item .form-setting, +.dir-rtl .form-item .form-description, +.dir-rtl .mform .fitem .felement, +.dir-rtl .mform .fdescription.required, +.dir-rtl .userprofile dl.list dd, +.dir-rtl .form-horizontal .controls { + margin-left: 0; +} + + +@media (min-width: 768px) and (max-width: 991px) { + .dir-rtl .form-item .form-label, .dir-rtl .mform .fitem div.fitemtitle { + float: none; + } + .dir-rtl .form-item .form-setting, + .dir-rtl .form-item .form-description, + .dir-rtl .mform .fitem .felement, + .dir-rtl .mform .fdescription.required, + .dir-rtl .userprofile dl.list dd, + .dir-rtl .form-horizontal .controls { + margin-right: 0; + } + .dir-rtl .form-item .form-label label { + text-align: right; + } + .dir-rtl .form-label .form-shortname { + text-align: right; + } +} +@media (min-width: 768px) and (max-width: 817px) { + .form-item .form-label, + .mform .fitem div.fitemtitle { + width: 140px; + } +} +@media (min-width: 768px) { + .theme-slider { + margin-left: 0; + margin-right: 0; + } +} +@media (max-width: 767px) { + #region-main, + #block-region-side-pre { + float: right; + } + .dir-rtl .form-item .form-label, + .dir-rtl .mform .fitem div.fitemtitle { + float: none; + text-align: right; + } +} +@media (max-width: 599px) { + .coursebox .content .teachers { + margin-left: 0; + } + .dir-rtl .coursebox .content .teachers { + margin-right: 0; + } +} +@media (min-width: 481px) and (max-width: 767px) { + .dir-rtl .form-item .form-label, .dir-rtl .mform .fitem div.fitemtitle { + text-align: right; + float: none; + } +} +@media (min-width: 481px) { + .box form div .no-overflow { + overflow: visible; + } +} +@media (max-width: 480px) { + select { + width: auto; + } + .boxwidthnormal { + width: auto; + } + textarea, + form select, + form input[type="text"], + form input[type="password"], + form.atto_form input[type="url"], + select.singleselect { + max-width: 220px; + } + .filemanager, + .filepicker, + .file-picker, + .editor_atto_wrap { + max-width: 220px; + } + #region-main > div[role="main"] .pull-left + .no-overflow { + width: 100%; + overflow: auto; + } + .singlebutton div { + margin-left: 0; + } + .singlebutton div input { + margin-left: 0; + } + .dir-rtl .path-admin .buttons, .dir-rtl .form-buttons { + padding-right: 0; + } + .blog_entry .content { + margin-left: 0; + margin-right: 23px; + } + .dir-rtl .blog_entry .content { + margin-left: 0; + margin-right: 23px; + } +} + +.btn-primary:active:hover, +.btn-primary.active:hover, +.open > .btn-primary.dropdown-toggle:hover, +.btn-primary:active:focus, +.btn-primary.active:focus, +.open > .btn-primary.dropdown-toggle:focus, +.btn-primary.focus:active, +.btn-primary.active.focus, +.open > .btn-primary.dropdown-toggle.focus { + color: #fff; + background-color: #4f4f4f; +} + + +.btn-primary.active:focus { + color: #fff; + background: #8e558e; +} +.calendar-event-panel { + background: none; +} +.card-text .day .yui3-overlay-content { + margin: 0; +} \ No newline at end of file diff --git a/templates/columns1.mustache b/templates/columns1.mustache new file mode 100644 index 0000000..eeb08e4 --- /dev/null +++ b/templates/columns1.mustache @@ -0,0 +1,65 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template theme_boost/columns1 + + Boost 1 column layout template. + + Context variables required for this template: + * sitename - The name of the site + * output - The core renderer for the page + * bodyattributes - attributes for the body tag as a string of html attributes + + Example context (json): + { + "sitename": "Moodle", + "output": { + "doctype": "", + "page_title": "Test page", + "favicon": "favicon.ico", + "main_content": "

    Headings make html validators happier

    " + }, + "bodyattributes":"" + } +}} +{{> theme_boost/head }} + + + +
    + + {{{ output.standard_top_of_body_html }}} + +
    +
    +
    +
    + {{{ output.course_content_header }}} + {{{ output.main_content }}} + {{{ output.activity_navigation }}} + {{{ output.course_content_footer }}} +
    +
    +
    +
    +
    +{{{ output.standard_end_of_body_html }}} + + +{{#js}} +require(['theme_boost/loader']); +{{/js}} diff --git a/templates/columns2.mustache b/templates/columns2.mustache new file mode 100644 index 0000000..6fe1df8 --- /dev/null +++ b/templates/columns2.mustache @@ -0,0 +1,93 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template theme_boost/columns2 + + Admin time setting template. + + Boost 2 column layout template. + + Context variables required for this template: + * sitename - The name of the site + * output - The core renderer for the page + * bodyattributes - attributes for the body tag as a string of html attributes + * sidepreblocks - HTML for the blocks + * hasblocks - true if there are blocks on this page + * navdraweropen - true if the nav drawer should be open on page load + * regionmainsettingsmenu - HTML for the region main settings menu + * hasregionmainsettingsmenu - There is a region main settings menu on this page. + + Example context (json): + { + "sitename": "Moodle", + "output": { + "doctype": "", + "page_title": "Test page", + "favicon": "favicon.ico", + "main_content": "

    Headings make html validators happier

    " + }, + "bodyattributes":"", + "sidepreblocks": "

    Blocks html goes here

    ", + "hasblocks":true, + "navdraweropen":true, + "regionmainsettingsmenu": "", + "hasregionmainsettingsmenu": false + } +}} +{{> theme_boost/head }} + + + +
    + + {{{ output.standard_top_of_body_html }}} + + {{>theme_qualisaude/header}} + +
    + + {{{ output.full_header }}} + +
    +
    + {{#hasregionmainsettingsmenu}} +
    +
    {{{ output.region_main_settings_menu }}}
    +
    + {{/hasregionmainsettingsmenu}} +
    + {{#hasregionmainsettingsmenu}} +
    + {{/hasregionmainsettingsmenu}} + {{{ output.course_content_header }}} + {{{ output.main_content }}} + {{{ output.activity_navigation }}} + {{{ output.course_content_footer }}} +
    + {{#hasblocks}} +
    + {{{ sidepreblocks }}} +
    + {{/hasblocks}} +
    +
    +
    + {{> theme_boost/nav-drawer }} +
    + +{{> theme_qualisaude/footer}} + diff --git a/templates/core/loginform.mustache b/templates/core/loginform.mustache new file mode 100644 index 0000000..325646a --- /dev/null +++ b/templates/core/loginform.mustache @@ -0,0 +1,246 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template core/loginform + + Moodle template for the login page. + + Context variables required for this template: + * autofocusform: Auto focus on form ?, + * canloginasguest - Is guest login allowed?, + * canloginbyemail - Is login by email allowed?, + * cansignup - Signup allowed?, + * cookieshelpicon - cookies help icon details + * error - Any errors in the form?, + * forgotpasswordurl - Forgot password url, + * hasidentityproviders - Flag, set to true to hide identity providers, + * hasinstructions - Flag, set to true to show instructions, + * identityproviders - List of identiy providers, + * instructions - Instructions, + * instructionsformat - Format of instructions, + * loginurl - Login url, + * rememberusername - Remeber username?, + * signupurl - Signup url, + * cookieshelpiconformatted - Formatted html of cookies help icon, + * errorformatted - Formatted error, + * logourl - Flag, logo url, + * sitename - Name of site. + * logintoken - Random token to protect login request. + + Example context (json): + { + "autofocusform": false, + "canloginasguest": "1", + "canloginbyemail": false, + "cansignup": true, + "cookieshelpicon": { + "heading": "Cookies must be enabled in your browser", + "text": "
    Two cookies are used on this site. Both died..
    ", + "icon": { + "attributes": [ + { + "name": "class", + "value": "iconhelp" + }, + { + "name": "alt", + "value": "Help with Cookies must be enabled in your browser" + }, + { + "name": "title", + "value": "Help with Cookies must be enabled in your browser" + }, + { + "name": "src", + "value": "http://localhost/stable_master/theme/image.php?theme=boost&component=core&image=help" + } + ] + }, + "linktext": null, + "title": "Help with Cookies must be enabled in your browser", + "url": "http://localhost/stable_master/help.php?component=core&identifier=cookiesenabled&lang=en", + "ltr": true + }, + "error": "", + "forgotpasswordurl": "http://localhost/stable_master/login/forgot_password.php", + "hasidentityproviders": false, + "hasinstructions": true, + "identityproviders": [], + "instructions": "For full access to this site, you first need to create an account.", + "instructionsformat": "1", + "loginurl": "http://localhost/stable_master/login/index.php", + "rememberusername": true, + "signupurl": "http://localhost/stable_master/login/signup.php", + "cookieshelpiconformatted": "", + "errorformatted": "", + "logourl": false, + "sitename": "Beer & Chips", + "logintoken": "randomstring" + } +}} + +
    +
    +
    +
    +
    + {{#logourl}} + +

    Seja bem-vindo!

    + {{/logourl}} + {{^logourl}} + +

    Seja bem-vindo!

    + {{/logourl}} +
    + {{#cansignup}} + + {{/cansignup}} + + {{#error}} +
    + {{error}} + +
    + {{/error}} + +
    +
    +
    + + + +
    + + +
    +
    + + +
    + {{#rememberusername}} +
    + + + Esqueceu a senha? +
    + {{/rememberusername}} + + + +
    +
    + + +
    +
    +
    +
    +
    +
    + + +{{#hasinstructions}} +
    +
    +
    +
    +
    +

    {{#str}}firsttime{{/str}}

    +
    +
    + {{{instructions}}} + {{#cansignup}} +
    + +
    + {{/cansignup}} +
    +
    +
    +
    +
    +{{/hasinstructions}} + +{{#js}} + {{#error}} + require(['jquery'], function($) { + $('#loginerrormessage').focus(); + }); + {{/error}} + {{^error}} + {{#autofocusform}} + require(['jquery'], function($) { + if ($('#username').val()) { + $('#password').focus(); + } else { + $('#username').focus(); + } + }); + {{/autofocusform}} + {{/error}} +{{/js}} diff --git a/templates/course.mustache b/templates/course.mustache new file mode 100644 index 0000000..7c2c764 --- /dev/null +++ b/templates/course.mustache @@ -0,0 +1,96 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template theme_boost/columns2 + + Admin time setting template. + + Boost 2 column layout template. + + Context variables required for this template: + * sitename - The name of the site + * output - The core renderer for the page + * bodyattributes - attributes for the body tag as a string of html attributes + * sidepreblocks - HTML for the blocks + * hasblocks - true if there are blocks on this page + * navdraweropen - true if the nav drawer should be open on page load + * regionmainsettingsmenu - HTML for the region main settings menu + * hasregionmainsettingsmenu - There is a region main settings menu on this page. + + Example context (json): + { + "sitename": "Moodle", + "output": { + "doctype": "", + "page_title": "Test page", + "favicon": "favicon.ico", + "main_content": "

    Headings make html validators happier

    " + }, + "bodyattributes":"", + "sidepreblocks": "

    Blocks html goes here

    ", + "hasblocks":true, + "navdraweropen":true, + "regionmainsettingsmenu": "", + "hasregionmainsettingsmenu": false + } +}} +{{> theme_boost/head }} + + + +
    + + {{{ output.standard_top_of_body_html }}} + + {{>theme_qualisaude/header}} + +
    + + {{{ output.full_header }}} +
    +

    {{coursedata.fullname}}

    +
    + {{{progresso}}} +
    +
    + {{#hasregionmainsettingsmenu}} +
    +
    {{{ output.region_main_settings_menu }}}
    +
    + {{/hasregionmainsettingsmenu}} +
    + {{#hasregionmainsettingsmenu}} +
    + {{/hasregionmainsettingsmenu}} + {{{ output.course_content_header }}} + {{{ output.main_content }}} + {{{ output.activity_navigation }}} + {{{ output.course_content_footer }}} +
    + {{#hasblocks}} +
    + {{{ sidepreblocks }}} +
    + {{/hasblocks}} +
    +
    +
    + {{> theme_boost/nav-drawer }} +
    + +{{> theme_qualisaude/footer}} + diff --git a/templates/custom_menu_item.mustache b/templates/custom_menu_item.mustache new file mode 100644 index 0000000..22ee41f --- /dev/null +++ b/templates/custom_menu_item.mustache @@ -0,0 +1,22 @@ +{{^divider}} +{{#haschildren}} + + + + +{{/haschildren}} +{{^haschildren}} +{{text}} +{{/haschildren}} +{{/divider}} diff --git a/templates/footer.mustache b/templates/footer.mustache new file mode 100644 index 0000000..6ce3217 --- /dev/null +++ b/templates/footer.mustache @@ -0,0 +1,127 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + Page footer. +}} +
    +{{#footerblock}} + +{{/footerblock}} + +
    + + +
    +{{{output.standard_footer_html}}} +
    +{{{output.standard_end_of_body_html}}} +{{#js}} +require(['theme_boost/loader']); +require(['theme_boost/drawer'], function(mod) { + mod.init(); +}); +{{/js}} diff --git a/templates/header.mustache b/templates/header.mustache new file mode 100644 index 0000000..c6cd76f --- /dev/null +++ b/templates/header.mustache @@ -0,0 +1,59 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + Page header. +}} + +{{>theme_qualisaude/navbar}} + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{{ output.standard_after_main_region_html }}} +
    + + diff --git a/templates/login.mustache b/templates/login.mustache new file mode 100644 index 0000000..8f720e3 --- /dev/null +++ b/templates/login.mustache @@ -0,0 +1,52 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template theme_boost/login + + Login page template + + Example context (json): + { + "output": { + "doctype": "", + "page_title": "Login page", + "favicon": "favicon.ico", + "main_content": "

    Headers keep HTML validators happy

    " + } + } +}} +{{> theme_boost/head }} + + + +
    + + {{{ output.standard_top_of_body_html }}} + +
    +
    +
    +
    + {{{ output.course_content_header }}} + {{{ output.main_content }}} + {{{ output.course_content_footer }}} +
    +
    +
    +
    +
    + diff --git a/templates/maintenance.mustache b/templates/maintenance.mustache new file mode 100644 index 0000000..109b1c8 --- /dev/null +++ b/templates/maintenance.mustache @@ -0,0 +1,78 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template theme_boost/maintenance + + Boost maintenance layout template. + + Context variables required for this template: + * output - The core renderer for the page + + Example context (json): + { + "output": { + "doctype": "", + "page_title": "Test page", + "favicon": "favicon.ico", + "main_content": "

    Headings make html validators happier

    " + } + } +}} +{{{ output.doctype }}} + + + {{{ output.page_title }}} + + {{{ output.standard_head_html }}} + + + + + +
    + + {{{ output.standard_top_of_body_html }}} + +
    + +
    +
    + {{{ output.page_heading }}} +
    +
    + +
    +
    + {{{ output.main_content }}} +
    +
    + +
    +
    + +
    +
    + {{{ output.standard_footer_html }}} + {{{ output.standard_end_of_body_html }}} +
    +
    + + + +{{#js}} +require(['theme_boost/loader']); +{{/js}} diff --git a/templates/my.mustache b/templates/my.mustache new file mode 100644 index 0000000..217e0ef --- /dev/null +++ b/templates/my.mustache @@ -0,0 +1,95 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + @template theme_boost/columns2 + + Admin time setting template. + + Boost 2 column layout template. + + Context variables required for this template: + * sitename - The name of the site + * output - The core renderer for the page + * bodyattributes - attributes for the body tag as a string of html attributes + * sidepreblocks - HTML for the blocks + * hasblocks - true if there are blocks on this page + * navdraweropen - true if the nav drawer should be open on page load + * regionmainsettingsmenu - HTML for the region main settings menu + * hasregionmainsettingsmenu - There is a region main settings menu on this page. + + Example context (json): + { + "sitename": "Moodle", + "output": { + "doctype": "", + "page_title": "Test page", + "favicon": "favicon.ico", + "main_content": "

    Headings make html validators happier

    " + }, + "bodyattributes":"", + "sidepreblocks": "

    Blocks html goes here

    ", + "hasblocks":true, + "navdraweropen":true, + "regionmainsettingsmenu": "", + "hasregionmainsettingsmenu": false + } +}} +{{> theme_boost/head }} + + + +
    + + {{{ output.standard_top_of_body_html }}} + + {{>theme_qualisaude/header}} + +
    + + {{{ output.full_header }}} +
    +

    Meus cursos

    +
    +
    +
    + {{#hasregionmainsettingsmenu}} +
    +
    {{{ output.region_main_settings_menu }}}
    +
    + {{/hasregionmainsettingsmenu}} +
    + {{#hasregionmainsettingsmenu}} +
    + {{/hasregionmainsettingsmenu}} + {{{ output.course_content_header }}} + {{{ output.main_content }}} + {{{ output.activity_navigation }}} + {{{ output.course_content_footer }}} +
    + {{#hasblocks}} +
    + {{{ sidepreblocks }}} +
    + {{/hasblocks}} +
    +
    +
    + {{> theme_boost/nav-drawer }} +
    + +{{> theme_qualisaude/footer}} + diff --git a/templates/navbar.mustache b/templates/navbar.mustache new file mode 100644 index 0000000..7dab048 --- /dev/null +++ b/templates/navbar.mustache @@ -0,0 +1,80 @@ +{{! + This file is part of Moodle - http://moodle.org/ + + Moodle is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Moodle is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Moodle. If not, see . +}} +{{! + Page navbar. +}} + + diff --git a/version.php b/version.php new file mode 100644 index 0000000..de51b94 --- /dev/null +++ b/version.php @@ -0,0 +1,34 @@ +. + +/** + * Version configuration for the theme qualisaude + * @package theme_qualisaude + * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) + * @author LMSACE Dev Team + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die; + +$plugin->version = 2019012601; // This component release level. +$plugin->maturity = MATURITY_STABLE; // This version's maturity level. +$plugin->release = 'v3.6.2'; // This version's release version. +$plugin->requires = 2018120300; // This version's moodle require release. +$plugin->component = 'theme_qualisaude'; // This component type_name. +$plugin->dependencies = array( + 'theme_boost' => 2017111300, // This version's depended the component and its require release. +);