

.panel_set .tab-content {
    overflow: auto;
    margin: 0;
    height: 95vh;
    margin-right: -15px;
    padding: 20px 20px 20px 0;
}

.panel_set .tab_menu {

    position: fixed;
    top: 39px;
}

.panel_set .tab_menu a.btn {
    background: rgba(0,0,0, .05);
    padding: 10px 15px !important;
    color: black !important;
    width: 100%;
    margin-bottom: 2px;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    font-family: normal;
}

.panel_set .tab_menu .active a.btn {
    background: none;
    /*border: 1px #ccc solid;*/
}


.panel_set .tab_menu li.active:last-child {
    /*border-top: rgba(0,0,0, .05) 1px solid;*/
    border-bottom: rgba(0,0,0, .05) 1px solid ;    
    margin-bottom: -1px;
}


.panel_set .tab_menu li.active:first-child {
    /*border-top: rgba(0,0,0, .05) 1px solid ;*/
    /*margin-top: -1px;*/
    /*border-bottom: rgba(0,0,0, .05) 1px solid;    */
}

.panel_set a.btn.reset {
    color: black !important;
    padding: 10px 0 !important;
    display: inline-block;
    /*background: #f1f1f1;*/
    background: none;
    /*padding: 11px 32px 7px !important;*/
    border-bottom: rgba(0,0,0, .05) 1px solid ;
    font-size: 12px;
    /*border-radius: 20px;*/
    text-transform: uppercase;
    font-family: bold;
    width: 800px;
}

.fonts .nav {
    margin-left: -5px;
}
.fonts .nav>li>a {
    color: black !important;
    border: #ccc solid 1px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 18px;
}

.fonts .nav a.active { background: rgba(0, 0, 0, .1) !important; }




.panel_set label.btn {
    background: rgba(255,255,255, .2);
    padding: 3px 15px !important;
    color: white;
    font-size: 25px;
    /*font-size: 14px !important;*/
}

.panel_set label.btn.active{background: rgba(255,255,255, .35) !important;/* border: 1px solid rgba(255,255,255, .4)*/;}

.panel_set .color .btn {
    padding: 17px 19.3px !important;
    border-radius: 5px;
}

.panel_set .btn-checked label.btn {
    background: none !important;
    border: none !important;
}


.panel_set h4{
margin: 10px 0 25px !important;
font-size: 24px;
font-family: bold;
}


.panel_set .btn.checked i.fa {color: rgba(255,255,255, .5);}
.panel_set .btn.checked.active i.fa {color: rgba(255,255,255, 1);}




.panel_set input[type="radio"] {display: none;}


#panel_setup {
    position: fixed;
    top: 0px;
    left: -800px;
    /*margin: -40px 0 0 0;*/
    /*overflow: hidden;*/
    z-index: 1000000;
}
#panel-content {
    background: rgba(255,255,255, 1);
    /*border: 1px solid #CCC;*/
    width: 800px;
    /*height: 100%;*/
    float: left;
    padding: 0;
    color: black;
    height: 100vh;
    margin-bottom: 60px;
    margin-top: 0px;
    /*border: 4px #ccc solid;*/
}


.visible #panel-content {
    box-shadow: 0 0 40px rgba(0,0,0, .2);
}


#panel-sticker {
    /*float: left;*/
    position: absolute;
    background: red;
    left: 810px;
    top: 160px;
    width: 60px;
    height: 60px;
    /*margin: 30px;*/
    color: white;
    font-size: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    margin-left: 15px;
    cursor: pointer;
    line-height: 0 !important;
}

.type_header { margin: 15px 0 25px; }
.type_header a{ color: white;}
.type_header a:active, .type_header a:focus{ text-decoration: none !important}


/*                                          index: ;                        */


.index_header a{
    display: block;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0, .05);
    background: white;
}

.index_header a.active {
    
    border: 3px solid #BBB;
    box-shadow: 0 0 15px rgba(0,0,0, .15);
}

.sort_blocks .switch.btn {
    color: black !important;
    width: 78%;
    text-align: left;
    font-size: 20px;
}
.sort_blocks>div {
    margin-bottom: 2px;
}

.sort_blocks .switch.btn{
    padding: 8px 10px !important;
}
.sort_blocks .switch.btn.active{
    background: #eee !important;
}

.sort_blocks button.btn {
    background: none;
    color: rgba(0,0,0, 1);
}

.sort_blocks label:before {
    font-family: "FontAwesome";
    content: "\f096";
    width: 25px;
    display: inline-block;
    padding-top: 2px;
}

.sort_blocks label.active:before {
    font-family: "FontAwesome";
    content: "\f046";
    color: green;
    width: 25px;
    display: inline-block;
    padding-top: 2px;
}

.sort_blocks .btn.disabled, .sort_blocks .btn[disabled], .sort_blocks fieldset[disabled] .btn {
    opacity: 0.3;
    filter: alpha(opacity=3);
}


