/* menu dropdown  

.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}

.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}

.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}

.dropdown-submenu:hover>a:after{border-left-color:#555;}

.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

*/



#overlay {

  position: fixed; 

  display: none; 

  width: 100%; 

  height: 100%; 

  top: 0; 

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0,0,0,0.5); 

  z-index: 2; 

  cursor: pointer; 

    background-image: url('../imagens/carregando2.gif');

    background-repeat: no-repeat;

    background-position: center;

    background-size:  60px 60px;

}  



table#grid.dataTable tbody tr:hover {

  background-color: #d6d9d6;

}



table#grid.dataTable tbody tr:hover > .sorting_1 {

  background-color: #7cdd84;

}



div.dataTables_processing {

  z-index: 1;

}  










