/*
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 : 3 dic 2019, 00:01:40
    Author     : gitag
*/

.form-control
{
    font-size: 0.8rem;
}

/*
.table th, .table td {
    padding: 0.35rem;
    vertical-align: middle;
  
}
*/

.form-control 
{
   height: 2rem;
   border-radius: 0rem;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.btn-sm
{
    font-size: 12px;
}


.page-item.active .page-link {
    
    background-color: #138496;
    
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.seriale
{
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
}

.card-flat {
    box-shadow: none;
    margin-bottom: 0px;
}



.btn {
    
    font-size: 0.8rem;
    
}


.nav-sidebar .nav-header:not(:first-of-type) {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-info
{
    color: #fff!important;
}

.error{
    
    font-weight: lighter!important;
    font-style: italic;
    font-size: 10px;
}

.bg-yellow-light
{
    background-color: #faf9bd!important;
}


.content-wrapper > .content {
    padding: 0 1.5rem;
}

.content-header {
    padding: 15px 1.5rem;
}

.small-box > .inner {
    padding: 18px;
}

#tblcontseg 
{
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}


#tblcontseg td
{
    padding: 8px;
    border: 1px solid #000;
    text-align: center;
}

#tblcontseg .no-border
{
    border: 0px none!important;
}

#tblcontseg .tdhead
{
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 768px) {
  #autocompaz
    {
        width: 350px;
    }
    
    #search-paziente
    {
        width: 350px;
    }
    
    
}

#cardultimoesamebody .list-group-item
{
    background-color: transparent;
}

#frm-search-paziente .bootstrap-autocomplete
{
    height: 300px;
    overflow-y: scroll;
}