.background {
    fill: none;
    pointer-events: all;
}

#states {
    fill: #aaa;
    stroke: #fff;
    stroke-width: 1.5px;
}

.pvtRows .label {
    display: block !important; 
}

.pvtUnused li{
    display:inline-block; margin-right: 12px;padding:3px 0;
}

#states .active {
    fill: steelblue;
}

#div_carga{    
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* Para CSS3 */
    background: rgba(98, 135, 167, .4);
    /* IE8*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#886287a7', endColorstr='#886287a7');
    /* anteriores a IE8 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#886287a7', endColorstr='#886287a7');

    display:none;
    z-index:10000;
}

#cargador{
    position:absolute;
    top:50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.dropdown-menu-visible{
    display: block; position: static; margin-bottom: 5px; *width: 180px;
}
.pvtTable{
    width: 20%;
}

.checkContainer{
    width: 200px !important;
}
#tool_actions{
    display: none;
}
.navbar-inner {
    min-height: 0px !important;
}
.dropdown-menu li a {
    cursor: pointer;
}

div.popover-content, div.popover-title{
    font-size : 9pt !important;
}

.marco-sala {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}
.marco-sala:after {
    background-color: #FFB709;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;

    content: attr(data-content);
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}

.label-info{
    background-color: transparent;
    color: black;
    font-weight: normal;
       
}
.pvtFilteredAttribute{
    color: green;
    font-weight: bold;
}

.pvtFilterBox {
    top: 130px !important;
}
#myModal2 .modal-dialog, #fichaTecnica .modal-dialog{
    position: relative;
    background: none ;
    border: none;
    box-shadow: none;
}

.grupo_indicadores{     
    height: 400px;
    width: 370px;
    margin: 3px 12px 3px 0; 
    float: left;     
    overflow-y: auto;
    border: 1px green solid; 
}
