﻿.vcttreeview div {
    overflow-x: hidden;
}

.vcttreeview .hover:hover {
    text-decoration: underline;
}

.vcttreeview .node {
    width: auto; 
    height: 18px;
}

.vcttreeview .treeviewrow {
    display: flex;
    flex-flow: row;
    justify-content: start;
    align-content: baseline;
    width: 100%;
}

/*.vcttreeview */
.disabled div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.75;
}

.vcttreeview { 
	padding: 0;
	margin: 2px 0 0 0;
	margin-left: 16px;
	list-style: none;
}

.vcttreeview ul { 
	padding: 0;
	margin: 0;
	margin-left: 16px;
	list-style: none;
}

.vcttreeview ul {
	background-color: white;
	margin-top: 0px;
}

.vcttreeview .hitarea {
	background: url(images/vct.treeview-arrow.gif) -64px -23px no-repeat;
	height: 16px;
	width: 20px;
	float: left;
	cursor: pointer;
    flex: 0 0 auto;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.vcttreeview li { 
	margin: 2px 0;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.vcttreeview a.selected {
	background-color: #000;
}

#treecontrol { margin: 1em 0; display: none; }

.vcttreeview .hover { cursor: default; }

.vcttreeview li { background: url(images/vct.treeview-line.gif) 0 0 no-repeat; }

.vcttreeview li.collapsable, .vcttreeview li.expandable { background-position: 0 -176px; }

.vcttreeview .expandable-hitarea { background-position: -80px -1px; }

.vcttreeview span {
    display: block;
    height: 18px;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}

.vcttreeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.vcttreeview .selected
{
	font-weight: bold;
	text-decoration: underline;
}

.vcttreeview .allowdrop
{
	font-weight: bold;
	text-decoration: underline;
}

.vcttreeview .meer {
    color: #337ab7;
    text-decoration: none;
    height: auto;
    margin-right: 0px;
    display: inline-block;
    min-width: 60px;
    height: 25px;
    background-color: #f6f6f6;
    text-align: center;
    color: black;
    line-height: 23px;
    font-size: 11px;
    margin-left: 5px;
    padding: 0 10px;
}

.vcttreeview .toonalle {
    color: #337ab7;
    text-decoration: none;
    height: auto;
    margin-right: 5px;
    display: inline-block;
    min-width: 60px;
    height: 25px;
    background-color: #f6f6f6;
    text-align: center;
    color: black;
    line-height: 23px;
    font-size: 11px;
    margin-left: 5px;
    padding: 0 10px;
}

.vcttreeview .treeview-icon {
    font-size: 14px;
    width: 18px;
    text-align: center;
    margin-right: 5px;
}

.vcttreeview .grey {
    color: #ddd;
}

.vcttreeview .treeview-icon.status {
    padding-left: 5px;
    position: absolute;
    right: 5px;
}

.vcttreeview .status.ok {
    color: #00D426;
}

.vcttreeview .status.nok {
    color: #F30000;
    /*transform: rotate(45deg);*/
}

.vcttreeview .status.unavailable {
    color: #FFA500;
    -webkit-animation-name: flash;
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}