body {
  font-size: .875rem;
  font-family: 'Roboto', sans-serif;
  background-color: ghostwhite;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.btn-secondary {
  color: #fff;
  background-color: #1b1c1d;
  border-color: #1b1c1d;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin: 0.25rem;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1030;
}

.custom-file-input~.custom-file-label::after  {
  content: "seleccionar" !important;
  color: #fff;
  background-color: #1e3e9c;
}

.fa-large {
  font-size: large !important;
}

/* Estilos de la barra de progreso */

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
  font-size: 1rem;
}

.stepper-item.active .step-counter{
  font-weight: bold;
  font-size: 1rem;
  background-color: 		#f0e002;
  color: #fff;
  animation-name: transition-active;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

.stepper-item.failed .step-counter {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  background-color: #f01c00;
  animation-name: transition-failed;
  animation-duration: 2s;
}

.stepper-item.completed .step-counter {
  background-color: #129b00;
  color: #fff;
  font-size: 1rem;
  animation-name: transition-success;
  animation-duration: 2s;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #129b00;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

@keyframes transition-success {
  from {background-color: 	#f0e002;}
  to {background-color: #129b00;}
}
@keyframes transition-active {
  from {background-color: #ccc;}
  to {background-color: 	#f0e002;}
}
@keyframes transition-failed {
  from {background-color: 	#f0e002;}
  to {background-color: #f01c00;}
}

/* Estilos del modal */
.modal-lg-nocr{
  min-width: 80%;
  padding: 40;
}

.modal-lg-nocr-content{
  height: 90%;
}

.scroll {
  overflow-y: auto;
}
.admin_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.main_company span{
  font-size: 24px;
  align-self: center;
  color: green;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  display: block;
}
.warning_main_company{
  font-size: 24px;
  line-height: 1.5em;
  align-self: center;
  color: rgb(253, 244, 160);
  padding-left: 10px;
}
trix-toolbar .trix-button-group--file-tools {
  display: none !important;
}
.login {
  background-image: url('/static/assets/login_bg.jpg');
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-dark {
  background-color: #1e3e9c !important;
}

.login-box-body {
  background: #ffffffe3;
  padding: 20px;
  border-top: 0;
  color: #666;
  border-radius: 15px;
  font-size: 12px;
}

.login-box {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

/** Light */
@font-face {
  font-weight: 200;
}

body {
  font-size: .875rem;
  font-family: 'Roboto', sans-serif; 
}

.btn {
  font-size: 0.7rem;
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 11000;
  background: rgb(255, 255, 255);
}

#overlay i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sk-bounce {
  position: fixed;
  z-index: 12000;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;

}

img.logo_nocr {
  height: 30px;
  width: auto;
}

a.menu {
  color: black !important;
  text-decoration: none !important;
}

a.menu:hover {
  color: black !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

#navbarSupportedContent>form>div>div>a {
  color: white !important;
}


.username {
  color: white !important;
}

.userloggedinfo .dropdown-menu {
  right: 14px;
  left: auto;
}

#container-navbar {
  position: relative;
  max-height: 56px !important;
  height: 56px !important;
  max-height: 56px !important;
}

#hook {
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 100px solid #1e3e9c;
}

#hook_collision {
  position: absolute;
  width: 50px;
  height: 20px;
  left: 50%;
  cursor: pointer;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0);
  transform: translate(-50%, -50%);
}

#arrow {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.pointer {
  cursor: pointer;
}

ul.dropdown-menu li {
  padding: 10px 20px;
}

.filter_nocr {
  height: 15 !important;
}

.btn-icons {
  color: #ffffff;
}

.btn-icons:hover {
  color: #ffffff;
  background: #0D2876;
}

.user_img {
  width: 30px !important;
  min-height: 30px !important;
  min-width: 30px !important;
  max-height: 30px !important;
  max-width: 30px !important;
  background-size: cover;
  border-radius: 50% !important;
  border: 1px solid white !important;
  margin-right: 5px !important;
  vertical-align: middle;
  display: inline-block;
}

.profile_img {
  width: 100px !important;
  height: 100px !important;
  max-height: 100px !important;
  max-width: 100px !important;
  min-height: 100px !important;
  min-width: 100px !important;
  border-radius: 50% !important;
  border: 1px solid white !important;
  display:block !important;
  margin:auto !important;
  background-size: cover;
}

a span {
  margin-right: 5px;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin: 0.25rem;
}

.badge-info {
  color: #fff;
  background-color: #1e3e9c;
}

.badge-filter {
  color: #1e3e9c;
  background-color: #fff;
  padding: 0.1rem 0.1rem !important;
}

.badge-role {
  color: #fff;
  background-color: gray;
}


.btn-primary {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #52e226 !important;
}

.btn-outline-primary {
  color: #1e3e9c;
  background-color: #fff;
  border-color: #1e3e9c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1e3e9c;
  border-color: #1e3e9c;
}

.nav-header{
  margin-top: 10px !important;
  margin-left: 15px !important;
}

.disable_sorting{
  color: #dee2e6;
}

nav{
  padding: 0rem 1rem !important;
}

.badge_space::-webkit-scrollbar {
  display: none;
}

.badge_space {
  min-height: 21.68px;
  max-height: 21.68px;
  overflow: auto;
}

.simulate-input {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0px !important;
}
.simulate-input.active {
  border-bottom: 0px;
  border-left: 0px;
}

.input-group-text.active {
  border-bottom: 0px;
  border-right: 0px;
  background-color: white;
}

.p-inter {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.styled-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.styled-table thead tr {
  background-color: #1e3e9c;
  color: #ffffff;
  text-align: left;
}
.styled-table th, .styled-table td {
  padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #1e3e9c;
}

[v-cloak] {
  display: none;
}
