/* 
Propriedades Auxiliares   
*/
.italic {
  font-style: italic !important;
}
.overflow-inherit {
  overflow: inherit !important;
}
a.cursor {
  cursor: pointer !important;
}
.bd-none {
  border: none !important;
}
.bd-l-none {
  border-left: none !important;
}
.bd-r-none {
  border-righ: none !important;
}
.bd-t-none {
  border-top: none !important;
}
.bd-b-none {
  border-bottom: none !important;
}
.mg-none {
  margin: 0 !important;
}
.mg-l-none {
  margin-left: 0 !important;
}
.mg-r-none {
  margin-righ: 0 !important;
}
.mg-t-none {
  margin-top: 0 !important;
}
.mg-b-none {
  margin-bottom: 0 !important;
}
.text-decoration-none {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
/* Font Size */
.fs-xxs {
  font-size: 70%;
}
.fs-xs {
  font-size: 80%;
}
.fs-sm {
  font-size: 90%;
}
.fs-md {
  font-size: 100%;
}
.fs-lg {
  font-size: 110%;
}
.fs-xlg {
  font-size: 120%;
}
/* Margins */
.mg-t-xxs {
  margin-top: 1px !important;
}
.mg-t-xs {
  margin-top: 5px !important;
}
.mg-t-sm {
  margin-top: 10px !important;
}
.mg-t-md {
  margin-top: 15px !important;
}
.mg-t-lg {
  margin-top: 20px !important;
}
.mg-t-xlg {
  margin-top: 30px !important;
}
.mg-l-xxs {
  margin-left: 1px !important;
}
.mg-l-xs {
  margin-left: 5px !important;
}
.mg-l-sm {
  margin-left: 10px !important;
}
.mg-l-md {
  margin-left: 15px !important;
}
.mg-l-lg {
  margin-left: 20px !important;
}
.mg-l-xlg {
  margin-left: 30px !important;
}
.mg-r-xxs {
  margin-right: 1px !important;
}
.mg-r-xs {
  margin-right: 5px !important;
}
.mg-r-sm {
  margin-right: 10px !important;
}
.mg-r-md {
  margin-right: 15px !important;
}
.mg-r-lg {
  margin-right: 20px !important;
}
.mg-r-xlg {
  margin-right: 30px !important;
}
.mg-b-xxs {
  margin-bottom: 1px !important;
}
.mg-b-xs {
  margin-bottom: 5px !important;
}
.mg-b-sm {
  margin-bottom: 10px !important;
}
.mg-b-md {
  margin-bottom: 15px !important;
}
.mg-b-lg {
  margin-bottom: 20px !important;
}
.mg-b-xlg {
  margin-bottom: 30px !important;
}
/* Paddings */
.pd-t-xxs {
  padding-top: 1px !important;
}
.pd-t-xs {
  padding-top: 5px !important;
}
.pd-t-sm {
  padding-top: 10px !important;
}
.pd-t-md {
  padding-top: 15px !important;
}
.pd-t-lg {
  padding-top: 20px !important;
}
.pd-t-xlg {
  padding-top: 30px !important;
}
.pd-l-xxs {
  padding-left: 1px !important;
}
.pd-l-xs {
  padding-left: 5px !important;
}
.pd-l-sm {
  padding-left: 10px !important;
}
.pd-l-md {
  padding-left: 15px !important;
}
.pd-l-lg {
  padding-left: 20px !important;
}
.pd-l-xlg {
  padding-left: 30px !important;
}
.pd-r-xxs {
  padding-right: 1px !important;
}
.pd-r-xs {
  padding-right: 5px !important;
}
.pd-r-sm {
  padding-right: 10px !important;
}
.pd-r-md {
  padding-right: 15px !important;
}
.pd-r-lg {
  padding-right: 20px !important;
}
.pd-r-xlg {
  padding-right: 30px !important;
}
.pd-b-xxs {
  padding-bottom: 1px !important;
}
.pd-b-xs {
  padding-bottom: 5px !important;
}
.pd-b-sm {
  padding-bottom: 10px !important;
}
.pd-b-md {
  padding-bottom: 15px !important;
}
.pd-b-lg {
  padding-bottom: 20px !important;
}
.pd-b-xlg {
  padding-bottom: 30px !important;
}
