/* html elements */

html,
body {
height: 100%;
background: url('https://laboitealivres.com/admin/template/bg_body.jpg') center center no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 22px;
}

/* Form elements */

.btn-left {
    text-align: left;
}

/* Table elements */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

thead {
    font-size: 0.8rem;
}

.dataTables_filter input, .dataTables_length select {
    height: 40px;
    margin-left: 0.5em;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.dataTables_filter input:focus, .dataTables_length select:focus {
    border: 1px solid #CCC;
    outline: 1px solid #00CC33;
}

.popover { max-width: 100% !important; }


/* Footer elements */

footer {
	font-size: 12px;
	color: #999;
}

footer a {
	color: #999;
}

footer a:focus, a:hover {
	text-decoration: none;
}