﻿.imgLogo
{
    max-width:100%;
}

.imgLogoLogin {
    width: 100%;
}

#main-content {
    min-height: 93vh;
}

.btAlterarEstado {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    color: #FFFFFF;
}

/* Theme switcher swatches */
.theme-swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.15);
}
.theme-option.theme-active { font-weight: bold; }

/* Sticky table headers */
.general-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f5f5f5;
}

/* Breadcrumb compacto */
.breadcrumb {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 8px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}