@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/* fuentes
Cuerpo: font-family: 'Lato', sans-serif; font-family: 'Open Sans', sans-serif;
Titulos: font-family: 'Montserrat', sans-serif;
*/

#logo{max-height:50px;}
.acciones .btn{margin:0px 3px 0px 3px;}
td.details-control {background: url('images/details_open.png') no-repeat center center;cursor: pointer;}
tr.shown td.details-control {background: url('images/details_close.png') no-repeat center center;}
.campos{margin-bottom:1.3%;}
label.error{display:block; text-align:center; color:#fff; background:red;}
.footer {margin-top:10px;min-height: 60px;background-color: #f5f5f5;
}
/*  login */
#logo-login{text-align:center; margin-left:auto; margin-right:auto;}
.form-signin{max-width: 330px;padding: 15px;margin: 0 auto;}
.form-signin .form-signin-heading, .form-signin .checkbox{margin-bottom: 10px;}
.form-signin .checkbox{font-weight: normal;}
.form-signin .form-control{position: relative;font-size: 16px;height: auto;padding: 10px;-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;box-sizing: border-box;}
.form-signin .form-control:focus{z-index: 2;}
.form-signin input[type="text"]{margin-bottom: -1px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.form-signin input[type="password"]{margin-bottom: 10px;border-top-left-radius: 0;border-top-right-radius: 0;}
.account-wall{ margin-top: 20px;padding: 40px 0px 20px 0px;background-color: #f7f7f7;-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);   -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.login-title{ color: #555; font-size: 18px;font-weight: 400; display: block;}
.notificaciones {border-radius: 5px;
  background: #ff0000;
  font-size: 11px;
  color:#fff;
  padding: 2px 6px;
  margin-left: 4px;}


/* Agregado */
.information {
  position: relative;
  display: inline-block;
}
.information i {
  font-size: 18px;
  color: #222;
  cursor: pointer;
}
.information span {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 300px;
  left: 150%;
  top: 50%;  
  -webkit-transform: translateY(-50%);  
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111;
  background-color: #ffeea7;
  font-size: 11px;
  font-family: arial, sans-serif;
  padding: 5px;
  border: solid 1px #d3c58d;
  z-index: 9;
  line-height: 130%;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.information span:before {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);  
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #d3c58d;
}
.information:hover span {
  opacity: 1;
  pointer-events: all;
}

.btn-circle {
  width: 25px !important;
  height: 25px !important;
  text-align: center !important;
  padding: 3px 0 !important;
  font-size: 12px !important;
  line-height: 1.428571429 !important;
  border-radius: 15px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbbbbb !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbbbbb !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbbbbb !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bbbbbb !important;
}