/* backend.css */
body.prelogin {
  background: #042842;
}
#login {
  padding-top: 50px;
}
/* Contenedor central */
main {
  padding: 10px 30px;
}
[ng-cloak] {
  display: none;
}
/* Espaciado de elementos hijos de tabla Instituciones */
table.tree td.child {
  padding-left: 30px !important;
}
/* Estilos para selector de fecha */
input[date-picker] {
  cursor: pointer !important;
  /*background-color: #fff !important;*/
}
/* Formulario de creación de sujeto pasivo */
div.create-user {
  background-color: #EFEFEF;
  padding: 10px;
  margin-bottom: 10px;
}
div.create-user div.form-group:last-child {
  margin-bottom: 0;
}
div.identification {
  width: 100% !important;
}
div.identification select {
  width: 24% !important;
  margin-right: 1%;
}
div.identification input {
  width: 75% !important;
  border-radius: 4px !important;
}
div.identification .pasaporte-input {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.modal-dialog {
  padding-top: 10%;
  width: 800px;
}
.modal-body {
  overflow: hidden;
  padding: 15px 25px;
}
fieldset legend {
  margin-bottom: 15px !important;
}
html {
  height: 100%;
}
body {
  position: relative;
  padding-bottom: 350px;
  min-height: 100%;
  /* padding-top: 70px; */ /* comentado por jfuentes */
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.edit-field-directive span {
  height: 26px;
  padding: 3px 16px;
}
.edit-field-directive input {
  margin-right: 3px;
}
.well h3:first-child {
  margin-top: 0px;
}
#home-container .home-item {
  height: 120px;
  display: block;
  cursor: pointer;
  font-size: 15px;
  background-color: transparent;
  color: #2A6496;
}
#home-container .home-item .glyphicon {
  font-size: 35px;
  display: block;
  margin: 3px 0px 9px 0px;
}
#home-container .home-item:hover {
  text-decoration: none;
  background-color: #D4E2E3;
}
/* temporal */
[data-toggle="popover"] {
  display: none;
}
.has-error .form-control {
  border: 2px solid #ebccd1 !important;
  color: #a94442 !important;
}
.has-error table th {
  color: #a94442 !important;
}
.tab-content {
  padding: 30px 0;
}
.panel-status {
  margin-top: 0px;
}
.panel-login {
  border: none;
}
.panel-login .panel-body {
  padding-top: 0;
}
.panel-prelogin {
  border: 0;
}
.panel-prelogin .panel-heading {
  background: white;
  border: none;
  padding-top: 0;
}
.panel-prelogin .panel-heading h3 {
  color: #00487A;
  font-size: 36px;
  font-weight: 100;
  margin: 0;
}
.panel-prelogin .panel-heading p {
  color: #00487A;
  font-size: 24px;
  font-weight: 100;
  margin: 0;
}
.panel-prelogin .panel-heading:after {
  content: 'caca';
  display: block;
  background: url(../img/maleta.png);
  width: 277px;
  height: 218px;
  position: absolute;
  top: 20px;
  right: -20px;
}
.panel-prelogin .panel-body {
  background: #006BB7;
  padding-bottom: 0;
  border-bottom: 10px solid #7d7d7d;
}
.panel-prelogin .panel-body .nav-tabs {
  border: none;
}
.panel-prelogin .panel-body .nav-tabs a {
  border: none;
  background: #E1F2FF;
  font-size: 24px;
  font-weight: 100;
  color: #006CB7;
}
.panel-prelogin .panel-body .nav-tabs a:hover {
  border: none;
  background: #E1F2FF;
  color: #006CB7;
}
.panel-prelogin .panel-body .tab-area {
  overflow: hidden;
  background: #E1F2FF;
}
.panel-prelogin .panel-body .tab-area h4 {
  color: #616D7B;
  font-weight: bold;
}
.filter-table-module .button-container {
  margin-top: 25px;
}
.nav-perfil {
  font-weight: bold;
  background: #021523;
  color: white;
  padding: 10px 0;
  text-align: right;
  margin-bottom: 20px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.background-none {
  background-image: none !important;
}
.hover-container .show-on-hover {
  visibility: hidden;
}
.hover-container :hover .show-on-hover {
  visibility: visible;
}
.search-pasaporte {
  width: 100% !important;
}
.search-pasaporte select {
  width: 28% !important;
  margin-right: 1%;
}
.search-pasaporte input {
  width: 50% !important;
  border-radius: 4px !important;
}
.search-pasaporte button {
  width: 20% !important;
  margin-left: 1%;
}
.animate-show {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  position: relative;
  left: 0px;
}
.animate-show.ng-hide {
  display: block !important;
  position: absolute;
  left: -3000px;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-show.ng-move,
.animate-show.ng-enter,
.animate-show.ng-leave {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-show.ng-leave.ng-leave-active,
.animate-show.ng-move,
.animate-show.ng-enter {
  opacity: 0;
  max-height: 0;
}
.animate-show.ng-leave,
.animate-show.ng-move.ng-move-active,
.animate-show.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 40px;
}
/*Reportes*/
.label-custom {
  font-size: 65%;
}
#reporte-container .list-header {
  cursor: default;
}
.div-table {
  overflow: auto;
}
.form-error {
  padding: 20px;
  font-size: 14px;
  margin-bottom: 30px;
}
.audiencias-table {
  overflow: auto;
}
.solicitudes-table {
  overflow: auto;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #2A6496;
  border-color: #2A6496;
}
.admin-sol-audiencias-acciones {
  min-width: 130px;
}
.admin-solicitudes-audiencia h3 {
  margin-bottom: 20px;
}
.admin-solicitudes-audiencia .form-actualiza-solicitud {
  margin-bottom: 50px;
}
.admin-solicitudes-audiencia .form-actualiza-solicitud .form-group {
  margin-top: 30px;
}
.admin-solicitudes-audiencia .enlace-form {
  font-size: 14px;
}
.admin-solicitudes-audiencia table th {
  min-width: 80px;
}
#form-sujetos-pasivos label {
  text-align: left;
}
/*Cambio estado*/
.margin-l-5 {
  margin-left: 5px;
}
.tool-vacaciones:before {
  content: "\e803";
  font-family: "vacation";
  font-size: 35px;
  display: block;
}
.error {
  border: 2px solid #ebccd1;
  color: #a94442;
}
.margin-top-25 {
  margin-top: 25px;
}
/*Rechar solicitud - mensaje personalizado*/
#contenido-modal h3 {
  font-size: 18px;
}
#contenido-modal h4 {
  font-size: 16px;
  line-height: 1.4;
}
#contenido-modal .prev-email {
  padding: 30px;
}
#contenido-modal .prev-email p {
  font-size: 16px;
  color: #333333;
}
/*Reportes CPLT*/
.reportes-cplt .centrado {
  text-align: center;
}
/*Tooltip asistentes */
.tooltip {
  width: 200px;
  font-weight: bold !important;
}