.table>tbody>tr>td, 
.table>tbody>tr>th, .table>tfoot>tr>td, 
.table>tfoot>tr>th, .table>thead>tr>td, 
.table>thead>tr>th{
	padding: 8px !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events:auto !important;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-azul{
	color: #fff;
    background-color: #238aa9;
    border-color: #279bbe;
}
.sweet-alert {
    width:  850px;
}

#getQue label:nth-child(+n+2){
    margin-top: 10px;
}