﻿@import url('ReferenceTheme.WebPatterns.Patterns_SilkUI.Plain.css?9764');
@import url('ReferenceTheme.WebPatterns.Patterns_Dublin.Plain.css?9764');
@import url('ReferenceTheme.DublinTheme.DublinTheme.Plain.css?1386');

/*Theme.Inviolavel.css*/
.Header {
    background-color: #000;
}

.Menu {
    background: -webkit-linear-gradient(90deg, #161616 0%, #202020 100%);
    background:    -moz-linear-gradient(90deg, #161616 0%, #202020 100%);
    background:     -ms-linear-gradient(90deg, #161616 0%, #202020 100%);
    background:      -o-linear-gradient(90deg, #161616 0%, #202020 100%);
    background:         linear-gradient(0deg, #161616 0%, #202020 100%);
    background-color: #161616;
    background-color: #4a4949;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 60px;
    width: 300px;
    z-index: 5;

    
}

.LabelStatus{
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    border-radius: 30px !important;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    cursor: default;
}
.LabelStatus.Ativo{
    background: #e7f8d9;
    color: #4aba58;
}

.LabelStatus.Inativo{
    background:#f7d9d9;
    color:#b54848; 
}

.LabelStatus.Atencao{
    background: #f7eed7;
    color: #b79a49;
}

.Form textarea.ReadOnly[readonly="readonly"], 
.Form input.ReadOnly[readonly="readonly"], textarea[readonly="readonly"], input[readonly="readonly"] {
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: none !important;
    cursor: not-allowed;
}


.ButtonGroup_button.Button{
    display: inherit !important;
}
.ButtonGroup_button.Button.active{
    background-color: #82b660 !important;
    color: #000 !important;
}