bootstrap-rails-engine 3.0.3.0 → 3.1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  /*!
2
- * Bootstrap v3.0.3 (http://getbootstrap.com)
3
- * Copyright 2013 Twitter, Inc.
4
- * Licensed under http://www.apache.org/licenses/LICENSE-2.0
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
  */
6
-
7
- if("undefined"==typeof jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]'),b=!0;if(a.length){var c=this.$element.find("input");"radio"===c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?b=!1:a.find(".active").removeClass("active")),b&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}b&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focus",i="hover"==g?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show),void 0):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide),void 0):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);
6
+ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.isLoading=!1};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",f.resetText||d.data("resetText",d[e]()),d[e](f[b]||this.options[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},b.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});return this.$element.trigger(j),j.isDefaultPrevented()?void 0:(this.sliding=!0,f&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),f&&this.cycle(),this)};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("collapse in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?void this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);!e&&f.toggle&&"show"==c&&(c=!c),e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(b){a(d).remove(),a(e).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown",h),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=" li:not(.divider):visible a",i=f.find("[role=menu]"+h+", [role=listbox]"+h);if(i.length){var j=i.index(i.filter(":focus"));38==b.keyCode&&j>0&&j--,40==b.keyCode&&j<i.length-1&&j++,~j||(j=0),i.eq(j).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu], [role=listbox]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show().scrollTop(0),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());c.is("a")&&b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this,d=this.tip();this.setContent(),this.options.animation&&d.addClass("fade");var e="function"==typeof this.options.placement?this.options.placement.call(this,d[0],this.$element[0]):this.options.placement,f=/\s?auto?\s?/i,g=f.test(e);g&&(e=e.replace(f,"")||"top"),d.detach().css({top:0,left:0,display:"block"}).addClass(e),this.options.container?d.appendTo(this.options.container):d.insertAfter(this.$element);var h=this.getPosition(),i=d[0].offsetWidth,j=d[0].offsetHeight;if(g){var k=this.$element.parent(),l=e,m=document.documentElement.scrollTop||document.body.scrollTop,n="body"==this.options.container?window.innerWidth:k.outerWidth(),o="body"==this.options.container?window.innerHeight:k.outerHeight(),p="body"==this.options.container?0:k.offset().left;e="bottom"==e&&h.top+h.height+j-m>o?"top":"top"==e&&h.top-m-j<0?"bottom":"right"==e&&h.right+i>n?"left":"left"==e&&h.left-i<p?"right":e,d.removeClass(l).addClass(e)}var q=this.getCalculatedOffset(e,h,i,j);this.applyPlacement(q,e),this.hoverState=null;var r=function(){c.$element.trigger("shown.bs."+c.type)};a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,r).emulateTransitionEnd(150):r()}},b.prototype.applyPlacement=function(b,c){var d,e=this.tip(),f=e[0].offsetWidth,g=e[0].offsetHeight,h=parseInt(e.css("margin-top"),10),i=parseInt(e.css("margin-left"),10);isNaN(h)&&(h=0),isNaN(i)&&(i=0),b.top=b.top+h,b.left=b.left+i,a.offset.setOffset(e[0],a.extend({using:function(a){e.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),e.addClass("in");var j=e[0].offsetWidth,k=e[0].offsetHeight;if("top"==c&&k!=g&&(d=!0,b.top=b.top+g-k),/bottom|top/.test(c)){var l=0;b.left<0&&(l=-2*b.left,b.left=0,e.offset(b),j=e[0].offsetWidth,k=e[0].offsetHeight),this.replaceArrow(l-f+j,j,"left")}else this.replaceArrow(k-g,k,"top");d&&e.offset(b)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach(),c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.hoverState=null,this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;(e||"destroy"!=c)&&(e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]())})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(a(c).is("body")?window:c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);{var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})}},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(b.RESET).addClass("affix");var a=this.$window.scrollTop(),c=this.$element.offset();return this.pinnedOffset=c.top-a},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"top"==this.affixed&&(e.top+=d),"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(b.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:c-h-this.$element.height()}))}}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);
@@ -9,14 +9,11 @@
9
9
  */
10
10
  .datepicker {
11
11
  padding: 4px;
12
- -webkit-border-radius: 4px;
13
- -moz-border-radius: 4px;
14
12
  border-radius: 4px;
15
13
  direction: ltr;
16
14
  /*.dow {
17
15
  border-top: 1px solid #ddd !important;
18
16
  }*/
19
-
20
17
  }
21
18
  .datepicker-inline {
22
19
  width: 220px;
@@ -46,7 +43,7 @@
46
43
  display: inline-block;
47
44
  border-left: 6px solid transparent;
48
45
  border-right: 6px solid transparent;
49
- border-bottom: 6px solid #ffffff;
46
+ border-bottom: 6px solid #fff;
50
47
  border-top: 0;
51
48
  position: absolute;
52
49
  }
@@ -76,7 +73,7 @@
76
73
  .datepicker-dropdown.datepicker-orient-bottom:after {
77
74
  bottom: -6px;
78
75
  border-bottom: 0;
79
- border-top: 6px solid #ffffff;
76
+ border-top: 6px solid #fff;
80
77
  }
81
78
  .datepicker > div {
82
79
  display: none;
@@ -99,13 +96,11 @@
99
96
  -ms-user-select: none;
100
97
  user-select: none;
101
98
  }
