.btn-login{
    background-color: #2349ab;
}
 
.infoUsuarioLogin{
    color: white;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.5rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-left: 0.5rem;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 80px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;	
    background-color: #2349ab;
}

.tableHead {	
	background-color: #2349ab;	
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

