﻿.x-treelist-item-wrap {
    border-bottom: 1px solid #46596c;
}


.custom1-btn {
    background-color: #808080 !important; /* Cor de fundo padrão */
    color: #000 !important; /* Cor do texto */
    margin: 5px !important; /* Margem entre os botões */
    padding: 10px !important; /* Preenchimento interno */
    border: none !important; /* Sem borda */
    cursor: pointer !important; /* Cursor ao passar por cima */
    border-radius: 5px !important; /* Borda arredondada */
}

/* Estilo do botão quando selecionado */
.custom1-btn-selected {
    background-color: #32404e !important; /* Cor de fundo alterada */
    color: #000 !important; /* Cor do texto */
}


.posvendasButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #66d8ec;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    background: url('../../resources/images/logo/logosmaggi/posvenda2.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}

.vendasButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #66d8ec;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    background: url('../../resources/images/logo/logosmaggi/vendas.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}

.mobileButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #32404e;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    background: url('../../resources/images/logo/logosmaggi/mobileee2.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}

.vendaresumoButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #32404e;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    /*background: url('../../resources/images/logo/logosmaggi/resumovendasicon.png') no-repeat;*/
    background: url('../../resources/images/logo/logosmaggi/resumovendas2.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}

.filtrofiliaisButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #32404e;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    background: url('../../resources/images/logo/logosmaggi/lupa-filtro2.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}

.telasButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #32404e;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    background: url('../../resources/images/logo/logosmaggi/telasicon4.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}

.trocasenhaButtonCls {
    width: 86px;
    height: 86px;
    /*border: 1px solid #32404e;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    background: url('../../resources/images/logo/logosmaggi/trocasenhaicon.png') no-repeat;
    background-size: contain !important;
    /*border-style: none !important;*/
    /*border-radius: 0px !important;*/
}




.css_btnPadraoRestritoConfig {
    /* background-color: transparent !important;*/
    background-image: none;
    color: #555555;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
    font-family: Arial;
    width: 95%;
    height: 40px;
    font-size: 14px;
    ;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #9daebf;
}


.borderTableCustom {
    width: 100px;
    padding: 3px;
    font-weight: bold;
    border: 1px solid #888888;
    border-collapse: collapse;
}

.borderTableCustomHeader {
    width: 70px;
    font-weight: bold;
    border: 1px solid #888888;
}

.borderTableCustomNew {
    font-weight: bold;
    border: 1px solid #ffffff;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.fw-bold {
    font-weight: 700 !important;
}

.card,
.card-chart,
.card-table {
    border-radius: 10px;
}

div {
    display: block;
}

.text-white {
    --bs-text-opacity: 1;
    color: #FFFFFF !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: #32404e !important;
}

.bg-success2 {
    --bs-bg-opacity: 1;
    background-color: #405264 !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #6f89a2 !important;
}

.bg-danger1 {
    --bs-bg-opacity: 1;
    background-color: #6f89a2 !important;
}


.bg-danger2 {
    --bs-bg-opacity: 1;
    background-color: #6f89a2 !important;
}


.bg-warning {
    --bs-bg-opacity: 1;
    background-color: #6f89a2 !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #6f89a2 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.card-body {
    /* flex: 1 1 auto; */
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-text:last-child {
    margin-bottom: 0;
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}


/*  .x-panel-default {
             border-color: #0f1010;
             padding: 0; :hover {
         }*/

/*.x-btn-inner-default-small {
            font: 500 12px/16px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
            color: #000000;
            padding: 0 5px;
            max-width: 100%;
        }*/

/*Muda Cor Texto Botao colocar no cls*/
.mbuttonBranco span {
    color: white;
}

/*Muda Cor Texto Botao colocar no cls*/
.mbuttonVerde span {
    color: green;
}

.mbuttonAzullPadrao span {
    color: #32404e;
}

.fonteBranca {
    color: #f2f3f4 !important;
}



.testegridd {
    float: left;
    margin-left: 0px;
    margin-top: 5px;
}


.fontePadraoAzul {
    color: #32404e !important;
    font-weight: bold;
}

.fontePadraoAzul2 {
    color: #0055b8 !important;
    font-weight: bold;
}

.fonteVerde {
    color: #2e7844 !important;
    font-weight: bold;
}

.fonteAmarelaa {
    color: #f2c500 !important;
    font-weight: bold;
}

.fonteVermelhaa {
    color: #ba070c !important;
    font-weight: bold;
}

.btnFundoBotaoSelected {
    background-color: #cfe2af !important;
    color: #000000 !important;
}

/* .btnFundoBotaoSelected:hover {
    background-color: #d0d6e8 !important;
 }*/

.btnFundoBotao {
    background-color: white !important;
    color: #000000 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.btnFundoBotaoModulosSelected {
    background-color: #32404e !important;
    color: #000000 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.classGaugePerformances {
   /* background-color: #32404e !important;*/
    /*color: #000000 !important;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    /*background-clip: border-box !important;*/
    /*border: 1px solid rgba(0,0,0,.125) !important;*/
    border-radius: 0.75rem !important;
}


.btnFundoBotaoModulos {
    background-color: #808080 !important;
    color: #000000 !important;
}

    .btnFundoBotaoModulos div a span {
        color: #000000 !important;
    }

/* .btnFundoBotao:hover {
            background-color: #d0d6e8 !important;
        }*/

.x-panel.cssStyleBorder {
    border: 1px solid #d2e6db !important;
    border-radius: 10px !important;
}

.greenIcon {
    color: green;
}

.testBorder {
    border: 1px solid red;
}

.testBorder2 {
    border: 3px solid green;
}

.my-fieldset {
    background: #F1F3FB, border: 1px solid red;
    font-size: 28px;
}

.my-fieldset .x-fieldset-header {
    color: black;
    font-size: 18px;
}

.styleHeaderPrincipal {
    background-color: #f0f0f0 !important;
    /*height: 70px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    /*border: 1px solid black !important;*/
}

.styleHeaderPeriodo {
    /*font-weight: bold;*/
    font-size: 14px !important;
    color: #32404e !important;
    /*height: 70px;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
    /*border: 1px solid black !important;*/
}

.styleHeaderModulos {
    font-weight: bold;
    font-size: 20px !important;
    color: #32404e !important;
    /*height: 70px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    /*border: 1px solid black !important;*/
}

.testetextfield .x-form-text-default {
    background-color: #fcf5e4;
    /*height: 70px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
}

.readonlytextfield .x-form-text-default {
    background-color: #ececf0;
    /*height: 70px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
}

.testetextarea .x-form-text-default {
    background-color: #fcf5e4;
    /*height: 70px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
    font-family: Tahoma;
}

.testetextarea .x-html-editor-container {
    background-color: #fcf5e4;
    height: 160px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
    font-family: Tahoma;
}

.testetextarea .x-toolbar-default {
    background-color: #fcf5e4;
    /*width: 33%;
            float: right;*/
    height: 160px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
    font-family: Tahoma;
}

.linhaGridTipo {
    font-weight: bold;
    color: black;
    font-family: Tahoma;
}

.linhaGridTipo1 {
    color: black;
    font-family: Tahoma;
}

.linhaGridTipo2 {
    font-weight: bold;
    color: darkblue;
    font-family: Tahoma;
}

.linhaGridTipo3 {
    font-weight: bold;
    color: darkred;
    font-family: Tahoma;
}

.css_ToolBarEvolucaoView {
    width: 100%;
    min-height: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid red;
    font-family: Tahoma;
}

/* backugroud do header */
.x-column-header {
    background-color: white !important;
    background: white !important;
    font-family: Tahoma;
}





.x-column-header-text {
    color: #000000 !important;
    font-weight: bold;
    font-family: Tahoma;
}

/* ===== aqui define os headers dos grids ==== */
/*necessario apagar nobr scss aside classes de estilo */
.x-column-header-inner-empty {
    color: #ffffff !important;
    /* // The default text for an empty column header is a space. It can trigger an ellipsis 
    // if the column width is too small. Ensure this does not happen by clipping overflow 
    // of empty colum headers. text-overflow: clip;*/
    text-overflow: clip;
    background-color: #ffffff !important;
    background: #ffffff !important;
    font-family: Tahoma;
}

.x-column-header-text-inner {
    color: #ffffff !important;
    font-weight: bold !important;
    font-family: Tahoma;
}

.x-column-header-text-wrapper {
    color: #ffffff !important;
    background-color: #577088 !important;
    font-weight: bold;
    font-family: Tahoma;
}

/* backugroud do header de data referencia -- cabeçalho decima*/
.x-column-header-inner {
    background-color: #577088 !important;
    background: #577088 !important;
    font-weight: bold;
    font-family: Tahoma;
}

/* backugroud do header onde fica os valores - cabeçalho debaixo #44586c */
.x-leaf-column-header {
    color: #ffffff !important;
    background-color: #577088 !important;
    background: #577088 !important;
    font-weight: bold;
    font-family: Tahoma;
}

/* ===== aqui define os headers dos grids ==== */





.x-tab.x-tab-active.x-tab-default {
    border-color: #ffffff !important;
    background-color: #32404e !important;
}

.x-tab-inner-default {
    font: bold 13px/16px helvetica,arial,verdana,sans-serif;
    color: #ffffff !important;
    max-width: 100%;
}

.x-tab-bar-default {
    background-color: #d7d7d7;
}

x-tab-text.x-tab-icon-bottom > .x-tab-icon-el-default {
    margin-top: 6px
}

.x-tab-over.x-tab-default {
    border-color: #5fa7db;
    background-color: #5fa7db;
}

.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: #ffffff !important;
}

.x-tab.x-tab-active.x-tab-default .x-tab-glyph {
    color: #157fcc !important;
}

.x-tab.x-tab-active.x-tab-default {
    border-color: #817a7a !important;
    color: #ffffff !important;
    background-color: #32404e !important;
}

.x-ie8 .x-tab.x-tab-active.x-tab-default .x-tab-glyph {
    color: #61a8dc !important;
}

.x-tab-bar-strip-default {
    border-style: solid;
    border-color: #ffffff;
    background-color: #32404e !important;
}

.x-tab-default-top {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 7px 12px 6px 12px;
    border-width: 1px;
    border-style: solid;
    background-color: #737373;
}

.x-tab-default-top-mc {
    background-color: #32404e !important;
}

.css_btnPadraoRestritoConfig2 {
    /* background-color: transparent !important;*/
    background-image: none;
    color: #32404e;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
    font-family: Arial;
    width: 95%;
    height: 4vh;
    font-size: 2.7vh;
}

.x-legend-item-marker {
    background: red !important;
}

.PnlContainerRestrito {
    width: 99%;
    margin: 2px;
    height: 26vh;
    position: relative;
    /*border:1px solid red;*/
    /*float:left;*/
}

.PnlContainerHeaderGeral {
    width: 10%;
    height: 26vh;
    float: left;
    font-weight: bold;
    font-family: Arial;
    border-right: 1px solid #d7d7d7;
}

.PnlContainerRestritoSub {
    width: 100%;
    height: 26vh;
    border-bottom: 1px solid #d7d7d7;
}

.PnlContainerHeader {
    width: 100%;
    height: 6vh;
    font-weight: bold;
    font-family: Arial;
    /*border: 1px solid red;*/
    font-size: 0.7em;
}

.PnlContainerSubHeader {
    width: 100%;
    height: 14vh;
    /*border: 1px solid red;*/
}

.PnlContainerSub1 {
    width: 15%;
    float: left;
    height: 10vh;
    position: relative;
    border: 1px solid black;
    /*float:left;*/
}

.PnlContainerSub4 {
    width: 100%;
    height: 26vh;
}

.PnlContainerSubImage {
    width: 100%;
    /* position: relative;*/
    /*margin-left:50%;*/
    /*float: left;*/
    border: 1px solid green;
    /*z-index: 9999;*/
    height: 26vh;
}

.PnlContainerSub2 {
    width: 20%;
    float: left;
    height: 10vh;
    position: relative;
    border: 1px solid red;
    /*float:left;*/
}

.css_limitetelaToolbar {
    width: 100%;
    min-height: 40px;
    padding-bottom: 2px;
}

.css_limitetelaDraftToolbar {
    width: 100%;
    min-height: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid red;
}

.css_paneldraft {
    width: 100%;
    /*min-width: 600px;*/
    /*border: 1px solid blue;*/
}

.css_limitetelaContent {
    width: 100%;
    min-height: 800px;
    /*padding-bottom: 10px;*/
}

@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700);

