/*
 *  * Positioning and size values are corresponding to the original cavok logo and can be adapted
 *   */

.logoBig {
	    background: url("HW_Logo.png") no-repeat !important;
	        left: 183px !important;
		    background-size: 70px !important;
		        height: 70px !important;
		}

		.logoSmall {
			    background: url("HW_Logo.png") no-repeat !important;
			    background-size: 35px !important;
			        width: 35px !important;
				    height: 35px !important;
			    }


.mediaShareTree.uploadOnly.singleUpload .directoryTree {
    height: 100% !important;
    overflow: hidden;
    background-image: url("uploadimage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
}
.mediaShareTree.uploadOnly.singleUpload .directoryTree .item {
    height: 100%;
}
.mediaShareTree.uploadOnly.singleUpload .directoryTree .labelWrapper label {
    display: none;
}
.mediaShareTree.uploadOnly.singleUpload .directoryTree .labelWrapper .context {
    right: -10px;
}
.mediaShareTree.uploadOnly.singleUpload .directoryTree .labelWrapper {
    width: 100%;
    height: 100%;
}
.mediaShareTree.uploadOnly.singleUpload .directoryTree .labelWrapper::after {
    top: calc(50% - 24px);
.mediaShareTree.uploadOnly.singleUpload .treeSearch    position: absolute;
    white-space: pre;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
}
.mediaShareTree.uploadOnly.singleUpload .treeSearch,
.mediaShareTree.uploadOnly.singleUpload .context{
    display: none;
}
/*
                    background-image: url("uploadimage.png");
                        background-repeat: no-repeat;
*/

.mediaShareTree.uploadOnly.singleUpload .active:not([class*="pp"]), .mediaShareTree.uploadOnly.singleUpload .selected, .mediaShareTree.uploadOnly.singleUpload .directoryTree .item.active {
    background-image: none !important;
}
#tiptip_holder {
	max-height: 100%;
	overflow: auto;
	max-width: 250px !important;
}
