﻿.qhtt-mainform {
    height: calc(100% - 60px);
    padding: 0 20px;
    overflow-x:hidden;
}
.qhtt-mainform-1 {
    height: calc(100% - 80px);
    padding: 0 20px;
    overflow-x: hidden;
}
.qhtt-searchform {
    position:relative;
    height:calc(100%);
    
}
#dskenhphutrach {
    height:calc(100%);
    /*overflow-x: auto;*/
}
#dscongphutrach {
    height:calc(100% - 30px);
    overflow-x: auto;
}

#dsgtphutrach {
    height:calc(100%);
    overflow-y:scroll;
}
.qhth-treeview {
     height: calc(100% - 78px);
    overflow-x: hidden;
}
.qhth-apdung {
    height:30px;
}
.qhtt-button {
    background:#b3e8a9;
}
.qhtt-inputsearch {
    width:97%;
    border-radius: 5px;
    height: 34px;
    vertical-align: middle;
    margin:5px;
    padding-right: 80px !important;
}
.qhtt-rightsearch {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 6px;
    cursor: pointer;
}
.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
    width: calc(100% - 30px);
}
.jstree-default .jstree-icon:empty {
    float:left;
}
.qhtt-iconmap {
    width:24px;
    height:24px;
    float:left;
}
.qhtt-iconkenh {
    float:left;
}
.qhtt-tenkenh {
    float:left;
        width: 70%;
}
.qhtt-tenkenh-1 {
    float:left;
}
.qhtt-edit{
    float:right;
    color:blue;
        font-size: 11px;
}
.qhtt-chitiet {
    float:right;
        padding-right: 30px;
}
.no_checkbox .jstree-checkbox
{
    display:none;
}

.qhtt-form {
    margin:5px;
    border:1px solid #ddd;
    border-radius:5px;
    width:90%;
}
.qhtt-form-head {
    background:#b3e8a9;
    padding:2px;
}
    .qhtt-form-head .main-form-2 {
        text-align:center;
    }
    .qhtt-form-head i {
        margin-right:5px;
    }
.qhtt-form-item {
    padding:2px;
    border-bottom:1px solid #ddd;
}
    .qhtt-form-item:last-child {
        border-bottom:none;
    }
.qhtt-form-item-add {
    font-size: 11px;
    color: #2162b5;
    text-align: right;
    text-decoration: underline;
    cursor:pointer;
}
.qhtt-tag {
    padding: 0px 20px 0px 5px;
    position: relative;
    line-height: inherit;
    float: left;
    margin: 2px 5px 2px 0;
    border-radius: 2px;
    background:#c4e0e8;
}
.qhtt-tagclose {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 40%;
    margin-top: -8px;
    line-height: 17px;
    color: #797474;
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    cursor:pointer;
}
.qhtt-formname {
    float:left;
    margin-right:5px;
    white-space: initial;
}
.baocao-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 80px 450px;
}
.baocao-dialog {
    width: calc(100%);
    /*height: calc(100%);*/
    height:auto;
    background: #fff;
    position: relative;
}
.baocao-headerclose {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #636363;
    font-size: 20px;
}
.baocao-modalcontent {
        width: 100%;
    margin-top: 30px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.baocao-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 1999;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.qhtt-classul {
    /*list-style:decimal;*/
}
.qhtt-tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.qhtt-tooltip .qhtt-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #00CCFF;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.qhtt-tooltip .qhtt-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.qhtt-tooltip:hover .qhtt-tooltiptext {
    visibility: visible;
}
.qhtt-font-bold {
    font-weight:bold;
}