/* fontawesome */
.fa{
  font-size: 15px;
  margin-right: 5px;
}


/* button */
.btn-add {
  color: #fff;
  background-color: #2a3f53;
  border-color: #2a3f53;
  margin-bottom: 30px;
}
.btn-add:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


/* firltros */
.search_input input{
  height: 50px;
  border-radius: 0;
}
.search_input .btn-filter {
  color: #666;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  height: 50px;
  border-radius: 0;
}

/* contador de tablas */
.contador{
  padding: 30px 20px 20px;
  font-weight: 400;
  width: 100%;
}


.tr_red{
  background-color: rgba(255, 0, 0, .4) !important;
}
.tr_yellow{
  background-color: rgba(255, 235, 59, .4) !important;
}




/* formularios */
.formulario h3{
  /* border-bottom: 1px solid; */
  margin: 20px 0;
}
input,select,textarea{
  margin-bottom: 20px;
}
.has-danger label:not([class]), .has-danger label.col-form-label, .has-danger label.form-control-label {
  color: #f4516c;
}



/* sweatalert */
.swal-footer{
  text-align: center;
}
.swal-text{
  text-align: center;
}





/*paginador*/
.pag{
  width:100%;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #3d3b56;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3d3b56;
  border-color: #3d3b56;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*activo - inactivo*/
.icon-active {
    background-image: url("../img/active.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
}
.icon-inactive {
    background-image: url("../img/inactive.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
}
.icon-checked {
    background-image: url("../img/checked.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
}
.icon-unchecked {
    background-image: url("../img/unckecked.svg");
    height: 18px !important;
    width: 18px !important;
    background-size: 80%;
    background-repeat: no-repeat;
}

/*tablas*/
.table i{
  cursor: pointer;
  margin: 0 3px;
}
.table a{
  text-decoration: none;
}

/* autocomplete */
.angucomplete-dropdown {
  width: 100%;
}
.angucomplete-selected-row, .angucomplete-row:hover {
  background-color: #3d3b56;
  color: #ffffff;
}


/* pdf */
#comprobante{
  background: #fff;
  padding: 50px;
  position: relative;
  display: none;
  color: #000;
  height: 800px;
  font-size: 11px;
}
#comprobante p{
  margin-bottom: 5px;
}
#comprobante .logo{
  margin: 0 auto;
  margin-bottom: 25px;
}

/* listado  de pdf */
#listado_reportes{
  background: #fff;
  padding: 50px;
  position: relative;
  display: none;
  color: #000;
  height: 800px;
  font-size: 11px;
}
#listado_reportes p{
  margin-bottom: 5px;
}
#listado_reportes .logo{
  margin: 0 auto;
  margin-bottom: 25px;
}
