body{
    background: url(../img/pattern.png) repeat ;
}
h1,h2,h3,h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.input-5{
    width:50%;
}
.input-7{
    width: 70%;
}
.text-align-right{
    text-align: right;
}
.mayus{
    text-transform: uppercase;
}
.peq{
    font-size: 0.8rem;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 150px;
    opacity: .9;
    margin:0 auto;
}
.quitar{
    display:none;
}
.ini_sesion{
    font-family: 'Roboto', sans-serif;
    background: #ecf0f1;     
    border-radius:5px;
    -webkit-box-shadow: 2px 2px 15px 0.5px #A6A6A6;
    box-shadow: 2px 2px 15px 0.5px #A6A6A6;
}
.ini_sesion form{
    padding:50px;   
}
.ini_mensaje{
    padding:50px;
    background:#fff;
    color:#272727;
    border-radius:5px;
}
.form-login .btn-login span{
    display: none;
    margin-right: 10px; 
}
/* NAVBAR ESTILOS */
.navbar a{
    color:#424242;
    font-weight: 400;
    transition: ease 0.3s;
}
.navbar a:hover{
    color:#000;
    text-decoration:underline;
}
/* ADMINISTRADOR ESTILOS */
.content-modulos{	
    height:100%;
    margin-bottom:50px;		      
}
.content-modulos .modulo{  
    background: #f8f9fa;
    padding:15px;       
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius:5px;
	width:100%;  
}
.modulo .formulario{
    padding:20px;
}
.administracion{
    border:1px solid rgba(0, 0, 0, 0.1) !important;
}
/* INVENTARIO  */
.tabla-inventario{
    font-size:12px;
}
.tabla-height{
    height: 300px;
}
.tabla-height-caducar{
    height: 392px;
}
input{
	border:1px solid #ced4da;
	padding:.375rem .75rem;
	border-radius:.25rem;		
}
select{	
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* PÁGINA DE INGRESOS */
#formularioIngreso label, #formActualizar label{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}
/* FACTURA  */
#numFactura{
    width:150px;
}
.boton-factura{
    margin:auto;
}
.form-inline .form-group{
    margin-bottom: 20px;
    float: right;
    vertical-align: middle;
}
.totales-factura input{
    text-align:right;
}
.error{
    background-color: #E74F4F;
    position: absolute;
    top: 0;
    padding: 10px 0 ;
    border-radius:  0 0 5px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}
/* RECIBO */
.head-recibo{    
    text-align: center;
    margin:0 auto;
    padding:20px;    
    background:#3c6382;
	color:#fff;
	font-size: 14px;
}
.head-recibo .img-logo-recibo img{
    width:200px;
    margin-top:10px;
    margin-bottom:30px;
    font-family: 'Source Sans Pro', sans-serif;
}
.input-recibo label{
    font-family: 'Source Sans Pro', sans-serif;
}
.input-recibo input{
	width:300px;		
}
.drogsalud-1{
    background-color: #3f2a98;
    color:#fff;
    transition: all ease .3s;
}
.drogsalud-1:hover{
    color:#3f2a98;
    background:#ece9fc;
}
.drogsalud-2{
    background-color: #89ca03;
    color:#fff;
    transition: all ease .3s;
}
.drogsalud-2:hover{
    color: #89ca03;
    background:#f8fded;
}
/* tabla de expiracion */
.tabla1 thead {
    cursor: pointer;    
}
.page-link{
    background-color: #f8f9fa;
}
a.page-link{
    color:#272727;
}