/*.tree_table .tree{
    table-layout: fixed;
}*/
.tree_table .tree .td .left_zero{
    padding-left: 0px;
}
.tree_table .tree .td .radio{
    margin-top: 0px;
}
.tree_table .tree{
    border: 1px solid #a7a7a7;
}
.tree_table .tree tbody .tr:last-child .td{
    border-bottom: 1px solid #a7a7a7;
}
.tree_table .tree tbody .tr:first-child .td{
    border-top: 1px solid #a7a7a7;
}
.tree_table .table thead .td  .hidden_me.btn-success,
.tree_table .table thead .td  .btn-warning{
    width: 88px;
}
.tree_table .tree thead tr:first-child .td:last-child{
    vertical-align: bottom !important;
    padding-bottom: 2px;
}
.tree_table .tree thead .td{
    position: relative;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    color: #575755;
/* height: 65px; */
    vertical-align: middle;
    background-color: #e6e6e6 !important;
    padding:4px 8px;
    /*padding-right: 15px;
    padding-left: 5px;*/
}

/* Only sort enable head tag should have hand mouse pointer: Kiran */
.tree_table .tree thead span[title="sort this column"] { 
    cursor: pointer;
}

.tree_table .tree thead .td .input-group{
    width: 200px;
}
.tree_table .tree thead .td  .input-group_line_big{
    width: 282px;
}
.tree_table .tree .td .push{
    float: left;
}
.tree_table .tree .td .pull{
    float: right;
}
.tree_table .tree .td:last-child .btn{
    display: block;
    margin: 2px auto;
}
/*.tree_table .tree tbody{
    height: 351px;
    overflow: auto;
}*/
.tree_table .tree tbody .td,
.tree_table .tree tfoot .td{
    vertical-align: middle;
    padding-right: 30px;
}
.tree_table .tree tbody .td:nth-child(2){
    position: relative;
    padding-right: 25px;
}
input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input::-o-outer-spin-button,
input::-o-inner-spin-button {
    -o-appearance: none;
    margin: 0;
}
noindex:-o-prefocus,
input[type=number] {
    padding-right: 1.2em;
}
input[type='number']{
    -moz-appearance: textfield;
    -o-appearance: textfield;
}
.tree_table .tree tbody .td .sub-level{
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-image: url("../images/details_open.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    right: 6px;
    top: 10px;
}
.tree_table .tree tbody .td .sub-level.open{
    background-image: url("../images/details_close.png");
}
.tree_table .tree tbody .tr:hover{
    cursor: pointer;
}
.tree_table .tree tbody .tr.checked_block{

}
.tree_table .tree tbody .tr:hover{}
.marker_active-remove{
    width: 21px;
    height: 21px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0px auto;
}
.tree_table .tree tbody .tr:hover .td:last-child .marker_active-remove{
    background-image: url("../images/select-active.png");
    opacity: 0.5;
}.tree_table .tree tbody .tr.checked_block .td{
     background-color:#B9EAB2;
            /*It gives bade selection and overright the selectedfew (Yellow) background color*/
 }
.tree_table .tree tbody .tr.checked_block .td:last-child .marker_active-remove{
    background-image: url("../images/select-active.png");
}
.tree_table .tree tbody .tr.checked_block:hover .td:last-child .marker_active-remove{
    background-image: url("../images/select-remove.png");
}
.tree_table .first_sub-level,
.tree_table .second_sub-level,
.tree_table .third_sub-level{
    display: none;
}
.tree_table thead .filter_table td:after{
    opacity: 0;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    top: 50%;
    margin: -5px 0 0 5px;
    transform: rotate(-45deg);
}
.tree_table thead .filter_table td:hover:after{
    opacity: 1;
}
.tree_table thead .filter_table td.desc:hover:after{
    transform: rotate(135deg);
    margin-top: -2px;
}
.tree_table thead .filter_table td:hover{
    text-decoration: underline;
}
.tree_table thead .change_head_unit{
    display: block;
    width: 385px;
}
.tree_table thead .change_head_unit.tr_width300{
    width: 300px;
}
.tree_table thead .change_head_unit.tr_width350{
    width: 350px;
}
.tree_table thead .change_head_unit.tr_width360{
    width: 360px;
}
.tree_table thead .change_head_unit .checkbox-inline{
    padding: 0px;
}
.tree_table thead .change_head_unit .checkbox-inline .form-control{
    width: 75px;
    display: inline-block;
    margin: 0px 5px;
}
.tree_table thead .change_head_unit.tr_width350 .form-control{
    width: 105px;
}
.tree_table thead .change_head_unit.tr_width360 .form-control{
    margin: 0px;
    width: inherit;
}
.datepicker--nav {
    line-height: inherit;
    height: auto;
    margin: 0px;
    position: relative;
    box-shadow: none;
    font-size: 16px;
    top: 0px;
    background: #ffffff;
    color: #4a4a4a;
}
.tree_table thead .change_head_unit .mio_lang .selectric-wrapper{
    margin: 0px 5px;
}
.tree_table thead .change_head_unit .mio_lang .selectric .label{
    height: 32px !important;
    margin-right: 24px;
}
.tree_table thead .change_head_unit .mio_lang .selectric .button{
    height: 32px;
    width: 24px;
}
.tree_table .tree tbody .list-level{
    padding: 0px;
}
.tree_table .tree tbody .list-level .table{
    margin: 0px;
    border: none;
    width: inherit;
    /*table-layout: fixed;*/
}
.tree_table .tree tbody .list-level .table .tr .td{
    border-top: none;
}
.tree_table .tree tbody .list-level .table .tr .td:last-child{
    width: 111px!important;
}
.tree_forced_border{
    border-left: 1px solid #a7a7a7;
}
.tree_forced_border_top .td{
    border-top: 1px solid #a7a7a7;
}