102
- .datepicker td,
103
- .datepicker th {
99
+ .datepicker table tr td,
100
+ .datepicker table tr th {
104
101
  text-align: center;
105
- width: 20px;
106
- height: 20px;
107
- -webkit-border-radius: 4px;
108
- -moz-border-radius: 4px;
102
+ width: 30px;
103
+ height: 30px;
109
104
  border-radius: 4px;
110
105
  border: none;
111
106
  }
@@ -113,7 +108,8 @@
113
108
  .table-striped .datepicker table tr th {
114
109
  background-color: transparent;
115
110
  }
116
- .datepicker table tr td.day:hover {
111
+ .datepicker table tr td.day:hover,
112
+ .datepicker table tr td.day.focused {
117
113
  background: #eeeeee;
118
114
  cursor: pointer;
119
115
  }
@@ -131,24 +127,18 @@
131
127
  .datepicker table tr td.today:hover,
132
128
  .datepicker table tr td.today.disabled,
133
129
  .datepicker table tr td.today.disabled:hover {
134
- background-color: #fde19a;
135
- background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
136
- background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
137
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
138
- background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
139
- background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
140
- background-image: linear-gradient(top, #fdd49a, #fdf59a);
141
- background-repeat: repeat-x;
142
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
143
- border-color: #fdf59a #fdf59a #fbed50;
144
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
145
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
146
- color: #000;
130
+ color: #000000;
131
+ background-color: #ffdb99;
132
+ border-color: #ffb733;
147
133
  }
148
134
  .datepicker table tr td.today:hover,
149
135
  .datepicker table tr td.today:hover:hover,
150
136
  .datepicker table tr td.today.disabled:hover,
151
137
  .datepicker table tr td.today.disabled:hover:hover,
138
+ .datepicker table tr td.today:focus,
139
+ .datepicker table tr td.today:hover:focus,
140
+ .datepicker table tr td.today.disabled:focus,
141
+ .datepicker table tr td.today.disabled:hover:focus,
152
142
  .datepicker table tr td.today:active,
153
143
  .datepicker table tr td.today:hover:active,
154
144
  .datepicker table tr td.today.disabled:active,
@@ -157,6 +147,28 @@
157
147
  .datepicker table tr td.today:hover.active,
158
148
  .datepicker table tr td.today.disabled.active,
159
149
  .datepicker table tr td.today.disabled:hover.active,
150
+ .open .dropdown-toggle.datepicker table tr td.today,
151
+ .open .dropdown-toggle.datepicker table tr td.today:hover,
152
+ .open .dropdown-toggle.datepicker table tr td.today.disabled,
153
+ .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
154
+ color: #000000;
155
+ background-color: #ffcd70;
156
+ border-color: #f59e00;
157
+ }
158
+ .datepicker table tr td.today:active,
159
+ .datepicker table tr td.today:hover:active,
160
+ .datepicker table tr td.today.disabled:active,
161
+ .datepicker table tr td.today.disabled:hover:active,
162
+ .datepicker table tr td.today.active,
163
+ .datepicker table tr td.today:hover.active,
164
+ .datepicker table tr td.today.disabled.active,
165
+ .datepicker table tr td.today.disabled:hover.active,
166
+ .open .dropdown-toggle.datepicker table tr td.today,
167
+ .open .dropdown-toggle.datepicker table tr td.today:hover,
168
+ .open .dropdown-toggle.datepicker table tr td.today.disabled,
169
+ .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
170
+ background-image: none;
171
+ }
160
172
  .datepicker table tr td.today.disabled,
161
173
  .datepicker table tr td.today:hover.disabled,
162
174
  .datepicker table tr td.today.disabled.disabled,
@@ -164,18 +176,61 @@
164
176
  .datepicker table tr td.today[disabled],
165
177
  .datepicker table tr td.today:hover[disabled],
166
178
  .datepicker table tr td.today.disabled[disabled],
167
- .datepicker table tr td.today.disabled:hover[disabled] {
168
- background-color: #fdf59a;
169
- }
170
- .datepicker table tr td.today:active,
171
- .datepicker table tr td.today:hover:active,
179
+ .datepicker table tr td.today.disabled:hover[disabled],
180
+ fieldset[disabled] .datepicker table tr td.today,
181
+ fieldset[disabled] .datepicker table tr td.today:hover,
182
+ fieldset[disabled] .datepicker table tr td.today.disabled,
183
+ fieldset[disabled] .datepicker table tr td.today.disabled:hover,
184
+ .datepicker table tr td.today.disabled:hover,
185
+ .datepicker table tr td.today:hover.disabled:hover,
186
+ .datepicker table tr td.today.disabled.disabled:hover,
187
+ .datepicker table tr td.today.disabled:hover.disabled:hover,
188
+ .datepicker table tr td.today[disabled]:hover,
189
+ .datepicker table tr td.today:hover[disabled]:hover,
190
+ .datepicker table tr td.today.disabled[disabled]:hover,
191
+ .datepicker table tr td.today.disabled:hover[disabled]:hover,
192
+ fieldset[disabled] .datepicker table tr td.today:hover,
193
+ fieldset[disabled] .datepicker table tr td.today:hover:hover,
194
+ fieldset[disabled] .datepicker table tr td.today.disabled:hover,
195
+ fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
196
+ .datepicker table tr td.today.disabled:focus,
197
+ .datepicker table tr td.today:hover.disabled:focus,
198
+ .datepicker table tr td.today.disabled.disabled:focus,
199
+ .datepicker table tr td.today.disabled:hover.disabled:focus,
200
+ .datepicker table tr td.today[disabled]:focus,
201
+ .datepicker table tr td.today:hover[disabled]:focus,
202
+ .datepicker table tr td.today.disabled[disabled]:focus,
203
+ .datepicker table tr td.today.disabled:hover[disabled]:focus,
204
+ fieldset[disabled] .datepicker table tr td.today:focus,
205
+ fieldset[disabled] .datepicker table tr td.today:hover:focus,
206
+ fieldset[disabled] .datepicker table tr td.today.disabled:focus,
207
+ fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
172
208
  .datepicker table tr td.today.disabled:active,
173
- .datepicker table tr td.today.disabled:hover:active,
174
- .datepicker table tr td.today.active,
175
- .datepicker table tr td.today:hover.active,
209
+ .datepicker table tr td.today:hover.disabled:active,
210
+ .datepicker table tr td.today.disabled.disabled:active,
211
+ .datepicker table tr td.today.disabled:hover.disabled:active,
212
+ .datepicker table tr td.today[disabled]:active,
213
+ .datepicker table tr td.today:hover[disabled]:active,
214
+ .datepicker table tr td.today.disabled[disabled]:active,
215
+ .datepicker table tr td.today.disabled:hover[disabled]:active,
216
+ fieldset[disabled] .datepicker table tr td.today:active,
217
+ fieldset[disabled] .datepicker table tr td.today:hover:active,
218
+ fieldset[disabled] .datepicker table tr td.today.disabled:active,
219
+ fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
176
220
  .datepicker table tr td.today.disabled.active,
177
- .datepicker table tr td.today.disabled:hover.active {
178
- background-color: #fbf069 \9;
221
+ .datepicker table tr td.today:hover.disabled.active,
222
+ .datepicker table tr td.today.disabled.disabled.active,
223
+ .datepicker table tr td.today.disabled:hover.disabled.active,
224
+ .datepicker table tr td.today[disabled].active,
225
+ .datepicker table tr td.today:hover[disabled].active,
226
+ .datepicker table tr td.today.disabled[disabled].active,
227
+ .datepicker table tr td.today.disabled:hover[disabled].active,
228
+ fieldset[disabled] .datepicker table tr td.today.active,
229
+ fieldset[disabled] .datepicker table tr td.today:hover.active,
230
+ fieldset[disabled] .datepicker table tr td.today.disabled.active,
231
+ fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
232
+ background-color: #ffdb99;
233
+ border-color: #ffb733;
179
234
  }
180
235
  .datepicker table tr td.today:hover:hover {
181
236
  color: #000;
@@ -188,34 +243,41 @@
188
243
  .datepicker table tr td.range.disabled,
189
244
  .datepicker table tr td.range.disabled:hover {
190
245
  background: #eeeeee;
191
- -webkit-border-radius: 0;
192
- -moz-border-radius: 0;
193
246
  border-radius: 0;
194
247
  }
195
248
  .datepicker table tr td.range.today,
196
249
  .datepicker table tr td.range.today:hover,
197
250
  .datepicker table tr td.range.today.disabled,
198
251
  .datepicker table tr td.range.today.disabled:hover {
199
- background-color: #f3d17a;
200
- background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
201
- background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
202
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
203
- background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
204
- background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
205
- background-image: linear-gradient(top, #f3c17a, #f3e97a);
206
- background-repeat: repeat-x;
207
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
208
- border-color: #f3e97a #f3e97a #edde34;
209
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
210
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
211
- -webkit-border-radius: 0;
212
- -moz-border-radius: 0;
252
+ color: #000000;
253
+ background-color: #f7ca77;
254
+ border-color: #f1a417;
213
255
  border-radius: 0;
214
256
  }
215
257
  .datepicker table tr td.range.today:hover,
216
258
  .datepicker table tr td.range.today:hover:hover,
217
259
  .datepicker table tr td.range.today.disabled:hover,
218
260
  .datepicker table tr td.range.today.disabled:hover:hover,
261
+ .datepicker table tr td.range.today:focus,
262
+ .datepicker table tr td.range.today:hover:focus,
263
+ .datepicker table tr td.range.today.disabled:focus,
264
+ .datepicker table tr td.range.today.disabled:hover:focus,
265
+ .datepicker table tr td.range.today:active,
266
+ .datepicker table tr td.range.today:hover:active,
267
+ .datepicker table tr td.range.today.disabled:active,
268
+ .datepicker table tr td.range.today.disabled:hover:active,
269
+ .datepicker table tr td.range.today.active,
270
+ .datepicker table tr td.range.today:hover.active,
271
+ .datepicker table tr td.range.today.disabled.active,
272
+ .datepicker table tr td.range.today.disabled:hover.active,
273
+ .open .dropdown-toggle.datepicker table tr td.range.today,
274
+ .open .dropdown-toggle.datepicker table tr td.range.today:hover,
275
+ .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
276
+ .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
277
+ color: #000000;
278
+ background-color: #f4bb51;
279
+ border-color: #bf800c;
280
+ }
219
281
  .datepicker table tr td.range.today:active,
220
282
  .datepicker table tr td.range.today:hover:active,
221
283
  .datepicker table tr td.range.today.disabled:active,
@@ -224,6 +286,12 @@
224
286
  .datepicker table tr td.range.today:hover.active,
225
287
  .datepicker table tr td.range.today.disabled.active,
226
288
  .datepicker table tr td.range.today.disabled:hover.active,
289
+ .open .dropdown-toggle.datepicker table tr td.range.today,
290
+ .open .dropdown-toggle.datepicker table tr td.range.today:hover,
291
+ .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
292
+ .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
293
+ background-image: none;
294
+ }
227
295
  .datepicker table tr td.range.today.disabled,
228
296
  .datepicker table tr td.range.today:hover.disabled,
229
297
  .datepicker table tr td.range.today.disabled.disabled,
@@ -231,42 +299,79 @@
231
299
  .datepicker table tr td.range.today[disabled],
232
300
  .datepicker table tr td.range.today:hover[disabled],
233
301
  .datepicker table tr td.range.today.disabled[disabled],
234
- .datepicker table tr td.range.today.disabled:hover[disabled] {
235
- background-color: #f3e97a;
236
- }
237
- .datepicker table tr td.range.today:active,
238
- .datepicker table tr td.range.today:hover:active,
302
+ .datepicker table tr td.range.today.disabled:hover[disabled],
303
+ fieldset[disabled] .datepicker table tr td.range.today,
304
+ fieldset[disabled] .datepicker table tr td.range.today:hover,
305
+ fieldset[disabled] .datepicker table tr td.range.today.disabled,
306
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
307
+ .datepicker table tr td.range.today.disabled:hover,
308
+ .datepicker table tr td.range.today:hover.disabled:hover,
309
+ .datepicker table tr td.range.today.disabled.disabled:hover,
310
+ .datepicker table tr td.range.today.disabled:hover.disabled:hover,
311
+ .datepicker table tr td.range.today[disabled]:hover,
312
+ .datepicker table tr td.range.today:hover[disabled]:hover,
313
+ .datepicker table tr td.range.today.disabled[disabled]:hover,
314
+ .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
315
+ fieldset[disabled] .datepicker table tr td.range.today:hover,
316
+ fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
317
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
318
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
319
+ .datepicker table tr td.range.today.disabled:focus,
320
+ .datepicker table tr td.range.today:hover.disabled:focus,
321
+ .datepicker table tr td.range.today.disabled.disabled:focus,
322
+ .datepicker table tr td.range.today.disabled:hover.disabled:focus,
323
+ .datepicker table tr td.range.today[disabled]:focus,
324
+ .datepicker table tr td.range.today:hover[disabled]:focus,
325
+ .datepicker table tr td.range.today.disabled[disabled]:focus,
326
+ .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
327
+ fieldset[disabled] .datepicker table tr td.range.today:focus,
328
+ fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
329
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
330
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
239
331
  .datepicker table tr td.range.today.disabled:active,
240
- .datepicker table tr td.range.today.disabled:hover:active,
241
- .datepicker table tr td.range.today.active,
242
- .datepicker table tr td.range.today:hover.active,
332
+ .datepicker table tr td.range.today:hover.disabled:active,
333
+ .datepicker table tr td.range.today.disabled.disabled:active,
334
+ .datepicker table tr td.range.today.disabled:hover.disabled:active,
335
+ .datepicker table tr td.range.today[disabled]:active,
336
+ .datepicker table tr td.range.today:hover[disabled]:active,
337
+ .datepicker table tr td.range.today.disabled[disabled]:active,
338
+ .datepicker table tr td.range.today.disabled:hover[disabled]:active,
339
+ fieldset[disabled] .datepicker table tr td.range.today:active,
340
+ fieldset[disabled] .datepicker table tr td.range.today:hover:active,
341
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
342
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
243
343
  .datepicker table tr td.range.today.disabled.active,
244
- .datepicker table tr td.range.today.disabled:hover.active {
245
- background-color: #efe24b \9;
344
+ .datepicker table tr td.range.today:hover.disabled.active,
345
+ .datepicker table tr td.range.today.disabled.disabled.active,
346
+ .datepicker table tr td.range.today.disabled:hover.disabled.active,
347
+ .datepicker table tr td.range.today[disabled].active,
348
+ .datepicker table tr td.range.today:hover[disabled].active,
349
+ .datepicker table tr td.range.today.disabled[disabled].active,
350
+ .datepicker table tr td.range.today.disabled:hover[disabled].active,
351
+ fieldset[disabled] .datepicker table tr td.range.today.active,
352
+ fieldset[disabled] .datepicker table tr td.range.today:hover.active,
353
+ fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
354
+ fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
355
+ background-color: #f7ca77;
356
+ border-color: #f1a417;
246
357
  }
247
358
  .datepicker table tr td.selected,
248
359
  .datepicker table tr td.selected:hover,
249
360
  .datepicker table tr td.selected.disabled,
250
361
  .datepicker table tr td.selected.disabled:hover {
251
- background-color: #9e9e9e;
252
- background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
253
- background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
254
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
255
- background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
256
- background-image: -o-linear-gradient(top, #b3b3b3, #808080);
257
- background-image: linear-gradient(top, #b3b3b3, #808080);
258
- background-repeat: repeat-x;
259
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
260
- border-color: #808080 #808080 #595959;
261
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
262
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
263
- color: #fff;
362
+ color: #ffffff;
363
+ background-color: #999999;
364
+ border-color: #555555;
264
365
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
265
366
  }
266
367
  .datepicker table tr td.selected:hover,
267
368
  .datepicker table tr td.selected:hover:hover,
268
369
  .datepicker table tr td.selected.disabled:hover,
269
370
  .datepicker table tr td.selected.disabled:hover:hover,
371
+ .datepicker table tr td.selected:focus,
372
+ .datepicker table tr td.selected:hover:focus,
373
+ .datepicker table tr td.selected.disabled:focus,
374
+ .datepicker table tr td.selected.disabled:hover:focus,
270
375
  .datepicker table tr td.selected:active,
271
376
  .datepicker table tr td.selected:hover:active,
272
377
  .datepicker table tr td.selected.disabled:active,
@@ -275,6 +380,28 @@
275
380
  .datepicker table tr td.selected:hover.active,
276
381
  .datepicker table tr td.selected.disabled.active,
277
382
  .datepicker table tr td.selected.disabled:hover.active,
383
+ .open .dropdown-toggle.datepicker table tr td.selected,
384
+ .open .dropdown-toggle.datepicker table tr td.selected:hover,
385
+ .open .dropdown-toggle.datepicker table tr td.selected.disabled,
386
+ .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
387
+ color: #ffffff;
388
+ background-color: #858585;
389
+ border-color: #373737;
390
+ }
391
+ .datepicker table tr td.selected:active,
392
+ .datepicker table tr td.selected:hover:active,
393
+ .datepicker table tr td.selected.disabled:active,
394
+ .datepicker table tr td.selected.disabled:hover:active,
395
+ .datepicker table tr td.selected.active,
396
+ .datepicker table tr td.selected:hover.active,
397
+ .datepicker table tr td.selected.disabled.active,
398
+ .datepicker table tr td.selected.disabled:hover.active,
399
+ .open .dropdown-toggle.datepicker table tr td.selected,
400
+ .open .dropdown-toggle.datepicker table tr td.selected:hover,
401
+ .open .dropdown-toggle.datepicker table tr td.selected.disabled,
402
+ .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
403
+ background-image: none;
404
+ }
278
405
  .datepicker table tr td.selected.disabled,
279
406
  .datepicker table tr td.selected:hover.disabled,
280
407
  .datepicker table tr td.selected.disabled.disabled,
@@ -282,42 +409,95 @@
282
409
  .datepicker table tr td.selected[disabled],
283
410
  .datepicker table tr td.selected:hover[disabled],
284
411
  .datepicker table tr td.selected.disabled[disabled],
285
- .datepicker table tr td.selected.disabled:hover[disabled] {
286
- background-color: #808080;
287
- }
288
- .datepicker table tr td.selected:active,
289
- .datepicker table tr td.selected:hover:active,
412
+ .datepicker table tr td.selected.disabled:hover[disabled],
413
+ fieldset[disabled] .datepicker table tr td.selected,
414
+ fieldset[disabled] .datepicker table tr td.selected:hover,
415
+ fieldset[disabled] .datepicker table tr td.selected.disabled,
416
+ fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
417
+ .datepicker table tr td.selected.disabled:hover,
418
+ .datepicker table tr td.selected:hover.disabled:hover,
419
+ .datepicker table tr td.selected.disabled.disabled:hover,
420
+ .datepicker table tr td.selected.disabled:hover.disabled:hover,
421
+ .datepicker table tr td.selected[disabled]:hover,
422
+ .datepicker table tr td.selected:hover[disabled]:hover,
423
+ .datepicker table tr td.selected.disabled[disabled]:hover,
424
+ .datepicker table tr td.selected.disabled:hover[disabled]:hover,
425
+ fieldset[disabled] .datepicker table tr td.selected:hover,
426
+ fieldset[disabled] .datepicker table tr td.selected:hover:hover,
427
+ fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
428
+ fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
429
+ .datepicker table tr td.selected.disabled:focus,
430
+ .datepicker table tr td.selected:hover.disabled:focus,
431
+ .datepicker table tr td.selected.disabled.disabled:focus,
432
+ .datepicker table tr td.selected.disabled:hover.disabled:focus,
433
+ .datepicker table tr td.selected[disabled]:focus,
434
+ .datepicker table tr td.selected:hover[disabled]:focus,
435
+ .datepicker table tr td.selected.disabled[disabled]:focus,
436
+ .datepicker table tr td.selected.disabled:hover[disabled]:focus,
437
+ fieldset[disabled] .datepicker table tr td.selected:focus,
438
+ fieldset[disabled] .datepicker table tr td.selected:hover:focus,
439
+ fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
440
+ fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
290
441
  .datepicker table tr td.selected.disabled:active,
291
- .datepicker table tr td.selected.disabled:hover:active,
292
- .datepicker table tr td.selected.active,
293
- .datepicker table tr td.selected:hover.active,
442
+ .datepicker table tr td.selected:hover.disabled:active,
443
+ .datepicker table tr td.selected.disabled.disabled:active,
444
+ .datepicker table tr td.selected.disabled:hover.disabled:active,
445
+ .datepicker table tr td.selected[disabled]:active,
446
+ .datepicker table tr td.selected:hover[disabled]:active,
447
+ .datepicker table tr td.selected.disabled[disabled]:active,
448
+ .datepicker table tr td.selected.disabled:hover[disabled]:active,
449
+ fieldset[disabled] .datepicker table tr td.selected:active,
450
+ fieldset[disabled] .datepicker table tr td.selected:hover:active,
451
+ fieldset[disabled] .datepicker table tr td.selected.disabled:active,
452
+ fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
294
453
  .datepicker table tr td.selected.disabled.active,
295
- .datepicker table tr td.selected.disabled:hover.active {
296
- background-color: #666666 \9;
454
+ .datepicker table tr td.selected:hover.disabled.active,
455
+ .datepicker table tr td.selected.disabled.disabled.active,
456
+ .datepicker table tr td.selected.disabled:hover.disabled.active,
457
+ .datepicker table tr td.selected[disabled].active,
458
+ .datepicker table tr td.selected:hover[disabled].active,
459
+ .datepicker table tr td.selected.disabled[disabled].active,
460
+ .datepicker table tr td.selected.disabled:hover[disabled].active,
461
+ fieldset[disabled] .datepicker table tr td.selected.active,
462
+ fieldset[disabled] .datepicker table tr td.selected:hover.active,
463
+ fieldset[disabled] .datepicker table tr td.selected.disabled.active,
464
+ fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
465
+ background-color: #999999;
466
+ border-color: #555555;
297
467
  }
298
468
  .datepicker table tr td.active,
299
469
  .datepicker table tr td.active:hover,
300
470
  .datepicker table tr td.active.disabled,
301
471
  .datepicker table tr td.active.disabled:hover {
302
- background-color: #006dcc;
303
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
304
- background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
305
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
306
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
307
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
308
- background-image: linear-gradient(top, #0088cc, #0044cc);
309
- background-repeat: repeat-x;
310
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
311
- border-color: #0044cc #0044cc #002a80;
312
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
313
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
314
- color: #fff;
472
+ color: #ffffff;
473
+ background-color: #428bca;
474
+ border-color: #357ebd;
315
475
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
316
476
  }
317
477
  .datepicker table tr td.active:hover,
318
478
  .datepicker table tr td.active:hover:hover,
319
479
  .datepicker table tr td.active.disabled:hover,
320
480
  .datepicker table tr td.active.disabled:hover:hover,
481
+ .datepicker table tr td.active:focus,
482
+ .datepicker table tr td.active:hover:focus,
483
+ .datepicker table tr td.active.disabled:focus,
484
+ .datepicker table tr td.active.disabled:hover:focus,
485
+ .datepicker table tr td.active:active,
486
+ .datepicker table tr td.active:hover:active,
487
+ .datepicker table tr td.active.disabled:active,
488
+ .datepicker table tr td.active.disabled:hover:active,
489
+ .datepicker table tr td.active.active,
490
+ .datepicker table tr td.active:hover.active,
491
+ .datepicker table tr td.active.disabled.active,
492
+ .datepicker table tr td.active.disabled:hover.active,
493
+ .open .dropdown-toggle.datepicker table tr td.active,
494
+ .open .dropdown-toggle.datepicker table tr td.active:hover,
495
+ .open .dropdown-toggle.datepicker table tr td.active.disabled,
496
+ .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
497
+ color: #ffffff;
498
+ background-color: #3276b1;
499
+ border-color: #285e8e;
500
+ }
321
501
  .datepicker table tr td.active:active,
322
502
  .datepicker table tr td.active:hover:active,
323
503
  .datepicker table tr td.active.disabled:active,
@@ -326,6 +506,12 @@
326
506
  .datepicker table tr td.active:hover.active,
327
507
  .datepicker table tr td.active.disabled.active,
328
508
  .datepicker table tr td.active.disabled:hover.active,
509
+ .open .dropdown-toggle.datepicker table tr td.active,
510
+ .open .dropdown-toggle.datepicker table tr td.active:hover,
511
+ .open .dropdown-toggle.datepicker table tr td.active.disabled,
512
+ .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
513
+ background-image: none;
514
+ }
329
515
  .datepicker table tr td.active.disabled,
