/*
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: #ffc107;
    
}

.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;
    }
}

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


.input-group-text-dark {
    
    color: #ffffff;
    background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
    border: 1px solid #343a40;
    
}

    .overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000!important;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #ffc107;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


.fc .fc-timegrid-slot {
    height: 3em;
    border-bottom: 0;
}

.fc-timegrid-event .fc-event-main {
    padding: 5px;
}


#cardnote .direct-chat-text {
    
    margin-left: 0px;
}

#cardnote .direct-chat-name {
    font-size: 0.8em;
}