#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    
    position: fixed;
    top: 10;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 75%;
    padding: 0 ;
    
    /* These styles are optional, and describe how the pageslide will look */
    /*border: 1px ; */
    background-color: #ffffff;
    color: #FFF;
    border-left: 5px solid #31B404;
    
    /*-webkit-box-shadow: inset 5px 0px 5px 0px #31B404;
    -moz-box-shadow: inset 5px 0px 5px 0px #31B404;
    box-shadow: inset 5px 0px 5px 0px #31B404;*/

}
.sideLoading
{

    background-image:url('../Images/please_wait.gif');
    background-repeat:no-repeat;
    background-position: center;
    z-index: 999999;
}
.sideShortcut
{
    position:fixed; 
    top: 17%; 
    right:6%;
    vertical-align:top;  
 
}
.sideShortcut ul
{
    list-style-type: none;
    position:fixed;      
    /*min-width:80px;    */
        
    /* Safari */
    /*-webkit-transform: rotate(-90deg);*/

    /* Firefox */
    /*-moz-transform: rotate(-90deg);*/

    /* IE */
    /*-ms-transform: rotate(-90deg);*/

    /* Opera */
    /*-o-transform: rotate(-90deg);*/

    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);    */
}  
.sideShortcut ul>li
{
    /*
    min-width:80px;    
    padding-bottom:5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    background-color:#31B404; 
    font-weight:bold; 
    color:White; 
    font-size:13px;
    text-decoration:none;
    border-radius: 15px 15px 0px 0px;
    border: 1px white;
    margin-top: 1px;
    */
}
.slideClose
{
    z-index: 999999;
    background-color:#31B404; 
    font-weight:bold; 
    color:White !important; 
    font-size:20px;
    text-decoration:none;
    
}
.slidePopup
{
    z-index: 999999;
    font-weight:bold; 
    color:White !important; 
    text-decoration:none;
}
.slidePopup>img
{
    width:16px;
    height:16px;
    background-image:url('../Images/Shortcut/PopUp.png');
}