330
516
  .datepicker table tr td.active:hover.disabled,
331
517
  .datepicker table tr td.active.disabled.disabled,
@@ -333,18 +519,61 @@
333
519
  .datepicker table tr td.active[disabled],
334
520
  .datepicker table tr td.active:hover[disabled],
335
521
  .datepicker table tr td.active.disabled[disabled],
336
- .datepicker table tr td.active.disabled:hover[disabled] {
337
- background-color: #0044cc;
338
- }
339
- .datepicker table tr td.active:active,
340
- .datepicker table tr td.active:hover:active,
522
+ .datepicker table tr td.active.disabled:hover[disabled],
523
+ fieldset[disabled] .datepicker table tr td.active,
524
+ fieldset[disabled] .datepicker table tr td.active:hover,
525
+ fieldset[disabled] .datepicker table tr td.active.disabled,
526
+ fieldset[disabled] .datepicker table tr td.active.disabled:hover,
527
+ .datepicker table tr td.active.disabled:hover,
528
+ .datepicker table tr td.active:hover.disabled:hover,
529
+ .datepicker table tr td.active.disabled.disabled:hover,
530
+ .datepicker table tr td.active.disabled:hover.disabled:hover,
531
+ .datepicker table tr td.active[disabled]:hover,
532
+ .datepicker table tr td.active:hover[disabled]:hover,
533
+ .datepicker table tr td.active.disabled[disabled]:hover,
534
+ .datepicker table tr td.active.disabled:hover[disabled]:hover,
535
+ fieldset[disabled] .datepicker table tr td.active:hover,
536
+ fieldset[disabled] .datepicker table tr td.active:hover:hover,
537
+ fieldset[disabled] .datepicker table tr td.active.disabled:hover,
538
+ fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
539
+ .datepicker table tr td.active.disabled:focus,
540
+ .datepicker table tr td.active:hover.disabled:focus,
541
+ .datepicker table tr td.active.disabled.disabled:focus,
542
+ .datepicker table tr td.active.disabled:hover.disabled:focus,
543
+ .datepicker table tr td.active[disabled]:focus,
544
+ .datepicker table tr td.active:hover[disabled]:focus,
545
+ .datepicker table tr td.active.disabled[disabled]:focus,
546
+ .datepicker table tr td.active.disabled:hover[disabled]:focus,
547
+ fieldset[disabled] .datepicker table tr td.active:focus,
548
+ fieldset[disabled] .datepicker table tr td.active:hover:focus,
549
+ fieldset[disabled] .datepicker table tr td.active.disabled:focus,
550
+ fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
341
551
  .datepicker table tr td.active.disabled:active,
