html,
body {
    height: 100%;
    color: #000000;
    /*font-family: 'Tilt Neon','Libre Baskerville', serif;*/
    /*font-size: 18px;*/
}

h2 {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}

.help-block{
    color:red;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron h1 img {
    width: 130px;
    max-width: 100%;
}

.jumbotron .lead {
    margin-top: 30px;
    font-weight: 700;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.navbar-brand img {
    max-width: 200px;
}

.bg-blue {
    background-color: #cdeae6;
}

.bg-yellow {
    background-color: #fff3cd;
}

.bg-brown {
    background-color: #63562a;
}

.border-top-brown {
    border-top: 3px solid #63562a;
}

.kv-grid-table a {
    color: #000000 !important;
}

button.select2-selection__clear{
    color: red !important;
}

div.summary{
    color: #212529;
}

.text-center{
    text-align: center;
}
/*
.nut-table{
    margin: 0 auto;
    width: 80%;
}

 .nut-table td{
    
} */

.page {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .usage {
    position: absolute;
    top: 40px;
    line-height: 50px;
    z-index: 1000;
    color: white;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
    pointer-events: none;
  }
  h1{
    /* DJC ORIGINAL color: black; */

    font-size: 1.3em;
    font-weight: bolder;
  }
  h2{
    font-size: 1.2em;
  }
  h3{

    font-size: 0.9em;
  }

  .navbar-toggler{
    display: none !important;
  }


  /*
  .nut-table table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid black;
   }
   
   
   .nut-table table.rounded-corners th:not(:last-child),
   .nut-table table.rounded-corners td:not(:last-child) {
    border-right: 1px solid black;
   }
   
   
   .nut-table table.rounded-corners>thead>tr:not(:last-child)>th,
   .nut-table table.rounded-corners>thead>tr:not(:last-child)>td,
   .nut-table table.rounded-corners>tbody>tr:not(:last-child)>th,
   .nut-table table.rounded-corners>tbody>tr:not(:last-child)>td,
   .nut-table table.rounded-corners>tfoot>tr:not(:last-child)>th,
   .nut-table table.rounded-corners>tfoot>tr:not(:last-child)>td,
   .nut-table table.rounded-corners>tr:not(:last-child)>td,
   .nut-table table.rounded-corners>tr:not(:last-child)>th,
   .nut-table table.rounded-corners>thead:not(:last-child),
   .nut-table table.rounded-corners>tbody:not(:last-child),
   .nut-table table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: 1px solid black;
   }
   */

   .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: #0057e3;
  }
   .overlay {
    z-index: 9;
    margin: 0px;
    background: #ffffff;
    position: absolute;
    display: none;
  }

  #loading{
    animation:3s ease 0s normal forwards 1 fadein;
    -webkit-animation:3s ease 0s normal forwards 1 fadein;
    opacity:1
    }
    
    @keyframes fadein{
        0%{opacity:0}
        80%{opacity:0}
        100%{opacity:1}
    }
    
    @-webkit-keyframes fadein{
        0%{opacity:0}
        80%{opacity:0}
        100%{opacity:1}
    }

  /* css per la vista del QR mobil */

/* .qr_body{
    padding: 18px 30px 18px 30px;
} */
.card-header {
    padding: 0.75rem 0.25rem;
}

.qr_button_blockchain{
    background-color: #9f161e;
    color: white;
}

.pb-3{
    padding-bottom: 30px;
}

.card a:hover{
    text-decoration: none;
}

.c-body {
    border-top:none!important;
    border: 1px solid #000;
    border-radius: 0 0 10px 10px;
    margin-bottom: 18px;
}

.card{
    border:none!important;
}

/* .card table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }

.card th, td {
padding: 5px;
} */

.text-justify {
    text-align: justify;
  }

.pt{
    padding-top: 20px;
}

#defaultCanvas0
{
    margin-top: -30px;
/*    display: none;*/

}
/* .wrap{
margin-right: -15px;
margin-left: -15px;
} */
section div.row {
    margin:0 !important;
}


/*PROVA DE UNITAT DE MESURA DINS ELS INPUTS*/

/* Estilo para el contenedor del campo combinado */
.input-with-unit {
    display: flex;
    align-items: center;
    width: 300px; /* Ajusta el ancho según tus necesidades */
}

/* Estilo para el campo de entrada */
.input-with-unit input {
    flex: 1;
    margin-right: 5px; /* Espacio entre los campos */
}

/* Estilo para la unidad de medida */
.unit-label {
    border-radius: 0px 5px 5px 0px;
    font-weight: bold;
    padding: 6.5px;
    background-color: #ccc;
    margin-top: 16px;
    margin-left: -32px;
}

#peu a{
    color:#3e415c;
}

/* <div class="input-with-unit">
<?= $form->field($model, 'cp')->textInput(['maxlength' => true]) ?>
<span class="unit-label">kg</span>
</div> 

FI PROVA
*/