/* 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;}

*/

.shadow-xl {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}    

.btn-silver1{
  background-color: rgb(77, 74, 74);
  color: white;
}
.btn-danger1{
  background-color: #f8acac;
}        
.btn-danger1:hover{
  background-color: #fa8181;
}        

.text-danger2{
  color: rgb(240, 174, 174);
}

.alert-white1{
  background-color: rgb(238, 13, 13);
} 
.alert-primary1{
  background-color: rgb(200, 189, 218);
} 
.alert-silver1{
  background-color: rgb(176, 175, 178);
} 

.bg-blue1{
  background-color: rgb(182, 215, 225);
}
.bg-silver{
  background-color: rgb(226, 223, 223);
}
.bg-silver1{
  background-color: rgb(133, 130, 130);
}
.bg-perigo1{
  background-color: rgb(241, 169, 169);
}
.bg-alerta1{
  background-color: rgb(186, 182, 157);
}
.bg-danger1{
  background-color: rgb(77, 3, 3);
} 
.bg-primary1{
  background-color: rgb(92, 75, 117);
} 


#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;

}  










