@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

button[name='refresh'] {
    padding-bottom: 12px;
}

.fixed-table-body {
    height: auto;
}
.panel-group .panel{  
        border-radius: 0; 
        border-top: none; 
    }
    .panel-group .panel:nth-of-type(1){
        border-top-left-radius: 4px;  
        border-top-right-radius: 4px; 
        border-top: 1px solid #ddd;
    }
@media   screen and  (min-width:1200px){
    .gtdb-page-right{
        width: 80%; 
        position: absolute; 
        right: 0;  
        margin-bottom: 67px;
    }
    .gtdb-page-left{
        width: 20%; 
        position: absolute;  
    }
     
    .panel-group .panel + .panel {
        margin-top: 0;
        border-radius: 0;
    } 
    .gtdb-accordion{
        -moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;
    }
    .gtdb-accordion a{
        text-decoration: none;
        color: unset!important;
        
    }
    .gtdb-accordion .collapse.in {
        background-color: #f5f5f5;
    }
    .gtdb-list-group{
        margin-bottom: 0;
        margin: -15px;
        margin-left: 0;
    }
    .gtdb-list-group .list-group-item{
        border: none;
        border-top: 1px solid #ddd;
        cursor: pointer;
    }
    .gtdb-list-group .list-group-item:not(.active):hover{
       background-color: rgba(51, 122, 183,.5)
    }
    .gtdb-list-group .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top:none;
    }
    .gtdb-list-group .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; 
    }
    .gtdb-footer{ 
        height: 50px;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #ddd;
        z-index: 9; 
        width: 100%;
        text-align:center;
        padding-top: 10px;
        background-color: #fff;
        z-index: 9999;
    }
    
} 

@media   screen and (max-width:1024px){
    .gtdb-page-right{
        width: unset!important;
        position: unset;
        right:unset;
    }
    .gtdb-page-left{
        display: none;
    }
} 
.navbar{
    border-radius:0; 
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.navbar-header img{
    height: 25px;
    margin-top: 12px;
    position: absolute;
    left: 15px;
} 
@media (min-width: 768px){
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }
}

/* .gtdb-footer{
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
} */
@media screen and (min-width:1200px){ 
    .row{
        width: 50%!important;
        margin: 0 auto;
    } 
    .opfolder-main{
        width: unset!important;
        margin: 0 auto;
    } 
   
} 
@media screen and (max-width:1200px){ 
    .row{
        padding: 10px;
        margin: 0 auto;
    } 
    .opfolder-main{
        width: unset!important;
        margin: 0 auto;
    } 
}
.jsoneditor-poweredBy{
    display: none;
}
.modal{
    z-index: 99999999;
}