html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.pricelist-error-message {
  margin: 10px;
  padding: 10px;
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
  border-radius: 5px;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.sidebar-box {
  margin-top: 65px;
}

@media (min-width: 1200px) {
  .container {
    width: 85%;
  }
}
html body {
  background-color: #F9F8F4;
}
html body .price-list-view table.detail-view tr td .error-status-message {
  background-color: red;
  padding: 5px;
  color: white;
}
html body .price-list-view table.detail-view tr td .status-message {
  background-color: green;
  padding: 5px;
  color: white;
}
html body .grid-view table tr td .error-status-message {
  background-color: red;
  padding: 5px;
  color: white;
}
html body .grid-view table tr td .status-message {
  background-color: green;
  padding: 5px;
  color: white;
}
html body .breadcrumbs-section {
  margin-top: 65px;
}
html body .breadcrumbs-section .breadcrumb {
  background-color: #F9F8F4;
}
html body table.table-bordered {
  background-color: #fff;
}
html body .btn-success {
  border-color: #97C24E;
  background-color: #97C24E;
}
html body .btn-info {
  border-color: #337ab7;
  background-color: #337ab7;
}
html body .navbar-inverse {
  border-color: #A21D31;
  background-color: #A21D31;
}
html body .navbar-inverse .navbar-collapse, html body .navbar-inverse .navbar-form {
  border-color: #A21D31;
}
html body .navbar-inverse a.navbar-brand {
  color: #fff;
}
html body .main-content .sidebar-box .organization-widget {
  padding: 5px;
  padding-top: 10px;
  border: 1px solid #A21D31;
  background-color: #F9F8F4;
  border-radius: 5px;
}
html body .main-content .sidebar-box .organization-widget .logo-section {
  text-align: center;
  margin-bottom: 15px;
}
html body .main-content .sidebar-box .organization-widget .logo-section img {
  width: 60%;
  height: auto;
}
html body .main-content .sidebar-box .organization-widget p {
  text-align: center;
}
html body .main-content .sidebar-box .menu-content-widget {
  margin-top: 10px;
  padding: 5px;
  padding-top: 10px;
  border: 1px solid #A21D31;
  background-color: #A21D31;
  border-radius: 5px;
  position: relative;
}
html body .main-content .sidebar-box .menu-content-widget h4 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-style: italic;
  cursor: pointer;
}
html body .main-content .sidebar-box .menu-content-widget h4.menu-close:after {
  content: "+";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  top: 20px;
  right: 10px;
}
html body .main-content .sidebar-box .menu-content-widget h4.menu-open:after {
  content: "-";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  top: 20px;
  right: 10px;
}
html body .main-content .sidebar-box .menu-content-widget .item-menu {
  border-top: 1px solid #A21D31;
  border-bottom: 1px solid #A21D31;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
html body .main-content .sidebar-box .menu-content-widget .item-menu a {
  display: block;
  font-weight: bold;
  color: #fff;
}
html body .main-content .sidebar-box .menu-content-widget .item-menu a:hover {
  text-decoration: none;
  color: #97C24E;
}
html body .main-content .sidebar-box .menu-content-widget.special-item-widget {
  position: fixed;
  margin-top: 30px;
  top: 35px;
  left: 0;
  width: 105px;
  background-color: #29235C;
  border: 1px solid #29235C;
}
html body .main-content .sidebar-box .menu-content-widget.special-item-widget .menu-widget p {
  color: white;
  text-align: center;
}
html body .main-content .sidebar-box .menu-content-widget.special-item-widget .menu-widget p.value-exact {
  font-size: 19px;
}
html body footer.footer {
  background-color: #A21D31;
}
html body footer.footer p {
  color: #fff;
}

html body .processing-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 10000;
  background-color: #A21D31;
}
html body .processing-screen .content {
  margin: 0 auto;
  margin-top: 20%;
  width: 450px;
  background-color: #fff;
  border: 1px solid #afc70d;
  border-radius: 5px;
  padding: 10px;
}
html body .processing-screen .content .text {
  text-align: center;
}
html body .processing-screen .content .image-wait {
  text-align: center;
}
html body .processing-screen .content .image-wait img {
  width: 80px;
  height: 80px;
}
html body .section-table-dispatch {
  margin-bottom: 25px;
}
html body .hide-element {
  display: none;
}
html body .container-dashboard {
  clear: both;
}
html body .container-dashboard .widget-section-item {
  width: 23%;
  border: 1px solid #24242a;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f9f9f9;
}
html body .container-dashboard .widget-section-item h3, html body .container-dashboard .widget-section-item h4 {
  text-align: center;
  border-bottom: 1px solid #24242a;
  padding-bottom: 5px;
}
html body .container-dashboard .widget-section-item .row-items {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
html body .container-dashboard .widget-section-item .row-items ul {
  padding-left: 15px;
}
html body .container-dashboard .widget-section-item.warning-widget {
  border: solid 3px #ff0000;
  background-color: #d8d2d2;
}

html body .loading-container {
  background-color: rgba(181, 181, 181, 0.8);
  position: fixed;
  z-index: 1000;
  top: 50px;
  width: 100%;
  left: 0;
  height: 100%;
}
html body .loading-container .content {
  background-color: #fff;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}

table.detail-view tr th {
  width: 40%;
}
table.detail-view tr td {
  width: 60%;
}

html body header nav.navbar li.dropdown {
  display: none;
}
html body .contract-detail-add-additional .spacer-field {
  clear: both;
  padding-top: 18px;
}
html body .info {
  margin: 20px 10px;
}
html body .info p {
  font-size: 12px;
  margin-bottom: 0;
}
html body .list-product-request fieldset {
  margin-bottom: 20px;
}
html body .list-product-request .solicitudes-section {
  display: block;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
html body #pajax_details_order .box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin: 10px 0;
  background: #fff;
}
html body #pajax_details_order .box.approved-section {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
}

@media (max-width: 767px) {
  html body header nav.navbar li.dropdown {
    display: block;
  }
  html body header a.navbar-brand {
    width: 70%;
    float: left;
    font-size: 14px;
    padding: 5px 10px;
  }
  html body article.main-content .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  html body article.main-content .container .sidebar-box .menu-content-widget {
    display: none;
  }
  html body article.main-content .container .sidebar-box .menu-content-widget.special-item-widget {
    position: relative;
    top: initial;
    width: 100%;
    display: block;
  }
  html body footer.footer {
    height: 85px;
  }
  html body footer.footer .container p.pull-left, html body footer.footer .container p.pull-right {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
  }
}
html body.mobile-version-page article.main-content .sidebar-box .organization-widget .logo-section img {
  width: 35%;
}
html body.mobile-version-page article.main-content .container-dashboard .widget-section-item {
  width: 100%;
}
html body.mobile-version-page article.main-content .container .grid-view table.table {
  display: block;
}
html body.mobile-version-page article.main-content .container .grid-view table.table tfoot, html body.mobile-version-page article.main-content .container .grid-view table.table thead, html body.mobile-version-page article.main-content .container .grid-view table.table tbody, html body.mobile-version-page article.main-content .container .grid-view table.table th, html body.mobile-version-page article.main-content .container .grid-view table.table td, html body.mobile-version-page article.main-content .container .grid-view table.table tr {
  display: block;
}
html body.mobile-version-page article.main-content .container .grid-view table.table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
html body.mobile-version-page article.main-content .container .grid-view table.table tfoot tr td.hide-row {
  display: none;
}
html body.mobile-version-page article.main-content .container .grid-view table.table tr {
  border: 1px solid #ccc;
}
html body.mobile-version-page article.main-content .container .grid-view table.table td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50%;
}
html body.mobile-version-page article.main-content .container .grid-view table.table td:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  white-space: nowrap;
  content: attr(data-before);
  font-weight: bold;
}
html body.mobile-version-page article.main-content .container .grid-view table.table td.actions-section a {
  display: inline-block;
  padding: 10px;
}
html body.mobile-version-page article.main-content .container .grid-view table.table td.actions-section a span.glyphicon {
  font-size: 18px;
}
html body.mobile-version-page article.main-content .container .contract-index .grid-view table.table thead tr.filters {
  position: initial;
}
html body.mobile-version-page article.main-content .container .contract-view p a.btn, html body.mobile-version-page article.main-content .container .contract-detail-index p a.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

