
.drillbit-box {
	border			: 0px solid red;
    display			: inline-block;
    min-width		: 90px;
    margin-top		: 0px;
    padding-left	: 10px;
    padding-right	: 10px;
    max-width		: 280px; 
    max-height		: 280px;
    min-width		: 280px;    
}

.drillbit-box .drillbit-list-container {
	overflow-y: auto;
    max-height: 240px;
}

.drillbit-wrapper{
	margin-top		: 50px;
	margin-left 	: 246px;
	z-index 		: 8000;
	display 		: block; 
	border			: 0px solid blue;
	width			: 500px;
	position 		: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	border			: 1px solid #D6D6D6;
	font-family		: 'Raleway';	
	padding			: 10px;
	max-height		: 300px;
}

.container-drillbit{
	display 	: inline-block;
	float		: left;
	border 		: 0px solid orange;
	border-left	: 1px solid #D6D6D6	
}

.drillbit-box .node-item {    
    display			: inline-block;
    color			: #555;
    font-size		: 12px;
    line-height		: 22px;
    width			: 100%;
    text-decoration	: none;
    z-index			: 8001;
    cursor	 		: pointer;
    padding-right	: 10px;
    padding-left	: 20px;
    padding-top		: 10px;
    position		: relative;
}


.drillbit-box .node-item:hover {
	background-color 	: #F1F1F1;	
}

.drillbit-box .relationship-item {
    display			: inline-block;
    color			: #555;
    font-size		: 12px;
    line-height		: 22px;
    width			: 100%;
    text-decoration	: none;
    z-index			: 8001;
    cursor	 		: pointer;
    padding-right	: 10px;
    padding-left	: 10px;
    padding-top		: 10px;
    position		: relative;
}

.drillbit-box .relationship-item:hover {
	background-color 	: #F1F1F1;
	
}

.drillbit-box .drillbit-icon{
	font-size 		: 25px;
	margin-top		: -4px;
}

.drillbit-box .number-of-relations{
	width			: 20px;
    height			: 20px;
    background-color: #2E2E2E;
    color			: #FFFFFF;
    font-size		: 12px;
    float			: right;
    margin-right	: 5px;
    text-align		: center;
    border-radius	: 50%;
    margin-top		: -1px;
    font-weight		: bold;
    line-height		: 28px;
    display			: block;
}

.drillbit-box .relationship-type{
	text-overflow	: ellipsis;
    white-space		: nowrap;
    overflow		: hidden;
    cursor			: pointer;
    max-width		: 160px;
    margin-right	: 10px;
    border			: 0px solid red;
    display			: inline-block;
}

.drillbit-box .icon-wrapper{
	border			: 0px solid red;
    margin-bottom	: 0px;
    display			: inline;
    position		: relative;
    margin-right	: 10px;
    float			: right;
    height			: 20px;
}


.drillbit-box .inner-number{
	border			: 0px solid red;
    display			: block;
    line-height		: 20px;	
}

.drillbit-box .name-value{
	text-overflow	: ellipsis;
    white-space		: nowrap;
    overflow		: hidden;
    cursor			: pointer;
    max-width 		: 160px;
    margin-right	: 10px;	
    display			: inline-block;	
}

.drillbit-box .first-boxes{
	display 			: none;
}

.drillbit-box .clicked-in-path {
	display 			: inline-block !important;
}

.drillbit-box .cumulative-selected {
	background-color 	: #FCE3E3;
}

.drillbit-box .clicked{
	background			: #555555 !important;
    color				: white !important;
}

.drillbit-box .clicked .inner-number{
	color				: white;
}


.drillbit-box .clicked .number-of-relations{
	background-color 	: #D3767E;
}

.drillbit-box .bullet-node{
	display				: inline-block;
    height				: 7px;
    width				: 7px;
    border-radius		: 50%;
    background-color	: #D3767E;
    position			: absolute;
    margin-left			: -13px;
    margin-top			: 7px;
}

.drillbit-box .regular-bullet-node {
	display				: inline-block;
    height				: 7px;
    width				: 7px;
    border-radius		: 50%;
    background-color	: #555555;
    position			: absolute;
    margin-left			: -13px;
    margin-top			: 7px;
}

.drillbit-box .regular-bullet-node-white{
	 background-color	: white !important;
}