[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    font-family: Arial, serif;
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(255, 179, 40);
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    color: #000000;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 400;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}

    .alert-minimalist > [data-notify="icon"] {
        height: 50px;
        margin-right: 12px;
    }

    .alert-minimalist > [data-notify="title"] {
        color: rgb(51, 51, 51);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .alert-minimalist > [data-notify="message"] {
        font-size: 80%;
    }

.containerclass {
    margin-bottom: 5px;
}

.css_styledescricao {
    margin-left: 5px;
}

/*AQUI DEIXA A TABBAR NO TAMANHO CERTO*/
/*  .x-tab {
                width: 20%;
            }*/

.css_headerpivoo {
    font-size: 16px;
}

.css_DraftInterno {
    font-size: 12px;
    color: darkblue;
    background-color: #ffffff;
    padding-left: 5px;
    font-weight: bold;
}

.css_DraftTotais {
    font-size: 14px;
    color: black;
    padding-left: 5px;
    background-color: #e4e4e4 !important;
    font-weight: bold;
}

.css_DraftInternoNegativo {
    font-size: 12px;
    color: darkred;
}

.css_DraftTotalVeic {
    font-size: 14px;
    font-weight: bold;
    background-color: #b8b6b6 !important;
    color: white;
}

.css_Draftcabecalho {
    font-size: 10px;
    font-weight: bold;
    background-color: black !important;
    color: white;
}

.css_styledimage {
    height: 4vh;
}

/*.x-grid-grand-total .x-grid-cell-inner, .x-grid-grand-total .x-column-header-inner*/


/* AQUI SOME COM AS COLUNAS DE TOTAIS*/

/*.x-grid-grand-total {
    display: none;
}

.x-grid-grand-total .x-grid-cell {
    display: none;
}*/

.loginicon {
    padding: 10px !important;
    background-image: url('resources/icons/action.png') !important;
    background-repeat: no-repeat !important;
}

.fundologin {
    background: #ffffff !important;
}

.x-mask-msg {
    background-color: antiquewhite !important;
    background: antiquewhite !important;
}

.x-mask-msg-text {
    /*padding: 25px 0 0;*/
    /*background-image: url(images/wallpapers/loading7_light_blue.gif)!important;*/
    font-weight: bold;
    background-color: antiquewhite;
    color: darkred;
    background-repeat: no-repeat;
    background-position: center 0;
}

.x-mask {
    opacity: 0.6;
}

#container .cell-selected {
    background-color: #606060;
}

#container .row-selected {
    background-color: #808080;
}

