/*!
* Ext JS Library 4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/

#poweredby {
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 15000;

  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

#poweredby div {
  position: relative;
  width: 150px;
  height: 25px;
  background-image: url(images/powered-by-ext-js.png);
  background-repeat: no-repeat;
}

/* The simple background image PNG does not work in IE6-8, but does in IE9 */
.x-ie6 #poweredby div,
.x-ie7 #poweredby div,
.x-ie8 #poweredby div {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
}

/*----------------------------------------------------
    Start Button
*/

.ux-start-button-icon {
  background-image: url(images/taskbar/sencha.gif) !important;
  background-color: transparent;
}

.ux-start-button .x-btn-arrow {
  background-image: none;
}

.ux-taskbar {
  padding-left: 4px !important;
}

/*
    Start Button (Black)
*/

.ux-desktop-black .ux-start-button {
  height: 28px;
  padding: 0px;
  display: block;
}

.ux-desktop-black .ux-start-button em {
  margin-top: 5px;
}

.ux-desktop-black .ux-start-button .x-btn-inner {
  color: black;
  font-size:11px;
  font-weight: bold;
}

.ux-desktop-black .ux-start-button {
  background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
  border-radius: 8px 8px 8px 8px;
  border-color: #81A4D0;
}

/*----------------------------------------------------
    Start Menu
*/

.ux-start-menu-toolbar .x-btn-inner {
  text-align: left;
}

.ux-start-menu-toolbar {
  padding: 4px !important;
}

/*----------------------------------------------------
    TaskBar
*/

/* Use high specificity selector to override default styling*/
div.ux-taskbar div.x-toolbar {
  background: transparent none;
  border: 0 none;
  padding: 0;
}

.ux-desktop-windowbar .x-btn-inner,
.x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
  text-align: left !important;
}

/*
    TaskBar (Black)
*/

.ux-desktop-black .ux-taskbar {
  background: transparent url('images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
  border-color: transparent;
  /*height: 30px;*/
}

.ux-desktop-black .ux-taskbar .x-splitter {
  background: transparent url(images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
}

.ux-desktop-black .ux-taskbar .x-toolbar-text {
  color: white !important;
}

.ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
  background-color: yellow;
}

.ux-desktop-black .ux-taskbar .x-btn-inner {
  color: white;
}

.ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
  color: black;
}

/*----------------------------------------------------
    Tray Clock
*/

