/* == FONT WEIGHT == */
.font-weight-bold {
  font-weight: bold; }

.font-weight-bolder {
  font-weight: bold; }

.font-weight-lighter {
  font-weight: lighter; }

.font-weight-normal {
  font-weight: normal; }

/* == FLOATS == */
.float-left {
  float: left; }

.float-right {
  float: right; }

.float-clear-left {
  clear: left; }

.float-clear-right {
  clear: right; }

.float-clear-both {
  clear: both; }

/* == POSITION == */
.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

/* == DISPLAY == */
.display-inline {
  display: inline; }

.display-table {
  display: table; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.display-none-important {
  display: none !important; }

.display-inline-block {
  display: inline; }

/* == TEXT TRANSFORMS == */
.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

/* == TESTS == */
.bg-teste-red {
  background-color: red !important; }

.bg-teste-green {
  background-color: green !important; }

.bg-teste-blue {
  background-color: blue !important; }

.bg-teste-yellow {
  background-color: yellow !important; }

@media only screen and (max-width: 767px) {
  .phone-display-none {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-display-none {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .mobile-display-none {
    display: none !important; } }
@media only screen and (min-width: 1025px) {
  .screen-display-none {
    display: none !important; } }
/* alerts */
/* modals */
/* part */
/* tooltip */
/* ==== FORMS ==== */
/* controls */
/* types */
/* == API == */
/* == SELECT 2 == */
/*
 === DEPRECATED === 
.tooltip_mouse_trigger { }
.message_close {}
.message_timeout {}


 == FORMS == 

 controls 
.form_error { }
.form_validate {}

 types 
.fd {}
.fd_radio {}
.fd_required {}
.fd_fone {}
.fd_email {}
.fd_data {}
.fd_data_mask {}
.fd_alfabeto {}
.fd_texto {}
.fd_senha {}
.fd_s2 {}
.fd_custom {}
.fd_numero {}
.fd_file {}
.fd_file_name {}
.fd_file_trigger {}

 == API == 
.fd_char_count {}
.fd_char_count_result {}

// to do
.fd_cep {}
.fd_cpf {}
.fd_cpfnum {}
.fd_cnpj {}
.fd_cnpjnum {}
.fd_cpfcnpj {}
.fd_checkbox {}
.alert-body {}

 == SELECT 2 == 
.form_s2_custom {}*/
/* == FONT SIZE == */
.font-size-smallest {
  font-size: 10px; }

.font-size-small {
  font-size: 12px; }

.font-size-medium {
  font-size: 14px; }

.font-size-normal {
  font-size: 16px; }

.font-size-large {
  font-size: 18px; }

.font-size-xlarge {
  font-size: 24px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc; }

::-moz-selection {
  background: #00f;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #00f;
  text-shadow: none;
  color: #fff; }

.margin-zero {
  margin: 0px; }

.margin {
  margin: 10px; }

.margin-top {
  margin-top: 10px; }

.margin-bottom {
  margin-bottom: 10px; }

.margin-left {
  margin-left: 10px; }

.margin-right {
  margin-right: 10px; }

.margin-2x {
  margin: 20px; }

.margin-top-2x {
  margin-top: 20px; }

.margin-bottom-2x {
  margin-bottom: 20px; }

.margin-left-2x {
  margin-left: 20px; }

.margin-right-2x {
  margin-right: 20px; }

.margin-3x {
  margin: 30px; }

.margin-top-3x {
  margin-top: 30px; }

.margin-bottom-3x {
  margin-bottom: 30px; }

.margin-left-3x {
  margin-left: 30px; }

.margin-right-3x {
  margin-right: 30px; }

.margin-4x {
  margin: 40px; }

.margin-top-4x {
  margin-top: 40px; }

.margin-bottom-4x {
  margin-bottom: 40px; }

.margin-left-4x {
  margin-left: 40px; }

.margin-right-4x {
  margin-right: 40px; }

.margin-5x {
  margin: 50px; }

.margin-top-5x {
  margin-top: 50px; }

.margin-bottom-5x {
  margin-bottom: 50px; }

.margin-left-5x {
  margin-left: 50px; }

.margin-right-5x {
  margin-right: 50px; }

.padding {
  padding: 5px; }

.padding-top {
  padding-top: 5px; }

.padding-bottom {
  padding-bottom: 5px; }

.padding-left {
  padding-left: 5px; }

.padding-right {
  padding-right: 5px; }

.padding-2x {
  padding: 10px; }

.padding-top-2x {
  padding-top: 10px; }

.padding-bottom-2x {
  padding-bottom: 10px; }

.padding-left-2x {
  padding-left: 10px; }

.padding-right-2x {
  padding-right: 10px; }

.padding-2x {
  padding: 10px; }

.padding-top-2x {
  padding-top: 10px; }

.padding-bottom-2x {
  padding-bottom: 10px; }

.padding-left-2x {
  padding-left: 10px; }

.padding-right-2x {
  padding-right: 10px; }

.padding-3x {
  padding: 15px; }

.padding-top-3x {
  padding-top: 15px; }

.padding-bottom-3x {
  padding-bottom: 15px; }

.padding-left-3x {
  padding-left: 15px; }

.padding-right-3x {
  padding-right: 15px; }

.padding-4x {
  padding: 20px; }

.padding-top-4x {
  padding-top: 20px; }

.padding-bottom-4x {
  padding-bottom: 20px; }

.padding-left-4x {
  padding-left: 20px; }

.padding-right-4x {
  padding-right: 20px; }

.padding-5x {
  padding: 25px; }

.padding-top-5x {
  padding-top: 25px; }

.padding-bottom-5x {
  padding-bottom: 25px; }

.padding-left-5x {
  padding-left: 25px; }

.padding-right-5x {
  padding-right: 25px; }

/* == SELECT 2 4 == */
.form-s2-custom {
  height: 34px !important;
  border: 1px solid #ccc !important; }

.form-s2-custom .select2-selection__arrow {
  height: 30px !important; }

.form-s2-custom .select2-selection__rendered {
  padding-top: 2px; }

/* == THEME == */
@media print {
  .container {
    width: 100%; }

  .container-fluid {
    width: 100%; } }
/*
 Adicionar componentes aqui
*/
.app-blink {
  /* ide */ }

.app-share-btn-current-url {
  /* ide */ }

.app-share-href {
  /* ide */ }

.app-print-btn {
  /* ide */ }

.app-bootstrap-switch-sn {
  /* ide */ }

.form-control-checkbox, .form-control-radio, .form-control-any {
  padding: 7px 14px;
  display: block; }

.app-mouse-pointer, .mouse-pointer {
  cursor: pointer; }

.table-id, .app-table-id {
  text-align: right;
  width: 80px; }

.table-actions, .app-table-actions {
  width: 150px;
  text-align: left; }
  .table-actions .fa-trash, .app-table-actions .fa-trash {
    color: red; }

.table-icon, .app-table-action-icon {
  padding-left: 5px;
  padding-right: 5px; }

.bloco-destaque {
  border: 1px solid #ddd;
  border-radius: 4px; }

.bloco-destaque-up {
  border-radius: 4px 4px 0px 0px !important; }

.bloco-destaque-down {
  border-radius: 0px 0px 4px 4px !important; }

tr .fa.fa-ban, tr .fa.fa-trash {
  color: red; }
tr .fa.fa-check {
  color: darkgreen; }

.btn-excluir, .app-btn-excluir {
  /* servico da ide de excluir */ }

/*# sourceMappingURL=main.css.map */
