//
// @file
//
// This overrides and extends variables definitions from Bootstrap's
// variables.less. Change these variables to modify the look of the calendar.
//

@import "bootstrap/variables.less";
@import "user-variable-map.less";

@text-muted:                 mix( @text-color, @body-bg, 60% );
@headings-color:             @grayDark;
@dropdown-link-active-bg:    mix( @body-bg, @link-color, 20% );
@state-info-text:            #418CC7;

@zindex-dropdown:            10000;
@zindex-popover:             10010;
@zindex-tooltip:             10035;
@zindex-navbar-fixed:        10030;
@zindex-modal-background:    10040;
@zindex-modal:               10050;

@modal-backdrop-bg:          @body-bg;
@modal-content-bg:           @body-bg;
@modal-content-border-color: mix( @body-bg, @text-color, 70% );
@modal-footer-shadow:        0 1px 0 @body-bg;
@modal-header-border-color:  @modal-content-border-color;

@toolbar-bg:                 @body-bg;
@toolbar-border-color:       mix( @btn-default-border, @body-bg, 70% );

@event-hover-border:         mix( @event-border, @text-color, 50% );

@popover-arrow-width:        5px;
@popover-bg:                 @event-bg;
@popover-arrow-color:        @event-bg;

@close-color:                @text-color;
