html, body
{
    height: 100%;
    width: 100%;
}


td.val
{
  border: 0;
}


td.fld
{
  background-color: #FAFFBD;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #bbb;
  font-weight: bold;
}


td.val
{
  background-color: #FAFFBD;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #bbb;
}

.btn.dropdown-toggle {
  font-weight: bold;
  background-color: #ddd;
  margin: 0px;
  padding: 2px 6px 2px 6px;
}

.form-control {
  padding: 0px 0px 0px 0px;
}

.table td {
  padding: 4px;
}

input[type=number]{
    width: 80px !important;
} 

a.navbar-nav.navbar-right.visible-lg-block, a.navbar-nav.navbar-right.visible-lg-block:hover, a.navbar-nav.navbar-right.visible-lg-block:focus {
    color: #fff;
    text-decoration: none;
}

a.nav-link {
    transition: all ease-in-out .2s;
    /*font-size: 18px;*/
    white-space: nowrap;
}

.navbar-nav > li > a:hover {
    /*text-decoration: none;*/
    color: #fff;
}

.logopng {
    margin: 30px;
}

.table tbody tr td, .table tbody tr th {
    transition: all ease-in-out .2s;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #FAFFBD;
}

.mb-0, .my-0 {
    color: #2a2a2ac7;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px; box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.cards-bck {
    font-size: 4em;
    position: absolute;
    opacity: 0.4;
    right: 10px;
    top: 20px;
    color: #2a2a2a !important;
}

.col-4.col-xs-4.col-sm-4 a {
    color: unset;
    text-decoration: none;
}

.col-4.col-xs-4.col-sm-4 a:hover {
    text-decoration: none;
}

.container {
    max-width: 60%;
    margin: 20px auto;
}

@media only screen and (max-width: 799px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .col-2{
        flex: unset;
        width: auto;
        min-width: 100%;
    }
    .navbar-nav{
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            flex-direction: row;
            align-content: center;
            justify-content: center;
    }
    #main{
        margin-top: 5rem;
    }
    .navbar{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }
    .container {
        max-width: 100%;
       margin: unset;
    }
}

