﻿.inputFact:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.inputFact{
    display: block;
    width: 95%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btnGenerateCfdi {
    padding: 6px 12px; 
    background-color: #337ab7
}

.error {
    color: red;
    font-size: 11px;
}

/*Gif Cargando*/
#status
{
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 1.75% 0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;

	/*display: none!important;*/
}
#status img
{
	height: 6.250em;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	width: 6.250em;
}

.modal-backdropFact {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdropFact.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdropFact.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}