.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }

.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mr50 { margin-right: 50px!important; }

.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt45 { margin-top: 45px!important; }
.mt50 { margin-top: 100px; }

.fz10 { font-size: 10px; }
.fz12 { font-size: 12px; }
.fz14 { font-size: 14px; }
.fz15 { font-size: 15px; }
.fz18 { font-size: 18px; }
.fz20 { font-size: 20px; }

.pull-right {
  float: right!important;
  margin-right: 0!important;
}

.table-inactive td {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  background-color: #ececec;
  color: #b9b9b9;
}
.table-inactive td:hover {
  opacity: 1;
  color: #CCCCCC;
}
.hide {
  display: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"], select  {
  border-radius:4px!important;
}
.capitalize {
  text-transform: capitalize;
}
.inherit {
  color: inherit!important;
}
.center {
  text-align: center!important;
}
.center span {
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

h1.center {
  text-align: center!important;
  display: block;
  margin: 0;
  color: #FFF;
  font-weight: bold;
}

.table {
  font-weight: 600;
}
.table th {
  font-size: 13px;
  text-transform: uppercase;
}


/* loading */
.div-ajax-carregamento-pagina {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999999;
/* transparência compatível com os navegadores comuns.*/
opacity:0.65;
-moz-opacity: 0.65;
filter: alpha(opacity=65);
background: black;
text-align: center;
}
