﻿body {
}


.table-row {
    color: white !important;
    font-weight: bolder;
    /*background-color: navy;*/
    background-color: #ff1a00;
}

.table-header {
    color: white !important;
    font-weight: bolder;
    /*background-color: navy;*/
    background-color: #ff1a00;
}


.tab-panel {
    color: black !important;
    font-weight: bolder;
    
    /*background-color: rgba(224, 224, 224, 1) !important;*/
    /*background-color: #fb7869 !important;*/
    background-color: silver !important;
    border: rgba(224, 224, 224, 1) !important;
}

.tab-panel-active {
    color: white !important;
    font-weight: bolder;
    /*background-color: #f0f0f0 !important;*/
    background-color: #ff1a00 !important;
    border: rgba(224, 224, 224, 1) !important;
}

.tab-background-color {
    background-color: #f9f9f9 !important;
}

.mud-table-head .header-centered th {
    text-align: center;
    font-size: 1.2em;
}

.mud-tab {
    min-height: 40px !important;
    min-width: 130px !important;
    text-transform: none !important;
    border-right: rgba(0, 0, 0, 0.2) solid 0.01rem !important;
}

.mud-tabs {
    border: 1px solid black !important;
}

.mud-tab.mud-disabled {
    cursor: default;
    pointer-events: none;
    color: rgba(0,0,0,0.5372549019607843) !important;
    background-color: #f0f0f0 !important;
}

.title-size-cad {
    margin-top: 30px;
    font-size: 2em;
    font-weight: bold;
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana
}

.mud-input-label-inputcontrol {
    font-size: 0.8rem !important;
}

.mud-tabs-tabbar-inner{
    min-height: 40px !important;
    border-bottom: 1px black solid;
}

.mud-table-cell {
    font-family: "Roboto", "Helvetica", "Arial", "sans-serif", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana;
    font-size: .8rem
}

.mud-card-header {
    padding: 10px;
    background-color: #f0f0f0;
}

.mud-input-label{
    font-weight:bold !important;
}

.align-right input {
    text-align: right;
}

.scrollable-panel {
    height: 350px;
    overflow-y: auto;
}

.scrollable-panel-html {
    height: 650px;
    overflow-y: auto;
}

.recessed-panel {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 16px;
    background-color: #f1f4fb96;
}

.center-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text-right {
    text-align: right;
}

.mud-input {
    font-family: Verdana;
    font-size: 14px !important;
}

.mud-input-label {
    font-size: 16px !important;
    color: black !important;
}

.checkbox-font-size {
    font-size: 14px !important;
    color: navy !important;
}

.mud-toolbar-gutters {
    padding-top: 10px !important;
}

.mud-button-label {
    font-weight: bold; /* Negrito */
    /*color: black;*/ /* Preto */
}

.mud-badge-wrapper.mud-badge-center.right {
    margin-left: 10px;
}

.mud-input{
    color: navy !important;
}

.mud-main-content {
    margin-top: 100px !important;
}

.tamanho-field-grid-report-my-shipment {
    width:70px;
}

.mud-table-cell {
    font-size: 1.25rem !important;
}

.mud-button-text-size-large {
    font-size: 1.0rem !important;
}

.mud-menu-item-text {
    font-size: 0.8rem;
    color: navy;
}