﻿.scmm-loading-field 
{
    width: 30px;
    float: left;
    margin-left: 10px;
    height: 25px;
}

table.table thead tr th {
    text-align:left;
    font-weight:bold;
    background-color:#1F334A !important;
    color:#fff
}

.btn-small 
{
    padding: 1px 7px;
}

i.requirido 
{
    color: Red;
    font-weight: bold;
}

.radio-label 
{
    position: relative;
    top: 3px;
}

.scmm-modal .modal-header 
{
    border-radius: 6px 6px 0 0;
    border-bottom: none !important;
}
    
.scmm-modal .modal-footer {
    border-top: none !important;
    box-shadow: none !important;
}

.scmm-modal .modal-body 
{
   font-weight: bold;
}
    
.modal-error 
{
    color: #B94A48;
}
     
.modal-error .close 
{
    color: #B94A48 !important;
}
     
.modal-error .modal-header 
{
    background-color: #EED3D7 !important;
}
    
.modal-error .modal-body {
    --background-color: #F2DEDE !important
}
    
.modal-error .modal-footer {
    background-color: #EED3D7 !important;
}

.modal-alerta 
{
    color: #C09853;
}
     
.modal-alerta .close 
{
    color: #C09853 !important;
}
     
.modal-alerta .modal-header 
{
    background-color: #FBEED5 !important;
}
    
.modal-alerta .modal-body {
    --background-color: #FCF8E3 !important
}
    
.modal-alerta .modal-footer {
    background-color: #FBEED5 !important;
}

.modal-sucesso 
{
    color: #3A87AD;
}
     
.modal-sucesso .close 
{
    color: #3A87AD !important;
}
     
.modal-sucesso .modal-header 
{
    background-color: #BCE8F1 !important;
}
    
.modal-sucesso .modal-body {
    --background-color: #D9EDF7 !important
}
    
.modal-sucesso .modal-footer {
    background-color: #BCE8F1 !important;
}

.modal-confirmacao 
{
    color: #646464;
}
     
.modal-confirmacao .close 
{
    color: #646464 !important;
}
     
.modal-confirmacao .modal-header 
{
    background-color: #c3c3c3 !important;
}
    
.modal-confirmacao .modal-body {
    --background-color: gray !important
}
    
.modal-confirmacao .modal-footer {
    background-color: #c3c3c3 !important;
}
        
.topbar .title {
    position: relative;
    float: right;
    color: #fff;
    font-size: 1.4em;
    text-align: right;
    clear:right;
    padding-right: 0.5em;
    padding-top: 0px;
}

.container, .container-fluid, .topbar
{
    min-width: 250px;
}

.breadcrumbs .container-fluid
{
    width: auto;
    background: #131f2d;
}


.no-lines th, .no-lines td 
{
    border-top: none !important;
}

.breadcrumbs-info {
    color:#aaf; 
    float:right; 
    font-weight:bold; 
    font-size: 0.9em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.breadcrumbs-info .user 
{
    color:#ccc
}


.breadcrumbs-info .ambiente 
{
    color:#faa
}

.breadcrumbs-info .servertime 
{
    color:#fff
}

.relative-top-3 
{
    position: relative;
    top: 3;
}


.dataTables_scroll {
    clear: both;
}

.dataTable-scroll-x
{
    max-width: none !important;
}


@media (max-width: 806px) {
    
    .topbar .title {
        position: relative;
        float: right;
        color: #fff;
        font-size: 1.2em;
        text-align: right;
        padding-right: 0.5em;
    }

    h2 {
        margin: 0;
        font-family: inherit;
        font-size: 1.3em;
        font-weight: 800;
        line-height: 1;
        color: inherit;
        text-rendering: optimizelegibility;
        padding-top: 0px;
        padding-bottom: 10px;
    }

}

@media (min-width: 766px) { 
    .main-nav li 
    {
        display: list-item !important;
    }       
}

        
/*@media (max-width: 766px) 
{
    .navi 
    {
       position:fixed;
        display: block;
        position: absolute;
        top: 108px;
    }
}*/

.Panel {
    width: 400px;
    height: 350px;
    background-color: #FFFFFF;
    overflow: auto;
}

.logout {
    background-color: #162434;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0em;
    -webkit-margin-end: 0em;
    padding: 5px;
}
