html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-size: 12px;
  font-family: Montserrat-Regular, Montserrat;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

input[type="Button"]:focus {
  outline: none;
  border: none;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="textarea"] {
  outline: 0px !important;
  font-family: Montserrat-Regular, Montserrat;
}


footer {
  width: 100%;
  height: 20px;
  bottom: 0;
  position: absolute;
  padding: 0px;
  margin: 0px;
  background-color: #F4F4F4;
  color: #8A8A8A;
  font-family: Montserrat-Regular, Montserrat;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}

footer:hover {
  color: #383737;
}

.login {
  background: #F4F4F4;
  overflow: hidden;
  width: 280px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.login_Titulo {
  color: #575757;
  width: 100%;
  width: 100%;
  text-align: center;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: normal;
}

.login_olvidastes {
  cursor: pointer;
  color: #8A8A8A;
  font-size: 15px;
}

.login_olvidastes:hover {
  color: #383737;
}

.login_boton {
  border: 0;
  background: #B62A2D;
  color: white;
  cursor: pointer;
  height: 32px;
  font-size: 15px;
  font-family: Montserrat-Regular, Montserrat;

}

.login_boton:focus {
  outline: none;
  border: none;
}

.login #progressLogin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.login_tamanoIcono {
  width: 50px;
  height: 50px;
}

.login_fieldlist {
  margin: 0 0 -2em;
  padding: 0;
}

.login_fieldlist li {
  white-space: normal;
  list-style: none;
  margin: 10px;
}

.login_label {
  display: block;
  color: #575757;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0px;
}

.login input[type="text"],
.login input[type="password"],
.login input[type="email"] {
  border: 0;
  color: #3a3a3a;
  height: 32px;
  font-family: Montserrat-Regular, Montserrat;
  font-size: 13px;
  font-weight: normal;
  color: #3A3A3A;
}

.login .k-progressbar {
  border-radius: 0px;
}

.login span.k-widget.k-tooltip-validation {
  font-size: 12px;
  font-weight: normal;
  color: #c11d35;
  margin-top: 5px;
}

.login_input_text {
  height: 2.13em;
  text-indent: .33em;
  line-height: 1.6em;
  padding: 2px .3em;
  outline: 0;
}


/* Notificaciones */


.NotificarValidacionesG,
.NotificarValidaciones,
.NotificarValidaciones_warning,
.NotificarValidaciones_info,
.NotificarValidaciones_required {
  color: white;
  position: absolute;
  opacity: 0;
  display: none;
  z-index: 555000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: indianred;
  height: 30px;
  width: auto;
  min-width: 200px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 5px -2px #666;
  -moz-box-shadow: 3px 3px 5px -2px #666;
  -ms-box-shadow: 3px 3px 5px -2px #666;
  -o-box-shadow: 3px 3px 5px -2px #666;
  box-shadow: 3px 3px 5px -2px #666;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.NotificarValidaciones_warning {
  background: #c21c35;
}

.NotificarValidaciones_info {
  background: #47B350;
}

.NotificarValidaciones_required {
  color: black;
  background: #ffff00;
}


#ventanaAvisoVencimiento .avisoPago {
  width: 550px;
  height: 235px;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -100px;
  border: 8px solid #cccccc;
  z-index: 999999999999;
  -webkit-animation: colorBorder-change 1s infinite;
  -moz-animation: colorBorder-change 1s infinite;
  -o-animation: colorBorder-change 1s infinite;
  -ms-animation: colorBorder-change 1s infinite;
  animation: colorBorder-change 1s infinite;
}

@keyframes colorBorder-change {
  0% {
    border-color: #cccccc;
  }

  25% {
    border-color: #cccccc;
  }

  75% {
    border-color: #C21C35;
  }

  100% {
    border-color: #C21C35;
  }
}

@-webkit-keyframes colorBorder-change {
  0% {
    border-color: #cccccc;
  }

  25% {
    border-color: #cccccc;
  }

  75% {
    border-color: #C21C35;
  }

  100% {
    border-color: #C21C35;
  }
}

#ventanaAvisoVencimiento .panelAvisoPago {
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 200%;
  background-color: #f4f4f4;
  -webkit-animation: color-change 1s infinite;
  -moz-animation: color-change 1s infinite;
  -o-animation: color-change 1s infinite;
  -ms-animation: color-change 1s infinite;
  animation: color-change 1s infinite;
}

@keyframes color-change {
  0% {
    color: #000000;
  }

  25% {
    color: #000000;
  }

  75% {
    color: #C21C35;
  }

  100% {
    color: #C21C35;
  }
}

@-webkit-keyframes color-change {
  0% {
    color: #000000;
  }

  25% {
    color: #000000;
  }

  75% {
    color: #C21C35;
  }

  100% {
    color: #C21C35;
  }
}

#ventanaAvisoVencimiento .iconCerrar {
  width: 35.3px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
}

#ventanaAvisoVencimiento .bodyAviso {
  width: 530px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  line-height: 30px;
}

.ReporteMaster .CajaIconos {
  position: relative;
  z-index: 10010;
  text-align: right;
  background: white;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-box-flex: 0 0 20px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 20px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 20px;
  /* Chrome */
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.ReporteMaster_displayColum {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.clearable {
  background: #fff url("https://static1.naanix.com/naanix_img/controles/icono_busqueda.svg");
  background-position: 1% 50%;
  background-repeat: no-repeat;
  background-size: 25px 20px;
  transition: background 0.4s;
}

.paddingtext,
.contenedor .textFilter,
.contenedor .clearable,
.contenedor .iconSearch,
.clearablev2 {
  padding-left: 30px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}