/*#region base*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Karla", "Source Serif Pro", sans-serif;
  font-size: 12px;
}

body {
  line-height: 1.3;
}

/* karla-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/karla/karla-v23-latin-regular.woff2") format("woff2"), url("fonts/karla/karla-v23-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/karla/karla-v23-latin-700.woff2") format("woff2"), url("fonts/karla/karla-v23-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.padding-10 {
  padding: 10px !important;
}

/*#region normalize*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  background-color: #fff;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=text],
input[type=date],
input[type=password] {
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
  outline: none;
  border: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  margin-right: 10px;
}

/*#endregion*/
.btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  padding: 6px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #1c5594;
  color: #fff;
}
@media (min-width: 1024px) {
  .btn {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
  }
}
.btn:hover {
  background-color: #2470c3;
}
.btn i {
  margin: 0 5px;
}

.btn-sucess {
  background-color: #86e428;
}
.btn-sucess:hover {
  background-color: #e2ffc5;
}

.btn-danger {
  background-color: #e00000;
}
.btn-danger:hover {
  background-color: #ffcccc;
}

.btn-warning {
  background-color: #e4a428;
}
.btn-warning:hover {
  background-color: #fff6c5;
}

.btn-link {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2470c3;
}
.btn-link:hover {
  background-color: #fff;
}

.btn-white {
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #1c5594;
  -webkit-box-shadow: 0 0 3px 0 #bfbfbf;
  box-shadow: 0 0 3px 0 #bfbfbf;
}
.btn-white:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #1c5594;
  box-shadow: 0 0 5px 0 #1c5594;
}

.btn-gray {
  background-color: #4b4b4b;
}
.btn-gray:hover {
  background-color: #000;
}

.login-form {
  height: 100%;
  padding: 40px 20px;
  width: 100%;
  margin: 0 auto;
}

.login-form .dxbButton_PlasticBlue {
  margin-bottom: 15px;
}
.dxbButton_PlasticBlue {
  background: #c5deff !important;
  padding: 4px;
  border: none;
  border-radius: 4px;
}
.dxbButton_PlasticBlue:hover {
  background: #adccf5 !important;
}

.app {
  width: 150px;
  height: 150px;
  margin: 15px;
  padding: 20px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(154, 134, 164);
          box-shadow: inset 0px -5px 0px 0 rgb(154, 134, 164);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app:has(.badge) {
  position: relative;
}
.app:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 768px) {
  .app {
    margin-right: 25px;
  }
}
.app span {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app i {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  font-size: 50px;
}
.app-purple {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(154, 134, 164);
          box-shadow: inset 0px -5px 0px 0 rgb(154, 134, 164);
}
.app-purple i {
  color: rgb(154, 134, 164);
}
.app-blue {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(177, 188, 230);
          box-shadow: inset 0px -5px 0px 0 rgb(177, 188, 230);
}
.app-blue i {
  color: rgb(177, 188, 230);
}
.app-green {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(183, 229, 221);
          box-shadow: inset 0px -5px 0px 0 rgb(183, 229, 221);
}
.app-green i {
  color: rgb(183, 229, 221);
}
.app-brown {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(214, 210, 196);
          box-shadow: inset 0px -5px 0px 0 rgb(214, 210, 196);
}
.app-brown i {
  color: rgb(214, 210, 196);
}
.app-orange {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(247, 209, 186);
          box-shadow: inset 0px -5px 0px 0 rgb(247, 209, 186);
}
.app-orange i {
  color: rgb(247, 209, 186);
}
.app-bg-grey {
  -webkit-box-shadow: inset 0px -5px 0px 0 #4b4b4b;
          box-shadow: inset 0px -5px 0px 0 #4b4b4b;
  background-color: #f3f3f3;
}
.app-bg-grey i {
  color: #4b4b4b;
}
.app-bg-green {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(67, 138, 94);
          box-shadow: inset 0px -5px 0px 0 rgb(67, 138, 94);
  background-color: #9effcc;
}
.app-bg-green i {
  color: #438a5e;
}
.app-bg-red {
  -webkit-box-shadow: inset 0px -5px 0px 0 rgb(143, 0, 0);
          box-shadow: inset 0px -5px 0px 0 rgb(143, 0, 0);
  background-color: #ff9b9b;
}
.app-bg-red i {
  color: #8f0000;
}
.app-small {
  height: 120px;
  width: 120px;
  margin: 10px;
  padding: 20px;
}

@media (min-width: 768px) {
  .app-small {
    width: 150px;
    height: 150px;
  }
}
.app-large {
  height: 120px;
  width: 160px;
  margin: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .app-large {
    width: 240px;
    height: 140px;
  }
}


@media (min-width: 768px) {
  .login-form {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .login-form {
    position: fixed;
    right: 0;
    background-color: #ececec;
    padding: 50px;
  }
}

.encabezado {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 140px;
  font-size: 0.9em;
}
@media (min-width: 1024px) {
  .encabezado {
    font-size: initial;
  }
}
.encabezado img {
  width: 60px;
}
@media (min-width: 1024px) {
  .encabezado img {
    width: 70px;
  }
}
.encabezado > div {
  margin-left: 10px;
}
.encabezado h2 {
  margin-bottom: 5px;
}
.encabezado p {
  margin-bottom: 5px;
}

.form {
  margin-bottom: 40px;
}

.form-item {
  margin-bottom: 20px;
}
.form-item label {
  margin-bottom: 5px;
  display: block;
}
.form-item input {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
.form-item input:focus {
  -webkit-box-shadow: 0 0 2px 0 #2882e4;
  box-shadow: 0 0 2px 0 #2882e4;
}

.bg-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 500px;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1024px) {
  .bg-img {
    display: block;
    background-image: url("../images/fondo.svg");
  }
}

.btn {
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .btn {
    display: block;
    width: 100%;
  }
}

.dxb > img {
  width: 14px;
}
.dxeBase_PlasticBlue {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.dxeButtonEditSys {
  margin: 4px;
}
.item-filter label {
  margin-left: 4px;
}

.botonera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 5px;
}
.botonera > .dxbButton_PlasticBlue {
  padding: 3px !important;
  margin-top: 8px !important;
}
.botonera > div {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}/*# sourceMappingURL=login.css.map */