@import url(fonticon.css);

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

#contenedor_carga {
  background-color: rgba(250, 240, 245, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}

#carga {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/pageLoader.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
}

body {
  /* font-family: 'Roboto', sans-serif; 
    font-family: 'Helvetica Neue', sans-serif; */
  font-size: 14px;
}

.opa-02 {
  opacity: 0.2;
}

.opa-05 {
  opacity: 0.5;
}

.opa-07 {
  opacity: 0.7;
}

label {
  font-weight: bold;
}

.bg-teal {
  background-color: #20c9a6 !important;
}

.link {
  cursor: pointer;
}

.btn-teal {
  color: #fff;
  background-color: #20c9a6;
  border-color: #20c9a6;
}

.btn-teal:hover {
  color: #fff;
  background-color: #19ad90;
  border-color: #019c7d;
}

.btn-teal:focus,
.btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 214, 228, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
  color: #fff;
  background-color: #20c9a6;
  border-color: #20c9a6;
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #19ad90;
  border-color: #019c7d;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 214, 228, 0.5);
}

.f15 {
  font-size: 15px;
  font-weight: bold;
}

.f10 {
  font-size: 10px;
}

.scroll-220 {
  height: 220px;
  overflow-y: scroll;
}

.scroll-250 {
  height: 250px;
  overflow-y: scroll;
}

.scroll-600 {
  height: 600px;
  overflow-y: scroll;
}

.scroll-700 {
  height: 700px;
  overflow-y: scroll;
}

.icon {
  width: 4rem;
  height: 4rem;
}

.icon i {
  font-size: 3.25rem;
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i {
  font-size: 2.25rem;
}

.list-item {
  text-decoration: none;
  text-decoration: underline #6c757d;
  color: #6c757d;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.list-item:hover {
  color: darkgray;
}

.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

.btn-icon-split .icones {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-sm .icones,
.btn-group-sm > .btn-icon-split.btn .icones {
  padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text,
.btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icones,
.btn-group-lg > .btn-icon-split.btn .icones {
  padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text,
.btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

.text-danger-disabled {
  color: #f8d7da !important;
}

.text-primary-disabled {
  color: #cce5ff !important;
}

.text-success-disabled {
  color: #d4edda !important;
}

.text-warning-disabled {
  color: #fff3cd !important;
}

.text-info-disabled {
  color: #d1ecf1 !important;
}

.text-secondary-disabled {
  color: #e2e3e5 !important;
}

.bg-danger-disabled {
  background-color: #f8d7da !important;
}

.bg-primary-disabled {
  background-color: #cce5ff !important;
}

.bg-success-disabled {
  background-color: #d4edda !important;
}

.bg-warning-disabled {
  background-color: #fff3cd !important;
}

.bg-info-disabled {
  background-color: #d1ecf1 !important;
}

.bg-secondary-disabled {
  background-color: #e2e3e5 !important;
}

/* Class info-box */
.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}
.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}
.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}
.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
  font-size: 18px;
}
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

/* WT FLOATING CLASS */

.wt-floating-container{
  background-color: #c6e8f5;
  border: 1px solid #394d74;
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  bottom: 20px;
  right: 30px;
  padding: 15px;
  transition: ease 0.3s;
  /* animation: efecto 1.2s infinite; */
}

.wt-floating-container:hover{
  transform: scale(1.1);
  transition: 0.3s;
}

.wt-floating-button{
  width: 40px;
  transition: ease 1s;
  cursor: pointer;
}

@keyframes efecto{
  0%{
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
  }
  100%{
      box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}

.div-readonly {
  background-color: #e9ecef !important;
  opacity: 1;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  color: #6c757d;
  display: flex;
  justify-content: space-between;
}

.text-underline {
  text-decoration: underline !important;
  padding-bottom: 0.25rem !important;
}