#container .column-selected {
    background-color: #808080;
}

.max_cell {
    background: #FF5722;
    color: #FFF;
}

.min_cell {
    background: #4CAF50;
    color: #FFF;
}

.classReceita {
    color: #165030;
    font-weight: bold;
}

.classDespesa {
    color: #880303;
    font-weight: bold;
}

.e-pivotgrid table {
    color: #000000 !important;
    background-color: White;
}

.e-pivotgrid th,
.e-pivotgrid td {
    border: solid 1px;
    border-color: #8c8ca2 !important;
}

.e-pivotgrid .classHeaderRepresentante {
    font-weight: bold;
    background: #d3eefe !important;
}

.classHeaderRepresentante {
    color: #5c5c5c;
    background: white;
    background-repeat: repeat;
}

.testecom {
    color: black;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
}

.customCellAll {
    color: black;
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
}

.customCellAllnew {
    color: black;
    font-family: Arial;
    height: 80px;
    font-size: 1.1em;
    font-weight: bold;
}

.customCellMaggi {
    background: #d1dfef;
    color: black;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.customCellMassey {
    background: #ffb0b0;
    color: black;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.customCellValtra {
    background: #ffe19b;
    color: black;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
}

.csstituloEventos {
    color: darkblue;
}

.ux-desktop-shortcut {
    /*background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;*/
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 69px;
}

.x-grid-group-hd {
    background-color: white !important;
}

.x-toolbar-text-default {
    color: white;
}

.grid-shortcutEvento {
    background-image: url(resources/images/eventos_48.png);
    background-position: center;
    width: 63px;
}

.grid-shortcutComissao {
    background-image: url(resources/images/comissao_48.png);
    background-position: center;
    width: 63px;
}


.grid-shortcutReservaAvulsa {
    background-image: url(resources/images/reservas48.png);
    background-position: center;
    width: 63px;
}

.grid-shortcutFinalizados {
    background-image: url(resources/images/final48.png);
    background-position: center;
    width: 63px;
}

.iconpromotor {
    background-image: url(resources/images/user16.png ) !important;
}

.iconreservas {
    background-image: url(resources/images/reservas16.png ) !important;
}

.iconcomissao {
    background-image: url(resources/images/comissao_16.png ) !important;
}

.iconfinal {
    background-image: url(resources/images/final16.png ) !important;
}

.search-field {
    background: url(resources/icons/action.png) no-repeat 2 1 !important;
    padding-left: 20px;
}

.loginicon {
    padding: 10px !important;
    background-image: url('resources/icons/action.png') !important;
    background-repeat: no-repeat !important;
}

.user-login-register-container2 {
    background: #000000 url(resources/Fundos/stockinside.png) !important;
    background-repeat: no-repeat;
    background-position: center 0;
    /*padding: 20% 32% 20% 33% !important;*/
}

/* .fundodialog {
            background: #000000 url(resources/Fundos/Fundo8.jpg) !important;
        }*/

.x-mask-msg {
    background-color: antiquewhite !important;
    background: antiquewhite !important;
}

.x-mask-msg-text {
    /*padding: 25px 0 0;*/
    /*background-image: url(images/wallpapers/loading7_light_blue.gif)!important;*/
    font-weight: bold;
    background-color: antiquewhite;
    color: darkred;
    background-repeat: no-repeat;
    background-position: center 0;
}

/*ESTILO DOS TOTAIS -- GRIDS*/
/*.x-grid-row-summary .x-grid-cell {
            color: black;*/
/*text-decoration:underline;*/
/*font-weight: bold;
            font-size: 16px;
            background-color: #edf4e1 !important;
        }*/

/* .x-grid-row-summary {
            background-color: #ffe75e !important;
        }*/

/*.x-docked-summary {
            color: black;
            border: 1px solid red;
            z-index:999;*/
/*text-decoration:underline;*/
/*font-weight: bold;
            font-size: 16px;
            background-color: #ffe75e !important;
        }*/

/* Override standard grid styles (add colour to vertical grid lines) */
.vline-on .x-grid-col {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #D2D2D2;
}

/* Also remove padding from table data (to compensate for added grid lines) */
.vline-on .x-grid-row td, .x-grid-summary-row td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.price-fall .x-change-cell {
    background-color: #FFB0C4;
    color: red;
}

.price-comission {
    /*background-color: #e6ffed;*/
    font-size: 12px;
    color: #0e4b74;
}

.price-debito {
    /*background-color: #e6ffed;*/
    font-size: 12px;
    color: #cd050b;
}

.price-Total {
    /*background-color: #fbe4ce;*/
    font-size: 12px;
    color: #6c3a09;
}

.colunanegrito {
    font-size: 12px;
    font-weight:bold;
}

.colunanegritoNew {
    font-size: 12px;
}

.price-comissionNew {
    font-size: 12px;
    color: #0e4b74;
}


.colunanumeroreserva {
    color: darkblue;
    font-size: 11px;
}



.textocodigopadrao {
    color: darkslateblue;
    font-weight: bold;
}

.btnaviso {
    color: #173e00;
    font-weight: bold;
}

.btnalerta {
    color: #ff4646;
    font-weight: bold;
}

.x-mask {
    opacity: 0.6;
}
