input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.main-ds {
  flex: 1 !important;
}
textarea {
  resize: none;
}
.modal-backdrop {
  z-index: 1050 !important;
}
.modal {
  z-index: 1060 !important;
}
.ocultar {
  display: none !important;
}
.font-ds {
  font-style: oblique;
  font-weight: 900;
  font-size: 0.7em;
}
.app-footer-right-ds {
  margin-left: auto;
  display: flex;
}
.logo-name {
  font-style: oblique;
  font-weight: 900;
  font-size: 2.5em;
  margin-top: -1em;
  font-family: "Clafisch Scrip WEb", serif;
  width: 132px !important;
}
ul .ui-autocomplete {
  overflow-y: scroll !important;
  height: 100px !important;
}
td[contentEditable] {
  background: #dff0d8 !important;
}
.responseErrors {
  display: none;
}
#tableResult tr {
  cursor: pointer;
}
.centerText {
  text-align: center !important;
}
.rightText {
  text-align: right !important;
}
.totalWidth {
  width: 100%;
}
.scrollDiv {
  height: 424px;
  overflow: auto;
}
.uppercase {
  text-transform: uppercase;
}
.ui-autocomplete {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
}
.complete-group button {
  margin: 25px 0px 0px 0px;
}
/* ANIMACION DE ESPERAR **/

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/* FIN ANIMACION ESPERAR*/

.tablesorterWrap {
  position: relative;
  padding: 0 5px;
  max-height: 500px !important;
  font-size: 11px;
  overflow: auto;
}
.wrapperR {
  position: relative;
  padding: 0 5px;
  height: 250px;
  overflow-y: auto;
}
.btn-block {
  width: 100%;
}
#layoutSidenav_content {
  background-color: white !important;
}

.modal-full {
  width: 98% !important;
  max-width: 98% !important;
}
.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.el-dialog__headerbtn {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 25px;
}
.dml-2 {
  margin-left: 15px !important;
}
.b-title-ds {
  font-size: 1em;
  font-weight: 600;
  color: #0061f2;
}
.input-xm {
  height: 30px !important;
  padding: 3px 8px !important;
  font-size: 0.95em !important;
  line-height: 1.4 !important;
  border-radius: 3px !important;
}
span.required {
  color: red;
}
.bt-white2 {
  color: #506afb !important;
  background: white !important;
}
.bt-white2:hover {
  color: white !important;
  background: #506afb !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mtd-3 {
  margin-top: 10px;
}
.bt-50 {
  white-space: nowrap;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.cursor {
  cursor: pointer;
}
span.dismissSeach {
  font-size: 2.2rem;
  color: #e2dfdf;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -8px;
}
span.dismissSeach.active {
  color: #0275d8 !important;
  cursor: pointer !important;
}
.text-left {
  text-align: left !important;
}
.input-notas {
  height: 25px !important;
  padding: 2px 7px !important;
  font-size: 0.9em !important;
  line-height: 1.3 !important;
  border-radius: 3px !important;
}
.modal-dialog {
  overflow-y: initial !important;
}
.modal-body {
  height: auto;
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
.form-select-lg {
  height: 45px !important;
  padding: 5px 10px !important;
  font-size: 1.2em !important;
  line-height: 1.5 !important;
}
.a-new {
  color: #0061f2 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
}
.blockOverlay,
.blockUI {
  z-index: 1080 !important;
}
.blockElement,
.blockMsg,
.blockPage {
  z-index: 1090 !important;
}
.blockUI h2,
.blockElement h2,
.blockMsg h2,
.blockPage h2 {
  color: #000 !important;
}
