div#mesajes {
  position: fixed;
  bottom: 0px;
  right: 2% !important;
  max-width: 400px;
  z-index: 1000;
}

div#mensajes {
  position: fixed;
  bottom: 0px;
  right: 2% !important;
  max-width: 400px;
  z-index: 1000;
}
div.mensajes {
  position: fixed;
  bottom: 0px;
  right: 0px;
  max-width: 400px;
  z-index: 1000;
}

no-resize {
  resize: none !important;
}

input.error {
  border: 1px solid red;
}

input.valid {
  border-color: #d2d6de;
}

em.error {
  color: red;
  margin: 6px 0px 0px 10px;
}

em.valid {
  display: none;
  background: none;
  position: absolute;
}

.DvInicio {
  padding: 30px 30px 0;
}

.bar-legend {
  list-style: none;
  overflow: auto;
  margin-left: 17px;
}

.bar-legend li {
  float: left;
  margin-right: 20px;
}

.bar-legend span {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 6px;
}

.select2-search__field {
  max-width: 100%;
  min-width: 160px;
}

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

.chart {
  height: 330px;
  margin: 0 auto;
}

.btn-primary {
  background-color: #99306C;
  border-color: #99306C;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #4D2969;
}

body,
.form-control {
  color: #000;
}

.box-header,
.login-box-body,
.register-box-body {
  color: #000;
}

.navbar-nav > .user-menu .user-image {
  width: 35px;
  height: 35px;
  margin-top: -8px;
}

.skin-blue-light .sidebar a {
  color: #000;
}

a:hover,
a:active,
a:focus {
  color: #000;
}

.box.box-primary {
  border-top-color: #99306C;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: #fff;
}

.login-titulo {
  font-size: 29.5px;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}

.login-box,
.register-box {
  width: 42%;
}

.login-box-body1 {
  background: #B2B1B4;
  background-image: url("../img/bg_login.png") ;
  border-radius: 15px 0px 0px 15px;
  box-shadow: 0px 0px 5px 0px #b1b1b1;
}

.login-box-body {
  background: #4D2969;
  border-radius: 0px 15px 15px 0px;
  box-shadow: 0px 0px 5px 0px #b1b1b1;
}

#FrmLogin .form-control {
  height: 40px;
}

#FrmLogin a {
  color: #dbedf9;
}

#FrmLogin .form-control-feedback {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}

#FrmLogin .btn-primary {
  background: #99306C;
  border-color: #99306C;
  border-radius: 5px;
}

.login-page,
.register-page,
.content-wrapper {
  background: #f1f1f1;
}

@media screen and (max-width: 660px) {
  table {
    overflow-x: auto;
    display: block;
  }

  .siteModal {
    min-width: 320px;
  }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  .siteModal {
    width: 1024px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .siteModal {
    width: 991px;
  }

  .login-titulo {
    font-size: 28px;
  }

  .login-box,
  .register-box {
    width: 58%;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .siteModal {
    min-width: 780px;
  }

  .login-box-body1,
  .login-box-body {
    border-radius: 15px;
  }

  #divLogo img.user-image {
    width: 45%;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .siteModal {
    min-width: 480px;
  }

  .login-box,
  .register-box {
    width: 90%;
  }

  .login-box-body1,
  .login-box-body {
    border-radius: 15px;
  }

  #divLogo img.user-image {
    width: 40%;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .siteModal {
    min-width: 320px;
  }

  .login-box,
  .register-box {
    width: 90%;
  }

  .login-box-body1 {
    border-radius: 15px;
  }
}


.descripcionDetalle {
  white-space: break-spaces;
}