body,
.body{
    font-size: 14px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ecf0f5;
}

.waves-ripple{
    display:none;
}
.panel{
    background-color: white;
}

.body table{
    background-color: white;
    font-size: 0.9rem;    
    margin: 20px;
    width: -webkit-fill-available;
}

.body table tr{
    border-bottom: 1px solid #ddd;
}
.body table tr:hover{
    border-bottom: 1px solid #aaa;
    background-color: #f5f5f5;
}

.body table tr td input.right{
    text-align: right;
}

.body .form-group{
    margin: 0.5rem 0;
}

.body .form-control{
    padding: 4px;
    height: auto;
    line-height: normal;
    font-size: initial;
}
.body table tr th{
    background-color: #357ca5;
    color: white;
    border: 1px solid white;
    text-align: center;
}

.body label{
    font-size: 0.9rem;
    font-weight: bold;
}

.bold{
    font-weight: bold;
}
.span-response{

}

.span-response.error{
    color: red;
}

.panel{
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 20%) 0 0px 10px;
    border-collapse: collapse;
}


@media (max-width: 768px) {
    .navbar-expand-md {
        font-size: 150%;
    }
}

.autocomplete-items{
    background-color: #FBFBF9;
    border: 1px solid #eee;
    border-radius: 5px;
    max-height: 250px;
    min-width: 400px;
    overflow: auto;    
}

.autocomplete-item{
    padding: 2px;
    cursor:pointer;
}
.autocomplete-item:hover{
    background-color: #eee;
}

.autocomplete-item.autocomplete-active{
    background-color: #555;
    color: white;
}

.head nav{
    font-size: 12px;
    background-color: #357ca5 !important;
}

.new-item{
    padding: 4px;
    font-weight: bold;
}

.new-item a{
    cursor: pointer;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
}
}