/*!
* asignaciones
* @class asignaciones
* @author mfyance
*/
/*!
* config stylus
* @module config
* @author mfyance
*/
/*!
* Layout
* @module all_modules
* @class content
* @author mfyance
*/
html,
body {
  position: relative;
  margin: 0;
  padding: 0px !important;
  height: 100%;
  overflow-y: hidden;
}
.ico_loading_data {
  position: relative;
  width: 100%;
  height: 150px;
}
.ico_loading_data >div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
  margin: auto;
  text-align: center;
}
.ico_loading_data >div >img {
  width: 30px;
  height: 30px;
}
.capa_loading {
  position: absolute;
  width: 100%;
  height: 50%;
  text-align: center;
}
.capa_loading div {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 40px;
}
.capa_loading div em {
  display: block;
}
.capa_loading div img {
  width: 100%;
  max-width: 40px;
}
.spinner_loading {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(127,0,135,0.72);
}
.spinner_loading .spinner6 {
  visibility: visible;
}
.content-field {
  display: inline-table;
  border: none;
  background-color: transparent !important;
}
.form-group {
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: bottom;
}
#info {
  border: none;
  line-height: 1rem;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 0.8rem;
}
#webmaster {
  font-size: 0.8rem;
}
.inicio {
  font-family: 'lubalin-demi';
  background-color: #363439;
}
.inicio #formulario {
  width: 38%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 490px) {
  .inicio #formulario {
    width: 100%;
  }
}
.inicio .content_form {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  min-width: 320px;
  max-width: 600px;
  padding: 40px 50px;
  background: #6000ff;
  border-left: 1px solid #4600ba;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 635px) {
  .inicio .content_form {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 490px) {
  .inicio .content_form {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 320px) {
  .inicio .content_form {
    padding: 20px 10px;
    min-width: 290px;
  }
}
.inicio .content_form .title_login {
  font-family: "lubalin-demi";
  font-weight: bold;
  word-break: break-word;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-align: center;
  color: #fff;
  padding-bottom: 25px;
  font-size: 4rem;
  line-height: 3.5rem;
  padding-top: 60px;
}
@media only screen and (max-width: 980px) {
  .inicio .content_form .title_login {
    font-size: 3rem;
    line-height: 2.5rem;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 635px) {
  .inicio .content_form .title_login {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .inicio .content_form .title_login {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .inicio .content_form .title_login {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.inicio .content_form .logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
.inicio .content_form .logo img {
  max-width: 200px;
  height: 100px;
  margin: auto;
}
@media only screen and (max-width: 980px) {
  .inicio .content_form .logo {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 635px) {
  .inicio .content_form .logo {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .inicio .content_form .logo {
    margin-top: 25px;
  }
  .inicio .content_form .logo img {
    height: 60px;
  }
}
.inicio .content_form .form_field {
  margin-top: 20px;
}
.inicio .content_form .inputs {
  display: table;
  width: 100%;
}
.inicio .content_form .inputs i {
  color: #00ddb5;
  vertical-align: -8px;
}
.inicio .content_form .inputs input {
  color: #000;
}
.inicio .content_form .inputs input[type=text],
.inicio .content_form .inputs input[type=password] {
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.inicio .content_form .inputs input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -moz-box-shadow: 0 0 0px 1000px #fff inset;
}
.inicio .content_form .inputs >div {
  display: table-cell;
}
.inicio .content_form .inputs >div:first-child {
  width: 10%;
  text-align: center;
}
.inicio .content_form .inputs >div:last-child {
  width: 90%;
}
.inicio .content_form .btn {
  margin-top: 20px;
  width: 100% !important;
  height: inherit !important;
  color: #7f0087;
  letter-spacing: 2px;
}
.inicio .content_form .btn:hover {
  color: #6000ff;
}
.inicio #alert {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background-color: #ea5343;
  text-align: center;
  opacity: 0;
}
.inicio #alert.active {
  z-index: 2;
  opacity: 1;
}
.inicio #alert p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.inicio #alert i {
  display: inline-block;
  font-size: 14px;
  vertical-align: 1px;
}
.inicio #alert span {
  display: inline-block;
  padding-left: 10px;
}
.inicio #wrap {
  background: url("../../../../../img/inicio/laptop.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 38%;
}
@media only screen and (max-width: 490px) {
  .inicio #wrap {
    display: none;
  }
}
.inicio .text_ambiente {
  color: #ff0;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .inicio .text_ambiente {
    font-size: 1.26rem;
  }
}
.inicio .growl-animated.alert-info {
  background: #6000ff !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.inicio .growl-animated.alert-success {
  background: #00ddb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.inicio .growl-animated.alert-warning {
  background: #ff7741 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.inicio .growl-animated.alert-danger {
  background: #df0202 !important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
