/**
 * @category    Mana
 * @package     Mana_Theme
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.m-select { position: relative; }
.m-select select { position: relative; z-index: 2; opacity: 0; top: 2px;}
.m-select span { position: absolute; top: 1px; left: 0; cursor: default; z-index: 1;
    background: white url(../images/mana_theme/i-select.png) right 7px no-repeat; color: #646464; border-radius: 5px; padding: 3px 4px 1px;
    border: solid; border-width: 2px 1px 0; line-height: normal; font: 12px Tahoma, Helvetica, sans-serif; overflow: hidden; padding-right: 14px; border-color: #BFBFBF #DBDBDB;}

.sidebar-container { display: block; background-color: white;}
.sidebar-container.right { right: 0;}
.sidebar-container.left { left: 0; }
/*.sidebar-container .handle {width: 20px; display: inline-block; min-height: 200px; z-index: 2; cursor: pointer; border: 1px solid black;}
*/
.sidebar-container .handle {width: 20px; display: inline-block; z-index: 2; cursor: pointer; background: #d7d7d7; }
.sidebar-container.right .handle { float: left; }

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #26B1ED;
    color: white;
    text-decoration: none;
    margin: 0 3px 47px 0;
    opacity:0.5;
    z-index: 100;
}
#scroll-to-top:hover { opacity:1; }
#scroll-to-top:before {
    content: "\e648";
    position: absolute;
    top: 18px;
    left: 14px;
    font-size: 20px;
}

/*
.sidebar-container.left .handle .icon-press {
background: url(../images/mana_theme/i-select.png) no-repeat;
    cursor: pointer;
    height: 18px;
    left: -5px;
    margin-left: 50%;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 10px;
    display: inline-block;
vertical-align: middle;
zoom: 1;
}*/
