/* Basic styling */

a{
    color 		: #428bca;	
    text-decoration	: none;
}

a:hover{
    text-decoration	: underline;
}

/* general */
.clear {
    clear: both;
}

/* Header */
.brand{
    color 		: #428bca !important;	
    font-family 	: georgia;
    font-style 		: italic;
}

/* list stuff */
#org{
    background-color 	: white;
    margin 		: 10px;
    padding 		: 10px;
}

#show-list{
    cursor 		: pointer;
}

/* bootstrap overrides */
.alert-message{
    margin              : 2px 0;
}

.topbar{
    position 		: absolute;
}

/* Custom chart styling */
.jOrgChart {
    margin              : 10px;
    padding             : 20px;
}

/* Custom node styling */
.jOrgChart .node {
    font-size 		: 12px !important;
    /* background-color 	: #35363B; */
    /*  border-radius 		: 8px;
        border                  : 5px solid white;
        -moz-border-radius 	: 8px;*/
    color 		: #428bca;
}
.node p{
    font-family 	: tahoma;
    font-size 		: 10px;
    line-height 	: 11px;
    padding 		: 2px;
}

.jOrgChart .tree_icon {
    height:50px !important;
    width:50px !important;
    border-radius 	: 50% !important;    
}
.jOrgChart .tree_up_icon {
    border-radius 	: 50% !important;
    margin-top  : -20px;
    z-index : 999;
    margin-left: -8px;
    position: absolute;
}

.jOrgChart .username {
    overflow: hidden;
    width: auto;
    color: #FFFFFF;
    background: #807979;
    padding: 2px 10px;
    border-radius: 2px;}
