#itemsSearchConnect #vertical .tHholder .cHead,
#itemsSearchConnect #vertical .pane-content .tData div,
#itemsSearchConnect #vertical .pane-content .tDataForTableView div {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
}

#itemsSearchConnect.table .pane-content .tDataForTableView .figure-container.IsActive{
    width: 60px!important;
}


#itemsSearchConnect.table .tHholder .cHead,
.wrap.table .tHholder .cHead {
    padding: 0 5px;
    cursor: pointer;
}


#itemsSearchConnect.imageList .tHholder,
/*#itemsSearchConnect.imageList .pane-content .tData,*/
#itemsSearchConnect .pane-content .tData,
#itemsSearchConnect.imageList .pane-content .tDataForTableView,
#itemsSearchConnect.table .pane-content .tile > img,
#itemsSearchConnect.table .pane-content .tile > .tile-caption {
    display: none;
}

#itemsSearchConnect.table .pane-content .custom-checkbox-select-deselect-item-tiles {
    top: 32px;
}

#itemsSearchConnect.table .pane-content .custom-checkbox-select-deselect-item-tiles.small-tile-item-icons-style {
    top: 37px;
}

#itemsSearchConnect.table .pane-content .item-info {
    display: none;
}

#itemsSearchConnect.imageList #top-pane .pane-content {
    padding: 10px 10px 0 10px !important;
    margin-right: -2%;
}

#itemsSearchConnect.imageList .pane-content {
    font-size: 0.1px;
    line-height: 50px;
    position: relative;
    width: 100% !important;
    text-align: justify;
    word-spacing: 10px;
}

#itemsSearchConnect.imageList .pane-content .tile {
    line-height: 0;
    position: relative;
    display: inline-block;
    min-width: 20px;
    text-align: center;
    /*vertical-align: bottom;*/
    vertical-align: middle;
    text-decoration: none;
    color: #686d71;
    /*box-shadow: 0 0 3px rgba(0,0,0,.2);*/
    padding-bottom: calc(2*(1rem + 2px));
    background-color: #fff;
    border-radius: 6px;
}

/*body.showActBarMode #itemsSearchConnect.imageList .pane-content .tile:before {*/
/*    visibility: visible;*/
/*}*/


/*#itemsSearchConnect.imageList .pane-content .tile:before {*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    !*right: 0;*!*/
/*    left: 2px;*/
/*    display: block;*/
/*    visibility: hidden;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    content: "";*/
/*    !*background: url("../img/navCheckWB.png") no-repeat -1px 1px;*!*/
/*    background: url("../img/checkFalse.png") no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/

/*#itemsSearchConnect.imageList .pane-content .tile.sel:before {*/
/*    !*background: url("../img/navCheckWB2.png") no-repeat 0 0;*!*/
/*    background: url("../img/checkTrue.png") no-repeat;*/
/*    background-size: 100% 100%;*/
/*    z-index: 9999;*/
/*}*/
#itemsSearchConnect.imageList .pane-content .tile .selectCheckbox {
    position: absolute;
    top: 2px;
    /*right: 0;*/
    left: 2px;
    display: block;
    visibility: hidden;
    width: 18px;
    height: 18px;
    /*background: url("../img/navCheckWB.png") no-repeat -1px 1px;*/
    background: url("../img/checkFalse.png") no-repeat;
    background-size: 100% 100%;
}

#itemsSearchConnect.imageList .pane-content .tile.sel .selectCheckbox {
    /*background: url("../img/navCheckWB2.png") no-repeat 0 0;*/
    background: url("../img/checkTrue.png") no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
}

body.showActBarMode #itemsSearchConnect.imageList .pane-content .tile .selectCheckbox {
    visibility: visible;
}

#itemsSearchConnect.imageList .pane-content .tile > .tile-caption {
    text-indent: 0;
}