.ux-desktop-trayclock {
  text-align: center;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

/*----------------------------------------------------
    Desktop DataView
*/

.ux-wallpaper {
  background-color: #3d71b8;
}

.ux-wallpaper-tiled {
  background-repeat: repeat;
}

.ux-desktop-shortcut {
  cursor: pointer;
  text-align: center;
  padding: 8px;
  margin: 8px;
  width: 64px;
  float: left;
}

.ux-desktop-shortcut-icon {
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.ux-desktop-shortcut-text {
  font: normal 10px tahoma,arial,verdana,sans-serif;
  text-decoration: none;
  padding-top: 5px;
  color: black;
}

.x-view-over .ux-desktop-shortcut-text {
  text-decoration: underline;
}


/*----------------------------------------------------
    Various icon classes
*/

.accordion-shortcut {
  background-image: url(images/im48x48.png);
}

.cpu-shortcut {
  background-image: url(images/statusLarge.png);
}

.grid-shortcut {
  background-image: url(images/grid48x48.png);
}

.notepad-shortcut {
  background-image: url(images/notepadLarge.png);
  width: 46px;
  height: 46px;
}

.x-ie6 .accordion-shortcut {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/im48x48.png', sizingMethod='scale');
}

.x-ie6 .cpu-shortcut {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/statusLarge.png', sizingMethod='scale');
}

.x-ie6 .grid-shortcut {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/grid48x48.png', sizingMethod='scale');
}

.x-ie6 .notepad-shortcut {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/notepadLarge.png', sizingMethod='scale');
}

.video {
  background-image: url(images/gears.gif);
}

.bogus {
  background-image: url( images/bogus.png ) !important;
}

.notepad {
  background-image: url( images/bogus.png ) !important;
}

.logout {
  background-image: url( images/logout.gif ) !important;
}

.settings {
  background-image: url( images/gears.gif ) !important;
}


.icon-grid {
  background-image:url( images/grid.png ) !important;
}
.add {
  background-image:url(../../shared/icons/fam/add.gif) !important;
}
.refresh {
  background-image:url(../../shared/icons/fam/refresh.png) !important;
}
.option {
  background-image:url(../../shared/icons/fam/plugin.gif) !important;
}
.remove {
  background-image:url(../../shared/icons/fam/delete.gif) !important;
}
.delete {
  background-image:url(../../shared/icons/fam/cross.gif) !important;
}
.save {
  background-image:url(../../shared/icons/save.gif) !important;
}
.accordion {
  background-image:url(images/accordian.gif) !important;
}
.tabs {
  background-image:url(images/tabs.gif) !important;
}

/*----------------------------------------------------
    IM window icons
*/

.user {
  background-image:url( ../../shared/icons/fam/user.gif ) !important;
}

.user-add {
  background-image:url(../../shared/icons/fam/user_add.gif) !important;
}

.user-delete {
  background-image:url(../../shared/icons/fam/user_delete.gif) !important;
}

.connect {
  background-image:url(../../shared/icons/fam/connect.gif) !important;
}

.user-girl {
  background-image:url(../../shared/icons/fam/user_female.gif) !important;
}

.user-kid {
  background-image:url(../../shared/icons/fam/user_green.gif) !important;
}

.user-suit {
  background-image:url(../../shared/icons/fam/user_suit.gif) !important;
}


/*

folha especifico

*/

.icon-generico {
    background-image:url( ../images/generico48.png ) !important;
}

.icon-generico16 {
    background-image:url( ../images/generico16.png ) !important;
}

.titulo-janelaconf {
  font: 25px arial;
}

.linha-janelaconf {
  font: 14px bold arial;
}

.icon-refresh {
    background-image:url(../images/refresh.gif) ! important;
}

.icon-empenho {
    background-image:url( ../images/empenho48.png ) !important;
}

.icon-empenho16 {
    background-image:url( ../images/empenho16.png ) !important;
}

.icon-banco {
    background-image:url( ../images/banco48.png ) !important;
}

.icon-banco16 {
    background-image:url( ../images/banco16.png ) !important;
}

.icon-boletim {
    background-image:url( ../images/boletim48.png ) !important;
}

.icon-boletim16 {
    background-image:url( ../images/boletim16.png ) !important;
}

.icon-caixa {
    background-image:url( ../images/caixa48.png ) !important;
}

.icon-caixa16 {
    background-image:url( ../images/caixa16.png ) !important;
}

.icon-emliquidacao {
    background-image:url( ../images/emliquidacao48.png ) !important;
}

.icon-emliquidacao16 {
    background-image:url( ../images/emliquidacao16.png ) !important;
}

.icon-fornecedor {
    background-image:url( ../images/fornecedores48.png ) !important;
}

.icon-fornecedor16 {
    background-image:url( ../images/fornecedores16.png ) !important;
}

.icon-generico {
    background-image:url( ../images/generico48.png ) !important;
}

.icon-generico16 {
    background-image:url( ../images/generico16.png ) !important;
}

.icon-liquidacao {
    background-image:url( ../images/liquidacao48.png ) !important;
}

.icon-liquidacao16 {
    background-image:url( ../images/liquidacao16.png ) !important;
}

.icon-pagamento {
    background-image:url( ../images/pagamento48.png ) !important;
}

.icon-pagamento16 {
    background-image:url( ../images/pagamento16.png ) !important;
}

.icon-receita {
    background-image:url( ../images/receita48.png ) !important;
}

.icon-receita16 {
    background-image:url( ../images/receita16.png ) !important;
}

.icon-agenciabancaria {
    background-image:url( ../images/agenciabancaria48.png ) !important;
}

.icon-agenciabancaria16 {
    background-image:url( ../images/agenciabancaria16.png ) !important;
}

.icon-contabancaria {
    background-image:url( ../images/contabancaria48.png ) !important;
}

.icon-contabancaria16 {
    background-image:url( ../images/contabancaria16.png ) !important;
}

.icon-decretosuplementar {
    background-image:url( ../images/decretosuplementar48.png ) !important;
}

.icon-decretosuplementar16 {
    background-image:url( ../images/decretosuplementar16.png ) !important;
}

.icon-demostrativoscontabeis {
    background-image:url( ../images/demostrativoscontabeis48.png ) !important;
}

.icon-demostrativoscontabeis16 {
    background-image:url( ../images/demostrativoscontabeis16.png ) !important;
}

.icon-licitacao {
    background-image:url( ../images/licitacao48.png ) !important;
}

.icon-licitacao16 {
    background-image:url( ../images/licitacao16.png ) !important;
}

.icon-recursos {
    background-image:url( ../images/recursos48.png ) !important;
}

.icon-recursos16 {
    background-image:url( ../images/recursos16.png ) !important;
}

.icon-subempenho {
    background-image:url( ../images/subempenho48.png ) !important;
}

.icon-subempenho16 {
    background-image:url( ../images/subempenho16.png ) !important;
}

.empenhado-row .x-grid-cell {
    background-color: #F9F9F9 !important;
}

.emliquidado-row .x-grid-cell {
    background-color: #FFFF53 !important;
}

.emliquidado-selected-row .x-grid-cell {
    background-color: #F2F200 !important;
}

.liquidado-row .x-grid-cell {
    background-color: #FF9B06 !important;
}

.liquidado-selected-row .x-grid-cell {
    background-color: #FF6600 !important;
}

.pago-row .x-grid-cell {
    background-color: #97D9AE !important;
}

.pago-selected-row .x-grid-cell {
    background-color: #63C585 !important;
}

.estornado-row .x-grid-cell {
    background-color: #FF2F2F !important;
}

.estornado2-row .x-grid-cell {
  background-color: rgb(245, 139, 139) !important;
}

.estornado-selected-row .x-grid-cell {
    background-color: #CC0000 !important;
}

.x-irpara {
    background-image:url(../images/irpara.gif) ! important;
}

.apagar-row .x-grid-cell {
    background-color: #FF2F2F !important;
    color: white;
}