342
- .datepicker table tr td.active.disabled:hover:active,
343
- .datepicker table tr td.active.active,
344
- .datepicker table tr td.active:hover.active,
552
+ .datepicker table tr td.active:hover.disabled:active,
553
+ .datepicker table tr td.active.disabled.disabled:active,
554
+ .datepicker table tr td.active.disabled:hover.disabled:active,
555
+ .datepicker table tr td.active[disabled]:active,
556
+ .datepicker table tr td.active:hover[disabled]:active,
557
+ .datepicker table tr td.active.disabled[disabled]:active,
558
+ .datepicker table tr td.active.disabled:hover[disabled]:active,
559
+ fieldset[disabled] .datepicker table tr td.active:active,
560
+ fieldset[disabled] .datepicker table tr td.active:hover:active,
561
+ fieldset[disabled] .datepicker table tr td.active.disabled:active,
562
+ fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
345
563
  .datepicker table tr td.active.disabled.active,
346
- .datepicker table tr td.active.disabled:hover.active {
347
- background-color: #003399 \9;
564
+ .datepicker table tr td.active:hover.disabled.active,
565
+ .datepicker table tr td.active.disabled.disabled.active,
566
+ .datepicker table tr td.active.disabled:hover.disabled.active,
567
+ .datepicker table tr td.active[disabled].active,
568
+ .datepicker table tr td.active:hover[disabled].active,
569
+ .datepicker table tr td.active.disabled[disabled].active,
570
+ .datepicker table tr td.active.disabled:hover[disabled].active,
571
+ fieldset[disabled] .datepicker table tr td.active.active,
572
+ fieldset[disabled] .datepicker table tr td.active:hover.active,
573
+ fieldset[disabled] .datepicker table tr td.active.disabled.active,
574
+ fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
575
+ background-color: #428bca;
576
+ border-color: #357ebd;
348
577
  }
