﻿
.body.scrollfijo {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  width: 100%;
  min-width: 1000px;
}





/*Estilo mensaje de error autocomplete*/
.k-widget.k-tooltip-validation {
  color: #d50000;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 36px;
  min-width: 120px;
  font-size: 12px;
  text-align: left;
  z-index: 9999;
  left: 0;
}

/*Estilo mensaje de error mdinputborder */
input.mdinputborder + div + span.k-tooltip {
  top: 28px;
}

.k-widget.k-tooltip-validation span {
  color: #d50000;
  display: none;
}


.k-widget.k-tooltip-validation {
  position: inherit;
}

/*Estilo mensaje de error mdinputborder */
input.mdinputborder + div + span.k-tooltip {
  top: 28px;
}


input.mdinputborder {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  transition: border-color 250ms cubic-bezier(.455, .03, .515, .955);
  outline: 0;
  width: 100%;
}

  input.mdinputborder:focus {
    border-bottom: 1px solid #002A75;
  }

  input.mdinputborder + div::before {
    box-sizing: border-box;
    background-color: #002A75;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    transition: .5s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
  }

  input.mdinputborder:focus + div::before {
    transform: scaleX(1);
    visibility: visible;
  }

#dvTxtCorreo, #dvTxtNombre {
  width: 100%;
}

.dvInlineField {
  height: 26px
}

.mdinputborder.k-input + div + label.lblflotante.mdinlinefieldlabel {
  color: #9e9e9e;
  top: 0;
  font-weight: 300;
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
  pointer-events: none;
}

.mdinputborder.k-input:focus + div + label.lblflotante.mdinlinefieldlabel, .mdinputborder.k-input.con-datos + div + label.lblflotante.mdinlinefieldlabel {
  font-size: 12px;
  transform: translateY(-20px);
  transition: all 250ms cubic-bezier(.455, .03, .515, .955);
}

#dvEdicionUsuario input {
  box-shadow: none;
}

.logosider {
  width: 200px;
  background-color: transparent;
}


.maincontent.login {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/home-background.jpg');
}


.dvcopyrightfooter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  font-size: 12px;
  text-align: left;
  justify-content: center;
}

  .dvcopyrightfooter a {
    margin: 0 auto;
  }

.logo-bdo {
  max-height: 70px;
  width: auto;
}



/*estilos logo*/
.logosider.con-fondo {
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  height: 77.1875px;
  justify-content: center;
  line-height: 20px;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  max-width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: static;
  right: 20px;
  text-size-adjust: 100%;
  top: 10px;
  unicode-bidi: isolate;
  width: 390px;
  z-index: 1000;
}


.logosider.con-fondo {
  position: fixed;
  left: 75px;
  top: 75px;
  margin: 0;
}
