/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *


 */


.x-body {
  font-size: 14px !important;
}
.navbar {
  margin-left: -20px;
  margin-right: -20px;
}

.container-fluid {
  margin-bottom: -18px;
}

fieldset.for-panel {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 15px 10px;
  border-color: #e3eff1;
  background-color: white;
  margin-bottom: 12px;
}
fieldset.for-panel legend {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #4381ba;
  font-size: 14px;
  font-weight: bold;
  line-height: 10px;
  margin: inherit;
  padding: 7px;
  width: auto;
  margin-bottom: 0;
}

.error input {
  border: 1px solid red !important;
}

.error select {
  border: 1px solid red !important;
}

.gallery-item-doc {
  width: 300px;
  height: inherit;
  margin: 5px;
  float: left;
  border: black;
  border-width: 1px;
  border-style: dashed;
}

.gallery-item-foto {
  width: 200px;
  height: inherit;
  margin: 5px;
  float: left;
  border: black;
  border-width: 1px;
  border-style: dashed;
}

.close_div {
  position: relative;
}

.ribbon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}
