#content #wrapper{
    width:100%;
    overflow:scroll;
    height:600px!important;
    margin-top: 20px;
    border: 1px solid #000;
    background: #FFFFFF;
}

#content ul ul {
    margin-left: 30px;
    list-style: square;
}

#content #context-menu {
    z-index: 1000 !important;
    height: 0px;
    width: 200px;
}

#content #context-menu ul.dropdown-menu{
    margin: 0px;
}

#content #container {
    width:1800px;
    /*min-width: 801px;*/
    height:1525px;
    /*min-height: 1525px;*/
    padding: 1px;
    position: relative;
}

#content #container > div {
    position: absolute;
    margin-left: 20px;
    z-index: 1;
}

#content #container > div.popover {
    position: absolute;
    z-index: 2;
}

#content #container ul.dropdown-menu {
    position: absolute;
}

#content #container > div > p {
    text-align: center;
    padding: 2px;
}

#content #container .btn {
    width: 165px;
   margin-bottom:2px;
}

#content #container .dropdown-toggle {
    width: 15px;
    height: 16px;
    -webkit-box-shadow: 1px 1px 2px #111111;
    -moz-box-shadow: 1px 1px 2px #111111;
    box-shadow: 1px 1px 2px #111111;        
}
#content #container .dropdown-menu {
    width: 199px;
}

.breaker {
    clear: both;    
}

.popover-title{
    color: white !important; 
    background-color: #5C5C5C !important; 
	
}

.popover-content {
	color: white !important;
    background-color: #5C5C5C !important; 
}

.popover.right .arrow {
    border-right-color: #5C5C5C !important; 
	
}

.popover-title {
    font-weight: bold;
}
