/*******************************
             Sidebar
*******************************/

/*-------------------
       Content
--------------------*/

/* Animation */
@sidebarPerspective: 1500px;
@sidebarDuration: 500ms;
@sidebarEasing: @defaultEasing;

/* Dimmer */
@sidebarDimmerColor: rgba(0, 0, 0, 0.4);
@sidebarDimmerTransition: opacity @sidebarDuration;

/* Color below page */
@sidebarCanvasBackground: @lightBlack;

/* Shadow */
@sidebarBoxShadow: 0px 0px 20px @borderColor;
@sidebarHorizontalBoxShadow: @sidebarBoxShadow;
@sidebarVerticalBoxShadow: @sidebarBoxShadow;

/* Layering */
@sidebarBottomLayer: 1;
@sidebarMiddleLayer: 2;
@sidebarFixedLayer: 101;
@sidebarTopLayer: 102;
@sidebarDimmerLayer: 1000;

/*-------------------
      Variations
--------------------*/

/* Width */
@sidebarVeryThinWidth: 60px;
@sidebarThinWidth: 150px;
@sidebarWidth: 260px;
@sidebarWideWidth: 350px;
@sidebarVeryWideWidth: 475px;

/* Height */
@sidebarHeight: 36px;
