html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.container-fluid {
    padding-left:30px;
    padding-right:30px;
}
body {
  margin-bottom: 60px;
}

.table {
    // background: #fff;
    background: beige;
    background-color: beige;
    /*overflow-y:auto;*/
    padding: -1rem;
    border-radius: 10px;
    /*box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);*/
}
table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background-color: beige;
}
table thead th,
    table thead th {
       // background: #1861ac;
       background:beige;
        color: #258cfb;
        font-size: 16px;
        position: sticky;
        top: -1%;
    }
    table tbody td {
        background: beige;
        padding:15px;
        border: none;
        font-weight: 600;
        font-size: 14px;
    }
table thead thQid {
        background: #1861ac;
        color: #258cfb;
        font-size: 16px;
        position: sticky;
        top: -1%;
        visibility:hidden;
    }

.input{
    border-radius:5px;
}
body {
   // background-color: beige;
}

txtModro {
    
}

.readOnly {
    pointer-events: none;
   // color: #CCC000;
   color:aqua;
    
}


