/* 
    Created on : 06/05/2017, 20:26:07
    Author     : Dênis
*/

.bold{
   font-weight: bold;
}
.grafico, #grafico{
    visibility: hidden;
    height: 0px;
    width: 0%;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
      width: 200px;
    }
    .dl-horizontal dd {
      margin-left: 210px;
    }
}
@media (min-width: 600px) {
    .grafico, #grafico{
        visibility: visible;
        height: 100%;
        width: 100%;
    }
}


.titulobopm {
    background-color: black;
    color: #fff;
    text-align: center;
    height: 30px;
}
.titulobopm2 {
    top: 6px;
    position: inherit;

}
.titulobopm3 {
    background-color: #ccc;
    color: #000;
    text-align: center;
    height: 30px;
    text-transform: capitalize;
}



.borda {
   border: 1px solid #000;
   border-color: #000;
   border-bottom: 0px;
}
@media (min-width:1px) and (max-width: 759px) {
    .bordaR{
       border-bottom: 1px black solid;
    }
}
@media (min-width:760px) and (max-width:9999px) {
    .bordaR{
       border-right: 1px black solid;
    }
}

/*
.select, .select2{
    width: 100%;
}
*/

.text-disabled {
  color: #777;
  font-weight: bold;
  font-style: italic;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #777;

}
