/*
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 nov. 2022, 13:53:34
    Author     : jlman
*/

input[type="checkbox"] {
    color:#000;
    font-size:14px;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}
.dvLoading {
    background: #333;
    padding: 15px 10px 15px 10px;
    border: 3px solid #ddd;
    border-radius: 10px;
    color: #ddd;
    font-size: 12pt;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    text-align: center;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 60px;
    margin-left: -180px; /* -1 * image width / 2 */
    margin-top: -30px; /* -1 * image height / 2 */
}

.bdRow {
    vertical-align: middle;
    border-bottom: solid 1px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.bdRow col {
    vertical-align: middle;
}

.bdRow:nth-child(odd) {
    background-color: rgba(222, 222, 222, 0.25);
}

.tblAliment {
    border-radius: 10px;
    border: solid 1px #ddd;
    max-height: 500px;   /* Just for the demo          */
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;  /* Hide the horizontal scroll */
}

#footer {
    padding: 3em 5em 0em 5em;
}

.block-logo {    
    /*background-color: #448baa;*/
    background-color: #366f88;
    /*background-color: #e37682;*/
    /*background-color: #fafafa;*/
    color: #636363;
    border: #366f88 5px solid;
    border-radius: 0.5em;
    padding: 25px;
}  

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #636363;
  text-align: center;
}

.carousel-inner > .item > img {
    width:auto;
    height: 100% !important;
}