/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25-may-2019, 19:00:00
    Author     : DTT
*/

body {
    background: url(../imatges/bg.png) no-repeat center fixed;
    background-size: cover;
    height: 100%;
}

.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 15px 6px -6px #777;
}

label {
    font-weight: bold;
}

div {
    border-style: none;
    border-color: black;
    align-items: center;
}

select {
    height: 30px;
}

.columna {
    font-weight: bold;
    width: 30%;
    text-align: right;
}

tr.border_bottom td {
    border-bottom: 1pt solid black;
    border-right: 0pt;
    border-left: 0pt;
    border-top: 0pt;
}

tr.sin_bordes td {
    border-bottom: 0pt;
    border-right: 0pt;
    border-left: 0pt;
    border-top: 0pt;
}

tr.fuente_negra td {
    color: black;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: white !important;
}

.dataTables_wrapper .dataTables_length select {
    background-color: white !important;
}
