.ztree * {padding:0; margin:0;font-size: 14px !important;}
.table-my-sm{
    margin-bottom: 0 !important;
}
.agile-border {
    border: 1px solid #dee2e6;
    border-right:0 !important;
    border-bottom:0 !important;
}
.agile-border-row {
    border-top:0 !important;
    border-left:0 !important;
}
.table th,.table td{
    padding: 0.375rem !important;
    vertical-align: middle !important;
}
.logo-text{
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}
.agile_title{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.agile_title_wrap{
    /*display: inline-block;*/
    white-space: pre-wrap;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    vertical-align: middle;
}
.agile-clipboard{
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.agile-word-break{
    word-break:break-all; word-wrap:break-word; white-space:inherit;
}
.agile-mb-1 {
    margin-bottom: 0.25rem !important;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right {
    text-align: right;
}
.float-right {
    float: right;
}
.table-head-fixed thead tr {
    border-width: 0 !important;
}
.table-head-fixed tbody tr {
    border-top: 0 !important;
}
.table.table-head-fixed thead tr:nth-child(1) th {
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
}
/*.table-head-fixed>:not(caption)>* {*/
/*    border-width: 0 0 !important;*/
/*}*/
.table>:not(:first-child) {
    border-top: 0 solid currentColor !important;
}
.dropdown-large .dropdown-menu .dropdown-item {
    padding: .5rem 1.3rem;
    border-bottom: 1px solid #ededed;
    display: block;
}
.dropdown-large .dropdown-menu .dropdown-item-bottom {
    border-bottom: 0px solid #ededed !important;
}
.card-footer{
    background-color: transparent !important;
}
.card-header{
    background-color: transparent !important;
}
.agile-handleComment-item{
    text-indent:2em;
}
.datetimepicker{
    padding: .5rem !important;
}