/** combined CSS file */ 
.agsjsTOCNode {
    padding-top: 1px;
    padding-bottom: 1px;
    color: #333333;
}
/*
.agsjsTOCContent {
    white-space: nowrap;
}*/

.agsjsTOCOutOfScale {
    color: #B0B0B0;
}

#legendDiv .agsjsTOCOutOfScale {
    color: #696969;
}

.agsjsTOCInvisible {
    display: none;
    /*color: red;*/
}

.agsjsTOCIcon {  
  width: 15px;
  height: 15px;
  transform: translateY(+28%);
}


.agsjsTOCIconWms {
    margin-left:15px;
}

.agsjsTOCRootLayer {
}

.agsjsTOCRootLayerLabel {
    font-size: 9pt;
    font-weight: bold;
}

.agsjsTOCGroupLayer {
    font-weight: bold;
}

.agsjsTOCGroupLayerLabel {
    font-size: 8pt;
}

.agsjsTOCServiceLayer {
    font-weight: bold;
    padding: 0;
}

.agsjsTOCServiceLayerLabel {
    font-size: 8pt;
    padding-left: 2px;
    padding-top: 8px;
    white-space: normal;
}

.agsjsTOCLegendIcon {
    /* width: 50px;*/
}

.agsjsTOCLegendLabel {
    font-size: 8pt;
    padding-left: 2px;
    white-space: normal;
}

.agsjsTOCSlider {
    padding: 5px 20px 5px 30px;
}

.dijitTreeExpandoOpened {
background-image: url("images/treeExpand_minus.gif");
}

.dijitTreeExpandoClosed {
background-image: url("images/treeExpand_plus.gif");
}   

.settingsContainer {
    padding-top: 6px;
    padding-right: 6px;  
    position: relative;
    float: right;
}

.settings {
    background-image: url("images/settings.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
}



