/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


/* Will Pagination */
.apple_pagination {
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0.5em;
  cursor: default;
  font-size: .9rem;
}

.apple_pagination a,
.apple_pagination span {
  padding: 0.2em 0.3em;
}

.apple_pagination .disabled {
  color: #aaaaaa;
}

.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

.apple_pagination a {
  text-decoration: none;
  color: black;
}

.apple_pagination a:hover,
.apple_pagination a:focus {
  color: #495057;
}

/* Formatted Text */
.formatted-text {
  word-wrap: break-word;
  min-height: 50px;
  width: 100%;
}

/* Dashboard Cesteiro */
.invoice-box {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-size: 1.05em;
  line-height: 1.5;
}

.invoice-box hr {
  border-top: 1px dashed #bbb;
}

.link-default:hover {
  color: #344767c4;
  text-decoration: none;
}

.form-input {
  height: 55px;
  padding: 0 20px;
}
