﻿
#param-settings {
 position: fixed;
 right: -65%;
 width: 65%;
 top: 135px;
 padding-right: 10px;  
 background: #fff;
 border-radius: 5px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 z-index: 1049;
}
#param-settings.open {
 right: 0px;
}
    #param-settings > .header {
        position: relative;
        z-index: 1049;
        line-height: 20px;
        background: #444;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        padding: 10px 20px;
        margin: 0;
    }
    #param-settings > div {
        position: relative;
        z-index: 1049;
        /*background: #282828;*/
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
#param-settings-toggler {
    font-size: 21px;
    width: 50px;
    height: 40px;
    padding-right: 10px;
    position: absolute;
    left: -40px;
    top: 0;
    background: #444;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    z-index: 1049;
    text-decoration: none !important;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
#param-settings.open #param-settings-toggler {
 font-size: 16px;
 color: #888;
}
#param-settings.open #param-settings-toggler:hover {
 color: #fff;
}
#param-settings.open #param-settings-toggler:before {
 content: "\f00d";
}
#param-settings-list {
 padding: 0;
 margin: 0;
}
#param-settings-list li {
 padding: 0;
 margin: 0;
 list-style: none;
 position: relative;
}
#param-settings-list li > span {
 line-height: 20px;
 color: #fff;
 display: block;
 padding: 12px 20px;
 cursor: pointer;
}
#param-settings-list li + li {
 border-top: 1px solid #333;
}
#param-settings .param-checkbox {
 position: absolute;
 right: 20px;
 top: 12px;
}