html body .item-product-material p {
  padding: 5px;
  margin: 0;
}
html body .item-product-material p.q-required {
  color: #845c0d;
  background-color: #f2ddb3;
  border-color: #ebccd1;
}
html body .item-product-material p.q-good {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
html body .item-product-material p.q-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
html body .item-product-material p.q-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
html body .warning-message-buy-order {
  padding: 5px;
  margin: 5px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #ddd;
  font-weight: bold;
}

html body .messageList ul.list-messages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
html body .messageList ul.list-messages li.item-message {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #24242a;
  margin-bottom: 10px;
}
html body .messageList ul.list-messages li.item-message p {
  padding-bottom: 5px;
}
html body .messageList ul.list-messages li.item-message p.title-message {
  border-bottom: 2px solid #24242a;
}
html body .messageList ul.list-messages li.item-message ul.list-responses {
  list-style-type: none;
}
html body .messageList ul.list-messages li.item-message ul.list-responses li.item-response {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #24242a;
  margin-bottom: 10px;
}
html body .messageList ul.list-messages li.item-message ul.list-responses li.item-response p {
  padding-bottom: 5px;
}
html body .messageList ul.list-messages li.item-message ul.list-responses li.item-response p.title-response {
  border-bottom: 2px solid #24242a;
}/*# sourceMappingURL=site.css.map */