

.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: "PT Sans", sans-serif;
}

.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: "PT Sans", sans-serif;
    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: "PT Sans", sans-serif;
}


.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 {
    
    /*box-shadow: inset 0px 0px 0px 3px #bbb;*/
    box-shadow: inset 0px 0px 0px 3px #bbb;
}

.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);
}


#panel_setup .row {
  margin-left: -15px;
  margin-right: -15px;
}
#panel_setup .row:before {
  content: " ";
  display: table;
}
#panel_setup .text-center {
    text-align: center;
}
#panel_setup .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#panel_setup .row:after {
  clear: both;
  content: " ";
  display: table;
}
@media (min-width: 992px) {
    #panel_setup .col-md-3 {
        width: 25%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
}
#panel_setup .list-unstyled {
    padding-left: 0;
    list-style: none;
}
#panel_setup ul, #panel_setup ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

@media (min-width: 992px) {
    #panel_setup .col-md-9 {
        width: 75%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
}
#panel_setup .tab-content>.tab-pane {
    display: none;
}
#panel_setup .tab-content>.active {
    display: block;
}

#panel_setup .nav-justified {
    width: 100%;
}
#panel_setup .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    box-shadow: none;
}
@media (min-width: 768px) {
    #panel_setup .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}
#panel_setup .nav>li {
    position: relative;
    display: block;
}
#panel_setup .nav-justified>li {
    float: none;
}
#panel_setup .nav-justified>li {
    vertical-align: middle;
}
@media (min-width: 768px) {
    #panel_setup .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}
#panel_setup .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

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

#panel_setup .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;
}

#panel_setup  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.panel_set .color .btn {
    min-height: 58px;
    min-width: 51px;
    border-radius: 4px!important;
}