349
578
  .datepicker table tr td span {
350
579
  display: block;
@@ -354,8 +583,6 @@
354
583
  float: left;
355
584
  margin: 1%;
356
585
  cursor: pointer;
357
- -webkit-border-radius: 4px;
358
- -moz-border-radius: 4px;
359
586
  border-radius: 4px;
360
587
  }
361
588
  .datepicker table tr td span:hover {
@@ -371,25 +598,19 @@
371
598
  .datepicker table tr td span.active:hover,
372
599
  .datepicker table tr td span.active.disabled,
373
600
  .datepicker table tr td span.active.disabled:hover {
374
- background-color: #006dcc;
375
- background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
376
- background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
377
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
378
- background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
379
- background-image: -o-linear-gradient(top, #0088cc, #0044cc);
380
- background-image: linear-gradient(top, #0088cc, #0044cc);
381
- background-repeat: repeat-x;
382
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
383
- border-color: #0044cc #0044cc #002a80;
384
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
385
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
386
- color: #fff;
601
+ color: #ffffff;
602
+ background-color: #428bca;
603
+ border-color: #357ebd;
387
604
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
388
605
  }
389
606
  .datepicker table tr td span.active:hover,
390
607
  .datepicker table tr td span.active:hover:hover,
391
608
  .datepicker table tr td span.active.disabled:hover,
392
609
  .datepicker table tr td span.active.disabled:hover:hover,
610
+ .datepicker table tr td span.active:focus,
611
+ .datepicker table tr td span.active:hover:focus,
612
+ .datepicker table tr td span.active.disabled:focus,
613
+ .datepicker table tr td span.active.disabled:hover:focus,
393
614
  .datepicker table tr td span.active:active,
394
615
  .datepicker table tr td span.active:hover:active,
395
616
  .datepicker table tr td span.active.disabled:active,
@@ -398,6 +619,28 @@
398
619
  .datepicker table tr td span.active:hover.active,
399
620
  .datepicker table tr td span.active.disabled.active,
400
621
  .datepicker table tr td span.active.disabled:hover.active,
622
+ .open .dropdown-toggle.datepicker table tr td span.active,
623
+ .open .dropdown-toggle.datepicker table tr td span.active:hover,
624
+ .open .dropdown-toggle.datepicker table tr td span.active.disabled,
625
+ .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
626
+ color: #ffffff;
627
+ background-color: #3276b1;
628
+ border-color: #285e8e;
629
+ }
630
+ .datepicker table tr td span.active:active,
631
+ .datepicker table tr td span.active:hover:active,
632
+ .datepicker table tr td span.active.disabled:active,
633
+ .datepicker table tr td span.active.disabled:hover:active,
634
+ .datepicker table tr td span.active.active,
635
+ .datepicker table tr td span.active:hover.active,
636
+ .datepicker table tr td span.active.disabled.active,
637
+ .datepicker table tr td span.active.disabled:hover.active,
638
+ .open .dropdown-toggle.datepicker table tr td span.active,
639
+ .open .dropdown-toggle.datepicker table tr td span.active:hover,
640
+ .open .dropdown-toggle.datepicker table tr td span.active.disabled,
641
+ .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
642
+ background-image: none;
643
+ }
401
644
  .datepicker table tr td span.active.disabled,
402
645
  .datepicker table tr td span.active:hover.disabled,
403
646
  .datepicker table tr td span.active.disabled.disabled,
@@ -405,18 +648,61 @@
405
648
  .datepicker table tr td span.active[disabled],
406
649
  .datepicker table tr td span.active:hover[disabled],
407
650
  .datepicker table tr td span.active.disabled[disabled],
408
- .datepicker table tr td span.active.disabled:hover[disabled] {
409
- background-color: #0044cc;
410
- }
411
- .datepicker table tr td span.active:active,
412
- .datepicker table tr td span.active:hover:active,
651
+ .datepicker table tr td span.active.disabled:hover[disabled],
652
+ fieldset[disabled] .datepicker table tr td span.active,
653
+ fieldset[disabled] .datepicker table tr td span.active:hover,
654
+ fieldset[disabled] .datepicker table tr td span.active.disabled,
655
+ fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
656
+ .datepicker table tr td span.active.disabled:hover,
657
+ .datepicker table tr td span.active:hover.disabled:hover,
658
+ .datepicker table tr td span.active.disabled.disabled:hover,
659
+ .datepicker table tr td span.active.disabled:hover.disabled:hover,
660
+ .datepicker table tr td span.active[disabled]:hover,
661
+ .datepicker table tr td span.active:hover[disabled]:hover,
662
+ .datepicker table tr td span.active.disabled[disabled]:hover,
663
+ .datepicker table tr td span.active.disabled:hover[disabled]:hover,
664
+ fieldset[disabled] .datepicker table tr td span.active:hover,
665
+ fieldset[disabled] .datepicker table tr td span.active:hover:hover,
666
+ fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
667
+ fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
668
+ .datepicker table tr td span.active.disabled:focus,
669
+ .datepicker table tr td span.active:hover.disabled:focus,
670
+ .datepicker table tr td span.active.disabled.disabled:focus,
671
+ .datepicker table tr td span.active.disabled:hover.disabled:focus,
672
+ .datepicker table tr td span.active[disabled]:focus,
673
+ .datepicker table tr td span.active:hover[disabled]:focus,
674
+ .datepicker table tr td span.active.disabled[disabled]:focus,
675
+ .datepicker table tr td span.active.disabled:hover[disabled]:focus,
676
+ fieldset[disabled] .datepicker table tr td span.active:focus,
677
+ fieldset[disabled] .datepicker table tr td span.active:hover:focus,
678
+ fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
679
+ fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
413
680
  .datepicker table tr td span.active.disabled:active,
414
- .datepicker table tr td span.active.disabled:hover:active,
415
- .datepicker table tr td span.active.active,
416
- .datepicker table tr td span.active:hover.active,
681
+ .datepicker table tr td span.active:hover.disabled:active,
682
+ .datepicker table tr td span.active.disabled.disabled:active,
683
+ .datepicker table tr td span.active.disabled:hover.disabled:active,
684
+ .datepicker table tr td span.active[disabled]:active,
685
+ .datepicker table tr td span.active:hover[disabled]:active,
686
+ .datepicker table tr td span.active.disabled[disabled]:active,
687
+ .datepicker table tr td span.active.disabled:hover[disabled]:active,
688
+ fieldset[disabled] .datepicker table tr td span.active:active,
689
+ fieldset[disabled] .datepicker table tr td span.active:hover:active,
690
+ fieldset[disabled] .datepicker table tr td span.active.disabled:active,
691
+ fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
417
692
  .datepicker table tr td span.active.disabled.active,
418
- .datepicker table tr td span.active.disabled:hover.active {
419
- background-color: #003399 \9;
693
+ .datepicker table tr td span.active:hover.disabled.active,
694
+ .datepicker table tr td span.active.disabled.disabled.active,
695
+ .datepicker table tr td span.active.disabled:hover.disabled.active,
696
+ .datepicker table tr td span.active[disabled].active,
697
+ .datepicker table tr td span.active:hover[disabled].active,
698
+ .datepicker table tr td span.active.disabled[disabled].active,
699
+ .datepicker table tr td span.active.disabled:hover[disabled].active,
700
+ fieldset[disabled] .datepicker table tr td span.active.active,
701
+ fieldset[disabled] .datepicker table tr td span.active:hover.active,
702
+ fieldset[disabled] .datepicker table tr td span.active.disabled.active,
703
+ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
704
+ background-color: #428bca;
705
+ border-color: #357ebd;
420
706
  }
421
707
  .datepicker table tr td span.old,
422
708
  .datepicker table tr td span.new {
@@ -443,9 +729,7 @@
443
729
  cursor: default;
444
730
  background-color: transparent;
445
731
  }
446
- .input-append.date .add-on i,
447
- .input-prepend.date .add-on i {
448
- display: block;
732
+ .input-group.date .input-group-addon i {
449
733
  cursor: pointer;
450
734
  width: 16px;
451
735
  height: 16px;
@@ -454,28 +738,53 @@
454
738
  text-align: center;
455
739
  }
456
740
  .input-daterange input:first-child {
457
- -webkit-border-radius: 3px 0 0 3px;
458
- -moz-border-radius: 3px 0 0 3px;
459
741
  border-radius: 3px 0 0 3px;
460
742
  }
461
743
  .input-daterange input:last-child {
462
- -webkit-border-radius: 0 3px 3px 0;
463
- -moz-border-radius: 0 3px 3px 0;
464
744
  border-radius: 0 3px 3px 0;
465
745
  }
466
- .input-daterange .add-on {
467
- display: inline-block;
746
+ .input-daterange .input-group-addon {
468
747
  width: auto;
469
748
  min-width: 16px;
470
- height: 18px;
471
749
  padding: 4px 5px;
472
750
  font-weight: normal;
473
- line-height: 18px;
751
+ line-height: 1.428571429;
474
752
  text-align: center;
475
- text-shadow: 0 1px 0 #ffffff;
753
+ text-shadow: 0 1px 0 #fff;
476
754
  vertical-align: middle;
477
755
  background-color: #eeeeee;
478
- border: 1px solid #ccc;
756
+ border: solid #cccccc;
757
+ border-width: 1px 0;
479
758
  margin-left: -5px;
480
759
  margin-right: -5px;
481
760
  }
761
+ .datepicker.dropdown-menu {
762
+ position: absolute;
763
+ top: 100%;
764
+ left: 0;
765
+ z-index: 1000;
766
+ float: left;
767
+ display: none;
768
+ min-width: 160px;
769
+ list-style: none;
770
+ background-color: #ffffff;
771
+ border: 1px solid #ccc;
772
+ border: 1px solid rgba(0, 0, 0, 0.2);
773
+ border-radius: 5px;
774
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
775
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
776
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
777
+ -webkit-background-clip: padding-box;
778
+ -moz-background-clip: padding;
779
+ background-clip: padding-box;
780
+ *border-right-width: 2px;
781
+ *border-bottom-width: 2px;
782
+ color: #333333;
783
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
784
+ font-size: 13px;
785
+ line-height: 1.428571429;
786
+ }
787
+ .datepicker.dropdown-menu th,
788
+ .datepicker.dropdown-menu td {
789
+ padding: 4px 5px;
790
+ }