/* 
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 2407 $ 
 * $LastChangedDate: 2014-04-10 20:09:12 -0300 (Thu, 10 Apr 2014) $
 * $LastChangedBy: sruiz $
 * Description:
 *      Customization of the main styles of the app
*/

.exampleClass {

}
/*ARREGLO DE CIRCULO EN TABLAS*/
div[class*="dfMc-"] .table tbody > tr td .badge{
width: max-content;
min-width: 29px;
}
/*Se oculta tanque sisley en posiciones*/
div[class*="dfMc-"] .posiciones .table tr.linea.e_961 {
display: none;
}