@charset "UTF-8";
@import url(roboto.css);
.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.color-negative {
  color: #BB0000; }

.color-critical {
  color: #E78C07; }

.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.background-color {
  background-image: -moz-linear-gradient(top, #2da9b1 0, #178299 50%, #1a4c7d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2da9b1), color-stop(50%, #178299), color-stop(100%, #1a4c7d));
  background-image: -webkit-linear-gradient(top, #2da9b1 0, #178299 50%, #1a4c7d 100%);
  background-image: -ms-linear-gradient(top, #2da9b1 0, #178299 50%, #1a4c7d 100%);
  background-image: linear-gradient(to bottom, #2da9b1 0, #178299 50%, #1a4c7d 100%); }

body {
  font-family: "Roboto", "sans-serif";
  color: #2C4E6C;
  height: 100%;
  width: 100%; }

.wrapper {
  position: relative;
  overflow: hidden; }
.wrapper .wrapper-container {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 63px);
  width: 100%; }
.wrapper .wrapper-container::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: #f7f7f7; }
.wrapper .wrapper-container::-webkit-scrollbar-corner {
  background-color: #f7f7f7; }
.wrapper .wrapper-container::-webkit-scrollbar-thumb {
  background-color: #e6e6e6; }
.wrapper .wrapper-container > .container {
  height: calc(100% - 64px);
  position: relative; }
.wrapper .wrapper-container > .container .row {
  height: 100%; }
.wrapper .wrapper-container > .container .row .row {
  height: initial; }
.wrapper .wrapper-container .footer {
  display: inline-block !important;
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 60px;
  color: white;
  z-index: 1030;
  background-color: #363e43;
  margin: 0; }
.wrapper .wrapper-container .footer h1,
.wrapper .wrapper-container .footer h2,
.wrapper .wrapper-container .footer h3,
.wrapper .wrapper-container .footer h4,
.wrapper .wrapper-container .footer h5,
.wrapper .wrapper-container .footer h6,
.wrapper .wrapper-container .footer a {
  color: white; }
.wrapper .wrapper-container .footer h6 {
  font-size: 12px; }
.wrapper .wrapper-container .footer .nav > li > a:hover,
.wrapper .wrapper-container .footer .nav > li > a:focus {
  background-color: rgba(234, 234, 234, 0.1);
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.125rem; }
@media (max-width: 374px) {
  .wrapper .wrapper-container .footer .navbar-nav {
    margin: 0; } }

.navbar-brand-center {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 23px;
  padding: 20.5px 15px; }
@media (max-width: 558px) {
  .navbar-brand-center {
    margin-left: -30px; } }
@media (max-width: 480px) {
  .navbar-brand-center {
    font-size: 18px;
    margin-left: -30px; } }
@media (max-width: 320px) {
  .navbar-brand-center {
    font-size: 15px; } }

.navbar-logo {
  height: 30px; }
@media (max-width: 558px) {
  .navbar-logo {
    display: none; } }

h1 {
  font-family: "Helvetica", "Arial";
  font-size: 28px;
  color: #2C4E6C; }

h2 {
  font-family: "Helvetica", "Arial";
  font-size: 22px;
  color: #2C4E6C; }

h3 {
  font-family: "Helvetica", "Arial";
  font-size: 20px;
  color: #2C4E6C; }

h4 {
  font-family: "Helvetica", "Arial";
  font-size: 18px;
  color: #2C4E6C; }

h5 {
  font-family: "Helvetica", "Arial";
  font-size: 16px;
  color: #2C4E6C; }

h6 {
  font-family: "Helvetica", "Arial";
  font-size: 14px;
  color: #2C4E6C; }

large {
  font-family: "Helvetica", "Arial";
  font-size: 16px; }

medium {
  font-family: "Helvetica", "Arial";
  font-size: 14px; }

small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-family: "Helvetica", "Arial";
  font-size: 12px; }

a {
  color: #2C4E6C; }
a:focus, a:hover {
  color: #91C8F6;
  text-decoration: none; }
a.list-group-item:hover,
a button.list-group-item:hover, a.list-group-item:focus,
a button.list-group-item:focus {
  color: #427CAC; }

a.list-group-item,
button.list-group-item {
  font-weight: bold;
  color: #2C4E6C; }

label {
  font-weight: bold !important;
  color: #2C4E6C; }

.no-control {
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-top: -16px; }

.navbar-default {
  background-color: #f7f7f7;
  color: #666666; }
.navbar-default a {
  color: #666666; }
.navbar-default .navbar-brand {
  color: #666666; }
.navbar-default .navbar-nav > li > a {
  color: #666666; }
.navbar-default .navbar-text {
  color: #666666; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #91C8F6; }
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #91C8F6; }
.navbar-default .navbar-toggle {
  color: white;
  background-color: transparent;
  margin-right: 0; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  color: #333;
  background-color: transparent;
  background-color: #eaeaea; }
.navbar-default .navbar-toggle.collapsed span.icon-bar {
  background-color: #666666; }
@media (max-width: 426px) {
  .navbar-default .navbar-toggle {
    margin-right: 0; } }
.navbar-default .header-line {
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  right: 0;
  border: medium none;
  margin: 0;
  z-index: 7;
  background-color: #009de0; }
.navbar-default .nav.navbar-nav li > a:hover,
.navbar-default .nav.navbar-nav li > a:focus {
  color: #333;
  background-color: transparent;
  background-color: #eaeaea; }

.no-padding {
  padding: 0; }

.panel-default .panel-heading .title {
  font-weight: bold;
  color: #2C4E6C; }

.panel-fill {
  background-color: #f5f5f5;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100%;
  padding-bottom: 64px !important; }
.panel-fill .panel-heading {
  background-color: #f5f5f5; }

.breadcrumb {
  color: #2C4E6C;
  font-weight: bold; }
.breadcrumb li + li:before {
  color: black; }
.breadcrumb a {
  color: #427CAC; }
.breadcrumb a:hover, .breadcrumb a:active {
  color: #2C4E6C; }
.breadcrumb .active {
  color: black; }

.tooltip {
  left: 50px !important; }
.tooltip .tooltip-inner {
  background-color: #F7F7F7;
  color: black; }
.tooltip .tooltip-arrow {
  display: none; }

.text-center .btn {
  margin-left: 10px;
  margin-right: 10px; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.btn {
  text-transform: capitalize;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.btn-safe {
  background-color: #F7F7F7;
  font-weight: bold;
  color: #2B7D2B;
  border-color: #2B7D2B;
  border-style: solid;
  border-width: 1px; }
.btn-safe:hover, .btn-safe:active, .btn-safe:focus {
  color: white;
  background-color: #2B7D2B; }

.btn-danger {
  background-color: #F7F7F7;
  color: #BB0000;
  font-weight: bold;
  border-color: #BB0000;
  border-style: solid;
  border-width: 1px; }
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  color: white;
  background-color: #BB0000; }

.label-primary {
  background-color: #427CAC; }

.label-default {
  background-color: #5E696E; }

.label-success {
  background-color: #2B7D2B; }

.label-danger {
  background-color: #BB0000; }

.label-warning {
  background-color: #E78C07; }

.btn-primary {
  background-color: #427CAC;
  color: white;
  font-weight: bold;
  border-color: #427CAC;
  border-style: solid;
  border-width: 1px; }
.btn-primary:hover, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  background-color: #2C4E6C; }

.btn-warning {
  background-color: #F7F7F7;
  font-weight: bold;
  color: #E78C07;
  border-color: #E78C07;
  border-style: solid;
  border-width: 1px; }
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: white;
  background-color: #E78C07; }

.ui-notification h1,
.ui-notification h2,
.ui-notification h3,
.ui-notification h4,
.ui-notification h5,
.ui-notification h6,
.ui-notification .title {
  color: #fff; }

.ui-notification.warning {
  color: #fff;
  background: #E78C07; }

.ui-notification.error {
  color: #fff;
  background: #BB0000; }

.ui-notification.success {
  color: #fff;
  background: #2B7D2B; }

.chosen-container {
  width: 100% !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #427CAC;
  border-color: #427CAC; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #427CAC;
  box-shadow: inset 0 -2px 0 #427CAC; }

.text-white {
  color: white; }

.menu > a {
  margin: 3%;
  display: inline-table; }
.menu > a:hover, .menu > a:active, .menu > a:focus {
  color: unset;
  text-decoration: none; }

.menu > div {
  margin: 3%;
  display: inline-table; }
.menu > div > a:hover,
.menu > div > a:active,
.menu > div > a:focus {
  color: unset;
  text-decoration: none; }

.card-menu {
  border-radius: 4px;
  padding: 0.5rem 0.5rem;
  width: 18.5rem;
  height: 15rem;
  display: inline-table;
  background: #ffffff;
  border: 0 solid #cdcdcd;
  color: #333333;
  text-align: initial;
  position: relative; }
.card-menu > a {
  color: transparent; }
.card-menu .title {
  font-weight: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: inherit;
  max-height: 2.4rem;
  padding: 0;
  margin: 0;
  display: inherit; }
.card-menu .subtitle {
  font-weight: normal;
  word-wrap: break-word;
  line-height: normal;
  font-size: 12px;
  white-space: nowrap;
  color: #666666;
  padding: 0;
  margin: 0; }
.card-menu .icon {
  bottom: 2rem;
  font-size: 4.5rem;
  color: #007cc0;
  pointer-events: none;
  position: absolute;
  left: auto !important;
  cursor: pointer;
  margin-left: 0.8rem;
  margin-bottom: -2rem; }
.card-menu .text-bottom {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  bottom: 4px;
  width: 94%;
  position: absolute;
  pointer-events: none;
  text-align: right; }
.card-menu:hover, .card-menu:active {
  box-shadow: 0 0 0 2px #ffffff;
  border-radius: 0.32rem;
  z-index: 1; }

.back {
  color: white; }
.back:hover, .back:active {
  color: #2C4E6C;
  text-decoration: none; }

.panel-module {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  height: 92vh;
  height: -webkit-fill-available;
  background-color: #F5F5F5; }
.panel-module > .panel-heading {
  padding: 0; }
.panel-module > .panel-heading .title {
  text-align: center;
  padding: 0;
  margin: 0;
  border-bottom-color: white;
  border-bottom-style: solid;
  padding-top: 18px;
  padding-bottom: 14px; }
.panel-module > .panel-heading .title a {
  border-radius: 0;
  border-right: solid white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -4px; }
.panel-module > .panel-heading .title a > span {
  position: relative;
  top: calc(50% - 22px); }
.panel-module > .panel-heading .title a:hover, .panel-module > .panel-heading .title a:active, .panel-module > .panel-heading .title a:focus {
  background-color: #427CAC;
  color: white; }
.panel-module > .panel-heading .title a.help {
  left: 65px;
  padding-right: 10px; }
.panel-module > .panel-heading .title a.help > span,
.panel-module > .panel-heading .title a.help > i {
  position: relative;
  top: calc(50% - 14px); }
@media (max-width: 600px) {
  .panel-module > .panel-heading .title a.help > span {
    display: none; } }
.panel-module > .panel-heading .title > span {
  padding-left: 70px !important;
  word-break: break-word;
  display: flow-root; }
.panel-module > .panel-heading .title > span.help {
  margin-left: 30px !important;
  display: inherit; }
.panel-module > .panel-heading .title > span > button {
  float: right;
  margin: 14px;
  margin-top: -4px;
  margin-bottom: 0; }
@media (max-width: 546px) {
  .panel-module > .panel-heading .title > span > button {
    float: none;
    margin: 0;
    margin-left: calc(50% - 120px); } }
.panel-module > .panel-heading > .breadcrumb {
  margin-bottom: 0; }
.panel-module > .panel-body {
  background-color: #F5F5F5; }
.panel-module > .panel-body > .panel {
  margin-bottom: 0; }
@media (min-height: 488px) {
  .panel-module > .panel-body > .panel {
    margin-bottom: 64px; } }
.panel-module > .panel-body > .panel > .panel-body {
  padding: 15px 15px 15px 15px; }
@media (max-width: 767px) {
  .panel-module {
    overflow-wrap: normal;
    overflow-x: overlay; }
  .panel-module::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background-color: #f7f7f7; }
  .panel-module::-webkit-scrollbar-corner {
    background-color: #f7f7f7; }
  .panel-module::-webkit-scrollbar-thumb {
    background-color: #e6e6e6; } }

.modal-msg.info .modal-header {
  border-bottom: 2px #5E696E solid;
  padding: 9px;
  font-size: 14px;
  text-align: center; }
.modal-msg.info .modal-header .modal-title::before {
  font-family: SAP-icons;
  font-weight: bolder;
  font-style: normal;
  margin-right: 6px;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #5E696E; }

.modal-msg.question .modal-header {
  border-bottom: 2px #5E696E solid;
  padding: 9px;
  font-size: 14px;
  text-align: center; }
.modal-msg.question .modal-header .modal-title::before {
  font-family: SAP-icons;
  font-weight: bolder;
  font-style: normal;
  margin-right: 6px;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #5E696E; }

.modal-msg.warn .modal-header {
  border-bottom: 2px #E78C07 solid;
  padding: 9px;
  font-size: 14px;
  text-align: center; }
.modal-msg.warn .modal-header .modal-title::before {
  font-family: SAP-icons;
  font-weight: bolder;
  font-style: normal;
  margin-right: 6px;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #E78C07; }

.modal-msg.success .modal-header {
  border-bottom: 2px #2B7D2B solid;
  padding: 9px;
  font-size: 14px;
  text-align: center; }
.modal-msg.success .modal-header .modal-title::before {
  font-family: SAP-icons;
  font-weight: bolder;
  font-style: normal;
  margin-right: 6px;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #2B7D2B; }

.modal-msg.error .modal-header {
  border-bottom: 2px #BB0000 solid;
  padding: 9px;
  font-size: 14px;
  text-align: center; }
.modal-msg.error .modal-header .modal-title::before {
  font-family: SAP-icons;
  font-weight: bolder;
  font-style: normal;
  margin-right: 6px;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #BB0000; }

.modal-msg.normal .modal-header {
  border-bottom: 2px #5E696E solid;
  padding: 9px;
  font-size: 14px;
  text-align: center; }

.modal-msg .modal-footer {
  padding: 5px;
  border-top: 1px #dddddd solid; }
.modal-msg .modal-footer button,
.modal-msg .modal-footer a.btn {
  border: none;
  color: #2C4E6C;
  background: transparent;
  font-size: 18px;
  font-weight: normal; }
.modal-msg .modal-footer button:hover, .modal-msg .modal-footer button:active, .modal-msg .modal-footer button:focus,
.modal-msg .modal-footer a.btn:hover,
.modal-msg .modal-footer a.btn:active,
.modal-msg .modal-footer a.btn:focus {
  color: #427CAC;
  text-decoration: none;
  background-color: #f5f5f5; }

.modal-full {
  min-width: 100%;
  margin: 0; }
.modal-full .modal-content {
  height: 100vh;
  border-radius: 0; }

.img-zoom {
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2), 0 0px 6px 0 rgba(0, 0, 0, 0.19);
  min-width: 50px;
  min-height: 50px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #E4E4E4; }

/* Fin reset */
.tablesaw-table {
  color: #333333;
  padding: 1em;
  margin-bottom: 23px; }
.tablesaw-table thead > tr:first-of-type {
  background-color: #f7f7f7; }
.tablesaw-table tr,
.tablesaw-table tr > th {
  text-align: center;
  font-weight: 300; }
.tablesaw-table > tbody > tr > td,
.tablesaw-table > tbody > tr > th,
.tablesaw-table > tfoot > tr > td,
.tablesaw-table > tfoot > tr > th,
.tablesaw-table > thead > tr > td,
.tablesaw-table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #E4E4E4;
  text-align: center; }
.tablesaw-table thead > tr:first-of-type {
  background-color: #f7f7f7; }
.tablesaw-table tr > th {
  font-weight: 400 !important;
  color: #696969; }
@media (max-width: 39.9375em) {
  .tablesaw-table tbody tr {
    display: table !important;
    width: 100%;
    border-bottom: 1px solid #dfdfdf; }
  .tablesaw-table > tbody > tr > td,
  .tablesaw-table > tbody > tr > th,
  .tablesaw-table > tfoot > tr > td,
  .tablesaw-table > tfoot > tr > th,
  .tablesaw-table > thead > tr > td,
  .tablesaw-table > thead > tr > th {
    border-top: 0;
    text-align: left; }
  .tablesaw-table .tablesaw-cell-content {
    padding-left: 20px; } }

.tablesaw-stack td .tablesaw-cell-label {
  padding: 0 4.6em 0 0 !important; }

.tablesaw-cell-label {
  font-weight: bold; }

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

.col-label {
  text-align: right; }
@media (max-width: 767px) {
  .col-label {
    text-align: left; } }

.label-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  background-image: none; }

.btn-success {
  font-weight: bold; }

.btn-cancel {
  font-weight: bold;
  color: #ffffff;
  background-color: #BB0000;
  border-color: transparent; }
.btn-cancel:hover, .btn-cancel:active:hover, .btn-cancel:focus {
  color: white !important;
  background-color: #8e0000; }
.btn-cancel:active {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.materiales-hora {
  float: right !important;
  display: inherit; }
@media (max-width: 320px) {
  .materiales-hora {
    float: none !important;
    margin-top: 11.5px;
    margin-bottom: 11.5px; } }

@media (max-width: 720px) {
  #button-category {
    display: inline-block; } }

.catalogo-heading .bootstrap-select {
  margin-bottom: 5px; }

.catalogo-heading.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  width: -webkit-fill-available;
  margin-top: 64px;
  z-index: 1024;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.catalogo-body.fixed-body {
  margin-top: 150px; }

.text-muted {
  color: #999; }

.ui-select-match .text-muted {
  color: #999; }

span.form-control.ui-select-toggle {
  height: 35px; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  color: #999 !important; }

input.form-control.ui-select-search {
  border-radius: 3px;
  background-color: white !important;
  border: none;
  padding-left: 16px; }
input.form-control.ui-select-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0; }
input.form-control.ui-select-search::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0; }
input.form-control.ui-select-search:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0; }
input.form-control.ui-select-search::-moz-placeholder {
  /* Firefox 18- */
  opacity: 0; }
input.form-control.ui-select-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.table-catalogo .btn-reject {
  background-color: #BB0000;
  height: 60px;
  width: 60px;
  border-radius: 0 !important;
  color: white; }

.table-catalogo .btn-accept {
  background-color: #2B7D2B;
  height: 60px;
  width: 60px;
  border-radius: 0 !important;
  color: white; }

.table-catalogo .selected th {
  background-color: rgba(43, 125, 43, 0.2); }

.table-catalogo .selected .tr-btn .btn-accept:hover > i.icon-accept:before {
  content: "\e1c8"; }

.table-catalogo textarea:focus,
.table-catalogo textarea.form-control:focus,
.table-catalogo input.form-control:focus,
.table-catalogo input[type=text]:focus,
.table-catalogo input[type=password]:focus,
.table-catalogo input[type=email]:focus,
.table-catalogo input[type=number]:focus,
.table-catalogo [type=text].form-control:focus,
.table-catalogo [type=password].form-control:focus,
.table-catalogo [type=email].form-control:focus,
.table-catalogo [type=tel].form-control:focus,
.table-catalogo [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #427CAC;
  box-shadow: inset 0 -2px 0 #427CAC; }

.table-catalogo .tr-center {
  text-align: left; }

.table-catalogo .tr-btn {
  width: 200px;
  max-width: 200px;
  text-align: center; }
.table-catalogo .tr-btn > .tablesaw-cell-content {
  max-width: initial; }
.table-catalogo .tr-btn input {
  display: inline;
  width: 85px;
  margin-right: 15px;
  font-size: 24px; }
.table-catalogo .tr-btn .help-block {
  width: 90px;
  font-size: smaller; }
@media (max-width: 639px) {
  .table-catalogo .tr-btn {
    width: 100%;
    max-width: 100%; } }

.table-catalogo.table > tbody > tr > th {
  border-top: none !important; }

.width-100 {
  width: 100% !important; }

#cat-btn-right {
  width: 100%; }
#cat-btn-right button {
  font-size: 23px;
  display: inline;
  font-weight: 900;
  background-color: transparent; }
#cat-btn-right button.btn:hover, #cat-btn-right button.btn:focus, #cat-btn-right button.btn.focus {
  color: #2C4E6C; }
@media (max-width: 767px) {
  #cat-btn-right {
    text-align: center; } }

.button__badge {
  background-color: #BB0000;
  border-radius: 10px;
  color: white;
  padding: 0px 5px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: -10px; }

.top-alert {
  color: white;
  background-color: #BB0000;
  display: block;
  position: absolute;
  top: -15px;
  left: -10px;
  margin: 0;
  padding: 5px 5px;
  font-weight: bold;
  border: 2px solid #BB0000;
  border-top-width: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.table .collapse-arrow.collapsed > i:before {
  content: "\e1e2"; }

td.codigo-ean > p {
  margin: 0 0 4px; }

.glyphicon.glyphicon-remove {
  top: 50%;
  font-family: 'SAP-icons';
  font-style: normal;
  speak: none; }
.glyphicon.glyphicon-remove:before {
  content: "\e03e"; }

@media (max-width: 767px) {
  .config-style.icon {
    display: none; } }

.config-style.text {
  font-size: initial; }
@media (min-width: 768px) {
  .config-style.text {
    display: none; } }

.progress {
  height: 1.5rem;
  width: 100%;
  background: transparent; }
.progress .progress-bar {
  width: 0%;
  color: #333333;
  background: transparent;
  font-size: 1.0rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: width 0.3s ease; }
.progress .progress-bar.progress-bar-success {
  background-color: #2B7D2B !important; }
.progress .progress-bar.progress-bar-danger {
  background-color: #BB0000 !important; }
.progress .progress-bar:last-child {
  border-radius: 10px; }
.progress .progress-bar:last-child:before {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 10px; }
.progress .progress-bar span {
  position: absolute;
  top: -3px;
  right: 6px;
  font-size: 1rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap; }

.menu-editar {
  width: 100%;
  height: initial !important; }
.menu-editar > .tree .card.ui-droppable-active {
  background: #b6ad7b;
  width: 100%; }
.menu-editar > .tree .card .card-item {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  cursor: pointer; }
.menu-editar > .tree .panel-heading p {
  margin: 0;
  color: #333;
  font-weight: normal;
  word-wrap: break-word;
  text-overflow: ellipsis; }
.menu-editar > .tree .collapse-icon > i::before {
  content: "\e069"; }
.menu-editar > .tree .collapse-icon.collapsed > i::before {
  content: "\e058"; }
.menu-editar > .tree .menu {
  min-height: 174px; }
.menu-editar > .tree .menu > div {
  margin-top: 0; }
.menu-editar > .tree .menu #menu.ui-droppable-active {
  background: #b6ad7b;
  width: 100%; }
.menu-editar > .tree .menu .card-background {
  width: 15.5rem !important;
  height: 12rem !important; }
.menu-editar > .tree .menu .card-menu {
  width: 15.5rem;
  height: 12rem; }
.menu-editar > .tree .menu .card-menu h3 .btn {
  margin-left: 0;
  margin-right: 0; }
.menu-editar > .tree .menu .card-menu .title {
  font-size: 14px; }
.menu-editar > .tree .menu .card-menu .subtitle {
  font-size: 10px; }
.menu-editar > .tree .menu .card-menu .icon {
  font-size: 3.5rem; }
.menu-editar .top {
  margin-top: 23px; }

.health__badge {
  display: none;
  position: absolute;
  border-radius: 10px;
  color: white;
  padding: 0px 5px;
  height: 10px;
  width: 10px;
  bottom: -1px;
  right: -5px; }
.health__badge.priory-1 {
  display: inline-block;
  background-color: #BB0000; }
.health__badge.priory-2, .health__badge.priory-3 {
  display: inline-block;
  background-color: #E78C07; }
.health__badge.priory-4 {
  display: inline-block;
  background-color: #2B7D2B; }
.health__badge.priory-4::before {
  content: '!';
  position: absolute;
  bottom: 6px;
  font-size: 22px;
  left: 6px;
  font-weight: bold;
  color: #666; }
.health__badge.success {
  display: inline-block;
  background-color: #2B7D2B; }

.health-check .item h4.title {
  margin: 0; }
.health-check .item h4.title .success {
  color: #2B7D2B;
  font-weight: bold; }
.health-check .item h4.title .danger {
  color: #BB0000;
  font-weight: bold; }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: visible;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
  -webkit-overflow-scrolling: touch; }

.primary-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #427CAC;
  -moz-box-shadow: inset 6px 0px 0px 0px #427CAC;
  box-shadow: inset 6px 0px 0px 0px #427CAC; }

.negative-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #BB0000;
  -moz-box-shadow: inset 6px 0px 0px 0px #BB0000;
  box-shadow: inset 6px 0px 0px 0px #BB0000; }

.positive-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #2B7D2B;
  -moz-box-shadow: inset 6px 0px 0px 0px #2B7D2B;
  box-shadow: inset 6px 0px 0px 0px #2B7D2B; }

.critical-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #E78C07;
  -moz-box-shadow: inset 6px 0px 0px 0px #E78C07;
  box-shadow: inset 6px 0px 0px 0px #E78C07; }

.priory-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #2B7D2B;
  -moz-box-shadow: inset 6px 0px 0px 0px #2B7D2B;
  box-shadow: inset 6px 0px 0px 0px #2B7D2B; }

.priory-30-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #E78C07;
  -moz-box-shadow: inset 6px 0px 0px 0px #E78C07;
  box-shadow: inset 6px 0px 0px 0px #E78C07; }

.ecommerce-border {
  -webkit-box-shadow: inset 6px 0px 0px 0px #1853e5;
  -moz-box-shadow: inset 6px 0px 0px 0px #1853e5;
  box-shadow: inset 6px 0px 0px 0px #1853e5; }

toggle.disabled {
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
  opacity: 0.65; }

.datetimepicker {
  position: relative; }

.critical-style {
  color: #E78C07; }
.critical-style p,
.critical-style span {
  font-weight: 500;
  border-bottom: #E78C07 dotted 2px; }

tr.critical-style {
  color: inherit;
  -webkit-box-shadow: inset 6px 0px 0px 0px #E78C07;
  -moz-box-shadow: inset 6px 0px 0px 0px #E78C07;
  box-shadow: inset 6px 0px 0px 0px #E78C07; }

.dashboard .panel-body {
  padding-top: 0; }

.dashboard .card-dash {
  border-radius: 4px;
  padding: 0.5rem 0.5rem;
  display: inline-table;
  background: #ffffff;
  border: 0 solid #cdcdcd;
  color: #333333;
  text-align: initial;
  position: relative;
  width: 100%; }
.dashboard .card-dash.small {
  width: 19.5rem;
  height: 12rem; }
.dashboard .card-dash.medium {
  width: 41rem;
  height: 24rem; }
.dashboard .card-dash.large {
  width: 85rem;
  height: 48rem; }
.dashboard .card-dash.large .chart-container {
  position: relative;
  width: calc(100% - 30px); }
.dashboard .card-dash > a {
  color: transparent; }
.dashboard .card-dash .panel-body {
  height: 12rem;
  padding: 0; }
.dashboard .card-dash .title {
  display: inline-block;
  position: absolute;
  font-weight: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: inherit;
  padding: 0;
  margin: 0;
  display: inherit; }
.dashboard .card-dash .number {
  color: #2C4E6C;
  display: inline-block;
  position: absolute;
  bottom: -3rem;
  right: 0;
  font-size: 80px; }
@media (max-width: 1024px) {
  .dashboard .card-dash .number {
    bottom: -1rem;
    font-size: 60px; } }
@media (max-width: 768px) {
  .dashboard .card-dash .number {
    bottom: 0rem;
    font-size: 50px; } }
.dashboard .card-dash .text {
  color: #2C4E6C;
  display: inline-block;
  position: absolute;
  bottom: 0rem;
  right: 0;
  font-size: 45px;
  padding-right: 10px; }
@media (max-width: 1024px) {
  .dashboard .card-dash .text {
    bottom: 0rem;
    font-size: 55px;
    padding-right: 10px; } }
@media (max-width: 768px) {
  .dashboard .card-dash .text {
    bottom: 1rem;
    font-size: 28px;
    padding-right: 5px; } }
.dashboard .card-dash .unit {
  font-weight: bold;
  font-size: 25px; }
.dashboard .card-dash .icon {
  bottom: 2rem;
  font-size: 4.5rem;
  color: #007cc0;
  pointer-events: none;
  position: absolute;
  left: auto !important;
  cursor: pointer;
  margin-left: 0.8rem;
  margin-bottom: -2rem; }
.dashboard .card-dash:hover, .dashboard .card-dash:active {
  box-shadow: 0 0 0 2px #ffffff;
  border-radius: 0.32rem;
  z-index: 1; }
.dashboard .card-dash .chart {
  margin: 1%; }

.dashboard .table-responsive {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  height: 200px; }
.dashboard .table-responsive table {
  margin-bottom: 0; }

@media (max-width: 600px) {
  .dt-responsive .dataTables_wrapper {
    display: grid; }
  .dt-responsive .dataTables_wrapper .dataTables_length label {
    width: 100%; }
  .dt-responsive .dataTables_wrapper .dataTables_length label > select {
    display: inline; }
  .dt-responsive .dataTables_wrapper .dataTables_filter label {
    width: 100%; } }

.dt-responsive .dataTables_wrapper table.dt-table .dt-label {
  display: none; }

@media (max-width: 600px) {
  .dt-responsive .dataTables_wrapper table.dt-table {
    width: 100% !important; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-label {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #666; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-thead {
    border-bottom: solid #d3d3d3 17px; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-thead .no-label {
    display: none !important; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-thead .dt-titulos {
    display: none; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-thead .dt-filtro {
    display: block;
    border: none; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-thead input {
    width: 100% !important; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-tbody td {
    display: block;
    text-align: center;
    word-break: break-word; }
  .dt-responsive .dataTables_wrapper table.dt-table .dt-tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center; } }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

body > .ui-select-container {
  z-index: 99999999999; }
